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

Commit 39019c64 authored by Fan Zhang's avatar Fan Zhang
Browse files

Make VideoPreference not important for talkback.

Change-Id: I9856afbd3f5140fa0c426bcc443d2f33e2ffc335
Fixes: 79887358
Test: talkback
parent 8eac6665
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
    android:clipToPadding="false"
    android:gravity="center"
    android:minHeight="?android:attr/listPreferredItemHeightSmall"
    android:orientation="horizontal">
    android:orientation="horizontal"
    android:importantForAccessibility="noHideDescendants">

    <com.android.settings.widget.AspectRatioFrameLayout
        android:id="@+id/video_container"