Merge "Made the qs scroll view not important for accessibility" into rvc-dev am: 27b403d4c8 am: dab4553f27 am: 26701e9f67

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

Change-Id: Ie53db02ca6afa6879d79286ac03c562003719211
This commit is contained in:
Selim Cinek
2020-07-08 23:45:31 +00:00
committed by Automerger Merge Worker

View File

@@ -53,6 +53,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:elevation="4dp" android:elevation="4dp"
android:importantForAccessibility="no"
android:layout_weight="1"> android:layout_weight="1">
<com.android.systemui.qs.QSPanel <com.android.systemui.qs.QSPanel
android:id="@+id/quick_settings_panel" android:id="@+id/quick_settings_panel"