From 3eacadbf0bf326d64fac11ea93d9f3348fe642d7 Mon Sep 17 00:00:00 2001 From: Thodoris Tyrovouzis Date: Fri, 29 May 2020 12:00:17 +0300 Subject: [PATCH] +8dp shoutbox EditorView margin bottom --- app/src/main/res/layout/fragment_shoutbox.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_shoutbox.xml b/app/src/main/res/layout/fragment_shoutbox.xml index ae0e8133..69a2649c 100644 --- a/app/src/main/res/layout/fragment_shoutbox.xml +++ b/app/src/main/res/layout/fragment_shoutbox.xml @@ -29,6 +29,7 @@ android:layout_height="wrap_content" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" + android:layout_marginBottom="8dp" android:paddingTop="8dp" android:visibility="gone"/>