Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ca7aa6d authored by Michael W's avatar Michael W
Browse files

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
parent 48f5db02
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"