Clean up some UnusedResources detected by lint 5

Bug: 234570979
Test: Manual with Settings App
Change-Id: Icd8df5fc8345a85b948dae3a41de85bf39b2cbc9
This commit is contained in:
Chaohui Wang
2022-09-14 13:54:41 +08:00
parent 645aa5d311
commit a179e04c66
34 changed files with 0 additions and 1837 deletions

View File

@@ -3117,22 +3117,6 @@
column="13"/>
</issue>
<issue
id="HardCodedColor"
severity="Error"
message="Avoid using hardcoded color"
category="Correctness"
priority="4"
summary="Using hardcoded color"
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/drawable/ic_screen_zoom.xml"
line="22"
column="13"/>
</issue>
<issue
id="HardCodedColor"
severity="Error"