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

Commit d28f30a9 authored by Adam Powell's avatar Adam Powell
Browse files

Prevent simultaneous interaction with action bar and content

Bug 8034744

Change-Id: I72cf4f5d2443e1cd6e40785b4d06d9bd363ab3e4
parent 0cf97d32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ This is an optimized layout for a screen with the Action Bar enabled.

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:fitsSystemWindows="true">
    android:fitsSystemWindows="true"
    android:splitMotionEvents="false">
    <com.android.internal.widget.ActionBarContainer android:id="@+id/action_bar_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ the Action Bar enabled overlaying application content.
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/action_bar_overlay_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:splitMotionEvents="false">
    <FrameLayout android:id="@android:id/content"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ This is an optimized layout for a screen with the Action Bar enabled.
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:fitsSystemWindows="true">
    android:fitsSystemWindows="true"
    android:splitMotionEvents="false">
    <com.android.internal.widget.ActionBarContainer android:id="@+id/action_bar_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ the Action Bar enabled overlaying application content.
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/action_bar_overlay_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:splitMotionEvents="false">
    <FrameLayout android:id="@android:id/content"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />