aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-08-09 14:25:55 +0200
committeriNPUTmice <daniel@gultsch.de>2014-08-09 14:25:55 +0200
commit9dec8e761e5bcffbbe4f11018387f461472de8c8 (patch)
tree77c94717e978d30156c788550803128dd402855e /res/layout/conversation_list_row.xml
parent0cda7f78195dd3eb8fb9ab247b5973c62d64204d (diff)
changed all displays of avatars to be center crop instead of fitXY
Diffstat (limited to '')
-rw-r--r--res/layout/conversation_list_row.xml3
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"