view_background_message: make image big again

This commit is contained in:
Alibek Omarov 2020-03-13 16:19:37 +03:00
parent bb0cde546a
commit fb6892cc57
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_weight="1"
android:contentDescription="@null"