[android] set image preview size to 1/4 of screen height

This commit is contained in:
Torsten Grote
2018-12-03 15:25:23 -02:00
parent 8fe49d9961
commit d6c18db9e9
4 changed files with 18 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="@dimen/text_input_image_height"
android:minHeight="@dimen/button_size"
tools:background="@color/msg_status_bubble_background"
tools:ignore="ContentDescription"
tools:srcCompat="@tools:sample/avatars"/>