mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 11:08:02 +00:00
use better ImageView properties
should reduce memory consumption Closes #3671 // FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
e4299178f7
commit
44bfac9fe6
@@ -6,6 +6,7 @@
|
||||
android:id="@+id/thumbnail_image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitCenter"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@string/conversation_item__mms_image_description"
|
||||
android:layout_margin="@dimen/media_bubble_border_width"
|
||||
|
Reference in New Issue
Block a user