[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

@ -20,6 +20,7 @@
android:id="@+id/selfie_x"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:contentDescription="@string/welcome_image_no_selfies"
/>
<ImageView
@ -27,7 +28,9 @@
android:id="@+id/proprietary_x"
android:layout_marginLeft="10dp"
android:layout_width="140dp"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:contentDescription="@string/welcome_image_proprietary"
/>
</LinearLayout>