diff --git a/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt b/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt index 36c9c6ca2..8e046f9a2 100644 --- a/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt +++ b/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt @@ -132,7 +132,6 @@ class AllProjectConfigurer { add("SelectableText") add("MissingTranslation") add("IconDensities") - add("ContentDescription") add("IconDipSize") add("UnusedResources") add("NonConstantResourceId") diff --git a/custom/src/main/res/layout/fragment_custom_download.xml b/custom/src/main/res/layout/fragment_custom_download.xml index 2228beff6..0ba9f2b85 100644 --- a/custom/src/main/res/layout/fragment_custom_download.xml +++ b/custom/src/main/res/layout/fragment_custom_download.xml @@ -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"