diff --git a/res/layout/video_preference.xml b/res/layout/video_preference.xml index 5f7116dd92e..fe7f26fe2de 100644 --- a/res/layout/video_preference.xml +++ b/res/layout/video_preference.xml @@ -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" /> + android:layout_centerHorizontal="true" + android:importantForAccessibility="noHideDescendants" /> \ No newline at end of file