mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-22 21:57:19 +02:00
use center crop at the contact images
This commit is contained in:
parent
bde4987b71
commit
df91754c3c
@ -24,6 +24,7 @@
|
|||||||
android:layout_height="@dimen/top_contact_image_height"
|
android:layout_height="@dimen/top_contact_image_height"
|
||||||
android:layout_marginBottom="@dimen/normal_margin"
|
android:layout_marginBottom="@dimen/normal_margin"
|
||||||
android:contentDescription="@string/change_photo"
|
android:contentDescription="@string/change_photo"
|
||||||
|
android:scaleType="centerCrop"
|
||||||
tools:src="@drawable/ic_person_vector" />
|
tools:src="@drawable/ic_person_vector" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
android:layout_height="@dimen/top_contact_image_height"
|
android:layout_height="@dimen/top_contact_image_height"
|
||||||
android:layout_marginBottom="@dimen/normal_margin"
|
android:layout_marginBottom="@dimen/normal_margin"
|
||||||
android:contentDescription="@string/change_photo"
|
android:contentDescription="@string/change_photo"
|
||||||
|
android:scaleType="centerCrop"
|
||||||
tools:src="@drawable/ic_person_vector" />
|
tools:src="@drawable/ic_person_vector" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user