mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
use center crop at the contact images
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user