[UI] Fix message buttons margin.

This commit is contained in:
Kuba Szczodrzyński 2021-03-25 13:13:11 +01:00
parent fdad2d9e1a
commit ae6af77aef

View File

@ -177,14 +177,13 @@
android:id="@+id/attachmentsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:layout_marginBottom="8dp"/>
android:layout_marginHorizontal="8dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginHorizontal="8dp"
android:layout_marginBottom="8dp"
android:layout_marginVertical="8dp"
android:orientation="horizontal"
android:visibility="visible"
tools:visibility="visible">