summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-02-18 17:55:26 -0800
committerJim Miller <jaggies@google.com>2015-02-18 17:58:04 -0800
commit33a054d6fcf2cb33f8f84646cbf59fe70d4bea41 (patch)
tree772f99a58d9d1a38d9723213c3ab2ed5165242e9 /packages
parent27ad2e95b40fd0ca76de384695498ea114d627ca (diff)
downloadframeworks_base-33a054d6fcf2cb33f8f84646cbf59fe70d4bea41.zip
frameworks_base-33a054d6fcf2cb33f8f84646cbf59fe70d4bea41.tar.gz
frameworks_base-33a054d6fcf2cb33f8f84646cbf59fe70d4bea41.tar.bz2
Fix accessibility focus bug in statusbar
The notification_stack_scroller view of the new uber statusbar should not be focusable for accessibility Fixes bug 19296202 Change-Id: I1b3f43ee3c480c705044cb3d565c7c7f7019bcc3
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/layout/status_bar_expanded.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml
index f6d4be5..5c41436 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded.xml
@@ -97,7 +97,8 @@
android:layout_width="@dimen/notification_panel_width"
android:layout_height="match_parent"
android:layout_gravity="@integer/notification_panel_layout_gravity"
- android:layout_marginBottom="@dimen/close_handle_underlap" />
+ android:layout_marginBottom="@dimen/close_handle_underlap"
+ android:importantForAccessibility="no" />
<ViewStub
android:id="@+id/keyguard_user_switcher"