| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="4"> |
| |
| <issue |
| id="LintError" |
| severity="Error" |
| message="No `.class` files were found in project "Settings", so none of the classfile based checks could be run. Does the project need to be built first?" |
| category="Lint" |
| priority="10" |
| summary="Lint Failure" |
| explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.
These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed."> |
| <location |
| file="Settings"/> |
| </issue> |
| |
| <issue |
| id="LintError" |
| severity="Error" |
| message="No `.class` files were found in project "SettingsAPI", so none of the classfile based checks could be run. Does the project need to be built first?" |
| category="Lint" |
| priority="10" |
| summary="Lint Failure" |
| explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.
These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed."> |
| <location |
| file="SettingsAPI"/> |
| </issue> |
| |
| <issue |
| id="LintError" |
| severity="Error" |
| message="No `.class` files were found in project "TwoPanelSettingsLib", so none of the classfile based checks could be run. Does the project need to be built first?" |
| category="Lint" |
| priority="10" |
| summary="Lint Failure" |
| explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.
These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed."> |
| <location |
| file="TwoPanelSettingsLib"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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="normal">#FFFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="background">#FF707070</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="legacy_app_item_background">#1a000000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="settings_background">#FF1F292E</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="21" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_fragment_container_background_color">#FF1E232C</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="21" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="lb_preference_decor_list_background">#FF202124</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preview_panel_background_color">#FF222730</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="storage_avail">#333333</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="23" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_panel_background_color">#FF1E232C</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="23" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="storage_apps_usage">#77831A</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="storage_downloads">#476093</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="25" |
| 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="tp_preference_item_primary_text_focused_color">#FF0E0E0F</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="25" |
| 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="storage_dcim">#793A7F</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_item_primary_text_disabled_color">#FF9AA0A6</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="storage_music">#8E562A</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_item_primary_text_default_color">#FFE8EAED</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="storage_cache">#479392</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="storage_misc">#7C3030</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_item_secondary_text_focused_color">#990E0E0F</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="tp_preference_item_secondary_text_disabled_color">#FF9AA0A6</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="30" |
| 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_background">#FF4A4F51</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_item_secondary_text_default_color">#99E8EAED</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="add_accessory_hint_text_color">#FFE0E0E0</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="32" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_FFFFFF">#FFFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_category_text_color">#FF9AA0A6</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_000000">#FF000000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="34" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_decor_title_text_color">#FFE8EAED</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="34" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_FF0000">#FFFF0000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FFFF00">#FFFFFF00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="36" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_item_icon_focused_background_color">#FFD3E0F5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="36" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_00FF00">#FF00FF00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_item_icon_default_background_color">#FF263041</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_00FFFF">#FF00FFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_0000FF">#FF0000FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_switch_thumb_on_default_color">#FF3B78E7</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_FF00FF">#FFFF00FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="40" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_switch_thumb_off_default_color">#FFFAFAFA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="40" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_000055">#FF000055</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_switch_track_on_default_color">#FF87ADF1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_0000AA">#FF0000AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_switch_track_off_default_color">#FF9CA8BA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_005500">#FF005500</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="43" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_005555">#FF005555</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tp_preference_switch_thumb_disabled_color">#FFBDBDBD</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_0055AA">#FF0055AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="45" |
| 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="tp_preference_switch_track_disabled_color">#FFBDC1C6</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="45" |
| 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="captioning_color_0055FF">#FF0055FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="46" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_00AA00">#FF00AA00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="47" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_wifi_signal_lock_focused">#5F6368</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="47" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_00AA55">#FF00AA55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="48" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="tp_preference_wifi_signal_lock_unfocused">#F8F9FA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="48" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_00AAAA">#FF00AAAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_00AAFF">#FF00AAFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="info_separator">#FF323232</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_00FF55">#FF00FF55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="51" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="info_title_text_color">#FFFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/values/colors.xml" |
| line="51" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_00FFAA">#FF00FFAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="info_status_on">#FF5BB974</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_550000">#FF550000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="info_status_off">#FFEE675C</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/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="captioning_color_550055">#FF550055</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="54" |
| 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="captioning_color_5500AA">#FF5500AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_5500FF">#FF5500FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="56" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_555500">#FF555500</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="57" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_555555">#FF555555</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_5555AA">#FF5555AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_5555FF">#FF5555FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="60" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_55AA00">#FF55AA00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_55AA55">#FF55AA55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_55AAAA">#FF55AAAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_55AAFF">#FF55AAFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_55FF00">#FF55FF00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="65" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_55FF55">#FF55FF55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_55FFAA">#FF55FFAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="67" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_55FFFF">#FF55FFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="68" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_AA0000">#FFAA0000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AA0055">#FFAA0055</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="70" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_AA00AA">#FFAA00AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AA00FF">#FFAA00FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AA5500">#FFAA5500</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="73" |
| 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="captioning_color_AA5555">#FFAA5555</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="74" |
| 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="captioning_color_AA55AA">#FFAA55AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AA55FF">#FFAA55FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAAA00">#FFAAAA00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAAA55">#FFAAAA55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAAAAA">#FFAAAAAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAAAFF">#FFAAAAFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="80" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_AAFF00">#FFAAFF00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="81" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="captioning_color_AAFF55">#FFAAFF55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAFFAA">#FFAAFFAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_AAFFFF">#FFAAFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF0055">#FFFF0055</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF00AA">#FFFF00AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF5500">#FFFF5500</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF5555">#FFFF5555</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF55AA">#FFFF55AA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FF55FF">#FFFF55FF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FFAA00">#FFFFAA00</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FFAA55">#FFFFAA55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FFAAAA">#FFFFAAAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="93" |
| 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="captioning_color_FFAAFF">#FFFFAAFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="captioning_color_FFFF55">#FFFFFF55</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="95" |
| 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="captioning_color_FFFFAA">#FFFFFFAA</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="96" |
| 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="overlay_blended_light_primary">#ffeeeeee</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="98" |
| 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="overlay_blended_light_secondary">#ff878787</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="lb_dialog_activity_background">#77000000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="100" |
| 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="lb_dialog_list_item_unselected_text_color">#FFF1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="101" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="lb_dialog_list_item_divider_color">#18FFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="lb_content_title_text_color">#FFF1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="103" |
| 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="lb_content_breadcrumb_text_color">#88F1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="104" |
| 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="lb_content_description_text_color">#88F1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="lb_action_fragment_background">#FF111111</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="106" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="lb_dialog_selector_color">#0DFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="107" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="lb_tv_white">#FFCCCCCC</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="109" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="indigo_500">#FF3F51B5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="pin_dialog_background">#384248</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="pin_dialog_text_color_enabled">#FFEEEEEE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="pin_dialog_text_color_disabled">#4DEEEEEE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="pin_number_picker_focused_background">#4B5459</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="content_breadcrumb_text_color">#88F1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="128" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="content_description_text_color">#88F1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="129" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="content_fragment_default_icon_color">#33F1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="130" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="content_title_text_color">#FFF1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="131" |
| 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="dialog_activity_background">#77000000</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="list_item_unselected_text_color">#FFF1F1F1</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="selector_color">#0DFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="toast_notification_background">#881F1F1F</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="toast_notification_text_color">#FFF0F0F0</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/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="tv_white">#FFCCCCCC</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="137" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="setup_list_item_background_focused">#FFFFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="152" |
| 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_list_item_background_focused_blue">#FF3E82F7</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="153" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="setup_list_item_focused">#FF444444</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="155" |
| 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_list_item">#FFEEEEEE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="156" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="setup_list_item_icon_focused">#FF555555</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="157" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="setup_primary_text_color">#FFEEEEEE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="159" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <color name="activity_progress_text">#FFEEEEEE</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="161" |
| 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="guided_step_text_input_item_background_focused">#FFFFFF</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/values/colors.xml" |
| line="166" |
| 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=" <solid android:color="@color/tp_preference_item_icon_focused_background_color"></solid>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/compound_icon_background_focused.xml" |
| line="21" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/tp_preference_item_icon_default_background_color"></solid>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/compound_icon_background_unfocused.xml" |
| line="20" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/content_fragment_default_icon_color" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/content_fragment_default_icon.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/guided_step_text_input_item_background_focused" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/guided_step_text_input_background.xml" |
| line="20" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/indigo_500" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/ic_avatar_default.xml" |
| line="20" |
| column="20"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" android:textColor="@color/tp_preference_item_secondary_text_disabled_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/info_preference_item.xml" |
| line="28" |
| 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/tp_preference_item_secondary_text_disabled_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/info_preference_item.xml" |
| line="35" |
| 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/info_separator"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/info_separator_bg.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:background="@color/lb_action_fragment_background"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/lb_dialog_fragment.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=" <solid android:color="@color/tv_white" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/list_item_checkmark.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:buttonTint="@color/setup_list_item_background_focused"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/password_checkbox.xml" |
| line="28" |
| 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=" <solid android:color="@color/pin_dialog_background"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/pin_dialog_background.xml" |
| line="17" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/pin_number_picker_focused_background"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/pin_number_picker_focused_background.xml" |
| line="17" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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/selector_color" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/settings_list.xml" |
| line="28" |
| 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:indeterminateTint="@color/setup_list_item_background_focused" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/setup_message.xml" |
| line="50" |
| 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:indeterminateTint="@color/setup_list_item_background_focused"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/setup_qr_code.xml" |
| line="46" |
| 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="#E8EAED"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/setup_qr_code.xml" |
| line="65" |
| 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="#9AA0A6"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/setup_qr_code.xml" |
| line="74" |
| 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="#5F6368"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/layout/setup_qr_code.xml" |
| line="81" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/setup_list_item_background_focused" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/setup_text_input_background.xml" |
| line="18" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/setup_list_item_focused" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/setup_text_input_cursor.xml" |
| line="24" |
| column="16"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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/setup_list_item_focused"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/setup_text_input_underline.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=" <solid android:color="@color/storage_apps_usage" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_apps.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_avail" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_available.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_cache" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_cache.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_dcim" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_dcim.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_downloads" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_downloads.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_misc" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_misc.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <solid android:color="@color/storage_music" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="Settings/res/drawable/storage_indicator_music.xml" |
| line="23" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:textColor">@color/tp_preference_decor_title_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/styles.xml" |
| line="22" |
| 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:textColor">@color/tp_preference_decor_title_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/styles.xml" |
| line="28" |
| 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:textColor">@color/tp_preference_category_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/styles.xml" |
| line="33" |
| 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:windowBackground">@color/settings_background</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="46" |
| 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="wps_color">@color/normal</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="53" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:textColor">@color/info_title_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/styles.xml" |
| line="57" |
| 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:textColor">@color/info_title_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/styles.xml" |
| line="63" |
| 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:windowBackground">@color/settings_background</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="68" |
| 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="wifi_signal_color">@color/setup_list_item</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="72" |
| 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="wps_color">@color/setup_list_item</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="73" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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:textColor">@color/add_accessory_hint_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="111" |
| 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:textColor">@color/content_title_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="132" |
| 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:textColor">@color/content_breadcrumb_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="138" |
| 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:textColor">@color/content_description_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="145" |
| column="40"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" <item name="android:textColor">@color/list_item_unselected_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="162" |
| 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:textColor">@color/list_item_unselected_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="169" |
| 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:textColor">@color/setup_list_item</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="216" |
| 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:textColor">@color/setup_list_item_focused</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="224" |
| 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:textColor">@color/activity_progress_text</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="230" |
| 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:textColor">@color/setup_list_item</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="281" |
| 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:textColor">@color/setup_primary_text_color</item>" |
| errorLine2=" ^"> |
| <location |
| file="Settings/res/values/styles.xml" |
| line="298" |
| column="40"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" android:color="@color/tp_preference_switch_thumb_on_default_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_thumb.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/tp_preference_switch_thumb_disabled_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml" |
| line="26" |
| 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/tp_preference_switch_thumb_off_default_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml" |
| line="30" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" android:color="@color/tp_preference_switch_thumb_disabled_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_thumb.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:color="@color/tp_preference_switch_track_on_default_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_track.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/tp_preference_switch_track_disabled_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_track.xml" |
| line="26" |
| 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/tp_preference_switch_track_off_default_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_track.xml" |
| line="30" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.
This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." |
| errorLine1=" android:color="@color/tp_preference_switch_track_disabled_color"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/switch_track.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=" <item name="android:colorControlNormal">#FF808080</item>" |
| errorLine2=" ^"> |
| <location |
| file="TwoPanelSettingsLib/res/values/themes.xml" |
| line="28" |
| 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=" <solid android:color="#ffe8eaed"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/two_panel_preference_focused.xml" |
| line="3" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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="#ffe8eaed"/>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/drawable/two_panel_preference_focused.xml" |
| line="6" |
| 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/tp_fragment_container_background_color">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.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=" android:background="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="67" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="HardCodedColor" |
| severity="Error" |
| message="Avoid using hardcoded color" |
| category="Correctness" |
| priority="4" |
| summary="Using hardcoded color" |
| explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="73" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="84" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="95" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="106" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="117" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="128" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="139" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="150" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="161" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="172" |
| 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="@color/tp_preference_panel_background_color"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml" |
| line="183" |
| column="17"/> |
| </issue> |
| |
| </issues> |