set image view height to wrap_content

This commit is contained in:
sk 2022-05-21 17:48:53 +02:00
parent a6d161c1b4
commit 9638cf079f
1 changed files with 1 additions and 1 deletions

View File

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