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

Commit ae041ce8 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am ce2f911d: am 65083049: am 5a32ec32: Merge "Prevent simultaneous interaction...

am ce2f911d: am 65083049: am 5a32ec32: Merge "Prevent simultaneous interaction with action bar and content" into jb-mr1.1-dev

# Via Android Git Automerger (2) and others
* commit 'ce2f911d':
  Prevent simultaneous interaction with action bar and content
parents 24dbdc7d ce2f911d
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" />