summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeverly <beverlyt@google.com>2021-08-27 13:10:14 -0400
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-30 02:11:14 +0000
commit7cb6f953e8e860332c627cee60e9767fdc6805ff (patch)
treeb5e39e167d0f925c96f72454f5f5f1f5caba751d
parent246a39c96b27132af4502e9e7d65aaea232e7a34 (diff)
downloadbase-7cb6f953e8e860332c627cee60e9767fdc6805ff.tar.gz
notification stack scroller doesn't need a11y focus
Only its contents need to get focus. This was causing the empty space on the lock screen to get a11y focus with the description "no label" Test: manual (large clock - tap in empty space, no focus is given) Fixes: 195614563 Change-Id: If8b8d069ef111a8df1bc659e25dd5c01a79528a2 (cherry picked from commit 755fdb467ac8d92525cef69195c6964e153495d2)
-rw-r--r--packages/SystemUI/res/layout/status_bar_expanded.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml
index e71ed59d2e04..d8346aba4a8f 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded.xml
@@ -113,6 +113,7 @@
android:layout_width="@dimen/notification_panel_width"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/close_handle_underlap"
+ android:importantForAccessibility="no"
systemui:layout_constraintStart_toStartOf="parent"
systemui:layout_constraintEnd_toEndOf="parent"
/>