From 755fdb467ac8d92525cef69195c6964e153495d2 Mon Sep 17 00:00:00 2001 From: Beverly Date: Fri, 27 Aug 2021 13:10:14 -0400 Subject: [PATCH] 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 --- packages/SystemUI/res/layout/status_bar_expanded.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index e71ed59d2e04c..d8346aba4a8f3 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" />