From 959ea56f3477d16b054d774e86b0f2dc4b500ba0 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 11 Feb 2015 19:51:05 -0800 Subject: [PATCH] Fix accessibility focus bug in statusbar The root view of the new uber statusbar should not be focusable. Based on history, it looks like this was an oversight when this view was refactored. Fixes bug 19296202 Change-Id: Ib7f6908c30ab37384aa50f4fa4198c15593a96a4 --- packages/SystemUI/res/layout/super_status_bar.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml index 6d3f976a73e9e..532e1b7ff17d6 100644 --- a/packages/SystemUI/res/layout/super_status_bar.xml +++ b/packages/SystemUI/res/layout/super_status_bar.xml @@ -22,9 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:focusable="true" - android:fitsSystemWindows="true" - android:descendantFocusability="afterDescendants"> + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + android:importantForAccessibility="no" /> + android:layout_height="match_parent" + android:importantForAccessibility="no" />