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

Commit 131988f1 authored by Noah Wang's avatar Noah Wang Committed by Android (Google) Code Review
Browse files

Merge "Disable accessibility focus on the instruction video in magnification...

Merge "Disable accessibility focus on the instruction video in magnification gesture screen." into nyc-mr1-dev
parents 10646478 93ec5312
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -24,13 +24,15 @@
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/accessibility_screen_magnification_background"
        android:src="@drawable/accessibility_screen_magnification_background"
        android:scaleType="fitXY"
        android:scaleType="fitXY"
        android:adjustViewBounds="true" />
        android:adjustViewBounds="true"
        android:importantForAccessibility="noHideDescendants" />


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


</RelativeLayout>
</RelativeLayout>
 No newline at end of file