summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-02-19 20:26:48 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-19 20:26:48 +0000
commitec3f3cdfb23a2a2fc639fd8f5277fc58a490622e (patch)
treeaaca23c7a704b9cd69ab33cfdd58d5fcdb4d7b12 /packages/SystemUI/res/layout
parent4e3409718f31a49c8943890632cdc04b52d451c3 (diff)
parent9853ae6b88eac952733d01f629e61e0210768c61 (diff)
downloadframeworks_base-ec3f3cdfb23a2a2fc639fd8f5277fc58a490622e.zip
frameworks_base-ec3f3cdfb23a2a2fc639fd8f5277fc58a490622e.tar.gz
frameworks_base-ec3f3cdfb23a2a2fc639fd8f5277fc58a490622e.tar.bz2
am 9853ae6b: am 3f711044: am 9c6c8df4: am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
* commit '9853ae6b88eac952733d01f629e61e0210768c61': Fix accessibility focus bug in statusbar
Diffstat (limited to 'packages/SystemUI/res/layout')
-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 1d8cb46..f7bbce0 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded.xml
@@ -79,7 +79,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"