blob: a258cc695e72fbca8eb0a96b0b5c794be31224bb [file] [log] [blame]
jackqdyulei5024a382017-09-14 16:11:02 -07001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4">
3
4 <issue
5 id="HardCodedColor"
6 severity="Error"
7 message="Avoid using hardcoded color"
8 category="Correctness"
9 priority="4"
10 summary="Using hardcoded color"
11 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
12 errorLine1=" android:startColor=&quot;#4D000000&quot;"
13 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14 <location
15 file="res/drawable/action_bar_dropshadow.xml"
16 line="22"
17 column="9"/>
18 </issue>
19
20 <issue
21 id="HardCodedColor"
22 severity="Error"
23 message="Avoid using hardcoded color"
24 category="Correctness"
25 priority="4"
26 summary="Using hardcoded color"
27 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -040028 errorLine1=" android:color=&quot;@color/notification_importance_selection_bg&quot; />"
29 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
30 <location
31 file="res/drawable/button_border_selected.xml"
32 line="20"
33 column="9"/>
34 </issue>
35
36 <issue
37 id="HardCodedColor"
38 severity="Error"
39 message="Avoid using hardcoded color"
40 category="Correctness"
41 priority="4"
42 summary="Using hardcoded color"
43 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
44 errorLine1=" android:color=&quot;@color/notification_importance_button_selected&quot;/>"
45 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
46 <location
47 file="res/drawable/button_border_selected.xml"
48 line="23"
49 column="9"/>
50 </issue>
51
52 <issue
53 id="HardCodedColor"
54 severity="Error"
55 message="Avoid using hardcoded color"
56 category="Correctness"
57 priority="4"
58 summary="Using hardcoded color"
59 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
60 errorLine1=" android:color=&quot;@color/notification_importance_button_selected&quot;/>"
61 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
62 <location
63 file="res/drawable/button_border_selected.xml"
64 line="23"
65 column="9"/>
66 </issue>
67
68 <issue
69 id="HardCodedColor"
70 severity="Error"
71 message="Avoid using hardcoded color"
72 category="Correctness"
73 priority="4"
74 summary="Using hardcoded color"
75 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
76 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
77 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
78 <location
79 file="res/drawable/button_border_unselected.xml"
80 line="21"
81 column="9"/>
82 </issue>
83
84 <issue
85 id="HardCodedColor"
86 severity="Error"
87 message="Avoid using hardcoded color"
88 category="Correctness"
89 priority="4"
90 summary="Using hardcoded color"
91 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
92 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
93 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
94 <location
95 file="res/drawable/button_border_unselected.xml"
96 line="21"
97 column="9"/>
98 </issue>
99
100 <issue
101 id="HardCodedColor"
102 severity="Error"
103 message="Avoid using hardcoded color"
104 category="Correctness"
105 priority="4"
106 summary="Using hardcoded color"
107 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -0700108 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
109 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
110 <location
111 file="res/layout-land/choose_lock_pattern.xml"
Raff Tsai91d99422019-12-20 12:04:42 +0800112 line="127"
jackqdyulei5024a382017-09-14 16:11:02 -0700113 column="17"/>
114 </issue>
115
116 <issue
117 id="HardCodedColor"
118 severity="Error"
119 message="Avoid using hardcoded color"
120 category="Correctness"
121 priority="4"
122 summary="Using hardcoded color"
123 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000124 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#82000000&lt;/color>"
125 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -0700126 <location
127 file="res/values-night/colors.xml"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400128 line="18"
Fan Zhangb4b77252019-05-14 17:25:02 +0000129 column="5"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -0700130 </issue>
131
132 <issue
133 id="HardCodedColor"
134 severity="Error"
135 message="Avoid using hardcoded color"
136 category="Correctness"
137 priority="4"
138 summary="Using hardcoded color"
139 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +0800140 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_background&quot;>#ff9a9a9a&lt;/color>"
141 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700142 <location
143 file="res/values/colors.xml"
144 line="19"
145 column="5"/>
146 </issue>
147
148 <issue
149 id="HardCodedColor"
150 severity="Error"
151 message="Avoid using hardcoded color"
152 category="Correctness"
153 priority="4"
154 summary="Using hardcoded color"
155 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000156 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#783BE5&lt;/color>"
157 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -0700158 <location
159 file="res/values-night/colors.xml"
160 line="20"
Fan Zhangb4b77252019-05-14 17:25:02 +0000161 column="5"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -0700162 </issue>
163
164 <issue
165 id="HardCodedColor"
166 severity="Error"
167 message="Avoid using hardcoded color"
168 category="Correctness"
169 priority="4"
170 summary="Using hardcoded color"
171 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +0800172 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_foreground&quot;>#ff666666&lt;/color>"
173 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700174 <location
175 file="res/values/colors.xml"
176 line="20"
177 column="5"/>
178 </issue>
179
180 <issue
181 id="HardCodedColor"
182 severity="Error"
183 message="Avoid using hardcoded color"
184 category="Correctness"
185 priority="4"
186 summary="Using hardcoded color"
187 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000188 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#3F5FBD&lt;/color>"
189 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +0800190 <location
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400191 file="res/values-night/colors.xml"
tmfang0b73c292019-03-18 11:43:28 +0800192 line="21"
Fan Zhangb4b77252019-05-14 17:25:02 +0000193 column="5"/>
tmfang0b73c292019-03-18 11:43:28 +0800194 </issue>
195
196 <issue
197 id="HardCodedColor"
198 severity="Error"
199 message="Avoid using hardcoded color"
200 category="Correctness"
201 priority="4"
202 summary="Using hardcoded color"
203 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400204 errorLine1=" &lt;color name=&quot;crypt_keeper_clock_am_pm&quot;>#ff9a9a9a&lt;/color>"
205 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +0800206 <location
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400207 file="res/values/colors.xml"
208 line="21"
209 column="5"/>
Edgar Wang133c73f2018-11-28 20:51:06 +0800210 </issue>
211
212 <issue
213 id="HardCodedColor"
214 severity="Error"
215 message="Avoid using hardcoded color"
216 category="Correctness"
217 priority="4"
218 summary="Using hardcoded color"
219 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +0800220 errorLine1=" &lt;color name=&quot;crypt_keeper_password_background&quot;>#70606060&lt;/color>"
221 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700222 <location
223 file="res/values/colors.xml"
224 line="22"
225 column="5"/>
226 </issue>
227
228 <issue
229 id="HardCodedColor"
230 severity="Error"
231 message="Avoid using hardcoded color"
232 category="Correctness"
233 priority="4"
234 summary="Using hardcoded color"
235 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +0800236 errorLine1=" &lt;color name=&quot;divider_color&quot;>#20ffffff&lt;/color>"
237 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700238 <location
239 file="res/values/colors.xml"
Fan Zhang8e14ca02018-11-27 13:06:44 -0800240 line="24"
jackqdyulei5024a382017-09-14 16:11:02 -0700241 column="5"/>
242 </issue>
243
244 <issue
245 id="HardCodedColor"
246 severity="Error"
247 message="Avoid using hardcoded color"
248 category="Correctness"
249 priority="4"
250 summary="Using hardcoded color"
251 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000252 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#AECBFA&lt;/color> &lt;!-- material blue 200 -->"
253 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
254 <location
255 file="res/values-night/colors.xml"
256 line="28"
257 column="5"/>
258 </issue>
259
260 <issue
261 id="HardCodedColor"
262 severity="Error"
263 message="Avoid using hardcoded color"
264 category="Correctness"
265 priority="4"
266 summary="Using hardcoded color"
267 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
268 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#5F6368&lt;/color>"
269 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
270 <location
271 file="res/values-night/colors.xml"
272 line="29"
273 column="5"/>
274 </issue>
275
276 <issue
277 id="HardCodedColor"
278 severity="Error"
279 message="Avoid using hardcoded color"
280 category="Correctness"
281 priority="4"
282 summary="Using hardcoded color"
283 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -0700284 errorLine1=" &lt;color name=&quot;setup_lock_pattern_view_success_color_dark&quot;>#ff84ffff&lt;/color>"
285 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
286 <location
287 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000288 line="29"
jackqdyulei5024a382017-09-14 16:11:02 -0700289 column="5"/>
290 </issue>
291
292 <issue
293 id="HardCodedColor"
294 severity="Error"
295 message="Avoid using hardcoded color"
296 category="Correctness"
297 priority="4"
298 summary="Using hardcoded color"
299 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
300 errorLine1=" &lt;color name=&quot;setup_lock_pattern_view_error_color_dark&quot;>#fff44336&lt;/color>"
301 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
302 <location
303 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000304 line="31"
jackqdyulei5024a382017-09-14 16:11:02 -0700305 column="5"/>
306 </issue>
307
308 <issue
309 id="HardCodedColor"
310 severity="Error"
311 message="Avoid using hardcoded color"
312 category="Correctness"
313 priority="4"
314 summary="Using hardcoded color"
315 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
316 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_dark&quot;>#89ffffff&lt;/color>"
317 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
318 <location
319 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000320 line="32"
jackqdyulei5024a382017-09-14 16:11:02 -0700321 column="5"/>
322 </issue>
323
324 <issue
325 id="HardCodedColor"
326 severity="Error"
327 message="Avoid using hardcoded color"
328 category="Correctness"
329 priority="4"
330 summary="Using hardcoded color"
331 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
332 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_light&quot;>#89000000&lt;/color>"
333 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
334 <location
335 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000336 line="33"
jackqdyulei5024a382017-09-14 16:11:02 -0700337 column="5"/>
338 </issue>
339
340 <issue
341 id="HardCodedColor"
342 severity="Error"
343 message="Avoid using hardcoded color"
344 category="Correctness"
345 priority="4"
346 summary="Using hardcoded color"
347 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
348 errorLine1=" &lt;color name=&quot;lock_pattern_background&quot;>#00000000&lt;/color>"
349 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
350 <location
351 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000352 line="35"
jackqdyulei5024a382017-09-14 16:11:02 -0700353 column="5"/>
354 </issue>
355
356 <issue
357 id="HardCodedColor"
358 severity="Error"
359 message="Avoid using hardcoded color"
360 category="Correctness"
361 priority="4"
362 summary="Using hardcoded color"
363 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
364 errorLine1=" &lt;color name=&quot;lock_pattern_view_regular_color&quot;>#ff37474f&lt;/color>"
365 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
366 <location
367 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000368 line="36"
jackqdyulei5024a382017-09-14 16:11:02 -0700369 column="5"/>
370 </issue>
371
372 <issue
373 id="HardCodedColor"
374 severity="Error"
375 message="Avoid using hardcoded color"
376 category="Correctness"
377 priority="4"
378 summary="Using hardcoded color"
379 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
380 errorLine1=" &lt;color name=&quot;lock_pattern_view_regular_color_dark&quot;>#ffffff&lt;/color>"
381 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
382 <location
383 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000384 line="38"
jackqdyulei5024a382017-09-14 16:11:02 -0700385 column="5"/>
386 </issue>
387
388 <issue
389 id="HardCodedColor"
390 severity="Error"
391 message="Avoid using hardcoded color"
392 category="Correctness"
393 priority="4"
394 summary="Using hardcoded color"
395 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
396 errorLine1=" &lt;color name=&quot;fingerprint_title_color&quot;>#ffffffff&lt;/color>"
397 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
398 <location
399 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000400 line="43"
jackqdyulei5024a382017-09-14 16:11:02 -0700401 column="5"/>
402 </issue>
403
404 <issue
405 id="HardCodedColor"
406 severity="Error"
407 message="Avoid using hardcoded color"
408 category="Correctness"
409 priority="4"
410 summary="Using hardcoded color"
411 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
412 errorLine1=" &lt;color name=&quot;fingerprint_message_color&quot;>#de000000&lt;/color>"
413 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
414 <location
415 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000416 line="44"
jackqdyulei5024a382017-09-14 16:11:02 -0700417 column="5"/>
418 </issue>
419
420 <issue
421 id="HardCodedColor"
422 severity="Error"
423 message="Avoid using hardcoded color"
424 category="Correctness"
425 priority="4"
426 summary="Using hardcoded color"
427 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -0700428 errorLine1=" &lt;color name=&quot;running_processes_system_ram&quot;>#ff384248&lt;/color>"
429 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
430 <location
431 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000432 line="46"
jackqdyulei5024a382017-09-14 16:11:02 -0700433 column="5"/>
434 </issue>
435
436 <issue
437 id="HardCodedColor"
438 severity="Error"
439 message="Avoid using hardcoded color"
440 category="Correctness"
441 priority="4"
442 summary="Using hardcoded color"
443 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
444 errorLine1=" &lt;color name=&quot;running_processes_free_ram&quot;>#ffced7db&lt;/color>"
445 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
446 <location
447 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000448 line="47"
jackqdyulei5024a382017-09-14 16:11:02 -0700449 column="5"/>
450 </issue>
451
452 <issue
453 id="HardCodedColor"
454 severity="Error"
455 message="Avoid using hardcoded color"
456 category="Correctness"
457 priority="4"
458 summary="Using hardcoded color"
459 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
460 errorLine1=" &lt;color name=&quot;confirm_device_credential_transparent_black&quot;>#60000000&lt;/color>"
461 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
462 <location
463 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000464 line="51"
jackqdyulei5024a382017-09-14 16:11:02 -0700465 column="5"/>
466 </issue>
467
468 <issue
469 id="HardCodedColor"
470 severity="Error"
471 message="Avoid using hardcoded color"
472 category="Correctness"
473 priority="4"
474 summary="Using hardcoded color"
475 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
476 errorLine1=" &lt;color name=&quot;icon_accent&quot;>#ffabffec&lt;/color>"
477 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
478 <location
479 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000480 line="54"
jackqdyulei5024a382017-09-14 16:11:02 -0700481 column="5"/>
482 </issue>
483
484 <issue
485 id="HardCodedColor"
486 severity="Error"
487 message="Avoid using hardcoded color"
488 category="Correctness"
489 priority="4"
490 summary="Using hardcoded color"
491 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
492 errorLine1=" &lt;color name=&quot;material_blue_500&quot;>#4285F4&lt;/color>"
493 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
494 <location
495 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000496 line="57"
jackqdyulei5024a382017-09-14 16:11:02 -0700497 column="5"/>
498 </issue>
499
500 <issue
501 id="HardCodedColor"
502 severity="Error"
503 message="Avoid using hardcoded color"
504 category="Correctness"
505 priority="4"
506 summary="Using hardcoded color"
507 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
508 errorLine1=" &lt;color name=&quot;material_blue_700&quot;>#3367D6&lt;/color>"
509 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
510 <location
511 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000512 line="58"
jackqdyulei5024a382017-09-14 16:11:02 -0700513 column="5"/>
514 </issue>
515
516 <issue
517 id="HardCodedColor"
518 severity="Error"
519 message="Avoid using hardcoded color"
520 category="Correctness"
521 priority="4"
522 summary="Using hardcoded color"
523 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
524 errorLine1=" &lt;color name=&quot;material_grey_100&quot;>#f5f5f5&lt;/color>"
525 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
526 <location
527 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000528 line="59"
jackqdyulei5024a382017-09-14 16:11:02 -0700529 column="5"/>
530 </issue>
531
532 <issue
533 id="HardCodedColor"
534 severity="Error"
535 message="Avoid using hardcoded color"
536 category="Correctness"
537 priority="4"
538 summary="Using hardcoded color"
539 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
540 errorLine1=" &lt;color name=&quot;material_grey_200&quot;>#ffffff&lt;/color>"
541 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
542 <location
543 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000544 line="60"
jackqdyulei5024a382017-09-14 16:11:02 -0700545 column="5"/>
546 </issue>
547
548 <issue
549 id="HardCodedColor"
550 severity="Error"
551 message="Avoid using hardcoded color"
552 category="Correctness"
553 priority="4"
554 summary="Using hardcoded color"
555 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
556 errorLine1=" &lt;color name=&quot;message_text_incoming&quot;>#ffffffff&lt;/color>"
557 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
558 <location
559 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000560 line="62"
jackqdyulei5024a382017-09-14 16:11:02 -0700561 column="5"/>
562 </issue>
563
564 <issue
565 id="HardCodedColor"
566 severity="Error"
567 message="Avoid using hardcoded color"
568 category="Correctness"
569 priority="4"
570 summary="Using hardcoded color"
571 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
572 errorLine1=" &lt;color name=&quot;message_text_outgoing&quot;>#ff323232&lt;/color>"
573 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
574 <location
575 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000576 line="63"
jackqdyulei5024a382017-09-14 16:11:02 -0700577 column="5"/>
578 </issue>
579
580 <issue
581 id="HardCodedColor"
582 severity="Error"
583 message="Avoid using hardcoded color"
584 category="Correctness"
585 priority="4"
586 summary="Using hardcoded color"
587 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
588 errorLine1=" &lt;color name=&quot;timestamp_text_outgoing&quot;>#99323232&lt;/color>"
589 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
590 <location
591 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000592 line="64"
jackqdyulei5024a382017-09-14 16:11:02 -0700593 column="5"/>
594 </issue>
595
596 <issue
597 id="HardCodedColor"
598 severity="Error"
599 message="Avoid using hardcoded color"
600 category="Correctness"
601 priority="4"
602 summary="Using hardcoded color"
603 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
604 errorLine1=" &lt;color name=&quot;timestamp_text_incoming&quot;>#99ffffff&lt;/color>"
605 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
606 <location
607 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000608 line="65"
jackqdyulei5024a382017-09-14 16:11:02 -0700609 column="5"/>
610 </issue>
611
612 <issue
613 id="HardCodedColor"
614 severity="Error"
615 message="Avoid using hardcoded color"
616 category="Correctness"
617 priority="4"
618 summary="Using hardcoded color"
619 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
620 errorLine1=" &lt;color name=&quot;message_bubble_incoming&quot;>#689f38&lt;/color>"
621 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
622 <location
623 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000624 line="66"
jackqdyulei5024a382017-09-14 16:11:02 -0700625 column="5"/>
626 </issue>
627
628 <issue
629 id="HardCodedColor"
630 severity="Error"
631 message="Avoid using hardcoded color"
632 category="Correctness"
633 priority="4"
634 summary="Using hardcoded color"
635 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
636 errorLine1=" &lt;color name=&quot;message_bubble_outgoing&quot;>#ffffffff&lt;/color>"
637 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
638 <location
639 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000640 line="67"
jackqdyulei5024a382017-09-14 16:11:02 -0700641 column="5"/>
642 </issue>
643
644 <issue
645 id="HardCodedColor"
646 severity="Error"
647 message="Avoid using hardcoded color"
648 category="Correctness"
649 priority="4"
650 summary="Using hardcoded color"
651 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
652 errorLine1=" &lt;color name=&quot;message_icon_background_incoming&quot;>#689f38&lt;/color>"
653 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
654 <location
655 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000656 line="68"
jackqdyulei5024a382017-09-14 16:11:02 -0700657 column="5"/>
658 </issue>
659
660 <issue
661 id="HardCodedColor"
662 severity="Error"
663 message="Avoid using hardcoded color"
664 category="Correctness"
665 priority="4"
666 summary="Using hardcoded color"
667 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
668 errorLine1=" &lt;color name=&quot;message_icon_text_incoming&quot;>#ffffffff&lt;/color>"
669 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
670 <location
671 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000672 line="69"
jackqdyulei5024a382017-09-14 16:11:02 -0700673 column="5"/>
674 </issue>
675
676 <issue
677 id="HardCodedColor"
678 severity="Error"
679 message="Avoid using hardcoded color"
680 category="Correctness"
681 priority="4"
682 summary="Using hardcoded color"
683 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
684 errorLine1=" &lt;color name=&quot;message_icon_background_outgoing&quot;>#4285f4&lt;/color>"
685 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
686 <location
687 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000688 line="70"
jackqdyulei5024a382017-09-14 16:11:02 -0700689 column="5"/>
690 </issue>
691
692 <issue
693 id="HardCodedColor"
694 severity="Error"
695 message="Avoid using hardcoded color"
696 category="Correctness"
697 priority="4"
698 summary="Using hardcoded color"
699 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
700 errorLine1=" &lt;color name=&quot;message_icon_text_outgoing&quot;>#ffffffff&lt;/color>"
701 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
702 <location
703 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000704 line="71"
jackqdyulei5024a382017-09-14 16:11:02 -0700705 column="5"/>
706 </issue>
707
708 <issue
709 id="HardCodedColor"
710 severity="Error"
711 message="Avoid using hardcoded color"
712 category="Correctness"
713 priority="4"
714 summary="Using hardcoded color"
715 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
716 errorLine1=" &lt;color name=&quot;usage_graph_dots&quot;>#B0BEC5&lt;/color>"
717 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
718 <location
719 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000720 line="73"
jackqdyulei5024a382017-09-14 16:11:02 -0700721 column="5"/>
722 </issue>
723
724 <issue
725 id="HardCodedColor"
726 severity="Error"
727 message="Avoid using hardcoded color"
728 category="Correctness"
729 priority="4"
730 summary="Using hardcoded color"
731 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang76a0ef62018-05-18 13:27:11 -0700732 errorLine1=" &lt;color name=&quot;gestures_setting_background_color&quot;>#ffffff&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -0700733 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
734 <location
735 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000736 line="76"
jackqdyulei5024a382017-09-14 16:11:02 -0700737 column="5"/>
738 </issue>
739
740 <issue
741 id="HardCodedColor"
742 severity="Error"
743 message="Avoid using hardcoded color"
744 category="Correctness"
745 priority="4"
746 summary="Using hardcoded color"
747 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -0700748 errorLine1=" &lt;color name=&quot;shortcut_background&quot;>#fff5f5f5&lt;/color>"
749 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
750 <location
751 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000752 line="79"
jackqdyulei5024a382017-09-14 16:11:02 -0700753 column="5"/>
754 </issue>
755
756 <issue
757 id="HardCodedColor"
758 severity="Error"
759 message="Avoid using hardcoded color"
760 category="Correctness"
761 priority="4"
762 summary="Using hardcoded color"
763 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez807d3d92018-11-27 15:20:15 -0800764 errorLine1=" &lt;color name=&quot;fallback_tintColor&quot;>#89000000&lt;/color>"
765 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700766 <location
767 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000768 line="82"
jackqdyulei5024a382017-09-14 16:11:02 -0700769 column="5"/>
770 </issue>
771
772 <issue
773 id="HardCodedColor"
774 severity="Error"
775 message="Avoid using hardcoded color"
776 category="Correctness"
777 priority="4"
778 summary="Using hardcoded color"
779 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang925a4f82018-01-23 16:35:31 -0800780 errorLine1=" &lt;color name=&quot;homepage_network_background&quot;>#2196F3&lt;/color>"
781 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
782 <location
783 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000784 line="85"
Fan Zhang925a4f82018-01-23 16:35:31 -0800785 column="5"/>
786 </issue>
787
788 <issue
789 id="HardCodedColor"
790 severity="Error"
791 message="Avoid using hardcoded color"
792 category="Correctness"
793 priority="4"
794 summary="Using hardcoded color"
795 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +0800796 errorLine1=" &lt;color name=&quot;homepage_connected_device_background&quot;>#72B70F&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800797 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
798 <location
799 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000800 line="86"
Fan Zhang925a4f82018-01-23 16:35:31 -0800801 column="5"/>
802 </issue>
803
804 <issue
805 id="HardCodedColor"
806 severity="Error"
807 message="Avoid using hardcoded color"
808 category="Correctness"
809 priority="4"
810 summary="Using hardcoded color"
811 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
812 errorLine1=" &lt;color name=&quot;homepage_app_and_notification_background&quot;>#FF7E0F&lt;/color>"
813 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
814 <location
815 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000816 line="87"
Fan Zhang925a4f82018-01-23 16:35:31 -0800817 column="5"/>
818 </issue>
819
820 <issue
821 id="HardCodedColor"
822 severity="Error"
823 message="Avoid using hardcoded color"
824 category="Correctness"
825 priority="4"
826 summary="Using hardcoded color"
827 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
828 errorLine1=" &lt;color name=&quot;homepage_battery_background&quot;>#258982&lt;/color>"
829 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
830 <location
831 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000832 line="88"
Fan Zhang925a4f82018-01-23 16:35:31 -0800833 column="5"/>
834 </issue>
835
836 <issue
837 id="HardCodedColor"
838 severity="Error"
839 message="Avoid using hardcoded color"
840 category="Correctness"
841 priority="4"
842 summary="Using hardcoded color"
843 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +0800844 errorLine1=" &lt;color name=&quot;homepage_display_background&quot;>#FFA727&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800845 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
846 <location
847 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000848 line="89"
Fan Zhang925a4f82018-01-23 16:35:31 -0800849 column="5"/>
850 </issue>
851
852 <issue
853 id="HardCodedColor"
854 severity="Error"
855 message="Avoid using hardcoded color"
856 category="Correctness"
857 priority="4"
858 summary="Using hardcoded color"
859 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
860 errorLine1=" &lt;color name=&quot;homepage_sound_background&quot;>#01B1AF&lt;/color>"
861 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
862 <location
863 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000864 line="90"
Fan Zhang925a4f82018-01-23 16:35:31 -0800865 column="5"/>
866 </issue>
867
868 <issue
869 id="HardCodedColor"
870 severity="Error"
871 message="Avoid using hardcoded color"
872 category="Correctness"
873 priority="4"
874 summary="Using hardcoded color"
875 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
876 errorLine1=" &lt;color name=&quot;homepage_storage_background&quot;>#C14CE6&lt;/color>"
877 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
878 <location
879 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000880 line="91"
Fan Zhang925a4f82018-01-23 16:35:31 -0800881 column="5"/>
882 </issue>
883
884 <issue
885 id="HardCodedColor"
886 severity="Error"
887 message="Avoid using hardcoded color"
888 category="Correctness"
889 priority="4"
890 summary="Using hardcoded color"
891 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
892 errorLine1=" &lt;color name=&quot;homepage_security_background&quot;>#0F9D58&lt;/color>"
893 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
894 <location
895 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000896 line="92"
Fan Zhang925a4f82018-01-23 16:35:31 -0800897 column="5"/>
898 </issue>
899
900 <issue
901 id="HardCodedColor"
902 severity="Error"
903 message="Avoid using hardcoded color"
904 category="Correctness"
905 priority="4"
906 summary="Using hardcoded color"
907 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
908 errorLine1=" &lt;color name=&quot;homepage_accounts_background&quot;>#F15B8D&lt;/color>"
909 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
910 <location
911 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000912 line="93"
Fan Zhang925a4f82018-01-23 16:35:31 -0800913 column="5"/>
914 </issue>
915
916 <issue
917 id="HardCodedColor"
918 severity="Error"
919 message="Avoid using hardcoded color"
920 category="Correctness"
921 priority="4"
922 summary="Using hardcoded color"
923 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +0800924 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#5011C1&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800925 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
926 <location
927 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000928 line="94"
Fan Zhang925a4f82018-01-23 16:35:31 -0800929 column="5"/>
930 </issue>
931
932 <issue
933 id="HardCodedColor"
934 severity="Error"
935 message="Avoid using hardcoded color"
936 category="Correctness"
937 priority="4"
938 summary="Using hardcoded color"
939 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +0800940 errorLine1=" &lt;color name=&quot;homepage_system_background&quot;>#9E9E9E&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800941 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
942 <location
943 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000944 line="95"
Fan Zhang925a4f82018-01-23 16:35:31 -0800945 column="5"/>
946 </issue>
947
948 <issue
949 id="HardCodedColor"
950 severity="Error"
951 message="Avoid using hardcoded color"
952 category="Correctness"
953 priority="4"
954 summary="Using hardcoded color"
955 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +0800956 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#26459C&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800957 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
958 <location
959 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000960 line="96"
Fan Zhang925a4f82018-01-23 16:35:31 -0800961 column="5"/>
962 </issue>
963
964 <issue
965 id="HardCodedColor"
966 severity="Error"
967 message="Avoid using hardcoded color"
968 category="Correctness"
969 priority="4"
970 summary="Using hardcoded color"
971 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
972 errorLine1=" &lt;color name=&quot;homepage_generic_icon_background&quot;>#1A73E8&lt;/color>"
973 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
974 <location
975 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000976 line="97"
Salvador Martinez38c4b382018-04-02 11:32:06 -0700977 column="5"/>
978 </issue>
979
980 <issue
981 id="HardCodedColor"
982 severity="Error"
983 message="Avoid using hardcoded color"
984 category="Correctness"
985 priority="4"
986 summary="Using hardcoded color"
987 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -0700988 errorLine1=" &lt;color name=&quot;homepage_location_background&quot;>#2EC7DC&lt;/color>"
989 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang54a5d372018-10-30 16:49:12 +0800990 <location
991 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +0000992 line="98"
tmfang54a5d372018-10-30 16:49:12 +0800993 column="5"/>
994 </issue>
995
996 <issue
997 id="HardCodedColor"
998 severity="Error"
999 message="Avoid using hardcoded color"
1000 category="Correctness"
1001 priority="4"
1002 summary="Using hardcoded color"
1003 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yang522b6342019-03-20 12:32:50 +08001004 errorLine1=" &lt;color name=&quot;homepage_about_background&quot;>#6F86DA&lt;/color>"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001005 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08001006 <location
1007 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +00001008 line="99"
Edgar Wang992b5032018-11-08 00:56:21 +08001009 column="5"/>
1010 </issue>
1011
1012 <issue
1013 id="HardCodedColor"
1014 severity="Error"
1015 message="Avoid using hardcoded color"
1016 category="Correctness"
1017 priority="4"
1018 summary="Using hardcoded color"
1019 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001020 errorLine1=" &lt;color name=&quot;homepage_privacy_background&quot;>#5E97F6&lt;/color>"
1021 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang80d03d12018-11-02 16:53:47 +08001022 <location
Salvador Martinez2bb99302018-11-02 14:15:44 -07001023 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +00001024 line="100"
Fan Zhanga60652a2018-11-27 14:29:45 -08001025 column="5"/>
1026 </issue>
1027
1028 <issue
1029 id="HardCodedColor"
1030 severity="Error"
1031 message="Avoid using hardcoded color"
1032 category="Correctness"
1033 priority="4"
1034 summary="Using hardcoded color"
1035 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001036 errorLine1=" &lt;color name=&quot;contextual_card_stroke_color&quot;>#1f000000&lt;/color>"
1037 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhanga60652a2018-11-27 14:29:45 -08001038 <location
1039 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +00001040 line="102"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001041 column="5"/>
1042 </issue>
1043
1044 <issue
1045 id="HardCodedColor"
1046 severity="Error"
1047 message="Avoid using hardcoded color"
1048 category="Correctness"
1049 priority="4"
1050 summary="Using hardcoded color"
1051 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1052 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#BFFFFFFF&lt;/color>"
1053 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1054 <location
1055 file="res/values/colors.xml"
Fan Zhangb4b77252019-05-14 17:25:02 +00001056 line="108"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001057 column="5"/>
tmfang80d03d12018-11-02 16:53:47 +08001058 </issue>
1059
1060 <issue
1061 id="HardCodedColor"
1062 severity="Error"
1063 message="Avoid using hardcoded color"
1064 category="Correctness"
1065 priority="4"
1066 summary="Using hardcoded color"
1067 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001068 errorLine1=" &lt;color name=&quot;battery_good_color_light&quot;>#43a047&lt;/color> &lt;!-- Material Green 600 -->"
1069 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1070 <location
1071 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001072 line="111"
Salvador Martinez38c4b382018-04-02 11:32:06 -07001073 column="5"/>
1074 </issue>
1075
1076 <issue
1077 id="HardCodedColor"
1078 severity="Error"
1079 message="Avoid using hardcoded color"
1080 category="Correctness"
1081 priority="4"
1082 summary="Using hardcoded color"
1083 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001084 errorLine1=" &lt;color name=&quot;battery_maybe_color_light&quot;>#ef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1085 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1086 <location
1087 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001088 line="112"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001089 column="5"/>
1090 </issue>
1091
1092 <issue
1093 id="HardCodedColor"
1094 severity="Error"
1095 message="Avoid using hardcoded color"
1096 category="Correctness"
1097 priority="4"
1098 summary="Using hardcoded color"
1099 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1100 errorLine1=" &lt;color name=&quot;battery_bad_color_light&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1101 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1102 <location
1103 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001104 line="113"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001105 column="5"/>
1106 </issue>
1107
1108 <issue
1109 id="HardCodedColor"
1110 severity="Error"
1111 message="Avoid using hardcoded color"
1112 category="Correctness"
1113 priority="4"
1114 summary="Using hardcoded color"
1115 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1116 errorLine1=" &lt;color name=&quot;battery_good_color_dark&quot;>#4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1117 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1118 <location
1119 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001120 line="114"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001121 column="5"/>
1122 </issue>
1123
1124 <issue
1125 id="HardCodedColor"
1126 severity="Error"
1127 message="Avoid using hardcoded color"
1128 category="Correctness"
1129 priority="4"
1130 summary="Using hardcoded color"
1131 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1132 errorLine1=" &lt;color name=&quot;battery_maybe_color_dark&quot;>#fdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1133 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1134 <location
1135 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001136 line="115"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001137 column="5"/>
1138 </issue>
1139
1140 <issue
1141 id="HardCodedColor"
1142 severity="Error"
1143 message="Avoid using hardcoded color"
1144 category="Correctness"
1145 priority="4"
1146 summary="Using hardcoded color"
1147 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001148 errorLine1=" &lt;color name=&quot;battery_bad_color_dark&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1149 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1150 <location
1151 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001152 line="116"
jackqdyulei5024a382017-09-14 16:11:02 -07001153 column="5"/>
1154 </issue>
1155
1156 <issue
1157 id="HardCodedColor"
1158 severity="Error"
1159 message="Avoid using hardcoded color"
1160 category="Correctness"
1161 priority="4"
1162 summary="Using hardcoded color"
1163 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Kevin Chyn520beff2018-08-15 17:02:11 -07001164 errorLine1=" &lt;color name=&quot;face_anim_particle_color_1&quot;>#ff00bcd4&lt;/color> &lt;!-- Material Cyan 500 -->"
1165 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1166 <location
1167 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001168 line="119"
Kevin Chyn520beff2018-08-15 17:02:11 -07001169 column="5"/>
1170 </issue>
1171
1172 <issue
1173 id="HardCodedColor"
1174 severity="Error"
1175 message="Avoid using hardcoded color"
1176 category="Correctness"
1177 priority="4"
1178 summary="Using hardcoded color"
1179 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1180 errorLine1=" &lt;color name=&quot;face_anim_particle_color_2&quot;>#ffef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1181 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1182 <location
1183 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001184 line="120"
Kevin Chyn520beff2018-08-15 17:02:11 -07001185 column="5"/>
1186 </issue>
1187
1188 <issue
1189 id="HardCodedColor"
1190 severity="Error"
1191 message="Avoid using hardcoded color"
1192 category="Correctness"
1193 priority="4"
1194 summary="Using hardcoded color"
1195 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1196 errorLine1=" &lt;color name=&quot;face_anim_particle_color_3&quot;>#ff4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1197 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1198 <location
1199 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001200 line="121"
Kevin Chyn520beff2018-08-15 17:02:11 -07001201 column="5"/>
1202 </issue>
1203
1204 <issue
1205 id="HardCodedColor"
1206 severity="Error"
1207 message="Avoid using hardcoded color"
1208 category="Correctness"
1209 priority="4"
1210 summary="Using hardcoded color"
1211 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1212 errorLine1=" &lt;color name=&quot;face_anim_particle_color_4&quot;>#fffdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1213 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1214 <location
1215 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001216 line="122"
Kevin Chyn520beff2018-08-15 17:02:11 -07001217 column="5"/>
1218 </issue>
1219
1220 <issue
1221 id="HardCodedColor"
1222 severity="Error"
1223 message="Avoid using hardcoded color"
1224 category="Correctness"
1225 priority="4"
1226 summary="Using hardcoded color"
1227 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1228 errorLine1=" &lt;color name=&quot;face_anim_particle_error&quot;>#ff9e9e9e&lt;/color> &lt;!-- Material Gray 500 -->"
1229 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1230 <location
1231 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001232 line="123"
tmfang0b73c292019-03-18 11:43:28 +08001233 column="5"/>
1234 </issue>
1235
1236 <issue
1237 id="HardCodedColor"
1238 severity="Error"
1239 message="Avoid using hardcoded color"
1240 category="Correctness"
1241 priority="4"
1242 summary="Using hardcoded color"
1243 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1244 errorLine1=" &lt;color name=&quot;notification_block_color&quot;>#ffff0000&lt;/color>"
1245 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1246 <location
1247 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001248 line="126"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001249 column="5"/>
1250 </issue>
1251
1252 <issue
1253 id="HardCodedColor"
1254 severity="Error"
1255 message="Avoid using hardcoded color"
1256 category="Correctness"
1257 priority="4"
1258 summary="Using hardcoded color"
1259 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1260 errorLine1=" &lt;color name=&quot;notification_silence_color&quot;>#FF32c1de&lt;/color>"
1261 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1262 <location
1263 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001264 line="127"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001265 column="5"/>
1266 </issue>
1267
1268 <issue
1269 id="HardCodedColor"
1270 severity="Error"
1271 message="Avoid using hardcoded color"
1272 category="Correctness"
1273 priority="4"
1274 summary="Using hardcoded color"
1275 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1276 errorLine1=" &lt;color name=&quot;notification_alert_color&quot;>#FFF87B2B&lt;/color>"
1277 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1278 <location
1279 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001280 line="128"
tmfang0b73c292019-03-18 11:43:28 +08001281 column="5"/>
1282 </issue>
1283
1284 <issue
1285 id="HardCodedColor"
1286 severity="Error"
1287 message="Avoid using hardcoded color"
1288 category="Correctness"
1289 priority="4"
1290 summary="Using hardcoded color"
1291 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001292 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#DADCE0&lt;/color>"
1293 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08001294 <location
1295 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001296 line="129"
tmfang0b73c292019-03-18 11:43:28 +08001297 column="5"/>
1298 </issue>
1299
1300 <issue
1301 id="HardCodedColor"
1302 severity="Error"
1303 message="Avoid using hardcoded color"
1304 category="Correctness"
1305 priority="4"
1306 summary="Using hardcoded color"
1307 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001308 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#1967D2&lt;/color> &lt;!-- material blue 700 -->"
1309 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08001310 <location
1311 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001312 line="130"
Kevin Chyn520beff2018-08-15 17:02:11 -07001313 column="5"/>
1314 </issue>
1315
1316 <issue
1317 id="HardCodedColor"
1318 severity="Error"
1319 message="Avoid using hardcoded color"
1320 category="Correctness"
1321 priority="4"
1322 summary="Using hardcoded color"
1323 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001324 errorLine1=" &lt;color name=&quot;notification_importance_selection_bg&quot;>#FFFFFF&lt;/color>"
1325 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1326 <location
1327 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001328 line="131"
tmfangaf517d52018-12-25 15:18:07 +08001329 column="5"/>
1330 </issue>
1331
1332 <issue
1333 id="HardCodedColor"
1334 severity="Error"
1335 message="Avoid using hardcoded color"
1336 category="Correctness"
1337 priority="4"
1338 summary="Using hardcoded color"
1339 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Johnson Lu0b0dec92018-12-24 17:29:06 +08001340 errorLine1=" &lt;color name=&quot;qr_corner_line_color&quot;>#ffdadce0&lt;/color>"
1341 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1342 <location
1343 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001344 line="137"
Johnson Lu0b0dec92018-12-24 17:29:06 +08001345 column="5"/>
1346 </issue>
1347
1348 <issue
1349 id="HardCodedColor"
1350 severity="Error"
1351 message="Avoid using hardcoded color"
1352 category="Correctness"
1353 priority="4"
1354 summary="Using hardcoded color"
1355 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1356 errorLine1=" &lt;color name=&quot;qr_focused_corner_line_color&quot;>#ff1a73e8&lt;/color>"
1357 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1358 <location
1359 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001360 line="138"
Johnson Lu0b0dec92018-12-24 17:29:06 +08001361 column="5"/>
1362 </issue>
1363
1364 <issue
1365 id="HardCodedColor"
1366 severity="Error"
1367 message="Avoid using hardcoded color"
1368 category="Correctness"
1369 priority="4"
1370 summary="Using hardcoded color"
1371 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1372 errorLine1=" &lt;color name=&quot;qr_background_color&quot;>#b3ffffff&lt;/color> &lt;!-- 70% white transparency -->"
1373 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1374 <location
1375 file="res/values/colors.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001376 line="139"
1377 column="5"/>
1378 </issue>
1379
1380 <issue
1381 id="HardCodedColor"
1382 severity="Error"
1383 message="Avoid using hardcoded color"
1384 category="Correctness"
1385 priority="4"
1386 summary="Using hardcoded color"
1387 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1388 errorLine1=" &lt;color name=&quot;face_intro_outline&quot;>#ffdadce0&lt;/color>"
1389 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1390 <location
1391 file="res/values/colors.xml"
1392 line="148"
1393 column="5"/>
1394 </issue>
1395
1396 <issue
1397 id="HardCodedColor"
1398 severity="Error"
1399 message="Avoid using hardcoded color"
1400 category="Correctness"
1401 priority="4"
1402 summary="Using hardcoded color"
1403 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1404 errorLine1=" &lt;color name=&quot;back_gesture_indicator&quot;>#4182ef&lt;/color>"
1405 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1406 <location
1407 file="res/values/colors.xml"
1408 line="150"
jackqdyulei36ce63d2019-03-19 10:18:19 -07001409 column="5"/>
1410 </issue>
1411
1412 <issue
1413 id="HardCodedColor"
1414 severity="Error"
1415 message="Avoid using hardcoded color"
1416 category="Correctness"
1417 priority="4"
1418 summary="Using hardcoded color"
1419 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07001420 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
1421 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1422 <location
Maurice Lam3e3b8a92018-03-21 18:21:04 -07001423 file="res/layout-land/confirm_lock_pattern_normal.xml"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001424 line="103"
jackqdyulei5024a382017-09-14 16:11:02 -07001425 column="17"/>
1426 </issue>
1427
1428 <issue
1429 id="HardCodedColor"
1430 severity="Error"
1431 message="Avoid using hardcoded color"
1432 category="Correctness"
1433 priority="4"
1434 summary="Using hardcoded color"
1435 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1436 errorLine1=" android:color=&quot;#FF0000&quot;/>"
1437 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
1438 <location
1439 file="res/drawable/conversation_message_icon.xml"
1440 line="21"
1441 column="8"/>
1442 </issue>
1443
1444 <issue
1445 id="HardCodedColor"
1446 severity="Error"
1447 message="Avoid using hardcoded color"
1448 category="Correctness"
1449 priority="4"
1450 summary="Using hardcoded color"
1451 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07001452 errorLine1=" android:textColor=&quot;#FFFFFF&quot;"
1453 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1454 <location
1455 file="res/layout/crypt_keeper_emergency_button.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08001456 line="35"
jackqdyulei5024a382017-09-14 16:11:02 -07001457 column="9"/>
1458 </issue>
1459
1460 <issue
1461 id="HardCodedColor"
1462 severity="Error"
1463 message="Avoid using hardcoded color"
1464 category="Correctness"
1465 priority="4"
1466 summary="Using hardcoded color"
1467 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1468 errorLine1=" android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1469 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1470 <location
1471 file="res/layout/crypt_keeper_password_entry.xml"
1472 line="34"
1473 column="9"/>
1474 </issue>
1475
1476 <issue
1477 id="HardCodedColor"
1478 severity="Error"
1479 message="Avoid using hardcoded color"
1480 category="Correctness"
1481 priority="4"
1482 summary="Using hardcoded color"
1483 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1484 errorLine1=" android:background=&quot;@color/lock_pattern_background&quot; />"
1485 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1486 <location
1487 file="res/layout/crypt_keeper_pattern_field.xml"
1488 line="27"
1489 column="8"/>
1490 </issue>
1491
1492 <issue
1493 id="HardCodedColor"
1494 severity="Error"
1495 message="Avoid using hardcoded color"
1496 category="Correctness"
1497 priority="4"
1498 summary="Using hardcoded color"
1499 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1500 errorLine1=" android:background=&quot;@color/crypt_keeper_password_background&quot;>"
1501 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1502 <location
1503 file="res/layout/crypt_keeper_pin_entry.xml"
1504 line="34"
1505 column="9"/>
1506 </issue>
1507
1508 <issue
1509 id="HardCodedColor"
1510 severity="Error"
1511 message="Avoid using hardcoded color"
1512 category="Correctness"
1513 priority="4"
1514 summary="Using hardcoded color"
1515 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1516 errorLine1=" android:textColor=&quot;#B3FFFFFF&quot;"
1517 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1518 <location
1519 file="res/layout/crypt_keeper_status.xml"
1520 line="55"
1521 column="9"/>
1522 </issue>
1523
1524 <issue
1525 id="HardCodedColor"
1526 severity="Error"
1527 message="Avoid using hardcoded color"
1528 category="Correctness"
1529 priority="4"
1530 summary="Using hardcoded color"
1531 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08001532 errorLine1=" android:fillColor=&quot;@color/face_intro_outline&quot;"
1533 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1534 <location
1535 file="res/drawable/face_enroll_introduction.xml"
1536 line="25"
1537 column="9"/>
1538 </issue>
1539
1540 <issue
1541 id="HardCodedColor"
1542 severity="Error"
1543 message="Avoid using hardcoded color"
1544 category="Correctness"
1545 priority="4"
1546 summary="Using hardcoded color"
1547 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07001548 errorLine1=" android:background=&quot;#80000000&quot;"
1549 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1550 <location
1551 file="res/layout/fallback_home_finishing_boot.xml"
1552 line="22"
1553 column="5"/>
1554 </issue>
1555
1556 <issue
1557 id="HardCodedColor"
1558 severity="Error"
1559 message="Avoid using hardcoded color"
1560 category="Correctness"
1561 priority="4"
1562 summary="Using hardcoded color"
1563 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1564 errorLine1=" android:color=&quot;#000000&quot; />"
1565 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
1566 <location
1567 file="res/drawable/fallback_home_unprovisioned_background.xml"
1568 line="19"
1569 column="5"/>
1570 </issue>
1571
1572 <issue
1573 id="HardCodedColor"
1574 severity="Error"
1575 message="Avoid using hardcoded color"
1576 category="Correctness"
1577 priority="4"
1578 summary="Using hardcoded color"
1579 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001580 errorLine1=" &lt;item android:color=&quot;#333E2723&quot; android:offset=&quot;0&quot;/>"
1581 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1582 <location
1583 file="res/drawable/ic_accessibility_magnification.xml"
1584 line="30"
1585 column="23"/>
1586 </issue>
1587
1588 <issue
1589 id="HardCodedColor"
1590 severity="Error"
1591 message="Avoid using hardcoded color"
1592 category="Correctness"
1593 priority="4"
1594 summary="Using hardcoded color"
1595 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1596 errorLine1=" &lt;item android:color=&quot;#003E2723&quot; android:offset=&quot;1&quot;/>"
1597 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1598 <location
1599 file="res/drawable/ic_accessibility_magnification.xml"
1600 line="31"
1601 column="23"/>
1602 </issue>
1603
1604 <issue
1605 id="HardCodedColor"
1606 severity="Error"
1607 message="Avoid using hardcoded color"
1608 category="Correctness"
1609 priority="4"
1610 summary="Using hardcoded color"
1611 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1612 errorLine1=" &lt;item android:color=&quot;#333E2723&quot; android:offset=&quot;0&quot;/>"
1613 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1614 <location
1615 file="res/drawable/ic_accessibility_magnification.xml"
1616 line="39"
1617 column="23"/>
1618 </issue>
1619
1620 <issue
1621 id="HardCodedColor"
1622 severity="Error"
1623 message="Avoid using hardcoded color"
1624 category="Correctness"
1625 priority="4"
1626 summary="Using hardcoded color"
1627 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1628 errorLine1=" &lt;item android:color=&quot;#003E2723&quot; android:offset=&quot;1&quot;/>"
1629 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1630 <location
1631 file="res/drawable/ic_accessibility_magnification.xml"
1632 line="40"
1633 column="23"/>
1634 </issue>
1635
1636 <issue
1637 id="HardCodedColor"
1638 severity="Error"
1639 message="Avoid using hardcoded color"
1640 category="Correctness"
1641 priority="4"
1642 summary="Using hardcoded color"
1643 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1644 errorLine1=" &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0&quot;/>"
1645 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1646 <location
1647 file="res/drawable/ic_accessibility_magnification.xml"
1648 line="60"
1649 column="23"/>
1650 </issue>
1651
1652 <issue
1653 id="HardCodedColor"
1654 severity="Error"
1655 message="Avoid using hardcoded color"
1656 category="Correctness"
1657 priority="4"
1658 summary="Using hardcoded color"
1659 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1660 errorLine1=" &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1&quot;/>"
1661 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1662 <location
1663 file="res/drawable/ic_accessibility_magnification.xml"
1664 line="61"
1665 column="23"/>
1666 </issue>
1667
1668 <issue
1669 id="HardCodedColor"
1670 severity="Error"
1671 message="Avoid using hardcoded color"
1672 category="Correctness"
1673 priority="4"
1674 summary="Using hardcoded color"
1675 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -08001676 errorLine1=" &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1677 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1678 <location
1679 file="res/drawable/ic_color_inversion.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001680 line="32"
Phil Weaver0db26b32017-12-08 17:10:06 -08001681 column="23"/>
1682 </issue>
1683
1684 <issue
1685 id="HardCodedColor"
1686 severity="Error"
1687 message="Avoid using hardcoded color"
1688 category="Correctness"
1689 priority="4"
1690 summary="Using hardcoded color"
1691 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1692 errorLine1=" &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1693 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1694 <location
1695 file="res/drawable/ic_color_inversion.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001696 line="33"
Phil Weaver0db26b32017-12-08 17:10:06 -08001697 column="23"/>
1698 </issue>
1699
1700 <issue
1701 id="HardCodedColor"
1702 severity="Error"
1703 message="Avoid using hardcoded color"
1704 category="Correctness"
1705 priority="4"
1706 summary="Using hardcoded color"
1707 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1708 errorLine1=" &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1709 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1710 <location
1711 file="res/drawable/ic_color_inversion.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001712 line="47"
Phil Weaver0db26b32017-12-08 17:10:06 -08001713 column="23"/>
1714 </issue>
1715
1716 <issue
1717 id="HardCodedColor"
1718 severity="Error"
1719 message="Avoid using hardcoded color"
1720 category="Correctness"
1721 priority="4"
1722 summary="Using hardcoded color"
1723 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1724 errorLine1=" &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1725 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1726 <location
1727 file="res/drawable/ic_color_inversion.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001728 line="48"
Phil Weaver0db26b32017-12-08 17:10:06 -08001729 column="23"/>
1730 </issue>
1731
1732 <issue
1733 id="HardCodedColor"
1734 severity="Error"
1735 message="Avoid using hardcoded color"
1736 category="Correctness"
1737 priority="4"
1738 summary="Using hardcoded color"
1739 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1740 errorLine1=" &lt;item android:color=&quot;#19263238&quot; android:offset=&quot;0.0&quot;/>"
1741 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1742 <location
1743 file="res/drawable/ic_daltonizer.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001744 line="31"
Phil Weaver0db26b32017-12-08 17:10:06 -08001745 column="27"/>
1746 </issue>
1747
1748 <issue
1749 id="HardCodedColor"
1750 severity="Error"
1751 message="Avoid using hardcoded color"
1752 category="Correctness"
1753 priority="4"
1754 summary="Using hardcoded color"
1755 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1756 errorLine1=" &lt;item android:color=&quot;#00212121&quot; android:offset=&quot;1.0&quot;/>"
1757 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1758 <location
1759 file="res/drawable/ic_daltonizer.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001760 line="32"
Phil Weaver0db26b32017-12-08 17:10:06 -08001761 column="27"/>
1762 </issue>
1763
1764 <issue
1765 id="HardCodedColor"
1766 severity="Error"
1767 message="Avoid using hardcoded color"
1768 category="Correctness"
1769 priority="4"
1770 summary="Using hardcoded color"
1771 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1772 errorLine1=" &lt;item android:color=&quot;#19FFFFFF&quot; android:offset=&quot;0.0&quot;/>"
1773 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1774 <location
1775 file="res/drawable/ic_daltonizer.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001776 line="51"
Phil Weaver0db26b32017-12-08 17:10:06 -08001777 column="23"/>
1778 </issue>
1779
1780 <issue
1781 id="HardCodedColor"
1782 severity="Error"
1783 message="Avoid using hardcoded color"
1784 category="Correctness"
1785 priority="4"
1786 summary="Using hardcoded color"
1787 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1788 errorLine1=" &lt;item android:color=&quot;#00FFFFFF&quot; android:offset=&quot;1.0&quot;/>"
1789 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
1790 <location
1791 file="res/drawable/ic_daltonizer.xml"
Fan Zhang46b54742018-01-10 12:22:36 -08001792 line="52"
Phil Weaver0db26b32017-12-08 17:10:06 -08001793 column="23"/>
1794 </issue>
1795
1796 <issue
1797 id="HardCodedColor"
1798 severity="Error"
1799 message="Avoid using hardcoded color"
1800 category="Correctness"
1801 priority="4"
1802 summary="Using hardcoded color"
1803 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001804 errorLine1=" android:color=&quot;@color/homepage_about_background&quot; />"
1805 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08001806 <location
1807 file="res/drawable/ic_homepage_about.xml"
tmfang0b73c292019-03-18 11:43:28 +08001808 line="24"
1809 column="13"/>
Edgar Wang992b5032018-11-08 00:56:21 +08001810 </issue>
1811
1812 <issue
1813 id="HardCodedColor"
1814 severity="Error"
1815 message="Avoid using hardcoded color"
1816 category="Correctness"
1817 priority="4"
1818 summary="Using hardcoded color"
1819 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001820 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
1821 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001822 <location
1823 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08001824 line="24"
1825 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001826 </issue>
1827
1828 <issue
1829 id="HardCodedColor"
1830 severity="Error"
1831 message="Avoid using hardcoded color"
1832 category="Correctness"
1833 priority="4"
1834 summary="Using hardcoded color"
1835 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001836 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
1837 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08001838 <location
1839 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08001840 line="24"
1841 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08001842 </issue>
1843
1844 <issue
1845 id="HardCodedColor"
1846 severity="Error"
1847 message="Avoid using hardcoded color"
1848 category="Correctness"
1849 priority="4"
1850 summary="Using hardcoded color"
1851 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001852 errorLine1=" android:color=&quot;@color/homepage_accounts_background&quot; />"
1853 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001854 <location
1855 file="res/drawable/ic_homepage_accounts.xml"
tmfang0b73c292019-03-18 11:43:28 +08001856 line="24"
1857 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001858 </issue>
1859
1860 <issue
1861 id="HardCodedColor"
1862 severity="Error"
1863 message="Avoid using hardcoded color"
1864 category="Correctness"
1865 priority="4"
1866 summary="Using hardcoded color"
1867 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001868 errorLine1=" android:color=&quot;@color/homepage_app_and_notification_background&quot; />"
1869 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001870 <location
1871 file="res/drawable/ic_homepage_apps.xml"
tmfang0b73c292019-03-18 11:43:28 +08001872 line="24"
1873 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001874 </issue>
1875
1876 <issue
1877 id="HardCodedColor"
1878 severity="Error"
1879 message="Avoid using hardcoded color"
1880 category="Correctness"
1881 priority="4"
1882 summary="Using hardcoded color"
1883 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001884 errorLine1=" android:color=&quot;@color/homepage_battery_background&quot; />"
1885 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001886 <location
1887 file="res/drawable/ic_homepage_battery.xml"
tmfang0b73c292019-03-18 11:43:28 +08001888 line="24"
1889 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001890 </issue>
1891
1892 <issue
1893 id="HardCodedColor"
1894 severity="Error"
1895 message="Avoid using hardcoded color"
1896 category="Correctness"
1897 priority="4"
1898 summary="Using hardcoded color"
1899 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001900 errorLine1=" android:color=&quot;@color/homepage_connected_device_background&quot; />"
1901 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001902 <location
1903 file="res/drawable/ic_homepage_connected_device.xml"
tmfang0b73c292019-03-18 11:43:28 +08001904 line="24"
1905 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001906 </issue>
1907
1908 <issue
1909 id="HardCodedColor"
1910 severity="Error"
1911 message="Avoid using hardcoded color"
1912 category="Correctness"
1913 priority="4"
1914 summary="Using hardcoded color"
1915 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001916 errorLine1=" android:color=&quot;@color/homepage_display_background&quot; />"
1917 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001918 <location
1919 file="res/drawable/ic_homepage_display.xml"
tmfang0b73c292019-03-18 11:43:28 +08001920 line="24"
1921 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001922 </issue>
1923
1924 <issue
1925 id="HardCodedColor"
1926 severity="Error"
1927 message="Avoid using hardcoded color"
1928 category="Correctness"
1929 priority="4"
1930 summary="Using hardcoded color"
1931 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001932 errorLine1=" android:color=&quot;@color/homepage_location_background&quot; />"
1933 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07001934 <location
1935 file="res/drawable/ic_homepage_location.xml"
tmfang0b73c292019-03-18 11:43:28 +08001936 line="24"
1937 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07001938 </issue>
1939
1940 <issue
1941 id="HardCodedColor"
1942 severity="Error"
1943 message="Avoid using hardcoded color"
1944 category="Correctness"
1945 priority="4"
1946 summary="Using hardcoded color"
1947 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001948 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
1949 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001950 <location
1951 file="res/drawable/ic_homepage_network.xml"
tmfang0b73c292019-03-18 11:43:28 +08001952 line="24"
1953 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001954 </issue>
1955
1956 <issue
1957 id="HardCodedColor"
1958 severity="Error"
1959 message="Avoid using hardcoded color"
1960 category="Correctness"
1961 priority="4"
1962 summary="Using hardcoded color"
1963 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001964 errorLine1=" android:color=&quot;@color/homepage_privacy_background&quot; />"
1965 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07001966 <location
1967 file="res/drawable/ic_homepage_privacy.xml"
tmfang0b73c292019-03-18 11:43:28 +08001968 line="24"
1969 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07001970 </issue>
1971
1972 <issue
1973 id="HardCodedColor"
1974 severity="Error"
1975 message="Avoid using hardcoded color"
1976 category="Correctness"
1977 priority="4"
1978 summary="Using hardcoded color"
1979 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001980 errorLine1=" android:color=&quot;@color/homepage_security_background&quot; />"
1981 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001982 <location
1983 file="res/drawable/ic_homepage_security.xml"
tmfang0b73c292019-03-18 11:43:28 +08001984 line="24"
1985 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08001986 </issue>
1987
1988 <issue
1989 id="HardCodedColor"
1990 severity="Error"
1991 message="Avoid using hardcoded color"
1992 category="Correctness"
1993 priority="4"
1994 summary="Using hardcoded color"
1995 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001996 errorLine1=" android:color=&quot;@color/homepage_sound_background&quot; />"
1997 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08001998 <location
1999 file="res/drawable/ic_homepage_sound.xml"
tmfang0b73c292019-03-18 11:43:28 +08002000 line="24"
2001 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08002002 </issue>
2003
2004 <issue
2005 id="HardCodedColor"
2006 severity="Error"
2007 message="Avoid using hardcoded color"
2008 category="Correctness"
2009 priority="4"
2010 summary="Using hardcoded color"
2011 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08002012 errorLine1=" android:color=&quot;@color/homepage_storage_background&quot; />"
2013 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08002014 <location
2015 file="res/drawable/ic_homepage_storage.xml"
tmfang0b73c292019-03-18 11:43:28 +08002016 line="24"
2017 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08002018 </issue>
2019
2020 <issue
2021 id="HardCodedColor"
2022 severity="Error"
2023 message="Avoid using hardcoded color"
2024 category="Correctness"
2025 priority="4"
2026 summary="Using hardcoded color"
2027 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08002028 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
2029 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08002030 <location
2031 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08002032 line="24"
2033 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08002034 </issue>
2035
2036 <issue
2037 id="HardCodedColor"
2038 severity="Error"
2039 message="Avoid using hardcoded color"
2040 category="Correctness"
2041 priority="4"
2042 summary="Using hardcoded color"
2043 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08002044 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
2045 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08002046 <location
2047 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08002048 line="24"
2049 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08002050 </issue>
2051
2052 <issue
2053 id="HardCodedColor"
2054 severity="Error"
2055 message="Avoid using hardcoded color"
2056 category="Correctness"
2057 priority="4"
2058 summary="Using hardcoded color"
2059 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08002060 errorLine1=" android:color=&quot;@color/homepage_system_background&quot; />"
2061 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08002062 <location
2063 file="res/drawable/ic_homepage_system_dashboard.xml"
tmfang0b73c292019-03-18 11:43:28 +08002064 line="24"
2065 column="13"/>
2066 </issue>
2067
2068 <issue
2069 id="HardCodedColor"
2070 severity="Error"
2071 message="Avoid using hardcoded color"
2072 category="Correctness"
2073 priority="4"
2074 summary="Using hardcoded color"
2075 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002076 errorLine1=" android:color=&quot;@color/notification_alert_color&quot; />"
2077 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08002078 <location
2079 file="res/drawable/ic_notification_alert.xml"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002080 line="22"
tmfang0b73c292019-03-18 11:43:28 +08002081 column="17"/>
2082 </issue>
2083
2084 <issue
2085 id="HardCodedColor"
2086 severity="Error"
2087 message="Avoid using hardcoded color"
2088 category="Correctness"
2089 priority="4"
2090 summary="Using hardcoded color"
2091 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2092 errorLine1=" android:color=&quot;@color/notification_block_color&quot;/>"
2093 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2094 <location
2095 file="res/drawable/ic_notification_block.xml"
2096 line="27"
2097 column="21"/>
2098 </issue>
2099
2100 <issue
2101 id="HardCodedColor"
2102 severity="Error"
2103 message="Avoid using hardcoded color"
2104 category="Correctness"
2105 priority="4"
2106 summary="Using hardcoded color"
2107 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2108 errorLine1=" android:fillColor=&quot;@color/notification_block_color&quot;"
2109 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2110 <location
2111 file="res/drawable/ic_notification_block.xml"
2112 line="39"
2113 column="17"/>
2114 </issue>
2115
2116 <issue
2117 id="HardCodedColor"
2118 severity="Error"
2119 message="Avoid using hardcoded color"
2120 category="Correctness"
2121 priority="4"
2122 summary="Using hardcoded color"
2123 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002124 errorLine1=" android:color=&quot;@color/notification_silence_color&quot; />"
2125 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08002126 <location
2127 file="res/drawable/ic_notification_silence.xml"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002128 line="22"
Fan Zhang925a4f82018-01-23 16:35:31 -08002129 column="17"/>
2130 </issue>
2131
2132 <issue
2133 id="HardCodedColor"
2134 severity="Error"
2135 message="Avoid using hardcoded color"
2136 category="Correctness"
2137 priority="4"
2138 summary="Using hardcoded color"
2139 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07002140 errorLine1=" android:color=&quot;@color/homepage_location_background&quot;/>"
2141 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2142 <location
2143 file="res/drawable/ic_preference_location.xml"
2144 line="23"
2145 column="17"/>
2146 </issue>
2147
2148 <issue
2149 id="HardCodedColor"
2150 severity="Error"
2151 message="Avoid using hardcoded color"
2152 category="Correctness"
2153 priority="4"
2154 summary="Using hardcoded color"
2155 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002156 errorLine1=" android:tint=&quot;#db4437&quot;"
2157 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
2158 <location
2159 file="res/drawable/ic_remove_circle.xml"
2160 line="19"
2161 column="5"/>
2162 </issue>
2163
2164 <issue
2165 id="HardCodedColor"
2166 severity="Error"
2167 message="Avoid using hardcoded color"
2168 category="Correctness"
2169 priority="4"
2170 summary="Using hardcoded color"
2171 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002172 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2173 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2174 <location
2175 file="res/drawable/ic_shortcut_battery.xml"
2176 line="18"
2177 column="17"/>
2178 </issue>
2179
2180 <issue
2181 id="HardCodedColor"
2182 severity="Error"
2183 message="Avoid using hardcoded color"
2184 category="Correctness"
2185 priority="4"
2186 summary="Using hardcoded color"
2187 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2188 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2189 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2190 <location
2191 file="res/drawable/ic_shortcut_data_usage.xml"
2192 line="18"
2193 column="17"/>
2194 </issue>
2195
2196 <issue
2197 id="HardCodedColor"
2198 severity="Error"
2199 message="Avoid using hardcoded color"
2200 category="Correctness"
2201 priority="4"
2202 summary="Using hardcoded color"
2203 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2204 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
2205 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2206 <location
2207 file="res/drawable/ic_shortcut_wireless.xml"
2208 line="18"
2209 column="17"/>
2210 </issue>
2211
2212 <issue
2213 id="HardCodedColor"
2214 severity="Error"
2215 message="Avoid using hardcoded color"
2216 category="Correctness"
2217 priority="4"
2218 summary="Using hardcoded color"
2219 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2220 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
2221 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2222 <location
2223 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2224 line="6"
2225 column="5"/>
2226 </issue>
2227
2228 <issue
2229 id="HardCodedColor"
2230 severity="Error"
2231 message="Avoid using hardcoded color"
2232 category="Correctness"
2233 priority="4"
2234 summary="Using hardcoded color"
2235 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2236 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
2237 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2238 <location
2239 file="res/layout/nfc_payment_how_it_works.xml"
2240 line="6"
2241 column="5"/>
2242 </issue>
2243
2244 <issue
2245 id="HardCodedColor"
2246 severity="Error"
2247 message="Avoid using hardcoded color"
2248 category="Correctness"
2249 priority="4"
2250 summary="Using hardcoded color"
2251 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2252 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
2253 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2254 <location
2255 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2256 line="15"
2257 column="13"/>
2258 </issue>
2259
2260 <issue
2261 id="HardCodedColor"
2262 severity="Error"
2263 message="Avoid using hardcoded color"
2264 category="Correctness"
2265 priority="4"
2266 summary="Using hardcoded color"
2267 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2268 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
2269 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2270 <location
2271 file="res/layout/nfc_payment_how_it_works.xml"
2272 line="15"
2273 column="13"/>
2274 </issue>
2275
2276 <issue
2277 id="HardCodedColor"
2278 severity="Error"
2279 message="Avoid using hardcoded color"
2280 category="Correctness"
2281 priority="4"
2282 summary="Using hardcoded color"
2283 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2284 errorLine1=" android:textColor=&quot;#FF263238&quot;"
2285 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2286 <location
2287 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2288 line="40"
2289 column="15"/>
2290 </issue>
2291
2292 <issue
2293 id="HardCodedColor"
2294 severity="Error"
2295 message="Avoid using hardcoded color"
2296 category="Correctness"
2297 priority="4"
2298 summary="Using hardcoded color"
2299 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2300 errorLine1=" android:textColor=&quot;#FF263238&quot;"
2301 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2302 <location
2303 file="res/layout/nfc_payment_how_it_works.xml"
2304 line="47"
2305 column="21"/>
2306 </issue>
2307
2308 <issue
2309 id="HardCodedColor"
2310 severity="Error"
2311 message="Avoid using hardcoded color"
2312 category="Correctness"
2313 priority="4"
2314 summary="Using hardcoded color"
2315 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2316 errorLine1=" android:textColor=&quot;#FF263238&quot;"
2317 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2318 <location
2319 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2320 line="50"
2321 column="15"/>
2322 </issue>
2323
2324 <issue
2325 id="HardCodedColor"
2326 severity="Error"
2327 message="Avoid using hardcoded color"
2328 category="Correctness"
2329 priority="4"
2330 summary="Using hardcoded color"
2331 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2332 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
2333 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2334 <location
2335 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2336 line="57"
2337 column="13"/>
2338 </issue>
2339
2340 <issue
2341 id="HardCodedColor"
2342 severity="Error"
2343 message="Avoid using hardcoded color"
2344 category="Correctness"
2345 priority="4"
2346 summary="Using hardcoded color"
2347 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2348 errorLine1=" android:textColor=&quot;#FF263238&quot;"
2349 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2350 <location
2351 file="res/layout/nfc_payment_how_it_works.xml"
2352 line="59"
2353 column="21"/>
2354 </issue>
2355
2356 <issue
2357 id="HardCodedColor"
2358 severity="Error"
2359 message="Avoid using hardcoded color"
2360 category="Correctness"
2361 priority="4"
2362 summary="Using hardcoded color"
2363 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2364 errorLine1=" android:textColor=&quot;#263238&quot;"
2365 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2366 <location
2367 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
2368 line="67"
2369 column="15"/>
2370 </issue>
2371
2372 <issue
2373 id="HardCodedColor"
2374 severity="Error"
2375 message="Avoid using hardcoded color"
2376 category="Correctness"
2377 priority="4"
2378 summary="Using hardcoded color"
2379 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2380 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
2381 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2382 <location
2383 file="res/layout/nfc_payment_how_it_works.xml"
2384 line="68"
2385 column="13"/>
2386 </issue>
2387
2388 <issue
2389 id="HardCodedColor"
2390 severity="Error"
2391 message="Avoid using hardcoded color"
2392 category="Correctness"
2393 priority="4"
2394 summary="Using hardcoded color"
2395 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2396 errorLine1=" android:textColor=&quot;#263238&quot;"
2397 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2398 <location
2399 file="res/layout/nfc_payment_how_it_works.xml"
2400 line="78"
2401 column="15"/>
2402 </issue>
2403
2404 <issue
2405 id="HardCodedColor"
2406 severity="Error"
2407 message="Avoid using hardcoded color"
2408 category="Correctness"
2409 priority="4"
2410 summary="Using hardcoded color"
2411 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002412 errorLine1=" android:src=&quot;@color/running_processes_system_ram&quot;"
2413 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2414 <location
2415 file="res/layout/running_processes_header.xml"
Salvador Martinez38c4b382018-04-02 11:32:06 -07002416 line="56"
jackqdyulei5024a382017-09-14 16:11:02 -07002417 column="13"/>
2418 </issue>
2419
2420 <issue
2421 id="HardCodedColor"
2422 severity="Error"
2423 message="Avoid using hardcoded color"
2424 category="Correctness"
2425 priority="4"
2426 summary="Using hardcoded color"
2427 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2428 errorLine1=" android:src=&quot;@color/running_processes_free_ram&quot;"
2429 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2430 <location
2431 file="res/layout/running_processes_header.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002432 line="129"
jackqdyulei5024a382017-09-14 16:11:02 -07002433 column="13"/>
2434 </issue>
2435
2436 <issue
2437 id="HardCodedColor"
2438 severity="Error"
2439 message="Avoid using hardcoded color"
2440 category="Correctness"
2441 priority="4"
2442 summary="Using hardcoded color"
2443 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002444 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
2445 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2446 <location
2447 file="res/layout/screen_zoom_preview_1.xml"
2448 line="44"
2449 column="17"/>
2450 </issue>
2451
2452 <issue
2453 id="HardCodedColor"
2454 severity="Error"
2455 message="Avoid using hardcoded color"
2456 category="Correctness"
2457 priority="4"
2458 summary="Using hardcoded color"
2459 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2460 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
2461 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2462 <location
2463 file="res/layout/screen_zoom_preview_1.xml"
2464 line="45"
2465 column="17"/>
2466 </issue>
2467
2468 <issue
2469 id="HardCodedColor"
2470 severity="Error"
2471 message="Avoid using hardcoded color"
2472 category="Correctness"
2473 priority="4"
2474 summary="Using hardcoded color"
2475 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2476 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
2477 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2478 <location
2479 file="res/layout/screen_zoom_preview_1.xml"
2480 line="54"
2481 column="17"/>
2482 </issue>
2483
2484 <issue
2485 id="HardCodedColor"
2486 severity="Error"
2487 message="Avoid using hardcoded color"
2488 category="Correctness"
2489 priority="4"
2490 summary="Using hardcoded color"
2491 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2492 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
2493 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2494 <location
2495 file="res/layout/screen_zoom_preview_1.xml"
2496 line="55"
2497 column="17"/>
2498 </issue>
2499
2500 <issue
2501 id="HardCodedColor"
2502 severity="Error"
2503 message="Avoid using hardcoded color"
2504 category="Correctness"
2505 priority="4"
2506 summary="Using hardcoded color"
2507 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2508 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_outgoing&quot;"
2509 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2510 <location
2511 file="res/layout/screen_zoom_preview_1.xml"
2512 line="64"
2513 column="17"/>
2514 </issue>
2515
2516 <issue
2517 id="HardCodedColor"
2518 severity="Error"
2519 message="Avoid using hardcoded color"
2520 category="Correctness"
2521 priority="4"
2522 summary="Using hardcoded color"
2523 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2524 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
2525 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2526 <location
2527 file="res/layout/screen_zoom_preview_1.xml"
2528 line="65"
2529 column="17"/>
2530 </issue>
2531
2532 <issue
2533 id="HardCodedColor"
2534 severity="Error"
2535 message="Avoid using hardcoded color"
2536 category="Correctness"
2537 priority="4"
2538 summary="Using hardcoded color"
2539 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2540 errorLine1=" app:iconTextColor=&quot;@color/message_icon_text_incoming&quot;"
2541 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2542 <location
2543 file="res/layout/screen_zoom_preview_1.xml"
2544 line="74"
2545 column="17"/>
2546 </issue>
2547
2548 <issue
2549 id="HardCodedColor"
2550 severity="Error"
2551 message="Avoid using hardcoded color"
2552 category="Correctness"
2553 priority="4"
2554 summary="Using hardcoded color"
2555 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2556 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
2557 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2558 <location
2559 file="res/layout/screen_zoom_preview_1.xml"
2560 line="75"
2561 column="17"/>
2562 </issue>
2563
2564 <issue
2565 id="HardCodedColor"
2566 severity="Error"
2567 message="Avoid using hardcoded color"
2568 category="Correctness"
2569 priority="4"
2570 summary="Using hardcoded color"
2571 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002572 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
2573 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2574 <location
2575 file="res/layout/shortcut_badge.xml"
2576 line="31"
2577 column="9"/>
2578 </issue>
2579
2580 <issue
2581 id="HardCodedColor"
2582 severity="Error"
2583 message="Avoid using hardcoded color"
2584 category="Correctness"
2585 priority="4"
2586 summary="Using hardcoded color"
2587 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2588 errorLine1=" android:background=&quot;@color/shortcut_background&quot;>"
2589 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2590 <location
2591 file="res/layout/shortcut_badge_maskable.xml"
2592 line="20"
2593 column="5"/>
2594 </issue>
2595
2596 <issue
2597 id="HardCodedColor"
2598 severity="Error"
2599 message="Avoid using hardcoded color"
2600 category="Correctness"
2601 priority="4"
2602 summary="Using hardcoded color"
2603 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2604 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
2605 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2606 <location
2607 file="res/layout/shortcut_badge_maskable.xml"
2608 line="29"
2609 column="9"/>
2610 </issue>
2611
2612 <issue
2613 id="HardCodedColor"
2614 severity="Error"
2615 message="Avoid using hardcoded color"
2616 category="Correctness"
2617 priority="4"
2618 summary="Using hardcoded color"
2619 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08002620 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07002621 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2622 <location
2623 file="res/values-en-rAU/strings.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002624 line="2663"
jackqdyulei5024a382017-09-14 16:11:02 -07002625 column="64"/>
2626 </issue>
2627
2628 <issue
2629 id="HardCodedColor"
2630 severity="Error"
2631 message="Avoid using hardcoded color"
2632 category="Correctness"
2633 priority="4"
2634 summary="Using hardcoded color"
2635 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08002636 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07002637 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2638 <location
2639 file="res/values-en-rCA/strings.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002640 line="2663"
jackqdyulei5024a382017-09-14 16:11:02 -07002641 column="64"/>
2642 </issue>
2643
2644 <issue
2645 id="HardCodedColor"
2646 severity="Error"
2647 message="Avoid using hardcoded color"
2648 category="Correctness"
2649 priority="4"
2650 summary="Using hardcoded color"
2651 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08002652 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07002653 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2654 <location
2655 file="res/values-en-rGB/strings.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002656 line="2663"
jackqdyulei5024a382017-09-14 16:11:02 -07002657 column="64"/>
2658 </issue>
2659
2660 <issue
2661 id="HardCodedColor"
2662 severity="Error"
2663 message="Avoid using hardcoded color"
2664 category="Correctness"
2665 priority="4"
2666 summary="Using hardcoded color"
2667 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08002668 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
jackqdyulei5024a382017-09-14 16:11:02 -07002669 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2670 <location
2671 file="res/values-en-rIN/strings.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002672 line="2663"
jackqdyulei5024a382017-09-14 16:11:02 -07002673 column="64"/>
2674 </issue>
2675
2676 <issue
2677 id="HardCodedColor"
2678 severity="Error"
2679 message="Avoid using hardcoded color"
2680 category="Correctness"
2681 priority="4"
2682 summary="Using hardcoded color"
2683 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08002684 errorLine1=" &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‏‎‏‏‏‏‏‏‏‏‎‏‏‏‎‎‏‏‎‏‏‎‎‏‏‏‎‎‎‎‏‏‎‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‎‎‏‎‎‎‎‏‎‏‎‏‏‎‎‎‏‏‎‎‏‎‏‎‎‏‎‎‏‏‎&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;‎‏‎‎‏‏‏‎Welcome to Google sync!‎‏‎‎‏‏‎&quot;&lt;/font>&quot;‎‏‎‎‏‏‏‎ ‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎A Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.‎‏‎‎‏‎&quot;&lt;/string>"
2685 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2686 <location
2687 file="res/values-en-rXC/strings.xml"
2688 line="2663"
2689 column="170"/>
2690 </issue>
2691
2692 <issue
2693 id="HardCodedColor"
2694 severity="Error"
2695 message="Avoid using hardcoded color"
2696 category="Correctness"
2697 priority="4"
2698 summary="Using hardcoded color"
2699 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002700 errorLine1=" &lt;string name=&quot;sync_plug&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>Welcome to Google sync!&lt;/font>"
2701 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
2702 <location
2703 file="res/values/strings.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002704 line="6183"
jackqdyulei5024a382017-09-14 16:11:02 -07002705 column="36"/>
2706 </issue>
2707
2708 <issue
2709 id="HardCodedColor"
2710 severity="Error"
2711 message="Avoid using hardcoded color"
2712 category="Correctness"
2713 priority="4"
2714 summary="Using hardcoded color"
2715 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2716 errorLine1=" &lt;item name=&quot;android:background&quot;>#ff000000&lt;/item>"
2717 errorLine2=" ^">
2718 <location
2719 file="res/values/styles.xml"
tmfang0b73c292019-03-18 11:43:28 +08002720 line="163"
jackqdyulei5024a382017-09-14 16:11:02 -07002721 column="41"/>
2722 </issue>
2723
2724 <issue
2725 id="HardCodedColor"
2726 severity="Error"
2727 message="Avoid using hardcoded color"
2728 category="Correctness"
2729 priority="4"
2730 summary="Using hardcoded color"
2731 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07002732 errorLine1=" &lt;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color&lt;/item>"
2733 errorLine2=" ^">
2734 <location
2735 file="res/values/styles.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002736 line="378"
jackqdyulei5024a382017-09-14 16:11:02 -07002737 column="44"/>
2738 </issue>
2739
2740 <issue
2741 id="HardCodedColor"
2742 severity="Error"
2743 message="Avoid using hardcoded color"
2744 category="Correctness"
2745 priority="4"
2746 summary="Using hardcoded color"
2747 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2748 errorLine1=" &lt;item name=&quot;*android:regularColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2749 errorLine2=" ^">
2750 <location
2751 file="res/values/styles.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002752 line="384"
jackqdyulei5024a382017-09-14 16:11:02 -07002753 column="44"/>
2754 </issue>
2755
2756 <issue
2757 id="HardCodedColor"
2758 severity="Error"
2759 message="Avoid using hardcoded color"
2760 category="Correctness"
2761 priority="4"
2762 summary="Using hardcoded color"
2763 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2764 errorLine1=" &lt;item name=&quot;*android:successColor&quot;>@color/lock_pattern_view_regular_color_dark&lt;/item>"
2765 errorLine2=" ^">
2766 <location
2767 file="res/values/styles.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002768 line="385"
jackqdyulei5024a382017-09-14 16:11:02 -07002769 column="44"/>
2770 </issue>
2771
2772 <issue
2773 id="HardCodedColor"
2774 severity="Error"
2775 message="Avoid using hardcoded color"
2776 category="Correctness"
2777 priority="4"
2778 summary="Using hardcoded color"
2779 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04002780 errorLine1=" &lt;item name=&quot;strokeColor&quot;>@color/contextual_card_stroke_color&lt;/item>"
Fan Zhanga60652a2018-11-27 14:29:45 -08002781 errorLine2=" ^">
2782 <location
2783 file="res/values/styles.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002784 line="421"
Fan Zhanga60652a2018-11-27 14:29:45 -08002785 column="34"/>
2786 </issue>
2787
2788 <issue
2789 id="HardCodedColor"
2790 severity="Error"
2791 message="Avoid using hardcoded color"
2792 category="Correctness"
2793 priority="4"
2794 summary="Using hardcoded color"
2795 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07002796 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
2797 errorLine2=" ^">
jackqdyulei5024a382017-09-14 16:11:02 -07002798 <location
2799 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002800 line="106"
Salvador Martinez2bb99302018-11-02 14:15:44 -07002801 column="40"/>
2802 </issue>
2803
2804 <issue
2805 id="HardCodedColor"
2806 severity="Error"
2807 message="Avoid using hardcoded color"
2808 category="Correctness"
2809 priority="4"
2810 summary="Using hardcoded color"
2811 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2812 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
2813 errorLine2=" ^">
2814 <location
2815 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002816 line="106"
Salvador Martinez2bb99302018-11-02 14:15:44 -07002817 column="40"/>
jackqdyulei5024a382017-09-14 16:11:02 -07002818 </issue>
2819
2820 <issue
2821 id="HardCodedColor"
2822 severity="Error"
2823 message="Avoid using hardcoded color"
2824 category="Correctness"
2825 priority="4"
2826 summary="Using hardcoded color"
2827 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2828 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2829 errorLine2=" ^">
2830 <location
2831 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002832 line="176"
jackqdyulei5024a382017-09-14 16:11:02 -07002833 column="45"/>
2834 </issue>
2835
2836 <issue
2837 id="HardCodedColor"
2838 severity="Error"
2839 message="Avoid using hardcoded color"
2840 category="Correctness"
2841 priority="4"
2842 summary="Using hardcoded color"
2843 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2844 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2845 errorLine2=" ^">
2846 <location
2847 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002848 line="177"
jackqdyulei5024a382017-09-14 16:11:02 -07002849 column="49"/>
2850 </issue>
2851
2852 <issue
2853 id="HardCodedColor"
2854 severity="Error"
2855 message="Avoid using hardcoded color"
2856 category="Correctness"
2857 priority="4"
2858 summary="Using hardcoded color"
2859 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07002860 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
2861 errorLine2=" ^">
Raff Tsai43a7b182018-08-28 22:02:29 +08002862 <location
2863 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002864 line="185"
Salvador Martinez2bb99302018-11-02 14:15:44 -07002865 column="45"/>
2866 </issue>
2867
2868 <issue
2869 id="HardCodedColor"
2870 severity="Error"
2871 message="Avoid using hardcoded color"
2872 category="Correctness"
2873 priority="4"
2874 summary="Using hardcoded color"
2875 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2876 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
2877 errorLine2=" ^">
2878 <location
2879 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002880 line="186"
Salvador Martinez2bb99302018-11-02 14:15:44 -07002881 column="49"/>
Raff Tsai43a7b182018-08-28 22:02:29 +08002882 </issue>
2883
2884 <issue
2885 id="HardCodedColor"
2886 severity="Error"
2887 message="Avoid using hardcoded color"
2888 category="Correctness"
2889 priority="4"
2890 summary="Using hardcoded color"
2891 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +00002892 errorLine1=" &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
2893 errorLine2=" ^">
2894 <location
2895 file="res/values/themes.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002896 line="254"
Fan Zhangb4b77252019-05-14 17:25:02 +00002897 column="42"/>
2898 </issue>
2899
2900 <issue
2901 id="HardCodedColor"
2902 severity="Error"
2903 message="Avoid using hardcoded color"
2904 category="Correctness"
2905 priority="4"
2906 summary="Using hardcoded color"
2907 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhanga122be12018-07-16 16:28:37 -07002908 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2909 errorLine2=" ^">
2910 <location
2911 file="res/values/themes_suw.xml"
2912 line="29"
2913 column="40"/>
2914 </issue>
2915
2916 <issue
2917 id="HardCodedColor"
2918 severity="Error"
2919 message="Avoid using hardcoded color"
2920 category="Correctness"
2921 priority="4"
2922 summary="Using hardcoded color"
2923 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2924 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2925 errorLine2=" ^">
2926 <location
2927 file="res/values/themes_suw.xml"
2928 line="48"
2929 column="40"/>
2930 </issue>
2931
2932 <issue
2933 id="HardCodedColor"
2934 severity="Error"
2935 message="Avoid using hardcoded color"
2936 category="Correctness"
2937 priority="4"
2938 summary="Using hardcoded color"
2939 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2940 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2941 errorLine2=" ^">
2942 <location
2943 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002944 line="66"
Fan Zhanga122be12018-07-16 16:28:37 -07002945 column="40"/>
2946 </issue>
2947
2948 <issue
2949 id="HardCodedColor"
2950 severity="Error"
2951 message="Avoid using hardcoded color"
2952 category="Correctness"
2953 priority="4"
2954 summary="Using hardcoded color"
2955 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2956 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2957 errorLine2=" ^">
2958 <location
2959 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002960 line="85"
Fan Zhanga122be12018-07-16 16:28:37 -07002961 column="40"/>
2962 </issue>
2963
2964 <issue
2965 id="HardCodedColor"
2966 severity="Error"
2967 message="Avoid using hardcoded color"
2968 category="Correctness"
2969 priority="4"
2970 summary="Using hardcoded color"
2971 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2972 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
2973 errorLine2=" ^">
2974 <location
2975 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002976 line="103"
Fan Zhanga122be12018-07-16 16:28:37 -07002977 column="40"/>
2978 </issue>
2979
2980 <issue
2981 id="HardCodedColor"
2982 severity="Error"
2983 message="Avoid using hardcoded color"
2984 category="Correctness"
2985 priority="4"
2986 summary="Using hardcoded color"
2987 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2988 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
2989 errorLine2=" ^">
2990 <location
2991 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08002992 line="127"
Fan Zhanga122be12018-07-16 16:28:37 -07002993 column="40"/>
2994 </issue>
2995
2996 <issue
2997 id="HardCodedColor"
2998 severity="Error"
2999 message="Avoid using hardcoded color"
3000 category="Correctness"
3001 priority="4"
3002 summary="Using hardcoded color"
3003 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3004 errorLine1=" &lt;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
3005 errorLine2=" ^">
3006 <location
3007 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08003008 line="188"
Fan Zhanga122be12018-07-16 16:28:37 -07003009 column="43"/>
3010 </issue>
3011
3012 <issue
3013 id="HardCodedColor"
3014 severity="Error"
3015 message="Avoid using hardcoded color"
3016 category="Correctness"
3017 priority="4"
3018 summary="Using hardcoded color"
3019 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3020 errorLine1=" &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
3021 errorLine2=" ^">
3022 <location
3023 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08003024 line="189"
Fan Zhanga122be12018-07-16 16:28:37 -07003025 column="42"/>
3026 </issue>
3027
3028 <issue
3029 id="HardCodedColor"
3030 severity="Error"
3031 message="Avoid using hardcoded color"
3032 category="Correctness"
3033 priority="4"
3034 summary="Using hardcoded color"
3035 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3036 errorLine1=" &lt;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
3037 errorLine2=" ^">
3038 <location
3039 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08003040 line="190"
Fan Zhanga122be12018-07-16 16:28:37 -07003041 column="45"/>
3042 </issue>
3043
3044 <issue
3045 id="HardCodedColor"
3046 severity="Error"
3047 message="Avoid using hardcoded color"
3048 category="Correctness"
3049 priority="4"
3050 summary="Using hardcoded color"
3051 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android: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 -07003052 errorLine1=" android:background=&quot;@color/divider_color&quot; />"
3053 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3054 <location
3055 file="res/layout/user_info_header.xml"
Doris Lingc5a1b4f2019-02-20 16:33:24 -08003056 line="93"
jackqdyulei5024a382017-09-14 16:11:02 -07003057 column="11"/>
3058 </issue>
3059
3060 <issue
3061 id="HardCodedColor"
3062 severity="Error"
3063 message="Avoid using hardcoded color"
3064 category="Correctness"
3065 priority="4"
3066 summary="Using hardcoded color"
3067 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3068 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;"
3069 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3070 <location
3071 file="res/layout/video_preference.xml"
3072 line="22"
3073 column="5"/>
3074 </issue>
3075
jackqdyulei5024a382017-09-14 16:11:02 -07003076</issues>