From 1c89721292814e0d7d998adc9f6b09738b900476 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 23 Jul 2018 23:35:20 +0200 Subject: [PATCH] add some bottom margin to the image in the editor --- app/src/main/res/layout/activity_edit.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_edit.xml b/app/src/main/res/layout/activity_edit.xml index 986ece8ee..6a635b08c 100644 --- a/app/src/main/res/layout/activity_edit.xml +++ b/app/src/main/res/layout/activity_edit.xml @@ -9,12 +9,14 @@ + android:layout_height="match_parent" + android:layout_marginBottom="@dimen/bottom_filters_thumbnail_height"/>