blob: 4926e04c76effe17b27814f0427d7ffde162332f [file] [log] [blame]
jackqdyulei5024a382017-09-14 16:11:02 -07001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4">
3
4 <issue
Tsung-Mao Fang82037372021-09-06 21:16:51 +08005 id="LintError"
6 severity="Error"
7 message="No `.class` files were found in project &quot;.&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
8 category="Lint"
9 priority="10"
10 summary="Lint Failure"
11 explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.&#xA;These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
12 <location
13 file="."/>
14 </issue>
15
16 <issue
jackqdyulei5024a382017-09-14 16:11:02 -070017 id="HardCodedColor"
18 severity="Error"
19 message="Avoid using hardcoded color"
20 category="Correctness"
21 priority="4"
22 summary="Using hardcoded color"
23 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +080024 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
25 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
26 <location
27 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
28 line="38"
29 column="34"/>
30 </issue>
31
32 <issue
33 id="HardCodedColor"
34 severity="Error"
35 message="Avoid using hardcoded color"
36 category="Correctness"
37 priority="4"
38 summary="Using hardcoded color"
39 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
40 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
42 <location
43 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
44 line="38"
45 column="34"/>
46 </issue>
47
48 <issue
49 id="HardCodedColor"
50 severity="Error"
51 message="Avoid using hardcoded color"
52 category="Correctness"
53 priority="4"
54 summary="Using hardcoded color"
55 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
56 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
57 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
58 <location
59 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
60 line="39"
61 column="38"/>
62 </issue>
63
64 <issue
65 id="HardCodedColor"
66 severity="Error"
67 message="Avoid using hardcoded color"
68 category="Correctness"
69 priority="4"
70 summary="Using hardcoded color"
71 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
72 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
73 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
74 <location
75 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
76 line="39"
77 column="38"/>
78 </issue>
79
80 <issue
81 id="HardCodedColor"
82 severity="Error"
83 message="Avoid using hardcoded color"
84 category="Correctness"
85 priority="4"
86 summary="Using hardcoded color"
87 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
88 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
89 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
90 <location
91 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
92 line="52"
93 column="34"/>
94 </issue>
95
96 <issue
97 id="HardCodedColor"
98 severity="Error"
99 message="Avoid using hardcoded color"
100 category="Correctness"
101 priority="4"
102 summary="Using hardcoded color"
103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
104 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
106 <location
107 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
108 line="52"
109 column="34"/>
110 </issue>
111
112 <issue
113 id="HardCodedColor"
114 severity="Error"
115 message="Avoid using hardcoded color"
116 category="Correctness"
117 priority="4"
118 summary="Using hardcoded color"
119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
120 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
122 <location
123 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
124 line="53"
125 column="38"/>
126 </issue>
127
128 <issue
129 id="HardCodedColor"
130 severity="Error"
131 message="Avoid using hardcoded color"
132 category="Correctness"
133 priority="4"
134 summary="Using hardcoded color"
135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
136 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
138 <location
139 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
140 line="53"
141 column="38"/>
142 </issue>
143
144 <issue
145 id="HardCodedColor"
146 severity="Error"
147 message="Avoid using hardcoded color"
148 category="Correctness"
149 priority="4"
150 summary="Using hardcoded color"
151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
152 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
154 <location
155 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
156 line="66"
157 column="34"/>
158 </issue>
159
160 <issue
161 id="HardCodedColor"
162 severity="Error"
163 message="Avoid using hardcoded color"
164 category="Correctness"
165 priority="4"
166 summary="Using hardcoded color"
167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
168 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
170 <location
171 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
172 line="66"
173 column="34"/>
174 </issue>
175
176 <issue
177 id="HardCodedColor"
178 severity="Error"
179 message="Avoid using hardcoded color"
180 category="Correctness"
181 priority="4"
182 summary="Using hardcoded color"
183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
184 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
186 <location
187 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml"
188 line="67"
189 column="38"/>
190 </issue>
191
192 <issue
193 id="HardCodedColor"
194 severity="Error"
195 message="Avoid using hardcoded color"
196 category="Correctness"
197 priority="4"
198 summary="Using hardcoded color"
199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
200 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
202 <location
203 file="res/drawable/accessibility_gesture_navigation_three_finger_preview.xml"
204 line="67"
205 column="38"/>
206 </issue>
207
208 <issue
209 id="HardCodedColor"
210 severity="Error"
211 message="Avoid using hardcoded color"
212 category="Correctness"
213 priority="4"
214 summary="Using hardcoded color"
215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
216 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
218 <location
219 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
220 line="46"
221 column="36"/>
222 </issue>
223
224 <issue
225 id="HardCodedColor"
226 severity="Error"
227 message="Avoid using hardcoded color"
228 category="Correctness"
229 priority="4"
230 summary="Using hardcoded color"
231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
232 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#001A73E8&quot;/>"
233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
234 <location
235 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
236 line="46"
237 column="36"/>
238 </issue>
239
240 <issue
241 id="HardCodedColor"
242 severity="Error"
243 message="Avoid using hardcoded color"
244 category="Correctness"
245 priority="4"
246 summary="Using hardcoded color"
247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
248 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF669DF6&quot;/>"
249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
250 <location
251 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
252 line="47"
253 column="39"/>
254 </issue>
255
256 <issue
257 id="HardCodedColor"
258 severity="Error"
259 message="Avoid using hardcoded color"
260 category="Correctness"
261 priority="4"
262 summary="Using hardcoded color"
263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
264 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF1A73E8&quot;/>"
265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
266 <location
267 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
268 line="47"
269 column="39"/>
270 </issue>
271
272 <issue
273 id="HardCodedColor"
274 severity="Error"
275 message="Avoid using hardcoded color"
276 category="Correctness"
277 priority="4"
278 summary="Using hardcoded color"
279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
280 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
282 <location
283 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
284 line="60"
285 column="36"/>
286 </issue>
287
288 <issue
289 id="HardCodedColor"
290 severity="Error"
291 message="Avoid using hardcoded color"
292 category="Correctness"
293 priority="4"
294 summary="Using hardcoded color"
295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
296 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#001A73E8&quot;/>"
297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
298 <location
299 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
300 line="60"
301 column="36"/>
302 </issue>
303
304 <issue
305 id="HardCodedColor"
306 severity="Error"
307 message="Avoid using hardcoded color"
308 category="Correctness"
309 priority="4"
310 summary="Using hardcoded color"
311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
312 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF669DF6&quot;/>"
313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
314 <location
315 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
316 line="61"
317 column="39"/>
318 </issue>
319
320 <issue
321 id="HardCodedColor"
322 severity="Error"
323 message="Avoid using hardcoded color"
324 category="Correctness"
325 priority="4"
326 summary="Using hardcoded color"
327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
328 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF1A73E8&quot;/>"
329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
330 <location
331 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
332 line="61"
333 column="39"/>
334 </issue>
335
336 <issue
337 id="HardCodedColor"
338 severity="Error"
339 message="Avoid using hardcoded color"
340 category="Correctness"
341 priority="4"
342 summary="Using hardcoded color"
343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
344 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
346 <location
347 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
348 line="74"
349 column="36"/>
350 </issue>
351
352 <issue
353 id="HardCodedColor"
354 severity="Error"
355 message="Avoid using hardcoded color"
356 category="Correctness"
357 priority="4"
358 summary="Using hardcoded color"
359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
360 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#001A73E8&quot;/>"
361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
362 <location
363 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
364 line="74"
365 column="36"/>
366 </issue>
367
368 <issue
369 id="HardCodedColor"
370 severity="Error"
371 message="Avoid using hardcoded color"
372 category="Correctness"
373 priority="4"
374 summary="Using hardcoded color"
375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
376 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF669DF6&quot;/>"
377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
378 <location
379 file="res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
380 line="75"
381 column="39"/>
382 </issue>
383
384 <issue
385 id="HardCodedColor"
386 severity="Error"
387 message="Avoid using hardcoded color"
388 category="Correctness"
389 priority="4"
390 summary="Using hardcoded color"
391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
392 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF1A73E8&quot;/>"
393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
394 <location
395 file="res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml"
396 line="75"
397 column="39"/>
398 </issue>
399
400 <issue
401 id="HardCodedColor"
402 severity="Error"
403 message="Avoid using hardcoded color"
404 category="Correctness"
405 priority="4"
406 summary="Using hardcoded color"
407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
408 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
410 <location
411 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
412 line="38"
413 column="34"/>
414 </issue>
415
416 <issue
417 id="HardCodedColor"
418 severity="Error"
419 message="Avoid using hardcoded color"
420 category="Correctness"
421 priority="4"
422 summary="Using hardcoded color"
423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
424 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
426 <location
427 file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
428 line="38"
429 column="34"/>
430 </issue>
431
432 <issue
433 id="HardCodedColor"
434 severity="Error"
435 message="Avoid using hardcoded color"
436 category="Correctness"
437 priority="4"
438 summary="Using hardcoded color"
439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
440 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
442 <location
443 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
444 line="39"
445 column="38"/>
446 </issue>
447
448 <issue
449 id="HardCodedColor"
450 severity="Error"
451 message="Avoid using hardcoded color"
452 category="Correctness"
453 priority="4"
454 summary="Using hardcoded color"
455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
456 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
458 <location
459 file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
460 line="39"
461 column="38"/>
462 </issue>
463
464 <issue
465 id="HardCodedColor"
466 severity="Error"
467 message="Avoid using hardcoded color"
468 category="Correctness"
469 priority="4"
470 summary="Using hardcoded color"
471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
472 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
474 <location
475 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
476 line="52"
477 column="34"/>
478 </issue>
479
480 <issue
481 id="HardCodedColor"
482 severity="Error"
483 message="Avoid using hardcoded color"
484 category="Correctness"
485 priority="4"
486 summary="Using hardcoded color"
487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
488 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
490 <location
491 file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
492 line="52"
493 column="34"/>
494 </issue>
495
496 <issue
497 id="HardCodedColor"
498 severity="Error"
499 message="Avoid using hardcoded color"
500 category="Correctness"
501 priority="4"
502 summary="Using hardcoded color"
503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
504 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
506 <location
507 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml"
508 line="53"
509 column="38"/>
510 </issue>
511
512 <issue
513 id="HardCodedColor"
514 severity="Error"
515 message="Avoid using hardcoded color"
516 category="Correctness"
517 priority="4"
518 summary="Using hardcoded color"
519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
520 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
522 <location
523 file="res/drawable/accessibility_gesture_navigation_two_finger_preview.xml"
524 line="53"
525 column="38"/>
526 </issue>
527
528 <issue
529 id="HardCodedColor"
530 severity="Error"
531 message="Avoid using hardcoded color"
532 category="Correctness"
533 priority="4"
534 summary="Using hardcoded color"
535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
536 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
538 <location
539 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
540 line="46"
541 column="36"/>
542 </issue>
543
544 <issue
545 id="HardCodedColor"
546 severity="Error"
547 message="Avoid using hardcoded color"
548 category="Correctness"
549 priority="4"
550 summary="Using hardcoded color"
551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
552 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#001A73E8&quot;/>"
553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
554 <location
555 file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
556 line="46"
557 column="36"/>
558 </issue>
559
560 <issue
561 id="HardCodedColor"
562 severity="Error"
563 message="Avoid using hardcoded color"
564 category="Correctness"
565 priority="4"
566 summary="Using hardcoded color"
567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
568 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF669DF6&quot;/>"
569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
570 <location
571 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
572 line="47"
573 column="39"/>
574 </issue>
575
576 <issue
577 id="HardCodedColor"
578 severity="Error"
579 message="Avoid using hardcoded color"
580 category="Correctness"
581 priority="4"
582 summary="Using hardcoded color"
583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
584 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF1A73E8&quot;/>"
585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
586 <location
587 file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
588 line="47"
589 column="39"/>
590 </issue>
591
592 <issue
593 id="HardCodedColor"
594 severity="Error"
595 message="Avoid using hardcoded color"
596 category="Correctness"
597 priority="4"
598 summary="Using hardcoded color"
599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
600 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
602 <location
603 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
604 line="60"
605 column="36"/>
606 </issue>
607
608 <issue
609 id="HardCodedColor"
610 severity="Error"
611 message="Avoid using hardcoded color"
612 category="Correctness"
613 priority="4"
614 summary="Using hardcoded color"
615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
616 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#001A73E8&quot;/>"
617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
618 <location
619 file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
620 line="60"
621 column="36"/>
622 </issue>
623
624 <issue
625 id="HardCodedColor"
626 severity="Error"
627 message="Avoid using hardcoded color"
628 category="Correctness"
629 priority="4"
630 summary="Using hardcoded color"
631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
632 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF669DF6&quot;/>"
633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
634 <location
635 file="res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
636 line="61"
637 column="39"/>
638 </issue>
639
640 <issue
641 id="HardCodedColor"
642 severity="Error"
643 message="Avoid using hardcoded color"
644 category="Correctness"
645 priority="4"
646 summary="Using hardcoded color"
647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
648 errorLine1=" &lt;item android:offset=&quot;0.69&quot; android:color=&quot;#FF1A73E8&quot;/>"
649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
650 <location
651 file="res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml"
652 line="61"
653 column="39"/>
654 </issue>
655
656 <issue
657 id="HardCodedColor"
658 severity="Error"
659 message="Avoid using hardcoded color"
660 category="Correctness"
661 priority="4"
662 summary="Using hardcoded color"
663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -0700664 errorLine1=" android:startColor=&quot;#4D000000&quot;"
665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
666 <location
667 file="res/drawable/action_bar_dropshadow.xml"
668 line="22"
669 column="9"/>
670 </issue>
671
672 <issue
673 id="HardCodedColor"
674 severity="Error"
675 message="Avoid using hardcoded color"
676 category="Correctness"
677 priority="4"
678 summary="Using hardcoded color"
679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400680 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
682 <location
683 file="res/drawable/button_border_unselected.xml"
684 line="21"
685 column="9"/>
686 </issue>
687
688 <issue
689 id="HardCodedColor"
690 severity="Error"
691 message="Avoid using hardcoded color"
692 category="Correctness"
693 priority="4"
694 summary="Using hardcoded color"
695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
696 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
698 <location
699 file="res/drawable/button_border_unselected.xml"
700 line="21"
701 column="9"/>
702 </issue>
703
704 <issue
705 id="HardCodedColor"
706 severity="Error"
707 message="Avoid using hardcoded color"
708 category="Correctness"
709 priority="4"
710 summary="Using hardcoded color"
711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000712 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#82000000&lt;/color>"
713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -0700714 <location
715 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800716 line="19"
Fan Zhangb4b77252019-05-14 17:25:02 +0000717 column="5"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -0700718 </issue>
719
720 <issue
721 id="HardCodedColor"
722 severity="Error"
723 message="Avoid using hardcoded color"
724 category="Correctness"
725 priority="4"
726 summary="Using hardcoded color"
727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800728 errorLine1=" &lt;color name=&quot;divider_color&quot;>#20ffffff&lt;/color>"
729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
730 <location
731 file="res/values/colors.xml"
732 line="20"
733 column="5"/>
734 </issue>
735
736 <issue
737 id="HardCodedColor"
738 severity="Error"
739 message="Avoid using hardcoded color"
740 category="Correctness"
741 priority="4"
742 summary="Using hardcoded color"
743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800744 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#783BE5&lt;/color>"
745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +0800746 <location
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400747 file="res/values-night/colors.xml"
tmfang0b73c292019-03-18 11:43:28 +0800748 line="21"
Fan Zhangb4b77252019-05-14 17:25:02 +0000749 column="5"/>
tmfang0b73c292019-03-18 11:43:28 +0800750 </issue>
751
752 <issue
753 id="HardCodedColor"
754 severity="Error"
755 message="Avoid using hardcoded color"
756 category="Correctness"
757 priority="4"
758 summary="Using hardcoded color"
759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800760 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#3F5FBD&lt;/color>"
761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
762 <location
763 file="res/values-night/colors.xml"
764 line="22"
765 column="5"/>
766 </issue>
767
768 <issue
769 id="HardCodedColor"
770 severity="Error"
771 message="Avoid using hardcoded color"
772 category="Correctness"
773 priority="4"
774 summary="Using hardcoded color"
775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800776 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_dark&quot;>#89ffffff&lt;/color>"
777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
778 <location
779 file="res/values/colors.xml"
780 line="22"
781 column="5"/>
782 </issue>
783
784 <issue
785 id="HardCodedColor"
786 severity="Error"
787 message="Avoid using hardcoded color"
788 category="Correctness"
789 priority="4"
790 summary="Using hardcoded color"
791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
792 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_light&quot;>#89000000&lt;/color>"
793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
794 <location
795 file="res/values/colors.xml"
796 line="23"
797 column="5"/>
798 </issue>
799
800 <issue
801 id="HardCodedColor"
802 severity="Error"
803 message="Avoid using hardcoded color"
804 category="Correctness"
805 priority="4"
806 summary="Using hardcoded color"
807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
808 errorLine1=" &lt;color name=&quot;lock_pattern_background&quot;>#00000000&lt;/color>"
809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800810 <location
811 file="res/values/colors.xml"
812 line="25"
Fan Zhangb4b77252019-05-14 17:25:02 +0000813 column="5"/>
814 </issue>
815
816 <issue
817 id="HardCodedColor"
818 severity="Error"
819 message="Avoid using hardcoded color"
820 category="Correctness"
821 priority="4"
822 summary="Using hardcoded color"
823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800824 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#AECBFA&lt;/color> &lt;!-- material blue 200 -->"
825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
826 <location
827 file="res/values-night/colors.xml"
828 line="27"
829 column="5"/>
830 </issue>
831
832 <issue
833 id="HardCodedColor"
834 severity="Error"
835 message="Avoid using hardcoded color"
836 category="Correctness"
837 priority="4"
838 summary="Using hardcoded color"
839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000840 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#5F6368&lt;/color>"
841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
842 <location
843 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800844 line="28"
jackqdyulei5024a382017-09-14 16:11:02 -0700845 column="5"/>
846 </issue>
847
848 <issue
849 id="HardCodedColor"
850 severity="Error"
851 message="Avoid using hardcoded color"
852 category="Correctness"
853 priority="4"
854 summary="Using hardcoded color"
855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800856 errorLine1=" &lt;color name=&quot;fingerprint_title_color&quot;>#ffffffff&lt;/color>"
857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800858 <location
859 file="res/values/colors.xml"
860 line="28"
861 column="5"/>
862 </issue>
863
864 <issue
865 id="HardCodedColor"
866 severity="Error"
867 message="Avoid using hardcoded color"
868 category="Correctness"
869 priority="4"
870 summary="Using hardcoded color"
871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +0800872 errorLine1=" &lt;color name=&quot;notification_history_background&quot;>#202124&lt;/color>"
873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sunny Shaobefb1922020-07-24 13:25:30 +0800874 <location
875 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800876 line="29"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800877 column="5"/>
878 </issue>
879
880 <issue
881 id="HardCodedColor"
882 severity="Error"
883 message="Avoid using hardcoded color"
884 category="Correctness"
885 priority="4"
886 summary="Using hardcoded color"
887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800888 errorLine1=" &lt;color name=&quot;fingerprint_message_color&quot;>#de000000&lt;/color>"
889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700890 <location
891 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800892 line="29"
jackqdyulei5024a382017-09-14 16:11:02 -0700893 column="5"/>
894 </issue>
895
896 <issue
897 id="HardCodedColor"
898 severity="Error"
899 message="Avoid using hardcoded color"
900 category="Correctness"
901 priority="4"
902 summary="Using hardcoded color"
903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800904 errorLine1=" &lt;color name=&quot;running_processes_system_ram&quot;>#ff384248&lt;/color>"
905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700906 <location
907 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800908 line="31"
jackqdyulei5024a382017-09-14 16:11:02 -0700909 column="5"/>
910 </issue>
911
912 <issue
913 id="HardCodedColor"
914 severity="Error"
915 message="Avoid using hardcoded color"
916 category="Correctness"
917 priority="4"
918 summary="Using hardcoded color"
919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800920 errorLine1=" &lt;color name=&quot;running_processes_free_ram&quot;>#ffced7db&lt;/color>"
921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700922 <location
923 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800924 line="32"
jackqdyulei5024a382017-09-14 16:11:02 -0700925 column="5"/>
926 </issue>
927
928 <issue
929 id="HardCodedColor"
930 severity="Error"
931 message="Avoid using hardcoded color"
932 category="Correctness"
933 priority="4"
934 summary="Using hardcoded color"
935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800936 errorLine1=" &lt;color name=&quot;confirm_device_credential_transparent_black&quot;>#60000000&lt;/color>"
937 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700938 <location
939 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800940 line="36"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800941 column="5"/>
942 </issue>
943
944 <issue
945 id="HardCodedColor"
946 severity="Error"
947 message="Avoid using hardcoded color"
948 category="Correctness"
949 priority="4"
950 summary="Using hardcoded color"
951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800952 errorLine1=" &lt;color name=&quot;icon_accent&quot;>#ffabffec&lt;/color>"
953 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800954 <location
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800955 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800956 line="39"
957 column="5"/>
958 </issue>
959
960 <issue
961 id="HardCodedColor"
962 severity="Error"
963 message="Avoid using hardcoded color"
964 category="Correctness"
965 priority="4"
966 summary="Using hardcoded color"
967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
968 errorLine1=" &lt;color name=&quot;material_blue_500&quot;>#4285F4&lt;/color>"
969 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
970 <location
971 file="res/values/colors.xml"
972 line="42"
973 column="5"/>
974 </issue>
975
976 <issue
977 id="HardCodedColor"
978 severity="Error"
979 message="Avoid using hardcoded color"
980 category="Correctness"
981 priority="4"
982 summary="Using hardcoded color"
983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
984 errorLine1=" &lt;color name=&quot;material_blue_700&quot;>#3367D6&lt;/color>"
985 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
986 <location
987 file="res/values/colors.xml"
988 line="43"
989 column="5"/>
990 </issue>
991
992 <issue
993 id="HardCodedColor"
994 severity="Error"
995 message="Avoid using hardcoded color"
996 category="Correctness"
997 priority="4"
998 summary="Using hardcoded color"
999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1000 errorLine1=" &lt;color name=&quot;material_grey_100&quot;>#f5f5f5&lt;/color>"
1001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1002 <location
1003 file="res/values/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001004 line="44"
jackqdyulei5024a382017-09-14 16:11:02 -07001005 column="5"/>
1006 </issue>
1007
1008 <issue
1009 id="HardCodedColor"
1010 severity="Error"
1011 message="Avoid using hardcoded color"
1012 category="Correctness"
1013 priority="4"
1014 summary="Using hardcoded color"
1015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001016 errorLine1=" &lt;color name=&quot;settings_dialog_colorError&quot;>#f28b82&lt;/color> &lt;!-- Red 300 -->"
1017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07001018 <location
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001019 file="res/values-night/colors.xml"
1020 line="45"
jackqdyulei5024a382017-09-14 16:11:02 -07001021 column="5"/>
1022 </issue>
1023
1024 <issue
1025 id="HardCodedColor"
1026 severity="Error"
1027 message="Avoid using hardcoded color"
1028 category="Correctness"
1029 priority="4"
1030 summary="Using hardcoded color"
1031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08001032 errorLine1=" &lt;color name=&quot;material_grey_200&quot;>#ffffff&lt;/color>"
Tsung-Mao Fang395ea902021-11-18 14:05:29 +08001033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07001034 <location
1035 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001036 line="45"
1037 column="5"/>
1038 </issue>
1039
1040 <issue
1041 id="HardCodedColor"
1042 severity="Error"
1043 message="Avoid using hardcoded color"
1044 category="Correctness"
1045 priority="4"
1046 summary="Using hardcoded color"
1047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001048 errorLine1=" &lt;color name=&quot;message_text_incoming&quot;>#E4E3DA&lt;/color>"
1049 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
menghanli075364f2022-03-10 07:39:43 +08001050 <location
1051 file="res/values/colors.xml"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08001052 line="47"
jackqdyulei5024a382017-09-14 16:11:02 -07001053 column="5"/>
1054 </issue>
1055
1056 <issue
1057 id="HardCodedColor"
1058 severity="Error"
1059 message="Avoid using hardcoded color"
1060 category="Correctness"
1061 priority="4"
1062 summary="Using hardcoded color"
1063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001064 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_bar&quot;>#5bb974&lt;/color>"
1065 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001066 <location
1067 file="res/values-night/colors.xml"
1068 line="48"
1069 column="5"/>
1070 </issue>
1071
1072 <issue
1073 id="HardCodedColor"
1074 severity="Error"
1075 message="Avoid using hardcoded color"
1076 category="Correctness"
1077 priority="4"
1078 summary="Using hardcoded color"
1079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001080 errorLine1=" &lt;color name=&quot;message_text_outgoing&quot;>#1B1C17&lt;/color>"
1081 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07001082 <location
1083 file="res/values/colors.xml"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08001084 line="48"
jackqdyulei5024a382017-09-14 16:11:02 -07001085 column="5"/>
1086 </issue>
1087
1088 <issue
1089 id="HardCodedColor"
1090 severity="Error"
1091 message="Avoid using hardcoded color"
1092 category="Correctness"
1093 priority="4"
1094 summary="Using hardcoded color"
1095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001096 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_icon&quot;>#669df6&lt;/color>"
1097 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1098 <location
1099 file="res/values-night/colors.xml"
1100 line="49"
1101 column="5"/>
1102 </issue>
1103
1104 <issue
1105 id="HardCodedColor"
1106 severity="Error"
1107 message="Avoid using hardcoded color"
1108 category="Correctness"
1109 priority="4"
1110 summary="Using hardcoded color"
1111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08001112 errorLine1=" &lt;color name=&quot;timestamp_text_outgoing&quot;>#99323232&lt;/color>"
1113 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +08001114 <location
1115 file="res/values/colors.xml"
1116 line="49"
1117 column="5"/>
1118 </issue>
1119
1120 <issue
1121 id="HardCodedColor"
1122 severity="Error"
1123 message="Avoid using hardcoded color"
1124 category="Correctness"
1125 priority="4"
1126 summary="Using hardcoded color"
1127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001128 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_outline&quot;>#5e5e5e&lt;/color>"
1129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1130 <location
1131 file="res/values-night/colors.xml"
1132 line="50"
1133 column="5"/>
1134 </issue>
1135
1136 <issue
1137 id="HardCodedColor"
1138 severity="Error"
1139 message="Avoid using hardcoded color"
1140 category="Correctness"
1141 priority="4"
1142 summary="Using hardcoded color"
1143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08001144 errorLine1=" &lt;color name=&quot;timestamp_text_incoming&quot;>#99ffffff&lt;/color>"
1145 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +08001146 <location
1147 file="res/values/colors.xml"
1148 line="50"
1149 column="5"/>
1150 </issue>
1151
1152 <issue
1153 id="HardCodedColor"
1154 severity="Error"
1155 message="Avoid using hardcoded color"
1156 category="Correctness"
1157 priority="4"
1158 summary="Using hardcoded color"
1159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08001160 errorLine1=" &lt;color name=&quot;fingerprint_enrollment_finish_color_outline&quot;>#669df6&lt;/color>"
1161 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1162 <location
1163 file="res/values-night/colors.xml"
1164 line="51"
1165 column="5"/>
1166 </issue>
1167
1168 <issue
1169 id="HardCodedColor"
1170 severity="Error"
1171 message="Avoid using hardcoded color"
1172 category="Correctness"
1173 priority="4"
1174 summary="Using hardcoded color"
1175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001176 errorLine1=" &lt;color name=&quot;message_bubble_incoming&quot;>#52534D&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -07001177 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1178 <location
1179 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001180 line="51"
jackqdyulei5024a382017-09-14 16:11:02 -07001181 column="5"/>
1182 </issue>
1183
1184 <issue
1185 id="HardCodedColor"
1186 severity="Error"
1187 message="Avoid using hardcoded color"
1188 category="Correctness"
1189 priority="4"
1190 summary="Using hardcoded color"
1191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001192 errorLine1=" &lt;color name=&quot;message_bubble_outgoing&quot;>#C7C8B7&lt;/color>"
1193 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07001194 <location
1195 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001196 line="52"
jackqdyulei5024a382017-09-14 16:11:02 -07001197 column="5"/>
1198 </issue>
1199
1200 <issue
1201 id="HardCodedColor"
1202 severity="Error"
1203 message="Avoid using hardcoded color"
1204 category="Correctness"
1205 priority="4"
1206 summary="Using hardcoded color"
1207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001208 errorLine1=" &lt;color name=&quot;message_icon_background_incoming&quot;>#E6F451&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -07001209 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1210 <location
1211 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001212 line="53"
jackqdyulei5024a382017-09-14 16:11:02 -07001213 column="5"/>
1214 </issue>
1215
1216 <issue
1217 id="HardCodedColor"
1218 severity="Error"
1219 message="Avoid using hardcoded color"
1220 category="Correctness"
1221 priority="4"
1222 summary="Using hardcoded color"
1223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08001224 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_captured_color&quot;>#d2e3fc&lt;/color> &lt;!-- Blue 100 -->"
1225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1226 <location
1227 file="res/values-night/colors.xml"
1228 line="54"
1229 column="5"/>
1230 </issue>
1231
1232 <issue
1233 id="HardCodedColor"
1234 severity="Error"
1235 message="Avoid using hardcoded color"
1236 category="Correctness"
1237 priority="4"
1238 summary="Using hardcoded color"
1239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07001240 errorLine1=" &lt;color name=&quot;message_icon_text_incoming&quot;>#ffffffff&lt;/color>"
1241 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1242 <location
1243 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001244 line="54"
jackqdyulei5024a382017-09-14 16:11:02 -07001245 column="5"/>
1246 </issue>
1247
1248 <issue
1249 id="HardCodedColor"
1250 severity="Error"
1251 message="Avoid using hardcoded color"
1252 category="Correctness"
1253 priority="4"
1254 summary="Using hardcoded color"
1255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08001256 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_error_color&quot;>#fad2cf&lt;/color> &lt;!-- Red 100 -->"
1257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sorin Bascaa962b4b2022-07-05 18:37:05 +01001258 <location
menghanli796fccc2023-03-16 07:31:02 +08001259 file="res/values-night/colors.xml"
1260 line="55"
Sorin Bascaa962b4b2022-07-05 18:37:05 +01001261 column="5"/>
1262 </issue>
1263
1264 <issue
1265 id="HardCodedColor"
1266 severity="Error"
1267 message="Avoid using hardcoded color"
1268 category="Correctness"
1269 priority="4"
1270 summary="Using hardcoded color"
1271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001272 errorLine1=" &lt;color name=&quot;message_icon_background_outgoing&quot;>#FBBC04&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -07001273 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1274 <location
1275 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001276 line="55"
jackqdyulei5024a382017-09-14 16:11:02 -07001277 column="5"/>
1278 </issue>
1279
1280 <issue
1281 id="HardCodedColor"
1282 severity="Error"
1283 message="Avoid using hardcoded color"
1284 category="Correctness"
1285 priority="4"
1286 summary="Using hardcoded color"
1287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08001288 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_bg_color&quot;>#3C4043&lt;/color> &lt;!-- Gray 800 -->"
1289 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1290 <location
1291 file="res/values-night/colors.xml"
1292 line="56"
1293 column="5"/>
1294 </issue>
1295
1296 <issue
1297 id="HardCodedColor"
1298 severity="Error"
1299 message="Avoid using hardcoded color"
1300 category="Correctness"
1301 priority="4"
1302 summary="Using hardcoded color"
1303 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07001304 errorLine1=" &lt;color name=&quot;message_icon_text_outgoing&quot;>#ffffffff&lt;/color>"
1305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1306 <location
1307 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +08001308 line="56"
jackqdyulei5024a382017-09-14 16:11:02 -07001309 column="5"/>
1310 </issue>
1311
1312 <issue
1313 id="HardCodedColor"
1314 severity="Error"
1315 message="Avoid using hardcoded color"
1316 category="Correctness"
1317 priority="4"
1318 summary="Using hardcoded color"
1319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08001320 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_fill_color&quot;>#669df6&lt;/color> &lt;!-- Blue 400 -->"
1321 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1322 <location
1323 file="res/values-night/colors.xml"
1324 line="57"
1325 column="5"/>
1326 </issue>
1327
1328 <issue
1329 id="HardCodedColor"
1330 severity="Error"
1331 message="Avoid using hardcoded color"
1332 category="Correctness"
1333 priority="4"
1334 summary="Using hardcoded color"
1335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001336 errorLine1=" &lt;color name=&quot;message_icon_color&quot;>#DADADA&lt;/color>"
1337 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1338 <location
1339 file="res/values/colors.xml"
1340 line="57"
1341 column="5"/>
1342 </issue>
1343
1344 <issue
1345 id="HardCodedColor"
1346 severity="Error"
1347 message="Avoid using hardcoded color"
1348 category="Correctness"
1349 priority="4"
1350 summary="Using hardcoded color"
1351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08001352 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_error_color&quot;>#ee675c&lt;/color> &lt;!-- Red 400 -->"
1353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1354 <location
1355 file="res/values-night/colors.xml"
1356 line="58"
1357 column="5"/>
1358 </issue>
1359
1360 <issue
1361 id="HardCodedColor"
1362 severity="Error"
1363 message="Avoid using hardcoded color"
1364 category="Correctness"
1365 priority="4"
1366 summary="Using hardcoded color"
1367 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07001368 errorLine1=" &lt;color name=&quot;usage_graph_dots&quot;>#B0BEC5&lt;/color>"
1369 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1370 <location
1371 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001372 line="59"
jackqdyulei5024a382017-09-14 16:11:02 -07001373 column="5"/>
1374 </issue>
1375
1376 <issue
1377 id="HardCodedColor"
1378 severity="Error"
1379 message="Avoid using hardcoded color"
1380 category="Correctness"
1381 priority="4"
1382 summary="Using hardcoded color"
1383 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang76a0ef62018-05-18 13:27:11 -07001384 errorLine1=" &lt;color name=&quot;gestures_setting_background_color&quot;>#ffffff&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -07001385 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1386 <location
1387 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001388 line="62"
jackqdyulei5024a382017-09-14 16:11:02 -07001389 column="5"/>
1390 </issue>
1391
1392 <issue
1393 id="HardCodedColor"
1394 severity="Error"
1395 message="Avoid using hardcoded color"
1396 category="Correctness"
1397 priority="4"
1398 summary="Using hardcoded color"
1399 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07001400 errorLine1=" &lt;color name=&quot;shortcut_background&quot;>#fff5f5f5&lt;/color>"
1401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1402 <location
1403 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001404 line="65"
jackqdyulei5024a382017-09-14 16:11:02 -07001405 column="5"/>
1406 </issue>
1407
1408 <issue
1409 id="HardCodedColor"
1410 severity="Error"
1411 message="Avoid using hardcoded color"
1412 category="Correctness"
1413 priority="4"
1414 summary="Using hardcoded color"
1415 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez807d3d92018-11-27 15:20:15 -08001416 errorLine1=" &lt;color name=&quot;fallback_tintColor&quot;>#89000000&lt;/color>"
1417 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07001418 <location
1419 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001420 line="68"
jackqdyulei5024a382017-09-14 16:11:02 -07001421 column="5"/>
1422 </issue>
1423
1424 <issue
1425 id="HardCodedColor"
1426 severity="Error"
1427 message="Avoid using hardcoded color"
1428 category="Correctness"
1429 priority="4"
1430 summary="Using hardcoded color"
1431 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang925a4f82018-01-23 16:35:31 -08001432 errorLine1=" &lt;color name=&quot;homepage_network_background&quot;>#2196F3&lt;/color>"
1433 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1434 <location
1435 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001436 line="71"
Fan Zhang925a4f82018-01-23 16:35:31 -08001437 column="5"/>
1438 </issue>
1439
1440 <issue
1441 id="HardCodedColor"
1442 severity="Error"
1443 message="Avoid using hardcoded color"
1444 category="Correctness"
1445 priority="4"
1446 summary="Using hardcoded color"
1447 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +08001448 errorLine1=" &lt;color name=&quot;homepage_connected_device_background&quot;>#72B70F&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001449 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1450 <location
1451 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001452 line="72"
Fan Zhang925a4f82018-01-23 16:35:31 -08001453 column="5"/>
1454 </issue>
1455
1456 <issue
1457 id="HardCodedColor"
1458 severity="Error"
1459 message="Avoid using hardcoded color"
1460 category="Correctness"
1461 priority="4"
1462 summary="Using hardcoded color"
1463 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1464 errorLine1=" &lt;color name=&quot;homepage_app_and_notification_background&quot;>#FF7E0F&lt;/color>"
1465 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1466 <location
1467 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001468 line="73"
Fan Zhang925a4f82018-01-23 16:35:31 -08001469 column="5"/>
1470 </issue>
1471
1472 <issue
1473 id="HardCodedColor"
1474 severity="Error"
1475 message="Avoid using hardcoded color"
1476 category="Correctness"
1477 priority="4"
1478 summary="Using hardcoded color"
1479 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1480 errorLine1=" &lt;color name=&quot;homepage_battery_background&quot;>#258982&lt;/color>"
1481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1482 <location
1483 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001484 line="74"
Fan Zhang925a4f82018-01-23 16:35:31 -08001485 column="5"/>
1486 </issue>
1487
1488 <issue
1489 id="HardCodedColor"
1490 severity="Error"
1491 message="Avoid using hardcoded color"
1492 category="Correctness"
1493 priority="4"
1494 summary="Using hardcoded color"
1495 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +08001496 errorLine1=" &lt;color name=&quot;homepage_display_background&quot;>#FFA727&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001497 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1498 <location
1499 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001500 line="75"
Fan Zhang925a4f82018-01-23 16:35:31 -08001501 column="5"/>
1502 </issue>
1503
1504 <issue
1505 id="HardCodedColor"
1506 severity="Error"
1507 message="Avoid using hardcoded color"
1508 category="Correctness"
1509 priority="4"
1510 summary="Using hardcoded color"
1511 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1512 errorLine1=" &lt;color name=&quot;homepage_sound_background&quot;>#01B1AF&lt;/color>"
1513 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1514 <location
1515 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001516 line="76"
Fan Zhang925a4f82018-01-23 16:35:31 -08001517 column="5"/>
1518 </issue>
1519
1520 <issue
1521 id="HardCodedColor"
1522 severity="Error"
1523 message="Avoid using hardcoded color"
1524 category="Correctness"
1525 priority="4"
1526 summary="Using hardcoded color"
1527 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1528 errorLine1=" &lt;color name=&quot;homepage_storage_background&quot;>#C14CE6&lt;/color>"
1529 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1530 <location
1531 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001532 line="77"
Fan Zhang925a4f82018-01-23 16:35:31 -08001533 column="5"/>
1534 </issue>
1535
1536 <issue
1537 id="HardCodedColor"
1538 severity="Error"
1539 message="Avoid using hardcoded color"
1540 category="Correctness"
1541 priority="4"
1542 summary="Using hardcoded color"
1543 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1544 errorLine1=" &lt;color name=&quot;homepage_security_background&quot;>#0F9D58&lt;/color>"
1545 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1546 <location
1547 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001548 line="78"
Fan Zhang925a4f82018-01-23 16:35:31 -08001549 column="5"/>
1550 </issue>
1551
1552 <issue
1553 id="HardCodedColor"
1554 severity="Error"
1555 message="Avoid using hardcoded color"
1556 category="Correctness"
1557 priority="4"
1558 summary="Using hardcoded color"
1559 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1560 errorLine1=" &lt;color name=&quot;homepage_accounts_background&quot;>#F15B8D&lt;/color>"
1561 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1562 <location
1563 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001564 line="79"
Fan Zhang925a4f82018-01-23 16:35:31 -08001565 column="5"/>
1566 </issue>
1567
1568 <issue
1569 id="HardCodedColor"
1570 severity="Error"
1571 message="Avoid using hardcoded color"
1572 category="Correctness"
1573 priority="4"
1574 summary="Using hardcoded color"
1575 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +08001576 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#5011C1&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1578 <location
1579 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001580 line="80"
Fan Zhang925a4f82018-01-23 16:35:31 -08001581 column="5"/>
1582 </issue>
1583
1584 <issue
1585 id="HardCodedColor"
1586 severity="Error"
1587 message="Avoid using hardcoded color"
1588 category="Correctness"
1589 priority="4"
1590 summary="Using hardcoded color"
1591 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang9b1fb772021-01-06 17:26:50 -08001592 errorLine1=" &lt;color name=&quot;homepage_emergency_background&quot;>#F28B82&lt;/color>"
1593 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1594 <location
1595 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001596 line="81"
Fan Zhang9b1fb772021-01-06 17:26:50 -08001597 column="5"/>
1598 </issue>
1599
1600 <issue
1601 id="HardCodedColor"
1602 severity="Error"
1603 message="Avoid using hardcoded color"
1604 category="Correctness"
1605 priority="4"
1606 summary="Using hardcoded color"
1607 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +08001608 errorLine1=" &lt;color name=&quot;homepage_system_background&quot;>#9E9E9E&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001609 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1610 <location
1611 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001612 line="82"
Fan Zhang925a4f82018-01-23 16:35:31 -08001613 column="5"/>
1614 </issue>
1615
1616 <issue
1617 id="HardCodedColor"
1618 severity="Error"
1619 message="Avoid using hardcoded color"
1620 category="Correctness"
1621 priority="4"
1622 summary="Using hardcoded color"
1623 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +08001624 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#26459C&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001625 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1626 <location
1627 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001628 line="83"
Fan Zhang925a4f82018-01-23 16:35:31 -08001629 column="5"/>
1630 </issue>
1631
1632 <issue
1633 id="HardCodedColor"
1634 severity="Error"
1635 message="Avoid using hardcoded color"
1636 category="Correctness"
1637 priority="4"
1638 summary="Using hardcoded color"
1639 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1640 errorLine1=" &lt;color name=&quot;homepage_generic_icon_background&quot;>#1A73E8&lt;/color>"
1641 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1642 <location
1643 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001644 line="84"
Salvador Martinez38c4b382018-04-02 11:32:06 -07001645 column="5"/>
1646 </issue>
1647
1648 <issue
1649 id="HardCodedColor"
1650 severity="Error"
1651 message="Avoid using hardcoded color"
1652 category="Correctness"
1653 priority="4"
1654 summary="Using hardcoded color"
1655 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001656 errorLine1=" &lt;color name=&quot;homepage_location_background&quot;>#2EC7DC&lt;/color>"
1657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang54a5d372018-10-30 16:49:12 +08001658 <location
1659 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001660 line="85"
tmfang54a5d372018-10-30 16:49:12 +08001661 column="5"/>
1662 </issue>
1663
1664 <issue
1665 id="HardCodedColor"
1666 severity="Error"
1667 message="Avoid using hardcoded color"
1668 category="Correctness"
1669 priority="4"
1670 summary="Using hardcoded color"
1671 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yang522b6342019-03-20 12:32:50 +08001672 errorLine1=" &lt;color name=&quot;homepage_about_background&quot;>#6F86DA&lt;/color>"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001673 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08001674 <location
1675 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001676 line="86"
Edgar Wang992b5032018-11-08 00:56:21 +08001677 column="5"/>
1678 </issue>
1679
1680 <issue
1681 id="HardCodedColor"
1682 severity="Error"
1683 message="Avoid using hardcoded color"
1684 category="Correctness"
1685 priority="4"
1686 summary="Using hardcoded color"
1687 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001688 errorLine1=" &lt;color name=&quot;homepage_privacy_background&quot;>#5E97F6&lt;/color>"
1689 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang80d03d12018-11-02 16:53:47 +08001690 <location
Salvador Martinez2bb99302018-11-02 14:15:44 -07001691 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001692 line="87"
Fan Zhanga60652a2018-11-27 14:29:45 -08001693 column="5"/>
1694 </issue>
1695
1696 <issue
1697 id="HardCodedColor"
1698 severity="Error"
1699 message="Avoid using hardcoded color"
1700 category="Correctness"
1701 priority="4"
1702 summary="Using hardcoded color"
1703 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yange18dc242021-01-10 01:28:14 +08001704 errorLine1=" &lt;color name=&quot;homepage_wallpaper_background&quot;>#E51AD1&lt;/color>"
1705 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1706 <location
1707 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001708 line="88"
Yanting Yange18dc242021-01-10 01:28:14 +08001709 column="5"/>
1710 </issue>
1711
1712 <issue
1713 id="HardCodedColor"
1714 severity="Error"
1715 message="Avoid using hardcoded color"
1716 category="Correctness"
1717 priority="4"
1718 summary="Using hardcoded color"
1719 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yangdaca2632021-01-15 20:16:00 +08001720 errorLine1=" &lt;color name=&quot;homepage_notification_background&quot;>#DD4C9D&lt;/color>"
1721 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1722 <location
1723 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001724 line="89"
Yanting Yangdaca2632021-01-15 20:16:00 +08001725 column="5"/>
1726 </issue>
1727
1728 <issue
1729 id="HardCodedColor"
1730 severity="Error"
1731 message="Avoid using hardcoded color"
1732 category="Correctness"
1733 priority="4"
1734 summary="Using hardcoded color"
1735 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001736 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#BFFFFFFF&lt;/color>"
1737 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1738 <location
1739 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001740 line="96"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001741 column="5"/>
tmfang80d03d12018-11-02 16:53:47 +08001742 </issue>
1743
1744 <issue
1745 id="HardCodedColor"
1746 severity="Error"
1747 message="Avoid using hardcoded color"
1748 category="Correctness"
1749 priority="4"
1750 summary="Using hardcoded color"
1751 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001752 errorLine1=" &lt;color name=&quot;battery_good_color_light&quot;>#43a047&lt;/color> &lt;!-- Material Green 600 -->"
1753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1754 <location
1755 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001756 line="99"
Salvador Martinez38c4b382018-04-02 11:32:06 -07001757 column="5"/>
1758 </issue>
1759
1760 <issue
1761 id="HardCodedColor"
1762 severity="Error"
1763 message="Avoid using hardcoded color"
1764 category="Correctness"
1765 priority="4"
1766 summary="Using hardcoded color"
1767 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001768 errorLine1=" &lt;color name=&quot;battery_maybe_color_light&quot;>#ef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1769 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1770 <location
1771 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001772 line="100"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001773 column="5"/>
1774 </issue>
1775
1776 <issue
1777 id="HardCodedColor"
1778 severity="Error"
1779 message="Avoid using hardcoded color"
1780 category="Correctness"
1781 priority="4"
1782 summary="Using hardcoded color"
1783 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1784 errorLine1=" &lt;color name=&quot;battery_bad_color_light&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1785 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1786 <location
1787 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001788 line="101"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001789 column="5"/>
1790 </issue>
1791
1792 <issue
1793 id="HardCodedColor"
1794 severity="Error"
1795 message="Avoid using hardcoded color"
1796 category="Correctness"
1797 priority="4"
1798 summary="Using hardcoded color"
1799 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1800 errorLine1=" &lt;color name=&quot;battery_good_color_dark&quot;>#4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1801 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1802 <location
1803 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001804 line="102"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001805 column="5"/>
1806 </issue>
1807
1808 <issue
1809 id="HardCodedColor"
1810 severity="Error"
1811 message="Avoid using hardcoded color"
1812 category="Correctness"
1813 priority="4"
1814 summary="Using hardcoded color"
1815 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1816 errorLine1=" &lt;color name=&quot;battery_maybe_color_dark&quot;>#fdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1817 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1818 <location
1819 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001820 line="103"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001821 column="5"/>
1822 </issue>
1823
1824 <issue
1825 id="HardCodedColor"
1826 severity="Error"
1827 message="Avoid using hardcoded color"
1828 category="Correctness"
1829 priority="4"
1830 summary="Using hardcoded color"
1831 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001832 errorLine1=" &lt;color name=&quot;battery_bad_color_dark&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1834 <location
1835 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001836 line="104"
jackqdyulei5024a382017-09-14 16:11:02 -07001837 column="5"/>
1838 </issue>
1839
1840 <issue
1841 id="HardCodedColor"
1842 severity="Error"
1843 message="Avoid using hardcoded color"
1844 category="Correctness"
1845 priority="4"
1846 summary="Using hardcoded color"
1847 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Kevin Chyn520beff2018-08-15 17:02:11 -07001848 errorLine1=" &lt;color name=&quot;face_anim_particle_color_1&quot;>#ff00bcd4&lt;/color> &lt;!-- Material Cyan 500 -->"
1849 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1850 <location
1851 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001852 line="107"
Kevin Chyn520beff2018-08-15 17:02:11 -07001853 column="5"/>
1854 </issue>
1855
1856 <issue
1857 id="HardCodedColor"
1858 severity="Error"
1859 message="Avoid using hardcoded color"
1860 category="Correctness"
1861 priority="4"
1862 summary="Using hardcoded color"
1863 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1864 errorLine1=" &lt;color name=&quot;face_anim_particle_color_2&quot;>#ffef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1865 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1866 <location
1867 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001868 line="108"
Kevin Chyn520beff2018-08-15 17:02:11 -07001869 column="5"/>
1870 </issue>
1871
1872 <issue
1873 id="HardCodedColor"
1874 severity="Error"
1875 message="Avoid using hardcoded color"
1876 category="Correctness"
1877 priority="4"
1878 summary="Using hardcoded color"
1879 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1880 errorLine1=" &lt;color name=&quot;face_anim_particle_color_3&quot;>#ff4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1881 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1882 <location
1883 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001884 line="109"
Kevin Chyn520beff2018-08-15 17:02:11 -07001885 column="5"/>
1886 </issue>
1887
1888 <issue
1889 id="HardCodedColor"
1890 severity="Error"
1891 message="Avoid using hardcoded color"
1892 category="Correctness"
1893 priority="4"
1894 summary="Using hardcoded color"
1895 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1896 errorLine1=" &lt;color name=&quot;face_anim_particle_color_4&quot;>#fffdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1897 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1898 <location
1899 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001900 line="110"
Kevin Chyn520beff2018-08-15 17:02:11 -07001901 column="5"/>
1902 </issue>
1903
1904 <issue
1905 id="HardCodedColor"
1906 severity="Error"
1907 message="Avoid using hardcoded color"
1908 category="Correctness"
1909 priority="4"
1910 summary="Using hardcoded color"
1911 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1912 errorLine1=" &lt;color name=&quot;face_anim_particle_error&quot;>#ff9e9e9e&lt;/color> &lt;!-- Material Gray 500 -->"
1913 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1914 <location
1915 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001916 line="111"
tmfang0b73c292019-03-18 11:43:28 +08001917 column="5"/>
1918 </issue>
1919
1920 <issue
1921 id="HardCodedColor"
1922 severity="Error"
1923 message="Avoid using hardcoded color"
1924 category="Correctness"
1925 priority="4"
1926 summary="Using hardcoded color"
1927 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001928 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_bar&quot;>#1e8e3e&lt;/color>"
1929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1930 <location
1931 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001932 line="114"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001933 column="5"/>
1934 </issue>
1935
1936 <issue
1937 id="HardCodedColor"
1938 severity="Error"
1939 message="Avoid using hardcoded color"
1940 category="Correctness"
1941 priority="4"
1942 summary="Using hardcoded color"
1943 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1944 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_icon&quot;>#1a73e8&lt;/color>"
1945 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1946 <location
1947 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001948 line="115"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001949 column="5"/>
1950 </issue>
1951
1952 <issue
1953 id="HardCodedColor"
1954 severity="Error"
1955 message="Avoid using hardcoded color"
1956 category="Correctness"
1957 priority="4"
1958 summary="Using hardcoded color"
1959 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1960 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_outline&quot;>#e3e3e3&lt;/color>"
1961 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1962 <location
1963 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001964 line="116"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001965 column="5"/>
1966 </issue>
1967
1968 <issue
1969 id="HardCodedColor"
1970 severity="Error"
1971 message="Avoid using hardcoded color"
1972 category="Correctness"
1973 priority="4"
1974 summary="Using hardcoded color"
1975 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001976 errorLine1=" &lt;color name=&quot;notification_block_color&quot;>#ffff0000&lt;/color>"
1977 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1978 <location
1979 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001980 line="119"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001981 column="5"/>
1982 </issue>
1983
1984 <issue
1985 id="HardCodedColor"
1986 severity="Error"
1987 message="Avoid using hardcoded color"
1988 category="Correctness"
1989 priority="4"
1990 summary="Using hardcoded color"
1991 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1992 errorLine1=" &lt;color name=&quot;notification_silence_color&quot;>#FF32c1de&lt;/color>"
1993 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1994 <location
1995 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001996 line="120"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001997 column="5"/>
1998 </issue>
1999
2000 <issue
2001 id="HardCodedColor"
2002 severity="Error"
2003 message="Avoid using hardcoded color"
2004 category="Correctness"
2005 priority="4"
2006 summary="Using hardcoded color"
2007 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2008 errorLine1=" &lt;color name=&quot;notification_alert_color&quot;>#FFF87B2B&lt;/color>"
2009 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2010 <location
2011 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002012 line="121"
tmfang0b73c292019-03-18 11:43:28 +08002013 column="5"/>
2014 </issue>
2015
2016 <issue
2017 id="HardCodedColor"
2018 severity="Error"
2019 message="Avoid using hardcoded color"
2020 category="Correctness"
2021 priority="4"
2022 summary="Using hardcoded color"
2023 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002024 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#DADCE0&lt;/color>"
2025 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08002026 <location
2027 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002028 line="122"
tmfang0b73c292019-03-18 11:43:28 +08002029 column="5"/>
2030 </issue>
2031
2032 <issue
2033 id="HardCodedColor"
2034 severity="Error"
2035 message="Avoid using hardcoded color"
2036 category="Correctness"
2037 priority="4"
2038 summary="Using hardcoded color"
2039 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002040 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#1967D2&lt;/color> &lt;!-- material blue 700 -->"
2041 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08002042 <location
2043 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002044 line="123"
Kevin Chyn520beff2018-08-15 17:02:11 -07002045 column="5"/>
2046 </issue>
2047
2048 <issue
2049 id="HardCodedColor"
2050 severity="Error"
2051 message="Avoid using hardcoded color"
2052 category="Correctness"
2053 priority="4"
2054 summary="Using hardcoded color"
2055 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002056 errorLine1=" &lt;color name=&quot;notification_importance_selection_bg&quot;>#FFFFFF&lt;/color>"
2057 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2058 <location
2059 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002060 line="124"
tmfangaf517d52018-12-25 15:18:07 +08002061 column="5"/>
2062 </issue>
2063
2064 <issue
2065 id="HardCodedColor"
2066 severity="Error"
2067 message="Avoid using hardcoded color"
2068 category="Correctness"
2069 priority="4"
2070 summary="Using hardcoded color"
2071 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Johnson Lu0b0dec92018-12-24 17:29:06 +08002072 errorLine1=" &lt;color name=&quot;qr_corner_line_color&quot;>#ffdadce0&lt;/color>"
2073 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2074 <location
2075 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002076 line="131"
Johnson Lu0b0dec92018-12-24 17:29:06 +08002077 column="5"/>
2078 </issue>
2079
2080 <issue
2081 id="HardCodedColor"
2082 severity="Error"
2083 message="Avoid using hardcoded color"
2084 category="Correctness"
2085 priority="4"
2086 summary="Using hardcoded color"
2087 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2088 errorLine1=" &lt;color name=&quot;qr_focused_corner_line_color&quot;>#ff1a73e8&lt;/color>"
2089 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2090 <location
2091 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002092 line="132"
Johnson Lu0b0dec92018-12-24 17:29:06 +08002093 column="5"/>
2094 </issue>
2095
2096 <issue
2097 id="HardCodedColor"
2098 severity="Error"
2099 message="Avoid using hardcoded color"
2100 category="Correctness"
2101 priority="4"
2102 summary="Using hardcoded color"
2103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2104 errorLine1=" &lt;color name=&quot;qr_background_color&quot;>#b3ffffff&lt;/color> &lt;!-- 70% white transparency -->"
2105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2106 <location
2107 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002108 line="133"
Raff Tsai91d99422019-12-20 12:04:42 +08002109 column="5"/>
2110 </issue>
2111
2112 <issue
2113 id="HardCodedColor"
2114 severity="Error"
2115 message="Avoid using hardcoded color"
2116 category="Correctness"
2117 priority="4"
2118 summary="Using hardcoded color"
2119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002120 errorLine1=" &lt;color name=&quot;face_enroll_icon_color&quot;>#42a5f5&lt;/color> &lt;!-- Blue 400 -->"
2121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Raff Tsai91d99422019-12-20 12:04:42 +08002122 <location
2123 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002124 line="139"
Raff Tsai91d99422019-12-20 12:04:42 +08002125 column="5"/>
2126 </issue>
2127
2128 <issue
2129 id="HardCodedColor"
2130 severity="Error"
2131 message="Avoid using hardcoded color"
2132 category="Correctness"
2133 priority="4"
2134 summary="Using hardcoded color"
2135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2136 errorLine1=" &lt;color name=&quot;back_gesture_indicator&quot;>#4182ef&lt;/color>"
2137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2138 <location
2139 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002140 line="141"
jackqdyulei36ce63d2019-03-19 10:18:19 -07002141 column="5"/>
2142 </issue>
2143
2144 <issue
2145 id="HardCodedColor"
2146 severity="Error"
2147 message="Avoid using hardcoded color"
2148 category="Correctness"
2149 priority="4"
2150 summary="Using hardcoded color"
2151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Stanley Wang24863f02020-01-08 19:16:00 +08002152 errorLine1=" &lt;color name=&quot;palette_list_color_red&quot;>#d93025&lt;/color> &lt;!-- Material Red 600 -->"
2153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2154 <location
2155 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002156 line="145"
Stanley Wang24863f02020-01-08 19:16:00 +08002157 column="5"/>
2158 </issue>
2159
2160 <issue
2161 id="HardCodedColor"
2162 severity="Error"
2163 message="Avoid using hardcoded color"
2164 category="Correctness"
2165 priority="4"
2166 summary="Using hardcoded color"
2167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2168 errorLine1=" &lt;color name=&quot;palette_list_color_orange&quot;>#e8710a&lt;/color> &lt;!-- Material Orange 600 -->"
2169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2170 <location
2171 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002172 line="146"
Stanley Wang24863f02020-01-08 19:16:00 +08002173 column="5"/>
2174 </issue>
2175
2176 <issue
2177 id="HardCodedColor"
2178 severity="Error"
2179 message="Avoid using hardcoded color"
2180 category="Correctness"
2181 priority="4"
2182 summary="Using hardcoded color"
2183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2184 errorLine1=" &lt;color name=&quot;palette_list_color_yellow&quot;>#f9ab00&lt;/color> &lt;!-- Material Yellow 600 -->"
2185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2186 <location
2187 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002188 line="147"
Stanley Wang24863f02020-01-08 19:16:00 +08002189 column="5"/>
2190 </issue>
2191
2192 <issue
2193 id="HardCodedColor"
2194 severity="Error"
2195 message="Avoid using hardcoded color"
2196 category="Correctness"
2197 priority="4"
2198 summary="Using hardcoded color"
2199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2200 errorLine1=" &lt;color name=&quot;palette_list_color_green&quot;>#1e8e3e&lt;/color> &lt;!-- Material Green 600 -->"
2201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2202 <location
2203 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002204 line="148"
Stanley Wang24863f02020-01-08 19:16:00 +08002205 column="5"/>
2206 </issue>
2207
2208 <issue
2209 id="HardCodedColor"
2210 severity="Error"
2211 message="Avoid using hardcoded color"
2212 category="Correctness"
2213 priority="4"
2214 summary="Using hardcoded color"
2215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2216 errorLine1=" &lt;color name=&quot;palette_list_color_cyan&quot;>#12b5cb&lt;/color> &lt;!-- Material Cyan 600 -->"
2217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2218 <location
2219 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002220 line="149"
Stanley Wang24863f02020-01-08 19:16:00 +08002221 column="5"/>
2222 </issue>
2223
2224 <issue
2225 id="HardCodedColor"
2226 severity="Error"
2227 message="Avoid using hardcoded color"
2228 category="Correctness"
2229 priority="4"
2230 summary="Using hardcoded color"
2231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2232 errorLine1=" &lt;color name=&quot;palette_list_color_blue&quot;>#1a73e8&lt;/color> &lt;!-- Material Blue 600 -->"
2233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2234 <location
2235 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002236 line="150"
Stanley Wang24863f02020-01-08 19:16:00 +08002237 column="5"/>
2238 </issue>
2239
2240 <issue
2241 id="HardCodedColor"
2242 severity="Error"
2243 message="Avoid using hardcoded color"
2244 category="Correctness"
2245 priority="4"
2246 summary="Using hardcoded color"
2247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2248 errorLine1=" &lt;color name=&quot;palette_list_color_purple&quot;>#9334e6&lt;/color> &lt;!-- Material Purple 600 -->"
2249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2250 <location
2251 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002252 line="151"
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08002253 column="5"/>
2254 </issue>
2255
2256 <issue
2257 id="HardCodedColor"
2258 severity="Error"
2259 message="Avoid using hardcoded color"
2260 category="Correctness"
2261 priority="4"
2262 summary="Using hardcoded color"
2263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2264 errorLine1=" &lt;color name=&quot;palette_list_color_gray&quot;>#80868b&lt;/color> &lt;!-- Material Gray 600 -->"
2265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2266 <location
2267 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002268 line="152"
Stanley Wang24863f02020-01-08 19:16:00 +08002269 column="5"/>
2270 </issue>
2271
2272 <issue
2273 id="HardCodedColor"
2274 severity="Error"
2275 message="Avoid using hardcoded color"
2276 category="Correctness"
2277 priority="4"
2278 summary="Using hardcoded color"
2279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Stanley Wang24863f02020-01-08 19:16:00 +08002280 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_red&quot;>#f28b82&lt;/color> &lt;!-- Material Red 300 -->"
2281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2282 <location
2283 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002284 line="155"
Stanley Wang24863f02020-01-08 19:16:00 +08002285 column="5"/>
2286 </issue>
2287
2288 <issue
2289 id="HardCodedColor"
2290 severity="Error"
2291 message="Avoid using hardcoded color"
2292 category="Correctness"
2293 priority="4"
2294 summary="Using hardcoded color"
2295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2296 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_orange&quot;>#fcad70&lt;/color> &lt;!-- Material Orange 300 -->"
2297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2298 <location
2299 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002300 line="156"
Stanley Wang24863f02020-01-08 19:16:00 +08002301 column="5"/>
2302 </issue>
2303
2304 <issue
2305 id="HardCodedColor"
2306 severity="Error"
2307 message="Avoid using hardcoded color"
2308 category="Correctness"
2309 priority="4"
2310 summary="Using hardcoded color"
2311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2312 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_yellow&quot;>#fdd663&lt;/color> &lt;!-- Material Yellow 300 -->"
2313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2314 <location
2315 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002316 line="157"
Stanley Wang24863f02020-01-08 19:16:00 +08002317 column="5"/>
2318 </issue>
2319
2320 <issue
2321 id="HardCodedColor"
2322 severity="Error"
2323 message="Avoid using hardcoded color"
2324 category="Correctness"
2325 priority="4"
2326 summary="Using hardcoded color"
2327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2328 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_green&quot;>#81c995&lt;/color> &lt;!-- Material Green 300 -->"
2329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2330 <location
2331 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002332 line="158"
Stanley Wang24863f02020-01-08 19:16:00 +08002333 column="5"/>
2334 </issue>
2335
2336 <issue
2337 id="HardCodedColor"
2338 severity="Error"
2339 message="Avoid using hardcoded color"
2340 category="Correctness"
2341 priority="4"
2342 summary="Using hardcoded color"
2343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2344 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_cyan&quot;>#78d9ec&lt;/color> &lt;!-- Material Cyan 300 -->"
2345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2346 <location
2347 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002348 line="159"
Stanley Wang24863f02020-01-08 19:16:00 +08002349 column="5"/>
2350 </issue>
2351
2352 <issue
2353 id="HardCodedColor"
2354 severity="Error"
2355 message="Avoid using hardcoded color"
2356 category="Correctness"
2357 priority="4"
2358 summary="Using hardcoded color"
2359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2360 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_blue&quot;>#8AB4F8&lt;/color> &lt;!-- Material Blue 300 -->"
2361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2362 <location
2363 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002364 line="160"
Stanley Wang24863f02020-01-08 19:16:00 +08002365 column="5"/>
2366 </issue>
2367
2368 <issue
2369 id="HardCodedColor"
2370 severity="Error"
2371 message="Avoid using hardcoded color"
2372 category="Correctness"
2373 priority="4"
2374 summary="Using hardcoded color"
2375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2376 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_purple&quot;>#c58af9&lt;/color> &lt;!-- Material Purple 300 -->"
2377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2378 <location
2379 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002380 line="161"
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08002381 column="5"/>
2382 </issue>
2383
2384 <issue
2385 id="HardCodedColor"
2386 severity="Error"
2387 message="Avoid using hardcoded color"
2388 category="Correctness"
2389 priority="4"
2390 summary="Using hardcoded color"
2391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2392 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_gray&quot;>#dadce0&lt;/color> &lt;!-- Material Gray 300 -->"
2393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2394 <location
2395 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002396 line="162"
Stanley Wang24863f02020-01-08 19:16:00 +08002397 column="5"/>
2398 </issue>
2399
2400 <issue
2401 id="HardCodedColor"
2402 severity="Error"
2403 message="Avoid using hardcoded color"
2404 category="Correctness"
2405 priority="4"
2406 summary="Using hardcoded color"
2407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Grace Jia4fdc4712020-05-15 13:32:11 -07002408 errorLine1=" &lt;color name=&quot;SIM_color_teal&quot;>#ff00796b&lt;/color> &lt;!-- Material Teal 700 -->"
2409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang24863f02020-01-08 19:16:00 +08002410 <location
2411 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002412 line="165"
Grace Jia4fdc4712020-05-15 13:32:11 -07002413 column="5"/>
2414 </issue>
2415
2416 <issue
2417 id="HardCodedColor"
2418 severity="Error"
2419 message="Avoid using hardcoded color"
2420 category="Correctness"
2421 priority="4"
2422 summary="Using hardcoded color"
2423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2424 errorLine1=" &lt;color name=&quot;SIM_color_blue&quot;>#ff3367d6&lt;/color> &lt;!-- Material Blue 700 -->"
2425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2426 <location
2427 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002428 line="166"
Grace Jia4fdc4712020-05-15 13:32:11 -07002429 column="5"/>
2430 </issue>
2431
2432 <issue
2433 id="HardCodedColor"
2434 severity="Error"
2435 message="Avoid using hardcoded color"
2436 category="Correctness"
2437 priority="4"
2438 summary="Using hardcoded color"
2439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2440 errorLine1=" &lt;color name=&quot;SIM_color_indigo&quot;>#ff303f9f&lt;/color> &lt;!-- Material Indigo 700 -->"
2441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2442 <location
2443 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002444 line="167"
Grace Jia4fdc4712020-05-15 13:32:11 -07002445 column="5"/>
2446 </issue>
2447
2448 <issue
2449 id="HardCodedColor"
2450 severity="Error"
2451 message="Avoid using hardcoded color"
2452 category="Correctness"
2453 priority="4"
2454 summary="Using hardcoded color"
2455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2456 errorLine1=" &lt;color name=&quot;SIM_color_purple&quot;>#ff7b1fa2&lt;/color> &lt;!-- Material Purple 700 -->"
2457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2458 <location
2459 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002460 line="168"
Grace Jia4fdc4712020-05-15 13:32:11 -07002461 column="5"/>
2462 </issue>
2463
2464 <issue
2465 id="HardCodedColor"
2466 severity="Error"
2467 message="Avoid using hardcoded color"
2468 category="Correctness"
2469 priority="4"
2470 summary="Using hardcoded color"
2471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2472 errorLine1=" &lt;color name=&quot;SIM_color_pink&quot;>#ffc2185b&lt;/color> &lt;!-- Material Pink 700 -->"
2473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2474 <location
2475 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002476 line="169"
Grace Jia4fdc4712020-05-15 13:32:11 -07002477 column="5"/>
2478 </issue>
2479
2480 <issue
2481 id="HardCodedColor"
2482 severity="Error"
2483 message="Avoid using hardcoded color"
2484 category="Correctness"
2485 priority="4"
2486 summary="Using hardcoded color"
2487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2488 errorLine1=" &lt;color name=&quot;SIM_color_red&quot;>#ffd32f2f&lt;/color> &lt;!-- Material Red 700 -->"
2489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2490 <location
2491 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002492 line="170"
Grace Jia4fdc4712020-05-15 13:32:11 -07002493 column="5"/>
2494 </issue>
2495
2496 <issue
2497 id="HardCodedColor"
2498 severity="Error"
2499 message="Avoid using hardcoded color"
2500 category="Correctness"
2501 priority="4"
2502 summary="Using hardcoded color"
2503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002504 errorLine1=" &lt;color name=&quot;SIM_color_cyan&quot;>#ff006D74&lt;/color> &lt;!-- Material Custom Cyan -->"
2505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002506 <location
2507 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002508 line="173"
Grace Jia4fdc4712020-05-15 13:32:11 -07002509 column="5"/>
2510 </issue>
2511
2512 <issue
2513 id="HardCodedColor"
2514 severity="Error"
2515 message="Avoid using hardcoded color"
2516 category="Correctness"
2517 priority="4"
2518 summary="Using hardcoded color"
2519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002520 errorLine1=" &lt;color name=&quot;SIM_color_blue800&quot;>#ff185ABC&lt;/color> &lt;!-- Material Blue 800 -->"
2521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002522 <location
2523 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002524 line="174"
Grace Jia4fdc4712020-05-15 13:32:11 -07002525 column="5"/>
2526 </issue>
2527
2528 <issue
2529 id="HardCodedColor"
2530 severity="Error"
2531 message="Avoid using hardcoded color"
2532 category="Correctness"
2533 priority="4"
2534 summary="Using hardcoded color"
2535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002536 errorLine1=" &lt;color name=&quot;SIM_color_green800&quot;>#ff137333&lt;/color> &lt;!-- Material Green 800 -->"
2537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002538 <location
2539 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002540 line="175"
Grace Jia4fdc4712020-05-15 13:32:11 -07002541 column="5"/>
2542 </issue>
2543
2544 <issue
2545 id="HardCodedColor"
2546 severity="Error"
2547 message="Avoid using hardcoded color"
2548 category="Correctness"
2549 priority="4"
2550 summary="Using hardcoded color"
2551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002552 errorLine1=" &lt;color name=&quot;SIM_color_purple800&quot;>#ff7627bb&lt;/color> &lt;!-- Material Purple 800 -->"
2553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002554 <location
2555 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002556 line="176"
Grace Jia4fdc4712020-05-15 13:32:11 -07002557 column="5"/>
2558 </issue>
2559
2560 <issue
2561 id="HardCodedColor"
2562 severity="Error"
2563 message="Avoid using hardcoded color"
2564 category="Correctness"
2565 priority="4"
2566 summary="Using hardcoded color"
2567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002568 errorLine1=" &lt;color name=&quot;SIM_color_pink800&quot;>#ffb80672&lt;/color> &lt;!-- Material Pink 800 -->"
2569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002570 <location
2571 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002572 line="177"
Grace Jia4fdc4712020-05-15 13:32:11 -07002573 column="5"/>
2574 </issue>
2575
2576 <issue
2577 id="HardCodedColor"
2578 severity="Error"
2579 message="Avoid using hardcoded color"
2580 category="Correctness"
2581 priority="4"
2582 summary="Using hardcoded color"
2583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002584 errorLine1=" &lt;color name=&quot;SIM_color_orange&quot;>#ff995400&lt;/color> &lt;!-- Material Custom Orange -->"
2585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002586 <location
2587 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002588 line="178"
Stanley Wang24863f02020-01-08 19:16:00 +08002589 column="5"/>
2590 </issue>
2591
2592 <issue
2593 id="HardCodedColor"
2594 severity="Error"
2595 message="Avoid using hardcoded color"
2596 category="Correctness"
2597 priority="4"
2598 summary="Using hardcoded color"
2599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002600 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_cyan&quot;>#ff4DD0E1&lt;/color> &lt;!-- Material Cyan 300 -->"
2601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2602 <location
2603 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002604 line="181"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002605 column="5"/>
2606 </issue>
2607
2608 <issue
2609 id="HardCodedColor"
2610 severity="Error"
2611 message="Avoid using hardcoded color"
2612 category="Correctness"
2613 priority="4"
2614 summary="Using hardcoded color"
2615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2616 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_blue&quot;>#ff8AB4F8&lt;/color> &lt;!-- Material Blue 300 -->"
2617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2618 <location
2619 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002620 line="182"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002621 column="5"/>
2622 </issue>
2623
2624 <issue
2625 id="HardCodedColor"
2626 severity="Error"
2627 message="Avoid using hardcoded color"
2628 category="Correctness"
2629 priority="4"
2630 summary="Using hardcoded color"
2631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2632 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_green&quot;>#ff81C995&lt;/color> &lt;!-- Material Green 300 -->"
2633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2634 <location
2635 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002636 line="183"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002637 column="5"/>
2638 </issue>
2639
2640 <issue
2641 id="HardCodedColor"
2642 severity="Error"
2643 message="Avoid using hardcoded color"
2644 category="Correctness"
2645 priority="4"
2646 summary="Using hardcoded color"
2647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2648 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_purple&quot;>#ffC58AF9&lt;/color> &lt;!-- Material Purple 300 -->"
2649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2650 <location
2651 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002652 line="184"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002653 column="5"/>
2654 </issue>
2655
2656 <issue
2657 id="HardCodedColor"
2658 severity="Error"
2659 message="Avoid using hardcoded color"
2660 category="Correctness"
2661 priority="4"
2662 summary="Using hardcoded color"
2663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2664 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_pink&quot;>#ffff8bcb&lt;/color> &lt;!-- Material Pink 300 -->"
2665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2666 <location
2667 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002668 line="185"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002669 column="5"/>
2670 </issue>
2671
2672 <issue
2673 id="HardCodedColor"
2674 severity="Error"
2675 message="Avoid using hardcoded color"
2676 category="Correctness"
2677 priority="4"
2678 summary="Using hardcoded color"
2679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2680 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_orange&quot;>#fffcad70&lt;/color> &lt;!-- Material Orange 300 -->"
2681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2682 <location
2683 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002684 line="186"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002685 column="5"/>
2686 </issue>
2687
2688 <issue
2689 id="HardCodedColor"
2690 severity="Error"
2691 message="Avoid using hardcoded color"
2692 category="Correctness"
2693 priority="4"
2694 summary="Using hardcoded color"
2695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08002696 errorLine1=" &lt;color name=&quot;accessibility_feature_background&quot;>#5F6368&lt;/color> &lt;!-- Google grey 700 -->"
2697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sunny Shaodd64c592021-04-16 14:50:43 +08002698 <location
2699 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002700 line="192"
jasonwshsucad54362021-04-20 11:54:25 +08002701 column="5"/>
2702 </issue>
2703
2704 <issue
2705 id="HardCodedColor"
2706 severity="Error"
2707 message="Avoid using hardcoded color"
2708 category="Correctness"
2709 priority="4"
2710 summary="Using hardcoded color"
2711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2712 errorLine1=" &lt;color name=&quot;accessibility_magnification_background&quot;>#F50D60&lt;/color>"
2713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2714 <location
2715 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002716 line="193"
jasonwshsucad54362021-04-20 11:54:25 +08002717 column="5"/>
2718 </issue>
2719
2720 <issue
2721 id="HardCodedColor"
2722 severity="Error"
2723 message="Avoid using hardcoded color"
2724 category="Correctness"
2725 priority="4"
2726 summary="Using hardcoded color"
2727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2728 errorLine1=" &lt;color name=&quot;accessibility_daltonizer_background&quot;>#00BCD4&lt;/color>"
2729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2730 <location
2731 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002732 line="194"
jasonwshsucad54362021-04-20 11:54:25 +08002733 column="5"/>
2734 </issue>
2735
2736 <issue
2737 id="HardCodedColor"
2738 severity="Error"
2739 message="Avoid using hardcoded color"
2740 category="Correctness"
2741 priority="4"
2742 summary="Using hardcoded color"
2743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2744 errorLine1=" &lt;color name=&quot;accessibility_color_inversion_background&quot;>#546E7A&lt;/color>"
2745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2746 <location
2747 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002748 line="195"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002749 column="5"/>
2750 </issue>
2751
2752 <issue
2753 id="HardCodedColor"
2754 severity="Error"
2755 message="Avoid using hardcoded color"
2756 category="Correctness"
2757 priority="4"
2758 summary="Using hardcoded color"
2759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2760 errorLine1=" &lt;color name=&quot;battery_info_error_color_red&quot;>#fce8e6&lt;/color> &lt;!-- Material Red 50 -->"
2761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2762 <location
2763 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002764 line="197"
Sunny Shaodd64c592021-04-16 14:50:43 +08002765 column="5"/>
2766 </issue>
2767
2768 <issue
2769 id="HardCodedColor"
2770 severity="Error"
2771 message="Avoid using hardcoded color"
2772 category="Correctness"
2773 priority="4"
2774 summary="Using hardcoded color"
2775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002776 errorLine1=" &lt;color name=&quot;settings_dialog_colorError&quot;>#d93025&lt;/color> &lt;!-- Red 600 -->"
2777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07002778 <location
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002779 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002780 line="199"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002781 column="5"/>
jackqdyulei5024a382017-09-14 16:11:02 -07002782 </issue>
2783
2784 <issue
2785 id="HardCodedColor"
2786 severity="Error"
2787 message="Avoid using hardcoded color"
2788 category="Correctness"
2789 priority="4"
2790 summary="Using hardcoded color"
2791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08002792 errorLine1=" &lt;color name=&quot;fingerprint_enrollment_finish_color_outline&quot;>#1A73E8&lt;/color>"
2793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2794 <location
2795 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002796 line="202"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08002797 column="5"/>
2798 </issue>
2799
2800 <issue
2801 id="HardCodedColor"
2802 severity="Error"
2803 message="Avoid using hardcoded color"
2804 category="Correctness"
2805 priority="4"
2806 summary="Using hardcoded color"
2807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08002808 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_captured_color&quot;>#d2e3fc&lt;/color> &lt;!-- Blue 100 -->"
2809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2810 <location
2811 file="res/values/colors.xml"
2812 line="205"
2813 column="5"/>
2814 </issue>
2815
2816 <issue
2817 id="HardCodedColor"
2818 severity="Error"
2819 message="Avoid using hardcoded color"
2820 category="Correctness"
2821 priority="4"
2822 summary="Using hardcoded color"
2823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2824 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_error_color&quot;>#fad2cf&lt;/color> &lt;!-- Red 100 -->"
2825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2826 <location
2827 file="res/values/colors.xml"
2828 line="206"
2829 column="5"/>
2830 </issue>
2831
2832 <issue
2833 id="HardCodedColor"
2834 severity="Error"
2835 message="Avoid using hardcoded color"
2836 category="Correctness"
2837 priority="4"
2838 summary="Using hardcoded color"
2839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2840 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_bg_color&quot;>#E8EAED&lt;/color> &lt;!-- Gray 200 -->"
2841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2842 <location
2843 file="res/values/colors.xml"
2844 line="207"
2845 column="5"/>
2846 </issue>
2847
2848 <issue
2849 id="HardCodedColor"
2850 severity="Error"
2851 message="Avoid using hardcoded color"
2852 category="Correctness"
2853 priority="4"
2854 summary="Using hardcoded color"
2855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2856 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_fill_color&quot;>#1a73e8&lt;/color> &lt;!-- Blue 600 -->"
2857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2858 <location
2859 file="res/values/colors.xml"
2860 line="208"
2861 column="5"/>
2862 </issue>
2863
2864 <issue
2865 id="HardCodedColor"
2866 severity="Error"
2867 message="Avoid using hardcoded color"
2868 category="Correctness"
2869 priority="4"
2870 summary="Using hardcoded color"
2871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2872 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_error_color&quot;>#d93025&lt;/color> &lt;!-- Red 600 -->"
2873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2874 <location
2875 file="res/values/colors.xml"
2876 line="209"
2877 column="5"/>
2878 </issue>
2879
2880 <issue
2881 id="HardCodedColor"
2882 severity="Error"
2883 message="Avoid using hardcoded color"
2884 category="Correctness"
2885 priority="4"
2886 summary="Using hardcoded color"
2887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07002888 errorLine1=" android:color=&quot;#FF0000&quot;/>"
2889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
2890 <location
2891 file="res/drawable/conversation_message_icon.xml"
2892 line="21"
2893 column="8"/>
2894 </issue>
2895
2896 <issue
2897 id="HardCodedColor"
2898 severity="Error"
2899 message="Avoid using hardcoded color"
2900 category="Correctness"
2901 priority="4"
2902 summary="Using hardcoded color"
2903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002904 errorLine1=" android:color=&quot;#639DF6&quot;/>"
2905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
2906 <location
2907 file="res/drawable/conversation_message_text_info_view_background.xml"
2908 line="23"
2909 column="9"/>
2910 </issue>
2911
2912 <issue
2913 id="HardCodedColor"
2914 severity="Error"
2915 message="Avoid using hardcoded color"
2916 category="Correctness"
2917 priority="4"
2918 summary="Using hardcoded color"
2919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002920 errorLine1=" android:tint=&quot;@color/face_enroll_icon_color&quot;>"
2921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Raff Tsai91d99422019-12-20 12:04:42 +08002922 <location
Curtis Belmontef70d5742021-06-07 16:10:28 -07002923 file="res/drawable/face_enroll_icon_large.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002924 line="23"
2925 column="5"/>
2926 </issue>
2927
2928 <issue
2929 id="HardCodedColor"
2930 severity="Error"
2931 message="Avoid using hardcoded color"
2932 category="Correctness"
2933 priority="4"
2934 summary="Using hardcoded color"
2935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2936 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2937 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2938 <location
2939 file="res/drawable/face_enroll_intro_illustration.xml"
2940 line="28"
2941 column="13"/>
2942 </issue>
2943
2944 <issue
2945 id="HardCodedColor"
2946 severity="Error"
2947 message="Avoid using hardcoded color"
2948 category="Correctness"
2949 priority="4"
2950 summary="Using hardcoded color"
2951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2952 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2953 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2954 <location
2955 file="res/drawable/face_enroll_intro_illustration.xml"
2956 line="28"
2957 column="13"/>
2958 </issue>
2959
2960 <issue
2961 id="HardCodedColor"
2962 severity="Error"
2963 message="Avoid using hardcoded color"
2964 category="Correctness"
2965 priority="4"
2966 summary="Using hardcoded color"
2967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2968 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2969 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2970 <location
2971 file="res/drawable/face_enroll_intro_illustration.xml"
2972 line="32"
2973 column="13"/>
2974 </issue>
2975
2976 <issue
2977 id="HardCodedColor"
2978 severity="Error"
2979 message="Avoid using hardcoded color"
2980 category="Correctness"
2981 priority="4"
2982 summary="Using hardcoded color"
2983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2984 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2985 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2986 <location
2987 file="res/drawable/face_enroll_intro_illustration.xml"
2988 line="32"
2989 column="13"/>
2990 </issue>
2991
2992 <issue
2993 id="HardCodedColor"
2994 severity="Error"
2995 message="Avoid using hardcoded color"
2996 category="Correctness"
2997 priority="4"
2998 summary="Using hardcoded color"
2999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3000 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3002 <location
3003 file="res/drawable/face_enroll_intro_illustration.xml"
3004 line="36"
3005 column="13"/>
3006 </issue>
3007
3008 <issue
3009 id="HardCodedColor"
3010 severity="Error"
3011 message="Avoid using hardcoded color"
3012 category="Correctness"
3013 priority="4"
3014 summary="Using hardcoded color"
3015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3016 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3018 <location
3019 file="res/drawable/face_enroll_intro_illustration.xml"
3020 line="36"
3021 column="13"/>
3022 </issue>
3023
3024 <issue
3025 id="HardCodedColor"
3026 severity="Error"
3027 message="Avoid using hardcoded color"
3028 category="Correctness"
3029 priority="4"
3030 summary="Using hardcoded color"
3031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3032 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3034 <location
3035 file="res/drawable/face_enroll_intro_illustration.xml"
3036 line="40"
3037 column="13"/>
3038 </issue>
3039
3040 <issue
3041 id="HardCodedColor"
3042 severity="Error"
3043 message="Avoid using hardcoded color"
3044 category="Correctness"
3045 priority="4"
3046 summary="Using hardcoded color"
3047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3048 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3049 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3050 <location
3051 file="res/drawable/face_enroll_intro_illustration.xml"
3052 line="40"
3053 column="13"/>
3054 </issue>
3055
3056 <issue
3057 id="HardCodedColor"
3058 severity="Error"
3059 message="Avoid using hardcoded color"
3060 category="Correctness"
3061 priority="4"
3062 summary="Using hardcoded color"
3063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3064 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
3065 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3066 <location
3067 file="res/drawable/face_enroll_intro_illustration.xml"
3068 line="45"
3069 column="9"/>
3070 </issue>
3071
3072 <issue
3073 id="HardCodedColor"
3074 severity="Error"
3075 message="Avoid using hardcoded color"
3076 category="Correctness"
3077 priority="4"
3078 summary="Using hardcoded color"
3079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3080 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
3081 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3082 <location
3083 file="res/drawable/face_enroll_intro_illustration.xml"
3084 line="45"
3085 column="9"/>
3086 </issue>
3087
3088 <issue
3089 id="HardCodedColor"
3090 severity="Error"
3091 message="Avoid using hardcoded color"
3092 category="Correctness"
3093 priority="4"
3094 summary="Using hardcoded color"
3095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3096 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
3097 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3098 <location
3099 file="res/drawable/face_enroll_intro_illustration.xml"
3100 line="48"
3101 column="9"/>
3102 </issue>
3103
3104 <issue
3105 id="HardCodedColor"
3106 severity="Error"
3107 message="Avoid using hardcoded color"
3108 category="Correctness"
3109 priority="4"
3110 summary="Using hardcoded color"
3111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3112 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
3113 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3114 <location
3115 file="res/drawable/face_enroll_intro_illustration.xml"
3116 line="48"
3117 column="9"/>
3118 </issue>
3119
3120 <issue
3121 id="HardCodedColor"
3122 severity="Error"
3123 message="Avoid using hardcoded color"
3124 category="Correctness"
3125 priority="4"
3126 summary="Using hardcoded color"
3127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3128 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;/>"
3129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3130 <location
3131 file="res/drawable/face_enroll_intro_illustration.xml"
3132 line="51"
3133 column="9"/>
3134 </issue>
3135
3136 <issue
3137 id="HardCodedColor"
3138 severity="Error"
3139 message="Avoid using hardcoded color"
3140 category="Correctness"
3141 priority="4"
3142 summary="Using hardcoded color"
3143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3144 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;/>"
3145 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3146 <location
3147 file="res/drawable/face_enroll_intro_illustration.xml"
3148 line="51"
Raff Tsai91d99422019-12-20 12:04:42 +08003149 column="9"/>
3150 </issue>
3151
3152 <issue
3153 id="HardCodedColor"
3154 severity="Error"
3155 message="Avoid using hardcoded color"
3156 category="Correctness"
3157 priority="4"
3158 summary="Using hardcoded color"
3159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07003160 errorLine1=" android:background=&quot;#80000000&quot;"
3161 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3162 <location
3163 file="res/layout/fallback_home_finishing_boot.xml"
3164 line="22"
3165 column="5"/>
3166 </issue>
3167
3168 <issue
3169 id="HardCodedColor"
3170 severity="Error"
3171 message="Avoid using hardcoded color"
3172 category="Correctness"
3173 priority="4"
3174 summary="Using hardcoded color"
3175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3176 errorLine1=" android:color=&quot;#000000&quot; />"
3177 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
3178 <location
3179 file="res/drawable/fallback_home_unprovisioned_background.xml"
3180 line="19"
3181 column="5"/>
3182 </issue>
3183
3184 <issue
3185 id="HardCodedColor"
3186 severity="Error"
3187 message="Avoid using hardcoded color"
3188 category="Correctness"
3189 priority="4"
3190 summary="Using hardcoded color"
3191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08003192 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3193 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3194 <location
3195 file="res/drawable/fingerprint_enroll_finish.xml"
3196 line="25"
3197 column="9"/>
3198 </issue>
3199
3200 <issue
3201 id="HardCodedColor"
3202 severity="Error"
3203 message="Avoid using hardcoded color"
3204 category="Correctness"
3205 priority="4"
3206 summary="Using hardcoded color"
3207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3208 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3209 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3210 <location
3211 file="res/drawable/fingerprint_enroll_finish.xml"
3212 line="25"
3213 column="9"/>
3214 </issue>
3215
3216 <issue
3217 id="HardCodedColor"
3218 severity="Error"
3219 message="Avoid using hardcoded color"
3220 category="Correctness"
3221 priority="4"
3222 summary="Using hardcoded color"
3223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3224 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3226 <location
3227 file="res/drawable/fingerprint_enroll_finish.xml"
3228 line="31"
3229 column="9"/>
3230 </issue>
3231
3232 <issue
3233 id="HardCodedColor"
3234 severity="Error"
3235 message="Avoid using hardcoded color"
3236 category="Correctness"
3237 priority="4"
3238 summary="Using hardcoded color"
3239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3240 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3241 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3242 <location
3243 file="res/drawable/fingerprint_enroll_finish.xml"
3244 line="31"
3245 column="9"/>
3246 </issue>
3247
3248 <issue
3249 id="HardCodedColor"
3250 severity="Error"
3251 message="Avoid using hardcoded color"
3252 category="Correctness"
3253 priority="4"
3254 summary="Using hardcoded color"
3255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3256 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3258 <location
3259 file="res/drawable/fingerprint_enroll_finish.xml"
3260 line="34"
3261 column="9"/>
3262 </issue>
3263
3264 <issue
3265 id="HardCodedColor"
3266 severity="Error"
3267 message="Avoid using hardcoded color"
3268 category="Correctness"
3269 priority="4"
3270 summary="Using hardcoded color"
3271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3272 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3273 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3274 <location
3275 file="res/drawable/fingerprint_enroll_finish.xml"
3276 line="34"
3277 column="9"/>
3278 </issue>
3279
3280 <issue
3281 id="HardCodedColor"
3282 severity="Error"
3283 message="Avoid using hardcoded color"
3284 category="Correctness"
3285 priority="4"
3286 summary="Using hardcoded color"
3287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3288 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3289 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3290 <location
3291 file="res/drawable/fingerprint_enroll_finish.xml"
3292 line="37"
3293 column="9"/>
3294 </issue>
3295
3296 <issue
3297 id="HardCodedColor"
3298 severity="Error"
3299 message="Avoid using hardcoded color"
3300 category="Correctness"
3301 priority="4"
3302 summary="Using hardcoded color"
3303 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3304 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3306 <location
3307 file="res/drawable/fingerprint_enroll_finish.xml"
3308 line="37"
3309 column="9"/>
3310 </issue>
3311
3312 <issue
3313 id="HardCodedColor"
3314 severity="Error"
3315 message="Avoid using hardcoded color"
3316 category="Correctness"
3317 priority="4"
3318 summary="Using hardcoded color"
3319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3320 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3321 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3322 <location
3323 file="res/drawable/fingerprint_enroll_finish.xml"
3324 line="40"
3325 column="9"/>
3326 </issue>
3327
3328 <issue
3329 id="HardCodedColor"
3330 severity="Error"
3331 message="Avoid using hardcoded color"
3332 category="Correctness"
3333 priority="4"
3334 summary="Using hardcoded color"
3335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3336 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3337 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3338 <location
3339 file="res/drawable/fingerprint_enroll_finish.xml"
3340 line="40"
3341 column="9"/>
3342 </issue>
3343
3344 <issue
3345 id="HardCodedColor"
3346 severity="Error"
3347 message="Avoid using hardcoded color"
3348 category="Correctness"
3349 priority="4"
3350 summary="Using hardcoded color"
3351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3352 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3354 <location
3355 file="res/drawable/fingerprint_enroll_finish.xml"
3356 line="43"
3357 column="9"/>
3358 </issue>
3359
3360 <issue
3361 id="HardCodedColor"
3362 severity="Error"
3363 message="Avoid using hardcoded color"
3364 category="Correctness"
3365 priority="4"
3366 summary="Using hardcoded color"
3367 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3368 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3369 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3370 <location
3371 file="res/drawable/fingerprint_enroll_finish.xml"
3372 line="43"
3373 column="9"/>
3374 </issue>
3375
3376 <issue
3377 id="HardCodedColor"
3378 severity="Error"
3379 message="Avoid using hardcoded color"
3380 category="Correctness"
3381 priority="4"
3382 summary="Using hardcoded color"
3383 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3384 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3385 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3386 <location
3387 file="res/drawable/fingerprint_enroll_finish.xml"
3388 line="46"
3389 column="9"/>
3390 </issue>
3391
3392 <issue
3393 id="HardCodedColor"
3394 severity="Error"
3395 message="Avoid using hardcoded color"
3396 category="Correctness"
3397 priority="4"
3398 summary="Using hardcoded color"
3399 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3400 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
3401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3402 <location
3403 file="res/drawable/fingerprint_enroll_finish.xml"
3404 line="46"
3405 column="9"/>
3406 </issue>
3407
3408 <issue
3409 id="HardCodedColor"
3410 severity="Error"
3411 message="Avoid using hardcoded color"
3412 category="Correctness"
3413 priority="4"
3414 summary="Using hardcoded color"
3415 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003416 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
3417 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3418 <location
3419 file="res/drawable/fingerprint_enroll_introduction.xml"
3420 line="24"
3421 column="9"/>
3422 </issue>
3423
3424 <issue
3425 id="HardCodedColor"
3426 severity="Error"
3427 message="Avoid using hardcoded color"
3428 category="Correctness"
3429 priority="4"
3430 summary="Using hardcoded color"
3431 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3432 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
3433 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3434 <location
3435 file="res/drawable/fingerprint_enroll_introduction.xml"
3436 line="24"
3437 column="9"/>
3438 </issue>
3439
3440 <issue
3441 id="HardCodedColor"
3442 severity="Error"
3443 message="Avoid using hardcoded color"
3444 category="Correctness"
3445 priority="4"
3446 summary="Using hardcoded color"
3447 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3448 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
3449 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3450 <location
3451 file="res/drawable/fingerprint_enroll_introduction.xml"
3452 line="27"
3453 column="9"/>
3454 </issue>
3455
3456 <issue
3457 id="HardCodedColor"
3458 severity="Error"
3459 message="Avoid using hardcoded color"
3460 category="Correctness"
3461 priority="4"
3462 summary="Using hardcoded color"
3463 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3464 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
3465 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3466 <location
3467 file="res/drawable/fingerprint_enroll_introduction.xml"
3468 line="27"
3469 column="9"/>
3470 </issue>
3471
3472 <issue
3473 id="HardCodedColor"
3474 severity="Error"
3475 message="Avoid using hardcoded color"
3476 category="Correctness"
3477 priority="4"
3478 summary="Using hardcoded color"
3479 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08003480 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;"
3481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003482 <location
3483 file="res/drawable/fingerprint_enroll_introduction.xml"
3484 line="30"
3485 column="9"/>
3486 </issue>
3487
3488 <issue
3489 id="HardCodedColor"
3490 severity="Error"
3491 message="Avoid using hardcoded color"
3492 category="Correctness"
3493 priority="4"
3494 summary="Using hardcoded color"
3495 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003496 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;"
3497 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3498 <location
3499 file="res/drawable/fingerprint_enroll_introduction.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08003500 line="30"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003501 column="9"/>
3502 </issue>
3503
3504 <issue
3505 id="HardCodedColor"
3506 severity="Error"
3507 message="Avoid using hardcoded color"
3508 category="Correctness"
3509 priority="4"
3510 summary="Using hardcoded color"
3511 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08003512 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3513 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003514 <location
3515 file="res/drawable/fingerprint_enroll_introduction.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08003516 line="34"
3517 column="9"/>
3518 </issue>
3519
3520 <issue
3521 id="HardCodedColor"
3522 severity="Error"
3523 message="Avoid using hardcoded color"
3524 category="Correctness"
3525 priority="4"
3526 summary="Using hardcoded color"
3527 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3528 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3529 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3530 <location
3531 file="res/drawable/fingerprint_enroll_introduction.xml"
3532 line="34"
3533 column="9"/>
3534 </issue>
3535
3536 <issue
3537 id="HardCodedColor"
3538 severity="Error"
3539 message="Avoid using hardcoded color"
3540 category="Correctness"
3541 priority="4"
3542 summary="Using hardcoded color"
3543 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3544 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3545 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3546 <location
3547 file="res/drawable/fingerprint_enroll_introduction.xml"
3548 line="40"
3549 column="9"/>
3550 </issue>
3551
3552 <issue
3553 id="HardCodedColor"
3554 severity="Error"
3555 message="Avoid using hardcoded color"
3556 category="Correctness"
3557 priority="4"
3558 summary="Using hardcoded color"
3559 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3560 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3561 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3562 <location
3563 file="res/drawable/fingerprint_enroll_introduction.xml"
3564 line="40"
3565 column="9"/>
3566 </issue>
3567
3568 <issue
3569 id="HardCodedColor"
3570 severity="Error"
3571 message="Avoid using hardcoded color"
3572 category="Correctness"
3573 priority="4"
3574 summary="Using hardcoded color"
3575 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3576 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3578 <location
3579 file="res/drawable/fingerprint_enroll_introduction.xml"
3580 line="46"
3581 column="9"/>
3582 </issue>
3583
3584 <issue
3585 id="HardCodedColor"
3586 severity="Error"
3587 message="Avoid using hardcoded color"
3588 category="Correctness"
3589 priority="4"
3590 summary="Using hardcoded color"
3591 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3592 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3593 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3594 <location
3595 file="res/drawable/fingerprint_enroll_introduction.xml"
3596 line="46"
3597 column="9"/>
3598 </issue>
3599
3600 <issue
3601 id="HardCodedColor"
3602 severity="Error"
3603 message="Avoid using hardcoded color"
3604 category="Correctness"
3605 priority="4"
3606 summary="Using hardcoded color"
3607 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3608 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3609 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3610 <location
3611 file="res/drawable/fingerprint_enroll_introduction.xml"
3612 line="52"
3613 column="9"/>
3614 </issue>
3615
3616 <issue
3617 id="HardCodedColor"
3618 severity="Error"
3619 message="Avoid using hardcoded color"
3620 category="Correctness"
3621 priority="4"
3622 summary="Using hardcoded color"
3623 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3624 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
3625 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3626 <location
3627 file="res/drawable/fingerprint_enroll_introduction.xml"
3628 line="52"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07003629 column="9"/>
3630 </issue>
3631
3632 <issue
3633 id="HardCodedColor"
3634 severity="Error"
3635 message="Avoid using hardcoded color"
3636 category="Correctness"
3637 priority="4"
3638 summary="Using hardcoded color"
3639 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08003640 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3641 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3642 <location
3643 file="res/drawable/ic_accessibility_animation.xml"
3644 line="22"
3645 column="13"/>
3646 </issue>
3647
3648 <issue
3649 id="HardCodedColor"
3650 severity="Error"
3651 message="Avoid using hardcoded color"
3652 category="Correctness"
3653 priority="4"
3654 summary="Using hardcoded color"
3655 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003656 errorLine1=" android:color=&quot;@color/accessibility_magnification_background&quot;/>"
3657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003658 <location
3659 file="res/drawable/ic_accessibility_magnification.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003660 line="22"
3661 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003662 </issue>
3663
3664 <issue
3665 id="HardCodedColor"
3666 severity="Error"
3667 message="Avoid using hardcoded color"
3668 category="Correctness"
3669 priority="4"
3670 summary="Using hardcoded color"
3671 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003672 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3673 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003674 <location
menghanli9fd21d52022-01-13 11:28:38 +08003675 file="res/drawable/ic_adaptive_font_download.xml"
3676 line="23"
3677 column="13"/>
3678 </issue>
3679
3680 <issue
3681 id="HardCodedColor"
3682 severity="Error"
3683 message="Avoid using hardcoded color"
3684 category="Correctness"
3685 priority="4"
3686 summary="Using hardcoded color"
3687 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3688 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3689 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3690 <location
jasonwshsucad54362021-04-20 11:54:25 +08003691 file="res/drawable/ic_audio_adjustment.xml"
3692 line="22"
3693 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003694 </issue>
3695
3696 <issue
3697 id="HardCodedColor"
3698 severity="Error"
3699 message="Avoid using hardcoded color"
3700 category="Correctness"
3701 priority="4"
3702 summary="Using hardcoded color"
3703 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Kaiqiang Wang6a235952022-01-17 14:32:46 +01003704 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3705 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3706 <location
3707 file="res/drawable/ic_audio_description.xml"
3708 line="22"
3709 column="13"/>
3710 </issue>
3711
3712 <issue
3713 id="HardCodedColor"
3714 severity="Error"
3715 message="Avoid using hardcoded color"
3716 category="Correctness"
3717 priority="4"
3718 summary="Using hardcoded color"
3719 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08003720 errorLine1=" android:fillColor=&quot;@color/battery_good_color_light&quot;"
3721 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3722 <location
3723 file="res/drawable/ic_battery_status_good_24dp.xml"
3724 line="22"
3725 column="9"/>
3726 </issue>
3727
3728 <issue
3729 id="HardCodedColor"
3730 severity="Error"
3731 message="Avoid using hardcoded color"
3732 category="Correctness"
3733 priority="4"
3734 summary="Using hardcoded color"
3735 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3736 errorLine1=" android:fillColor=&quot;@color/battery_good_color_light&quot;"
3737 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3738 <location
3739 file="res/drawable/ic_battery_status_good_24dp.xml"
3740 line="25"
3741 column="9"/>
3742 </issue>
3743
3744 <issue
3745 id="HardCodedColor"
3746 severity="Error"
3747 message="Avoid using hardcoded color"
3748 category="Correctness"
3749 priority="4"
3750 summary="Using hardcoded color"
3751 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003752 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003754 <location
jasonwshsucad54362021-04-20 11:54:25 +08003755 file="res/drawable/ic_captioning.xml"
3756 line="22"
3757 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003758 </issue>
3759
3760 <issue
3761 id="HardCodedColor"
3762 severity="Error"
3763 message="Avoid using hardcoded color"
3764 category="Correctness"
3765 priority="4"
3766 summary="Using hardcoded color"
3767 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08003768 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3769 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3770 <location
3771 file="res/drawable/ic_color_and_motion.xml"
3772 line="22"
3773 column="13"/>
3774 </issue>
3775
3776 <issue
3777 id="HardCodedColor"
3778 severity="Error"
3779 message="Avoid using hardcoded color"
3780 category="Correctness"
3781 priority="4"
3782 summary="Using hardcoded color"
3783 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003784 errorLine1=" android:color=&quot;@color/accessibility_color_inversion_background&quot;/>"
3785 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003786 <location
3787 file="res/drawable/ic_color_inversion.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003788 line="22"
3789 column="13"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003790 </issue>
3791
3792 <issue
3793 id="HardCodedColor"
3794 severity="Error"
3795 message="Avoid using hardcoded color"
3796 category="Correctness"
3797 priority="4"
3798 summary="Using hardcoded color"
3799 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003800 errorLine1=" android:color=&quot;@color/accessibility_daltonizer_background&quot;/>"
3801 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003802 <location
3803 file="res/drawable/ic_daltonizer.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003804 line="22"
3805 column="9"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003806 </issue>
3807
3808 <issue
3809 id="HardCodedColor"
3810 severity="Error"
3811 message="Avoid using hardcoded color"
3812 category="Correctness"
3813 priority="4"
3814 summary="Using hardcoded color"
3815 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003816 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3817 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003818 <location
jasonwshsucad54362021-04-20 11:54:25 +08003819 file="res/drawable/ic_dark_ui.xml"
3820 line="22"
3821 column="13"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003822 </issue>
3823
3824 <issue
3825 id="HardCodedColor"
3826 severity="Error"
3827 message="Avoid using hardcoded color"
3828 category="Correctness"
3829 priority="4"
3830 summary="Using hardcoded color"
3831 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003832 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3834 <location
3835 file="res/drawable/ic_font_size.xml"
3836 line="22"
3837 column="13"/>
3838 </issue>
3839
3840 <issue
3841 id="HardCodedColor"
3842 severity="Error"
3843 message="Avoid using hardcoded color"
3844 category="Correctness"
3845 priority="4"
3846 summary="Using hardcoded color"
3847 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3848 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3849 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3850 <location
3851 file="res/drawable/ic_force_bold.xml"
3852 line="22"
3853 column="13"/>
3854 </issue>
3855
3856 <issue
3857 id="HardCodedColor"
3858 severity="Error"
3859 message="Avoid using hardcoded color"
3860 category="Correctness"
3861 priority="4"
3862 summary="Using hardcoded color"
3863 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3864 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3865 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3866 <location
3867 file="res/drawable/ic_hearing_aid.xml"
3868 line="22"
3869 column="13"/>
3870 </issue>
3871
3872 <issue
3873 id="HardCodedColor"
3874 severity="Error"
3875 message="Avoid using hardcoded color"
3876 category="Correctness"
3877 priority="4"
3878 summary="Using hardcoded color"
3879 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003880 errorLine1=" android:color=&quot;@color/homepage_about_background&quot; />"
3881 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08003882 <location
3883 file="res/drawable/ic_homepage_about.xml"
tmfang0b73c292019-03-18 11:43:28 +08003884 line="24"
3885 column="13"/>
Edgar Wang992b5032018-11-08 00:56:21 +08003886 </issue>
3887
3888 <issue
3889 id="HardCodedColor"
3890 severity="Error"
3891 message="Avoid using hardcoded color"
3892 category="Correctness"
3893 priority="4"
3894 summary="Using hardcoded color"
3895 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003896 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
3897 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003898 <location
3899 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08003900 line="24"
3901 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003902 </issue>
3903
3904 <issue
3905 id="HardCodedColor"
3906 severity="Error"
3907 message="Avoid using hardcoded color"
3908 category="Correctness"
3909 priority="4"
3910 summary="Using hardcoded color"
3911 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003912 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
3913 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08003914 <location
3915 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08003916 line="24"
3917 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08003918 </issue>
3919
3920 <issue
3921 id="HardCodedColor"
3922 severity="Error"
3923 message="Avoid using hardcoded color"
3924 category="Correctness"
3925 priority="4"
3926 summary="Using hardcoded color"
3927 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003928 errorLine1=" android:color=&quot;@color/homepage_accounts_background&quot; />"
3929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003930 <location
3931 file="res/drawable/ic_homepage_accounts.xml"
tmfang0b73c292019-03-18 11:43:28 +08003932 line="24"
3933 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003934 </issue>
3935
3936 <issue
3937 id="HardCodedColor"
3938 severity="Error"
3939 message="Avoid using hardcoded color"
3940 category="Correctness"
3941 priority="4"
3942 summary="Using hardcoded color"
3943 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003944 errorLine1=" android:color=&quot;@color/homepage_app_and_notification_background&quot; />"
3945 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003946 <location
3947 file="res/drawable/ic_homepage_apps.xml"
tmfang0b73c292019-03-18 11:43:28 +08003948 line="24"
3949 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003950 </issue>
3951
3952 <issue
3953 id="HardCodedColor"
3954 severity="Error"
3955 message="Avoid using hardcoded color"
3956 category="Correctness"
3957 priority="4"
3958 summary="Using hardcoded color"
3959 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003960 errorLine1=" android:color=&quot;@color/homepage_battery_background&quot; />"
3961 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003962 <location
3963 file="res/drawable/ic_homepage_battery.xml"
tmfang0b73c292019-03-18 11:43:28 +08003964 line="24"
3965 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003966 </issue>
3967
3968 <issue
3969 id="HardCodedColor"
3970 severity="Error"
3971 message="Avoid using hardcoded color"
3972 category="Correctness"
3973 priority="4"
3974 summary="Using hardcoded color"
3975 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003976 errorLine1=" android:color=&quot;@color/homepage_connected_device_background&quot; />"
3977 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003978 <location
3979 file="res/drawable/ic_homepage_connected_device.xml"
tmfang0b73c292019-03-18 11:43:28 +08003980 line="24"
3981 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003982 </issue>
3983
3984 <issue
3985 id="HardCodedColor"
3986 severity="Error"
3987 message="Avoid using hardcoded color"
3988 category="Correctness"
3989 priority="4"
3990 summary="Using hardcoded color"
3991 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08003992 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
3993 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3994 <location
3995 file="res/drawable/ic_homepage_data_usage.xml"
3996 line="24"
3997 column="13"/>
3998 </issue>
3999
4000 <issue
4001 id="HardCodedColor"
4002 severity="Error"
4003 message="Avoid using hardcoded color"
4004 category="Correctness"
4005 priority="4"
4006 summary="Using hardcoded color"
4007 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004008 errorLine1=" android:color=&quot;@color/homepage_display_background&quot; />"
4009 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004010 <location
4011 file="res/drawable/ic_homepage_display.xml"
tmfang0b73c292019-03-18 11:43:28 +08004012 line="24"
4013 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004014 </issue>
4015
4016 <issue
4017 id="HardCodedColor"
4018 severity="Error"
4019 message="Avoid using hardcoded color"
4020 category="Correctness"
4021 priority="4"
4022 summary="Using hardcoded color"
4023 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang9b1fb772021-01-06 17:26:50 -08004024 errorLine1=" android:color=&quot;@color/homepage_emergency_background&quot; />"
4025 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4026 <location
4027 file="res/drawable/ic_homepage_emergency.xml"
4028 line="24"
4029 column="13"/>
4030 </issue>
4031
4032 <issue
4033 id="HardCodedColor"
4034 severity="Error"
4035 message="Avoid using hardcoded color"
4036 category="Correctness"
4037 priority="4"
4038 summary="Using hardcoded color"
4039 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004040 errorLine1=" android:color=&quot;@color/homepage_location_background&quot; />"
4041 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07004042 <location
4043 file="res/drawable/ic_homepage_location.xml"
tmfang0b73c292019-03-18 11:43:28 +08004044 line="24"
4045 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07004046 </issue>
4047
4048 <issue
4049 id="HardCodedColor"
4050 severity="Error"
4051 message="Avoid using hardcoded color"
4052 category="Correctness"
4053 priority="4"
4054 summary="Using hardcoded color"
4055 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004056 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
4057 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004058 <location
4059 file="res/drawable/ic_homepage_network.xml"
tmfang0b73c292019-03-18 11:43:28 +08004060 line="24"
4061 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004062 </issue>
4063
4064 <issue
4065 id="HardCodedColor"
4066 severity="Error"
4067 message="Avoid using hardcoded color"
4068 category="Correctness"
4069 priority="4"
4070 summary="Using hardcoded color"
4071 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08004072 errorLine1=" android:color=&quot;@color/homepage_generic_icon_background&quot; />"
4073 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4074 <location
4075 file="res/drawable/ic_homepage_night_display.xml"
4076 line="24"
4077 column="13"/>
4078 </issue>
4079
4080 <issue
4081 id="HardCodedColor"
4082 severity="Error"
4083 message="Avoid using hardcoded color"
4084 category="Correctness"
4085 priority="4"
4086 summary="Using hardcoded color"
4087 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4088 errorLine1=" android:color=&quot;@color/homepage_generic_icon_background&quot; />"
4089 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4090 <location
4091 file="res/drawable/ic_homepage_notification.xml"
4092 line="24"
4093 column="13"/>
4094 </issue>
4095
4096 <issue
4097 id="HardCodedColor"
4098 severity="Error"
4099 message="Avoid using hardcoded color"
4100 category="Correctness"
4101 priority="4"
4102 summary="Using hardcoded color"
4103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004104 errorLine1=" android:color=&quot;@color/homepage_privacy_background&quot; />"
4105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07004106 <location
4107 file="res/drawable/ic_homepage_privacy.xml"
tmfang0b73c292019-03-18 11:43:28 +08004108 line="24"
4109 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07004110 </issue>
4111
4112 <issue
4113 id="HardCodedColor"
4114 severity="Error"
4115 message="Avoid using hardcoded color"
4116 category="Correctness"
4117 priority="4"
4118 summary="Using hardcoded color"
4119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004120 errorLine1=" android:color=&quot;@color/homepage_security_background&quot; />"
4121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004122 <location
4123 file="res/drawable/ic_homepage_security.xml"
tmfang0b73c292019-03-18 11:43:28 +08004124 line="24"
4125 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004126 </issue>
4127
4128 <issue
4129 id="HardCodedColor"
4130 severity="Error"
4131 message="Avoid using hardcoded color"
4132 category="Correctness"
4133 priority="4"
4134 summary="Using hardcoded color"
4135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004136 errorLine1=" android:color=&quot;@color/homepage_sound_background&quot; />"
4137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004138 <location
4139 file="res/drawable/ic_homepage_sound.xml"
tmfang0b73c292019-03-18 11:43:28 +08004140 line="24"
4141 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004142 </issue>
4143
4144 <issue
4145 id="HardCodedColor"
4146 severity="Error"
4147 message="Avoid using hardcoded color"
4148 category="Correctness"
4149 priority="4"
4150 summary="Using hardcoded color"
4151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004152 errorLine1=" android:color=&quot;@color/homepage_storage_background&quot; />"
4153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004154 <location
4155 file="res/drawable/ic_homepage_storage.xml"
tmfang0b73c292019-03-18 11:43:28 +08004156 line="24"
4157 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004158 </issue>
4159
4160 <issue
4161 id="HardCodedColor"
4162 severity="Error"
4163 message="Avoid using hardcoded color"
4164 category="Correctness"
4165 priority="4"
4166 summary="Using hardcoded color"
4167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004168 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
4169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004170 <location
4171 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08004172 line="24"
4173 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08004174 </issue>
4175
4176 <issue
4177 id="HardCodedColor"
4178 severity="Error"
4179 message="Avoid using hardcoded color"
4180 category="Correctness"
4181 priority="4"
4182 summary="Using hardcoded color"
4183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004184 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
4185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08004186 <location
4187 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08004188 line="24"
4189 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08004190 </issue>
4191
4192 <issue
4193 id="HardCodedColor"
4194 severity="Error"
4195 message="Avoid using hardcoded color"
4196 category="Correctness"
4197 priority="4"
4198 summary="Using hardcoded color"
4199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004200 errorLine1=" android:color=&quot;@color/homepage_system_background&quot; />"
4201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08004202 <location
4203 file="res/drawable/ic_homepage_system_dashboard.xml"
tmfang0b73c292019-03-18 11:43:28 +08004204 line="24"
4205 column="13"/>
4206 </issue>
4207
4208 <issue
4209 id="HardCodedColor"
4210 severity="Error"
4211 message="Avoid using hardcoded color"
4212 category="Correctness"
4213 priority="4"
4214 summary="Using hardcoded color"
4215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08004216 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
4217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4218 <location
4219 file="res/drawable/ic_homepage_vpn.xml"
4220 line="24"
4221 column="13"/>
4222 </issue>
4223
4224 <issue
4225 id="HardCodedColor"
4226 severity="Error"
4227 message="Avoid using hardcoded color"
4228 category="Correctness"
4229 priority="4"
4230 summary="Using hardcoded color"
4231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yange18dc242021-01-10 01:28:14 +08004232 errorLine1=" android:color=&quot;@color/homepage_wallpaper_background&quot; />"
4233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4234 <location
4235 file="res/drawable/ic_homepage_wallpaper.xml"
4236 line="24"
4237 column="13"/>
4238 </issue>
4239
4240 <issue
4241 id="HardCodedColor"
4242 severity="Error"
4243 message="Avoid using hardcoded color"
4244 category="Correctness"
4245 priority="4"
4246 summary="Using hardcoded color"
4247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08004248 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
4249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4250 <location
4251 file="res/drawable/ic_homepage_wifi_tethering.xml"
4252 line="24"
4253 column="13"/>
4254 </issue>
4255
4256 <issue
4257 id="HardCodedColor"
4258 severity="Error"
4259 message="Avoid using hardcoded color"
4260 category="Correctness"
4261 priority="4"
4262 summary="Using hardcoded color"
4263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08004264 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4266 <location
4267 file="res/drawable/ic_live_caption.xml"
4268 line="22"
4269 column="13"/>
4270 </issue>
4271
4272 <issue
4273 id="HardCodedColor"
4274 severity="Error"
4275 message="Avoid using hardcoded color"
4276 category="Correctness"
4277 priority="4"
4278 summary="Using hardcoded color"
4279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004280 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
4281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4282 <location
4283 file="res/drawable/ic_network_signal_blue.xml"
4284 line="23"
4285 column="11"/>
4286 </issue>
4287
4288 <issue
4289 id="HardCodedColor"
4290 severity="Error"
4291 message="Avoid using hardcoded color"
4292 category="Correctness"
4293 priority="4"
4294 summary="Using hardcoded color"
4295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4296 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
4297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang86cc0572021-02-03 23:40:46 +08004298 <location
4299 file="res/drawable/ic_network_signal_blue.xml"
4300 line="25"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004301 column="11"/>
Stanley Wang86cc0572021-02-03 23:40:46 +08004302 </issue>
4303
4304 <issue
4305 id="HardCodedColor"
4306 severity="Error"
4307 message="Avoid using hardcoded color"
4308 category="Correctness"
4309 priority="4"
4310 summary="Using hardcoded color"
4311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004312 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
4313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang86cc0572021-02-03 23:40:46 +08004314 <location
4315 file="res/drawable/ic_network_signal_blue.xml"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004316 line="27"
4317 column="11"/>
Stanley Wang86cc0572021-02-03 23:40:46 +08004318 </issue>
4319
4320 <issue
4321 id="HardCodedColor"
4322 severity="Error"
4323 message="Avoid using hardcoded color"
4324 category="Correctness"
4325 priority="4"
4326 summary="Using hardcoded color"
4327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08004328 errorLine1=" android:color=&quot;@color/notification_block_color&quot;/>"
4329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4330 <location
4331 file="res/drawable/ic_notification_block.xml"
4332 line="27"
4333 column="21"/>
4334 </issue>
4335
4336 <issue
4337 id="HardCodedColor"
4338 severity="Error"
4339 message="Avoid using hardcoded color"
4340 category="Correctness"
4341 priority="4"
4342 summary="Using hardcoded color"
4343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4344 errorLine1=" android:fillColor=&quot;@color/notification_block_color&quot;"
4345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4346 <location
4347 file="res/drawable/ic_notification_block.xml"
4348 line="39"
4349 column="17"/>
4350 </issue>
4351
4352 <issue
4353 id="HardCodedColor"
4354 severity="Error"
4355 message="Avoid using hardcoded color"
4356 category="Correctness"
4357 priority="4"
4358 summary="Using hardcoded color"
4359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07004360 errorLine1=" android:color=&quot;@color/homepage_location_background&quot;/>"
4361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4362 <location
4363 file="res/drawable/ic_preference_location.xml"
4364 line="23"
4365 column="17"/>
4366 </issue>
4367
4368 <issue
4369 id="HardCodedColor"
4370 severity="Error"
4371 message="Avoid using hardcoded color"
4372 category="Correctness"
4373 priority="4"
4374 summary="Using hardcoded color"
4375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08004376 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4378 <location
4379 file="res/drawable/ic_reduce_bright_colors.xml"
4380 line="22"
4381 column="13"/>
4382 </issue>
4383
4384 <issue
4385 id="HardCodedColor"
4386 severity="Error"
4387 message="Avoid using hardcoded color"
4388 category="Correctness"
4389 priority="4"
4390 summary="Using hardcoded color"
4391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004392 errorLine1=" android:tint=&quot;#db4437&quot;"
4393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
4394 <location
4395 file="res/drawable/ic_remove_circle.xml"
4396 line="19"
4397 column="5"/>
4398 </issue>
4399
4400 <issue
4401 id="HardCodedColor"
4402 severity="Error"
4403 message="Avoid using hardcoded color"
4404 category="Correctness"
4405 priority="4"
4406 summary="Using hardcoded color"
4407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08004408 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4410 <location
4411 file="res/drawable/ic_rtt_settings.xml"
4412 line="22"
4413 column="13"/>
4414 </issue>
4415
4416 <issue
4417 id="HardCodedColor"
4418 severity="Error"
4419 message="Avoid using hardcoded color"
4420 category="Correctness"
4421 priority="4"
4422 summary="Using hardcoded color"
4423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4424 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4426 <location
4427 file="res/drawable/ic_screen_zoom.xml"
4428 line="22"
4429 column="13"/>
4430 </issue>
4431
4432 <issue
4433 id="HardCodedColor"
4434 severity="Error"
4435 message="Avoid using hardcoded color"
4436 category="Correctness"
4437 priority="4"
4438 summary="Using hardcoded color"
4439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004440 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
4441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4442 <location
4443 file="res/drawable/ic_shortcut_battery.xml"
4444 line="18"
4445 column="17"/>
4446 </issue>
4447
4448 <issue
4449 id="HardCodedColor"
4450 severity="Error"
4451 message="Avoid using hardcoded color"
4452 category="Correctness"
4453 priority="4"
4454 summary="Using hardcoded color"
4455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4456 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
4457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4458 <location
4459 file="res/drawable/ic_shortcut_data_usage.xml"
4460 line="18"
4461 column="17"/>
4462 </issue>
4463
4464 <issue
4465 id="HardCodedColor"
4466 severity="Error"
4467 message="Avoid using hardcoded color"
4468 category="Correctness"
4469 priority="4"
4470 summary="Using hardcoded color"
4471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4472 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
4473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4474 <location
4475 file="res/drawable/ic_shortcut_wireless.xml"
4476 line="18"
4477 column="17"/>
4478 </issue>
4479
4480 <issue
4481 id="HardCodedColor"
4482 severity="Error"
4483 message="Avoid using hardcoded color"
4484 category="Correctness"
4485 priority="4"
4486 summary="Using hardcoded color"
4487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08004488 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4490 <location
4491 file="res/drawable/ic_system_controls.xml"
4492 line="22"
4493 column="13"/>
4494 </issue>
4495
4496 <issue
4497 id="HardCodedColor"
4498 severity="Error"
4499 message="Avoid using hardcoded color"
4500 category="Correctness"
4501 priority="4"
4502 summary="Using hardcoded color"
4503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4504 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4506 <location
4507 file="res/drawable/ic_tap_assistance.xml"
4508 line="22"
4509 column="13"/>
4510 </issue>
4511
4512 <issue
4513 id="HardCodedColor"
4514 severity="Error"
4515 message="Avoid using hardcoded color"
4516 category="Correctness"
4517 priority="4"
4518 summary="Using hardcoded color"
4519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4520 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
4521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4522 <location
jasonwshsucad54362021-04-20 11:54:25 +08004523 file="res/drawable/ic_vibration.xml"
4524 line="22"
4525 column="13"/>
4526 </issue>
4527
4528 <issue
4529 id="HardCodedColor"
4530 severity="Error"
4531 message="Avoid using hardcoded color"
4532 category="Correctness"
4533 priority="4"
4534 summary="Using hardcoded color"
4535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004536 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
4537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4538 <location
4539 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4540 line="6"
4541 column="5"/>
4542 </issue>
4543
4544 <issue
4545 id="HardCodedColor"
4546 severity="Error"
4547 message="Avoid using hardcoded color"
4548 category="Correctness"
4549 priority="4"
4550 summary="Using hardcoded color"
4551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4552 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
4553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4554 <location
4555 file="res/layout/nfc_payment_how_it_works.xml"
4556 line="6"
4557 column="5"/>
4558 </issue>
4559
4560 <issue
4561 id="HardCodedColor"
4562 severity="Error"
4563 message="Avoid using hardcoded color"
4564 category="Correctness"
4565 priority="4"
4566 summary="Using hardcoded color"
4567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4568 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4570 <location
4571 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4572 line="15"
4573 column="13"/>
4574 </issue>
4575
4576 <issue
4577 id="HardCodedColor"
4578 severity="Error"
4579 message="Avoid using hardcoded color"
4580 category="Correctness"
4581 priority="4"
4582 summary="Using hardcoded color"
4583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4584 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4586 <location
4587 file="res/layout/nfc_payment_how_it_works.xml"
4588 line="15"
4589 column="13"/>
4590 </issue>
4591
4592 <issue
4593 id="HardCodedColor"
4594 severity="Error"
4595 message="Avoid using hardcoded color"
4596 category="Correctness"
4597 priority="4"
4598 summary="Using hardcoded color"
4599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4600 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4602 <location
4603 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4604 line="40"
4605 column="15"/>
4606 </issue>
4607
4608 <issue
4609 id="HardCodedColor"
4610 severity="Error"
4611 message="Avoid using hardcoded color"
4612 category="Correctness"
4613 priority="4"
4614 summary="Using hardcoded color"
4615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4616 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4618 <location
4619 file="res/layout/nfc_payment_how_it_works.xml"
4620 line="47"
4621 column="21"/>
4622 </issue>
4623
4624 <issue
4625 id="HardCodedColor"
4626 severity="Error"
4627 message="Avoid using hardcoded color"
4628 category="Correctness"
4629 priority="4"
4630 summary="Using hardcoded color"
4631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4632 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4634 <location
4635 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4636 line="50"
4637 column="15"/>
4638 </issue>
4639
4640 <issue
4641 id="HardCodedColor"
4642 severity="Error"
4643 message="Avoid using hardcoded color"
4644 category="Correctness"
4645 priority="4"
4646 summary="Using hardcoded color"
4647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4648 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4650 <location
4651 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4652 line="57"
4653 column="13"/>
4654 </issue>
4655
4656 <issue
4657 id="HardCodedColor"
4658 severity="Error"
4659 message="Avoid using hardcoded color"
4660 category="Correctness"
4661 priority="4"
4662 summary="Using hardcoded color"
4663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4664 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4666 <location
4667 file="res/layout/nfc_payment_how_it_works.xml"
4668 line="59"
4669 column="21"/>
4670 </issue>
4671
4672 <issue
4673 id="HardCodedColor"
4674 severity="Error"
4675 message="Avoid using hardcoded color"
4676 category="Correctness"
4677 priority="4"
4678 summary="Using hardcoded color"
4679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4680 errorLine1=" android:textColor=&quot;#263238&quot;"
4681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4682 <location
4683 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4684 line="67"
4685 column="15"/>
4686 </issue>
4687
4688 <issue
4689 id="HardCodedColor"
4690 severity="Error"
4691 message="Avoid using hardcoded color"
4692 category="Correctness"
4693 priority="4"
4694 summary="Using hardcoded color"
4695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4696 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4698 <location
4699 file="res/layout/nfc_payment_how_it_works.xml"
4700 line="68"
4701 column="13"/>
4702 </issue>
4703
4704 <issue
4705 id="HardCodedColor"
4706 severity="Error"
4707 message="Avoid using hardcoded color"
4708 category="Correctness"
4709 priority="4"
4710 summary="Using hardcoded color"
4711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4712 errorLine1=" android:textColor=&quot;#263238&quot;"
4713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4714 <location
4715 file="res/layout/nfc_payment_how_it_works.xml"
4716 line="78"
4717 column="15"/>
4718 </issue>
4719
4720 <issue
4721 id="HardCodedColor"
4722 severity="Error"
4723 message="Avoid using hardcoded color"
4724 category="Correctness"
4725 priority="4"
4726 summary="Using hardcoded color"
4727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004728 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#FF4285F4&quot;/>"
4729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4730 <location
4731 file="res/drawable/one_handed_guideline.xml"
4732 line="34"
4733 column="36"/>
4734 </issue>
4735
4736 <issue
4737 id="HardCodedColor"
4738 severity="Error"
4739 message="Avoid using hardcoded color"
4740 category="Correctness"
4741 priority="4"
4742 summary="Using hardcoded color"
4743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4744 errorLine1=" &lt;item android:offset=&quot;1&quot; android:color=&quot;#004385F5&quot;/>"
4745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4746 <location
4747 file="res/drawable/one_handed_guideline.xml"
4748 line="35"
4749 column="36"/>
4750 </issue>
4751
4752 <issue
4753 id="HardCodedColor"
4754 severity="Error"
4755 message="Avoid using hardcoded color"
4756 category="Correctness"
4757 priority="4"
4758 summary="Using hardcoded color"
4759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004760 errorLine1=" android:background=&quot;@color/battery_info_error_color_red&quot;>"
4761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004762 <location
4763 file="res/layout/preference_battery_error.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08004764 line="35"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004765 column="13"/>
4766 </issue>
4767
4768 <issue
4769 id="HardCodedColor"
4770 severity="Error"
4771 message="Avoid using hardcoded color"
4772 category="Correctness"
4773 priority="4"
4774 summary="Using hardcoded color"
4775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004776 errorLine1=" android:src=&quot;@color/running_processes_system_ram&quot;"
4777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4778 <location
4779 file="res/layout/running_processes_header.xml"
Salvador Martinez38c4b382018-04-02 11:32:06 -07004780 line="56"
jackqdyulei5024a382017-09-14 16:11:02 -07004781 column="13"/>
4782 </issue>
4783
4784 <issue
4785 id="HardCodedColor"
4786 severity="Error"
4787 message="Avoid using hardcoded color"
4788 category="Correctness"
4789 priority="4"
4790 summary="Using hardcoded color"
4791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4792 errorLine1=" android:src=&quot;@color/running_processes_free_ram&quot;"
4793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4794 <location
4795 file="res/layout/running_processes_header.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004796 line="129"
jackqdyulei5024a382017-09-14 16:11:02 -07004797 column="13"/>
4798 </issue>
4799
4800 <issue
4801 id="HardCodedColor"
4802 severity="Error"
4803 message="Avoid using hardcoded color"
4804 category="Correctness"
4805 priority="4"
4806 summary="Using hardcoded color"
4807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004808 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
4809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07004810 <location
4811 file="res/layout/screen_zoom_preview_1.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004812 line="42"
jackqdyulei5024a382017-09-14 16:11:02 -07004813 column="17"/>
4814 </issue>
4815
4816 <issue
4817 id="HardCodedColor"
4818 severity="Error"
4819 message="Avoid using hardcoded color"
4820 category="Correctness"
4821 priority="4"
4822 summary="Using hardcoded color"
4823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4824 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
4825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4826 <location
4827 file="res/layout/screen_zoom_preview_1.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004828 line="49"
jackqdyulei5024a382017-09-14 16:11:02 -07004829 column="17"/>
4830 </issue>
4831
4832 <issue
4833 id="HardCodedColor"
4834 severity="Error"
4835 message="Avoid using hardcoded color"
4836 category="Correctness"
4837 priority="4"
4838 summary="Using hardcoded color"
4839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08004840 errorLine1=" android:progressBackgroundTint=&quot;@color/sfps_enrollment_progress_bar_bg_color&quot;"
4841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4842 <location
4843 file="res/layout/sfps_enroll_enrolling.xml"
4844 line="73"
4845 column="21"/>
4846 </issue>
4847
4848 <issue
4849 id="HardCodedColor"
4850 severity="Error"
4851 message="Avoid using hardcoded color"
4852 category="Correctness"
4853 priority="4"
4854 summary="Using hardcoded color"
4855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4856 errorLine1=" android:progressBackgroundTint=&quot;@color/sfps_enrollment_progress_bar_bg_color&quot;"
4857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4858 <location
4859 file="res/layout/sfps_enroll_enrolling.xml"
4860 line="73"
4861 column="21"/>
4862 </issue>
4863
4864 <issue
4865 id="HardCodedColor"
4866 severity="Error"
4867 message="Avoid using hardcoded color"
4868 category="Correctness"
4869 priority="4"
4870 summary="Using hardcoded color"
4871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004872 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
4873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4874 <location
4875 file="res/layout/shortcut_badge.xml"
4876 line="31"
4877 column="9"/>
4878 </issue>
4879
4880 <issue
4881 id="HardCodedColor"
4882 severity="Error"
4883 message="Avoid using hardcoded color"
4884 category="Correctness"
4885 priority="4"
4886 summary="Using hardcoded color"
4887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4888 errorLine1=" android:background=&quot;@color/shortcut_background&quot;>"
4889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4890 <location
4891 file="res/layout/shortcut_badge_maskable.xml"
4892 line="20"
4893 column="5"/>
4894 </issue>
4895
4896 <issue
4897 id="HardCodedColor"
4898 severity="Error"
4899 message="Avoid using hardcoded color"
4900 category="Correctness"
4901 priority="4"
4902 summary="Using hardcoded color"
4903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4904 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
4905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4906 <location
4907 file="res/layout/shortcut_badge_maskable.xml"
4908 line="29"
4909 column="9"/>
4910 </issue>
4911
4912 <issue
4913 id="HardCodedColor"
4914 severity="Error"
4915 message="Avoid using hardcoded color"
4916 category="Correctness"
4917 priority="4"
4918 summary="Using hardcoded color"
4919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004920 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07004921 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4922 <location
4923 file="res/values-en-rAU/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08004924 line="3293"
jackqdyulei5024a382017-09-14 16:11:02 -07004925 column="64"/>
4926 </issue>
4927
4928 <issue
4929 id="HardCodedColor"
4930 severity="Error"
4931 message="Avoid using hardcoded color"
4932 category="Correctness"
4933 priority="4"
4934 summary="Using hardcoded color"
4935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli796fccc2023-03-16 07:31:02 +08004936 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07004937 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4938 <location
4939 file="res/values-en-rCA/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08004940 line="3293"
jackqdyulei5024a382017-09-14 16:11:02 -07004941 column="64"/>
4942 </issue>
4943
4944 <issue
4945 id="HardCodedColor"
4946 severity="Error"
4947 message="Avoid using hardcoded color"
4948 category="Correctness"
4949 priority="4"
4950 summary="Using hardcoded color"
4951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004952 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07004953 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4954 <location
4955 file="res/values-en-rGB/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08004956 line="3293"
jackqdyulei5024a382017-09-14 16:11:02 -07004957 column="64"/>
4958 </issue>
4959
4960 <issue
4961 id="HardCodedColor"
4962 severity="Error"
4963 message="Avoid using hardcoded color"
4964 category="Correctness"
4965 priority="4"
4966 summary="Using hardcoded color"
4967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004968 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07004969 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4970 <location
4971 file="res/values-en-rIN/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08004972 line="3293"
jackqdyulei5024a382017-09-14 16:11:02 -07004973 column="64"/>
4974 </issue>
4975
4976 <issue
4977 id="HardCodedColor"
4978 severity="Error"
4979 message="Avoid using hardcoded color"
4980 category="Correctness"
4981 priority="4"
4982 summary="Using hardcoded color"
4983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Simon Wingrovef952e892022-07-18 11:54:22 +00004984 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‏‎‏‏‏‏‏‏‏‏‎‏‏‏‎‎‏‏‎‏‏‎‎‏‏‏‎‎‎‎‏‏‎‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‎‎‏‎‎‎‎‏‎‏‎‏‏‎‎‎‏‏‎‎‏‎‏‎‎‏‎‎‏‏‎&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;‎‏‎‎‏‏‏‎Welcome to Google sync!‎‏‎‎‏‏‎&quot;&lt;/font>&quot;‎‏‎‎‏‏‏‎ ‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎A Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.‎‏‎‎‏‎&quot;&lt;/string>"
4985 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4986 <location
4987 file="res/values-en-rXC/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08004988 line="3293"
Simon Wingrovef952e892022-07-18 11:54:22 +00004989 column="170"/>
4990 </issue>
4991
4992 <issue
4993 id="HardCodedColor"
4994 severity="Error"
4995 message="Avoid using hardcoded color"
4996 category="Correctness"
4997 priority="4"
4998 summary="Using hardcoded color"
4999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07005000 errorLine1=" &lt;string name=&quot;sync_plug&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>Welcome to Google sync!&lt;/font>"
5001 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
5002 <location
5003 file="res/values/strings.xml"
menghanli796fccc2023-03-16 07:31:02 +08005004 line="7445"
jackqdyulei5024a382017-09-14 16:11:02 -07005005 column="36"/>
5006 </issue>
5007
5008 <issue
5009 id="HardCodedColor"
5010 severity="Error"
5011 message="Avoid using hardcoded color"
5012 category="Correctness"
5013 priority="4"
5014 summary="Using hardcoded color"
5015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08005016 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
5017 errorLine2=" ^">
5018 <location
5019 file="res/values-night/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08005020 line="33"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08005021 column="41"/>
5022 </issue>
5023
5024 <issue
5025 id="HardCodedColor"
5026 severity="Error"
5027 message="Avoid using hardcoded color"
5028 category="Correctness"
5029 priority="4"
5030 summary="Using hardcoded color"
5031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5032 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
5033 errorLine2=" ^">
5034 <location
5035 file="res/values-night/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08005036 line="33"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08005037 column="41"/>
5038 </issue>
5039
5040 <issue
5041 id="HardCodedColor"
5042 severity="Error"
5043 message="Avoid using hardcoded color"
5044 category="Correctness"
5045 priority="4"
5046 summary="Using hardcoded color"
5047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07005048 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
5049 errorLine2=" ^">
jackqdyulei5024a382017-09-14 16:11:02 -07005050 <location
5051 file="res/values/themes.xml"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08005052 line="114"
Salvador Martinez2bb99302018-11-02 14:15:44 -07005053 column="40"/>
5054 </issue>
5055
5056 <issue
5057 id="HardCodedColor"
5058 severity="Error"
5059 message="Avoid using hardcoded color"
5060 category="Correctness"
5061 priority="4"
5062 summary="Using hardcoded color"
5063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5064 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
5065 errorLine2=" ^">
5066 <location
5067 file="res/values/themes.xml"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08005068 line="114"
Salvador Martinez2bb99302018-11-02 14:15:44 -07005069 column="40"/>
jackqdyulei5024a382017-09-14 16:11:02 -07005070 </issue>
5071
5072 <issue
5073 id="HardCodedColor"
5074 severity="Error"
5075 message="Avoid using hardcoded color"
5076 category="Correctness"
5077 priority="4"
5078 summary="Using hardcoded color"
5079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08005080 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
5081 errorLine2=" ^">
5082 <location
5083 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08005084 line="126"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08005085 column="41"/>
5086 </issue>
5087
5088 <issue
5089 id="HardCodedColor"
5090 severity="Error"
5091 message="Avoid using hardcoded color"
5092 category="Correctness"
5093 priority="4"
5094 summary="Using hardcoded color"
5095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5096 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
5097 errorLine2=" ^">
5098 <location
5099 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08005100 line="126"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08005101 column="41"/>
5102 </issue>
5103
5104 <issue
5105 id="HardCodedColor"
5106 severity="Error"
5107 message="Avoid using hardcoded color"
5108 category="Correctness"
5109 priority="4"
5110 summary="Using hardcoded color"
5111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07005112 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
5113 errorLine2=" ^">
5114 <location
5115 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08005116 line="183"
5117 column="45"/>
5118 </issue>
5119
5120 <issue
5121 id="HardCodedColor"
5122 severity="Error"
5123 message="Avoid using hardcoded color"
5124 category="Correctness"
5125 priority="4"
5126 summary="Using hardcoded color"
5127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5128 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
5129 errorLine2=" ^">
5130 <location
5131 file="res/values/themes.xml"
5132 line="184"
5133 column="49"/>
5134 </issue>
5135
5136 <issue
5137 id="HardCodedColor"
5138 severity="Error"
5139 message="Avoid using hardcoded color"
5140 category="Correctness"
5141 priority="4"
5142 summary="Using hardcoded color"
5143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5144 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
5145 errorLine2=" ^">
5146 <location
5147 file="res/values/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08005148 line="192"
jackqdyulei5024a382017-09-14 16:11:02 -07005149 column="45"/>
5150 </issue>
5151
5152 <issue
5153 id="HardCodedColor"
5154 severity="Error"
5155 message="Avoid using hardcoded color"
5156 category="Correctness"
5157 priority="4"
5158 summary="Using hardcoded color"
5159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5160 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
5161 errorLine2=" ^">
5162 <location
5163 file="res/values/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08005164 line="193"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08005165 column="49"/>
5166 </issue>
5167
5168 <issue
5169 id="HardCodedColor"
5170 severity="Error"
5171 message="Avoid using hardcoded color"
5172 category="Correctness"
5173 priority="4"
5174 summary="Using hardcoded color"
5175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhanga122be12018-07-16 16:28:37 -07005176 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
5177 errorLine2=" ^">
5178 <location
5179 file="res/values/themes_suw.xml"
5180 line="29"
5181 column="40"/>
5182 </issue>
5183
5184 <issue
5185 id="HardCodedColor"
5186 severity="Error"
5187 message="Avoid using hardcoded color"
5188 category="Correctness"
5189 priority="4"
5190 summary="Using hardcoded color"
5191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5192 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
5193 errorLine2=" ^">
5194 <location
5195 file="res/values/themes_suw.xml"
5196 line="48"
5197 column="40"/>
5198 </issue>
5199
5200 <issue
5201 id="HardCodedColor"
5202 severity="Error"
5203 message="Avoid using hardcoded color"
5204 category="Correctness"
5205 priority="4"
5206 summary="Using hardcoded color"
5207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5208 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
5209 errorLine2=" ^">
5210 <location
5211 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08005212 line="66"
Fan Zhanga122be12018-07-16 16:28:37 -07005213 column="40"/>
5214 </issue>
5215
5216 <issue
5217 id="HardCodedColor"
5218 severity="Error"
5219 message="Avoid using hardcoded color"
5220 category="Correctness"
5221 priority="4"
5222 summary="Using hardcoded color"
5223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5224 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
5225 errorLine2=" ^">
5226 <location
5227 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08005228 line="85"
Fan Zhanga122be12018-07-16 16:28:37 -07005229 column="40"/>
5230 </issue>
5231
5232 <issue
5233 id="HardCodedColor"
5234 severity="Error"
5235 message="Avoid using hardcoded color"
5236 category="Correctness"
5237 priority="4"
5238 summary="Using hardcoded color"
5239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5240 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
5241 errorLine2=" ^">
5242 <location
5243 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08005244 line="103"
Fan Zhanga122be12018-07-16 16:28:37 -07005245 column="40"/>
5246 </issue>
5247
5248 <issue
5249 id="HardCodedColor"
5250 severity="Error"
5251 message="Avoid using hardcoded color"
5252 category="Correctness"
5253 priority="4"
5254 summary="Using hardcoded color"
5255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5256 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
5257 errorLine2=" ^">
5258 <location
5259 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08005260 line="127"
Fan Zhanga122be12018-07-16 16:28:37 -07005261 column="40"/>
5262 </issue>
5263
5264 <issue
5265 id="HardCodedColor"
5266 severity="Error"
5267 message="Avoid using hardcoded color"
5268 category="Correctness"
5269 priority="4"
5270 summary="Using hardcoded color"
5271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Simon Wingrovef952e892022-07-18 11:54:22 +00005272 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
5273 errorLine2=" ^">
5274 <location
5275 file="res/values/themes_suw.xml"
5276 line="145"
5277 column="40"/>
5278 </issue>
5279
5280 <issue
5281 id="HardCodedColor"
5282 severity="Error"
5283 message="Avoid using hardcoded color"
5284 category="Correctness"
5285 priority="4"
5286 summary="Using hardcoded color"
5287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5288 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
5289 errorLine2=" ^">
5290 <location
5291 file="res/values/themes_suw.xml"
5292 line="164"
5293 column="40"/>
5294 </issue>
5295
5296 <issue
5297 id="HardCodedColor"
5298 severity="Error"
5299 message="Avoid using hardcoded color"
5300 category="Correctness"
5301 priority="4"
5302 summary="Using hardcoded color"
5303 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhanga122be12018-07-16 16:28:37 -07005304 errorLine1=" &lt;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
5305 errorLine2=" ^">
5306 <location
5307 file="res/values/themes_suw.xml"
Simon Wingrovef952e892022-07-18 11:54:22 +00005308 line="233"
Fan Zhanga122be12018-07-16 16:28:37 -07005309 column="43"/>
5310 </issue>
5311
5312 <issue
5313 id="HardCodedColor"
5314 severity="Error"
5315 message="Avoid using hardcoded color"
5316 category="Correctness"
5317 priority="4"
5318 summary="Using hardcoded color"
5319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5320 errorLine1=" &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
5321 errorLine2=" ^">
5322 <location
5323 file="res/values/themes_suw.xml"
Simon Wingrovef952e892022-07-18 11:54:22 +00005324 line="234"
Fan Zhanga122be12018-07-16 16:28:37 -07005325 column="42"/>
5326 </issue>
5327
5328 <issue
5329 id="HardCodedColor"
5330 severity="Error"
5331 message="Avoid using hardcoded color"
5332 category="Correctness"
5333 priority="4"
5334 summary="Using hardcoded color"
5335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5336 errorLine1=" &lt;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
5337 errorLine2=" ^">
5338 <location
5339 file="res/values/themes_suw.xml"
Simon Wingrovef952e892022-07-18 11:54:22 +00005340 line="235"
Fan Zhanga122be12018-07-16 16:28:37 -07005341 column="45"/>
5342 </issue>
5343
5344 <issue
5345 id="HardCodedColor"
5346 severity="Error"
5347 message="Avoid using hardcoded color"
5348 category="Correctness"
5349 priority="4"
5350 summary="Using hardcoded color"
5351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07005352 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;"
5353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5354 <location
5355 file="res/layout/video_preference.xml"
5356 line="22"
5357 column="5"/>
5358 </issue>
5359
jackqdyulei5024a382017-09-14 16:11:02 -07005360</issues>