aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/contact.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/contact.xml
parent0cda7f78195dd3eb8fb9ab247b5973c62d64204d (diff)
changed all displays of avatars to be center crop instead of fitXY
Diffstat (limited to '')
-rw-r--r--res/layout/contact.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml
index 8432c7a3..f16ad061 100644
--- a/res/layout/contact.xml
+++ b/res/layout/contact.xml
@@ -11,6 +11,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentLeft="true"
+ android:scaleType="centerCrop"
android:src="@drawable/ic_profile">
</ImageView>
<LinearLayout