view_background_message: make image big again

main
Alibek Omarov 4 years ago
parent bb0cde546a
commit fb6892cc57
  1. 4
      app/src/main/res/layout/view_background_message.xml

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

Loading…
Cancel
Save