Add brightness level and auto brightness preference in accessibility_settings_for_setup_wizard.xml. Since the flagging has not be supported yet for non-Manifest resources, for now we add the preferences by default, and update the preferece availablity status in each preference controllers based on the flag. Bug: 311093618 Flag: ACONFIG com.android.settings.accessibility.add_brightness_settings_in_suw DEVELOPMENT Test: manually atest AccessibilitySettingsForSetupWizardTest atest AutoBrightnessPreferenceFragmentForSetupWizardTest atest AutoBrightnessPreferenceControllerTest atest BrightnessLevelPreferenceControllerTest Change-Id: I350d99138bdd14bf28828a39e42f707b5b1066c1
6737 lines
346 KiB
XML
6737 lines
346 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="4">
|
|
|
|
<issue
|
|
id="LintError"
|
|
severity="Error"
|
|
message="No `.class` files were found in project ".", so none of the classfile based checks could be run. Does the project need to be built first?"
|
|
category="Lint"
|
|
priority="10"
|
|
summary="Lint Failure"
|
|
explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.
These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
|
|
<location
|
|
file="."/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="38"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="38"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="39"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="39"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="52"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="52"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="53"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="53"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="66"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="66"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="67"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
|
|
line="67"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="46"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#001A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="46"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="47"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF1A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="47"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="60"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#001A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="60"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="61"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF1A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="61"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="74"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#001A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="74"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="75"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF1A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
|
|
line="75"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="38"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="38"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="39"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="39"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="52"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="52"
|
|
column="34"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="53"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.695" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
|
|
line="53"
|
|
column="38"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="46"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#001A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="46"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="47"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF1A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="47"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#00669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="60"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0" android:color="#001A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="60"
|
|
column="36"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF669DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="61"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item android:offset="0.69" android:color="#FF1A73E8"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
|
|
line="61"
|
|
column="39"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="@color/power_anomaly_primary_button_text_color""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/battery_tips_card.xml"
|
|
line="58"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="@color/power_anomaly_primary_button_text_color""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/battery_tips_card.xml"
|
|
line="58"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_accessibility_background">#783BE5</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="19"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_support_background">#3F5FBD</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="20"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="setup_wizard_wifi_color_dark">#89ffffff</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="20"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="setup_wizard_wifi_color_light">#89000000</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="21"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="notification_importance_button_unselected">#5F6368</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="23"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="running_processes_system_ram">#ff384248</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="23"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="running_processes_free_ram">#ffced7db</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="24"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="icon_accent">#ffabffec</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="29"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="material_blue_500">#4285F4</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="32"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="material_blue_700">#3367D6</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="33"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="material_grey_100">#f5f5f5</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="34"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_text_incoming">#E4E3DA</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="36"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_text_outgoing">#1B1C17</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="37"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="settings_dialog_colorError">#f28b82</color> <!-- Red 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="38"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="timestamp_text_outgoing">#99323232</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="38"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="timestamp_text_incoming">#99ffffff</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="39"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_bubble_incoming">#52534D</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="40"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_bar">#5bb974</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="41"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_bubble_outgoing">#C7C8B7</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="41"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_icon">#669df6</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="42"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_icon_background_incoming">#E6F451</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="42"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_outline">#5e5e5e</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="43"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_icon_background_outgoing">#FBBC04</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="43"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="fingerprint_enrollment_finish_color_outline">#669df6</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="44"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="message_icon_color">#DADADA</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="44"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="usage_graph_dots">#B0BEC5</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="46"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_fp_captured_color">#d2e3fc</color> <!-- Blue 100 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="47"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_fp_error_color">#fad2cf</color> <!-- Red 100 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="48"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_bg_color">#3C4043</color> <!-- Gray 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="49"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="gestures_setting_background_color">#ffffff</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="49"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_fill_color">#669df6</color> <!-- Blue 400 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="50"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_error_color">#ee675c</color> <!-- Red 400 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="51"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="shortcut_background">#fff5f5f5</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="52"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_network_background">#2196F3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="55"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_connected_device_background">#72B70F</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="56"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_app_and_notification_background">#FF7E0F</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="57"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_battery_background">#258982</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="58"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_display_background">#FFA727</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="59"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="power_anomaly_app_warning_hint_color">#FDD663</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="60"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_sound_background">#01B1AF</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="60"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="power_anomaly_primary_button_text_color">#2E3300</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="61"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_storage_background">#C14CE6</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="61"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_security_background">#0F9D58</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="62"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_accounts_background">#F15B8D</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="63"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_icon">#7DA7F1</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="64"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_accessibility_background">#5011C1</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="64"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_moving_target_fill">#475670</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="65"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_system_background">#9E9E9E</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="65"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_support_background">#26459C</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="66"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_moving_target_fill_error">#80475670</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="67"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_generic_icon_background">#1A73E8</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="67"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress">#7DA7F1</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="68"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_location_background">#2EC7DC</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="68"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress_help">#607DA7F1</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="69"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="homepage_about_background">#6F86DA</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="69"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress_help_with_talkback">#FFEE675C</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="70"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="battery_good_color_light">#43a047</color> <!-- Material Green 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="75"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_color_button_outer_circle_stroke_color">#FFFFFF</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="76"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="battery_bad_color_light">#f44336</color> <!-- Material Red 500 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="76"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="switch_bar_state_disabled_color">#1FE3E3E3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values-night/colors.xml"
|
|
line="79"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_anim_particle_color_1">#ff00bcd4</color> <!-- Material Cyan 500 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="79"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_anim_particle_color_2">#ffef6c00</color> <!-- Material Orange 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="80"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_anim_particle_color_3">#ff4caf50</color> <!-- Material Green 500 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="81"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_anim_particle_color_4">#fffdd835</color> <!-- Material Yellow 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="82"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_anim_particle_error">#ff9e9e9e</color> <!-- Material Gray 500 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="83"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_bar">#1e8e3e</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="86"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_icon">#1a73e8</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="87"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="biometric_enroll_intro_color_outline">#e3e3e3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="88"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="notification_importance_button_unselected">#DADCE0</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="91"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="face_enroll_icon_color">#42a5f5</color> <!-- Blue 400 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="99"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="back_gesture_indicator">#4182ef</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="101"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_red">#d93025</color> <!-- Material Red 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="105"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_orange">#e8710a</color> <!-- Material Orange 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="106"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_yellow">#f9ab00</color> <!-- Material Yellow 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="107"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_green">#1e8e3e</color> <!-- Material Green 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="108"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_cyan">#12b5cb</color> <!-- Material Cyan 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="109"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_blue">#1a73e8</color> <!-- Material Blue 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="110"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_purple">#9334e6</color> <!-- Material Purple 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="111"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_color_gray">#80868b</color> <!-- Material Gray 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="112"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_red">#f28b82</color> <!-- Material Red 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="115"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_orange">#fcad70</color> <!-- Material Orange 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="116"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_yellow">#fdd663</color> <!-- Material Yellow 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="117"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_green">#81c995</color> <!-- Material Green 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="118"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_cyan">#78d9ec</color> <!-- Material Cyan 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="119"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_blue">#8AB4F8</color> <!-- Material Blue 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="120"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_purple">#c58af9</color> <!-- Material Purple 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="121"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="palette_list_dark_mode_color_gray">#dadce0</color> <!-- Material Gray 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="122"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_cyan">#ff006D74</color> <!-- Material Custom Cyan -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="125"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_blue800">#ff185ABC</color> <!-- Material Blue 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="126"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_green800">#ff137333</color> <!-- Material Green 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="127"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_purple800">#ff7627bb</color> <!-- Material Purple 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="128"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_pink800">#ffb80672</color> <!-- Material Pink 800 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="129"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_color_orange">#ff995400</color> <!-- Material Custom Orange -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="130"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_cyan">#ff4DD0E1</color> <!-- Material Cyan 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="133"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_blue">#ff8AB4F8</color> <!-- Material Blue 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="134"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_green">#ff81C995</color> <!-- Material Green 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="135"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_purple">#ffC58AF9</color> <!-- Material Purple 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="136"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_pink">#ffff8bcb</color> <!-- Material Pink 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="137"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="SIM_dark_mode_color_orange">#fffcad70</color> <!-- Material Orange 300 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="138"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="accessibility_feature_background">#5F6368</color> <!-- Google grey 700 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="143"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="accessibility_magnification_background">#F50D60</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="144"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="accessibility_daltonizer_background">#00BCD4</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="145"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="accessibility_color_inversion_background">#546E7A</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="146"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="battery_info_error_color_red">#fce8e6</color> <!-- Material Red 50 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="148"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="settings_dialog_colorError">#d93025</color> <!-- Red 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="150"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="fingerprint_enrollment_finish_color_outline">#1A73E8</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="153"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_fp_captured_color">#d2e3fc</color> <!-- Blue 100 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="156"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_fp_error_color">#fad2cf</color> <!-- Red 100 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="157"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_bg_color">#E8EAED</color> <!-- Gray 200 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="158"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_fill_color">#1a73e8</color> <!-- Blue 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="159"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="sfps_enrollment_progress_bar_error_color">#d93025</color> <!-- Red 600 -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="160"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="power_anomaly_app_warning_hint_color">#D56E0C</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="175"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="power_anomaly_primary_button_text_color">#FFFFFF</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="176"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_icon">#699FF3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="179"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_moving_target_fill">#C2D7F7</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="180"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_moving_target_fill_error">#80C2D7F7</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="182"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress">#699FF3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="183"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress_help">#70699FF3</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="184"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="udfps_enroll_progress_help_with_talkback">#FFEE675C</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="185"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_color_button_inner_circle_stroke_color">#D4D4D4</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="189"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_color_button_outer_circle_stroke_color">#000000</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="190"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_01">#0000FE</color> <!-- 100% Blue -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="193"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_02">#0080FF</color> <!-- 100% Azure -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="194"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_03">#00FFFF</color> <!-- 100% Cyan -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="195"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_04">#00FF7F</color> <!-- 100% Spring green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="196"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_05">#00FF01</color> <!-- 100% Green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="197"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_06">#80FF00</color> <!-- 100% Chartreuse green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="198"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_07">#FFFF00</color> <!-- 100% Yellow -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="199"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_08">#FF7F00</color> <!-- 100% Orange -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="200"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_09">#FE0000</color> <!-- 100% Red -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="201"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_10">#FF017E</color> <!-- 100% Rose -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="202"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_11">#FF00FE</color> <!-- 100% Magenta -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="203"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opaque_color_12">#7F00FF</color> <!-- 100% Violet -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="204"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_01">#4D0000FE</color> <!-- 30% Blue -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="207"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_02">#660080FF</color> <!-- 40% Azure -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="208"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_03">#4D00FFFF</color> <!-- 30% Cyan -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="209"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_04">#6600FF7F</color> <!-- 40% Spring green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="210"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_05">#6600FF01</color> <!-- 40% Green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="211"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_06">#6680FF00</color> <!-- 40% Chartreuse green -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="212"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_07">#66FFFF00</color> <!-- 40% Yellow -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="213"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_08">#66FF7F00</color> <!-- 40% Orange -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="214"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_09">#66FE0000</color> <!-- 40% Red -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="215"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_10">#4DFF017E</color> <!-- 30% Rose -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="216"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_11">#4DFF00FE</color> <!-- 30% Magenta -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="217"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="screen_flash_preset_opacity_color_12">#667F00FF</color> <!-- 40% Violet -->"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="218"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <color name="switch_bar_state_disabled_color">#1F1F1F1F</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/values/colors.xml"
|
|
line="221"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="#FF0000"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/conversation_message_icon.xml"
|
|
line="21"
|
|
column="8"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="#639DF6"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/conversation_message_text_info_view_background.xml"
|
|
line="23"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:tint="@color/face_enroll_icon_color">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_icon_large.xml"
|
|
line="23"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="28"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="28"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="32"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="32"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="36"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="36"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="40"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="40"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="45"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="45"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="48"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="48"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="51"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/face_enroll_intro_illustration.xml"
|
|
line="51"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#80000000""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/fallback_home_finishing_boot.xml"
|
|
line="22"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="#000000" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fallback_home_unprovisioned_background.xml"
|
|
line="19"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="25"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="25"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="37"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="37"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="40"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="40"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="43"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="43"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="46"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_finish.xml"
|
|
line="46"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="24"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="24"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="27"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="27"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="30"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="34"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="40"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="40"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="46"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="46"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="52"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/fingerprint_enroll_introduction.xml"
|
|
line="52"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="#2E3192""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/flash_notifications_illustration.xml"
|
|
line="37"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="#000000""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable-night/flash_notifications_illustration.xml"
|
|
line="40"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_accessibility_animation.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_magnification_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_accessibility_magnification.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_adaptive_font_download.xml"
|
|
line="23"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_audio_adjustment.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_audio_description.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/battery_good_color_light""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_battery_status_good_24dp.xml"
|
|
line="22"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/battery_good_color_light""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_battery_status_good_24dp.xml"
|
|
line="25"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_captioning.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_color_and_motion.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_color_contrast.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_color_inversion_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_color_inversion.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_daltonizer_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_daltonizer.xml"
|
|
line="22"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_dark_ui.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_flash_notification.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_hearing_aid.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_about_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_about.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_accessibility_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_accessibility.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_accessibility_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_accessibility.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_accounts_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_accounts.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_app_and_notification_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_apps.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_battery_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_battery.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_connected_device_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_connected_device.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_network_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_data_usage.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_display_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_display.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_location_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_location.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_network_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_network.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_generic_icon_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_night_display.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_generic_icon_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_notification.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_security_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_security.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_sound_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_sound.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_storage_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_storage.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_support_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_support.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_support_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_support.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_system_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_system_dashboard.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_network_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_vpn.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_network_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_homepage_wifi_tethering.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_live_caption.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <path android:fillColor="@color/homepage_generic_icon_background""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_network_signal_blue.xml"
|
|
line="23"
|
|
column="11"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <path android:fillColor="@color/homepage_generic_icon_background""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_network_signal_blue.xml"
|
|
line="25"
|
|
column="11"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <path android:fillColor="@color/homepage_generic_icon_background""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_network_signal_blue.xml"
|
|
line="27"
|
|
column="11"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_location_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_preference_location.xml"
|
|
line="23"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_reduce_bright_colors.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:tint="#db4437""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_remove_circle.xml"
|
|
line="19"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_rtt_settings.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/homepage_display_background" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_screen_rotation.xml"
|
|
line="24"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <background android:drawable="@color/shortcut_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_shortcut_battery.xml"
|
|
line="18"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <background android:drawable="@color/shortcut_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_shortcut_data_usage.xml"
|
|
line="18"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <background android:drawable="@color/shortcut_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_shortcut_wireless.xml"
|
|
line="18"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_suw_brightness_auto.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_suw_brightness_level.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_system_controls.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_tap_assistance.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/accessibility_feature_background"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/ic_vibration.xml"
|
|
line="22"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:tint="#4F8438""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/locale_dialog.xml"
|
|
line="45"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FF80CBC4" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="6"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FF80CBC4" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="6"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FFB2DFDB" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="15"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FFB2DFDB" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="15"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#FF263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="40"
|
|
column="15"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#FF263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="47"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#FF263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="50"
|
|
column="15"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FFB2DFDB" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="57"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#FF263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="59"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
|
|
line="67"
|
|
column="15"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="#FFB2DFDB" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="68"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:textColor="#263238""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/nfc_payment_how_it_works.xml"
|
|
line="78"
|
|
column="15"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="@color/battery_info_error_color_red">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/preference_battery_error.xml"
|
|
line="35"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:src="@color/running_processes_system_ram""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/running_processes_header.xml"
|
|
line="56"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:src="@color/running_processes_free_ram""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/running_processes_header.xml"
|
|
line="129"
|
|
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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_01" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_01" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_01_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_02" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_02" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_02_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_03" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_03" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_03_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_04" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_04" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_04_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_05" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_05" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_05_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_06" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_06" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_06_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_07" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_07" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_07_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_08" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_08" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_08_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_09" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_09" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_09_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_10" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_10" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_10_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_11" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_11" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_11_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_12" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_checked_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_checked_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_outer_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_checked_layer.xml"
|
|
line="41"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/screen_flash_preset_opaque_color_12" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_layer.xml"
|
|
line="27"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:color="@color/screen_flash_color_button_inner_circle_stroke_color" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/screen_flash_color_12_layer.xml"
|
|
line="30"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" app:iconBackgroundColor="@color/message_icon_background_incoming" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/screen_zoom_preview_1.xml"
|
|
line="42"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" app:iconBackgroundColor="@color/message_icon_background_outgoing" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/screen_zoom_preview_1.xml"
|
|
line="49"
|
|
column="17"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:progressBackgroundTint="@color/sfps_enrollment_progress_bar_bg_color""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/sfps_enroll_enrolling.xml"
|
|
line="73"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:progressBackgroundTint="@color/sfps_enrollment_progress_bar_bg_color""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/sfps_enroll_enrolling.xml"
|
|
line="73"
|
|
column="21"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:tint="@color/icon_accent""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/shortcut_badge.xml"
|
|
line="31"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="@color/shortcut_background">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/shortcut_badge_maskable.xml"
|
|
line="20"
|
|
column="5"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:tint="@color/icon_accent""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/shortcut_badge_maskable.xml"
|
|
line="29"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollIcon">@color/udfps_enroll_icon</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="943"
|
|
column="43"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollIcon">@color/udfps_enroll_icon</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="943"
|
|
column="43"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsMovingTargetFill">@color/udfps_moving_target_fill</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="944"
|
|
column="49"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsMovingTargetFill">@color/udfps_moving_target_fill</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="944"
|
|
column="49"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsMovingTargetFillError">@color/udfps_moving_target_fill_error</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="945"
|
|
column="54"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsMovingTargetFillError">@color/udfps_moving_target_fill_error</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="945"
|
|
column="54"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgress">@color/udfps_enroll_progress</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="946"
|
|
column="47"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgress">@color/udfps_enroll_progress</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="946"
|
|
column="47"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgressHelp">@color/udfps_enroll_progress_help</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="947"
|
|
column="51"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgressHelp">@color/udfps_enroll_progress_help</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="947"
|
|
column="51"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgressHelpWithTalkback">@color/udfps_enroll_progress_help_with_talkback</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="948"
|
|
column="63"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="biometricsEnrollProgressHelpWithTalkback">@color/udfps_enroll_progress_help_with_talkback</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/styles.xml"
|
|
line="948"
|
|
column="63"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/switch_bar_state_disabled_color"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/switch_bar_bg_disabled.xml"
|
|
line="22"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <solid android:color="@color/switch_bar_state_disabled_color"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/switch_bar_bg_disabled.xml"
|
|
line="22"
|
|
column="20"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values-night/themes.xml"
|
|
line="33"
|
|
column="41"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values-night/themes.xml"
|
|
line="33"
|
|
column="41"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="119"
|
|
column="41"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="119"
|
|
column="41"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:statusBarColor">#00000000</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="168"
|
|
column="45"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:navigationBarColor">#00000000</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="169"
|
|
column="49"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:statusBarColor">#00000000</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="177"
|
|
column="45"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="android:navigationBarColor">#00000000</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes.xml"
|
|
line="178"
|
|
column="49"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="29"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="48"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="66"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="85"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="103"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="127"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="145"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="res/values/themes_suw.xml"
|
|
line="164"
|
|
column="40"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/udfps_enroll_progress""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/udfps_enroll_checkmark.xml"
|
|
line="29"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/udfps_enroll_progress""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/udfps_enroll_checkmark.xml"
|
|
line="29"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/udfps_enroll_progress""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/udfps_enroll_checkmark.xml"
|
|
line="33"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:fillColor="@color/udfps_enroll_progress""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/drawable/udfps_enroll_checkmark.xml"
|
|
line="33"
|
|
column="9"/>
|
|
</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.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
|
errorLine1=" android:background="@color/gestures_setting_background_color""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="res/layout/video_preference.xml"
|
|
line="22"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
</issues>
|