summaryrefslogtreecommitdiff
path: root/res/layout/cover_fragment.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/cover_fragment.xml
parent65c11309801fc9ff50f8da90b9b0604b56020802 (diff)
downloadAntennaPod-f4da9674cc4b16ad84cfccd7b72a670476c6e5b7.zip
Added content descriptions to imagebuttons and imageviews
Diffstat (limited to 'res/layout/cover_fragment.xml')
-rw-r--r--res/layout/cover_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml
index 9602f1ebc..f9c88ac02 100644
--- a/res/layout/cover_fragment.xml
+++ b/res/layout/cover_fragment.xml
@@ -7,6 +7,7 @@
<ImageView
android:id="@+id/imgvCover"
+ android:contentDescription="@string/cover_label"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"