Skip to content
Snippets Groups Projects
Commit b2a78977 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add contentDescription attribute to setup wizard video and image

Bug: 9112276
Change-Id: I028371770bacd6d975dee5648230abc19f51f542
parent df8f0fb6
No related branches found
No related tags found
No related merge requests found
......@@ -36,13 +36,15 @@
android:id="@+id/setup_welcome_video"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/setup_background" />
android:background="@color/setup_background"
android:contentDescription="@string/setup_welcome_additional_description"/>
<ImageView
android:id="@+id/setup_welcome_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:visibility="gone" />
android:visibility="gone"
android:contentDescription="@string/setup_welcome_additional_description"/>
</LinearLayout>
<View
android:layout_weight="@integer/setup_welcome_video_end_padding_weight_in_screen"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment