From 89139618a5fea9d0054ef051d453916264246711 Mon Sep 17 00:00:00 2001 From: Rania Pilioura Date: Mon, 17 May 2021 05:44:19 +0300 Subject: [PATCH] Add margin between chat bubble and bottom controls in DM Similar previous commmit was reverted Fix #1135 --- app/src/main/res/layout/fragment_direct_messages_thread.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_direct_messages_thread.xml b/app/src/main/res/layout/fragment_direct_messages_thread.xml index 50120027..df098c98 100644 --- a/app/src/main/res/layout/fragment_direct_messages_thread.xml +++ b/app/src/main/res/layout/fragment_direct_messages_thread.xml @@ -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" />