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

Commit d8f9e293 authored by Noah Wang's avatar Noah Wang Committed by android-build-merger
Browse files

Disable accessibility focus on the instruction video in magnification gesture...

Disable accessibility focus on the instruction video in magnification gesture screen. am: 93ec5312
am: 3e00d852

Change-Id: I322c47b86023f5ebb25b312515d69e8bbe5d08e5
parents 70505bc1 3e00d852
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -24,13 +24,15 @@
        android:layout_height="wrap_content"
        android:src="@drawable/accessibility_screen_magnification_background"
        android:scaleType="fitXY"
        android:adjustViewBounds="true" />
        android:adjustViewBounds="true"
        android:importantForAccessibility="noHideDescendants" />

    <VideoView
        android:id="@+id/video"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignTop="@id/video_background"
        android:layout_centerHorizontal="true" />
        android:layout_centerHorizontal="true"
        android:importantForAccessibility="noHideDescendants" />

</RelativeLayout>
 No newline at end of file