From d28f30a9e0f30cb48e88958ae4b95f3243e8a0f9 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 23 Jan 2013 14:23:06 -0800 Subject: Prevent simultaneous interaction with action bar and content Bug 8034744 Change-Id: I72cf4f5d2443e1cd6e40785b4d06d9bd363ab3e4 --- core/res/res/layout-xlarge/screen_action_bar.xml | 3 ++- core/res/res/layout-xlarge/screen_action_bar_overlay.xml | 3 ++- core/res/res/layout/screen_action_bar.xml | 3 ++- core/res/res/layout/screen_action_bar_overlay.xml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/res/res/layout-xlarge/screen_action_bar.xml b/core/res/res/layout-xlarge/screen_action_bar.xml index 751d322d5c7d..0b6122d5f149 100644 --- a/core/res/res/layout-xlarge/screen_action_bar.xml +++ b/core/res/res/layout-xlarge/screen_action_bar.xml @@ -20,7 +20,8 @@ This is an optimized layout for a screen with the Action Bar enabled. + android:fitsSystemWindows="true" + android:splitMotionEvents="false"> + android:layout_height="match_parent" + android:splitMotionEvents="false"> diff --git a/core/res/res/layout/screen_action_bar.xml b/core/res/res/layout/screen_action_bar.xml index b0f1bc5e680b..f0b2313eee21 100644 --- a/core/res/res/layout/screen_action_bar.xml +++ b/core/res/res/layout/screen_action_bar.xml @@ -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"> + android:layout_height="match_parent" + android:splitMotionEvents="false"> -- cgit v1.2.3-59-g8ed1b