Merge "Fix the problem that the unknown item will be announced when using Switch Access." into sc-dev am: a46e16bdf1
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15109466 Change-Id: I40580ed8c12e933679a4d4dcffc343bf394be628
This commit is contained in:
@@ -15,9 +15,10 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="match_parent" >
|
android:layout_width="match_parent"
|
||||||
|
android:importantForAccessibility="no">
|
||||||
|
|
||||||
<com.android.settingslib.widget.MainSwitchBar
|
<com.android.settingslib.widget.MainSwitchBar
|
||||||
android:id="@+id/settingslib_main_switch_bar"
|
android:id="@+id/settingslib_main_switch_bar"
|
||||||
@@ -25,6 +26,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="match_parent" />
|
android:layout_width="match_parent" />
|
||||||
|
|
||||||
</LinearLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user