summaryrefslogtreecommitdiff
path: root/res/layout/audioplayer_activity.xml
diff options
context:
space:
mode:
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"