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

Commit f076aa55 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

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

parents 25d28935 62ada81e
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>