mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
ea374735e1
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
174 B
XML
5 lines
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> |