From a54a1a3619a5bd1cfb78290c63bf0adc7af5fc72 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 17 Aug 2020 22:06:02 +0300 Subject: [PATCH] Shoutbox padding correction --- app/src/main/res/layout/fragment_shoutbox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_shoutbox.xml b/app/src/main/res/layout/fragment_shoutbox.xml index 69a2649c..a3982068 100644 --- a/app/src/main/res/layout/fragment_shoutbox.xml +++ b/app/src/main/res/layout/fragment_shoutbox.xml @@ -21,6 +21,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" + android:paddingBottom="8dp" tools:listitem="@layout/fragment_shoutbox_shout_row" />