mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-10 08:30:37 +01: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_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…
x
Reference in New Issue
Block a user