We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4987 commit df91754Copy full SHA for df91754
app/src/main/res/layout/activity_edit_contact.xml
@@ -24,6 +24,7 @@
24
android:layout_height="@dimen/top_contact_image_height"
25
android:layout_marginBottom="@dimen/normal_margin"
26
android:contentDescription="@string/change_photo"
27
+ android:scaleType="centerCrop"
28
tools:src="@drawable/ic_person_vector" />
29
30
<ImageView
app/src/main/res/layout/activity_view_contact.xml
0 commit comments