Merge "Revert "Add a cursor preference to Accessibility Settings""

This commit is contained in:
Lauren Winston
2022-10-11 23:00:34 +00:00
committed by Android (Google) Code Review
10 changed files with 0 additions and 463 deletions

View File

@@ -2477,22 +2477,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_accessibility_software_cursor.xml"
line="22"
column="13"/>
</issue>
<issue
id="HardCodedColor"
severity="Error"