Disable accessibility focus on the instruction video in magnification gesture screen. am: 93ec5312c5 am: 3e00d852c4
am: d8f9e29395
Change-Id: Ie27d136cd93a48eb4bef81fe07e34d7e66af4606
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user