diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-09 14:25:55 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-09 14:25:55 +0200 |
commit | 9dec8e761e5bcffbbe4f11018387f461472de8c8 (patch) | |
tree | 77c94717e978d30156c788550803128dd402855e /res/layout/conversation_list_row.xml | |
parent | 0cda7f78195dd3eb8fb9ab247b5973c62d64204d (diff) |
changed all displays of avatars to be center crop instead of fitXY
Diffstat (limited to 'res/layout/conversation_list_row.xml')
-rw-r--r-- | res/layout/conversation_list_row.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index 97985737..a6001e5f 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -9,7 +9,8 @@ android:id="@+id/conversation_image" android:layout_width="56dp" android:layout_height="56dp" - android:layout_alignParentLeft="true"/> + android:layout_alignParentLeft="true" + android:scaleType="centerCrop"/> <RelativeLayout android:layout_toRightOf="@+id/conversation_image" |