commit | 2195191ed4b7e8fdf555ed547b936dea5d043e5a | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Jan 12 18:23:05 2020 +0100 |
committer | LuK1337 <priv.luk@gmail.com> | Thu Nov 26 11:21:26 2020 +0100 |
tree | f122496ef8ba0be6382810d8459208bbcff15e3c | |
parent | 5a50584dd589f49b1a17afddba80dfa9d8c17c3c [diff] |
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
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml index 1c58e12..741b3db 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"