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