mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
[Lint] Add content description to image views
This commit is contained in:
parent
3beeac2a4f
commit
8f5be5a434
16 changed files with 53 additions and 8 deletions
|
|
@ -15,7 +15,8 @@
|
|||
android:src="@drawable/sydney_opera_house"
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_gravity="center"
|
||||
android:id="@+id/imageView" />
|
||||
android:id="@+id/imageView"
|
||||
android:contentDescription="@string/welcome_image_sydney_opera_house"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="295dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue