From f4da9674cc4b16ad84cfccd7b72a670476c6e5b7 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 14 Feb 2014 14:26:55 +0100 Subject: Added content descriptions to imagebuttons and imageviews --- res/layout/feeditemlist_item.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'res/layout/feeditemlist_item.xml') diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml index ed4b0d46d..e2898b601 100644 --- a/res/layout/feeditemlist_item.xml +++ b/res/layout/feeditemlist_item.xml @@ -1,6 +1,7 @@ @@ -45,10 +46,12 @@ android:layout_height="@dimen/enc_icons_size" android:layout_below="@id/txtvPublished" android:layout_toLeftOf="@+id/imgvInPlaylist" - android:padding="2dp" /> + android:padding="2dp" + tools:ignore="ContentDescription"/>