mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -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("SelectableText")
|
||||||
add("MissingTranslation")
|
add("MissingTranslation")
|
||||||
add("IconDensities")
|
add("IconDensities")
|
||||||
add("ContentDescription")
|
|
||||||
add("IconDipSize")
|
add("IconDipSize")
|
||||||
add("UnusedResources")
|
add("UnusedResources")
|
||||||
add("NonConstantResourceId")
|
add("NonConstantResourceId")
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="100dp"
|
android:layout_marginTop="100dp"
|
||||||
|
android:contentDescription="@string/app_name"
|
||||||
android:src="@mipmap/ic_launcher_foreground"
|
android:src="@mipmap/ic_launcher_foreground"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user