set image view height to wrap_content
This commit is contained in:
parent
a6d161c1b4
commit
9638cf079f
|
@ -18,7 +18,7 @@
|
|||
<ImageView
|
||||
android:id="@+id/photo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:importantForAccessibility="no"
|
||||
tools:src="#0f0"/>
|
||||
|
|
Loading…
Reference in New Issue