Previously, we were always rendering images as squares. Instead of doing that, we now render them as close to true-to-size as possible (within reasonable min/max width/height boundaries).
5 lines
No EOL
174 B
XML
5 lines
No EOL
174 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<dimen name="media_bubble_max_width">220dp</dimen>
|
|
<dimen name="media_bubble_max_height">300dp</dimen>
|
|
</resources> |