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

Commit 62ada81e authored by Adam Powell's avatar Adam Powell
Browse files

Fix overlay action bar decor layout for lower context mode area.

Change-Id: I36287c36ed36179eed2b742d494d18de87541001
parent a5679c8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ the Action Bar enabled overlaying application content.
    <LinearLayout android:id="@+id/lower_action_context_bar"
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:layout_gravity="bottom"
                  android:layout_alignParentBottom="true"
                  style="?android:attr/actionBarStyle"
                  android:visibility="gone" />
</RelativeLayout>