use center crop at the contact images

This commit is contained in:
tibbi 2022-03-02 10:10:18 +01:00
parent bde4987b71
commit df91754c3c
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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