Add margin between chat bubble and bottom controls in DM

Fix #1135
This commit is contained in:
Rania Pilioura 2021-05-08 06:45:10 +03:00
parent 8210347e66
commit 798d646674
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
android:id="@+id/chats"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:scrollbars="none"
app:layout_constraintBottom_toTopOf="@id/chats_barrier"
app:layout_constraintEnd_toEndOf="parent"