summaryrefslogtreecommitdiff
path: root/res/layout/audioplayer_activity.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-02-14 14:26:55 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-02-14 14:26:55 +0100
commitf4da9674cc4b16ad84cfccd7b72a670476c6e5b7 (patch)
treee938cff5ab4a0f6bbb418b7e5b0ea7e8c5e4605b /res/layout/audioplayer_activity.xml
parent65c11309801fc9ff50f8da90b9b0604b56020802 (diff)
downloadAntennaPod-f4da9674cc4b16ad84cfccd7b72a670476c6e5b7.zip
Added content descriptions to imagebuttons and imageviews
Diffstat (limited to 'res/layout/audioplayer_activity.xml')
-rw-r--r--res/layout/audioplayer_activity.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/audioplayer_activity.xml b/res/layout/audioplayer_activity.xml
index 857d7140f..9b501fbdb 100644
--- a/res/layout/audioplayer_activity.xml
+++ b/res/layout/audioplayer_activity.xml
@@ -13,6 +13,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"
@@ -21,6 +22,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"
@@ -76,6 +78,7 @@
<ImageButton
android:id="@+id/butPlay"
+ android:contentDescription="@string/pause_label"
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
@@ -84,6 +87,7 @@
<ImageButton
android:id="@+id/butRev"
+ android:contentDescription="@string/rewind_label"
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/butPlay"
@@ -92,6 +96,7 @@
<ImageButton
android:id="@+id/butFF"
+ android:contentDescription="@string/fast_forward_label"
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toRightOf="@id/butPlay"
@@ -100,6 +105,7 @@
<Button
android:id="@+id/butPlaybackSpeed"
+ android:contentDescription="@string/set_playback_speed_label"
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toRightOf="@id/butFF"