changed image scale type to center crop

This commit is contained in:
Ilia Kurtov 2016-09-12 19:54:24 +03:00
parent cf7a677f6b
commit 51f13987a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerInside"
android:scaleType="centerCrop"
android:src="@drawable/mis_default_error"/>
<ImageView