mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 15:27:55 -04:00
Introduced the ContentDescription lint check.
This commit is contained in:
parent
95ef46adf5
commit
72d1ea3340
@ -132,7 +132,6 @@ class AllProjectConfigurer {
|
||||
add("SelectableText")
|
||||
add("MissingTranslation")
|
||||
add("IconDensities")
|
||||
add("ContentDescription")
|
||||
add("IconDipSize")
|
||||
add("UnusedResources")
|
||||
add("NonConstantResourceId")
|
||||
|
@ -11,6 +11,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="100dp"
|
||||
android:contentDescription="@string/app_name"
|
||||
android:src="@mipmap/ic_launcher_foreground"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user