blob: 6fa20421e3dc65462103ab8ba1cbdc1d98271516 [file] [log] [blame]
jackqdyulei5024a382017-09-14 16:11:02 -07001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4">
3
4 <issue
Phil Weaver0db26b32017-12-08 17:10:06 -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."
24 errorLine1=" android:startColor=&quot;#4D000000&quot;"
25 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26 <location
27 file="res/drawable/action_bar_dropshadow.xml"
28 line="22"
29 column="9"/>
30 </issue>
31
32 <issue
33 id="HardCodedColor"
34 severity="Error"
35 message="Avoid using hardcoded color"
36 category="Correctness"
37 priority="4"
38 summary="Using hardcoded color"
39 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
40 errorLine1=" app:barPredictionColor=&quot;@color/material_empty_color_light&quot;"
41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42 <location
43 file="res/layout/battery_history_chart.xml"
44 line="38"
45 column="9"/>
46 </issue>
47
48 <issue
49 id="HardCodedColor"
50 severity="Error"
51 message="Avoid using hardcoded color"
52 category="Correctness"
53 priority="4"
54 summary="Using hardcoded color"
55 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
56 errorLine1=" android:textColor=&quot;@color/bluetooth_dialog_text_color&quot; />"
57 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
58 <location
59 file="res/layout/bluetooth_pin_confirm.xml"
60 line="44"
61 column="13"/>
62 </issue>
63
64 <issue
65 id="HardCodedColor"
66 severity="Error"
67 message="Avoid using hardcoded color"
68 category="Correctness"
69 priority="4"
70 summary="Using hardcoded color"
71 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
72 errorLine1=" android:textColor=&quot;@color/bluetooth_dialog_text_color&quot;"
73 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
74 <location
75 file="res/layout/bluetooth_pin_confirm.xml"
76 line="67"
77 column="13"/>
78 </issue>
79
80 <issue
81 id="HardCodedColor"
82 severity="Error"
83 message="Avoid using hardcoded color"
84 category="Correctness"
85 priority="4"
86 summary="Using hardcoded color"
87 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
88 errorLine1=" android:textColor=&quot;@color/bluetooth_dialog_text_color&quot; />"
89 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
90 <location
91 file="res/layout/bluetooth_pin_confirm.xml"
92 line="77"
93 column="13"/>
94 </issue>
95
96 <issue
97 id="HardCodedColor"
98 severity="Error"
99 message="Avoid using hardcoded color"
100 category="Correctness"
101 priority="4"
102 summary="Using hardcoded color"
103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
104 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
106 <location
107 file="res/layout-land/choose_lock_pattern.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -0800108 line="160"
jackqdyulei5024a382017-09-14 16:11:02 -0700109 column="17"/>
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;color name=&quot;black&quot;>#000&lt;/color>"
121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
122 <location
123 file="res/values/colors.xml"
124 line="18"
125 column="5"/>
126 </issue>
127
128 <issue
129 id="HardCodedColor"
130 severity="Error"
131 message="Avoid using hardcoded color"
132 category="Correctness"
133 priority="4"
134 summary="Using hardcoded color"
135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
136 errorLine1=" &lt;color name=&quot;red&quot;>#F00&lt;/color>"
137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
138 <location
139 file="res/values/colors.xml"
140 line="19"
141 column="5"/>
142 </issue>
143
144 <issue
145 id="HardCodedColor"
146 severity="Error"
147 message="Avoid using hardcoded color"
148 category="Correctness"
149 priority="4"
150 summary="Using hardcoded color"
151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
152 errorLine1=" &lt;color name=&quot;blue&quot;>#00F&lt;/color>"
153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
154 <location
155 file="res/values/colors.xml"
156 line="20"
157 column="5"/>
158 </issue>
159
160 <issue
161 id="HardCodedColor"
162 severity="Error"
163 message="Avoid using hardcoded color"
164 category="Correctness"
165 priority="4"
166 summary="Using hardcoded color"
167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
168 errorLine1=" &lt;color name=&quot;material_empty_color_light&quot;>#FFCED7DB&lt;/color>"
169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
170 <location
171 file="res/values/colors.xml"
172 line="22"
173 column="5"/>
174 </issue>
175
176 <issue
177 id="HardCodedColor"
178 severity="Error"
179 message="Avoid using hardcoded color"
180 category="Correctness"
181 priority="4"
182 summary="Using hardcoded color"
183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
184 errorLine1=" &lt;color name=&quot;bluetooth_dialog_text_color&quot;>#8a000000&lt;/color>"
185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
186 <location
187 file="res/values/colors.xml"
188 line="24"
189 column="5"/>
190 </issue>
191
192 <issue
193 id="HardCodedColor"
194 severity="Error"
195 message="Avoid using hardcoded color"
196 category="Correctness"
197 priority="4"
198 summary="Using hardcoded color"
199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
200 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_background&quot;>#ff9a9a9a&lt;/color>"
201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
202 <location
203 file="res/values/colors.xml"
204 line="26"
205 column="5"/>
206 </issue>
207
208 <issue
209 id="HardCodedColor"
210 severity="Error"
211 message="Avoid using hardcoded color"
212 category="Correctness"
213 priority="4"
214 summary="Using hardcoded color"
215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
216 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_foreground&quot;>#ff666666&lt;/color>"
217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
218 <location
219 file="res/values/colors.xml"
220 line="27"
221 column="5"/>
222 </issue>
223
224 <issue
225 id="HardCodedColor"
226 severity="Error"
227 message="Avoid using hardcoded color"
228 category="Correctness"
229 priority="4"
230 summary="Using hardcoded color"
231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
232 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_am_pm&quot;>#ff9a9a9a&lt;/color>"
233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
234 <location
235 file="res/values/colors.xml"
236 line="28"
237 column="5"/>
238 </issue>
239
240 <issue
241 id="HardCodedColor"
242 severity="Error"
243 message="Avoid using hardcoded color"
244 category="Correctness"
245 priority="4"
246 summary="Using hardcoded color"
247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
248 errorLine1=" &lt;color name=&quot;crypt_keeper_password_background&quot;>#70606060&lt;/color>"
249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
250 <location
251 file="res/values/colors.xml"
252 line="29"
253 column="5"/>
254 </issue>
255
256 <issue
257 id="HardCodedColor"
258 severity="Error"
259 message="Avoid using hardcoded color"
260 category="Correctness"
261 priority="4"
262 summary="Using hardcoded color"
263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
264 errorLine1=" &lt;color name=&quot;divider_color&quot;>#20ffffff&lt;/color>"
265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
266 <location
267 file="res/values/colors.xml"
268 line="31"
269 column="5"/>
270 </issue>
271
272 <issue
273 id="HardCodedColor"
274 severity="Error"
275 message="Avoid using hardcoded color"
276 category="Correctness"
277 priority="4"
278 summary="Using hardcoded color"
279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
280 errorLine1=" &lt;color name=&quot;setup_divider_color_dark&quot;>#33ffffff&lt;/color>"
281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
282 <location
283 file="res/values/colors.xml"
284 line="33"
285 column="5"/>
286 </issue>
287
288 <issue
289 id="HardCodedColor"
290 severity="Error"
291 message="Avoid using hardcoded color"
292 category="Correctness"
293 priority="4"
294 summary="Using hardcoded color"
295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
296 errorLine1=" &lt;color name=&quot;setup_divider_color_light&quot;>#33000000&lt;/color>"
297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
298 <location
299 file="res/values/colors.xml"
300 line="34"
301 column="5"/>
302 </issue>
303
304 <issue
305 id="HardCodedColor"
306 severity="Error"
307 message="Avoid using hardcoded color"
308 category="Correctness"
309 priority="4"
310 summary="Using hardcoded color"
311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
312 errorLine1=" &lt;color name=&quot;setup_lock_pattern_view_regular_color_dark&quot;>#ffbdbdbd&lt;/color>"
313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
314 <location
315 file="res/values/colors.xml"
316 line="35"
317 column="5"/>
318 </issue>
319
320 <issue
321 id="HardCodedColor"
322 severity="Error"
323 message="Avoid using hardcoded color"
324 category="Correctness"
325 priority="4"
326 summary="Using hardcoded color"
327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
328 errorLine1=" &lt;color name=&quot;setup_lock_pattern_view_success_color_dark&quot;>#ff84ffff&lt;/color>"
329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
330 <location
331 file="res/values/colors.xml"
332 line="37"
333 column="5"/>
334 </issue>
335
336 <issue
337 id="HardCodedColor"
338 severity="Error"
339 message="Avoid using hardcoded color"
340 category="Correctness"
341 priority="4"
342 summary="Using hardcoded color"
343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
344 errorLine1=" &lt;color name=&quot;setup_lock_pattern_view_error_color_dark&quot;>#fff44336&lt;/color>"
345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
346 <location
347 file="res/values/colors.xml"
348 line="39"
349 column="5"/>
350 </issue>
351
352 <issue
353 id="HardCodedColor"
354 severity="Error"
355 message="Avoid using hardcoded color"
356 category="Correctness"
357 priority="4"
358 summary="Using hardcoded color"
359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
360 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_dark&quot;>#89ffffff&lt;/color>"
361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
362 <location
363 file="res/values/colors.xml"
364 line="40"
365 column="5"/>
366 </issue>
367
368 <issue
369 id="HardCodedColor"
370 severity="Error"
371 message="Avoid using hardcoded color"
372 category="Correctness"
373 priority="4"
374 summary="Using hardcoded color"
375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
376 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_light&quot;>#89000000&lt;/color>"
377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
378 <location
379 file="res/values/colors.xml"
380 line="41"
381 column="5"/>
382 </issue>
383
384 <issue
385 id="HardCodedColor"
386 severity="Error"
387 message="Avoid using hardcoded color"
388 category="Correctness"
389 priority="4"
390 summary="Using hardcoded color"
391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
392 errorLine1=" &lt;color name=&quot;lock_pattern_background&quot;>#00000000&lt;/color>"
393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
394 <location
395 file="res/values/colors.xml"
396 line="43"
397 column="5"/>
398 </issue>
399
400 <issue
401 id="HardCodedColor"
402 severity="Error"
403 message="Avoid using hardcoded color"
404 category="Correctness"
405 priority="4"
406 summary="Using hardcoded color"
407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
408 errorLine1=" &lt;color name=&quot;lock_pattern_view_regular_color&quot;>#ff37474f&lt;/color>"
409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
410 <location
411 file="res/values/colors.xml"
412 line="44"
413 column="5"/>
414 </issue>
415
416 <issue
417 id="HardCodedColor"
418 severity="Error"
419 message="Avoid using hardcoded color"
420 category="Correctness"
421 priority="4"
422 summary="Using hardcoded color"
423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
424 errorLine1=" &lt;color name=&quot;lock_pattern_view_regular_color_dark&quot;>#ffffff&lt;/color>"
425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
426 <location
427 file="res/values/colors.xml"
428 line="46"
429 column="5"/>
430 </issue>
431
432 <issue
433 id="HardCodedColor"
434 severity="Error"
435 message="Avoid using hardcoded color"
436 category="Correctness"
437 priority="4"
438 summary="Using hardcoded color"
439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
440 errorLine1=" &lt;color name=&quot;fingerprint_title_color&quot;>#ffffffff&lt;/color>"
441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
442 <location
443 file="res/values/colors.xml"
444 line="51"
445 column="5"/>
446 </issue>
447
448 <issue
449 id="HardCodedColor"
450 severity="Error"
451 message="Avoid using hardcoded color"
452 category="Correctness"
453 priority="4"
454 summary="Using hardcoded color"
455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
456 errorLine1=" &lt;color name=&quot;fingerprint_message_color&quot;>#de000000&lt;/color>"
457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
458 <location
459 file="res/values/colors.xml"
460 line="52"
461 column="5"/>
462 </issue>
463
464 <issue
465 id="HardCodedColor"
466 severity="Error"
467 message="Avoid using hardcoded color"
468 category="Correctness"
469 priority="4"
470 summary="Using hardcoded color"
471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
472 errorLine1=" &lt;color name=&quot;fingerprint_indicator_background_resting&quot;>#12000000&lt;/color>"
473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
474 <location
475 file="res/values/colors.xml"
476 line="53"
477 column="5"/>
478 </issue>
479
480 <issue
481 id="HardCodedColor"
482 severity="Error"
483 message="Avoid using hardcoded color"
484 category="Correctness"
485 priority="4"
486 summary="Using hardcoded color"
487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
488 errorLine1=" &lt;color name=&quot;running_processes_system_ram&quot;>#ff384248&lt;/color>"
489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
490 <location
491 file="res/values/colors.xml"
492 line="55"
493 column="5"/>
494 </issue>
495
496 <issue
497 id="HardCodedColor"
498 severity="Error"
499 message="Avoid using hardcoded color"
500 category="Correctness"
501 priority="4"
502 summary="Using hardcoded color"
503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
504 errorLine1=" &lt;color name=&quot;running_processes_free_ram&quot;>#ffced7db&lt;/color>"
505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
506 <location
507 file="res/values/colors.xml"
508 line="56"
509 column="5"/>
510 </issue>
511
512 <issue
513 id="HardCodedColor"
514 severity="Error"
515 message="Avoid using hardcoded color"
516 category="Correctness"
517 priority="4"
518 summary="Using hardcoded color"
519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
520 errorLine1=" &lt;color name=&quot;wifi_divider&quot;>#ffe0e0e0&lt;/color>"
521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
522 <location
523 file="res/values/colors.xml"
524 line="58"
525 column="5"/>
526 </issue>
527
528 <issue
529 id="HardCodedColor"
530 severity="Error"
531 message="Avoid using hardcoded color"
532 category="Correctness"
533 priority="4"
534 summary="Using hardcoded color"
535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
536 errorLine1=" &lt;color name=&quot;confirm_device_credential_transparent_black&quot;>#60000000&lt;/color>"
537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
538 <location
539 file="res/values/colors.xml"
540 line="61"
541 column="5"/>
542 </issue>
543
544 <issue
545 id="HardCodedColor"
546 severity="Error"
547 message="Avoid using hardcoded color"
548 category="Correctness"
549 priority="4"
550 summary="Using hardcoded color"
551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
552 errorLine1=" &lt;color name=&quot;voice_interaction_highlight&quot;>#33b5e5&lt;/color>"
553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
554 <location
555 file="res/values/colors.xml"
556 line="62"
557 column="5"/>
558 </issue>
559
560 <issue
561 id="HardCodedColor"
562 severity="Error"
563 message="Avoid using hardcoded color"
564 category="Correctness"
565 priority="4"
566 summary="Using hardcoded color"
567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
568 errorLine1=" &lt;color name=&quot;memory_normal&quot;>#ff009587&lt;/color>"
569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
570 <location
571 file="res/values/colors.xml"
572 line="66"
573 column="5"/>
574 </issue>
575
576 <issue
577 id="HardCodedColor"
578 severity="Error"
579 message="Avoid using hardcoded color"
580 category="Correctness"
581 priority="4"
582 summary="Using hardcoded color"
583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
584 errorLine1=" &lt;color name=&quot;memory_moderate&quot;>#ffF3B300&lt;/color>"
585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
586 <location
587 file="res/values/colors.xml"
588 line="67"
589 column="5"/>
590 </issue>
591
592 <issue
593 id="HardCodedColor"
594 severity="Error"
595 message="Avoid using hardcoded color"
596 category="Correctness"
597 priority="4"
598 summary="Using hardcoded color"
599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
600 errorLine1=" &lt;color name=&quot;memory_low&quot;>#ffff9700&lt;/color>"
601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
602 <location
603 file="res/values/colors.xml"
604 line="68"
605 column="5"/>
606 </issue>
607
608 <issue
609 id="HardCodedColor"
610 severity="Error"
611 message="Avoid using hardcoded color"
612 category="Correctness"
613 priority="4"
614 summary="Using hardcoded color"
615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
616 errorLine1=" &lt;color name=&quot;memory_critical&quot;>#ffff5621&lt;/color>"
617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
618 <location
619 file="res/values/colors.xml"
620 line="69"
621 column="5"/>
622 </issue>
623
624 <issue
625 id="HardCodedColor"
626 severity="Error"
627 message="Avoid using hardcoded color"
628 category="Correctness"
629 priority="4"
630 summary="Using hardcoded color"
631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
632 errorLine1=" &lt;color name=&quot;memory_avg_use&quot;>#ff384248&lt;/color>"
633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
634 <location
635 file="res/values/colors.xml"
636 line="71"
637 column="5"/>
638 </issue>
639
640 <issue
641 id="HardCodedColor"
642 severity="Error"
643 message="Avoid using hardcoded color"
644 category="Correctness"
645 priority="4"
646 summary="Using hardcoded color"
647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
648 errorLine1=" &lt;color name=&quot;icon_accent&quot;>#ffabffec&lt;/color>"
649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
650 <location
651 file="res/values/colors.xml"
652 line="74"
653 column="5"/>
654 </issue>
655
656 <issue
657 id="HardCodedColor"
658 severity="Error"
659 message="Avoid using hardcoded color"
660 category="Correctness"
661 priority="4"
662 summary="Using hardcoded color"
663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
664 errorLine1=" &lt;color name=&quot;importance_icon_tint&quot;>#8a000000&lt;/color>"
665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
666 <location
667 file="res/values/colors.xml"
668 line="76"
669 column="5"/>
670 </issue>
671
672 <issue
673 id="HardCodedColor"
674 severity="Error"
675 message="Avoid using hardcoded color"
676 category="Correctness"
677 priority="4"
678 summary="Using hardcoded color"
679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
680 errorLine1=" &lt;color name=&quot;importance_disabled_tint&quot;>#4d000000&lt;/color>"
681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
682 <location
683 file="res/values/colors.xml"
684 line="77"
685 column="5"/>
686 </issue>
687
688 <issue
689 id="HardCodedColor"
690 severity="Error"
691 message="Avoid using hardcoded color"
692 category="Correctness"
693 priority="4"
694 summary="Using hardcoded color"
695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
696 errorLine1=" &lt;color name=&quot;material_blue_500&quot;>#4285F4&lt;/color>"
697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
698 <location
699 file="res/values/colors.xml"
700 line="80"
701 column="5"/>
702 </issue>
703
704 <issue
705 id="HardCodedColor"
706 severity="Error"
707 message="Avoid using hardcoded color"
708 category="Correctness"
709 priority="4"
710 summary="Using hardcoded color"
711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
712 errorLine1=" &lt;color name=&quot;material_blue_700&quot;>#3367D6&lt;/color>"
713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
714 <location
715 file="res/values/colors.xml"
716 line="81"
717 column="5"/>
718 </issue>
719
720 <issue
721 id="HardCodedColor"
722 severity="Error"
723 message="Avoid using hardcoded color"
724 category="Correctness"
725 priority="4"
726 summary="Using hardcoded color"
727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
728 errorLine1=" &lt;color name=&quot;material_grey_100&quot;>#f5f5f5&lt;/color>"
729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
730 <location
731 file="res/values/colors.xml"
732 line="82"
733 column="5"/>
734 </issue>
735
736 <issue
737 id="HardCodedColor"
738 severity="Error"
739 message="Avoid using hardcoded color"
740 category="Correctness"
741 priority="4"
742 summary="Using hardcoded color"
743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
744 errorLine1=" &lt;color name=&quot;material_grey_200&quot;>#ffffff&lt;/color>"
745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
746 <location
747 file="res/values/colors.xml"
748 line="83"
749 column="5"/>
750 </issue>
751
752 <issue
753 id="HardCodedColor"
754 severity="Error"
755 message="Avoid using hardcoded color"
756 category="Correctness"
757 priority="4"
758 summary="Using hardcoded color"
759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
760 errorLine1=" &lt;color name=&quot;message_text_incoming&quot;>#ffffffff&lt;/color>"
761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
762 <location
763 file="res/values/colors.xml"
764 line="85"
765 column="5"/>
766 </issue>
767
768 <issue
769 id="HardCodedColor"
770 severity="Error"
771 message="Avoid using hardcoded color"
772 category="Correctness"
773 priority="4"
774 summary="Using hardcoded color"
775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
776 errorLine1=" &lt;color name=&quot;message_text_outgoing&quot;>#ff323232&lt;/color>"
777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
778 <location
779 file="res/values/colors.xml"
780 line="86"
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;timestamp_text_outgoing&quot;>#99323232&lt;/color>"
793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
794 <location
795 file="res/values/colors.xml"
796 line="87"
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;timestamp_text_incoming&quot;>#99ffffff&lt;/color>"
809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
810 <location
811 file="res/values/colors.xml"
812 line="88"
813 column="5"/>
814 </issue>
815
816 <issue
817 id="HardCodedColor"
818 severity="Error"
819 message="Avoid using hardcoded color"
820 category="Correctness"
821 priority="4"
822 summary="Using hardcoded color"
823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
824 errorLine1=" &lt;color name=&quot;message_bubble_incoming&quot;>#689f38&lt;/color>"
825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
826 <location
827 file="res/values/colors.xml"
828 line="89"
829 column="5"/>
830 </issue>
831
832 <issue
833 id="HardCodedColor"
834 severity="Error"
835 message="Avoid using hardcoded color"
836 category="Correctness"
837 priority="4"
838 summary="Using hardcoded color"
839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
840 errorLine1=" &lt;color name=&quot;message_bubble_outgoing&quot;>#ffffffff&lt;/color>"
841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
842 <location
843 file="res/values/colors.xml"
844 line="90"
845 column="5"/>
846 </issue>
847
848 <issue
849 id="HardCodedColor"
850 severity="Error"
851 message="Avoid using hardcoded color"
852 category="Correctness"
853 priority="4"
854 summary="Using hardcoded color"
855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
856 errorLine1=" &lt;color name=&quot;conversation_background&quot;>#eeeeee&lt;/color>"
857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
858 <location
859 file="res/values/colors.xml"
860 line="91"
861 column="5"/>
862 </issue>
863
864 <issue
865 id="HardCodedColor"
866 severity="Error"
867 message="Avoid using hardcoded color"
868 category="Correctness"
869 priority="4"
870 summary="Using hardcoded color"
871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
872 errorLine1=" &lt;color name=&quot;message_icon_background_incoming&quot;>#689f38&lt;/color>"
873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
874 <location
875 file="res/values/colors.xml"
876 line="92"
877 column="5"/>
878 </issue>
879
880 <issue
881 id="HardCodedColor"
882 severity="Error"
883 message="Avoid using hardcoded color"
884 category="Correctness"
885 priority="4"
886 summary="Using hardcoded color"
887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
888 errorLine1=" &lt;color name=&quot;message_icon_text_incoming&quot;>#ffffffff&lt;/color>"
889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
890 <location
891 file="res/values/colors.xml"
892 line="93"
893 column="5"/>
894 </issue>
895
896 <issue
897 id="HardCodedColor"
898 severity="Error"
899 message="Avoid using hardcoded color"
900 category="Correctness"
901 priority="4"
902 summary="Using hardcoded color"
903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
904 errorLine1=" &lt;color name=&quot;message_icon_background_outgoing&quot;>#4285f4&lt;/color>"
905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
906 <location
907 file="res/values/colors.xml"
908 line="94"
909 column="5"/>
910 </issue>
911
912 <issue
913 id="HardCodedColor"
914 severity="Error"
915 message="Avoid using hardcoded color"
916 category="Correctness"
917 priority="4"
918 summary="Using hardcoded color"
919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
920 errorLine1=" &lt;color name=&quot;message_icon_text_outgoing&quot;>#ffffffff&lt;/color>"
921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
922 <location
923 file="res/values/colors.xml"
924 line="95"
925 column="5"/>
926 </issue>
927
928 <issue
929 id="HardCodedColor"
930 severity="Error"
931 message="Avoid using hardcoded color"
932 category="Correctness"
933 priority="4"
934 summary="Using hardcoded color"
935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
936 errorLine1=" &lt;color name=&quot;importance_secondary_slider_color&quot;>#858383&lt;/color>"
937 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
938 <location
939 file="res/values/colors.xml"
940 line="98"
941 column="5"/>
942 </issue>
943
944 <issue
945 id="HardCodedColor"
946 severity="Error"
947 message="Avoid using hardcoded color"
948 category="Correctness"
949 priority="4"
950 summary="Using hardcoded color"
951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
952 errorLine1=" &lt;color name=&quot;usage_graph_dots&quot;>#B0BEC5&lt;/color>"
953 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
954 <location
955 file="res/values/colors.xml"
956 line="100"
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;gestures_setting_background_color&quot;>#f4f4f4&lt;/color>"
969 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
970 <location
971 file="res/values/colors.xml"
972 line="103"
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;status_bar_color&quot;>#3c3c3c&lt;/color>"
985 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
986 <location
987 file="res/values/colors.xml"
988 line="105"
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;shortcut_background&quot;>#fff5f5f5&lt;/color>"
1001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1002 <location
1003 file="res/values/colors.xml"
1004 line="108"
1005 column="5"/>
1006 </issue>
1007
1008 <issue
1009 id="HardCodedColor"
1010 severity="Error"
1011 message="Avoid using hardcoded color"
1012 category="Correctness"
1013 priority="4"
1014 summary="Using hardcoded color"
1015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1016 errorLine1=" &lt;color name=&quot;wifi_details_icon_color&quot;>#8A000000&lt;/color>"
1017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1018 <location
1019 file="res/values/colors.xml"
1020 line="111"
1021 column="5"/>
1022 </issue>
1023
1024 <issue
1025 id="HardCodedColor"
1026 severity="Error"
1027 message="Avoid using hardcoded color"
1028 category="Correctness"
1029 priority="4"
1030 summary="Using hardcoded color"
1031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1032 errorLine1=" &lt;color name=&quot;fallback_tintColor&quot;>#89000000&lt;/color>"
1033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1034 <location
1035 file="res/values/colors.xml"
1036 line="114"
1037 column="5"/>
1038 </issue>
1039
1040 <issue
1041 id="HardCodedColor"
1042 severity="Error"
1043 message="Avoid using hardcoded color"
1044 category="Correctness"
1045 priority="4"
1046 summary="Using hardcoded color"
1047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1048 errorLine1=" &lt;color name=&quot;suggestion_condition_background&quot;>#f2f2f2&lt;/color>"
1049 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1050 <location
1051 file="res/values/colors.xml"
1052 line="117"
1053 column="5"/>
1054 </issue>
1055
1056 <issue
1057 id="HardCodedColor"
1058 severity="Error"
1059 message="Avoid using hardcoded color"
1060 category="Correctness"
1061 priority="4"
1062 summary="Using hardcoded color"
1063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1064 errorLine1=" &lt;color name=&quot;condition_card_background&quot;>#f8f8f8&lt;/color>"
1065 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1066 <location
1067 file="res/values/colors.xml"
1068 line="118"
1069 column="5"/>
1070 </issue>
1071
1072 <issue
1073 id="HardCodedColor"
1074 severity="Error"
1075 message="Avoid using hardcoded color"
1076 category="Correctness"
1077 priority="4"
1078 summary="Using hardcoded color"
1079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1080 errorLine1=" android:background=&quot;@color/condition_card_background&quot;"
1081 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1082 <location
1083 file="res/layout/condition_tile.xml"
1084 line="22"
1085 column="5"/>
1086 </issue>
1087
1088 <issue
1089 id="HardCodedColor"
1090 severity="Error"
1091 message="Avoid using hardcoded color"
1092 category="Correctness"
1093 priority="4"
1094 summary="Using hardcoded color"
1095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1096 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
1097 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1098 <location
1099 file="res/layout-land/confirm_lock_pattern_internal.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08001100 line="111"
jackqdyulei5024a382017-09-14 16:11:02 -07001101 column="17"/>
1102 </issue>
1103
1104 <issue
1105 id="HardCodedColor"
1106 severity="Error"
1107 message="Avoid using hardcoded color"
1108 category="Correctness"
1109 priority="4"
1110 summary="Using hardcoded color"
1111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1112 errorLine1=" android:color=&quot;#FF0000&quot;/>"
1113 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
1114 <location
1115 file="res/drawable/conversation_message_icon.xml"
1116 line="21"
1117 column="8"/>
1118 </issue>
1119
1120 <issue
1121 id="HardCodedColor"
1122 severity="Error"
1123 message="Avoid using hardcoded color"
1124 category="Correctness"
1125 priority="4"
1126 summary="Using hardcoded color"
1127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1128 errorLine1=" android:textColor=&quot;@color/red&quot;"
1129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1130 <location
1131 file="res/layout/credentials_dialog.xml"
1132 line="36"
1133 column="17"/>
1134 </issue>
1135
1136 <issue
1137 id="HardCodedColor"
1138 severity="Error"
1139 message="Avoid using hardcoded color"
1140 category="Correctness"
1141 priority="4"
1142 summary="Using hardcoded color"
1143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1144 errorLine1=" android:textColor=&quot;#FFFFFF&quot;"
1145 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1146 <location
1147 file="res/layout/crypt_keeper_emergency_button.xml"
1148 line="36"
1149 column="9"/>
1150 </issue>
1151
1152 <issue
1153 id="HardCodedColor"
1154 severity="Error"
1155 message="Avoid using hardcoded color"
1156 category="Correctness"
1157 priority="4"
1158 summary="Using hardcoded color"
1159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1160 errorLine1=" android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1161 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1162 <location
1163 file="res/layout/crypt_keeper_password_entry.xml"
1164 line="34"
1165 column="9"/>
1166 </issue>
1167
1168 <issue
1169 id="HardCodedColor"
1170 severity="Error"
1171 message="Avoid using hardcoded color"
1172 category="Correctness"
1173 priority="4"
1174 summary="Using hardcoded color"
1175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1176 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
1177 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1178 <location
1179 file="res/layout/crypt_keeper_pattern_field.xml"
1180 line="27"
1181 column="8"/>
1182 </issue>
1183
1184 <issue
1185 id="HardCodedColor"
1186 severity="Error"
1187 message="Avoid using hardcoded color"
1188 category="Correctness"
1189 priority="4"
1190 summary="Using hardcoded color"
1191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1192 errorLine1=" android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1193 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1194 <location
1195 file="res/layout/crypt_keeper_pin_entry.xml"
1196 line="34"
1197 column="9"/>
1198 </issue>
1199
1200 <issue
1201 id="HardCodedColor"
1202 severity="Error"
1203 message="Avoid using hardcoded color"
1204 category="Correctness"
1205 priority="4"
1206 summary="Using hardcoded color"
1207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1208 errorLine1=" android:textColor=&quot;#B3FFFFFF&quot;"
1209 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1210 <location
1211 file="res/layout/crypt_keeper_status.xml"
1212 line="55"
1213 column="9"/>
1214 </issue>
1215
1216 <issue
1217 id="HardCodedColor"
1218 severity="Error"
1219 message="Avoid using hardcoded color"
1220 category="Correctness"
1221 priority="4"
1222 summary="Using hardcoded color"
1223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1224 errorLine1=" settings:fillColorSecondary=&quot;#ff80cbc4&quot;"
1225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1226 <location
1227 file="res/layout/data_usage_chart.xml"
1228 line="47"
1229 column="9"/>
1230 </issue>
1231
1232 <issue
1233 id="HardCodedColor"
1234 severity="Error"
1235 message="Avoid using hardcoded color"
1236 category="Correctness"
1237 priority="4"
1238 summary="Using hardcoded color"
1239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1240 errorLine1=" android:background=&quot;#80000000&quot;"
1241 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1242 <location
1243 file="res/layout/fallback_home_finishing_boot.xml"
1244 line="22"
1245 column="5"/>
1246 </issue>
1247
1248 <issue
1249 id="HardCodedColor"
1250 severity="Error"
1251 message="Avoid using hardcoded color"
1252 category="Correctness"
1253 priority="4"
1254 summary="Using hardcoded color"
1255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1256 errorLine1=" android:color=&quot;#000000&quot; />"
1257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
1258 <location
1259 file="res/drawable/fallback_home_unprovisioned_background.xml"
1260 line="19"
1261 column="5"/>
1262 </issue>
1263
1264 <issue
1265 id="HardCodedColor"
1266 severity="Error"
1267 message="Avoid using hardcoded color"
1268 category="Correctness"
1269 priority="4"
1270 summary="Using hardcoded color"
1271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1272 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;"
1273 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1274 <location
1275 file="res/layout/gesture_preference.xml"
1276 line="57"
1277 column="9"/>
1278 </issue>
1279
1280 <issue
1281 id="HardCodedColor"
1282 severity="Error"
1283 message="Avoid using hardcoded color"
1284 category="Correctness"
1285 priority="4"
1286 summary="Using hardcoded color"
1287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1288 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;/>"
1289 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1290 <location
1291 file="res/layout/gesture_preference.xml"
1292 line="78"
1293 column="17"/>
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."
Phil Weaver0db26b32017-12-08 17:10:06 -08001304 errorLine1=" &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1306 <location
1307 file="res/drawable/ic_color_inversion.xml"
1308 line="17"
1309 column="23"/>
1310 </issue>
1311
1312 <issue
1313 id="HardCodedColor"
1314 severity="Error"
1315 message="Avoid using hardcoded color"
1316 category="Correctness"
1317 priority="4"
1318 summary="Using hardcoded color"
1319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1320 errorLine1=" &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1321 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1322 <location
1323 file="res/drawable/ic_color_inversion.xml"
1324 line="18"
1325 column="23"/>
1326 </issue>
1327
1328 <issue
1329 id="HardCodedColor"
1330 severity="Error"
1331 message="Avoid using hardcoded color"
1332 category="Correctness"
1333 priority="4"
1334 summary="Using hardcoded color"
1335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1336 errorLine1=" &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1337 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1338 <location
1339 file="res/drawable/ic_color_inversion.xml"
1340 line="32"
1341 column="23"/>
1342 </issue>
1343
1344 <issue
1345 id="HardCodedColor"
1346 severity="Error"
1347 message="Avoid using hardcoded color"
1348 category="Correctness"
1349 priority="4"
1350 summary="Using hardcoded color"
1351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1352 errorLine1=" &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1354 <location
1355 file="res/drawable/ic_color_inversion.xml"
1356 line="33"
1357 column="23"/>
1358 </issue>
1359
1360 <issue
1361 id="HardCodedColor"
1362 severity="Error"
1363 message="Avoid using hardcoded color"
1364 category="Correctness"
1365 priority="4"
1366 summary="Using hardcoded color"
1367 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1368 errorLine1=" &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1369 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1370 <location
1371 file="res/drawable/ic_daltonizer.xml"
1372 line="16"
1373 column="27"/>
1374 </issue>
1375
1376 <issue
1377 id="HardCodedColor"
1378 severity="Error"
1379 message="Avoid using hardcoded color"
1380 category="Correctness"
1381 priority="4"
1382 summary="Using hardcoded color"
1383 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1384 errorLine1=" &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1385 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1386 <location
1387 file="res/drawable/ic_daltonizer.xml"
1388 line="17"
1389 column="27"/>
1390 </issue>
1391
1392 <issue
1393 id="HardCodedColor"
1394 severity="Error"
1395 message="Avoid using hardcoded color"
1396 category="Correctness"
1397 priority="4"
1398 summary="Using hardcoded color"
1399 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1400 errorLine1=" &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1402 <location
1403 file="res/drawable/ic_daltonizer.xml"
1404 line="36"
1405 column="23"/>
1406 </issue>
1407
1408 <issue
1409 id="HardCodedColor"
1410 severity="Error"
1411 message="Avoid using hardcoded color"
1412 category="Correctness"
1413 priority="4"
1414 summary="Using hardcoded color"
1415 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1416 errorLine1=" &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1417 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1418 <location
1419 file="res/drawable/ic_daltonizer.xml"
1420 line="37"
1421 column="23"/>
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."
jackqdyulei5024a382017-09-14 16:11:02 -07001432 errorLine1=" android:tint=&quot;@color/wifi_details_icon_color&quot;>"
1433 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1434 <location
1435 file="res/drawable/ic_frequency_antenna.xml"
1436 line="22"
1437 column="9"/>
1438 </issue>
1439
1440 <issue
1441 id="HardCodedColor"
1442 severity="Error"
1443 message="Avoid using hardcoded color"
1444 category="Correctness"
1445 priority="4"
1446 summary="Using hardcoded color"
1447 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1448 errorLine1=" android:tint=&quot;#db4437&quot;"
1449 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
1450 <location
1451 file="res/drawable/ic_remove_circle.xml"
1452 line="19"
1453 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=" android:tint=&quot;@color/wifi_details_icon_color&quot;>"
1465 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1466 <location
1467 file="res/drawable/ic_security_lock_24dp.xml"
1468 line="22"
1469 column="9"/>
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;background android:drawable=&quot;@color/shortcut_background&quot;/>"
1481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1482 <location
1483 file="res/drawable/ic_shortcut_battery.xml"
1484 line="18"
1485 column="17"/>
1486 </issue>
1487
1488 <issue
1489 id="HardCodedColor"
1490 severity="Error"
1491 message="Avoid using hardcoded color"
1492 category="Correctness"
1493 priority="4"
1494 summary="Using hardcoded color"
1495 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1496 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
1497 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1498 <location
1499 file="res/drawable/ic_shortcut_data_usage.xml"
1500 line="18"
1501 column="17"/>
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;background android:drawable=&quot;@color/shortcut_background&quot;/>"
1513 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1514 <location
1515 file="res/drawable/ic_shortcut_wireless.xml"
1516 line="18"
1517 column="17"/>
1518 </issue>
1519
1520 <issue
1521 id="HardCodedColor"
1522 severity="Error"
1523 message="Avoid using hardcoded color"
1524 category="Correctness"
1525 priority="4"
1526 summary="Using hardcoded color"
1527 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1528 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
1529 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1530 <location
1531 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1532 line="6"
1533 column="5"/>
1534 </issue>
1535
1536 <issue
1537 id="HardCodedColor"
1538 severity="Error"
1539 message="Avoid using hardcoded color"
1540 category="Correctness"
1541 priority="4"
1542 summary="Using hardcoded color"
1543 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1544 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
1545 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1546 <location
1547 file="res/layout/nfc_payment_how_it_works.xml"
1548 line="6"
1549 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=" android:background=&quot;#FFB2DFDB&quot; >"
1561 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1562 <location
1563 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1564 line="15"
1565 column="13"/>
1566 </issue>
1567
1568 <issue
1569 id="HardCodedColor"
1570 severity="Error"
1571 message="Avoid using hardcoded color"
1572 category="Correctness"
1573 priority="4"
1574 summary="Using hardcoded color"
1575 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1576 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
1577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1578 <location
1579 file="res/layout/nfc_payment_how_it_works.xml"
1580 line="15"
1581 column="13"/>
1582 </issue>
1583
1584 <issue
1585 id="HardCodedColor"
1586 severity="Error"
1587 message="Avoid using hardcoded color"
1588 category="Correctness"
1589 priority="4"
1590 summary="Using hardcoded color"
1591 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1592 errorLine1=" android:textColor=&quot;#FF263238&quot;"
1593 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1594 <location
1595 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1596 line="40"
1597 column="15"/>
1598 </issue>
1599
1600 <issue
1601 id="HardCodedColor"
1602 severity="Error"
1603 message="Avoid using hardcoded color"
1604 category="Correctness"
1605 priority="4"
1606 summary="Using hardcoded color"
1607 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1608 errorLine1=" android:textColor=&quot;#FF263238&quot;"
1609 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1610 <location
1611 file="res/layout/nfc_payment_how_it_works.xml"
1612 line="47"
1613 column="21"/>
1614 </issue>
1615
1616 <issue
1617 id="HardCodedColor"
1618 severity="Error"
1619 message="Avoid using hardcoded color"
1620 category="Correctness"
1621 priority="4"
1622 summary="Using hardcoded color"
1623 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1624 errorLine1=" android:textColor=&quot;#FF263238&quot;"
1625 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1626 <location
1627 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1628 line="50"
1629 column="15"/>
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=" android:background=&quot;#FFB2DFDB&quot; >"
1641 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1642 <location
1643 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1644 line="57"
1645 column="13"/>
1646 </issue>
1647
1648 <issue
1649 id="HardCodedColor"
1650 severity="Error"
1651 message="Avoid using hardcoded color"
1652 category="Correctness"
1653 priority="4"
1654 summary="Using hardcoded color"
1655 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1656 errorLine1=" android:textColor=&quot;#FF263238&quot;"
1657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1658 <location
1659 file="res/layout/nfc_payment_how_it_works.xml"
1660 line="59"
1661 column="21"/>
1662 </issue>
1663
1664 <issue
1665 id="HardCodedColor"
1666 severity="Error"
1667 message="Avoid using hardcoded color"
1668 category="Correctness"
1669 priority="4"
1670 summary="Using hardcoded color"
1671 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1672 errorLine1=" android:textColor=&quot;#263238&quot;"
1673 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1674 <location
1675 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
1676 line="67"
1677 column="15"/>
1678 </issue>
1679
1680 <issue
1681 id="HardCodedColor"
1682 severity="Error"
1683 message="Avoid using hardcoded color"
1684 category="Correctness"
1685 priority="4"
1686 summary="Using hardcoded color"
1687 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1688 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
1689 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1690 <location
1691 file="res/layout/nfc_payment_how_it_works.xml"
1692 line="68"
1693 column="13"/>
1694 </issue>
1695
1696 <issue
1697 id="HardCodedColor"
1698 severity="Error"
1699 message="Avoid using hardcoded color"
1700 category="Correctness"
1701 priority="4"
1702 summary="Using hardcoded color"
1703 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1704 errorLine1=" android:textColor=&quot;#263238&quot;"
1705 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1706 <location
1707 file="res/layout/nfc_payment_how_it_works.xml"
1708 line="78"
1709 column="15"/>
1710 </issue>
1711
1712 <issue
1713 id="HardCodedColor"
1714 severity="Error"
1715 message="Avoid using hardcoded color"
1716 category="Correctness"
1717 priority="4"
1718 summary="Using hardcoded color"
1719 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1720 errorLine1=" android:textColor=&quot;#ffffb060&quot;"
1721 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1722 <location
1723 file="res/layout/permission_settings.xml"
1724 line="46"
1725 column="17"/>
1726 </issue>
1727
1728 <issue
1729 id="HardCodedColor"
1730 severity="Error"
1731 message="Avoid using hardcoded color"
1732 category="Correctness"
1733 priority="4"
1734 summary="Using hardcoded color"
1735 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1736 errorLine1=" android:background=&quot;#00ffffff&quot;"
1737 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1738 <location
1739 file="res/layout/preference_importance_slider.xml"
1740 line="59"
1741 column="17"/>
1742 </issue>
1743
1744 <issue
1745 id="HardCodedColor"
1746 severity="Error"
1747 message="Avoid using hardcoded color"
1748 category="Correctness"
1749 priority="4"
1750 summary="Using hardcoded color"
1751 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1752 errorLine1=" android:progressBackgroundTint=&quot;@color/importance_secondary_slider_color&quot;"
1753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1754 <location
1755 file="res/layout/preference_importance_slider.xml"
1756 line="60"
1757 column="17"/>
1758 </issue>
1759
1760 <issue
1761 id="HardCodedColor"
1762 severity="Error"
1763 message="Avoid using hardcoded color"
1764 category="Correctness"
1765 priority="4"
1766 summary="Using hardcoded color"
1767 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1768 errorLine1=" android:background=&quot;#000000&quot; />"
1769 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1770 <location
1771 file="res/layout/radio_info.xml"
1772 line="111"
1773 column="13"/>
1774 </issue>
1775
1776 <issue
1777 id="HardCodedColor"
1778 severity="Error"
1779 message="Avoid using hardcoded color"
1780 category="Correctness"
1781 priority="4"
1782 summary="Using hardcoded color"
1783 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1784 errorLine1=" android:background=&quot;#000000&quot; />"
1785 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1786 <location
1787 file="res/layout/radio_info.xml"
1788 line="141"
1789 column="13"/>
1790 </issue>
1791
1792 <issue
1793 id="HardCodedColor"
1794 severity="Error"
1795 message="Avoid using hardcoded color"
1796 category="Correctness"
1797 priority="4"
1798 summary="Using hardcoded color"
1799 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1800 errorLine1=" android:background=&quot;#000000&quot; />"
1801 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1802 <location
1803 file="res/layout/radio_info.xml"
1804 line="279"
1805 column="13"/>
1806 </issue>
1807
1808 <issue
1809 id="HardCodedColor"
1810 severity="Error"
1811 message="Avoid using hardcoded color"
1812 category="Correctness"
1813 priority="4"
1814 summary="Using hardcoded color"
1815 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1816 errorLine1=" android:src=&quot;@color/running_processes_system_ram&quot;"
1817 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1818 <location
1819 file="res/layout/running_processes_header.xml"
1820 line="55"
1821 column="13"/>
1822 </issue>
1823
1824 <issue
1825 id="HardCodedColor"
1826 severity="Error"
1827 message="Avoid using hardcoded color"
1828 category="Correctness"
1829 priority="4"
1830 summary="Using hardcoded color"
1831 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1832 errorLine1=" android:src=&quot;@color/running_processes_free_ram&quot;"
1833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1834 <location
1835 file="res/layout/running_processes_header.xml"
1836 line="145"
1837 column="13"/>
1838 </issue>
1839
1840 <issue
1841 id="HardCodedColor"
1842 severity="Error"
1843 message="Avoid using hardcoded color"
1844 category="Correctness"
1845 priority="4"
1846 summary="Using hardcoded color"
1847 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1848 errorLine1=" android:background=&quot;@color/conversation_background&quot;"
1849 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1850 <location
1851 file="res/layout/screen_zoom_preview_1.xml"
1852 line="31"
1853 column="13"/>
1854 </issue>
1855
1856 <issue
1857 id="HardCodedColor"
1858 severity="Error"
1859 message="Avoid using hardcoded color"
1860 category="Correctness"
1861 priority="4"
1862 summary="Using hardcoded color"
1863 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1864 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
1865 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1866 <location
1867 file="res/layout/screen_zoom_preview_1.xml"
1868 line="44"
1869 column="17"/>
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=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
1881 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1882 <location
1883 file="res/layout/screen_zoom_preview_1.xml"
1884 line="45"
1885 column="17"/>
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=" app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
1897 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1898 <location
1899 file="res/layout/screen_zoom_preview_1.xml"
1900 line="54"
1901 column="17"/>
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=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
1913 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1914 <location
1915 file="res/layout/screen_zoom_preview_1.xml"
1916 line="55"
1917 column="17"/>
1918 </issue>
1919
1920 <issue
1921 id="HardCodedColor"
1922 severity="Error"
1923 message="Avoid using hardcoded color"
1924 category="Correctness"
1925 priority="4"
1926 summary="Using hardcoded color"
1927 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1928 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
1929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1930 <location
1931 file="res/layout/screen_zoom_preview_1.xml"
1932 line="64"
1933 column="17"/>
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=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
1945 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1946 <location
1947 file="res/layout/screen_zoom_preview_1.xml"
1948 line="65"
1949 column="17"/>
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=" app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
1961 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1962 <location
1963 file="res/layout/screen_zoom_preview_1.xml"
1964 line="74"
1965 column="17"/>
1966 </issue>
1967
1968 <issue
1969 id="HardCodedColor"
1970 severity="Error"
1971 message="Avoid using hardcoded color"
1972 category="Correctness"
1973 priority="4"
1974 summary="Using hardcoded color"
1975 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1976 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
1977 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1978 <location
1979 file="res/layout/screen_zoom_preview_1.xml"
1980 line="75"
1981 column="17"/>
1982 </issue>
1983
1984 <issue
1985 id="HardCodedColor"
1986 severity="Error"
1987 message="Avoid using hardcoded color"
1988 category="Correctness"
1989 priority="4"
1990 summary="Using hardcoded color"
1991 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1992 errorLine1=" android:background=&quot;@color/suggestion_condition_background&quot;>"
1993 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1994 <location
1995 file="res/layout/search_panel.xml"
1996 line="28"
1997 column="9"/>
1998 </issue>
1999
2000 <issue
2001 id="HardCodedColor"
2002 severity="Error"
2003 message="Avoid using hardcoded color"
2004 category="Correctness"
2005 priority="4"
2006 summary="Using hardcoded color"
2007 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2008 errorLine1=" android:background=&quot;@color/suggestion_condition_background&quot;>"
2009 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2010 <location
2011 file="res/layout/settings_main_dashboard.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002012 line="30"
jackqdyulei5024a382017-09-14 16:11:02 -07002013 column="9"/>
2014 </issue>
2015
2016 <issue
2017 id="HardCodedColor"
2018 severity="Error"
2019 message="Avoid using hardcoded color"
2020 category="Correctness"
2021 priority="4"
2022 summary="Using hardcoded color"
2023 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2024 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
2025 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2026 <location
2027 file="res/layout/shortcut_badge.xml"
2028 line="31"
2029 column="9"/>
2030 </issue>
2031
2032 <issue
2033 id="HardCodedColor"
2034 severity="Error"
2035 message="Avoid using hardcoded color"
2036 category="Correctness"
2037 priority="4"
2038 summary="Using hardcoded color"
2039 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2040 errorLine1=" android:background=&quot;@color/shortcut_background&quot;>"
2041 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2042 <location
2043 file="res/layout/shortcut_badge_maskable.xml"
2044 line="20"
2045 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."
2056 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
2057 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2058 <location
2059 file="res/layout/shortcut_badge_maskable.xml"
2060 line="29"
2061 column="9"/>
2062 </issue>
2063
2064 <issue
2065 id="HardCodedColor"
2066 severity="Error"
2067 message="Avoid using hardcoded color"
2068 category="Correctness"
2069 priority="4"
2070 summary="Using hardcoded color"
2071 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2072 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‏‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‏‏‎‎‎‏‏‎‏‎‎‎‎‎‏‎‏‎‎‎‎‏‏‏‏‎‎‎‏‏‏‏‏‏‏‎‎‏‎‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‎‎‏‎‎‏‏‎&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;‎‏‎‎‏‏‏‎Welcome to Google sync!‎‏‎‎‏‏‎&quot;&lt;/font>&quot;‎‏‎‎‏‏‏‎ ‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎A Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.‎‏‎‎‏‎&quot;&lt;/string>"
2073 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2074 <location
2075 file="res/values-en-rXC/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002076 line="2333"
jackqdyulei5024a382017-09-14 16:11:02 -07002077 column="168"/>
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;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2089 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2090 <location
2091 file="res/values-en-rAU/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002092 line="2334"
jackqdyulei5024a382017-09-14 16:11:02 -07002093 column="64"/>
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;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2105 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2106 <location
2107 file="res/values-en-rCA/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002108 line="2334"
jackqdyulei5024a382017-09-14 16:11:02 -07002109 column="64"/>
2110 </issue>
2111
2112 <issue
2113 id="HardCodedColor"
2114 severity="Error"
2115 message="Avoid using hardcoded color"
2116 category="Correctness"
2117 priority="4"
2118 summary="Using hardcoded color"
2119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2120 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2121 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2122 <location
2123 file="res/values-en-rGB/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002124 line="2334"
jackqdyulei5024a382017-09-14 16:11:02 -07002125 column="64"/>
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;string name=&quot;sync_plug&quot; msgid=&quot;3905078969081888738&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
2137 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2138 <location
2139 file="res/values-en-rIN/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002140 line="2334"
jackqdyulei5024a382017-09-14 16:11:02 -07002141 column="64"/>
2142 </issue>
2143
2144 <issue
2145 id="HardCodedColor"
2146 severity="Error"
2147 message="Avoid using hardcoded color"
2148 category="Correctness"
2149 priority="4"
2150 summary="Using hardcoded color"
2151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2152 errorLine1=" &lt;string name=&quot;sync_plug&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>Welcome to Google sync!&lt;/font>"
2153 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2154 <location
2155 file="res/values/strings.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002156 line="5512"
jackqdyulei5024a382017-09-14 16:11:02 -07002157 column="36"/>
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;item name=&quot;android:background&quot;>#ff000000&lt;/item>"
2169 errorLine2=" ^">
2170 <location
2171 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002172 line="246"
jackqdyulei5024a382017-09-14 16:11:02 -07002173 column="41"/>
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;item name=&quot;android:colorAccent&quot;>#ff009688&lt;/item>"
2185 errorLine2=" ^">
2186 <location
2187 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002188 line="366"
jackqdyulei5024a382017-09-14 16:11:02 -07002189 column="42"/>
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;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color&lt;/item>"
2201 errorLine2=" ^">
2202 <location
2203 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002204 line="443"
jackqdyulei5024a382017-09-14 16:11:02 -07002205 column="44"/>
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;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2217 errorLine2=" ^">
2218 <location
2219 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002220 line="449"
jackqdyulei5024a382017-09-14 16:11:02 -07002221 column="44"/>
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;item name=&quot;*android:successColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2233 errorLine2=" ^">
2234 <location
2235 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002236 line="450"
jackqdyulei5024a382017-09-14 16:11:02 -07002237 column="44"/>
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;item name=&quot;android:background&quot;>@color/suggestion_condition_background&lt;/item>"
2249 errorLine2=" ^">
2250 <location
2251 file="res/values/styles.xml"
Phil Weaver0db26b32017-12-08 17:10:06 -08002252 line="473"
jackqdyulei5024a382017-09-14 16:11:02 -07002253 column="41"/>
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;item name=&quot;setup_divider_color&quot;>@color/setup_divider_color_dark&lt;/item>"
2265 errorLine2=" ^">
2266 <location
2267 file="res/values/themes.xml"
2268 line="33"
2269 column="42"/>
2270 </issue>
2271
2272 <issue
2273 id="HardCodedColor"
2274 severity="Error"
2275 message="Avoid using hardcoded color"
2276 category="Correctness"
2277 priority="4"
2278 summary="Using hardcoded color"
2279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2280 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2281 errorLine2=" ^">
2282 <location
2283 file="res/values/themes.xml"
2284 line="35"
2285 column="40"/>
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;item name=&quot;setup_divider_color&quot;>@color/setup_divider_color_light&lt;/item>"
2297 errorLine2=" ^">
2298 <location
2299 file="res/values/themes.xml"
2300 line="53"
2301 column="42"/>
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;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2313 errorLine2=" ^">
2314 <location
2315 file="res/values/themes.xml"
2316 line="55"
2317 column="40"/>
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;item name=&quot;setup_divider_color&quot;>@color/setup_divider_color_dark&lt;/item>"
2329 errorLine2=" ^">
2330 <location
2331 file="res/values/themes.xml"
2332 line="72"
2333 column="42"/>
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;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2345 errorLine2=" ^">
2346 <location
2347 file="res/values/themes.xml"
2348 line="74"
2349 column="40"/>
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;item name=&quot;setup_divider_color&quot;>@color/setup_divider_color_light&lt;/item>"
2361 errorLine2=" ^">
2362 <location
2363 file="res/values/themes.xml"
2364 line="92"
2365 column="42"/>
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;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2377 errorLine2=" ^">
2378 <location
2379 file="res/values/themes.xml"
2380 line="94"
2381 column="40"/>
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;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
2393 errorLine2=" ^">
2394 <location
2395 file="res/values/themes.xml"
2396 line="139"
2397 column="43"/>
2398 </issue>
2399
2400 <issue
2401 id="HardCodedColor"
2402 severity="Error"
2403 message="Avoid using hardcoded color"
2404 category="Correctness"
2405 priority="4"
2406 summary="Using hardcoded color"
2407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2408 errorLine1=" &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
2409 errorLine2=" ^">
2410 <location
2411 file="res/values/themes.xml"
2412 line="140"
2413 column="42"/>
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;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
2425 errorLine2=" ^">
2426 <location
2427 file="res/values/themes.xml"
2428 line="141"
2429 column="45"/>
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;item name=&quot;switchBarBackgroundColor&quot;>@color/material_grey_200&lt;/item>"
2441 errorLine2=" ^">
2442 <location
2443 file="res/values/themes.xml"
2444 line="147"
2445 column="47"/>
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;item name=&quot;android:colorControlActivated&quot;>@color/material_blue_500&lt;/item>"
2457 errorLine2=" ^">
2458 <location
2459 file="res/values/themes.xml"
2460 line="148"
2461 column="52"/>
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;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2473 errorLine2=" ^">
2474 <location
2475 file="res/values/themes.xml"
2476 line="298"
2477 column="45"/>
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;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2489 errorLine2=" ^">
2490 <location
2491 file="res/values/themes.xml"
2492 line="299"
2493 column="49"/>
2494 </issue>
2495
2496 <issue
2497 id="HardCodedColor"
2498 severity="Error"
2499 message="Avoid using hardcoded color"
2500 category="Correctness"
2501 priority="4"
2502 summary="Using hardcoded color"
2503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2504 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2505 errorLine2=" ^">
2506 <location
2507 file="res/values/themes.xml"
2508 line="307"
2509 column="45"/>
2510 </issue>
2511
2512 <issue
2513 id="HardCodedColor"
2514 severity="Error"
2515 message="Avoid using hardcoded color"
2516 category="Correctness"
2517 priority="4"
2518 summary="Using hardcoded color"
2519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2520 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2521 errorLine2=" ^">
2522 <location
2523 file="res/values/themes.xml"
2524 line="308"
2525 column="49"/>
2526 </issue>
2527
2528 <issue
2529 id="HardCodedColor"
2530 severity="Error"
2531 message="Avoid using hardcoded color"
2532 category="Correctness"
2533 priority="4"
2534 summary="Using hardcoded color"
2535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2536 errorLine1=" android:background=&quot;@color/divider_color&quot; />"
2537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2538 <location
2539 file="res/layout/user_info_header.xml"
2540 line="95"
2541 column="11"/>
2542 </issue>
2543
2544 <issue
2545 id="HardCodedColor"
2546 severity="Error"
2547 message="Avoid using hardcoded color"
2548 category="Correctness"
2549 priority="4"
2550 summary="Using hardcoded color"
2551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2552 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;"
2553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2554 <location
2555 file="res/layout/video_preference.xml"
2556 line="22"
2557 column="5"/>
2558 </issue>
2559
2560 <issue
2561 id="HardCodedColor"
2562 severity="Error"
2563 message="Avoid using hardcoded color"
2564 category="Correctness"
2565 priority="4"
2566 summary="Using hardcoded color"
2567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2568 errorLine1=" android:background=&quot;@color/divider_color&quot;"
2569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2570 <location
2571 file="res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml"
2572 line="71"
2573 column="13"/>
2574 </issue>
2575
2576 <issue
2577 id="HardCodedColor"
2578 severity="Error"
2579 message="Avoid using hardcoded color"
2580 category="Correctness"
2581 priority="4"
2582 summary="Using hardcoded color"
2583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2584 errorLine1=" android:background=&quot;@color/divider_color&quot;"
2585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2586 <location
2587 file="res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml"
2588 line="71"
2589 column="13"/>
2590 </issue>
2591
2592 <issue
2593 id="HardCodedColor"
2594 severity="Error"
2595 message="Avoid using hardcoded color"
2596 category="Correctness"
2597 priority="4"
2598 summary="Using hardcoded color"
2599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2600 errorLine1=" android:background=&quot;@color/divider_color&quot; /> &lt;!-- TODO: fix this -->"
2601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2602 <location
2603 file="res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml"
2604 line="178"
2605 column="9"/>
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=" android:background=&quot;@color/divider_color&quot; /> &lt;!-- TODO: fix this -->"
2617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2618 <location
2619 file="res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml"
2620 line="178"
2621 column="9"/>
2622 </issue>
2623
2624</issues>