summaryrefslogtreecommitdiff
path: root/res/layout-v14
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-v14
parent65c11309801fc9ff50f8da90b9b0604b56020802 (diff)
downloadAntennaPod-f4da9674cc4b16ad84cfccd7b72a670476c6e5b7.zip
Added content descriptions to imagebuttons and imageviews
Diffstat (limited to 'res/layout-v14')
-rw-r--r--res/layout-v14/directory_chooser.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-v14/directory_chooser.xml b/res/layout-v14/directory_chooser.xml
index 3bb1d5c9c..f0bef72e4 100644
--- a/res/layout-v14/directory_chooser.xml
+++ b/res/layout-v14/directory_chooser.xml
@@ -56,6 +56,7 @@
<ImageButton
android:id="@+id/butNavUp"
+ android:contentDescription="@string/navigate_upwards_label"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_alignParentLeft="true"