[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

@ -21,6 +21,7 @@
android:layout_width="150dp"
android:layout_height="180dp"
android:layout_marginLeft="30dp"
android:contentDescription="@string/welcome_image_welcome_wikipedia"
/>
<ImageView
@ -29,6 +30,7 @@
android:layout_height="120dp"
android:layout_gravity="center"
android:layout_marginLeft="10dp"
android:contentDescription="@string/welcome_image_welcome_copyright"
/>
</LinearLayout>