From ee931a6defc54dbe7505bd6ef20c58a041b3f0cf Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 20 Aug 2018 21:39:38 +0200 Subject: [PATCH] fix #921, make the editor view positioning more dynamic --- app/src/main/res/layout/activity_edit.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_edit.xml b/app/src/main/res/layout/activity_edit.xml index 1368debc3..b490a77ea 100644 --- a/app/src/main/res/layout/activity_edit.xml +++ b/app/src/main/res/layout/activity_edit.xml @@ -10,13 +10,15 @@ android:id="@+id/default_image_view" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginBottom="@dimen/bottom_filters_thumbnail_size"/> + android:layout_above="@+id/bottom_editor_crop_rotate_actions" + android:layout_marginBottom="@dimen/activity_margin"/>