connieshi 44ff45c57c Update target sdk from 28 to 29 for Material.
PiperOrigin-RevId: 320426815
2020-07-10 11:37:38 -07:00

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=&quot;@drawable/vector_icon&quot;"
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=&quot;@drawable/vector_icon&quot;"
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=&quot;@drawable/vector_icon&quot;"
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=&quot;@drawable/vector_icon&quot;"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_dodge_right.xml"
line="45"
column="7"/>
</issue>
<issue
id="SpUsage"
message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
errorLine1=" android:textSize=&quot;18dip&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_behavior_annotation.xml"
line="31"
column="9"/>
</issue>
<issue
id="SpUsage"
message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
errorLine1=" android:textSize=&quot;18dip&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_behavior_layout_attr.xml"
line="31"
column="9"/>
</issue>
<issue
id="SpUsage"
message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
errorLine1=" android:textSize=&quot;18dip&quot;"
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 `&lt;EditText>` to make it editable"
errorLine1=" android:editable=&quot;false&quot;"
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=" &lt;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&apos;s `true` by default, and that can have some security implications for the application&apos;s data)"
errorLine1=" &lt;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=&quot;@color/lilac_default&quot;"
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=&quot;@color/test_red&quot; />"
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=&quot;@color/test_blue&quot; />"
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=&quot;@color/test_green&quot; />"
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="&lt;menu xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;menu xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;menu xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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=" &lt;color name=&quot;red_translucent&quot;>#90FF2040&lt;/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=" &lt;color name=&quot;lilac_disabled&quot;>#F0A0FF&lt;/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=" &lt;color name=&quot;sand_checked&quot;>#FFD0A0&lt;/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=" &lt;color name=&quot;test_red&quot;>#FF6030&lt;/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=" &lt;color name=&quot;test_blue&quot;>#3050CF&lt;/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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;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=" &lt;dimen name=&quot;tab_width_limit_small&quot;>80dip&lt;/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=" &lt;dimen name=&quot;tab_width_limit_medium&quot;>100dip&lt;/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=" &lt;dimen name=&quot;tab_width_limit_large&quot;>120dip&lt;/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=" &lt;dimen name=&quot;text_small_size&quot;>16sp&lt;/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=" &lt;dimen name=&quot;corner_radius_small&quot;>1dp&lt;/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=" &lt;dimen name=&quot;corner_radius_medium&quot;>5dp&lt;/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=" &lt;dimen name=&quot;drawable_small_size&quot;>12dip&lt;/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=" &lt;dimen name=&quot;drawable_medium_size&quot;>16dip&lt;/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=" &lt;dimen name=&quot;drawable_large_size&quot;>20dip&lt;/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=" &lt;dimen name=&quot;fab_margin&quot;>32dip&lt;/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=" &lt;dimen name=&quot;fab_mini_height&quot;>40dp&lt;/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=" &lt;dimen name=&quot;fab_normal_height&quot;>56dip&lt;/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=" &lt;string name=&quot;snackbar_action&quot;>Undo&lt;/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=" &lt;string name=&quot;design_appbar_collapsing_toolbar_pin&quot;>AppBar/Collapsing Toolbar (pinned)&lt;/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=" &lt;string name=&quot;design_appbar_collapsing_toolbar_scroll&quot;>AppBar/Collapsing Toolbar (scroll off)&lt;/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=" &lt;string name=&quot;design_appbar_collapsing_toolbar_pin_fab&quot;>AppBar/Collapsing Toolbar (pinned with FAB)&lt;/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=" &lt;string name=&quot;design_appbar_toolbar_scroll_tabs_scroll&quot;>AppBar/Toolbar Scroll + Tabs Scroll&lt;/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=" &lt;string name=&quot;design_appbar_toolbar_scroll_tabs_scroll_snap&quot;>AppBar/Toolbar Scroll + Tabs Scroll + Snap&lt;/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=" &lt;string name=&quot;design_appbar_toolbar_scroll_tabs_pin&quot;>AppBar/Toolbar Scroll + Tabs Pin&lt;/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=" &lt;string name=&quot;design_appbar_collapsing_toolbar_pin_margins&quot;>AppBar/Collapsing Toolbar (pinned + margins)&lt;/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=" &lt;string name=&quot;design_appbar_collapsing_toolbar_with_image&quot;>AppBar/Collapsing Toolbar + Parallax Image&lt;/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=" &lt;string name=&quot;design_appbar_anchored_fab_margin_bottom&quot;>AppBar + anchored FAB with bottom margin&lt;/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=" &lt;string name=&quot;design_appbar_anchored_fab_margin_top&quot;>AppBar + anchored FAB with top margin&lt;/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=" &lt;string name=&quot;design_appbar_anchored_fab_margin_left&quot;>AppBar + anchored FAB with left margin&lt;/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=" &lt;string name=&quot;design_appbar_anchored_fab_margin_right&quot;>AppBar + anchored FAB with right margin&lt;/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=" &lt;string name=&quot;design_appbar_dodge_left&quot;>AppBar + FABs with dodge on left&lt;/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=" &lt;string name=&quot;design_appbar_dodge_right&quot;>AppBar + FABs with dodge on right&lt;/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=" &lt;style name=&quot;TextSmallStyle&quot; parent=&quot;@android:style/TextAppearance&quot;>"
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=" &lt;style name=&quot;TextMediumGreenStyle&quot; parent=&quot;TextMediumStyle&quot;>"
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=" &lt;style name=&quot;TextAppearanceWithThemedCslTextColor&quot; parent=&quot;@android:style/TextAppearance&quot;>"
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="&lt;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="&lt;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="&lt;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="&lt;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="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
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="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
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=" &lt;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=" &lt;application"
errorLine2=" ^">
<location
file="AndroidManifest.xml"
line="24"
column="3"/>
</issue>
<issue
id="MenuTitle"
message="Menu items should specify a `title`"
errorLine1=" &lt;item android:id=&quot;@+id/destination_custom&quot;"
errorLine2=" ~~~~">
<location
file="res/menu/navigation_view_content.xml"
line="32"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;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=" &lt;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=" &lt;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=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="res/layout/design_fab.xml"
line="27"
column="6"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_anchored_fab_margin_bottom.xml"
line="35"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_anchored_fab_margin_left.xml"
line="35"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_anchored_fab_margin_right.xml"
line="35"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_anchored_fab_margin_top.xml"
line="35"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_dodge_left.xml"
line="33"
column="7"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_dodge_left.xml"
line="43"
column="7"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_dodge_right.xml"
line="33"
column="7"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_dodge_right.xml"
line="43"
column="7"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_toolbar_collapse_pin_with_fab.xml"
line="34"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_with_fab.xml"
line="30"
column="9"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: where minSdk &lt; 17, you should provide an `android:hint`"
errorLine1=" &lt;AutoCompleteTextView"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/exposed_dropdown_menu.xml"
line="32"
column="6"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: where minSdk &lt; 17, you should provide an `android:hint`"
errorLine1=" &lt;AutoCompleteTextView"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/exposed_dropdown_menu.xml"
line="49"
column="6"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;text1&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;text1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_behavior_annotation.xml"
line="30"
column="9"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;text1&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;text1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_behavior_layout_attr.xml"
line="30"
column="9"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;text1&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;text1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_snackbar_behavior_runtime.xml"
line="30"
column="9"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 0&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 0&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="27"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 1&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 1&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="29"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 2&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 2&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="31"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 3&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 3&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="33"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 4&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 4&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="35"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 5&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 5&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="37"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 6&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 6&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="39"
column="5"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Tab 7&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Tab 7&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_tabs_fixed_width.xml"
line="41"
column="5"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_alignParentStart=&quot;true&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_alignParentLeft=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="29"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_marginEnd=&quot;8dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;8dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="30"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_alignParentEnd=&quot;true&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_alignParentRight=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="37"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_toEndOf=&quot;@id/custom_snackbar_image_leading&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_toRightOf=&quot;@id/custom_snackbar_image_leading&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="45"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_toStartOf=&quot;@id/custom_snackbar_image_trailing&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_toLeftOf=&quot;@id/custom_snackbar_image_trailing&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="46"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_toEndOf=&quot;@id/custom_snackbar_image_leading&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_toRightOf=&quot;@id/custom_snackbar_image_leading&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="56"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_toStartOf=&quot;@id/custom_snackbar_image_trailing&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_toLeftOf=&quot;@id/custom_snackbar_image_trailing&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/custom_snackbar_include.xml"
line="57"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider adding `android:layout_marginStart=&quot;@dimen/fab_margin&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginLeft=&quot;@dimen/fab_margin&quot;"
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=&quot;@dimen/fab_margin&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;@dimen/fab_margin&quot;"
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=&quot;16dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/design_appbar_toolbar_collapse_pin_with_fab.xml"
line="33"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="res/layout/test_design_snackbar_fab.xml"
line="27"
column="33"/>
</issue>
</issues>