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

Commit 9850707a authored by Stanley Wang's avatar Stanley Wang Committed by Automerger Merge Worker
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 am: 82e6e482

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

Change-Id: Ibfbfee30373fd51eb31a5b90b7417c8f75794412
parents 7f1b79cb 82e6e482
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>