summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2020-01-12 18:23:05 +0100
committerNolen Johnson <johnsonnolen@gmail.com>2020-01-30 10:09:20 +0200
commit29132df4dd073d994ceba38ef223813b16a2f7e0 (patch)
treec72bf88d0b7e6c6a3800c0dacbc82c1a5af1f306
parentc52dfa91a4263331c7957e31571d3f83c7b30128 (diff)
downloadandroid_packages_apps_Gallery2-29132df4dd073d994ceba38ef223813b16a2f7e0.tar.gz
android_packages_apps_Gallery2-29132df4dd073d994ceba38ef223813b16a2f7e0.tar.bz2
android_packages_apps_Gallery2-29132df4dd073d994ceba38ef223813b16a2f7e0.zip
Gallery: Editor: View full picture when applying filters
* Current behaviour: Edit picture (e.g. crop) -> top of pic is hidden by action bar * New behaviour: Picture is fully visible Test: manual Fixes: https://gitlab.com/LineageOS/issues/android/issues/1435 Change-Id: I2aa2281e976622cdbd0145d3895c36e4b21bdc7d
-rw-r--r--res/layout/filtershow_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 1c58e1209..741b3db61 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -24,7 +24,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="1" >
+ android:layout_weight="1"
+ android:layout_marginTop="?android:attr/actionBarSize" >
<RelativeLayout
android:id="@+id/imageContainer"