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/activity_contact_details.xml | |
parent | 0cda7f78195dd3eb8fb9ab247b5973c62d64204d (diff) |
changed all displays of avatars to be center crop instead of fitXY
Diffstat (limited to 'res/layout/activity_contact_details.xml')
-rw-r--r-- | res/layout/activity_contact_details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index 8f0b42c1..a00b2340 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -27,7 +27,7 @@ android:layout_width="72dp" android:layout_height="72dp" android:layout_centerVertical="true" - android:scaleType="fitXY"/> + android:scaleType="centerCrop"/> <LinearLayout android:id="@+id/details_jidbox" |