From 7c659c9a68838f427d3006391c4db652087db408 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Tue, 15 Jun 2021 09:24:20 +1000 Subject: [PATCH] Make room for input bar --- .../main/res/layout/activity_conversation_v2.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_conversation_v2.xml b/app/src/main/res/layout/activity_conversation_v2.xml index e54dcf4828..9d5dcff51d 100644 --- a/app/src/main/res/layout/activity_conversation_v2.xml +++ b/app/src/main/res/layout/activity_conversation_v2.xml @@ -1,5 +1,5 @@ - + android:layout_height="match_parent" + android:layout_marginBottom="40dp" /> - \ No newline at end of file + + + \ No newline at end of file