diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-02-14 14:26:55 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-02-14 14:26:55 +0100 |
commit | f4da9674cc4b16ad84cfccd7b72a670476c6e5b7 (patch) | |
tree | e938cff5ab4a0f6bbb418b7e5b0ea7e8c5e4605b /res/layout-land | |
parent | 65c11309801fc9ff50f8da90b9b0604b56020802 (diff) | |
download | AntennaPod-f4da9674cc4b16ad84cfccd7b72a670476c6e5b7.zip |
Added content descriptions to imagebuttons and imageviews
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/audioplayer_activity.xml | 5 | ||||
-rw-r--r-- | res/layout-land/videoplayer_activity.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/res/layout-land/audioplayer_activity.xml b/res/layout-land/audioplayer_activity.xml index 1e671c745..7900e1ced 100644 --- a/res/layout-land/audioplayer_activity.xml +++ b/res/layout-land/audioplayer_activity.xml @@ -26,6 +26,7 @@ <ImageButton android:id="@+id/butNavLeft" + android:contentDescription="@string/show_shownotes_label" android:layout_width="60dp" android:layout_height="match_parent" android:layout_alignParentLeft="true" @@ -34,6 +35,7 @@ <ImageButton android:id="@+id/butNavRight" + android:contentDescription="@string/show_chapters_label" android:layout_width="60dp" android:layout_height="match_parent" android:layout_alignParentRight="true" @@ -89,6 +91,7 @@ <ImageButton android:id="@+id/butPlay" + android:contentDescription="@string/pause_label" android:layout_width="80dp" android:layout_height="match_parent" android:layout_centerHorizontal="true" @@ -97,6 +100,7 @@ <ImageButton android:id="@+id/butRev" + android:contentDescription="@string/rewind_label" android:layout_width="60dp" android:layout_height="match_parent" android:layout_toLeftOf="@id/butPlay" @@ -105,6 +109,7 @@ <ImageButton android:id="@+id/butFF" + android:contentDescription="@string/fast_forward_label" android:layout_width="60dp" android:layout_height="match_parent" android:layout_toRightOf="@id/butPlay" diff --git a/res/layout-land/videoplayer_activity.xml b/res/layout-land/videoplayer_activity.xml index 13d075b1c..f1e54f7c3 100644 --- a/res/layout-land/videoplayer_activity.xml +++ b/res/layout-land/videoplayer_activity.xml @@ -20,6 +20,7 @@ <ImageButton android:id="@+id/butPlay" + android:contentDescription="@string/pause_label" android:layout_width="80dp" android:layout_height="80dp" android:layout_gravity="center" |