Add margin between chat bubble and bottom controls in DM

Similar previous commmit was reverted
Fix #1135
This commit is contained in:
Rania Pilioura 2021-05-17 05:44:19 +03:00
parent 86b724d998
commit 89139618a5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
android:id="@+id/chats"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_weight="1"
android:scrollbars="none"
tools:listitem="@layout/layout_dm_base" />