2949 lines
147 KiB
XML
2949 lines
147 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<issues format="4">
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:startColor="#4D000000""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/action_bar_dropshadow.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=" app:barPredictionColor="@color/material_empty_color_light""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/battery_history_chart.xml"
|
||
line="38"
|
||
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:textColor="@color/bluetooth_dialog_text_color" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/bluetooth_pin_confirm.xml"
|
||
line="44"
|
||
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/bluetooth_dialog_text_color""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/bluetooth_pin_confirm.xml"
|
||
line="67"
|
||
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/bluetooth_dialog_text_color" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/bluetooth_pin_confirm.xml"
|
||
line="77"
|
||
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="@color/lock_pattern_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-land/choose_lock_pattern.xml"
|
||
line="178"
|
||
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=" <color name="black">#000</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="18"
|
||
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="red">#F00</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/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="blue">#00F</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="material_empty_color_light">#FFCED7DB</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.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=" <color name="bluetooth_dialog_text_color">#8a000000</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="crypt_keeper_clock_background">#ff9a9a9a</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="26"
|
||
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="crypt_keeper_clock_foreground">#ff666666</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="27"
|
||
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="crypt_keeper_clock_am_pm">#ff9a9a9a</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="28"
|
||
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="crypt_keeper_password_background">#70606060</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="divider_color">#20ffffff</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="31"
|
||
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_lock_pattern_view_regular_color_dark">#ffbdbdbd</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="setup_lock_pattern_view_success_color_dark">#ff84ffff</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="35"
|
||
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_lock_pattern_view_error_color_dark">#fff44336</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="setup_wizard_wifi_color_dark">#89ffffff</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="setup_wizard_wifi_color_light">#89000000</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="lock_pattern_background">#00000000</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="lock_pattern_view_regular_color">#ff37474f</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="lock_pattern_view_regular_color_dark">#ffffff</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="fingerprint_title_color">#ffffffff</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="fingerprint_message_color">#de000000</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/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="running_processes_system_ram">#ff384248</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="running_processes_free_ram">#ffced7db</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="53"
|
||
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="wifi_divider">#ffe0e0e0</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="confirm_device_credential_transparent_black">#60000000</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="voice_interaction_highlight">#33b5e5</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="memory_normal">#ff009587</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="memory_moderate">#ffF3B300</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="memory_low">#ffff9700</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="memory_critical">#ffff5621</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="memory_avg_use">#ff384248</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="icon_accent">#ffabffec</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="importance_icon_tint">#8a000000</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="71"
|
||
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="importance_disabled_tint">#4d000000</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="72"
|
||
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="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="material_blue_700">#3367D6</color>"
|
||
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="material_grey_100">#f5f5f5</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="77"
|
||
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_200">#ffffff</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="78"
|
||
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_background">#ff80868B</color>"
|
||
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="message_text_incoming">#ffffffff</color>"
|
||
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="message_text_outgoing">#ff323232</color>"
|
||
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="timestamp_text_outgoing">#99323232</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="84"
|
||
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="85"
|
||
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">#689f38</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="message_bubble_outgoing">#ffffffff</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="conversation_background">#eeeeee</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="message_icon_background_incoming">#689f38</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="89"
|
||
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_text_incoming">#ffffffff</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="90"
|
||
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">#4285f4</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="message_icon_text_outgoing">#ffffffff</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="92"
|
||
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="94"
|
||
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="97"
|
||
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="status_bar_color">#3c3c3c</color>"
|
||
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="shortcut_background">#fff5f5f5</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="102"
|
||
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="wifi_details_icon_color">#8A000000</color>"
|
||
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="fallback_tintColor">#89000000</color>"
|
||
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="suggestion_condition_background">#f2f2f2</color>"
|
||
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="condition_card_background">#f8f8f8</color>"
|
||
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="homepage_network_background">#2196F3</color>"
|
||
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="homepage_connected_device_background">#71A234</color>"
|
||
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="homepage_app_and_notification_background">#FF7E0F</color>"
|
||
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="homepage_battery_background">#258982</color>"
|
||
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="homepage_display_background">#FFB600</color>"
|
||
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="homepage_sound_background">#01B1AF</color>"
|
||
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="homepage_storage_background">#C14CE6</color>"
|
||
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="homepage_security_background">#0F9D58</color>"
|
||
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="homepage_accounts_background">#F15B8D</color>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="123"
|
||
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="124"
|
||
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">#757575</color>"
|
||
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="homepage_support_background">#26459C</color>"
|
||
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="homepage_generic_icon_background">#1A73E8</color>"
|
||
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="battery_good_color_light">#43a047</color> <!-- Material Green 600 -->"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/colors.xml"
|
||
line="132"
|
||
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_maybe_color_light">#ef6c00</color> <!-- Material Orange 800 -->"
|
||
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="battery_bad_color_light">#f44336</color> <!-- Material Red 500 -->"
|
||
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="battery_good_color_dark">#4caf50</color> <!-- Material Green 500 -->"
|
||
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="battery_maybe_color_dark">#fdd835</color> <!-- Material Yellow 600 -->"
|
||
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="battery_bad_color_dark">#f44336</color> <!-- Material Red 500 -->"
|
||
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=" android:background="@color/lock_pattern_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-land/confirm_lock_pattern_normal.xml"
|
||
line="111"
|
||
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="#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:textColor="@color/red""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/credentials_dialog.xml"
|
||
line="36"
|
||
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:textColor="#FFFFFF""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/crypt_keeper_emergency_button.xml"
|
||
line="36"
|
||
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/crypt_keeper_password_background">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/crypt_keeper_password_entry.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:background="@color/lock_pattern_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/crypt_keeper_pattern_field.xml"
|
||
line="27"
|
||
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:background="@color/crypt_keeper_password_background">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/crypt_keeper_pin_entry.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:textColor="#B3FFFFFF""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/crypt_keeper_status.xml"
|
||
line="55"
|
||
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=" settings:fillColorSecondary="#ff80cbc4""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/data_usage_chart.xml"
|
||
line="47"
|
||
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=" <item android:color="#19263238" android:offset="0.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_color_inversion.xml"
|
||
line="32"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#00212121" android:offset="1.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_color_inversion.xml"
|
||
line="33"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#19FFFFFF" android:offset="0.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_color_inversion.xml"
|
||
line="47"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#00FFFFFF" android:offset="1.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_color_inversion.xml"
|
||
line="48"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#19263238" android:offset="0.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_daltonizer.xml"
|
||
line="31"
|
||
column="27"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#00212121" android:offset="1.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_daltonizer.xml"
|
||
line="32"
|
||
column="27"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#19FFFFFF" android:offset="0.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_daltonizer.xml"
|
||
line="51"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:color="#00FFFFFF" android:offset="1.0"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_daltonizer.xml"
|
||
line="52"
|
||
column="23"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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/wifi_details_icon_color">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_frequency_antenna.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/homepage_accessibility_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_accessibility.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/homepage_accounts_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_accounts.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/homepage_app_and_notification_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_apps.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/homepage_battery_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_battery.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/homepage_connected_device_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_connected_device.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/homepage_display_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_display.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/homepage_generic_icon_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_generic_background.xml"
|
||
line="20"
|
||
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/homepage_network_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_network.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/homepage_security_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_security.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/homepage_sound_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_sound.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/homepage_storage_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_storage.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/homepage_support_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_support.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/homepage_system_background" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_homepage_system_dashboard.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: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:tint="@color/wifi_details_icon_color">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/drawable/ic_security_lock_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=" <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: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:textColor="#ffffb060""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/permission_settings.xml"
|
||
line="46"
|
||
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="#000000" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/radio_info.xml"
|
||
line="116"
|
||
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="#000000" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/radio_info.xml"
|
||
line="135"
|
||
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="#000000" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/radio_info.xml"
|
||
line="165"
|
||
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="#000000" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/radio_info.xml"
|
||
line="303"
|
||
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="146"
|
||
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="@color/conversation_background""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/screen_zoom_preview_1.xml"
|
||
line="31"
|
||
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=" app:iconTextColor="@color/message_icon_text_outgoing""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/screen_zoom_preview_1.xml"
|
||
line="44"
|
||
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="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=" app:iconTextColor="@color/message_icon_text_incoming""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/screen_zoom_preview_1.xml"
|
||
line="54"
|
||
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="55"
|
||
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:iconTextColor="@color/message_icon_text_outgoing""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/screen_zoom_preview_1.xml"
|
||
line="64"
|
||
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="65"
|
||
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:iconTextColor="@color/message_icon_text_incoming""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/screen_zoom_preview_1.xml"
|
||
line="74"
|
||
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="75"
|
||
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: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=" <string name="sync_plug" msgid="3905078969081888738">""<font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are."</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values-en-rXC/strings.xml"
|
||
line="2531"
|
||
column="168"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
||
errorLine1=" <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are."</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values-en-rAU/strings.xml"
|
||
line="2532"
|
||
column="64"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
||
errorLine1=" <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are."</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values-en-rCA/strings.xml"
|
||
line="2532"
|
||
column="64"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
||
errorLine1=" <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are."</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values-en-rGB/strings.xml"
|
||
line="2532"
|
||
column="64"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
||
errorLine1=" <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are."</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values-en-rIN/strings.xml"
|
||
line="2532"
|
||
column="64"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
|
||
errorLine1=" <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/values/strings.xml"
|
||
line="5920"
|
||
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 name="android:background">#ff000000</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/styles.xml"
|
||
line="248"
|
||
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:regularColor">@color/lock_pattern_view_regular_color</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/styles.xml"
|
||
line="465"
|
||
column="44"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:regularColor">@color/lock_pattern_view_regular_color_dark</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/styles.xml"
|
||
line="471"
|
||
column="44"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:successColor">@color/lock_pattern_view_regular_color_dark</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/styles.xml"
|
||
line="472"
|
||
column="44"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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.xml"
|
||
line="31"
|
||
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.xml"
|
||
line="49"
|
||
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.xml"
|
||
line="67"
|
||
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.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.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.xml"
|
||
line="121"
|
||
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="android:colorPrimary">@color/material_grey_100</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="197"
|
||
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="android:colorAccent">@color/material_blue_700</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="198"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="HardCodedColor"
|
||
severity="Error"
|
||
message="Avoid using hardcoded color"
|
||
category="Correctness"
|
||
priority="4"
|
||
summary="Using hardcoded color"
|
||
explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:titleTextColor">@color/material_blue_700</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="199"
|
||
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="batteryGoodColor">@color/battery_good_color_light</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="240"
|
||
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 name="batteryMaybeColor">@color/battery_maybe_color_light</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="241"
|
||
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="batteryBadColor">@color/battery_bad_color_light</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="242"
|
||
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 name="switchBarBackgroundColor">@color/switch_bar_background</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="280"
|
||
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="android:statusBarColor">#00000000</item>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="res/values/themes.xml"
|
||
line="349"
|
||
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="350"
|
||
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="358"
|
||
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="359"
|
||
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=" android:background="@color/divider_color" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/user_info_header.xml"
|
||
line="95"
|
||
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:background="@color/gestures_setting_background_color""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout/video_preference.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:background="@color/divider_color""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml"
|
||
line="71"
|
||
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="@color/divider_color""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml"
|
||
line="71"
|
||
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="@color/divider_color" /> <!-- TODO: fix this -->"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml"
|
||
line="178"
|
||
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/divider_color" /> <!-- TODO: fix this -->"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml"
|
||
line="178"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
</issues>
|