Merge "notification stack scroller doesn't need a11y focus" into sc-dev am: 49c7bc6618 am: 0e3a87bc1b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15692791

Change-Id: Ia19906725f64633e57feb8dc6c02ed834395b0ee
This commit is contained in:
TreeHugger Robot
2021-08-28 13:36:37 +00:00
committed by Automerger Merge Worker

View File

@@ -115,6 +115,7 @@
android:layout_width="@dimen/notification_panel_width" android:layout_width="@dimen/notification_panel_width"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginBottom="@dimen/close_handle_underlap" android:layout_marginBottom="@dimen/close_handle_underlap"
android:importantForAccessibility="no"
systemui:layout_constraintStart_toStartOf="parent" systemui:layout_constraintStart_toStartOf="parent"
systemui:layout_constraintEnd_toEndOf="parent" systemui:layout_constraintEnd_toEndOf="parent"
/> />