• 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;Settings&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="Settings"/>
14    </issue>
15
16    <issue
17        id="LintError"
18        severity="Error"
19        message="No `.class` files were found in project &quot;SettingsAPI&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
20        category="Lint"
21        priority="10"
22        summary="Lint Failure"
23        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.">
24        <location
25            file="SettingsAPI"/>
26    </issue>
27
28    <issue
29        id="LintError"
30        severity="Error"
31        message="No `.class` files were found in project &quot;TwoPanelSettingsLib&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
32        category="Lint"
33        priority="10"
34        summary="Lint Failure"
35        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.">
36        <location
37            file="TwoPanelSettingsLib"/>
38    </issue>
39
40    <issue
41        id="HardCodedColor"
42        severity="Error"
43        message="Avoid using hardcoded color"
44        category="Correctness"
45        priority="4"
46        summary="Using hardcoded color"
47        explanation="Hardcoded 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."
48        errorLine1="    &lt;color name=&quot;normal&quot;>#FFFFFFFF&lt;/color>"
49        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
50        <location
51            file="Settings/res/values/colors.xml"
52            line="18"
53            column="5"/>
54    </issue>
55
56    <issue
57        id="HardCodedColor"
58        severity="Error"
59        message="Avoid using hardcoded color"
60        category="Correctness"
61        priority="4"
62        summary="Using hardcoded color"
63        explanation="Hardcoded 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."
64        errorLine1="    &lt;color name=&quot;background&quot;>#FF707070&lt;/color>"
65        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
66        <location
67            file="Settings/res/values/colors.xml"
68            line="19"
69            column="5"/>
70    </issue>
71
72    <issue
73        id="HardCodedColor"
74        severity="Error"
75        message="Avoid using hardcoded color"
76        category="Correctness"
77        priority="4"
78        summary="Using hardcoded color"
79        explanation="Hardcoded 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."
80        errorLine1="    &lt;color name=&quot;legacy_app_item_background&quot;>#1a000000&lt;/color>"
81        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
82        <location
83            file="Settings/res/values/colors.xml"
84            line="20"
85            column="5"/>
86    </issue>
87
88    <issue
89        id="HardCodedColor"
90        severity="Error"
91        message="Avoid using hardcoded color"
92        category="Correctness"
93        priority="4"
94        summary="Using hardcoded color"
95        explanation="Hardcoded 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."
96        errorLine1="    &lt;color name=&quot;settings_background&quot;>#FF1F292E&lt;/color>"
97        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
98        <location
99            file="Settings/res/values/colors.xml"
100            line="21"
101            column="5"/>
102    </issue>
103
104    <issue
105        id="HardCodedColor"
106        severity="Error"
107        message="Avoid using hardcoded color"
108        category="Correctness"
109        priority="4"
110        summary="Using hardcoded color"
111        explanation="Hardcoded 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."
112        errorLine1="    &lt;color name=&quot;tp_fragment_container_background_color&quot;>#FF1E232C&lt;/color>"
113        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
114        <location
115            file="TwoPanelSettingsLib/res/values/colors.xml"
116            line="21"
117            column="5"/>
118    </issue>
119
120    <issue
121        id="HardCodedColor"
122        severity="Error"
123        message="Avoid using hardcoded color"
124        category="Correctness"
125        priority="4"
126        summary="Using hardcoded color"
127        explanation="Hardcoded 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."
128        errorLine1="    &lt;color name=&quot;lb_preference_decor_list_background&quot;>#FF202124&lt;/color>"
129        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
130        <location
131            file="Settings/res/values/colors.xml"
132            line="22"
133            column="5"/>
134    </issue>
135
136    <issue
137        id="HardCodedColor"
138        severity="Error"
139        message="Avoid using hardcoded color"
140        category="Correctness"
141        priority="4"
142        summary="Using hardcoded color"
143        explanation="Hardcoded 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."
144        errorLine1="    &lt;color name=&quot;tp_preview_panel_background_color&quot;>#FF222730&lt;/color>"
145        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
146        <location
147            file="TwoPanelSettingsLib/res/values/colors.xml"
148            line="22"
149            column="5"/>
150    </issue>
151
152    <issue
153        id="HardCodedColor"
154        severity="Error"
155        message="Avoid using hardcoded color"
156        category="Correctness"
157        priority="4"
158        summary="Using hardcoded color"
159        explanation="Hardcoded 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."
160        errorLine1="    &lt;color name=&quot;storage_avail&quot;>#333333&lt;/color>"
161        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
162        <location
163            file="Settings/res/values/colors.xml"
164            line="23"
165            column="5"/>
166    </issue>
167
168    <issue
169        id="HardCodedColor"
170        severity="Error"
171        message="Avoid using hardcoded color"
172        category="Correctness"
173        priority="4"
174        summary="Using hardcoded color"
175        explanation="Hardcoded 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."
176        errorLine1="    &lt;color name=&quot;tp_preference_panel_background_color&quot;>#FF1E232C&lt;/color>"
177        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
178        <location
179            file="TwoPanelSettingsLib/res/values/colors.xml"
180            line="23"
181            column="5"/>
182    </issue>
183
184    <issue
185        id="HardCodedColor"
186        severity="Error"
187        message="Avoid using hardcoded color"
188        category="Correctness"
189        priority="4"
190        summary="Using hardcoded color"
191        explanation="Hardcoded 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."
192        errorLine1="    &lt;color name=&quot;storage_apps_usage&quot;>#77831A&lt;/color>"
193        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
194        <location
195            file="Settings/res/values/colors.xml"
196            line="24"
197            column="5"/>
198    </issue>
199
200    <issue
201        id="HardCodedColor"
202        severity="Error"
203        message="Avoid using hardcoded color"
204        category="Correctness"
205        priority="4"
206        summary="Using hardcoded color"
207        explanation="Hardcoded 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."
208        errorLine1="    &lt;color name=&quot;storage_downloads&quot;>#476093&lt;/color>"
209        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
210        <location
211            file="Settings/res/values/colors.xml"
212            line="25"
213            column="5"/>
214    </issue>
215
216    <issue
217        id="HardCodedColor"
218        severity="Error"
219        message="Avoid using hardcoded color"
220        category="Correctness"
221        priority="4"
222        summary="Using hardcoded color"
223        explanation="Hardcoded 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."
224        errorLine1="    &lt;color name=&quot;tp_preference_item_primary_text_focused_color&quot;>#FF0E0E0F&lt;/color>"
225        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
226        <location
227            file="TwoPanelSettingsLib/res/values/colors.xml"
228            line="25"
229            column="5"/>
230    </issue>
231
232    <issue
233        id="HardCodedColor"
234        severity="Error"
235        message="Avoid using hardcoded color"
236        category="Correctness"
237        priority="4"
238        summary="Using hardcoded color"
239        explanation="Hardcoded 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."
240        errorLine1="    &lt;color name=&quot;storage_dcim&quot;>#793A7F&lt;/color>"
241        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
242        <location
243            file="Settings/res/values/colors.xml"
244            line="26"
245            column="5"/>
246    </issue>
247
248    <issue
249        id="HardCodedColor"
250        severity="Error"
251        message="Avoid using hardcoded color"
252        category="Correctness"
253        priority="4"
254        summary="Using hardcoded color"
255        explanation="Hardcoded 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."
256        errorLine1="    &lt;color name=&quot;tp_preference_item_primary_text_disabled_color&quot;>#FF9AA0A6&lt;/color>"
257        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
258        <location
259            file="TwoPanelSettingsLib/res/values/colors.xml"
260            line="26"
261            column="5"/>
262    </issue>
263
264    <issue
265        id="HardCodedColor"
266        severity="Error"
267        message="Avoid using hardcoded color"
268        category="Correctness"
269        priority="4"
270        summary="Using hardcoded color"
271        explanation="Hardcoded 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."
272        errorLine1="    &lt;color name=&quot;storage_music&quot;>#8E562A&lt;/color>"
273        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
274        <location
275            file="Settings/res/values/colors.xml"
276            line="27"
277            column="5"/>
278    </issue>
279
280    <issue
281        id="HardCodedColor"
282        severity="Error"
283        message="Avoid using hardcoded color"
284        category="Correctness"
285        priority="4"
286        summary="Using hardcoded color"
287        explanation="Hardcoded 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."
288        errorLine1="    &lt;color name=&quot;tp_preference_item_primary_text_default_color&quot;>#FFE8EAED&lt;/color>"
289        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
290        <location
291            file="TwoPanelSettingsLib/res/values/colors.xml"
292            line="27"
293            column="5"/>
294    </issue>
295
296    <issue
297        id="HardCodedColor"
298        severity="Error"
299        message="Avoid using hardcoded color"
300        category="Correctness"
301        priority="4"
302        summary="Using hardcoded color"
303        explanation="Hardcoded 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."
304        errorLine1="    &lt;color name=&quot;storage_cache&quot;>#479392&lt;/color>"
305        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
306        <location
307            file="Settings/res/values/colors.xml"
308            line="28"
309            column="5"/>
310    </issue>
311
312    <issue
313        id="HardCodedColor"
314        severity="Error"
315        message="Avoid using hardcoded color"
316        category="Correctness"
317        priority="4"
318        summary="Using hardcoded color"
319        explanation="Hardcoded 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."
320        errorLine1="    &lt;color name=&quot;storage_misc&quot;>#7C3030&lt;/color>"
321        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
322        <location
323            file="Settings/res/values/colors.xml"
324            line="29"
325            column="5"/>
326    </issue>
327
328    <issue
329        id="HardCodedColor"
330        severity="Error"
331        message="Avoid using hardcoded color"
332        category="Correctness"
333        priority="4"
334        summary="Using hardcoded color"
335        explanation="Hardcoded 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."
336        errorLine1="    &lt;color name=&quot;tp_preference_item_secondary_text_focused_color&quot;>#990E0E0F&lt;/color>"
337        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
338        <location
339            file="TwoPanelSettingsLib/res/values/colors.xml"
340            line="29"
341            column="5"/>
342    </issue>
343
344    <issue
345        id="HardCodedColor"
346        severity="Error"
347        message="Avoid using hardcoded color"
348        category="Correctness"
349        priority="4"
350        summary="Using hardcoded color"
351        explanation="Hardcoded 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."
352        errorLine1="    &lt;color name=&quot;tp_preference_item_secondary_text_disabled_color&quot;>#FF9AA0A6&lt;/color>"
353        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
354        <location
355            file="TwoPanelSettingsLib/res/values/colors.xml"
356            line="30"
357            column="5"/>
358    </issue>
359
360    <issue
361        id="HardCodedColor"
362        severity="Error"
363        message="Avoid using hardcoded color"
364        category="Correctness"
365        priority="4"
366        summary="Using hardcoded color"
367        explanation="Hardcoded 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."
368        errorLine1="    &lt;color name=&quot;icon_background&quot;>#FF4A4F51&lt;/color>"
369        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
370        <location
371            file="Settings/res/values/colors.xml"
372            line="31"
373            column="5"/>
374    </issue>
375
376    <issue
377        id="HardCodedColor"
378        severity="Error"
379        message="Avoid using hardcoded color"
380        category="Correctness"
381        priority="4"
382        summary="Using hardcoded color"
383        explanation="Hardcoded 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."
384        errorLine1="    &lt;color name=&quot;tp_preference_item_secondary_text_default_color&quot;>#99E8EAED&lt;/color>"
385        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
386        <location
387            file="TwoPanelSettingsLib/res/values/colors.xml"
388            line="31"
389            column="5"/>
390    </issue>
391
392    <issue
393        id="HardCodedColor"
394        severity="Error"
395        message="Avoid using hardcoded color"
396        category="Correctness"
397        priority="4"
398        summary="Using hardcoded color"
399        explanation="Hardcoded 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."
400        errorLine1="    &lt;color name=&quot;add_accessory_hint_text_color&quot;>#FFE0E0E0&lt;/color>"
401        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
402        <location
403            file="Settings/res/values/colors.xml"
404            line="32"
405            column="5"/>
406    </issue>
407
408    <issue
409        id="HardCodedColor"
410        severity="Error"
411        message="Avoid using hardcoded color"
412        category="Correctness"
413        priority="4"
414        summary="Using hardcoded color"
415        explanation="Hardcoded 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."
416        errorLine1="    &lt;color name=&quot;captioning_color_FFFFFF&quot;>#FFFFFFFF&lt;/color>"
417        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
418        <location
419            file="Settings/res/values/colors.xml"
420            line="33"
421            column="5"/>
422    </issue>
423
424    <issue
425        id="HardCodedColor"
426        severity="Error"
427        message="Avoid using hardcoded color"
428        category="Correctness"
429        priority="4"
430        summary="Using hardcoded color"
431        explanation="Hardcoded 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."
432        errorLine1="    &lt;color name=&quot;tp_preference_category_text_color&quot;>#FF9AA0A6&lt;/color>"
433        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
434        <location
435            file="TwoPanelSettingsLib/res/values/colors.xml"
436            line="33"
437            column="5"/>
438    </issue>
439
440    <issue
441        id="HardCodedColor"
442        severity="Error"
443        message="Avoid using hardcoded color"
444        category="Correctness"
445        priority="4"
446        summary="Using hardcoded color"
447        explanation="Hardcoded 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."
448        errorLine1="    &lt;color name=&quot;captioning_color_000000&quot;>#FF000000&lt;/color>"
449        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
450        <location
451            file="Settings/res/values/colors.xml"
452            line="34"
453            column="5"/>
454    </issue>
455
456    <issue
457        id="HardCodedColor"
458        severity="Error"
459        message="Avoid using hardcoded color"
460        category="Correctness"
461        priority="4"
462        summary="Using hardcoded color"
463        explanation="Hardcoded 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."
464        errorLine1="    &lt;color name=&quot;tp_preference_decor_title_text_color&quot;>#FFE8EAED&lt;/color>"
465        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
466        <location
467            file="TwoPanelSettingsLib/res/values/colors.xml"
468            line="34"
469            column="5"/>
470    </issue>
471
472    <issue
473        id="HardCodedColor"
474        severity="Error"
475        message="Avoid using hardcoded color"
476        category="Correctness"
477        priority="4"
478        summary="Using hardcoded color"
479        explanation="Hardcoded 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."
480        errorLine1="    &lt;color name=&quot;captioning_color_FF0000&quot;>#FFFF0000&lt;/color>"
481        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
482        <location
483            file="Settings/res/values/colors.xml"
484            line="35"
485            column="5"/>
486    </issue>
487
488    <issue
489        id="HardCodedColor"
490        severity="Error"
491        message="Avoid using hardcoded color"
492        category="Correctness"
493        priority="4"
494        summary="Using hardcoded color"
495        explanation="Hardcoded 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."
496        errorLine1="    &lt;color name=&quot;captioning_color_FFFF00&quot;>#FFFFFF00&lt;/color>"
497        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
498        <location
499            file="Settings/res/values/colors.xml"
500            line="36"
501            column="5"/>
502    </issue>
503
504    <issue
505        id="HardCodedColor"
506        severity="Error"
507        message="Avoid using hardcoded color"
508        category="Correctness"
509        priority="4"
510        summary="Using hardcoded color"
511        explanation="Hardcoded 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."
512        errorLine1="    &lt;color name=&quot;tp_preference_item_icon_focused_background_color&quot;>#FFD3E0F5&lt;/color>"
513        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
514        <location
515            file="TwoPanelSettingsLib/res/values/colors.xml"
516            line="36"
517            column="5"/>
518    </issue>
519
520    <issue
521        id="HardCodedColor"
522        severity="Error"
523        message="Avoid using hardcoded color"
524        category="Correctness"
525        priority="4"
526        summary="Using hardcoded color"
527        explanation="Hardcoded 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."
528        errorLine1="    &lt;color name=&quot;captioning_color_00FF00&quot;>#FF00FF00&lt;/color>"
529        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
530        <location
531            file="Settings/res/values/colors.xml"
532            line="37"
533            column="5"/>
534    </issue>
535
536    <issue
537        id="HardCodedColor"
538        severity="Error"
539        message="Avoid using hardcoded color"
540        category="Correctness"
541        priority="4"
542        summary="Using hardcoded color"
543        explanation="Hardcoded 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."
544        errorLine1="    &lt;color name=&quot;tp_preference_item_icon_default_background_color&quot;>#FF263041&lt;/color>"
545        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
546        <location
547            file="TwoPanelSettingsLib/res/values/colors.xml"
548            line="37"
549            column="5"/>
550    </issue>
551
552    <issue
553        id="HardCodedColor"
554        severity="Error"
555        message="Avoid using hardcoded color"
556        category="Correctness"
557        priority="4"
558        summary="Using hardcoded color"
559        explanation="Hardcoded 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."
560        errorLine1="    &lt;color name=&quot;captioning_color_00FFFF&quot;>#FF00FFFF&lt;/color>"
561        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
562        <location
563            file="Settings/res/values/colors.xml"
564            line="38"
565            column="5"/>
566    </issue>
567
568    <issue
569        id="HardCodedColor"
570        severity="Error"
571        message="Avoid using hardcoded color"
572        category="Correctness"
573        priority="4"
574        summary="Using hardcoded color"
575        explanation="Hardcoded 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."
576        errorLine1="    &lt;color name=&quot;captioning_color_0000FF&quot;>#FF0000FF&lt;/color>"
577        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
578        <location
579            file="Settings/res/values/colors.xml"
580            line="39"
581            column="5"/>
582    </issue>
583
584    <issue
585        id="HardCodedColor"
586        severity="Error"
587        message="Avoid using hardcoded color"
588        category="Correctness"
589        priority="4"
590        summary="Using hardcoded color"
591        explanation="Hardcoded 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."
592        errorLine1="    &lt;color name=&quot;tp_preference_switch_thumb_on_default_color&quot;>#FF3B78E7&lt;/color>"
593        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
594        <location
595            file="TwoPanelSettingsLib/res/values/colors.xml"
596            line="39"
597            column="5"/>
598    </issue>
599
600    <issue
601        id="HardCodedColor"
602        severity="Error"
603        message="Avoid using hardcoded color"
604        category="Correctness"
605        priority="4"
606        summary="Using hardcoded color"
607        explanation="Hardcoded 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."
608        errorLine1="    &lt;color name=&quot;captioning_color_FF00FF&quot;>#FFFF00FF&lt;/color>"
609        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
610        <location
611            file="Settings/res/values/colors.xml"
612            line="40"
613            column="5"/>
614    </issue>
615
616    <issue
617        id="HardCodedColor"
618        severity="Error"
619        message="Avoid using hardcoded color"
620        category="Correctness"
621        priority="4"
622        summary="Using hardcoded color"
623        explanation="Hardcoded 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."
624        errorLine1="    &lt;color name=&quot;tp_preference_switch_thumb_off_default_color&quot;>#FFFAFAFA&lt;/color>"
625        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
626        <location
627            file="TwoPanelSettingsLib/res/values/colors.xml"
628            line="40"
629            column="5"/>
630    </issue>
631
632    <issue
633        id="HardCodedColor"
634        severity="Error"
635        message="Avoid using hardcoded color"
636        category="Correctness"
637        priority="4"
638        summary="Using hardcoded color"
639        explanation="Hardcoded 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."
640        errorLine1="    &lt;color name=&quot;captioning_color_000055&quot;>#FF000055&lt;/color>"
641        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
642        <location
643            file="Settings/res/values/colors.xml"
644            line="41"
645            column="5"/>
646    </issue>
647
648    <issue
649        id="HardCodedColor"
650        severity="Error"
651        message="Avoid using hardcoded color"
652        category="Correctness"
653        priority="4"
654        summary="Using hardcoded color"
655        explanation="Hardcoded 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."
656        errorLine1="    &lt;color name=&quot;tp_preference_switch_track_on_default_color&quot;>#FF87ADF1&lt;/color>"
657        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
658        <location
659            file="TwoPanelSettingsLib/res/values/colors.xml"
660            line="41"
661            column="5"/>
662    </issue>
663
664    <issue
665        id="HardCodedColor"
666        severity="Error"
667        message="Avoid using hardcoded color"
668        category="Correctness"
669        priority="4"
670        summary="Using hardcoded color"
671        explanation="Hardcoded 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."
672        errorLine1="    &lt;color name=&quot;captioning_color_0000AA&quot;>#FF0000AA&lt;/color>"
673        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
674        <location
675            file="Settings/res/values/colors.xml"
676            line="42"
677            column="5"/>
678    </issue>
679
680    <issue
681        id="HardCodedColor"
682        severity="Error"
683        message="Avoid using hardcoded color"
684        category="Correctness"
685        priority="4"
686        summary="Using hardcoded color"
687        explanation="Hardcoded 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."
688        errorLine1="    &lt;color name=&quot;tp_preference_switch_track_off_default_color&quot;>#FF9CA8BA&lt;/color>"
689        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
690        <location
691            file="TwoPanelSettingsLib/res/values/colors.xml"
692            line="42"
693            column="5"/>
694    </issue>
695
696    <issue
697        id="HardCodedColor"
698        severity="Error"
699        message="Avoid using hardcoded color"
700        category="Correctness"
701        priority="4"
702        summary="Using hardcoded color"
703        explanation="Hardcoded 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."
704        errorLine1="    &lt;color name=&quot;captioning_color_005500&quot;>#FF005500&lt;/color>"
705        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
706        <location
707            file="Settings/res/values/colors.xml"
708            line="43"
709            column="5"/>
710    </issue>
711
712    <issue
713        id="HardCodedColor"
714        severity="Error"
715        message="Avoid using hardcoded color"
716        category="Correctness"
717        priority="4"
718        summary="Using hardcoded color"
719        explanation="Hardcoded 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."
720        errorLine1="    &lt;color name=&quot;captioning_color_005555&quot;>#FF005555&lt;/color>"
721        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
722        <location
723            file="Settings/res/values/colors.xml"
724            line="44"
725            column="5"/>
726    </issue>
727
728    <issue
729        id="HardCodedColor"
730        severity="Error"
731        message="Avoid using hardcoded color"
732        category="Correctness"
733        priority="4"
734        summary="Using hardcoded color"
735        explanation="Hardcoded 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."
736        errorLine1="    &lt;color name=&quot;tp_preference_switch_thumb_disabled_color&quot;>#FFBDBDBD&lt;/color>"
737        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
738        <location
739            file="TwoPanelSettingsLib/res/values/colors.xml"
740            line="44"
741            column="5"/>
742    </issue>
743
744    <issue
745        id="HardCodedColor"
746        severity="Error"
747        message="Avoid using hardcoded color"
748        category="Correctness"
749        priority="4"
750        summary="Using hardcoded color"
751        explanation="Hardcoded 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."
752        errorLine1="    &lt;color name=&quot;captioning_color_0055AA&quot;>#FF0055AA&lt;/color>"
753        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
754        <location
755            file="Settings/res/values/colors.xml"
756            line="45"
757            column="5"/>
758    </issue>
759
760    <issue
761        id="HardCodedColor"
762        severity="Error"
763        message="Avoid using hardcoded color"
764        category="Correctness"
765        priority="4"
766        summary="Using hardcoded color"
767        explanation="Hardcoded 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."
768        errorLine1="    &lt;color name=&quot;tp_preference_switch_track_disabled_color&quot;>#FFBDC1C6&lt;/color>"
769        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
770        <location
771            file="TwoPanelSettingsLib/res/values/colors.xml"
772            line="45"
773            column="5"/>
774    </issue>
775
776    <issue
777        id="HardCodedColor"
778        severity="Error"
779        message="Avoid using hardcoded color"
780        category="Correctness"
781        priority="4"
782        summary="Using hardcoded color"
783        explanation="Hardcoded 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."
784        errorLine1="    &lt;color name=&quot;captioning_color_0055FF&quot;>#FF0055FF&lt;/color>"
785        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
786        <location
787            file="Settings/res/values/colors.xml"
788            line="46"
789            column="5"/>
790    </issue>
791
792    <issue
793        id="HardCodedColor"
794        severity="Error"
795        message="Avoid using hardcoded color"
796        category="Correctness"
797        priority="4"
798        summary="Using hardcoded color"
799        explanation="Hardcoded 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."
800        errorLine1="    &lt;color name=&quot;captioning_color_00AA00&quot;>#FF00AA00&lt;/color>"
801        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
802        <location
803            file="Settings/res/values/colors.xml"
804            line="47"
805            column="5"/>
806    </issue>
807
808    <issue
809        id="HardCodedColor"
810        severity="Error"
811        message="Avoid using hardcoded color"
812        category="Correctness"
813        priority="4"
814        summary="Using hardcoded color"
815        explanation="Hardcoded 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."
816        errorLine1="    &lt;color name=&quot;tp_preference_wifi_signal_lock_focused&quot;>#5F6368&lt;/color>"
817        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
818        <location
819            file="TwoPanelSettingsLib/res/values/colors.xml"
820            line="47"
821            column="5"/>
822    </issue>
823
824    <issue
825        id="HardCodedColor"
826        severity="Error"
827        message="Avoid using hardcoded color"
828        category="Correctness"
829        priority="4"
830        summary="Using hardcoded color"
831        explanation="Hardcoded 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."
832        errorLine1="    &lt;color name=&quot;captioning_color_00AA55&quot;>#FF00AA55&lt;/color>"
833        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
834        <location
835            file="Settings/res/values/colors.xml"
836            line="48"
837            column="5"/>
838    </issue>
839
840    <issue
841        id="HardCodedColor"
842        severity="Error"
843        message="Avoid using hardcoded color"
844        category="Correctness"
845        priority="4"
846        summary="Using hardcoded color"
847        explanation="Hardcoded 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."
848        errorLine1="    &lt;color name=&quot;tp_preference_wifi_signal_lock_unfocused&quot;>#F8F9FA&lt;/color>"
849        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
850        <location
851            file="TwoPanelSettingsLib/res/values/colors.xml"
852            line="48"
853            column="5"/>
854    </issue>
855
856    <issue
857        id="HardCodedColor"
858        severity="Error"
859        message="Avoid using hardcoded color"
860        category="Correctness"
861        priority="4"
862        summary="Using hardcoded color"
863        explanation="Hardcoded 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."
864        errorLine1="    &lt;color name=&quot;captioning_color_00AAAA&quot;>#FF00AAAA&lt;/color>"
865        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
866        <location
867            file="Settings/res/values/colors.xml"
868            line="49"
869            column="5"/>
870    </issue>
871
872    <issue
873        id="HardCodedColor"
874        severity="Error"
875        message="Avoid using hardcoded color"
876        category="Correctness"
877        priority="4"
878        summary="Using hardcoded color"
879        explanation="Hardcoded 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."
880        errorLine1="    &lt;color name=&quot;captioning_color_00AAFF&quot;>#FF00AAFF&lt;/color>"
881        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
882        <location
883            file="Settings/res/values/colors.xml"
884            line="50"
885            column="5"/>
886    </issue>
887
888    <issue
889        id="HardCodedColor"
890        severity="Error"
891        message="Avoid using hardcoded color"
892        category="Correctness"
893        priority="4"
894        summary="Using hardcoded color"
895        explanation="Hardcoded 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."
896        errorLine1="    &lt;color name=&quot;info_separator&quot;>#FF323232&lt;/color>"
897        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
898        <location
899            file="TwoPanelSettingsLib/res/values/colors.xml"
900            line="50"
901            column="5"/>
902    </issue>
903
904    <issue
905        id="HardCodedColor"
906        severity="Error"
907        message="Avoid using hardcoded color"
908        category="Correctness"
909        priority="4"
910        summary="Using hardcoded color"
911        explanation="Hardcoded 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."
912        errorLine1="    &lt;color name=&quot;captioning_color_00FF55&quot;>#FF00FF55&lt;/color>"
913        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
914        <location
915            file="Settings/res/values/colors.xml"
916            line="51"
917            column="5"/>
918    </issue>
919
920    <issue
921        id="HardCodedColor"
922        severity="Error"
923        message="Avoid using hardcoded color"
924        category="Correctness"
925        priority="4"
926        summary="Using hardcoded color"
927        explanation="Hardcoded 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."
928        errorLine1="    &lt;color name=&quot;info_title_text_color&quot;>#FFFFFFFF&lt;/color>"
929        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
930        <location
931            file="TwoPanelSettingsLib/res/values/colors.xml"
932            line="51"
933            column="5"/>
934    </issue>
935
936    <issue
937        id="HardCodedColor"
938        severity="Error"
939        message="Avoid using hardcoded color"
940        category="Correctness"
941        priority="4"
942        summary="Using hardcoded color"
943        explanation="Hardcoded 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."
944        errorLine1="    &lt;color name=&quot;captioning_color_00FFAA&quot;>#FF00FFAA&lt;/color>"
945        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
946        <location
947            file="Settings/res/values/colors.xml"
948            line="52"
949            column="5"/>
950    </issue>
951
952    <issue
953        id="HardCodedColor"
954        severity="Error"
955        message="Avoid using hardcoded color"
956        category="Correctness"
957        priority="4"
958        summary="Using hardcoded color"
959        explanation="Hardcoded 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."
960        errorLine1="    &lt;color name=&quot;info_status_on&quot;>#FF5BB974&lt;/color>"
961        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
962        <location
963            file="TwoPanelSettingsLib/res/values/colors.xml"
964            line="52"
965            column="5"/>
966    </issue>
967
968    <issue
969        id="HardCodedColor"
970        severity="Error"
971        message="Avoid using hardcoded color"
972        category="Correctness"
973        priority="4"
974        summary="Using hardcoded color"
975        explanation="Hardcoded 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."
976        errorLine1="    &lt;color name=&quot;captioning_color_550000&quot;>#FF550000&lt;/color>"
977        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
978        <location
979            file="Settings/res/values/colors.xml"
980            line="53"
981            column="5"/>
982    </issue>
983
984    <issue
985        id="HardCodedColor"
986        severity="Error"
987        message="Avoid using hardcoded color"
988        category="Correctness"
989        priority="4"
990        summary="Using hardcoded color"
991        explanation="Hardcoded 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."
992        errorLine1="    &lt;color name=&quot;info_status_off&quot;>#FFEE675C&lt;/color>"
993        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
994        <location
995            file="TwoPanelSettingsLib/res/values/colors.xml"
996            line="53"
997            column="5"/>
998    </issue>
999
1000    <issue
1001        id="HardCodedColor"
1002        severity="Error"
1003        message="Avoid using hardcoded color"
1004        category="Correctness"
1005        priority="4"
1006        summary="Using hardcoded color"
1007        explanation="Hardcoded 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."
1008        errorLine1="    &lt;color name=&quot;captioning_color_550055&quot;>#FF550055&lt;/color>"
1009        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1010        <location
1011            file="Settings/res/values/colors.xml"
1012            line="54"
1013            column="5"/>
1014    </issue>
1015
1016    <issue
1017        id="HardCodedColor"
1018        severity="Error"
1019        message="Avoid using hardcoded color"
1020        category="Correctness"
1021        priority="4"
1022        summary="Using hardcoded color"
1023        explanation="Hardcoded 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."
1024        errorLine1="    &lt;color name=&quot;captioning_color_5500AA&quot;>#FF5500AA&lt;/color>"
1025        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1026        <location
1027            file="Settings/res/values/colors.xml"
1028            line="55"
1029            column="5"/>
1030    </issue>
1031
1032    <issue
1033        id="HardCodedColor"
1034        severity="Error"
1035        message="Avoid using hardcoded color"
1036        category="Correctness"
1037        priority="4"
1038        summary="Using hardcoded color"
1039        explanation="Hardcoded 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."
1040        errorLine1="    &lt;color name=&quot;captioning_color_5500FF&quot;>#FF5500FF&lt;/color>"
1041        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1042        <location
1043            file="Settings/res/values/colors.xml"
1044            line="56"
1045            column="5"/>
1046    </issue>
1047
1048    <issue
1049        id="HardCodedColor"
1050        severity="Error"
1051        message="Avoid using hardcoded color"
1052        category="Correctness"
1053        priority="4"
1054        summary="Using hardcoded color"
1055        explanation="Hardcoded 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."
1056        errorLine1="    &lt;color name=&quot;captioning_color_555500&quot;>#FF555500&lt;/color>"
1057        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1058        <location
1059            file="Settings/res/values/colors.xml"
1060            line="57"
1061            column="5"/>
1062    </issue>
1063
1064    <issue
1065        id="HardCodedColor"
1066        severity="Error"
1067        message="Avoid using hardcoded color"
1068        category="Correctness"
1069        priority="4"
1070        summary="Using hardcoded color"
1071        explanation="Hardcoded 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."
1072        errorLine1="    &lt;color name=&quot;captioning_color_555555&quot;>#FF555555&lt;/color>"
1073        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1074        <location
1075            file="Settings/res/values/colors.xml"
1076            line="58"
1077            column="5"/>
1078    </issue>
1079
1080    <issue
1081        id="HardCodedColor"
1082        severity="Error"
1083        message="Avoid using hardcoded color"
1084        category="Correctness"
1085        priority="4"
1086        summary="Using hardcoded color"
1087        explanation="Hardcoded 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."
1088        errorLine1="    &lt;color name=&quot;captioning_color_5555AA&quot;>#FF5555AA&lt;/color>"
1089        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1090        <location
1091            file="Settings/res/values/colors.xml"
1092            line="59"
1093            column="5"/>
1094    </issue>
1095
1096    <issue
1097        id="HardCodedColor"
1098        severity="Error"
1099        message="Avoid using hardcoded color"
1100        category="Correctness"
1101        priority="4"
1102        summary="Using hardcoded color"
1103        explanation="Hardcoded 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."
1104        errorLine1="    &lt;color name=&quot;captioning_color_5555FF&quot;>#FF5555FF&lt;/color>"
1105        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1106        <location
1107            file="Settings/res/values/colors.xml"
1108            line="60"
1109            column="5"/>
1110    </issue>
1111
1112    <issue
1113        id="HardCodedColor"
1114        severity="Error"
1115        message="Avoid using hardcoded color"
1116        category="Correctness"
1117        priority="4"
1118        summary="Using hardcoded color"
1119        explanation="Hardcoded 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."
1120        errorLine1="    &lt;color name=&quot;captioning_color_55AA00&quot;>#FF55AA00&lt;/color>"
1121        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1122        <location
1123            file="Settings/res/values/colors.xml"
1124            line="61"
1125            column="5"/>
1126    </issue>
1127
1128    <issue
1129        id="HardCodedColor"
1130        severity="Error"
1131        message="Avoid using hardcoded color"
1132        category="Correctness"
1133        priority="4"
1134        summary="Using hardcoded color"
1135        explanation="Hardcoded 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."
1136        errorLine1="    &lt;color name=&quot;captioning_color_55AA55&quot;>#FF55AA55&lt;/color>"
1137        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1138        <location
1139            file="Settings/res/values/colors.xml"
1140            line="62"
1141            column="5"/>
1142    </issue>
1143
1144    <issue
1145        id="HardCodedColor"
1146        severity="Error"
1147        message="Avoid using hardcoded color"
1148        category="Correctness"
1149        priority="4"
1150        summary="Using hardcoded color"
1151        explanation="Hardcoded 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."
1152        errorLine1="    &lt;color name=&quot;captioning_color_55AAAA&quot;>#FF55AAAA&lt;/color>"
1153        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1154        <location
1155            file="Settings/res/values/colors.xml"
1156            line="63"
1157            column="5"/>
1158    </issue>
1159
1160    <issue
1161        id="HardCodedColor"
1162        severity="Error"
1163        message="Avoid using hardcoded color"
1164        category="Correctness"
1165        priority="4"
1166        summary="Using hardcoded color"
1167        explanation="Hardcoded 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."
1168        errorLine1="    &lt;color name=&quot;captioning_color_55AAFF&quot;>#FF55AAFF&lt;/color>"
1169        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1170        <location
1171            file="Settings/res/values/colors.xml"
1172            line="64"
1173            column="5"/>
1174    </issue>
1175
1176    <issue
1177        id="HardCodedColor"
1178        severity="Error"
1179        message="Avoid using hardcoded color"
1180        category="Correctness"
1181        priority="4"
1182        summary="Using hardcoded color"
1183        explanation="Hardcoded 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."
1184        errorLine1="    &lt;color name=&quot;captioning_color_55FF00&quot;>#FF55FF00&lt;/color>"
1185        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1186        <location
1187            file="Settings/res/values/colors.xml"
1188            line="65"
1189            column="5"/>
1190    </issue>
1191
1192    <issue
1193        id="HardCodedColor"
1194        severity="Error"
1195        message="Avoid using hardcoded color"
1196        category="Correctness"
1197        priority="4"
1198        summary="Using hardcoded color"
1199        explanation="Hardcoded 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."
1200        errorLine1="    &lt;color name=&quot;captioning_color_55FF55&quot;>#FF55FF55&lt;/color>"
1201        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1202        <location
1203            file="Settings/res/values/colors.xml"
1204            line="66"
1205            column="5"/>
1206    </issue>
1207
1208    <issue
1209        id="HardCodedColor"
1210        severity="Error"
1211        message="Avoid using hardcoded color"
1212        category="Correctness"
1213        priority="4"
1214        summary="Using hardcoded color"
1215        explanation="Hardcoded 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."
1216        errorLine1="    &lt;color name=&quot;captioning_color_55FFAA&quot;>#FF55FFAA&lt;/color>"
1217        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1218        <location
1219            file="Settings/res/values/colors.xml"
1220            line="67"
1221            column="5"/>
1222    </issue>
1223
1224    <issue
1225        id="HardCodedColor"
1226        severity="Error"
1227        message="Avoid using hardcoded color"
1228        category="Correctness"
1229        priority="4"
1230        summary="Using hardcoded color"
1231        explanation="Hardcoded 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."
1232        errorLine1="    &lt;color name=&quot;captioning_color_55FFFF&quot;>#FF55FFFF&lt;/color>"
1233        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1234        <location
1235            file="Settings/res/values/colors.xml"
1236            line="68"
1237            column="5"/>
1238    </issue>
1239
1240    <issue
1241        id="HardCodedColor"
1242        severity="Error"
1243        message="Avoid using hardcoded color"
1244        category="Correctness"
1245        priority="4"
1246        summary="Using hardcoded color"
1247        explanation="Hardcoded 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."
1248        errorLine1="    &lt;color name=&quot;captioning_color_AA0000&quot;>#FFAA0000&lt;/color>"
1249        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1250        <location
1251            file="Settings/res/values/colors.xml"
1252            line="69"
1253            column="5"/>
1254    </issue>
1255
1256    <issue
1257        id="HardCodedColor"
1258        severity="Error"
1259        message="Avoid using hardcoded color"
1260        category="Correctness"
1261        priority="4"
1262        summary="Using hardcoded color"
1263        explanation="Hardcoded 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."
1264        errorLine1="    &lt;color name=&quot;captioning_color_AA0055&quot;>#FFAA0055&lt;/color>"
1265        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1266        <location
1267            file="Settings/res/values/colors.xml"
1268            line="70"
1269            column="5"/>
1270    </issue>
1271
1272    <issue
1273        id="HardCodedColor"
1274        severity="Error"
1275        message="Avoid using hardcoded color"
1276        category="Correctness"
1277        priority="4"
1278        summary="Using hardcoded color"
1279        explanation="Hardcoded 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."
1280        errorLine1="    &lt;color name=&quot;captioning_color_AA00AA&quot;>#FFAA00AA&lt;/color>"
1281        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1282        <location
1283            file="Settings/res/values/colors.xml"
1284            line="71"
1285            column="5"/>
1286    </issue>
1287
1288    <issue
1289        id="HardCodedColor"
1290        severity="Error"
1291        message="Avoid using hardcoded color"
1292        category="Correctness"
1293        priority="4"
1294        summary="Using hardcoded color"
1295        explanation="Hardcoded 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."
1296        errorLine1="    &lt;color name=&quot;captioning_color_AA00FF&quot;>#FFAA00FF&lt;/color>"
1297        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1298        <location
1299            file="Settings/res/values/colors.xml"
1300            line="72"
1301            column="5"/>
1302    </issue>
1303
1304    <issue
1305        id="HardCodedColor"
1306        severity="Error"
1307        message="Avoid using hardcoded color"
1308        category="Correctness"
1309        priority="4"
1310        summary="Using hardcoded color"
1311        explanation="Hardcoded 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."
1312        errorLine1="    &lt;color name=&quot;captioning_color_AA5500&quot;>#FFAA5500&lt;/color>"
1313        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1314        <location
1315            file="Settings/res/values/colors.xml"
1316            line="73"
1317            column="5"/>
1318    </issue>
1319
1320    <issue
1321        id="HardCodedColor"
1322        severity="Error"
1323        message="Avoid using hardcoded color"
1324        category="Correctness"
1325        priority="4"
1326        summary="Using hardcoded color"
1327        explanation="Hardcoded 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."
1328        errorLine1="    &lt;color name=&quot;captioning_color_AA5555&quot;>#FFAA5555&lt;/color>"
1329        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1330        <location
1331            file="Settings/res/values/colors.xml"
1332            line="74"
1333            column="5"/>
1334    </issue>
1335
1336    <issue
1337        id="HardCodedColor"
1338        severity="Error"
1339        message="Avoid using hardcoded color"
1340        category="Correctness"
1341        priority="4"
1342        summary="Using hardcoded color"
1343        explanation="Hardcoded 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."
1344        errorLine1="    &lt;color name=&quot;captioning_color_AA55AA&quot;>#FFAA55AA&lt;/color>"
1345        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1346        <location
1347            file="Settings/res/values/colors.xml"
1348            line="75"
1349            column="5"/>
1350    </issue>
1351
1352    <issue
1353        id="HardCodedColor"
1354        severity="Error"
1355        message="Avoid using hardcoded color"
1356        category="Correctness"
1357        priority="4"
1358        summary="Using hardcoded color"
1359        explanation="Hardcoded 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."
1360        errorLine1="    &lt;color name=&quot;captioning_color_AA55FF&quot;>#FFAA55FF&lt;/color>"
1361        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1362        <location
1363            file="Settings/res/values/colors.xml"
1364            line="76"
1365            column="5"/>
1366    </issue>
1367
1368    <issue
1369        id="HardCodedColor"
1370        severity="Error"
1371        message="Avoid using hardcoded color"
1372        category="Correctness"
1373        priority="4"
1374        summary="Using hardcoded color"
1375        explanation="Hardcoded 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."
1376        errorLine1="    &lt;color name=&quot;captioning_color_AAAA00&quot;>#FFAAAA00&lt;/color>"
1377        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1378        <location
1379            file="Settings/res/values/colors.xml"
1380            line="77"
1381            column="5"/>
1382    </issue>
1383
1384    <issue
1385        id="HardCodedColor"
1386        severity="Error"
1387        message="Avoid using hardcoded color"
1388        category="Correctness"
1389        priority="4"
1390        summary="Using hardcoded color"
1391        explanation="Hardcoded 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."
1392        errorLine1="    &lt;color name=&quot;captioning_color_AAAA55&quot;>#FFAAAA55&lt;/color>"
1393        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1394        <location
1395            file="Settings/res/values/colors.xml"
1396            line="78"
1397            column="5"/>
1398    </issue>
1399
1400    <issue
1401        id="HardCodedColor"
1402        severity="Error"
1403        message="Avoid using hardcoded color"
1404        category="Correctness"
1405        priority="4"
1406        summary="Using hardcoded color"
1407        explanation="Hardcoded 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."
1408        errorLine1="    &lt;color name=&quot;captioning_color_AAAAAA&quot;>#FFAAAAAA&lt;/color>"
1409        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1410        <location
1411            file="Settings/res/values/colors.xml"
1412            line="79"
1413            column="5"/>
1414    </issue>
1415
1416    <issue
1417        id="HardCodedColor"
1418        severity="Error"
1419        message="Avoid using hardcoded color"
1420        category="Correctness"
1421        priority="4"
1422        summary="Using hardcoded color"
1423        explanation="Hardcoded 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."
1424        errorLine1="    &lt;color name=&quot;captioning_color_AAAAFF&quot;>#FFAAAAFF&lt;/color>"
1425        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1426        <location
1427            file="Settings/res/values/colors.xml"
1428            line="80"
1429            column="5"/>
1430    </issue>
1431
1432    <issue
1433        id="HardCodedColor"
1434        severity="Error"
1435        message="Avoid using hardcoded color"
1436        category="Correctness"
1437        priority="4"
1438        summary="Using hardcoded color"
1439        explanation="Hardcoded 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."
1440        errorLine1="    &lt;color name=&quot;captioning_color_AAFF00&quot;>#FFAAFF00&lt;/color>"
1441        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1442        <location
1443            file="Settings/res/values/colors.xml"
1444            line="81"
1445            column="5"/>
1446    </issue>
1447
1448    <issue
1449        id="HardCodedColor"
1450        severity="Error"
1451        message="Avoid using hardcoded color"
1452        category="Correctness"
1453        priority="4"
1454        summary="Using hardcoded color"
1455        explanation="Hardcoded 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."
1456        errorLine1="    &lt;color name=&quot;captioning_color_AAFF55&quot;>#FFAAFF55&lt;/color>"
1457        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1458        <location
1459            file="Settings/res/values/colors.xml"
1460            line="82"
1461            column="5"/>
1462    </issue>
1463
1464    <issue
1465        id="HardCodedColor"
1466        severity="Error"
1467        message="Avoid using hardcoded color"
1468        category="Correctness"
1469        priority="4"
1470        summary="Using hardcoded color"
1471        explanation="Hardcoded 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."
1472        errorLine1="    &lt;color name=&quot;captioning_color_AAFFAA&quot;>#FFAAFFAA&lt;/color>"
1473        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1474        <location
1475            file="Settings/res/values/colors.xml"
1476            line="83"
1477            column="5"/>
1478    </issue>
1479
1480    <issue
1481        id="HardCodedColor"
1482        severity="Error"
1483        message="Avoid using hardcoded color"
1484        category="Correctness"
1485        priority="4"
1486        summary="Using hardcoded color"
1487        explanation="Hardcoded 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."
1488        errorLine1="    &lt;color name=&quot;captioning_color_AAFFFF&quot;>#FFAAFFFF&lt;/color>"
1489        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1490        <location
1491            file="Settings/res/values/colors.xml"
1492            line="84"
1493            column="5"/>
1494    </issue>
1495
1496    <issue
1497        id="HardCodedColor"
1498        severity="Error"
1499        message="Avoid using hardcoded color"
1500        category="Correctness"
1501        priority="4"
1502        summary="Using hardcoded color"
1503        explanation="Hardcoded 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."
1504        errorLine1="    &lt;color name=&quot;captioning_color_FF0055&quot;>#FFFF0055&lt;/color>"
1505        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1506        <location
1507            file="Settings/res/values/colors.xml"
1508            line="85"
1509            column="5"/>
1510    </issue>
1511
1512    <issue
1513        id="HardCodedColor"
1514        severity="Error"
1515        message="Avoid using hardcoded color"
1516        category="Correctness"
1517        priority="4"
1518        summary="Using hardcoded color"
1519        explanation="Hardcoded 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."
1520        errorLine1="    &lt;color name=&quot;captioning_color_FF00AA&quot;>#FFFF00AA&lt;/color>"
1521        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1522        <location
1523            file="Settings/res/values/colors.xml"
1524            line="86"
1525            column="5"/>
1526    </issue>
1527
1528    <issue
1529        id="HardCodedColor"
1530        severity="Error"
1531        message="Avoid using hardcoded color"
1532        category="Correctness"
1533        priority="4"
1534        summary="Using hardcoded color"
1535        explanation="Hardcoded 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."
1536        errorLine1="    &lt;color name=&quot;captioning_color_FF5500&quot;>#FFFF5500&lt;/color>"
1537        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1538        <location
1539            file="Settings/res/values/colors.xml"
1540            line="87"
1541            column="5"/>
1542    </issue>
1543
1544    <issue
1545        id="HardCodedColor"
1546        severity="Error"
1547        message="Avoid using hardcoded color"
1548        category="Correctness"
1549        priority="4"
1550        summary="Using hardcoded color"
1551        explanation="Hardcoded 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."
1552        errorLine1="    &lt;color name=&quot;captioning_color_FF5555&quot;>#FFFF5555&lt;/color>"
1553        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1554        <location
1555            file="Settings/res/values/colors.xml"
1556            line="88"
1557            column="5"/>
1558    </issue>
1559
1560    <issue
1561        id="HardCodedColor"
1562        severity="Error"
1563        message="Avoid using hardcoded color"
1564        category="Correctness"
1565        priority="4"
1566        summary="Using hardcoded color"
1567        explanation="Hardcoded 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."
1568        errorLine1="    &lt;color name=&quot;captioning_color_FF55AA&quot;>#FFFF55AA&lt;/color>"
1569        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1570        <location
1571            file="Settings/res/values/colors.xml"
1572            line="89"
1573            column="5"/>
1574    </issue>
1575
1576    <issue
1577        id="HardCodedColor"
1578        severity="Error"
1579        message="Avoid using hardcoded color"
1580        category="Correctness"
1581        priority="4"
1582        summary="Using hardcoded color"
1583        explanation="Hardcoded 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."
1584        errorLine1="    &lt;color name=&quot;captioning_color_FF55FF&quot;>#FFFF55FF&lt;/color>"
1585        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1586        <location
1587            file="Settings/res/values/colors.xml"
1588            line="90"
1589            column="5"/>
1590    </issue>
1591
1592    <issue
1593        id="HardCodedColor"
1594        severity="Error"
1595        message="Avoid using hardcoded color"
1596        category="Correctness"
1597        priority="4"
1598        summary="Using hardcoded color"
1599        explanation="Hardcoded 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."
1600        errorLine1="    &lt;color name=&quot;captioning_color_FFAA00&quot;>#FFFFAA00&lt;/color>"
1601        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1602        <location
1603            file="Settings/res/values/colors.xml"
1604            line="91"
1605            column="5"/>
1606    </issue>
1607
1608    <issue
1609        id="HardCodedColor"
1610        severity="Error"
1611        message="Avoid using hardcoded color"
1612        category="Correctness"
1613        priority="4"
1614        summary="Using hardcoded color"
1615        explanation="Hardcoded 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."
1616        errorLine1="    &lt;color name=&quot;captioning_color_FFAA55&quot;>#FFFFAA55&lt;/color>"
1617        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1618        <location
1619            file="Settings/res/values/colors.xml"
1620            line="92"
1621            column="5"/>
1622    </issue>
1623
1624    <issue
1625        id="HardCodedColor"
1626        severity="Error"
1627        message="Avoid using hardcoded color"
1628        category="Correctness"
1629        priority="4"
1630        summary="Using hardcoded color"
1631        explanation="Hardcoded 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."
1632        errorLine1="    &lt;color name=&quot;captioning_color_FFAAAA&quot;>#FFFFAAAA&lt;/color>"
1633        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1634        <location
1635            file="Settings/res/values/colors.xml"
1636            line="93"
1637            column="5"/>
1638    </issue>
1639
1640    <issue
1641        id="HardCodedColor"
1642        severity="Error"
1643        message="Avoid using hardcoded color"
1644        category="Correctness"
1645        priority="4"
1646        summary="Using hardcoded color"
1647        explanation="Hardcoded 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."
1648        errorLine1="    &lt;color name=&quot;captioning_color_FFAAFF&quot;>#FFFFAAFF&lt;/color>"
1649        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1650        <location
1651            file="Settings/res/values/colors.xml"
1652            line="94"
1653            column="5"/>
1654    </issue>
1655
1656    <issue
1657        id="HardCodedColor"
1658        severity="Error"
1659        message="Avoid using hardcoded color"
1660        category="Correctness"
1661        priority="4"
1662        summary="Using hardcoded color"
1663        explanation="Hardcoded 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."
1664        errorLine1="    &lt;color name=&quot;captioning_color_FFFF55&quot;>#FFFFFF55&lt;/color>"
1665        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1666        <location
1667            file="Settings/res/values/colors.xml"
1668            line="95"
1669            column="5"/>
1670    </issue>
1671
1672    <issue
1673        id="HardCodedColor"
1674        severity="Error"
1675        message="Avoid using hardcoded color"
1676        category="Correctness"
1677        priority="4"
1678        summary="Using hardcoded color"
1679        explanation="Hardcoded 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."
1680        errorLine1="    &lt;color name=&quot;captioning_color_FFFFAA&quot;>#FFFFFFAA&lt;/color>"
1681        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1682        <location
1683            file="Settings/res/values/colors.xml"
1684            line="96"
1685            column="5"/>
1686    </issue>
1687
1688    <issue
1689        id="HardCodedColor"
1690        severity="Error"
1691        message="Avoid using hardcoded color"
1692        category="Correctness"
1693        priority="4"
1694        summary="Using hardcoded color"
1695        explanation="Hardcoded 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."
1696        errorLine1="    &lt;color name=&quot;overlay_blended_light_primary&quot;>#ffeeeeee&lt;/color>"
1697        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1698        <location
1699            file="Settings/res/values/colors.xml"
1700            line="98"
1701            column="5"/>
1702    </issue>
1703
1704    <issue
1705        id="HardCodedColor"
1706        severity="Error"
1707        message="Avoid using hardcoded color"
1708        category="Correctness"
1709        priority="4"
1710        summary="Using hardcoded color"
1711        explanation="Hardcoded 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."
1712        errorLine1="    &lt;color name=&quot;overlay_blended_light_secondary&quot;>#ff878787&lt;/color>"
1713        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1714        <location
1715            file="Settings/res/values/colors.xml"
1716            line="99"
1717            column="5"/>
1718    </issue>
1719
1720    <issue
1721        id="HardCodedColor"
1722        severity="Error"
1723        message="Avoid using hardcoded color"
1724        category="Correctness"
1725        priority="4"
1726        summary="Using hardcoded color"
1727        explanation="Hardcoded 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."
1728        errorLine1="    &lt;color name=&quot;lb_dialog_activity_background&quot;>#77000000&lt;/color>"
1729        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1730        <location
1731            file="Settings/res/values/colors.xml"
1732            line="100"
1733            column="5"/>
1734    </issue>
1735
1736    <issue
1737        id="HardCodedColor"
1738        severity="Error"
1739        message="Avoid using hardcoded color"
1740        category="Correctness"
1741        priority="4"
1742        summary="Using hardcoded color"
1743        explanation="Hardcoded 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."
1744        errorLine1="    &lt;color name=&quot;lb_dialog_list_item_unselected_text_color&quot;>#FFF1F1F1&lt;/color>"
1745        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1746        <location
1747            file="Settings/res/values/colors.xml"
1748            line="101"
1749            column="5"/>
1750    </issue>
1751
1752    <issue
1753        id="HardCodedColor"
1754        severity="Error"
1755        message="Avoid using hardcoded color"
1756        category="Correctness"
1757        priority="4"
1758        summary="Using hardcoded color"
1759        explanation="Hardcoded 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."
1760        errorLine1="    &lt;color name=&quot;lb_dialog_list_item_divider_color&quot;>#18FFFFFF&lt;/color>"
1761        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1762        <location
1763            file="Settings/res/values/colors.xml"
1764            line="102"
1765            column="5"/>
1766    </issue>
1767
1768    <issue
1769        id="HardCodedColor"
1770        severity="Error"
1771        message="Avoid using hardcoded color"
1772        category="Correctness"
1773        priority="4"
1774        summary="Using hardcoded color"
1775        explanation="Hardcoded 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."
1776        errorLine1="    &lt;color name=&quot;lb_content_title_text_color&quot;>#FFF1F1F1&lt;/color>"
1777        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1778        <location
1779            file="Settings/res/values/colors.xml"
1780            line="103"
1781            column="5"/>
1782    </issue>
1783
1784    <issue
1785        id="HardCodedColor"
1786        severity="Error"
1787        message="Avoid using hardcoded color"
1788        category="Correctness"
1789        priority="4"
1790        summary="Using hardcoded color"
1791        explanation="Hardcoded 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."
1792        errorLine1="    &lt;color name=&quot;lb_content_breadcrumb_text_color&quot;>#88F1F1F1&lt;/color>"
1793        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1794        <location
1795            file="Settings/res/values/colors.xml"
1796            line="104"
1797            column="5"/>
1798    </issue>
1799
1800    <issue
1801        id="HardCodedColor"
1802        severity="Error"
1803        message="Avoid using hardcoded color"
1804        category="Correctness"
1805        priority="4"
1806        summary="Using hardcoded color"
1807        explanation="Hardcoded 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."
1808        errorLine1="    &lt;color name=&quot;lb_content_description_text_color&quot;>#88F1F1F1&lt;/color>"
1809        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1810        <location
1811            file="Settings/res/values/colors.xml"
1812            line="105"
1813            column="5"/>
1814    </issue>
1815
1816    <issue
1817        id="HardCodedColor"
1818        severity="Error"
1819        message="Avoid using hardcoded color"
1820        category="Correctness"
1821        priority="4"
1822        summary="Using hardcoded color"
1823        explanation="Hardcoded 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."
1824        errorLine1="    &lt;color name=&quot;lb_action_fragment_background&quot;>#FF111111&lt;/color>"
1825        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1826        <location
1827            file="Settings/res/values/colors.xml"
1828            line="106"
1829            column="5"/>
1830    </issue>
1831
1832    <issue
1833        id="HardCodedColor"
1834        severity="Error"
1835        message="Avoid using hardcoded color"
1836        category="Correctness"
1837        priority="4"
1838        summary="Using hardcoded color"
1839        explanation="Hardcoded 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."
1840        errorLine1="    &lt;color name=&quot;lb_dialog_selector_color&quot;>#0DFFFFFF&lt;/color>"
1841        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1842        <location
1843            file="Settings/res/values/colors.xml"
1844            line="107"
1845            column="5"/>
1846    </issue>
1847
1848    <issue
1849        id="HardCodedColor"
1850        severity="Error"
1851        message="Avoid using hardcoded color"
1852        category="Correctness"
1853        priority="4"
1854        summary="Using hardcoded color"
1855        explanation="Hardcoded 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."
1856        errorLine1="    &lt;color name=&quot;lb_tv_white&quot;>#FFCCCCCC&lt;/color>"
1857        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1858        <location
1859            file="Settings/res/values/colors.xml"
1860            line="109"
1861            column="5"/>
1862    </issue>
1863
1864    <issue
1865        id="HardCodedColor"
1866        severity="Error"
1867        message="Avoid using hardcoded color"
1868        category="Correctness"
1869        priority="4"
1870        summary="Using hardcoded color"
1871        explanation="Hardcoded 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."
1872        errorLine1="    &lt;color name=&quot;indigo_500&quot;>#FF3F51B5&lt;/color>"
1873        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1874        <location
1875            file="Settings/res/values/colors.xml"
1876            line="119"
1877            column="5"/>
1878    </issue>
1879
1880    <issue
1881        id="HardCodedColor"
1882        severity="Error"
1883        message="Avoid using hardcoded color"
1884        category="Correctness"
1885        priority="4"
1886        summary="Using hardcoded color"
1887        explanation="Hardcoded 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."
1888        errorLine1="    &lt;color name=&quot;pin_dialog_background&quot;>#384248&lt;/color>"
1889        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1890        <location
1891            file="Settings/res/values/colors.xml"
1892            line="122"
1893            column="5"/>
1894    </issue>
1895
1896    <issue
1897        id="HardCodedColor"
1898        severity="Error"
1899        message="Avoid using hardcoded color"
1900        category="Correctness"
1901        priority="4"
1902        summary="Using hardcoded color"
1903        explanation="Hardcoded 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."
1904        errorLine1="    &lt;color name=&quot;pin_dialog_text_color_enabled&quot;>#FFEEEEEE&lt;/color>"
1905        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1906        <location
1907            file="Settings/res/values/colors.xml"
1908            line="123"
1909            column="5"/>
1910    </issue>
1911
1912    <issue
1913        id="HardCodedColor"
1914        severity="Error"
1915        message="Avoid using hardcoded color"
1916        category="Correctness"
1917        priority="4"
1918        summary="Using hardcoded color"
1919        explanation="Hardcoded 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."
1920        errorLine1="    &lt;color name=&quot;pin_dialog_text_color_disabled&quot;>#4DEEEEEE&lt;/color>"
1921        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1922        <location
1923            file="Settings/res/values/colors.xml"
1924            line="124"
1925            column="5"/>
1926    </issue>
1927
1928    <issue
1929        id="HardCodedColor"
1930        severity="Error"
1931        message="Avoid using hardcoded color"
1932        category="Correctness"
1933        priority="4"
1934        summary="Using hardcoded color"
1935        explanation="Hardcoded 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."
1936        errorLine1="    &lt;color name=&quot;pin_number_picker_focused_background&quot;>#4B5459&lt;/color>"
1937        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1938        <location
1939            file="Settings/res/values/colors.xml"
1940            line="125"
1941            column="5"/>
1942    </issue>
1943
1944    <issue
1945        id="HardCodedColor"
1946        severity="Error"
1947        message="Avoid using hardcoded color"
1948        category="Correctness"
1949        priority="4"
1950        summary="Using hardcoded color"
1951        explanation="Hardcoded 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."
1952        errorLine1="    &lt;color name=&quot;content_breadcrumb_text_color&quot;>#88F1F1F1&lt;/color>"
1953        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1954        <location
1955            file="Settings/res/values/colors.xml"
1956            line="128"
1957            column="5"/>
1958    </issue>
1959
1960    <issue
1961        id="HardCodedColor"
1962        severity="Error"
1963        message="Avoid using hardcoded color"
1964        category="Correctness"
1965        priority="4"
1966        summary="Using hardcoded color"
1967        explanation="Hardcoded 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."
1968        errorLine1="    &lt;color name=&quot;content_description_text_color&quot;>#88F1F1F1&lt;/color>"
1969        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1970        <location
1971            file="Settings/res/values/colors.xml"
1972            line="129"
1973            column="5"/>
1974    </issue>
1975
1976    <issue
1977        id="HardCodedColor"
1978        severity="Error"
1979        message="Avoid using hardcoded color"
1980        category="Correctness"
1981        priority="4"
1982        summary="Using hardcoded color"
1983        explanation="Hardcoded 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."
1984        errorLine1="    &lt;color name=&quot;content_fragment_default_icon_color&quot;>#33F1F1F1&lt;/color>"
1985        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1986        <location
1987            file="Settings/res/values/colors.xml"
1988            line="130"
1989            column="5"/>
1990    </issue>
1991
1992    <issue
1993        id="HardCodedColor"
1994        severity="Error"
1995        message="Avoid using hardcoded color"
1996        category="Correctness"
1997        priority="4"
1998        summary="Using hardcoded color"
1999        explanation="Hardcoded 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."
2000        errorLine1="    &lt;color name=&quot;content_title_text_color&quot;>#FFF1F1F1&lt;/color>"
2001        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2002        <location
2003            file="Settings/res/values/colors.xml"
2004            line="131"
2005            column="5"/>
2006    </issue>
2007
2008    <issue
2009        id="HardCodedColor"
2010        severity="Error"
2011        message="Avoid using hardcoded color"
2012        category="Correctness"
2013        priority="4"
2014        summary="Using hardcoded color"
2015        explanation="Hardcoded 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."
2016        errorLine1="    &lt;color name=&quot;dialog_activity_background&quot;>#77000000&lt;/color>"
2017        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2018        <location
2019            file="Settings/res/values/colors.xml"
2020            line="132"
2021            column="5"/>
2022    </issue>
2023
2024    <issue
2025        id="HardCodedColor"
2026        severity="Error"
2027        message="Avoid using hardcoded color"
2028        category="Correctness"
2029        priority="4"
2030        summary="Using hardcoded color"
2031        explanation="Hardcoded 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."
2032        errorLine1="    &lt;color name=&quot;list_item_unselected_text_color&quot;>#FFF1F1F1&lt;/color>"
2033        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2034        <location
2035            file="Settings/res/values/colors.xml"
2036            line="133"
2037            column="5"/>
2038    </issue>
2039
2040    <issue
2041        id="HardCodedColor"
2042        severity="Error"
2043        message="Avoid using hardcoded color"
2044        category="Correctness"
2045        priority="4"
2046        summary="Using hardcoded color"
2047        explanation="Hardcoded 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."
2048        errorLine1="    &lt;color name=&quot;selector_color&quot;>#0DFFFFFF&lt;/color>"
2049        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2050        <location
2051            file="Settings/res/values/colors.xml"
2052            line="134"
2053            column="5"/>
2054    </issue>
2055
2056    <issue
2057        id="HardCodedColor"
2058        severity="Error"
2059        message="Avoid using hardcoded color"
2060        category="Correctness"
2061        priority="4"
2062        summary="Using hardcoded color"
2063        explanation="Hardcoded 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."
2064        errorLine1="    &lt;color name=&quot;toast_notification_background&quot;>#881F1F1F&lt;/color>"
2065        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2066        <location
2067            file="Settings/res/values/colors.xml"
2068            line="135"
2069            column="5"/>
2070    </issue>
2071
2072    <issue
2073        id="HardCodedColor"
2074        severity="Error"
2075        message="Avoid using hardcoded color"
2076        category="Correctness"
2077        priority="4"
2078        summary="Using hardcoded color"
2079        explanation="Hardcoded 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."
2080        errorLine1="    &lt;color name=&quot;toast_notification_text_color&quot;>#FFF0F0F0&lt;/color>"
2081        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2082        <location
2083            file="Settings/res/values/colors.xml"
2084            line="136"
2085            column="5"/>
2086    </issue>
2087
2088    <issue
2089        id="HardCodedColor"
2090        severity="Error"
2091        message="Avoid using hardcoded color"
2092        category="Correctness"
2093        priority="4"
2094        summary="Using hardcoded color"
2095        explanation="Hardcoded 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."
2096        errorLine1="    &lt;color name=&quot;tv_white&quot;>#FFCCCCCC&lt;/color>"
2097        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2098        <location
2099            file="Settings/res/values/colors.xml"
2100            line="137"
2101            column="5"/>
2102    </issue>
2103
2104    <issue
2105        id="HardCodedColor"
2106        severity="Error"
2107        message="Avoid using hardcoded color"
2108        category="Correctness"
2109        priority="4"
2110        summary="Using hardcoded color"
2111        explanation="Hardcoded 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."
2112        errorLine1="    &lt;color name=&quot;setup_list_item_background_focused&quot;>#FFFFFFFF&lt;/color>"
2113        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2114        <location
2115            file="Settings/res/values/colors.xml"
2116            line="152"
2117            column="5"/>
2118    </issue>
2119
2120    <issue
2121        id="HardCodedColor"
2122        severity="Error"
2123        message="Avoid using hardcoded color"
2124        category="Correctness"
2125        priority="4"
2126        summary="Using hardcoded color"
2127        explanation="Hardcoded 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."
2128        errorLine1="    &lt;color name=&quot;setup_list_item_background_focused_blue&quot;>#FF3E82F7&lt;/color>"
2129        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2130        <location
2131            file="Settings/res/values/colors.xml"
2132            line="153"
2133            column="5"/>
2134    </issue>
2135
2136    <issue
2137        id="HardCodedColor"
2138        severity="Error"
2139        message="Avoid using hardcoded color"
2140        category="Correctness"
2141        priority="4"
2142        summary="Using hardcoded color"
2143        explanation="Hardcoded 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."
2144        errorLine1="    &lt;color name=&quot;setup_list_item_focused&quot;>#FF444444&lt;/color>"
2145        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2146        <location
2147            file="Settings/res/values/colors.xml"
2148            line="155"
2149            column="5"/>
2150    </issue>
2151
2152    <issue
2153        id="HardCodedColor"
2154        severity="Error"
2155        message="Avoid using hardcoded color"
2156        category="Correctness"
2157        priority="4"
2158        summary="Using hardcoded color"
2159        explanation="Hardcoded 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."
2160        errorLine1="    &lt;color name=&quot;setup_list_item&quot;>#FFEEEEEE&lt;/color>"
2161        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2162        <location
2163            file="Settings/res/values/colors.xml"
2164            line="156"
2165            column="5"/>
2166    </issue>
2167
2168    <issue
2169        id="HardCodedColor"
2170        severity="Error"
2171        message="Avoid using hardcoded color"
2172        category="Correctness"
2173        priority="4"
2174        summary="Using hardcoded color"
2175        explanation="Hardcoded 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."
2176        errorLine1="    &lt;color name=&quot;setup_list_item_icon_focused&quot;>#FF555555&lt;/color>"
2177        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2178        <location
2179            file="Settings/res/values/colors.xml"
2180            line="157"
2181            column="5"/>
2182    </issue>
2183
2184    <issue
2185        id="HardCodedColor"
2186        severity="Error"
2187        message="Avoid using hardcoded color"
2188        category="Correctness"
2189        priority="4"
2190        summary="Using hardcoded color"
2191        explanation="Hardcoded 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."
2192        errorLine1="    &lt;color name=&quot;setup_primary_text_color&quot;>#FFEEEEEE&lt;/color>"
2193        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2194        <location
2195            file="Settings/res/values/colors.xml"
2196            line="159"
2197            column="5"/>
2198    </issue>
2199
2200    <issue
2201        id="HardCodedColor"
2202        severity="Error"
2203        message="Avoid using hardcoded color"
2204        category="Correctness"
2205        priority="4"
2206        summary="Using hardcoded color"
2207        explanation="Hardcoded 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."
2208        errorLine1="    &lt;color name=&quot;activity_progress_text&quot;>#FFEEEEEE&lt;/color>"
2209        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2210        <location
2211            file="Settings/res/values/colors.xml"
2212            line="161"
2213            column="5"/>
2214    </issue>
2215
2216    <issue
2217        id="HardCodedColor"
2218        severity="Error"
2219        message="Avoid using hardcoded color"
2220        category="Correctness"
2221        priority="4"
2222        summary="Using hardcoded color"
2223        explanation="Hardcoded 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."
2224        errorLine1="    &lt;color name=&quot;guided_step_text_input_item_background_focused&quot;>#FFFFFF&lt;/color>"
2225        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2226        <location
2227            file="Settings/res/values/colors.xml"
2228            line="166"
2229            column="5"/>
2230    </issue>
2231
2232    <issue
2233        id="HardCodedColor"
2234        severity="Error"
2235        message="Avoid using hardcoded color"
2236        category="Correctness"
2237        priority="4"
2238        summary="Using hardcoded color"
2239        explanation="Hardcoded 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."
2240        errorLine1="    &lt;solid android:color=&quot;@color/tp_preference_item_icon_focused_background_color&quot;>&lt;/solid>"
2241        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2242        <location
2243            file="TwoPanelSettingsLib/res/drawable/compound_icon_background_focused.xml"
2244            line="21"
2245            column="12"/>
2246    </issue>
2247
2248    <issue
2249        id="HardCodedColor"
2250        severity="Error"
2251        message="Avoid using hardcoded color"
2252        category="Correctness"
2253        priority="4"
2254        summary="Using hardcoded color"
2255        explanation="Hardcoded 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."
2256        errorLine1="    &lt;solid android:color=&quot;@color/tp_preference_item_icon_default_background_color&quot;>&lt;/solid>"
2257        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2258        <location
2259            file="TwoPanelSettingsLib/res/drawable/compound_icon_background_unfocused.xml"
2260            line="20"
2261            column="12"/>
2262    </issue>
2263
2264    <issue
2265        id="HardCodedColor"
2266        severity="Error"
2267        message="Avoid using hardcoded color"
2268        category="Correctness"
2269        priority="4"
2270        summary="Using hardcoded color"
2271        explanation="Hardcoded 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."
2272        errorLine1="    &lt;solid android:color=&quot;@color/content_fragment_default_icon_color&quot; />"
2273        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2274        <location
2275            file="Settings/res/drawable/content_fragment_default_icon.xml"
2276            line="23"
2277            column="12"/>
2278    </issue>
2279
2280    <issue
2281        id="HardCodedColor"
2282        severity="Error"
2283        message="Avoid using hardcoded color"
2284        category="Correctness"
2285        priority="4"
2286        summary="Using hardcoded color"
2287        explanation="Hardcoded 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."
2288        errorLine1="    &lt;solid android:color=&quot;@color/guided_step_text_input_item_background_focused&quot; />"
2289        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2290        <location
2291            file="Settings/res/drawable/guided_step_text_input_background.xml"
2292            line="20"
2293            column="12"/>
2294    </issue>
2295
2296    <issue
2297        id="HardCodedColor"
2298        severity="Error"
2299        message="Avoid using hardcoded color"
2300        category="Correctness"
2301        priority="4"
2302        summary="Using hardcoded color"
2303        explanation="Hardcoded 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."
2304        errorLine1="            &lt;solid android:color=&quot;@color/indigo_500&quot; />"
2305        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2306        <location
2307            file="Settings/res/drawable/ic_avatar_default.xml"
2308            line="20"
2309            column="20"/>
2310    </issue>
2311
2312    <issue
2313        id="HardCodedColor"
2314        severity="Error"
2315        message="Avoid using hardcoded color"
2316        category="Correctness"
2317        priority="4"
2318        summary="Using hardcoded color"
2319        explanation="Hardcoded 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."
2320        errorLine1="        android:textColor=&quot;@color/tp_preference_item_secondary_text_disabled_color&quot;"
2321        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2322        <location
2323            file="TwoPanelSettingsLib/res/layout/info_preference_item.xml"
2324            line="28"
2325            column="9"/>
2326    </issue>
2327
2328    <issue
2329        id="HardCodedColor"
2330        severity="Error"
2331        message="Avoid using hardcoded color"
2332        category="Correctness"
2333        priority="4"
2334        summary="Using hardcoded color"
2335        explanation="Hardcoded 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."
2336        errorLine1="        android:textColor=&quot;@color/tp_preference_item_secondary_text_disabled_color&quot;"
2337        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2338        <location
2339            file="TwoPanelSettingsLib/res/layout/info_preference_item.xml"
2340            line="35"
2341            column="9"/>
2342    </issue>
2343
2344    <issue
2345        id="HardCodedColor"
2346        severity="Error"
2347        message="Avoid using hardcoded color"
2348        category="Correctness"
2349        priority="4"
2350        summary="Using hardcoded color"
2351        explanation="Hardcoded 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."
2352        errorLine1="        android:color=&quot;@color/info_separator&quot;/>"
2353        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2354        <location
2355            file="TwoPanelSettingsLib/res/drawable/info_separator_bg.xml"
2356            line="22"
2357            column="9"/>
2358    </issue>
2359
2360    <issue
2361        id="HardCodedColor"
2362        severity="Error"
2363        message="Avoid using hardcoded color"
2364        category="Correctness"
2365        priority="4"
2366        summary="Using hardcoded color"
2367        explanation="Hardcoded 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."
2368        errorLine1="        android:background=&quot;@color/lb_action_fragment_background&quot;"
2369        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2370        <location
2371            file="Settings/res/layout/lb_dialog_fragment.xml"
2372            line="34"
2373            column="9"/>
2374    </issue>
2375
2376    <issue
2377        id="HardCodedColor"
2378        severity="Error"
2379        message="Avoid using hardcoded color"
2380        category="Correctness"
2381        priority="4"
2382        summary="Using hardcoded color"
2383        explanation="Hardcoded 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."
2384        errorLine1="    &lt;solid android:color=&quot;@color/tv_white&quot; />"
2385        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2386        <location
2387            file="Settings/res/drawable/list_item_checkmark.xml"
2388            line="23"
2389            column="12"/>
2390    </issue>
2391
2392    <issue
2393        id="HardCodedColor"
2394        severity="Error"
2395        message="Avoid using hardcoded color"
2396        category="Correctness"
2397        priority="4"
2398        summary="Using hardcoded color"
2399        explanation="Hardcoded 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."
2400        errorLine1="        android:buttonTint=&quot;@color/setup_list_item_background_focused&quot;"
2401        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2402        <location
2403            file="Settings/res/layout/password_checkbox.xml"
2404            line="28"
2405            column="9"/>
2406    </issue>
2407
2408    <issue
2409        id="HardCodedColor"
2410        severity="Error"
2411        message="Avoid using hardcoded color"
2412        category="Correctness"
2413        priority="4"
2414        summary="Using hardcoded color"
2415        explanation="Hardcoded 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."
2416        errorLine1="    &lt;solid android:color=&quot;@color/pin_dialog_background&quot;/>"
2417        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2418        <location
2419            file="Settings/res/drawable/pin_dialog_background.xml"
2420            line="17"
2421            column="12"/>
2422    </issue>
2423
2424    <issue
2425        id="HardCodedColor"
2426        severity="Error"
2427        message="Avoid using hardcoded color"
2428        category="Correctness"
2429        priority="4"
2430        summary="Using hardcoded color"
2431        explanation="Hardcoded 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."
2432        errorLine1="    &lt;solid android:color=&quot;@color/pin_number_picker_focused_background&quot;/>"
2433        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2434        <location
2435            file="Settings/res/drawable/pin_number_picker_focused_background.xml"
2436            line="17"
2437            column="12"/>
2438    </issue>
2439
2440    <issue
2441        id="HardCodedColor"
2442        severity="Error"
2443        message="Avoid using hardcoded color"
2444        category="Correctness"
2445        priority="4"
2446        summary="Using hardcoded color"
2447        explanation="Hardcoded 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."
2448        errorLine1="        android:background=&quot;@color/selector_color&quot; />"
2449        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2450        <location
2451            file="Settings/res/layout/settings_list.xml"
2452            line="28"
2453            column="9"/>
2454    </issue>
2455
2456    <issue
2457        id="HardCodedColor"
2458        severity="Error"
2459        message="Avoid using hardcoded color"
2460        category="Correctness"
2461        priority="4"
2462        summary="Using hardcoded color"
2463        explanation="Hardcoded 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."
2464        errorLine1="            android:indeterminateTint=&quot;@color/setup_list_item_background_focused&quot; />"
2465        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2466        <location
2467            file="Settings/res/layout/setup_message.xml"
2468            line="50"
2469            column="13"/>
2470    </issue>
2471
2472    <issue
2473        id="HardCodedColor"
2474        severity="Error"
2475        message="Avoid using hardcoded color"
2476        category="Correctness"
2477        priority="4"
2478        summary="Using hardcoded color"
2479        explanation="Hardcoded 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."
2480        errorLine1="            android:indeterminateTint=&quot;@color/setup_list_item_background_focused&quot;"
2481        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2482        <location
2483            file="Settings/res/layout/setup_qr_code.xml"
2484            line="46"
2485            column="13"/>
2486    </issue>
2487
2488    <issue
2489        id="HardCodedColor"
2490        severity="Error"
2491        message="Avoid using hardcoded color"
2492        category="Correctness"
2493        priority="4"
2494        summary="Using hardcoded color"
2495        explanation="Hardcoded 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."
2496        errorLine1="            android:textColor=&quot;#E8EAED&quot;"
2497        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2498        <location
2499            file="Settings/res/layout/setup_qr_code.xml"
2500            line="65"
2501            column="13"/>
2502    </issue>
2503
2504    <issue
2505        id="HardCodedColor"
2506        severity="Error"
2507        message="Avoid using hardcoded color"
2508        category="Correctness"
2509        priority="4"
2510        summary="Using hardcoded color"
2511        explanation="Hardcoded 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."
2512        errorLine1="            android:textColor=&quot;#9AA0A6&quot;"
2513        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2514        <location
2515            file="Settings/res/layout/setup_qr_code.xml"
2516            line="74"
2517            column="13"/>
2518    </issue>
2519
2520    <issue
2521        id="HardCodedColor"
2522        severity="Error"
2523        message="Avoid using hardcoded color"
2524        category="Correctness"
2525        priority="4"
2526        summary="Using hardcoded color"
2527        explanation="Hardcoded 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."
2528        errorLine1="            android:textColor=&quot;#5F6368&quot;"
2529        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2530        <location
2531            file="Settings/res/layout/setup_qr_code.xml"
2532            line="81"
2533            column="13"/>
2534    </issue>
2535
2536    <issue
2537        id="HardCodedColor"
2538        severity="Error"
2539        message="Avoid using hardcoded color"
2540        category="Correctness"
2541        priority="4"
2542        summary="Using hardcoded color"
2543        explanation="Hardcoded 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."
2544        errorLine1="    &lt;solid android:color=&quot;@color/setup_list_item_background_focused&quot; />"
2545        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2546        <location
2547            file="Settings/res/drawable/setup_text_input_background.xml"
2548            line="18"
2549            column="12"/>
2550    </issue>
2551
2552    <issue
2553        id="HardCodedColor"
2554        severity="Error"
2555        message="Avoid using hardcoded color"
2556        category="Correctness"
2557        priority="4"
2558        summary="Using hardcoded color"
2559        explanation="Hardcoded 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."
2560        errorLine1="        &lt;solid android:color=&quot;@color/setup_list_item_focused&quot; />"
2561        errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2562        <location
2563            file="Settings/res/drawable/setup_text_input_cursor.xml"
2564            line="24"
2565            column="16"/>
2566    </issue>
2567
2568    <issue
2569        id="HardCodedColor"
2570        severity="Error"
2571        message="Avoid using hardcoded color"
2572        category="Correctness"
2573        priority="4"
2574        summary="Using hardcoded color"
2575        explanation="Hardcoded 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."
2576        errorLine1="                android:color=&quot;@color/setup_list_item_focused&quot;"
2577        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2578        <location
2579            file="Settings/res/drawable/setup_text_input_underline.xml"
2580            line="23"
2581            column="17"/>
2582    </issue>
2583
2584    <issue
2585        id="HardCodedColor"
2586        severity="Error"
2587        message="Avoid using hardcoded color"
2588        category="Correctness"
2589        priority="4"
2590        summary="Using hardcoded color"
2591        explanation="Hardcoded 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."
2592        errorLine1="    &lt;solid android:color=&quot;@color/storage_apps_usage&quot; />"
2593        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2594        <location
2595            file="Settings/res/drawable/storage_indicator_apps.xml"
2596            line="23"
2597            column="12"/>
2598    </issue>
2599
2600    <issue
2601        id="HardCodedColor"
2602        severity="Error"
2603        message="Avoid using hardcoded color"
2604        category="Correctness"
2605        priority="4"
2606        summary="Using hardcoded color"
2607        explanation="Hardcoded 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."
2608        errorLine1="    &lt;solid android:color=&quot;@color/storage_avail&quot; />"
2609        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2610        <location
2611            file="Settings/res/drawable/storage_indicator_available.xml"
2612            line="23"
2613            column="12"/>
2614    </issue>
2615
2616    <issue
2617        id="HardCodedColor"
2618        severity="Error"
2619        message="Avoid using hardcoded color"
2620        category="Correctness"
2621        priority="4"
2622        summary="Using hardcoded color"
2623        explanation="Hardcoded 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."
2624        errorLine1="    &lt;solid android:color=&quot;@color/storage_cache&quot; />"
2625        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2626        <location
2627            file="Settings/res/drawable/storage_indicator_cache.xml"
2628            line="23"
2629            column="12"/>
2630    </issue>
2631
2632    <issue
2633        id="HardCodedColor"
2634        severity="Error"
2635        message="Avoid using hardcoded color"
2636        category="Correctness"
2637        priority="4"
2638        summary="Using hardcoded color"
2639        explanation="Hardcoded 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."
2640        errorLine1="    &lt;solid android:color=&quot;@color/storage_dcim&quot; />"
2641        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2642        <location
2643            file="Settings/res/drawable/storage_indicator_dcim.xml"
2644            line="23"
2645            column="12"/>
2646    </issue>
2647
2648    <issue
2649        id="HardCodedColor"
2650        severity="Error"
2651        message="Avoid using hardcoded color"
2652        category="Correctness"
2653        priority="4"
2654        summary="Using hardcoded color"
2655        explanation="Hardcoded 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."
2656        errorLine1="    &lt;solid android:color=&quot;@color/storage_downloads&quot; />"
2657        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2658        <location
2659            file="Settings/res/drawable/storage_indicator_downloads.xml"
2660            line="23"
2661            column="12"/>
2662    </issue>
2663
2664    <issue
2665        id="HardCodedColor"
2666        severity="Error"
2667        message="Avoid using hardcoded color"
2668        category="Correctness"
2669        priority="4"
2670        summary="Using hardcoded color"
2671        explanation="Hardcoded 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."
2672        errorLine1="    &lt;solid android:color=&quot;@color/storage_misc&quot; />"
2673        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2674        <location
2675            file="Settings/res/drawable/storage_indicator_misc.xml"
2676            line="23"
2677            column="12"/>
2678    </issue>
2679
2680    <issue
2681        id="HardCodedColor"
2682        severity="Error"
2683        message="Avoid using hardcoded color"
2684        category="Correctness"
2685        priority="4"
2686        summary="Using hardcoded color"
2687        explanation="Hardcoded 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."
2688        errorLine1="    &lt;solid android:color=&quot;@color/storage_music&quot; />"
2689        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2690        <location
2691            file="Settings/res/drawable/storage_indicator_music.xml"
2692            line="23"
2693            column="12"/>
2694    </issue>
2695
2696    <issue
2697        id="HardCodedColor"
2698        severity="Error"
2699        message="Avoid using hardcoded color"
2700        category="Correctness"
2701        priority="4"
2702        summary="Using hardcoded color"
2703        explanation="Hardcoded 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."
2704        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/tp_preference_decor_title_text_color&lt;/item>"
2705        errorLine2="                                       ^">
2706        <location
2707            file="TwoPanelSettingsLib/res/values/styles.xml"
2708            line="22"
2709            column="40"/>
2710    </issue>
2711
2712    <issue
2713        id="HardCodedColor"
2714        severity="Error"
2715        message="Avoid using hardcoded color"
2716        category="Correctness"
2717        priority="4"
2718        summary="Using hardcoded color"
2719        explanation="Hardcoded 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."
2720        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/tp_preference_decor_title_text_color&lt;/item>"
2721        errorLine2="                                       ^">
2722        <location
2723            file="TwoPanelSettingsLib/res/values/styles.xml"
2724            line="28"
2725            column="40"/>
2726    </issue>
2727
2728    <issue
2729        id="HardCodedColor"
2730        severity="Error"
2731        message="Avoid using hardcoded color"
2732        category="Correctness"
2733        priority="4"
2734        summary="Using hardcoded color"
2735        explanation="Hardcoded 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."
2736        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/tp_preference_category_text_color&lt;/item>"
2737        errorLine2="                                       ^">
2738        <location
2739            file="TwoPanelSettingsLib/res/values/styles.xml"
2740            line="33"
2741            column="40"/>
2742    </issue>
2743
2744    <issue
2745        id="HardCodedColor"
2746        severity="Error"
2747        message="Avoid using hardcoded color"
2748        category="Correctness"
2749        priority="4"
2750        summary="Using hardcoded color"
2751        explanation="Hardcoded 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."
2752        errorLine1="        &lt;item name=&quot;android:windowBackground&quot;>@color/settings_background&lt;/item>"
2753        errorLine2="                                              ^">
2754        <location
2755            file="Settings/res/values/styles.xml"
2756            line="46"
2757            column="47"/>
2758    </issue>
2759
2760    <issue
2761        id="HardCodedColor"
2762        severity="Error"
2763        message="Avoid using hardcoded color"
2764        category="Correctness"
2765        priority="4"
2766        summary="Using hardcoded color"
2767        explanation="Hardcoded 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."
2768        errorLine1="        &lt;item name=&quot;wps_color&quot;>@color/normal&lt;/item>"
2769        errorLine2="                               ^">
2770        <location
2771            file="Settings/res/values/styles.xml"
2772            line="53"
2773            column="32"/>
2774    </issue>
2775
2776    <issue
2777        id="HardCodedColor"
2778        severity="Error"
2779        message="Avoid using hardcoded color"
2780        category="Correctness"
2781        priority="4"
2782        summary="Using hardcoded color"
2783        explanation="Hardcoded 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."
2784        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/info_title_text_color&lt;/item>"
2785        errorLine2="                                       ^">
2786        <location
2787            file="TwoPanelSettingsLib/res/values/styles.xml"
2788            line="57"
2789            column="40"/>
2790    </issue>
2791
2792    <issue
2793        id="HardCodedColor"
2794        severity="Error"
2795        message="Avoid using hardcoded color"
2796        category="Correctness"
2797        priority="4"
2798        summary="Using hardcoded color"
2799        explanation="Hardcoded 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."
2800        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/info_title_text_color&lt;/item>"
2801        errorLine2="                                       ^">
2802        <location
2803            file="TwoPanelSettingsLib/res/values/styles.xml"
2804            line="63"
2805            column="40"/>
2806    </issue>
2807
2808    <issue
2809        id="HardCodedColor"
2810        severity="Error"
2811        message="Avoid using hardcoded color"
2812        category="Correctness"
2813        priority="4"
2814        summary="Using hardcoded color"
2815        explanation="Hardcoded 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."
2816        errorLine1="        &lt;item name=&quot;android:windowBackground&quot;>@color/settings_background&lt;/item>"
2817        errorLine2="                                              ^">
2818        <location
2819            file="Settings/res/values/styles.xml"
2820            line="68"
2821            column="47"/>
2822    </issue>
2823
2824    <issue
2825        id="HardCodedColor"
2826        severity="Error"
2827        message="Avoid using hardcoded color"
2828        category="Correctness"
2829        priority="4"
2830        summary="Using hardcoded color"
2831        explanation="Hardcoded 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."
2832        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_list_item&lt;/item>"
2833        errorLine2="                                       ^">
2834        <location
2835            file="Settings/res/values/styles.xml"
2836            line="72"
2837            column="40"/>
2838    </issue>
2839
2840    <issue
2841        id="HardCodedColor"
2842        severity="Error"
2843        message="Avoid using hardcoded color"
2844        category="Correctness"
2845        priority="4"
2846        summary="Using hardcoded color"
2847        explanation="Hardcoded 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."
2848        errorLine1="        &lt;item name=&quot;wps_color&quot;>@color/setup_list_item&lt;/item>"
2849        errorLine2="                               ^">
2850        <location
2851            file="Settings/res/values/styles.xml"
2852            line="73"
2853            column="32"/>
2854    </issue>
2855
2856    <issue
2857        id="HardCodedColor"
2858        severity="Error"
2859        message="Avoid using hardcoded color"
2860        category="Correctness"
2861        priority="4"
2862        summary="Using hardcoded color"
2863        explanation="Hardcoded 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."
2864        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/add_accessory_hint_text_color&lt;/item>"
2865        errorLine2="                                       ^">
2866        <location
2867            file="Settings/res/values/styles.xml"
2868            line="111"
2869            column="40"/>
2870    </issue>
2871
2872    <issue
2873        id="HardCodedColor"
2874        severity="Error"
2875        message="Avoid using hardcoded color"
2876        category="Correctness"
2877        priority="4"
2878        summary="Using hardcoded color"
2879        explanation="Hardcoded 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."
2880        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/content_title_text_color&lt;/item>"
2881        errorLine2="                                       ^">
2882        <location
2883            file="Settings/res/values/styles.xml"
2884            line="132"
2885            column="40"/>
2886    </issue>
2887
2888    <issue
2889        id="HardCodedColor"
2890        severity="Error"
2891        message="Avoid using hardcoded color"
2892        category="Correctness"
2893        priority="4"
2894        summary="Using hardcoded color"
2895        explanation="Hardcoded 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."
2896        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/content_breadcrumb_text_color&lt;/item>"
2897        errorLine2="                                       ^">
2898        <location
2899            file="Settings/res/values/styles.xml"
2900            line="138"
2901            column="40"/>
2902    </issue>
2903
2904    <issue
2905        id="HardCodedColor"
2906        severity="Error"
2907        message="Avoid using hardcoded color"
2908        category="Correctness"
2909        priority="4"
2910        summary="Using hardcoded color"
2911        explanation="Hardcoded 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."
2912        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/content_description_text_color&lt;/item>"
2913        errorLine2="                                       ^">
2914        <location
2915            file="Settings/res/values/styles.xml"
2916            line="145"
2917            column="40"/>
2918    </issue>
2919
2920    <issue
2921        id="HardCodedColor"
2922        severity="Error"
2923        message="Avoid using hardcoded color"
2924        category="Correctness"
2925        priority="4"
2926        summary="Using hardcoded color"
2927        explanation="Hardcoded 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."
2928        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/list_item_unselected_text_color&lt;/item>"
2929        errorLine2="                                       ^">
2930        <location
2931            file="Settings/res/values/styles.xml"
2932            line="162"
2933            column="40"/>
2934    </issue>
2935
2936    <issue
2937        id="HardCodedColor"
2938        severity="Error"
2939        message="Avoid using hardcoded color"
2940        category="Correctness"
2941        priority="4"
2942        summary="Using hardcoded color"
2943        explanation="Hardcoded 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."
2944        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/list_item_unselected_text_color&lt;/item>"
2945        errorLine2="                                       ^">
2946        <location
2947            file="Settings/res/values/styles.xml"
2948            line="169"
2949            column="40"/>
2950    </issue>
2951
2952    <issue
2953        id="HardCodedColor"
2954        severity="Error"
2955        message="Avoid using hardcoded color"
2956        category="Correctness"
2957        priority="4"
2958        summary="Using hardcoded color"
2959        explanation="Hardcoded 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."
2960        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/setup_list_item&lt;/item>"
2961        errorLine2="                                       ^">
2962        <location
2963            file="Settings/res/values/styles.xml"
2964            line="216"
2965            column="40"/>
2966    </issue>
2967
2968    <issue
2969        id="HardCodedColor"
2970        severity="Error"
2971        message="Avoid using hardcoded color"
2972        category="Correctness"
2973        priority="4"
2974        summary="Using hardcoded color"
2975        explanation="Hardcoded 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."
2976        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/setup_list_item_focused&lt;/item>"
2977        errorLine2="                                       ^">
2978        <location
2979            file="Settings/res/values/styles.xml"
2980            line="224"
2981            column="40"/>
2982    </issue>
2983
2984    <issue
2985        id="HardCodedColor"
2986        severity="Error"
2987        message="Avoid using hardcoded color"
2988        category="Correctness"
2989        priority="4"
2990        summary="Using hardcoded color"
2991        explanation="Hardcoded 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."
2992        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/activity_progress_text&lt;/item>"
2993        errorLine2="                                       ^">
2994        <location
2995            file="Settings/res/values/styles.xml"
2996            line="230"
2997            column="40"/>
2998    </issue>
2999
3000    <issue
3001        id="HardCodedColor"
3002        severity="Error"
3003        message="Avoid using hardcoded color"
3004        category="Correctness"
3005        priority="4"
3006        summary="Using hardcoded color"
3007        explanation="Hardcoded 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."
3008        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/setup_list_item&lt;/item>"
3009        errorLine2="                                       ^">
3010        <location
3011            file="Settings/res/values/styles.xml"
3012            line="281"
3013            column="40"/>
3014    </issue>
3015
3016    <issue
3017        id="HardCodedColor"
3018        severity="Error"
3019        message="Avoid using hardcoded color"
3020        category="Correctness"
3021        priority="4"
3022        summary="Using hardcoded color"
3023        explanation="Hardcoded 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."
3024        errorLine1="        &lt;item name=&quot;android:textColor&quot;>@color/setup_primary_text_color&lt;/item>"
3025        errorLine2="                                       ^">
3026        <location
3027            file="Settings/res/values/styles.xml"
3028            line="298"
3029            column="40"/>
3030    </issue>
3031
3032    <issue
3033        id="HardCodedColor"
3034        severity="Error"
3035        message="Avoid using hardcoded color"
3036        category="Correctness"
3037        priority="4"
3038        summary="Using hardcoded color"
3039        explanation="Hardcoded 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."
3040        errorLine1="        android:color=&quot;@color/tp_preference_switch_thumb_on_default_color&quot;/>"
3041        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3042        <location
3043            file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml"
3044            line="22"
3045            column="9"/>
3046    </issue>
3047
3048    <issue
3049        id="HardCodedColor"
3050        severity="Error"
3051        message="Avoid using hardcoded color"
3052        category="Correctness"
3053        priority="4"
3054        summary="Using hardcoded color"
3055        explanation="Hardcoded 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."
3056        errorLine1="        android:color=&quot;@color/tp_preference_switch_thumb_disabled_color&quot;/>"
3057        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3058        <location
3059            file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml"
3060            line="26"
3061            column="9"/>
3062    </issue>
3063
3064    <issue
3065        id="HardCodedColor"
3066        severity="Error"
3067        message="Avoid using hardcoded color"
3068        category="Correctness"
3069        priority="4"
3070        summary="Using hardcoded color"
3071        explanation="Hardcoded 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."
3072        errorLine1="        android:color=&quot;@color/tp_preference_switch_thumb_off_default_color&quot;/>"
3073        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3074        <location
3075            file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml"
3076            line="30"
3077            column="9"/>
3078    </issue>
3079
3080    <issue
3081        id="HardCodedColor"
3082        severity="Error"
3083        message="Avoid using hardcoded color"
3084        category="Correctness"
3085        priority="4"
3086        summary="Using hardcoded color"
3087        explanation="Hardcoded 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."
3088        errorLine1="        android:color=&quot;@color/tp_preference_switch_thumb_disabled_color&quot;/>"
3089        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3090        <location
3091            file="TwoPanelSettingsLib/res/drawable/switch_thumb.xml"
3092            line="34"
3093            column="9"/>
3094    </issue>
3095
3096    <issue
3097        id="HardCodedColor"
3098        severity="Error"
3099        message="Avoid using hardcoded color"
3100        category="Correctness"
3101        priority="4"
3102        summary="Using hardcoded color"
3103        explanation="Hardcoded 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."
3104        errorLine1="        android:color=&quot;@color/tp_preference_switch_track_on_default_color&quot;/>"
3105        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3106        <location
3107            file="TwoPanelSettingsLib/res/drawable/switch_track.xml"
3108            line="22"
3109            column="9"/>
3110    </issue>
3111
3112    <issue
3113        id="HardCodedColor"
3114        severity="Error"
3115        message="Avoid using hardcoded color"
3116        category="Correctness"
3117        priority="4"
3118        summary="Using hardcoded color"
3119        explanation="Hardcoded 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."
3120        errorLine1="        android:color=&quot;@color/tp_preference_switch_track_disabled_color&quot;/>"
3121        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3122        <location
3123            file="TwoPanelSettingsLib/res/drawable/switch_track.xml"
3124            line="26"
3125            column="9"/>
3126    </issue>
3127
3128    <issue
3129        id="HardCodedColor"
3130        severity="Error"
3131        message="Avoid using hardcoded color"
3132        category="Correctness"
3133        priority="4"
3134        summary="Using hardcoded color"
3135        explanation="Hardcoded 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."
3136        errorLine1="        android:color=&quot;@color/tp_preference_switch_track_off_default_color&quot;/>"
3137        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3138        <location
3139            file="TwoPanelSettingsLib/res/drawable/switch_track.xml"
3140            line="30"
3141            column="9"/>
3142    </issue>
3143
3144    <issue
3145        id="HardCodedColor"
3146        severity="Error"
3147        message="Avoid using hardcoded color"
3148        category="Correctness"
3149        priority="4"
3150        summary="Using hardcoded color"
3151        explanation="Hardcoded 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."
3152        errorLine1="        android:color=&quot;@color/tp_preference_switch_track_disabled_color&quot;/>"
3153        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3154        <location
3155            file="TwoPanelSettingsLib/res/drawable/switch_track.xml"
3156            line="34"
3157            column="9"/>
3158    </issue>
3159
3160    <issue
3161        id="HardCodedColor"
3162        severity="Error"
3163        message="Avoid using hardcoded color"
3164        category="Correctness"
3165        priority="4"
3166        summary="Using hardcoded color"
3167        explanation="Hardcoded 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."
3168        errorLine1="        &lt;item name=&quot;android:colorControlNormal&quot;>#FF808080&lt;/item>"
3169        errorLine2="                                                ^">
3170        <location
3171            file="TwoPanelSettingsLib/res/values/themes.xml"
3172            line="28"
3173            column="49"/>
3174    </issue>
3175
3176    <issue
3177        id="HardCodedColor"
3178        severity="Error"
3179        message="Avoid using hardcoded color"
3180        category="Correctness"
3181        priority="4"
3182        summary="Using hardcoded color"
3183        explanation="Hardcoded 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."
3184        errorLine1="    &lt;solid android:color=&quot;#ffe8eaed&quot;/>"
3185        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
3186        <location
3187            file="TwoPanelSettingsLib/res/drawable/two_panel_preference_focused.xml"
3188            line="3"
3189            column="12"/>
3190    </issue>
3191
3192    <issue
3193        id="HardCodedColor"
3194        severity="Error"
3195        message="Avoid using hardcoded color"
3196        category="Correctness"
3197        priority="4"
3198        summary="Using hardcoded color"
3199        explanation="Hardcoded 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."
3200        errorLine1="        android:color=&quot;#ffe8eaed&quot;/>"
3201        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
3202        <location
3203            file="TwoPanelSettingsLib/res/drawable/two_panel_preference_focused.xml"
3204            line="6"
3205            column="9"/>
3206    </issue>
3207
3208    <issue
3209        id="HardCodedColor"
3210        severity="Error"
3211        message="Avoid using hardcoded color"
3212        category="Correctness"
3213        priority="4"
3214        summary="Using hardcoded color"
3215        explanation="Hardcoded 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."
3216        errorLine1="    android:background=&quot;@color/tp_fragment_container_background_color&quot;>"
3217        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3218        <location
3219            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3220            line="50"
3221            column="5"/>
3222    </issue>
3223
3224    <issue
3225        id="HardCodedColor"
3226        severity="Error"
3227        message="Avoid using hardcoded color"
3228        category="Correctness"
3229        priority="4"
3230        summary="Using hardcoded color"
3231        explanation="Hardcoded 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."
3232        errorLine1="                 android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3233        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3234        <location
3235            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3236            line="67"
3237            column="18"/>
3238    </issue>
3239
3240    <issue
3241        id="HardCodedColor"
3242        severity="Error"
3243        message="Avoid using hardcoded color"
3244        category="Correctness"
3245        priority="4"
3246        summary="Using hardcoded color"
3247        explanation="Hardcoded 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."
3248        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3249        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3250        <location
3251            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3252            line="73"
3253            column="17"/>
3254    </issue>
3255
3256    <issue
3257        id="HardCodedColor"
3258        severity="Error"
3259        message="Avoid using hardcoded color"
3260        category="Correctness"
3261        priority="4"
3262        summary="Using hardcoded color"
3263        explanation="Hardcoded 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."
3264        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3265        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3266        <location
3267            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3268            line="84"
3269            column="17"/>
3270    </issue>
3271
3272    <issue
3273        id="HardCodedColor"
3274        severity="Error"
3275        message="Avoid using hardcoded color"
3276        category="Correctness"
3277        priority="4"
3278        summary="Using hardcoded color"
3279        explanation="Hardcoded 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."
3280        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3281        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3282        <location
3283            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3284            line="95"
3285            column="17"/>
3286    </issue>
3287
3288    <issue
3289        id="HardCodedColor"
3290        severity="Error"
3291        message="Avoid using hardcoded color"
3292        category="Correctness"
3293        priority="4"
3294        summary="Using hardcoded color"
3295        explanation="Hardcoded 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."
3296        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3297        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3298        <location
3299            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3300            line="106"
3301            column="17"/>
3302    </issue>
3303
3304    <issue
3305        id="HardCodedColor"
3306        severity="Error"
3307        message="Avoid using hardcoded color"
3308        category="Correctness"
3309        priority="4"
3310        summary="Using hardcoded color"
3311        explanation="Hardcoded 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."
3312        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3313        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3314        <location
3315            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3316            line="117"
3317            column="17"/>
3318    </issue>
3319
3320    <issue
3321        id="HardCodedColor"
3322        severity="Error"
3323        message="Avoid using hardcoded color"
3324        category="Correctness"
3325        priority="4"
3326        summary="Using hardcoded color"
3327        explanation="Hardcoded 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."
3328        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3329        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3330        <location
3331            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3332            line="128"
3333            column="17"/>
3334    </issue>
3335
3336    <issue
3337        id="HardCodedColor"
3338        severity="Error"
3339        message="Avoid using hardcoded color"
3340        category="Correctness"
3341        priority="4"
3342        summary="Using hardcoded color"
3343        explanation="Hardcoded 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."
3344        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3345        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3346        <location
3347            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3348            line="139"
3349            column="17"/>
3350    </issue>
3351
3352    <issue
3353        id="HardCodedColor"
3354        severity="Error"
3355        message="Avoid using hardcoded color"
3356        category="Correctness"
3357        priority="4"
3358        summary="Using hardcoded color"
3359        explanation="Hardcoded 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."
3360        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3361        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3362        <location
3363            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3364            line="150"
3365            column="17"/>
3366    </issue>
3367
3368    <issue
3369        id="HardCodedColor"
3370        severity="Error"
3371        message="Avoid using hardcoded color"
3372        category="Correctness"
3373        priority="4"
3374        summary="Using hardcoded color"
3375        explanation="Hardcoded 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."
3376        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3377        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3378        <location
3379            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3380            line="161"
3381            column="17"/>
3382    </issue>
3383
3384    <issue
3385        id="HardCodedColor"
3386        severity="Error"
3387        message="Avoid using hardcoded color"
3388        category="Correctness"
3389        priority="4"
3390        summary="Using hardcoded color"
3391        explanation="Hardcoded 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."
3392        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3393        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3394        <location
3395            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3396            line="172"
3397            column="17"/>
3398    </issue>
3399
3400    <issue
3401        id="HardCodedColor"
3402        severity="Error"
3403        message="Avoid using hardcoded color"
3404        category="Correctness"
3405        priority="4"
3406        summary="Using hardcoded color"
3407        explanation="Hardcoded 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."
3408        errorLine1="                android:background=&quot;@color/tp_preference_panel_background_color&quot;"
3409        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3410        <location
3411            file="TwoPanelSettingsLib/res/layout/two_panel_settings_fragment.xml"
3412            line="183"
3413            column="17"/>
3414    </issue>
3415
3416</issues>
3417