changed image scale type to center crop
This commit is contained in:
parent
cf7a677f6b
commit
51f13987a1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue