Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82e6e482 authored by Stanley Wang's avatar Stanley Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix the problem that the unknown item will be announced when using...

Merge "Fix the problem that the unknown item will be announced when using Switch Access." into sc-dev
parents 53124fa7 6c553ea3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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>