added contentDescription for better accesebility

This commit is contained in:
Christian Schabesberger 2015-11-26 18:47:36 +01:00
parent 189bee3e44
commit 2afee89de3
5 changed files with 20 additions and 0 deletions

View file

@ -7,6 +7,7 @@
android:padding="6dp">
<ImageView android:id="@+id/itemThumbnailView"
android:contentDescription="@string/itemThumbnailViewDescription"
android:layout_width="142dp"
android:layout_height="80dp"
android:layout_marginRight="6dp"