Browse Source

Add margin between chat bubble and bottom controls in DM

Fix #1135
renovate/org.robolectric-robolectric-4.x
Rania Pilioura 4 years ago
parent
commit
798d646674
  1. 1
      app/src/main/res/layout/fragment_direct_messages_thread.xml

1
app/src/main/res/layout/fragment_direct_messages_thread.xml

@ -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"

Loading…
Cancel
Save