[Lint] Add content description to image views

This commit is contained in:
Dinu Kumarasiri 2017-05-20 11:19:21 +02:00
parent a794485ab1
commit 6b51df51f8
16 changed files with 48 additions and 5 deletions

View file

@ -13,6 +13,7 @@
android:layout_width="match_parent"
android:layout_height="192dp"
android:scaleType="centerCrop"
android:contentDescription="@string/upload_image"
/>
<RelativeLayout