• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4">
3
4    <issue
5        id="LintError"
6        severity="Error"
7        message="No `.class` files were found in project &quot;.&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
8        category="Lint"
9        priority="10"
10        summary="Lint Failure"
11        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.&#xA;These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
12        <location
13            file="."/>
14    </issue>
15
16    <issue
17        id="HardCodedColor"
18        severity="Error"
19        message="Avoid using hardcoded color"
20        category="Correctness"
21        priority="4"
22        summary="Using hardcoded color"
23        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
24        errorLine1="        android:startColor=&quot;#4D000000&quot;"
25        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26        <location
27            file="res/drawable/action_bar_dropshadow.xml"
28            line="22"
29            column="9"/>
30    </issue>
31
32    <issue
33        id="HardCodedColor"
34        severity="Error"
35        message="Avoid using hardcoded color"
36        category="Correctness"
37        priority="4"
38        summary="Using hardcoded color"
39        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
40        errorLine1="        android:color=&quot;@color/notification_importance_selection_bg&quot; />"
41        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="res/drawable/button_border_selected.xml"
44            line="20"
45            column="9"/>
46    </issue>
47
48    <issue
49        id="HardCodedColor"
50        severity="Error"
51        message="Avoid using hardcoded color"
52        category="Correctness"
53        priority="4"
54        summary="Using hardcoded color"
55        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
56        errorLine1="        android:color=&quot;@color/notification_importance_button_selected&quot;/>"
57        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
58        <location
59            file="res/drawable/button_border_selected.xml"
60            line="23"
61            column="9"/>
62    </issue>
63
64    <issue
65        id="HardCodedColor"
66        severity="Error"
67        message="Avoid using hardcoded color"
68        category="Correctness"
69        priority="4"
70        summary="Using hardcoded color"
71        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
72        errorLine1="        android:color=&quot;@color/notification_importance_button_selected&quot;/>"
73        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
74        <location
75            file="res/drawable/button_border_selected.xml"
76            line="23"
77            column="9"/>
78    </issue>
79
80    <issue
81        id="HardCodedColor"
82        severity="Error"
83        message="Avoid using hardcoded color"
84        category="Correctness"
85        priority="4"
86        summary="Using hardcoded color"
87        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
88        errorLine1="        android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
89        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
90        <location
91            file="res/drawable/button_border_unselected.xml"
92            line="21"
93            column="9"/>
94    </issue>
95
96    <issue
97        id="HardCodedColor"
98        severity="Error"
99        message="Avoid using hardcoded color"
100        category="Correctness"
101        priority="4"
102        summary="Using hardcoded color"
103        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
104        errorLine1="        android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
105        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
106        <location
107            file="res/drawable/button_border_unselected.xml"
108            line="21"
109            column="9"/>
110    </issue>
111
112    <issue
113        id="HardCodedColor"
114        severity="Error"
115        message="Avoid using hardcoded color"
116        category="Correctness"
117        priority="4"
118        summary="Using hardcoded color"
119        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
120        errorLine1="                android:background=&quot;@color/lock_pattern_background&quot; />"
121        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
122        <location
123            file="res/layout-land/choose_lock_pattern.xml"
124            line="178"
125            column="17"/>
126    </issue>
127
128    <issue
129        id="HardCodedColor"
130        severity="Error"
131        message="Avoid using hardcoded color"
132        category="Correctness"
133        priority="4"
134        summary="Using hardcoded color"
135        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
136        errorLine1="    &lt;color name=&quot;switchbar_switch_track_tint&quot;>#82000000&lt;/color>"
137        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
138        <location
139            file="res/values-night/colors.xml"
140            line="18"
141            column="5"/>
142    </issue>
143
144    <issue
145        id="HardCodedColor"
146        severity="Error"
147        message="Avoid using hardcoded color"
148        category="Correctness"
149        priority="4"
150        summary="Using hardcoded color"
151        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
152        errorLine1="    &lt;color name=&quot;crypt_keeper_clock_background&quot;>#ff9a9a9a&lt;/color>"
153        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
154        <location
155            file="res/values/colors.xml"
156            line="19"
157            column="5"/>
158    </issue>
159
160    <issue
161        id="HardCodedColor"
162        severity="Error"
163        message="Avoid using hardcoded color"
164        category="Correctness"
165        priority="4"
166        summary="Using hardcoded color"
167        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
168        errorLine1="    &lt;color name=&quot;homepage_accessibility_background&quot;>#783BE5&lt;/color>"
169        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
170        <location
171            file="res/values-night/colors.xml"
172            line="20"
173            column="5"/>
174    </issue>
175
176    <issue
177        id="HardCodedColor"
178        severity="Error"
179        message="Avoid using hardcoded color"
180        category="Correctness"
181        priority="4"
182        summary="Using hardcoded color"
183        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
184        errorLine1="    &lt;color name=&quot;crypt_keeper_clock_foreground&quot;>#ff666666&lt;/color>"
185        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
186        <location
187            file="res/values/colors.xml"
188            line="20"
189            column="5"/>
190    </issue>
191
192    <issue
193        id="HardCodedColor"
194        severity="Error"
195        message="Avoid using hardcoded color"
196        category="Correctness"
197        priority="4"
198        summary="Using hardcoded color"
199        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
200        errorLine1="    &lt;color name=&quot;homepage_support_background&quot;>#3F5FBD&lt;/color>"
201        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
202        <location
203            file="res/values-night/colors.xml"
204            line="21"
205            column="5"/>
206    </issue>
207
208    <issue
209        id="HardCodedColor"
210        severity="Error"
211        message="Avoid using hardcoded color"
212        category="Correctness"
213        priority="4"
214        summary="Using hardcoded color"
215        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
216        errorLine1="    &lt;color name=&quot;crypt_keeper_clock_am_pm&quot;>#ff9a9a9a&lt;/color>"
217        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
218        <location
219            file="res/values/colors.xml"
220            line="21"
221            column="5"/>
222    </issue>
223
224    <issue
225        id="HardCodedColor"
226        severity="Error"
227        message="Avoid using hardcoded color"
228        category="Correctness"
229        priority="4"
230        summary="Using hardcoded color"
231        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
232        errorLine1="    &lt;color name=&quot;crypt_keeper_password_background&quot;>#70606060&lt;/color>"
233        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
234        <location
235            file="res/values/colors.xml"
236            line="22"
237            column="5"/>
238    </issue>
239
240    <issue
241        id="HardCodedColor"
242        severity="Error"
243        message="Avoid using hardcoded color"
244        category="Correctness"
245        priority="4"
246        summary="Using hardcoded color"
247        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
248        errorLine1="    &lt;color name=&quot;divider_color&quot;>#20ffffff&lt;/color>"
249        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
250        <location
251            file="res/values/colors.xml"
252            line="24"
253            column="5"/>
254    </issue>
255
256    <issue
257        id="HardCodedColor"
258        severity="Error"
259        message="Avoid using hardcoded color"
260        category="Correctness"
261        priority="4"
262        summary="Using hardcoded color"
263        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
264        errorLine1="    &lt;color name=&quot;notification_importance_button_selected&quot;>#AECBFA&lt;/color> &lt;!-- material blue 200 -->"
265        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
266        <location
267            file="res/values-night/colors.xml"
268            line="28"
269            column="5"/>
270    </issue>
271
272    <issue
273        id="HardCodedColor"
274        severity="Error"
275        message="Avoid using hardcoded color"
276        category="Correctness"
277        priority="4"
278        summary="Using hardcoded color"
279        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
280        errorLine1="    &lt;color name=&quot;notification_importance_button_unselected&quot;>#5F6368&lt;/color>"
281        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
282        <location
283            file="res/values-night/colors.xml"
284            line="29"
285            column="5"/>
286    </issue>
287
288    <issue
289        id="HardCodedColor"
290        severity="Error"
291        message="Avoid using hardcoded color"
292        category="Correctness"
293        priority="4"
294        summary="Using hardcoded color"
295        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
296        errorLine1="    &lt;color name=&quot;setup_lock_pattern_view_success_color_dark&quot;>#ff84ffff&lt;/color>"
297        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
298        <location
299            file="res/values/colors.xml"
300            line="29"
301            column="5"/>
302    </issue>
303
304    <issue
305        id="HardCodedColor"
306        severity="Error"
307        message="Avoid using hardcoded color"
308        category="Correctness"
309        priority="4"
310        summary="Using hardcoded color"
311        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
312        errorLine1="    &lt;color name=&quot;setup_lock_pattern_view_error_color_dark&quot;>#fff44336&lt;/color>"
313        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
314        <location
315            file="res/values/colors.xml"
316            line="31"
317            column="5"/>
318    </issue>
319
320    <issue
321        id="HardCodedColor"
322        severity="Error"
323        message="Avoid using hardcoded color"
324        category="Correctness"
325        priority="4"
326        summary="Using hardcoded color"
327        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
328        errorLine1="    &lt;color name=&quot;setup_wizard_wifi_color_dark&quot;>#89ffffff&lt;/color>"
329        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
330        <location
331            file="res/values/colors.xml"
332            line="32"
333            column="5"/>
334    </issue>
335
336    <issue
337        id="HardCodedColor"
338        severity="Error"
339        message="Avoid using hardcoded color"
340        category="Correctness"
341        priority="4"
342        summary="Using hardcoded color"
343        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
344        errorLine1="    &lt;color name=&quot;setup_wizard_wifi_color_light&quot;>#89000000&lt;/color>"
345        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
346        <location
347            file="res/values/colors.xml"
348            line="33"
349            column="5"/>
350    </issue>
351
352    <issue
353        id="HardCodedColor"
354        severity="Error"
355        message="Avoid using hardcoded color"
356        category="Correctness"
357        priority="4"
358        summary="Using hardcoded color"
359        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
360        errorLine1="    &lt;color name=&quot;lock_pattern_background&quot;>#00000000&lt;/color>"
361        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
362        <location
363            file="res/values/colors.xml"
364            line="35"
365            column="5"/>
366    </issue>
367
368    <issue
369        id="HardCodedColor"
370        severity="Error"
371        message="Avoid using hardcoded color"
372        category="Correctness"
373        priority="4"
374        summary="Using hardcoded color"
375        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
376        errorLine1="    &lt;color name=&quot;lock_pattern_view_regular_color&quot;>#ff37474f&lt;/color>"
377        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
378        <location
379            file="res/values/colors.xml"
380            line="36"
381            column="5"/>
382    </issue>
383
384    <issue
385        id="HardCodedColor"
386        severity="Error"
387        message="Avoid using hardcoded color"
388        category="Correctness"
389        priority="4"
390        summary="Using hardcoded color"
391        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
392        errorLine1="    &lt;color name=&quot;lock_pattern_view_regular_color_dark&quot;>#ffffff&lt;/color>"
393        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
394        <location
395            file="res/values/colors.xml"
396            line="38"
397            column="5"/>
398    </issue>
399
400    <issue
401        id="HardCodedColor"
402        severity="Error"
403        message="Avoid using hardcoded color"
404        category="Correctness"
405        priority="4"
406        summary="Using hardcoded color"
407        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
408        errorLine1="    &lt;color name=&quot;fingerprint_title_color&quot;>#ffffffff&lt;/color>"
409        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
410        <location
411            file="res/values/colors.xml"
412            line="43"
413            column="5"/>
414    </issue>
415
416    <issue
417        id="HardCodedColor"
418        severity="Error"
419        message="Avoid using hardcoded color"
420        category="Correctness"
421        priority="4"
422        summary="Using hardcoded color"
423        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
424        errorLine1="    &lt;color name=&quot;fingerprint_message_color&quot;>#de000000&lt;/color>"
425        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
426        <location
427            file="res/values/colors.xml"
428            line="44"
429            column="5"/>
430    </issue>
431
432    <issue
433        id="HardCodedColor"
434        severity="Error"
435        message="Avoid using hardcoded color"
436        category="Correctness"
437        priority="4"
438        summary="Using hardcoded color"
439        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
440        errorLine1="    &lt;color name=&quot;running_processes_system_ram&quot;>#ff384248&lt;/color>"
441        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
442        <location
443            file="res/values/colors.xml"
444            line="46"
445            column="5"/>
446    </issue>
447
448    <issue
449        id="HardCodedColor"
450        severity="Error"
451        message="Avoid using hardcoded color"
452        category="Correctness"
453        priority="4"
454        summary="Using hardcoded color"
455        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
456        errorLine1="    &lt;color name=&quot;running_processes_free_ram&quot;>#ffced7db&lt;/color>"
457        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
458        <location
459            file="res/values/colors.xml"
460            line="47"
461            column="5"/>
462    </issue>
463
464    <issue
465        id="HardCodedColor"
466        severity="Error"
467        message="Avoid using hardcoded color"
468        category="Correctness"
469        priority="4"
470        summary="Using hardcoded color"
471        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
472        errorLine1="    &lt;color name=&quot;confirm_device_credential_transparent_black&quot;>#60000000&lt;/color>"
473        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
474        <location
475            file="res/values/colors.xml"
476            line="51"
477            column="5"/>
478    </issue>
479
480    <issue
481        id="HardCodedColor"
482        severity="Error"
483        message="Avoid using hardcoded color"
484        category="Correctness"
485        priority="4"
486        summary="Using hardcoded color"
487        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
488        errorLine1="    &lt;color name=&quot;icon_accent&quot;>#ffabffec&lt;/color>"
489        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
490        <location
491            file="res/values/colors.xml"
492            line="54"
493            column="5"/>
494    </issue>
495
496    <issue
497        id="HardCodedColor"
498        severity="Error"
499        message="Avoid using hardcoded color"
500        category="Correctness"
501        priority="4"
502        summary="Using hardcoded color"
503        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
504        errorLine1="    &lt;color name=&quot;material_blue_500&quot;>#4285F4&lt;/color>"
505        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
506        <location
507            file="res/values/colors.xml"
508            line="57"
509            column="5"/>
510    </issue>
511
512    <issue
513        id="HardCodedColor"
514        severity="Error"
515        message="Avoid using hardcoded color"
516        category="Correctness"
517        priority="4"
518        summary="Using hardcoded color"
519        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
520        errorLine1="    &lt;color name=&quot;material_blue_700&quot;>#3367D6&lt;/color>"
521        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
522        <location
523            file="res/values/colors.xml"
524            line="58"
525            column="5"/>
526    </issue>
527
528    <issue
529        id="HardCodedColor"
530        severity="Error"
531        message="Avoid using hardcoded color"
532        category="Correctness"
533        priority="4"
534        summary="Using hardcoded color"
535        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
536        errorLine1="    &lt;color name=&quot;material_grey_100&quot;>#f5f5f5&lt;/color>"
537        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
538        <location
539            file="res/values/colors.xml"
540            line="59"
541            column="5"/>
542    </issue>
543
544    <issue
545        id="HardCodedColor"
546        severity="Error"
547        message="Avoid using hardcoded color"
548        category="Correctness"
549        priority="4"
550        summary="Using hardcoded color"
551        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
552        errorLine1="    &lt;color name=&quot;material_grey_200&quot;>#ffffff&lt;/color>"
553        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
554        <location
555            file="res/values/colors.xml"
556            line="60"
557            column="5"/>
558    </issue>
559
560    <issue
561        id="HardCodedColor"
562        severity="Error"
563        message="Avoid using hardcoded color"
564        category="Correctness"
565        priority="4"
566        summary="Using hardcoded color"
567        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
568        errorLine1="    &lt;color name=&quot;message_text_incoming&quot;>#ffffffff&lt;/color>"
569        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
570        <location
571            file="res/values/colors.xml"
572            line="62"
573            column="5"/>
574    </issue>
575
576    <issue
577        id="HardCodedColor"
578        severity="Error"
579        message="Avoid using hardcoded color"
580        category="Correctness"
581        priority="4"
582        summary="Using hardcoded color"
583        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
584        errorLine1="    &lt;color name=&quot;message_text_outgoing&quot;>#ff323232&lt;/color>"
585        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
586        <location
587            file="res/values/colors.xml"
588            line="63"
589            column="5"/>
590    </issue>
591
592    <issue
593        id="HardCodedColor"
594        severity="Error"
595        message="Avoid using hardcoded color"
596        category="Correctness"
597        priority="4"
598        summary="Using hardcoded color"
599        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
600        errorLine1="    &lt;color name=&quot;timestamp_text_outgoing&quot;>#99323232&lt;/color>"
601        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
602        <location
603            file="res/values/colors.xml"
604            line="64"
605            column="5"/>
606    </issue>
607
608    <issue
609        id="HardCodedColor"
610        severity="Error"
611        message="Avoid using hardcoded color"
612        category="Correctness"
613        priority="4"
614        summary="Using hardcoded color"
615        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
616        errorLine1="    &lt;color name=&quot;timestamp_text_incoming&quot;>#99ffffff&lt;/color>"
617        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
618        <location
619            file="res/values/colors.xml"
620            line="65"
621            column="5"/>
622    </issue>
623
624    <issue
625        id="HardCodedColor"
626        severity="Error"
627        message="Avoid using hardcoded color"
628        category="Correctness"
629        priority="4"
630        summary="Using hardcoded color"
631        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
632        errorLine1="    &lt;color name=&quot;message_bubble_incoming&quot;>#689f38&lt;/color>"
633        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
634        <location
635            file="res/values/colors.xml"
636            line="66"
637            column="5"/>
638    </issue>
639
640    <issue
641        id="HardCodedColor"
642        severity="Error"
643        message="Avoid using hardcoded color"
644        category="Correctness"
645        priority="4"
646        summary="Using hardcoded color"
647        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
648        errorLine1="    &lt;color name=&quot;message_bubble_outgoing&quot;>#ffffffff&lt;/color>"
649        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
650        <location
651            file="res/values/colors.xml"
652            line="67"
653            column="5"/>
654    </issue>
655
656    <issue
657        id="HardCodedColor"
658        severity="Error"
659        message="Avoid using hardcoded color"
660        category="Correctness"
661        priority="4"
662        summary="Using hardcoded color"
663        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
664        errorLine1="    &lt;color name=&quot;message_icon_background_incoming&quot;>#689f38&lt;/color>"
665        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
666        <location
667            file="res/values/colors.xml"
668            line="68"
669            column="5"/>
670    </issue>
671
672    <issue
673        id="HardCodedColor"
674        severity="Error"
675        message="Avoid using hardcoded color"
676        category="Correctness"
677        priority="4"
678        summary="Using hardcoded color"
679        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
680        errorLine1="    &lt;color name=&quot;message_icon_text_incoming&quot;>#ffffffff&lt;/color>"
681        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
682        <location
683            file="res/values/colors.xml"
684            line="69"
685            column="5"/>
686    </issue>
687
688    <issue
689        id="HardCodedColor"
690        severity="Error"
691        message="Avoid using hardcoded color"
692        category="Correctness"
693        priority="4"
694        summary="Using hardcoded color"
695        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
696        errorLine1="    &lt;color name=&quot;message_icon_background_outgoing&quot;>#4285f4&lt;/color>"
697        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
698        <location
699            file="res/values/colors.xml"
700            line="70"
701            column="5"/>
702    </issue>
703
704    <issue
705        id="HardCodedColor"
706        severity="Error"
707        message="Avoid using hardcoded color"
708        category="Correctness"
709        priority="4"
710        summary="Using hardcoded color"
711        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
712        errorLine1="    &lt;color name=&quot;message_icon_text_outgoing&quot;>#ffffffff&lt;/color>"
713        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
714        <location
715            file="res/values/colors.xml"
716            line="71"
717            column="5"/>
718    </issue>
719
720    <issue
721        id="HardCodedColor"
722        severity="Error"
723        message="Avoid using hardcoded color"
724        category="Correctness"
725        priority="4"
726        summary="Using hardcoded color"
727        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
728        errorLine1="    &lt;color name=&quot;usage_graph_dots&quot;>#B0BEC5&lt;/color>"
729        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
730        <location
731            file="res/values/colors.xml"
732            line="73"
733            column="5"/>
734    </issue>
735
736    <issue
737        id="HardCodedColor"
738        severity="Error"
739        message="Avoid using hardcoded color"
740        category="Correctness"
741        priority="4"
742        summary="Using hardcoded color"
743        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
744        errorLine1="    &lt;color name=&quot;gestures_setting_background_color&quot;>#ffffff&lt;/color>"
745        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
746        <location
747            file="res/values/colors.xml"
748            line="76"
749            column="5"/>
750    </issue>
751
752    <issue
753        id="HardCodedColor"
754        severity="Error"
755        message="Avoid using hardcoded color"
756        category="Correctness"
757        priority="4"
758        summary="Using hardcoded color"
759        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
760        errorLine1="    &lt;color name=&quot;shortcut_background&quot;>#fff5f5f5&lt;/color>"
761        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
762        <location
763            file="res/values/colors.xml"
764            line="79"
765            column="5"/>
766    </issue>
767
768    <issue
769        id="HardCodedColor"
770        severity="Error"
771        message="Avoid using hardcoded color"
772        category="Correctness"
773        priority="4"
774        summary="Using hardcoded color"
775        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
776        errorLine1="    &lt;color name=&quot;fallback_tintColor&quot;>#89000000&lt;/color>"
777        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
778        <location
779            file="res/values/colors.xml"
780            line="82"
781            column="5"/>
782    </issue>
783
784    <issue
785        id="HardCodedColor"
786        severity="Error"
787        message="Avoid using hardcoded color"
788        category="Correctness"
789        priority="4"
790        summary="Using hardcoded color"
791        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
792        errorLine1="    &lt;color name=&quot;homepage_network_background&quot;>#2196F3&lt;/color>"
793        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
794        <location
795            file="res/values/colors.xml"
796            line="85"
797            column="5"/>
798    </issue>
799
800    <issue
801        id="HardCodedColor"
802        severity="Error"
803        message="Avoid using hardcoded color"
804        category="Correctness"
805        priority="4"
806        summary="Using hardcoded color"
807        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
808        errorLine1="    &lt;color name=&quot;homepage_connected_device_background&quot;>#72B70F&lt;/color>"
809        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
810        <location
811            file="res/values/colors.xml"
812            line="86"
813            column="5"/>
814    </issue>
815
816    <issue
817        id="HardCodedColor"
818        severity="Error"
819        message="Avoid using hardcoded color"
820        category="Correctness"
821        priority="4"
822        summary="Using hardcoded color"
823        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
824        errorLine1="    &lt;color name=&quot;homepage_app_and_notification_background&quot;>#FF7E0F&lt;/color>"
825        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
826        <location
827            file="res/values/colors.xml"
828            line="87"
829            column="5"/>
830    </issue>
831
832    <issue
833        id="HardCodedColor"
834        severity="Error"
835        message="Avoid using hardcoded color"
836        category="Correctness"
837        priority="4"
838        summary="Using hardcoded color"
839        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
840        errorLine1="    &lt;color name=&quot;homepage_battery_background&quot;>#258982&lt;/color>"
841        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
842        <location
843            file="res/values/colors.xml"
844            line="88"
845            column="5"/>
846    </issue>
847
848    <issue
849        id="HardCodedColor"
850        severity="Error"
851        message="Avoid using hardcoded color"
852        category="Correctness"
853        priority="4"
854        summary="Using hardcoded color"
855        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
856        errorLine1="    &lt;color name=&quot;homepage_display_background&quot;>#FFA727&lt;/color>"
857        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
858        <location
859            file="res/values/colors.xml"
860            line="89"
861            column="5"/>
862    </issue>
863
864    <issue
865        id="HardCodedColor"
866        severity="Error"
867        message="Avoid using hardcoded color"
868        category="Correctness"
869        priority="4"
870        summary="Using hardcoded color"
871        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
872        errorLine1="    &lt;color name=&quot;homepage_sound_background&quot;>#01B1AF&lt;/color>"
873        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
874        <location
875            file="res/values/colors.xml"
876            line="90"
877            column="5"/>
878    </issue>
879
880    <issue
881        id="HardCodedColor"
882        severity="Error"
883        message="Avoid using hardcoded color"
884        category="Correctness"
885        priority="4"
886        summary="Using hardcoded color"
887        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
888        errorLine1="    &lt;color name=&quot;homepage_storage_background&quot;>#C14CE6&lt;/color>"
889        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
890        <location
891            file="res/values/colors.xml"
892            line="91"
893            column="5"/>
894    </issue>
895
896    <issue
897        id="HardCodedColor"
898        severity="Error"
899        message="Avoid using hardcoded color"
900        category="Correctness"
901        priority="4"
902        summary="Using hardcoded color"
903        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
904        errorLine1="    &lt;color name=&quot;homepage_security_background&quot;>#0F9D58&lt;/color>"
905        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
906        <location
907            file="res/values/colors.xml"
908            line="92"
909            column="5"/>
910    </issue>
911
912    <issue
913        id="HardCodedColor"
914        severity="Error"
915        message="Avoid using hardcoded color"
916        category="Correctness"
917        priority="4"
918        summary="Using hardcoded color"
919        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
920        errorLine1="    &lt;color name=&quot;homepage_accounts_background&quot;>#F15B8D&lt;/color>"
921        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
922        <location
923            file="res/values/colors.xml"
924            line="93"
925            column="5"/>
926    </issue>
927
928    <issue
929        id="HardCodedColor"
930        severity="Error"
931        message="Avoid using hardcoded color"
932        category="Correctness"
933        priority="4"
934        summary="Using hardcoded color"
935        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
936        errorLine1="    &lt;color name=&quot;homepage_accessibility_background&quot;>#5011C1&lt;/color>"
937        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
938        <location
939            file="res/values/colors.xml"
940            line="94"
941            column="5"/>
942    </issue>
943
944    <issue
945        id="HardCodedColor"
946        severity="Error"
947        message="Avoid using hardcoded color"
948        category="Correctness"
949        priority="4"
950        summary="Using hardcoded color"
951        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
952        errorLine1="    &lt;color name=&quot;homepage_system_background&quot;>#9E9E9E&lt;/color>"
953        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
954        <location
955            file="res/values/colors.xml"
956            line="95"
957            column="5"/>
958    </issue>
959
960    <issue
961        id="HardCodedColor"
962        severity="Error"
963        message="Avoid using hardcoded color"
964        category="Correctness"
965        priority="4"
966        summary="Using hardcoded color"
967        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
968        errorLine1="    &lt;color name=&quot;homepage_support_background&quot;>#26459C&lt;/color>"
969        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
970        <location
971            file="res/values/colors.xml"
972            line="96"
973            column="5"/>
974    </issue>
975
976    <issue
977        id="HardCodedColor"
978        severity="Error"
979        message="Avoid using hardcoded color"
980        category="Correctness"
981        priority="4"
982        summary="Using hardcoded color"
983        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
984        errorLine1="    &lt;color name=&quot;homepage_generic_icon_background&quot;>#1A73E8&lt;/color>"
985        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
986        <location
987            file="res/values/colors.xml"
988            line="97"
989            column="5"/>
990    </issue>
991
992    <issue
993        id="HardCodedColor"
994        severity="Error"
995        message="Avoid using hardcoded color"
996        category="Correctness"
997        priority="4"
998        summary="Using hardcoded color"
999        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1000        errorLine1="    &lt;color name=&quot;homepage_location_background&quot;>#2EC7DC&lt;/color>"
1001        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1002        <location
1003            file="res/values/colors.xml"
1004            line="98"
1005            column="5"/>
1006    </issue>
1007
1008    <issue
1009        id="HardCodedColor"
1010        severity="Error"
1011        message="Avoid using hardcoded color"
1012        category="Correctness"
1013        priority="4"
1014        summary="Using hardcoded color"
1015        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1016        errorLine1="    &lt;color name=&quot;homepage_about_background&quot;>#6F86DA&lt;/color>"
1017        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1018        <location
1019            file="res/values/colors.xml"
1020            line="99"
1021            column="5"/>
1022    </issue>
1023
1024    <issue
1025        id="HardCodedColor"
1026        severity="Error"
1027        message="Avoid using hardcoded color"
1028        category="Correctness"
1029        priority="4"
1030        summary="Using hardcoded color"
1031        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1032        errorLine1="    &lt;color name=&quot;homepage_privacy_background&quot;>#5E97F6&lt;/color>"
1033        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1034        <location
1035            file="res/values/colors.xml"
1036            line="100"
1037            column="5"/>
1038    </issue>
1039
1040    <issue
1041        id="HardCodedColor"
1042        severity="Error"
1043        message="Avoid using hardcoded color"
1044        category="Correctness"
1045        priority="4"
1046        summary="Using hardcoded color"
1047        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1048        errorLine1="    &lt;color name=&quot;contextual_card_stroke_color&quot;>#1f000000&lt;/color>"
1049        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1050        <location
1051            file="res/values/colors.xml"
1052            line="102"
1053            column="5"/>
1054    </issue>
1055
1056    <issue
1057        id="HardCodedColor"
1058        severity="Error"
1059        message="Avoid using hardcoded color"
1060        category="Correctness"
1061        priority="4"
1062        summary="Using hardcoded color"
1063        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1064        errorLine1="    &lt;color name=&quot;switchbar_switch_track_tint&quot;>#BFFFFFFF&lt;/color>"
1065        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1066        <location
1067            file="res/values/colors.xml"
1068            line="108"
1069            column="5"/>
1070    </issue>
1071
1072    <issue
1073        id="HardCodedColor"
1074        severity="Error"
1075        message="Avoid using hardcoded color"
1076        category="Correctness"
1077        priority="4"
1078        summary="Using hardcoded color"
1079        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1080        errorLine1="    &lt;color name=&quot;battery_good_color_light&quot;>#43a047&lt;/color> &lt;!-- Material Green 600 -->"
1081        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1082        <location
1083            file="res/values/colors.xml"
1084            line="113"
1085            column="5"/>
1086    </issue>
1087
1088    <issue
1089        id="HardCodedColor"
1090        severity="Error"
1091        message="Avoid using hardcoded color"
1092        category="Correctness"
1093        priority="4"
1094        summary="Using hardcoded color"
1095        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1096        errorLine1="    &lt;color name=&quot;battery_maybe_color_light&quot;>#ef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1097        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1098        <location
1099            file="res/values/colors.xml"
1100            line="114"
1101            column="5"/>
1102    </issue>
1103
1104    <issue
1105        id="HardCodedColor"
1106        severity="Error"
1107        message="Avoid using hardcoded color"
1108        category="Correctness"
1109        priority="4"
1110        summary="Using hardcoded color"
1111        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1112        errorLine1="    &lt;color name=&quot;battery_bad_color_light&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1113        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1114        <location
1115            file="res/values/colors.xml"
1116            line="115"
1117            column="5"/>
1118    </issue>
1119
1120    <issue
1121        id="HardCodedColor"
1122        severity="Error"
1123        message="Avoid using hardcoded color"
1124        category="Correctness"
1125        priority="4"
1126        summary="Using hardcoded color"
1127        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1128        errorLine1="    &lt;color name=&quot;battery_good_color_dark&quot;>#4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1129        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1130        <location
1131            file="res/values/colors.xml"
1132            line="116"
1133            column="5"/>
1134    </issue>
1135
1136    <issue
1137        id="HardCodedColor"
1138        severity="Error"
1139        message="Avoid using hardcoded color"
1140        category="Correctness"
1141        priority="4"
1142        summary="Using hardcoded color"
1143        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1144        errorLine1="    &lt;color name=&quot;battery_maybe_color_dark&quot;>#fdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1145        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1146        <location
1147            file="res/values/colors.xml"
1148            line="117"
1149            column="5"/>
1150    </issue>
1151
1152    <issue
1153        id="HardCodedColor"
1154        severity="Error"
1155        message="Avoid using hardcoded color"
1156        category="Correctness"
1157        priority="4"
1158        summary="Using hardcoded color"
1159        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1160        errorLine1="    &lt;color name=&quot;battery_bad_color_dark&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1161        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1162        <location
1163            file="res/values/colors.xml"
1164            line="118"
1165            column="5"/>
1166    </issue>
1167
1168    <issue
1169        id="HardCodedColor"
1170        severity="Error"
1171        message="Avoid using hardcoded color"
1172        category="Correctness"
1173        priority="4"
1174        summary="Using hardcoded color"
1175        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1176        errorLine1="    &lt;color name=&quot;face_anim_particle_color_1&quot;>#ff00bcd4&lt;/color> &lt;!-- Material Cyan 500 -->"
1177        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1178        <location
1179            file="res/values/colors.xml"
1180            line="121"
1181            column="5"/>
1182    </issue>
1183
1184    <issue
1185        id="HardCodedColor"
1186        severity="Error"
1187        message="Avoid using hardcoded color"
1188        category="Correctness"
1189        priority="4"
1190        summary="Using hardcoded color"
1191        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1192        errorLine1="    &lt;color name=&quot;face_anim_particle_color_2&quot;>#ffef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1193        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1194        <location
1195            file="res/values/colors.xml"
1196            line="122"
1197            column="5"/>
1198    </issue>
1199
1200    <issue
1201        id="HardCodedColor"
1202        severity="Error"
1203        message="Avoid using hardcoded color"
1204        category="Correctness"
1205        priority="4"
1206        summary="Using hardcoded color"
1207        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1208        errorLine1="    &lt;color name=&quot;face_anim_particle_color_3&quot;>#ff4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1209        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1210        <location
1211            file="res/values/colors.xml"
1212            line="123"
1213            column="5"/>
1214    </issue>
1215
1216    <issue
1217        id="HardCodedColor"
1218        severity="Error"
1219        message="Avoid using hardcoded color"
1220        category="Correctness"
1221        priority="4"
1222        summary="Using hardcoded color"
1223        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1224        errorLine1="    &lt;color name=&quot;face_anim_particle_color_4&quot;>#fffdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1225        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1226        <location
1227            file="res/values/colors.xml"
1228            line="124"
1229            column="5"/>
1230    </issue>
1231
1232    <issue
1233        id="HardCodedColor"
1234        severity="Error"
1235        message="Avoid using hardcoded color"
1236        category="Correctness"
1237        priority="4"
1238        summary="Using hardcoded color"
1239        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1240        errorLine1="    &lt;color name=&quot;face_anim_particle_error&quot;>#ff9e9e9e&lt;/color> &lt;!-- Material Gray 500 -->"
1241        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1242        <location
1243            file="res/values/colors.xml"
1244            line="125"
1245            column="5"/>
1246    </issue>
1247
1248    <issue
1249        id="HardCodedColor"
1250        severity="Error"
1251        message="Avoid using hardcoded color"
1252        category="Correctness"
1253        priority="4"
1254        summary="Using hardcoded color"
1255        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1256        errorLine1="    &lt;color name=&quot;notification_block_color&quot;>#ffff0000&lt;/color>"
1257        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1258        <location
1259            file="res/values/colors.xml"
1260            line="128"
1261            column="5"/>
1262    </issue>
1263
1264    <issue
1265        id="HardCodedColor"
1266        severity="Error"
1267        message="Avoid using hardcoded color"
1268        category="Correctness"
1269        priority="4"
1270        summary="Using hardcoded color"
1271        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1272        errorLine1="    &lt;color name=&quot;notification_silence_color&quot;>#FF32c1de&lt;/color>"
1273        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1274        <location
1275            file="res/values/colors.xml"
1276            line="129"
1277            column="5"/>
1278    </issue>
1279
1280    <issue
1281        id="HardCodedColor"
1282        severity="Error"
1283        message="Avoid using hardcoded color"
1284        category="Correctness"
1285        priority="4"
1286        summary="Using hardcoded color"
1287        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1288        errorLine1="    &lt;color name=&quot;notification_alert_color&quot;>#FFF87B2B&lt;/color>"
1289        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1290        <location
1291            file="res/values/colors.xml"
1292            line="130"
1293            column="5"/>
1294    </issue>
1295
1296    <issue
1297        id="HardCodedColor"
1298        severity="Error"
1299        message="Avoid using hardcoded color"
1300        category="Correctness"
1301        priority="4"
1302        summary="Using hardcoded color"
1303        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1304        errorLine1="    &lt;color name=&quot;notification_importance_button_unselected&quot;>#DADCE0&lt;/color>"
1305        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1306        <location
1307            file="res/values/colors.xml"
1308            line="131"
1309            column="5"/>
1310    </issue>
1311
1312    <issue
1313        id="HardCodedColor"
1314        severity="Error"
1315        message="Avoid using hardcoded color"
1316        category="Correctness"
1317        priority="4"
1318        summary="Using hardcoded color"
1319        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1320        errorLine1="    &lt;color name=&quot;notification_importance_button_selected&quot;>#1967D2&lt;/color> &lt;!-- material blue 700 -->"
1321        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1322        <location
1323            file="res/values/colors.xml"
1324            line="132"
1325            column="5"/>
1326    </issue>
1327
1328    <issue
1329        id="HardCodedColor"
1330        severity="Error"
1331        message="Avoid using hardcoded color"
1332        category="Correctness"
1333        priority="4"
1334        summary="Using hardcoded color"
1335        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1336        errorLine1="    &lt;color name=&quot;notification_importance_selection_bg&quot;>#FFFFFF&lt;/color>"
1337        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1338        <location
1339            file="res/values/colors.xml"
1340            line="133"
1341            column="5"/>
1342    </issue>
1343
1344    <issue
1345        id="HardCodedColor"
1346        severity="Error"
1347        message="Avoid using hardcoded color"
1348        category="Correctness"
1349        priority="4"
1350        summary="Using hardcoded color"
1351        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1352        errorLine1="    &lt;color name=&quot;qr_corner_line_color&quot;>#ffdadce0&lt;/color>"
1353        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1354        <location
1355            file="res/values/colors.xml"
1356            line="139"
1357            column="5"/>
1358    </issue>
1359
1360    <issue
1361        id="HardCodedColor"
1362        severity="Error"
1363        message="Avoid using hardcoded color"
1364        category="Correctness"
1365        priority="4"
1366        summary="Using hardcoded color"
1367        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1368        errorLine1="    &lt;color name=&quot;qr_focused_corner_line_color&quot;>#ff1a73e8&lt;/color>"
1369        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1370        <location
1371            file="res/values/colors.xml"
1372            line="140"
1373            column="5"/>
1374    </issue>
1375
1376    <issue
1377        id="HardCodedColor"
1378        severity="Error"
1379        message="Avoid using hardcoded color"
1380        category="Correctness"
1381        priority="4"
1382        summary="Using hardcoded color"
1383        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1384        errorLine1="    &lt;color name=&quot;qr_background_color&quot;>#b3ffffff&lt;/color> &lt;!-- 70% white transparency -->"
1385        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1386        <location
1387            file="res/values/colors.xml"
1388            line="141"
1389            column="5"/>
1390    </issue>
1391
1392    <issue
1393        id="HardCodedColor"
1394        severity="Error"
1395        message="Avoid using hardcoded color"
1396        category="Correctness"
1397        priority="4"
1398        summary="Using hardcoded color"
1399        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1400        errorLine1="                android:background=&quot;@color/lock_pattern_background&quot; />"
1401        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1402        <location
1403            file="res/layout-land/confirm_lock_pattern_normal.xml"
1404            line="103"
1405            column="17"/>
1406    </issue>
1407
1408    <issue
1409        id="HardCodedColor"
1410        severity="Error"
1411        message="Avoid using hardcoded color"
1412        category="Correctness"
1413        priority="4"
1414        summary="Using hardcoded color"
1415        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1416        errorLine1="       android:color=&quot;#FF0000&quot;/>"
1417        errorLine2="       ~~~~~~~~~~~~~~~~~~~~~~~">
1418        <location
1419            file="res/drawable/conversation_message_icon.xml"
1420            line="21"
1421            column="8"/>
1422    </issue>
1423
1424    <issue
1425        id="HardCodedColor"
1426        severity="Error"
1427        message="Avoid using hardcoded color"
1428        category="Correctness"
1429        priority="4"
1430        summary="Using hardcoded color"
1431        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1432        errorLine1="        android:textColor=&quot;#FFFFFF&quot;"
1433        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1434        <location
1435            file="res/layout/crypt_keeper_emergency_button.xml"
1436            line="36"
1437            column="9"/>
1438    </issue>
1439
1440    <issue
1441        id="HardCodedColor"
1442        severity="Error"
1443        message="Avoid using hardcoded color"
1444        category="Correctness"
1445        priority="4"
1446        summary="Using hardcoded color"
1447        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1448        errorLine1="        android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1449        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1450        <location
1451            file="res/layout/crypt_keeper_password_entry.xml"
1452            line="34"
1453            column="9"/>
1454    </issue>
1455
1456    <issue
1457        id="HardCodedColor"
1458        severity="Error"
1459        message="Avoid using hardcoded color"
1460        category="Correctness"
1461        priority="4"
1462        summary="Using hardcoded color"
1463        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1464        errorLine1="       android:background=&quot;@color/lock_pattern_background&quot; />"
1465        errorLine2="       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1466        <location
1467            file="res/layout/crypt_keeper_pattern_field.xml"
1468            line="27"
1469            column="8"/>
1470    </issue>
1471
1472    <issue
1473        id="HardCodedColor"
1474        severity="Error"
1475        message="Avoid using hardcoded color"
1476        category="Correctness"
1477        priority="4"
1478        summary="Using hardcoded color"
1479        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1480        errorLine1="        android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1481        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1482        <location
1483            file="res/layout/crypt_keeper_pin_entry.xml"
1484            line="34"
1485            column="9"/>
1486    </issue>
1487
1488    <issue
1489        id="HardCodedColor"
1490        severity="Error"
1491        message="Avoid using hardcoded color"
1492        category="Correctness"
1493        priority="4"
1494        summary="Using hardcoded color"
1495        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1496        errorLine1="        android:textColor=&quot;#B3FFFFFF&quot;"
1497        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1498        <location
1499            file="res/layout/crypt_keeper_status.xml"
1500            line="55"
1501            column="9"/>
1502    </issue>
1503
1504    <issue
1505        id="HardCodedColor"
1506        severity="Error"
1507        message="Avoid using hardcoded color"
1508        category="Correctness"
1509        priority="4"
1510        summary="Using hardcoded color"
1511        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1512        errorLine1="    android:background=&quot;#80000000&quot;"
1513        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1514        <location
1515            file="res/layout/fallback_home_finishing_boot.xml"
1516            line="22"
1517            column="5"/>
1518    </issue>
1519
1520    <issue
1521        id="HardCodedColor"
1522        severity="Error"
1523        message="Avoid using hardcoded color"
1524        category="Correctness"
1525        priority="4"
1526        summary="Using hardcoded color"
1527        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1528        errorLine1="    android:color=&quot;#000000&quot; />"
1529        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~">
1530        <location
1531            file="res/drawable/fallback_home_unprovisioned_background.xml"
1532            line="19"
1533            column="5"/>
1534    </issue>
1535
1536    <issue
1537        id="HardCodedColor"
1538        severity="Error"
1539        message="Avoid using hardcoded color"
1540        category="Correctness"
1541        priority="4"
1542        summary="Using hardcoded color"
1543        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1544        errorLine1="                &lt;item android:color=&quot;#333E2723&quot; android:offset=&quot;0&quot;/>"
1545        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1546        <location
1547            file="res/drawable/ic_accessibility_magnification.xml"
1548            line="30"
1549            column="23"/>
1550    </issue>
1551
1552    <issue
1553        id="HardCodedColor"
1554        severity="Error"
1555        message="Avoid using hardcoded color"
1556        category="Correctness"
1557        priority="4"
1558        summary="Using hardcoded color"
1559        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1560        errorLine1="                &lt;item android:color=&quot;#003E2723&quot; android:offset=&quot;1&quot;/>"
1561        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1562        <location
1563            file="res/drawable/ic_accessibility_magnification.xml"
1564            line="31"
1565            column="23"/>
1566    </issue>
1567
1568    <issue
1569        id="HardCodedColor"
1570        severity="Error"
1571        message="Avoid using hardcoded color"
1572        category="Correctness"
1573        priority="4"
1574        summary="Using hardcoded color"
1575        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1576        errorLine1="                &lt;item android:color=&quot;#333E2723&quot; android:offset=&quot;0&quot;/>"
1577        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1578        <location
1579            file="res/drawable/ic_accessibility_magnification.xml"
1580            line="39"
1581            column="23"/>
1582    </issue>
1583
1584    <issue
1585        id="HardCodedColor"
1586        severity="Error"
1587        message="Avoid using hardcoded color"
1588        category="Correctness"
1589        priority="4"
1590        summary="Using hardcoded color"
1591        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1592        errorLine1="                &lt;item android:color=&quot;#003E2723&quot; android:offset=&quot;1&quot;/>"
1593        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1594        <location
1595            file="res/drawable/ic_accessibility_magnification.xml"
1596            line="40"
1597            column="23"/>
1598    </issue>
1599
1600    <issue
1601        id="HardCodedColor"
1602        severity="Error"
1603        message="Avoid using hardcoded color"
1604        category="Correctness"
1605        priority="4"
1606        summary="Using hardcoded color"
1607        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1608        errorLine1="                &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0&quot;/>"
1609        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1610        <location
1611            file="res/drawable/ic_accessibility_magnification.xml"
1612            line="60"
1613            column="23"/>
1614    </issue>
1615
1616    <issue
1617        id="HardCodedColor"
1618        severity="Error"
1619        message="Avoid using hardcoded color"
1620        category="Correctness"
1621        priority="4"
1622        summary="Using hardcoded color"
1623        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1624        errorLine1="                &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1&quot;/>"
1625        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1626        <location
1627            file="res/drawable/ic_accessibility_magnification.xml"
1628            line="61"
1629            column="23"/>
1630    </issue>
1631
1632    <issue
1633        id="HardCodedColor"
1634        severity="Error"
1635        message="Avoid using hardcoded color"
1636        category="Correctness"
1637        priority="4"
1638        summary="Using hardcoded color"
1639        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1640        errorLine1="                &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1641        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1642        <location
1643            file="res/drawable/ic_color_inversion.xml"
1644            line="32"
1645            column="23"/>
1646    </issue>
1647
1648    <issue
1649        id="HardCodedColor"
1650        severity="Error"
1651        message="Avoid using hardcoded color"
1652        category="Correctness"
1653        priority="4"
1654        summary="Using hardcoded color"
1655        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1656        errorLine1="                &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1657        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1658        <location
1659            file="res/drawable/ic_color_inversion.xml"
1660            line="33"
1661            column="23"/>
1662    </issue>
1663
1664    <issue
1665        id="HardCodedColor"
1666        severity="Error"
1667        message="Avoid using hardcoded color"
1668        category="Correctness"
1669        priority="4"
1670        summary="Using hardcoded color"
1671        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1672        errorLine1="                &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1673        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1674        <location
1675            file="res/drawable/ic_color_inversion.xml"
1676            line="47"
1677            column="23"/>
1678    </issue>
1679
1680    <issue
1681        id="HardCodedColor"
1682        severity="Error"
1683        message="Avoid using hardcoded color"
1684        category="Correctness"
1685        priority="4"
1686        summary="Using hardcoded color"
1687        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1688        errorLine1="                &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1689        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1690        <location
1691            file="res/drawable/ic_color_inversion.xml"
1692            line="48"
1693            column="23"/>
1694    </issue>
1695
1696    <issue
1697        id="HardCodedColor"
1698        severity="Error"
1699        message="Avoid using hardcoded color"
1700        category="Correctness"
1701        priority="4"
1702        summary="Using hardcoded color"
1703        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1704        errorLine1="                    &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1705        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
1706        <location
1707            file="res/drawable/ic_daltonizer.xml"
1708            line="31"
1709            column="27"/>
1710    </issue>
1711
1712    <issue
1713        id="HardCodedColor"
1714        severity="Error"
1715        message="Avoid using hardcoded color"
1716        category="Correctness"
1717        priority="4"
1718        summary="Using hardcoded color"
1719        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1720        errorLine1="                    &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1721        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
1722        <location
1723            file="res/drawable/ic_daltonizer.xml"
1724            line="32"
1725            column="27"/>
1726    </issue>
1727
1728    <issue
1729        id="HardCodedColor"
1730        severity="Error"
1731        message="Avoid using hardcoded color"
1732        category="Correctness"
1733        priority="4"
1734        summary="Using hardcoded color"
1735        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1736        errorLine1="                &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1737        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1738        <location
1739            file="res/drawable/ic_daltonizer.xml"
1740            line="51"
1741            column="23"/>
1742    </issue>
1743
1744    <issue
1745        id="HardCodedColor"
1746        severity="Error"
1747        message="Avoid using hardcoded color"
1748        category="Correctness"
1749        priority="4"
1750        summary="Using hardcoded color"
1751        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1752        errorLine1="                &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1753        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
1754        <location
1755            file="res/drawable/ic_daltonizer.xml"
1756            line="52"
1757            column="23"/>
1758    </issue>
1759
1760    <issue
1761        id="HardCodedColor"
1762        severity="Error"
1763        message="Avoid using hardcoded color"
1764        category="Correctness"
1765        priority="4"
1766        summary="Using hardcoded color"
1767        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1768        errorLine1="            android:color=&quot;@color/homepage_about_background&quot; />"
1769        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1770        <location
1771            file="res/drawable/ic_homepage_about.xml"
1772            line="24"
1773            column="13"/>
1774    </issue>
1775
1776    <issue
1777        id="HardCodedColor"
1778        severity="Error"
1779        message="Avoid using hardcoded color"
1780        category="Correctness"
1781        priority="4"
1782        summary="Using hardcoded color"
1783        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1784        errorLine1="            android:color=&quot;@color/homepage_accessibility_background&quot; />"
1785        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1786        <location
1787            file="res/drawable/ic_homepage_accessibility.xml"
1788            line="24"
1789            column="13"/>
1790    </issue>
1791
1792    <issue
1793        id="HardCodedColor"
1794        severity="Error"
1795        message="Avoid using hardcoded color"
1796        category="Correctness"
1797        priority="4"
1798        summary="Using hardcoded color"
1799        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1800        errorLine1="            android:color=&quot;@color/homepage_accessibility_background&quot; />"
1801        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1802        <location
1803            file="res/drawable/ic_homepage_accessibility.xml"
1804            line="24"
1805            column="13"/>
1806    </issue>
1807
1808    <issue
1809        id="HardCodedColor"
1810        severity="Error"
1811        message="Avoid using hardcoded color"
1812        category="Correctness"
1813        priority="4"
1814        summary="Using hardcoded color"
1815        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1816        errorLine1="            android:color=&quot;@color/homepage_accounts_background&quot; />"
1817        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1818        <location
1819            file="res/drawable/ic_homepage_accounts.xml"
1820            line="24"
1821            column="13"/>
1822    </issue>
1823
1824    <issue
1825        id="HardCodedColor"
1826        severity="Error"
1827        message="Avoid using hardcoded color"
1828        category="Correctness"
1829        priority="4"
1830        summary="Using hardcoded color"
1831        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1832        errorLine1="            android:color=&quot;@color/homepage_app_and_notification_background&quot; />"
1833        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1834        <location
1835            file="res/drawable/ic_homepage_apps.xml"
1836            line="24"
1837            column="13"/>
1838    </issue>
1839
1840    <issue
1841        id="HardCodedColor"
1842        severity="Error"
1843        message="Avoid using hardcoded color"
1844        category="Correctness"
1845        priority="4"
1846        summary="Using hardcoded color"
1847        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1848        errorLine1="            android:color=&quot;@color/homepage_battery_background&quot; />"
1849        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1850        <location
1851            file="res/drawable/ic_homepage_battery.xml"
1852            line="24"
1853            column="13"/>
1854    </issue>
1855
1856    <issue
1857        id="HardCodedColor"
1858        severity="Error"
1859        message="Avoid using hardcoded color"
1860        category="Correctness"
1861        priority="4"
1862        summary="Using hardcoded color"
1863        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1864        errorLine1="            android:color=&quot;@color/homepage_connected_device_background&quot; />"
1865        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1866        <location
1867            file="res/drawable/ic_homepage_connected_device.xml"
1868            line="24"
1869            column="13"/>
1870    </issue>
1871
1872    <issue
1873        id="HardCodedColor"
1874        severity="Error"
1875        message="Avoid using hardcoded color"
1876        category="Correctness"
1877        priority="4"
1878        summary="Using hardcoded color"
1879        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1880        errorLine1="            android:color=&quot;@color/homepage_display_background&quot; />"
1881        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1882        <location
1883            file="res/drawable/ic_homepage_display.xml"
1884            line="24"
1885            column="13"/>
1886    </issue>
1887
1888    <issue
1889        id="HardCodedColor"
1890        severity="Error"
1891        message="Avoid using hardcoded color"
1892        category="Correctness"
1893        priority="4"
1894        summary="Using hardcoded color"
1895        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1896        errorLine1="            android:color=&quot;@color/homepage_location_background&quot; />"
1897        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1898        <location
1899            file="res/drawable/ic_homepage_location.xml"
1900            line="24"
1901            column="13"/>
1902    </issue>
1903
1904    <issue
1905        id="HardCodedColor"
1906        severity="Error"
1907        message="Avoid using hardcoded color"
1908        category="Correctness"
1909        priority="4"
1910        summary="Using hardcoded color"
1911        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1912        errorLine1="            android:color=&quot;@color/homepage_network_background&quot; />"
1913        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1914        <location
1915            file="res/drawable/ic_homepage_network.xml"
1916            line="24"
1917            column="13"/>
1918    </issue>
1919
1920    <issue
1921        id="HardCodedColor"
1922        severity="Error"
1923        message="Avoid using hardcoded color"
1924        category="Correctness"
1925        priority="4"
1926        summary="Using hardcoded color"
1927        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1928        errorLine1="            android:color=&quot;@color/homepage_privacy_background&quot; />"
1929        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1930        <location
1931            file="res/drawable/ic_homepage_privacy.xml"
1932            line="24"
1933            column="13"/>
1934    </issue>
1935
1936    <issue
1937        id="HardCodedColor"
1938        severity="Error"
1939        message="Avoid using hardcoded color"
1940        category="Correctness"
1941        priority="4"
1942        summary="Using hardcoded color"
1943        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1944        errorLine1="            android:color=&quot;@color/homepage_security_background&quot; />"
1945        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1946        <location
1947            file="res/drawable/ic_homepage_security.xml"
1948            line="24"
1949            column="13"/>
1950    </issue>
1951
1952    <issue
1953        id="HardCodedColor"
1954        severity="Error"
1955        message="Avoid using hardcoded color"
1956        category="Correctness"
1957        priority="4"
1958        summary="Using hardcoded color"
1959        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1960        errorLine1="            android:color=&quot;@color/homepage_sound_background&quot; />"
1961        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1962        <location
1963            file="res/drawable/ic_homepage_sound.xml"
1964            line="24"
1965            column="13"/>
1966    </issue>
1967
1968    <issue
1969        id="HardCodedColor"
1970        severity="Error"
1971        message="Avoid using hardcoded color"
1972        category="Correctness"
1973        priority="4"
1974        summary="Using hardcoded color"
1975        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1976        errorLine1="            android:color=&quot;@color/homepage_storage_background&quot; />"
1977        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1978        <location
1979            file="res/drawable/ic_homepage_storage.xml"
1980            line="24"
1981            column="13"/>
1982    </issue>
1983
1984    <issue
1985        id="HardCodedColor"
1986        severity="Error"
1987        message="Avoid using hardcoded color"
1988        category="Correctness"
1989        priority="4"
1990        summary="Using hardcoded color"
1991        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1992        errorLine1="            android:color=&quot;@color/homepage_support_background&quot; />"
1993        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1994        <location
1995            file="res/drawable/ic_homepage_support.xml"
1996            line="24"
1997            column="13"/>
1998    </issue>
1999
2000    <issue
2001        id="HardCodedColor"
2002        severity="Error"
2003        message="Avoid using hardcoded color"
2004        category="Correctness"
2005        priority="4"
2006        summary="Using hardcoded color"
2007        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2008        errorLine1="            android:color=&quot;@color/homepage_support_background&quot; />"
2009        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2010        <location
2011            file="res/drawable/ic_homepage_support.xml"
2012            line="24"
2013            column="13"/>
2014    </issue>
2015
2016    <issue
2017        id="HardCodedColor"
2018        severity="Error"
2019        message="Avoid using hardcoded color"
2020        category="Correctness"
2021        priority="4"
2022        summary="Using hardcoded color"
2023        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2024        errorLine1="            android:color=&quot;@color/homepage_system_background&quot; />"
2025        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2026        <location
2027            file="res/drawable/ic_homepage_system_dashboard.xml"
2028            line="24"
2029            column="13"/>
2030    </issue>
2031
2032    <issue
2033        id="HardCodedColor"
2034        severity="Error"
2035        message="Avoid using hardcoded color"
2036        category="Correctness"
2037        priority="4"
2038        summary="Using hardcoded color"
2039        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2040        errorLine1="                android:color=&quot;@color/notification_alert_color&quot; />"
2041        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2042        <location
2043            file="res/drawable/ic_notification_alert.xml"
2044            line="22"
2045            column="17"/>
2046    </issue>
2047
2048    <issue
2049        id="HardCodedColor"
2050        severity="Error"
2051        message="Avoid using hardcoded color"
2052        category="Correctness"
2053        priority="4"
2054        summary="Using hardcoded color"
2055        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2056        errorLine1="                    android:color=&quot;@color/notification_block_color&quot;/>"
2057        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2058        <location
2059            file="res/drawable/ic_notification_block.xml"
2060            line="27"
2061            column="21"/>
2062    </issue>
2063
2064    <issue
2065        id="HardCodedColor"
2066        severity="Error"
2067        message="Avoid using hardcoded color"
2068        category="Correctness"
2069        priority="4"
2070        summary="Using hardcoded color"
2071        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2072        errorLine1="                android:fillColor=&quot;@color/notification_block_color&quot;"
2073        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2074        <location
2075            file="res/drawable/ic_notification_block.xml"
2076            line="39"
2077            column="17"/>
2078    </issue>
2079
2080    <issue
2081        id="HardCodedColor"
2082        severity="Error"
2083        message="Avoid using hardcoded color"
2084        category="Correctness"
2085        priority="4"
2086        summary="Using hardcoded color"
2087        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2088        errorLine1="                android:color=&quot;@color/notification_silence_color&quot; />"
2089        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2090        <location
2091            file="res/drawable/ic_notification_silence.xml"
2092            line="22"
2093            column="17"/>
2094    </issue>
2095
2096    <issue
2097        id="HardCodedColor"
2098        severity="Error"
2099        message="Avoid using hardcoded color"
2100        category="Correctness"
2101        priority="4"
2102        summary="Using hardcoded color"
2103        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2104        errorLine1="                android:color=&quot;@color/homepage_location_background&quot;/>"
2105        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2106        <location
2107            file="res/drawable/ic_preference_location.xml"
2108            line="23"
2109            column="17"/>
2110    </issue>
2111
2112    <issue
2113        id="HardCodedColor"
2114        severity="Error"
2115        message="Avoid using hardcoded color"
2116        category="Correctness"
2117        priority="4"
2118        summary="Using hardcoded color"
2119        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2120        errorLine1="    android:tint=&quot;#db4437&quot;"
2121        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~">
2122        <location
2123            file="res/drawable/ic_remove_circle.xml"
2124            line="19"
2125            column="5"/>
2126    </issue>
2127
2128    <issue
2129        id="HardCodedColor"
2130        severity="Error"
2131        message="Avoid using hardcoded color"
2132        category="Correctness"
2133        priority="4"
2134        summary="Using hardcoded color"
2135        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2136        errorLine1="    &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2137        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2138        <location
2139            file="res/drawable/ic_shortcut_battery.xml"
2140            line="18"
2141            column="17"/>
2142    </issue>
2143
2144    <issue
2145        id="HardCodedColor"
2146        severity="Error"
2147        message="Avoid using hardcoded color"
2148        category="Correctness"
2149        priority="4"
2150        summary="Using hardcoded color"
2151        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2152        errorLine1="    &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2153        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2154        <location
2155            file="res/drawable/ic_shortcut_data_usage.xml"
2156            line="18"
2157            column="17"/>
2158    </issue>
2159
2160    <issue
2161        id="HardCodedColor"
2162        severity="Error"
2163        message="Avoid using hardcoded color"
2164        category="Correctness"
2165        priority="4"
2166        summary="Using hardcoded color"
2167        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2168        errorLine1="    &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2169        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2170        <location
2171            file="res/drawable/ic_shortcut_wireless.xml"
2172            line="18"
2173            column="17"/>
2174    </issue>
2175
2176    <issue
2177        id="HardCodedColor"
2178        severity="Error"
2179        message="Avoid using hardcoded color"
2180        category="Correctness"
2181        priority="4"
2182        summary="Using hardcoded color"
2183        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2184        errorLine1="    android:background=&quot;#FF80CBC4&quot; >"
2185        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2186        <location
2187            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2188            line="6"
2189            column="5"/>
2190    </issue>
2191
2192    <issue
2193        id="HardCodedColor"
2194        severity="Error"
2195        message="Avoid using hardcoded color"
2196        category="Correctness"
2197        priority="4"
2198        summary="Using hardcoded color"
2199        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2200        errorLine1="    android:background=&quot;#FF80CBC4&quot; >"
2201        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2202        <location
2203            file="res/layout/nfc_payment_how_it_works.xml"
2204            line="6"
2205            column="5"/>
2206    </issue>
2207
2208    <issue
2209        id="HardCodedColor"
2210        severity="Error"
2211        message="Avoid using hardcoded color"
2212        category="Correctness"
2213        priority="4"
2214        summary="Using hardcoded color"
2215        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2216        errorLine1="            android:background=&quot;#FFB2DFDB&quot; >"
2217        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2218        <location
2219            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2220            line="15"
2221            column="13"/>
2222    </issue>
2223
2224    <issue
2225        id="HardCodedColor"
2226        severity="Error"
2227        message="Avoid using hardcoded color"
2228        category="Correctness"
2229        priority="4"
2230        summary="Using hardcoded color"
2231        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2232        errorLine1="            android:background=&quot;#FFB2DFDB&quot; >"
2233        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2234        <location
2235            file="res/layout/nfc_payment_how_it_works.xml"
2236            line="15"
2237            column="13"/>
2238    </issue>
2239
2240    <issue
2241        id="HardCodedColor"
2242        severity="Error"
2243        message="Avoid using hardcoded color"
2244        category="Correctness"
2245        priority="4"
2246        summary="Using hardcoded color"
2247        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2248        errorLine1="              android:textColor=&quot;#FF263238&quot;"
2249        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2250        <location
2251            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2252            line="40"
2253            column="15"/>
2254    </issue>
2255
2256    <issue
2257        id="HardCodedColor"
2258        severity="Error"
2259        message="Avoid using hardcoded color"
2260        category="Correctness"
2261        priority="4"
2262        summary="Using hardcoded color"
2263        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2264        errorLine1="                    android:textColor=&quot;#FF263238&quot;"
2265        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2266        <location
2267            file="res/layout/nfc_payment_how_it_works.xml"
2268            line="47"
2269            column="21"/>
2270    </issue>
2271
2272    <issue
2273        id="HardCodedColor"
2274        severity="Error"
2275        message="Avoid using hardcoded color"
2276        category="Correctness"
2277        priority="4"
2278        summary="Using hardcoded color"
2279        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2280        errorLine1="              android:textColor=&quot;#FF263238&quot;"
2281        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2282        <location
2283            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2284            line="50"
2285            column="15"/>
2286    </issue>
2287
2288    <issue
2289        id="HardCodedColor"
2290        severity="Error"
2291        message="Avoid using hardcoded color"
2292        category="Correctness"
2293        priority="4"
2294        summary="Using hardcoded color"
2295        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2296        errorLine1="            android:background=&quot;#FFB2DFDB&quot; >"
2297        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2298        <location
2299            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2300            line="57"
2301            column="13"/>
2302    </issue>
2303
2304    <issue
2305        id="HardCodedColor"
2306        severity="Error"
2307        message="Avoid using hardcoded color"
2308        category="Correctness"
2309        priority="4"
2310        summary="Using hardcoded color"
2311        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2312        errorLine1="                    android:textColor=&quot;#FF263238&quot;"
2313        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2314        <location
2315            file="res/layout/nfc_payment_how_it_works.xml"
2316            line="59"
2317            column="21"/>
2318    </issue>
2319
2320    <issue
2321        id="HardCodedColor"
2322        severity="Error"
2323        message="Avoid using hardcoded color"
2324        category="Correctness"
2325        priority="4"
2326        summary="Using hardcoded color"
2327        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2328        errorLine1="              android:textColor=&quot;#263238&quot;"
2329        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2330        <location
2331            file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2332            line="67"
2333            column="15"/>
2334    </issue>
2335
2336    <issue
2337        id="HardCodedColor"
2338        severity="Error"
2339        message="Avoid using hardcoded color"
2340        category="Correctness"
2341        priority="4"
2342        summary="Using hardcoded color"
2343        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2344        errorLine1="            android:background=&quot;#FFB2DFDB&quot; >"
2345        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2346        <location
2347            file="res/layout/nfc_payment_how_it_works.xml"
2348            line="68"
2349            column="13"/>
2350    </issue>
2351
2352    <issue
2353        id="HardCodedColor"
2354        severity="Error"
2355        message="Avoid using hardcoded color"
2356        category="Correctness"
2357        priority="4"
2358        summary="Using hardcoded color"
2359        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2360        errorLine1="              android:textColor=&quot;#263238&quot;"
2361        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2362        <location
2363            file="res/layout/nfc_payment_how_it_works.xml"
2364            line="78"
2365            column="15"/>
2366    </issue>
2367
2368    <issue
2369        id="HardCodedColor"
2370        severity="Error"
2371        message="Avoid using hardcoded color"
2372        category="Correctness"
2373        priority="4"
2374        summary="Using hardcoded color"
2375        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2376        errorLine1="            android:src=&quot;@color/running_processes_system_ram&quot;"
2377        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2378        <location
2379            file="res/layout/running_processes_header.xml"
2380            line="56"
2381            column="13"/>
2382    </issue>
2383
2384    <issue
2385        id="HardCodedColor"
2386        severity="Error"
2387        message="Avoid using hardcoded color"
2388        category="Correctness"
2389        priority="4"
2390        summary="Using hardcoded color"
2391        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2392        errorLine1="            android:src=&quot;@color/running_processes_free_ram&quot;"
2393        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2394        <location
2395            file="res/layout/running_processes_header.xml"
2396            line="146"
2397            column="13"/>
2398    </issue>
2399
2400    <issue
2401        id="HardCodedColor"
2402        severity="Error"
2403        message="Avoid using hardcoded color"
2404        category="Correctness"
2405        priority="4"
2406        summary="Using hardcoded color"
2407        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2408        errorLine1="                app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
2409        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2410        <location
2411            file="res/layout/screen_zoom_preview_1.xml"
2412            line="44"
2413            column="17"/>
2414    </issue>
2415
2416    <issue
2417        id="HardCodedColor"
2418        severity="Error"
2419        message="Avoid using hardcoded color"
2420        category="Correctness"
2421        priority="4"
2422        summary="Using hardcoded color"
2423        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2424        errorLine1="                app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
2425        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2426        <location
2427            file="res/layout/screen_zoom_preview_1.xml"
2428            line="45"
2429            column="17"/>
2430    </issue>
2431
2432    <issue
2433        id="HardCodedColor"
2434        severity="Error"
2435        message="Avoid using hardcoded color"
2436        category="Correctness"
2437        priority="4"
2438        summary="Using hardcoded color"
2439        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2440        errorLine1="                app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
2441        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2442        <location
2443            file="res/layout/screen_zoom_preview_1.xml"
2444            line="54"
2445            column="17"/>
2446    </issue>
2447
2448    <issue
2449        id="HardCodedColor"
2450        severity="Error"
2451        message="Avoid using hardcoded color"
2452        category="Correctness"
2453        priority="4"
2454        summary="Using hardcoded color"
2455        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2456        errorLine1="                app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
2457        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2458        <location
2459            file="res/layout/screen_zoom_preview_1.xml"
2460            line="55"
2461            column="17"/>
2462    </issue>
2463
2464    <issue
2465        id="HardCodedColor"
2466        severity="Error"
2467        message="Avoid using hardcoded color"
2468        category="Correctness"
2469        priority="4"
2470        summary="Using hardcoded color"
2471        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2472        errorLine1="                app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
2473        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2474        <location
2475            file="res/layout/screen_zoom_preview_1.xml"
2476            line="64"
2477            column="17"/>
2478    </issue>
2479
2480    <issue
2481        id="HardCodedColor"
2482        severity="Error"
2483        message="Avoid using hardcoded color"
2484        category="Correctness"
2485        priority="4"
2486        summary="Using hardcoded color"
2487        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2488        errorLine1="                app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
2489        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2490        <location
2491            file="res/layout/screen_zoom_preview_1.xml"
2492            line="65"
2493            column="17"/>
2494    </issue>
2495
2496    <issue
2497        id="HardCodedColor"
2498        severity="Error"
2499        message="Avoid using hardcoded color"
2500        category="Correctness"
2501        priority="4"
2502        summary="Using hardcoded color"
2503        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2504        errorLine1="                app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
2505        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2506        <location
2507            file="res/layout/screen_zoom_preview_1.xml"
2508            line="74"
2509            column="17"/>
2510    </issue>
2511
2512    <issue
2513        id="HardCodedColor"
2514        severity="Error"
2515        message="Avoid using hardcoded color"
2516        category="Correctness"
2517        priority="4"
2518        summary="Using hardcoded color"
2519        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2520        errorLine1="                app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
2521        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2522        <location
2523            file="res/layout/screen_zoom_preview_1.xml"
2524            line="75"
2525            column="17"/>
2526    </issue>
2527
2528    <issue
2529        id="HardCodedColor"
2530        severity="Error"
2531        message="Avoid using hardcoded color"
2532        category="Correctness"
2533        priority="4"
2534        summary="Using hardcoded color"
2535        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2536        errorLine1="        android:tint=&quot;@color/icon_accent&quot;"
2537        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2538        <location
2539            file="res/layout/shortcut_badge.xml"
2540            line="31"
2541            column="9"/>
2542    </issue>
2543
2544    <issue
2545        id="HardCodedColor"
2546        severity="Error"
2547        message="Avoid using hardcoded color"
2548        category="Correctness"
2549        priority="4"
2550        summary="Using hardcoded color"
2551        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2552        errorLine1="    android:background=&quot;@color/shortcut_background&quot;>"
2553        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2554        <location
2555            file="res/layout/shortcut_badge_maskable.xml"
2556            line="20"
2557            column="5"/>
2558    </issue>
2559
2560    <issue
2561        id="HardCodedColor"
2562        severity="Error"
2563        message="Avoid using hardcoded color"
2564        category="Correctness"
2565        priority="4"
2566        summary="Using hardcoded color"
2567        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2568        errorLine1="        android:tint=&quot;@color/icon_accent&quot;"
2569        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2570        <location
2571            file="res/layout/shortcut_badge_maskable.xml"
2572            line="29"
2573            column="9"/>
2574    </issue>
2575
2576    <issue
2577        id="HardCodedColor"
2578        severity="Error"
2579        message="Avoid using hardcoded color"
2580        category="Correctness"
2581        priority="4"
2582        summary="Using hardcoded color"
2583        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2584        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‏‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‏‏‎‎‎‏‏‎‏‎‎‎‎‎‏‎‏‎‎‎‎‏‏‏‏‎‎‎‏‏‏‏‏‏‏‎‎‏‎‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‎‎‏‎‎‏‏‎&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;‎‏‎‎‏‏‏‎Welcome to Google sync!‎‏‎‎‏‏‎&quot;&lt;/font>&quot;‎‏‎‎‏‏‏‎ ‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎A Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.‎‏‎‎‏‎&quot;&lt;/string>"
2585        errorLine2="                                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~">
2586        <location
2587            file="res/values-en-rXC/strings.xml"
2588            line="2652"
2589            column="169"/>
2590    </issue>
2591
2592    <issue
2593        id="HardCodedColor"
2594        severity="Error"
2595        message="Avoid using hardcoded color"
2596        category="Correctness"
2597        priority="4"
2598        summary="Using hardcoded color"
2599        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2600        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2601        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
2602        <location
2603            file="res/values-en-rAU/strings.xml"
2604            line="2653"
2605            column="64"/>
2606    </issue>
2607
2608    <issue
2609        id="HardCodedColor"
2610        severity="Error"
2611        message="Avoid using hardcoded color"
2612        category="Correctness"
2613        priority="4"
2614        summary="Using hardcoded color"
2615        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2616        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2617        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
2618        <location
2619            file="res/values-en-rCA/strings.xml"
2620            line="2653"
2621            column="64"/>
2622    </issue>
2623
2624    <issue
2625        id="HardCodedColor"
2626        severity="Error"
2627        message="Avoid using hardcoded color"
2628        category="Correctness"
2629        priority="4"
2630        summary="Using hardcoded color"
2631        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2632        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2633        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
2634        <location
2635            file="res/values-en-rGB/strings.xml"
2636            line="2653"
2637            column="64"/>
2638    </issue>
2639
2640    <issue
2641        id="HardCodedColor"
2642        severity="Error"
2643        message="Avoid using hardcoded color"
2644        category="Correctness"
2645        priority="4"
2646        summary="Using hardcoded color"
2647        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2648        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2649        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
2650        <location
2651            file="res/values-en-rIN/strings.xml"
2652            line="2653"
2653            column="64"/>
2654    </issue>
2655
2656    <issue
2657        id="HardCodedColor"
2658        severity="Error"
2659        message="Avoid using hardcoded color"
2660        category="Correctness"
2661        priority="4"
2662        summary="Using hardcoded color"
2663        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2664        errorLine1="    &lt;string name=&quot;sync_plug&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>Welcome to Google sync!&lt;/font>"
2665        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~">
2666        <location
2667            file="res/values/strings.xml"
2668            line="6186"
2669            column="36"/>
2670    </issue>
2671
2672    <issue
2673        id="HardCodedColor"
2674        severity="Error"
2675        message="Avoid using hardcoded color"
2676        category="Correctness"
2677        priority="4"
2678        summary="Using hardcoded color"
2679        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2680        errorLine1="        &lt;item name=&quot;android:background&quot;>#ff000000&lt;/item>"
2681        errorLine2="                                        ^">
2682        <location
2683            file="res/values/styles.xml"
2684            line="163"
2685            column="41"/>
2686    </issue>
2687
2688    <issue
2689        id="HardCodedColor"
2690        severity="Error"
2691        message="Avoid using hardcoded color"
2692        category="Correctness"
2693        priority="4"
2694        summary="Using hardcoded color"
2695        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2696        errorLine1="        &lt;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color&lt;/item>"
2697        errorLine2="                                           ^">
2698        <location
2699            file="res/values/styles.xml"
2700            line="380"
2701            column="44"/>
2702    </issue>
2703
2704    <issue
2705        id="HardCodedColor"
2706        severity="Error"
2707        message="Avoid using hardcoded color"
2708        category="Correctness"
2709        priority="4"
2710        summary="Using hardcoded color"
2711        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2712        errorLine1="        &lt;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2713        errorLine2="                                           ^">
2714        <location
2715            file="res/values/styles.xml"
2716            line="386"
2717            column="44"/>
2718    </issue>
2719
2720    <issue
2721        id="HardCodedColor"
2722        severity="Error"
2723        message="Avoid using hardcoded color"
2724        category="Correctness"
2725        priority="4"
2726        summary="Using hardcoded color"
2727        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2728        errorLine1="        &lt;item name=&quot;*android:successColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2729        errorLine2="                                           ^">
2730        <location
2731            file="res/values/styles.xml"
2732            line="387"
2733            column="44"/>
2734    </issue>
2735
2736    <issue
2737        id="HardCodedColor"
2738        severity="Error"
2739        message="Avoid using hardcoded color"
2740        category="Correctness"
2741        priority="4"
2742        summary="Using hardcoded color"
2743        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2744        errorLine1="        &lt;item name=&quot;strokeColor&quot;>@color/contextual_card_stroke_color&lt;/item>"
2745        errorLine2="                                 ^">
2746        <location
2747            file="res/values/styles.xml"
2748            line="423"
2749            column="34"/>
2750    </issue>
2751
2752    <issue
2753        id="HardCodedColor"
2754        severity="Error"
2755        message="Avoid using hardcoded color"
2756        category="Correctness"
2757        priority="4"
2758        summary="Using hardcoded color"
2759        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2760        errorLine1="        &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
2761        errorLine2="                                       ^">
2762        <location
2763            file="res/values/themes.xml"
2764            line="103"
2765            column="40"/>
2766    </issue>
2767
2768    <issue
2769        id="HardCodedColor"
2770        severity="Error"
2771        message="Avoid using hardcoded color"
2772        category="Correctness"
2773        priority="4"
2774        summary="Using hardcoded color"
2775        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2776        errorLine1="        &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
2777        errorLine2="                                       ^">
2778        <location
2779            file="res/values/themes.xml"
2780            line="103"
2781            column="40"/>
2782    </issue>
2783
2784    <issue
2785        id="HardCodedColor"
2786        severity="Error"
2787        message="Avoid using hardcoded color"
2788        category="Correctness"
2789        priority="4"
2790        summary="Using hardcoded color"
2791        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2792        errorLine1="        &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2793        errorLine2="                                            ^">
2794        <location
2795            file="res/values/themes.xml"
2796            line="171"
2797            column="45"/>
2798    </issue>
2799
2800    <issue
2801        id="HardCodedColor"
2802        severity="Error"
2803        message="Avoid using hardcoded color"
2804        category="Correctness"
2805        priority="4"
2806        summary="Using hardcoded color"
2807        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2808        errorLine1="        &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2809        errorLine2="                                                ^">
2810        <location
2811            file="res/values/themes.xml"
2812            line="172"
2813            column="49"/>
2814    </issue>
2815
2816    <issue
2817        id="HardCodedColor"
2818        severity="Error"
2819        message="Avoid using hardcoded color"
2820        category="Correctness"
2821        priority="4"
2822        summary="Using hardcoded color"
2823        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2824        errorLine1="        &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2825        errorLine2="                                            ^">
2826        <location
2827            file="res/values/themes.xml"
2828            line="180"
2829            column="45"/>
2830    </issue>
2831
2832    <issue
2833        id="HardCodedColor"
2834        severity="Error"
2835        message="Avoid using hardcoded color"
2836        category="Correctness"
2837        priority="4"
2838        summary="Using hardcoded color"
2839        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2840        errorLine1="        &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2841        errorLine2="                                                ^">
2842        <location
2843            file="res/values/themes.xml"
2844            line="181"
2845            column="49"/>
2846    </issue>
2847
2848    <issue
2849        id="HardCodedColor"
2850        severity="Error"
2851        message="Avoid using hardcoded color"
2852        category="Correctness"
2853        priority="4"
2854        summary="Using hardcoded color"
2855        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2856        errorLine1="        &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
2857        errorLine2="                                         ^">
2858        <location
2859            file="res/values/themes.xml"
2860            line="249"
2861            column="42"/>
2862    </issue>
2863
2864    <issue
2865        id="HardCodedColor"
2866        severity="Error"
2867        message="Avoid using hardcoded color"
2868        category="Correctness"
2869        priority="4"
2870        summary="Using hardcoded color"
2871        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2872        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2873        errorLine2="                                       ^">
2874        <location
2875            file="res/values/themes_suw.xml"
2876            line="29"
2877            column="40"/>
2878    </issue>
2879
2880    <issue
2881        id="HardCodedColor"
2882        severity="Error"
2883        message="Avoid using hardcoded color"
2884        category="Correctness"
2885        priority="4"
2886        summary="Using hardcoded color"
2887        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2888        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2889        errorLine2="                                       ^">
2890        <location
2891            file="res/values/themes_suw.xml"
2892            line="48"
2893            column="40"/>
2894    </issue>
2895
2896    <issue
2897        id="HardCodedColor"
2898        severity="Error"
2899        message="Avoid using hardcoded color"
2900        category="Correctness"
2901        priority="4"
2902        summary="Using hardcoded color"
2903        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2904        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2905        errorLine2="                                       ^">
2906        <location
2907            file="res/values/themes_suw.xml"
2908            line="67"
2909            column="40"/>
2910    </issue>
2911
2912    <issue
2913        id="HardCodedColor"
2914        severity="Error"
2915        message="Avoid using hardcoded color"
2916        category="Correctness"
2917        priority="4"
2918        summary="Using hardcoded color"
2919        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2920        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2921        errorLine2="                                       ^">
2922        <location
2923            file="res/values/themes_suw.xml"
2924            line="86"
2925            column="40"/>
2926    </issue>
2927
2928    <issue
2929        id="HardCodedColor"
2930        severity="Error"
2931        message="Avoid using hardcoded color"
2932        category="Correctness"
2933        priority="4"
2934        summary="Using hardcoded color"
2935        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2936        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2937        errorLine2="                                       ^">
2938        <location
2939            file="res/values/themes_suw.xml"
2940            line="105"
2941            column="40"/>
2942    </issue>
2943
2944    <issue
2945        id="HardCodedColor"
2946        severity="Error"
2947        message="Avoid using hardcoded color"
2948        category="Correctness"
2949        priority="4"
2950        summary="Using hardcoded color"
2951        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2952        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2953        errorLine2="                                       ^">
2954        <location
2955            file="res/values/themes_suw.xml"
2956            line="124"
2957            column="40"/>
2958    </issue>
2959
2960    <issue
2961        id="HardCodedColor"
2962        severity="Error"
2963        message="Avoid using hardcoded color"
2964        category="Correctness"
2965        priority="4"
2966        summary="Using hardcoded color"
2967        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2968        errorLine1="        &lt;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
2969        errorLine2="                                          ^">
2970        <location
2971            file="res/values/themes_suw.xml"
2972            line="186"
2973            column="43"/>
2974    </issue>
2975
2976    <issue
2977        id="HardCodedColor"
2978        severity="Error"
2979        message="Avoid using hardcoded color"
2980        category="Correctness"
2981        priority="4"
2982        summary="Using hardcoded color"
2983        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2984        errorLine1="        &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
2985        errorLine2="                                         ^">
2986        <location
2987            file="res/values/themes_suw.xml"
2988            line="187"
2989            column="42"/>
2990    </issue>
2991
2992    <issue
2993        id="HardCodedColor"
2994        severity="Error"
2995        message="Avoid using hardcoded color"
2996        category="Correctness"
2997        priority="4"
2998        summary="Using hardcoded color"
2999        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3000        errorLine1="        &lt;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
3001        errorLine2="                                            ^">
3002        <location
3003            file="res/values/themes_suw.xml"
3004            line="188"
3005            column="45"/>
3006    </issue>
3007
3008    <issue
3009        id="HardCodedColor"
3010        severity="Error"
3011        message="Avoid using hardcoded color"
3012        category="Correctness"
3013        priority="4"
3014        summary="Using hardcoded color"
3015        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3016        errorLine1="          android:background=&quot;@color/divider_color&quot; />"
3017        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3018        <location
3019            file="res/layout/user_info_header.xml"
3020            line="93"
3021            column="11"/>
3022    </issue>
3023
3024    <issue
3025        id="HardCodedColor"
3026        severity="Error"
3027        message="Avoid using hardcoded color"
3028        category="Correctness"
3029        priority="4"
3030        summary="Using hardcoded color"
3031        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3032        errorLine1="    android:background=&quot;@color/gestures_setting_background_color&quot;"
3033        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3034        <location
3035            file="res/layout/video_preference.xml"
3036            line="22"
3037            column="5"/>
3038    </issue>
3039
3040</issues>
3041