mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-19 11:31:34 +08:00
1577 lines
57 KiB
XML
1577 lines
57 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright 2019 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<issues format="5" by="lint 3.3.2" client="gradle" variant="all" version="3.3.2">
|
|
|
|
<issue
|
|
id="OldTargetApi"
|
|
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
|
|
errorLine1=" targetSdkVersion 29"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="build.gradle"
|
|
line="18"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="VectorDrawableCompat"
|
|
message="To use VectorDrawableCompat, you need to set `android.defaultConfig.vectorDrawables.useSupportLibrary = true`."
|
|
errorLine1=" app:srcCompat="@drawable/vector_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_left.xml"
|
|
line="35"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="VectorDrawableCompat"
|
|
message="To use VectorDrawableCompat, you need to set `android.defaultConfig.vectorDrawables.useSupportLibrary = true`."
|
|
errorLine1=" app:srcCompat="@drawable/vector_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_left.xml"
|
|
line="45"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="VectorDrawableCompat"
|
|
message="To use VectorDrawableCompat, you need to set `android.defaultConfig.vectorDrawables.useSupportLibrary = true`."
|
|
errorLine1=" app:srcCompat="@drawable/vector_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_right.xml"
|
|
line="35"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="VectorDrawableCompat"
|
|
message="To use VectorDrawableCompat, you need to set `android.defaultConfig.vectorDrawables.useSupportLibrary = true`."
|
|
errorLine1=" app:srcCompat="@drawable/vector_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_right.xml"
|
|
line="45"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SpUsage"
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes"
|
|
errorLine1=" android:textSize="18dip""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_annotation.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SpUsage"
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes"
|
|
errorLine1=" android:textSize="18dip""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_layout_attr.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SpUsage"
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes"
|
|
errorLine1=" android:textSize="18dip""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_runtime.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Deprecated"
|
|
message="`android:editable` is deprecated: Use an `<EditText>` to make it editable"
|
|
errorLine1=" android:editable="false""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/exposed_dropdown_menu.xml"
|
|
line="36"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="AllowBackup"
|
|
message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
|
|
errorLine1=" <application"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="AndroidManifest.xml"
|
|
line="24"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="AllowBackup"
|
|
message="Should explicitly set `android:allowBackup` to `true` or `false` (it's `true` by default, and that can have some security implications for the application's data)"
|
|
errorLine1=" <application"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="AndroidManifest.xml"
|
|
line="24"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@color/lilac_default` with a theme that also paints a background (inferred theme is `@style/Theme.MaterialComponents.Light`)"
|
|
errorLine1=" android:background="@color/lilac_default""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/action_layout_custom.xml"
|
|
line="21"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@color/test_red` with a theme that also paints a background (inferred theme is `@style/Theme.MaterialComponents.Light`)"
|
|
errorLine1=" android:background="@color/test_red" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_navigation_view_header1.xml"
|
|
line="22"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@color/test_blue` with a theme that also paints a background (inferred theme is `@style/Theme.MaterialComponents.Light`)"
|
|
errorLine1=" android:background="@color/test_blue" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_navigation_view_header2.xml"
|
|
line="22"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@color/test_green` with a theme that also paints a background (inferred theme is `@style/Theme.MaterialComponents.Light`)"
|
|
errorLine1=" android:background="@color/test_green" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_navigation_view_header3.xml"
|
|
line="22"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.menu.bottom_navigation_view_shifting_content` appears to be unused"
|
|
errorLine1="<menu xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/menu/bottom_navigation_view_shifting_content.xml"
|
|
line="16"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.menu.bottom_navigation_view_shifting_with_invisible_button_content` appears to be unused"
|
|
errorLine1="<menu xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/menu/bottom_navigation_view_shifting_with_invisible_button_content.xml"
|
|
line="16"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.menu.bottom_navigation_view_with_invisible_button_content` appears to be unused"
|
|
errorLine1="<menu xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/menu/bottom_navigation_view_with_invisible_button_content.xml"
|
|
line="16"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.color_state_list_lilac` appears to be unused"
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/color/color_state_list_lilac.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.color_state_list_red_translucent` appears to be unused"
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/color/color_state_list_red_translucent.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.color_state_list_sand` appears to be unused"
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/color/color_state_list_sand.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.color_state_list_themed` appears to be unused"
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/color/color_state_list_themed.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.red_translucent` appears to be unused"
|
|
errorLine1=" <color name="red_translucent">#90FF2040</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="20"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.lilac_disabled` appears to be unused"
|
|
errorLine1=" <color name="lilac_disabled">#F0A0FF</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="23"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.sand_checked` appears to be unused"
|
|
errorLine1=" <color name="sand_checked">#FFD0A0</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="26"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.test_red` appears to be unused"
|
|
errorLine1=" <color name="test_red">#FF6030</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="28"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.color.test_blue` appears to be unused"
|
|
errorLine1=" <color name="test_blue">#3050CF</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="30"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.custom_snackbar_include` appears to be unused"
|
|
errorLine1="<com.google.android.material.testapp.custom.CustomSnackbarMainContent"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_anchored_fab_margin_bottom` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_bottom.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_anchored_fab_margin_left` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_left.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_anchored_fab_margin_right` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_right.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_anchored_fab_margin_top` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_top.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_dodge_left` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_left.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_dodge_right` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_right.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_pin` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_pin.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_pin_margins` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_pin_margins.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_pin_with_fab` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_pin_with_fab.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_scroll` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_scroll.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_scroll_enteralways` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_scroll_enteralways.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_sole_toolbar` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_sole_toolbar.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_collapse_with_image` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_with_image.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_scroll_fitsystemwindows` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_scroll_fitsystemwindows.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_scroll_fitsystemwindows_parent` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_scroll_fitsystemwindows_parent.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_scroll_tabs_pinned` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_scroll_tabs_pinned.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_scroll_tabs_scroll` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_scroll_tabs_scroll.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_appbar_toolbar_scroll_tabs_scroll_snap` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_scroll_tabs_scroll_snap.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_bottom_navigation_nonhiding_view` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_bottom_navigation_nonhiding_view.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_content_appbar_toolbar_collapse_pin` appears to be unused"
|
|
errorLine1="<merge"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_content_appbar_toolbar_collapse_pin.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_navigation_view_header1` appears to be unused"
|
|
errorLine1="<View"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_navigation_view_header1.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_navigation_view_header2` appears to be unused"
|
|
errorLine1="<View"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_navigation_view_header2.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_navigation_view_header3` appears to be unused"
|
|
errorLine1="<View"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_navigation_view_header3.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_navigation_view_header_switch` appears to be unused"
|
|
errorLine1="<FrameLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_navigation_view_header_switch.xml"
|
|
line="16"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_snackbar_behavior_annotation` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_annotation.xml"
|
|
line="19"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_snackbar_behavior_layout_attr` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_layout_attr.xml"
|
|
line="19"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_snackbar_behavior_runtime` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_runtime.xml"
|
|
line="19"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_snackbar_with_fab` appears to be unused"
|
|
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_snackbar_with_fab.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_tabs` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_tabs.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_tabs_fixed_width` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="19"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_tabs_items` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_tabs_items.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.design_tabs_with_non_tabitems` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/design_tabs_with_non_tabitems.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.tab_width_limit_small` appears to be unused"
|
|
errorLine1=" <dimen name="tab_width_limit_small">80dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="17"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.tab_width_limit_medium` appears to be unused"
|
|
errorLine1=" <dimen name="tab_width_limit_medium">100dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="18"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.tab_width_limit_large` appears to be unused"
|
|
errorLine1=" <dimen name="tab_width_limit_large">120dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="19"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.text_small_size` appears to be unused"
|
|
errorLine1=" <dimen name="text_small_size">16sp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="22"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.corner_radius_small` appears to be unused"
|
|
errorLine1=" <dimen name="corner_radius_small">1dp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="25"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.corner_radius_medium` appears to be unused"
|
|
errorLine1=" <dimen name="corner_radius_medium">5dp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="26"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.drawable_small_size` appears to be unused"
|
|
errorLine1=" <dimen name="drawable_small_size">12dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="28"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.drawable_medium_size` appears to be unused"
|
|
errorLine1=" <dimen name="drawable_medium_size">16dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="29"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.drawable_large_size` appears to be unused"
|
|
errorLine1=" <dimen name="drawable_large_size">20dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="30"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.fab_margin` appears to be unused"
|
|
errorLine1=" <dimen name="fab_margin">32dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="33"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.fab_mini_height` appears to be unused"
|
|
errorLine1=" <dimen name="fab_mini_height">40dp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="35"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.fab_normal_height` appears to be unused"
|
|
errorLine1=" <dimen name="fab_normal_height">56dip</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/dimens.xml"
|
|
line="36"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.ic_account_circle_white_48dp` appears to be unused">
|
|
<location
|
|
file="res/drawable-hdpi/ic_account_circle_white_48dp.png"/>
|
|
<location
|
|
file="res/drawable-mdpi/ic_account_circle_white_48dp.png"/>
|
|
<location
|
|
file="res/drawable-xhdpi/ic_account_circle_white_48dp.png"/>
|
|
<location
|
|
file="res/drawable-xxhdpi/ic_account_circle_white_48dp.png"/>
|
|
<location
|
|
file="res/drawable-xxxhdpi/ic_account_circle_white_48dp.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.photo` appears to be unused">
|
|
<location
|
|
file="res/drawable-nodpi/photo.jpg"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.snackbar_action` appears to be unused"
|
|
errorLine1=" <string name="snackbar_action">Undo</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="26"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_collapsing_toolbar_pin` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_collapsing_toolbar_pin">AppBar/Collapsing Toolbar (pinned)</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="32"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_collapsing_toolbar_scroll` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_collapsing_toolbar_scroll">AppBar/Collapsing Toolbar (scroll off)</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="33"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_collapsing_toolbar_pin_fab` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_collapsing_toolbar_pin_fab">AppBar/Collapsing Toolbar (pinned with FAB)</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="34"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_toolbar_scroll_tabs_scroll` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_toolbar_scroll_tabs_scroll">AppBar/Toolbar Scroll + Tabs Scroll</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="35"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_toolbar_scroll_tabs_scroll_snap` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_toolbar_scroll_tabs_scroll_snap">AppBar/Toolbar Scroll + Tabs Scroll + Snap</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="36"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_toolbar_scroll_tabs_pin` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_toolbar_scroll_tabs_pin">AppBar/Toolbar Scroll + Tabs Pin</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="37"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_collapsing_toolbar_pin_margins` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_collapsing_toolbar_pin_margins">AppBar/Collapsing Toolbar (pinned + margins)</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="38"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_collapsing_toolbar_with_image` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_collapsing_toolbar_with_image">AppBar/Collapsing Toolbar + Parallax Image</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="39"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_anchored_fab_margin_bottom` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_anchored_fab_margin_bottom">AppBar + anchored FAB with bottom margin</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="40"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_anchored_fab_margin_top` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_anchored_fab_margin_top">AppBar + anchored FAB with top margin</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="41"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_anchored_fab_margin_left` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_anchored_fab_margin_left">AppBar + anchored FAB with left margin</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="42"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_anchored_fab_margin_right` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_anchored_fab_margin_right">AppBar + anchored FAB with right margin</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="43"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_dodge_left` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_dodge_left">AppBar + FABs with dodge on left</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="45"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.design_appbar_dodge_right` appears to be unused"
|
|
errorLine1=" <string name="design_appbar_dodge_right">AppBar + FABs with dodge on right</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/strings.xml"
|
|
line="46"
|
|
column="11"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.style.TextSmallStyle` appears to be unused"
|
|
errorLine1=" <style name="TextSmallStyle" parent="@android:style/TextAppearance">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="18"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.style.TextMediumGreenStyle` appears to be unused"
|
|
errorLine1=" <style name="TextMediumGreenStyle" parent="TextMediumStyle">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="26"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.style.TextAppearanceWithThemedCslTextColor` appears to be unused"
|
|
errorLine1=" <style name="TextAppearanceWithThemedCslTextColor" parent="@android:style/TextAppearance">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="43"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.tab_layout_bound_max` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/tab_layout_bound_max.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.tab_layout_bound_min` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/tab_layout_bound_min.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.layout.tab_layout_bound_minmax` appears to be unused"
|
|
errorLine1="<com.google.android.material.tabs.TabLayout"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/layout/tab_layout_bound_minmax.xml"
|
|
line="18"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.test_background_blue` appears to be unused"
|
|
errorLine1="<shape"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/drawable/test_background_blue.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.test_drawable_state_list` appears to be unused"
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
errorLine2="^">
|
|
<location
|
|
file="res/drawable/test_drawable_state_list.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.vector_icon` appears to be unused"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2="^">
|
|
<location
|
|
file="res/drawable/vector_icon.xml"
|
|
line="17"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="MissingApplicationIcon"
|
|
message="Should explicitly set `android:icon`, there is no default"
|
|
errorLine1=" <application"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="AndroidManifest.xml"
|
|
line="24"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDensities"
|
|
message="Missing the following drawables in `drawable-hdpi`: ic_add.png, test_drawable_blue.png, test_drawable_green.png, test_drawable_red.png">
|
|
<location
|
|
file="res/drawable-hdpi"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDensities"
|
|
message="Missing the following drawables in `drawable-mdpi`: ic_add.png (found in drawable-xxhdpi)">
|
|
<location
|
|
file="res/drawable-mdpi"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDensities"
|
|
message="Missing the following drawables in `drawable-xhdpi`: ic_add.png, test_drawable_blue.png, test_drawable_green.png, test_drawable_red.png">
|
|
<location
|
|
file="res/drawable-xhdpi"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDensities"
|
|
message="Missing the following drawables in `drawable-xxhdpi`: test_drawable_blue.png, test_drawable_green.png, test_drawable_red.png">
|
|
<location
|
|
file="res/drawable-xxhdpi"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="GoogleAppIndexingWarning"
|
|
message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details."
|
|
errorLine1=" <application"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="AndroidManifest.xml"
|
|
line="24"
|
|
column="3"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="MenuTitle"
|
|
message="Menu items should specify a `title`"
|
|
errorLine1=" <item android:id="@+id/destination_custom""
|
|
errorLine2=" ~~~~">
|
|
<location
|
|
file="res/menu/navigation_view_content.xml"
|
|
line="32"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="25"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="33"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_with_image.xml"
|
|
line="38"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_fab.xml"
|
|
line="27"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_bottom.xml"
|
|
line="35"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_left.xml"
|
|
line="35"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_right.xml"
|
|
line="35"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_top.xml"
|
|
line="35"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_left.xml"
|
|
line="33"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_left.xml"
|
|
line="43"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_right.xml"
|
|
line="33"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_dodge_right.xml"
|
|
line="43"
|
|
column="7"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_pin_with_fab.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="KeyboardInaccessibleWidget"
|
|
message="'clickable' attribute found, please also add 'focusable'"
|
|
errorLine1=" android:clickable="true" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_with_fab.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="LabelFor"
|
|
message="Missing accessibility label: where minSdk < 17, you should provide an `android:hint`"
|
|
errorLine1=" <AutoCompleteTextView"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/exposed_dropdown_menu.xml"
|
|
line="32"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="LabelFor"
|
|
message="Missing accessibility label: where minSdk < 17, you should provide an `android:hint`"
|
|
errorLine1=" <AutoCompleteTextView"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/exposed_dropdown_menu.xml"
|
|
line="49"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "text1", should use `@string` resource"
|
|
errorLine1=" android:text="text1""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_annotation.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "text1", should use `@string` resource"
|
|
errorLine1=" android:text="text1""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_layout_attr.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "text1", should use `@string` resource"
|
|
errorLine1=" android:text="text1""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_snackbar_behavior_runtime.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 0", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 0" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="27"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 1", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 1" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="29"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 2", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 2" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="31"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 3", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 3" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="33"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 4", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 4" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="35"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 5", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 5" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="37"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 6", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 6" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="39"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Tab 7", should use `@string` resource"
|
|
errorLine1=" android:text="Tab 7" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_tabs_fixed_width.xml"
|
|
line="41"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_alignParentStart="true"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_alignParentLeft="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="29"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_marginEnd="8dp"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_marginRight="8dp""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_alignParentEnd="true"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_alignParentRight="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="37"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_toEndOf="@id/custom_snackbar_image_leading"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_toRightOf="@id/custom_snackbar_image_leading""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="45"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_toStartOf="@id/custom_snackbar_image_trailing"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_toLeftOf="@id/custom_snackbar_image_trailing""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="46"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_toEndOf="@id/custom_snackbar_image_leading"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_toRightOf="@id/custom_snackbar_image_leading""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="56"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_toStartOf="@id/custom_snackbar_image_trailing"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_toLeftOf="@id/custom_snackbar_image_trailing""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/custom_snackbar_include.xml"
|
|
line="57"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_marginStart="@dimen/fab_margin"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_marginLeft="@dimen/fab_margin""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_left.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_marginEnd="@dimen/fab_margin"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_marginRight="@dimen/fab_margin""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_anchored_fab_margin_right.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Consider adding `android:layout_marginEnd="16dp"` to better support right-to-left layouts"
|
|
errorLine1=" android:layout_marginRight="16dp""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/design_appbar_toolbar_collapse_pin_with_fab.xml"
|
|
line="33"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RtlHardcoded"
|
|
message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales"
|
|
errorLine1=" android:layout_gravity="right|bottom""
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/test_design_snackbar_fab.xml"
|
|
line="27"
|
|
column="33"/>
|
|
</issue>
|
|
|
|
</issues>
|