[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:id="@+id/selfie_x"
android:layout_width="110dp"
android:layout_height="wrap_content"
android:contentDescription="@string/welcome_image_no_selfies"
/>
<ImageView
@ -30,6 +31,7 @@
android:layout_width="110dp"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/selfie_x"
android:contentDescription="@string/welcome_image_proprietary"
/>
</RelativeLayout>