use center crop at the contact images
This commit is contained in:
parent
bde4987b71
commit
df91754c3c
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
android:layout_height="@dimen/top_contact_image_height"
|
||||
android:layout_marginBottom="@dimen/normal_margin"
|
||||
android:contentDescription="@string/change_photo"
|
||||
android:scaleType="centerCrop"
|
||||
tools:src="@drawable/ic_person_vector" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
android:layout_height="@dimen/top_contact_image_height"
|
||||
android:layout_marginBottom="@dimen/normal_margin"
|
||||
android:contentDescription="@string/change_photo"
|
||||
android:scaleType="centerCrop"
|
||||
tools:src="@drawable/ic_person_vector" />
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue