Merge "Fix the problem that the unknown item will be announced when using Switch Access." into sc-dev am: 82e6e482d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15109465

Change-Id: Icaa0b37967d9aa07f3474a93efe865855dfb88fd
This commit is contained in:
Stanley Wang
2021-06-29 07:16:22 +00:00
committed by Automerger Merge Worker

View File

@@ -15,10 +15,11 @@
limitations under the License.
-->
<LinearLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:importantForAccessibility="no">
<com.android.settings.widget.SettingsMainSwitchBar
android:id="@+id/main_switch_bar"
@@ -26,4 +27,4 @@
android:layout_height="wrap_content"
android:layout_width="match_parent" />
</LinearLayout>
</FrameLayout>