[Lint] Add content description to image views

This commit is contained in:
Dinu Kumarasiri 2017-05-20 11:19:21 +02:00
parent 3beeac2a4f
commit 8f5be5a434
16 changed files with 53 additions and 8 deletions

View file

@ -17,6 +17,7 @@
android:src="@drawable/empty_photo"
android:background="#ffffff"
android:scaleType="centerCrop"
android:contentDescription="@string/no_image_found"
/>
<TextView