Add margin between chat bubble and bottom controls in DM
Similar previous commmit was reverted Fix #1135
This commit is contained in:
parent
86b724d998
commit
89139618a5
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user