diff options
author | 2013-05-24 15:31:40 -0700 | |
---|---|---|
committer | 2013-05-24 15:31:40 -0700 | |
commit | dacb4b88c8668b0ddd4ae5afcfebf1eddd4f74bd (patch) | |
tree | d72fb2dc012dd072aa784309cc57273dc8083fe5 /java | |
parent | 50e5f87e122d3310abc0ca7f46cb5b4e1639aaca (diff) | |
parent | 2115f63cbaf74b828375d65aee3e93b097aaba5d (diff) | |
download | latinime-dacb4b88c8668b0ddd4ae5afcfebf1eddd4f74bd.tar.gz latinime-dacb4b88c8668b0ddd4ae5afcfebf1eddd4f74bd.tar.xz latinime-dacb4b88c8668b0ddd4ae5afcfebf1eddd4f74bd.zip |
am 2115f63c: Merge "Add contentDescription attribute to setup wizard video and image"
* commit '2115f63cbaf74b828375d65aee3e93b097aaba5d':
Add contentDescription attribute to setup wizard video and image
Diffstat (limited to 'java')
-rw-r--r-- | java/res/layout/setup_welcome_video.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/res/layout/setup_welcome_video.xml b/java/res/layout/setup_welcome_video.xml index 751773211..01c25ea8e 100644 --- a/java/res/layout/setup_welcome_video.xml +++ b/java/res/layout/setup_welcome_video.xml @@ -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" |