blob: 9eab06a55d5f3271d6bef6831313247ed2853be6 [file] [log] [blame]
jackqdyulei5024a382017-09-14 16:11:02 -07001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4">
3
4 <issue
Tsung-Mao Fang82037372021-09-06 21:16:51 +08005 id="LintError"
6 severity="Error"
7 message="No `.class` files were found in project &quot;.&quot;, so none of the classfile based checks could be run. Does the project need to be built first?"
8 category="Lint"
9 priority="10"
10 summary="Lint Failure"
11 explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.&#xA;These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
12 <location
13 file="."/>
14 </issue>
15
16 <issue
jackqdyulei5024a382017-09-14 16:11:02 -070017 id="HardCodedColor"
18 severity="Error"
19 message="Avoid using hardcoded color"
20 category="Correctness"
21 priority="4"
22 summary="Using hardcoded color"
23 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
24 errorLine1=" android:startColor=&quot;#4D000000&quot;"
25 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26 <location
27 file="res/drawable/action_bar_dropshadow.xml"
28 line="22"
29 column="9"/>
30 </issue>
31
32 <issue
33 id="HardCodedColor"
34 severity="Error"
35 message="Avoid using hardcoded color"
36 category="Correctness"
37 priority="4"
38 summary="Using hardcoded color"
39 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -040040 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42 <location
43 file="res/drawable/button_border_unselected.xml"
44 line="21"
45 column="9"/>
46 </issue>
47
48 <issue
49 id="HardCodedColor"
50 severity="Error"
51 message="Avoid using hardcoded color"
52 category="Correctness"
53 priority="4"
54 summary="Using hardcoded color"
55 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
56 errorLine1=" android:color=&quot;@color/notification_importance_button_unselected&quot;/>"
57 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
58 <location
59 file="res/drawable/button_border_unselected.xml"
60 line="21"
61 column="9"/>
62 </issue>
63
64 <issue
65 id="HardCodedColor"
66 severity="Error"
67 message="Avoid using hardcoded color"
68 category="Correctness"
69 priority="4"
70 summary="Using hardcoded color"
71 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +000072 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#82000000&lt;/color>"
73 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -070074 <location
75 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +080076 line="19"
Fan Zhangb4b77252019-05-14 17:25:02 +000077 column="5"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -070078 </issue>
79
80 <issue
81 id="HardCodedColor"
82 severity="Error"
83 message="Avoid using hardcoded color"
84 category="Correctness"
85 priority="4"
86 summary="Using hardcoded color"
87 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +080088 errorLine1=" &lt;color name=&quot;divider_color&quot;>#20ffffff&lt;/color>"
89 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
90 <location
91 file="res/values/colors.xml"
92 line="20"
93 column="5"/>
94 </issue>
95
96 <issue
97 id="HardCodedColor"
98 severity="Error"
99 message="Avoid using hardcoded color"
100 category="Correctness"
101 priority="4"
102 summary="Using hardcoded color"
103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800104 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#783BE5&lt;/color>"
105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +0800106 <location
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -0400107 file="res/values-night/colors.xml"
tmfang0b73c292019-03-18 11:43:28 +0800108 line="21"
Fan Zhangb4b77252019-05-14 17:25:02 +0000109 column="5"/>
tmfang0b73c292019-03-18 11:43:28 +0800110 </issue>
111
112 <issue
113 id="HardCodedColor"
114 severity="Error"
115 message="Avoid using hardcoded color"
116 category="Correctness"
117 priority="4"
118 summary="Using hardcoded color"
119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800120 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#3F5FBD&lt;/color>"
121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
122 <location
123 file="res/values-night/colors.xml"
124 line="22"
125 column="5"/>
126 </issue>
127
128 <issue
129 id="HardCodedColor"
130 severity="Error"
131 message="Avoid using hardcoded color"
132 category="Correctness"
133 priority="4"
134 summary="Using hardcoded color"
135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800136 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_dark&quot;>#89ffffff&lt;/color>"
137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
138 <location
139 file="res/values/colors.xml"
140 line="22"
141 column="5"/>
142 </issue>
143
144 <issue
145 id="HardCodedColor"
146 severity="Error"
147 message="Avoid using hardcoded color"
148 category="Correctness"
149 priority="4"
150 summary="Using hardcoded color"
151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
152 errorLine1=" &lt;color name=&quot;setup_wizard_wifi_color_light&quot;>#89000000&lt;/color>"
153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
154 <location
155 file="res/values/colors.xml"
156 line="23"
157 column="5"/>
158 </issue>
159
160 <issue
161 id="HardCodedColor"
162 severity="Error"
163 message="Avoid using hardcoded color"
164 category="Correctness"
165 priority="4"
166 summary="Using hardcoded color"
167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
168 errorLine1=" &lt;color name=&quot;lock_pattern_background&quot;>#00000000&lt;/color>"
169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800170 <location
171 file="res/values/colors.xml"
172 line="25"
Fan Zhangb4b77252019-05-14 17:25:02 +0000173 column="5"/>
174 </issue>
175
176 <issue
177 id="HardCodedColor"
178 severity="Error"
179 message="Avoid using hardcoded color"
180 category="Correctness"
181 priority="4"
182 summary="Using hardcoded color"
183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800184 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#AECBFA&lt;/color> &lt;!-- material blue 200 -->"
185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
186 <location
187 file="res/values-night/colors.xml"
188 line="27"
189 column="5"/>
190 </issue>
191
192 <issue
193 id="HardCodedColor"
194 severity="Error"
195 message="Avoid using hardcoded color"
196 category="Correctness"
197 priority="4"
198 summary="Using hardcoded color"
199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhangb4b77252019-05-14 17:25:02 +0000200 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#5F6368&lt;/color>"
201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
202 <location
203 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800204 line="28"
jackqdyulei5024a382017-09-14 16:11:02 -0700205 column="5"/>
206 </issue>
207
208 <issue
209 id="HardCodedColor"
210 severity="Error"
211 message="Avoid using hardcoded color"
212 category="Correctness"
213 priority="4"
214 summary="Using hardcoded color"
215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800216 errorLine1=" &lt;color name=&quot;fingerprint_title_color&quot;>#ffffffff&lt;/color>"
217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800218 <location
219 file="res/values/colors.xml"
220 line="28"
221 column="5"/>
222 </issue>
223
224 <issue
225 id="HardCodedColor"
226 severity="Error"
227 message="Avoid using hardcoded color"
228 category="Correctness"
229 priority="4"
230 summary="Using hardcoded color"
231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +0800232 errorLine1=" &lt;color name=&quot;notification_history_background&quot;>#202124&lt;/color>"
233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sunny Shaobefb1922020-07-24 13:25:30 +0800234 <location
235 file="res/values-night/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800236 line="29"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800237 column="5"/>
238 </issue>
239
240 <issue
241 id="HardCodedColor"
242 severity="Error"
243 message="Avoid using hardcoded color"
244 category="Correctness"
245 priority="4"
246 summary="Using hardcoded color"
247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800248 errorLine1=" &lt;color name=&quot;fingerprint_message_color&quot;>#de000000&lt;/color>"
249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700250 <location
251 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800252 line="29"
jackqdyulei5024a382017-09-14 16:11:02 -0700253 column="5"/>
254 </issue>
255
256 <issue
257 id="HardCodedColor"
258 severity="Error"
259 message="Avoid using hardcoded color"
260 category="Correctness"
261 priority="4"
262 summary="Using hardcoded color"
263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800264 errorLine1=" &lt;color name=&quot;running_processes_system_ram&quot;>#ff384248&lt;/color>"
265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700266 <location
267 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800268 line="31"
jackqdyulei5024a382017-09-14 16:11:02 -0700269 column="5"/>
270 </issue>
271
272 <issue
273 id="HardCodedColor"
274 severity="Error"
275 message="Avoid using hardcoded color"
276 category="Correctness"
277 priority="4"
278 summary="Using hardcoded color"
279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800280 errorLine1=" &lt;color name=&quot;running_processes_free_ram&quot;>#ffced7db&lt;/color>"
281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700282 <location
283 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800284 line="32"
jackqdyulei5024a382017-09-14 16:11:02 -0700285 column="5"/>
286 </issue>
287
288 <issue
289 id="HardCodedColor"
290 severity="Error"
291 message="Avoid using hardcoded color"
292 category="Correctness"
293 priority="4"
294 summary="Using hardcoded color"
295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800296 errorLine1=" &lt;color name=&quot;confirm_device_credential_transparent_black&quot;>#60000000&lt;/color>"
297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700298 <location
299 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800300 line="36"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800301 column="5"/>
302 </issue>
303
304 <issue
305 id="HardCodedColor"
306 severity="Error"
307 message="Avoid using hardcoded color"
308 category="Correctness"
309 priority="4"
310 summary="Using hardcoded color"
311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800312 errorLine1=" &lt;color name=&quot;icon_accent&quot;>#ffabffec&lt;/color>"
313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800314 <location
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800315 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800316 line="39"
317 column="5"/>
318 </issue>
319
320 <issue
321 id="HardCodedColor"
322 severity="Error"
323 message="Avoid using hardcoded color"
324 category="Correctness"
325 priority="4"
326 summary="Using hardcoded color"
327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
328 errorLine1=" &lt;color name=&quot;material_blue_500&quot;>#4285F4&lt;/color>"
329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
330 <location
331 file="res/values/colors.xml"
332 line="42"
333 column="5"/>
334 </issue>
335
336 <issue
337 id="HardCodedColor"
338 severity="Error"
339 message="Avoid using hardcoded color"
340 category="Correctness"
341 priority="4"
342 summary="Using hardcoded color"
343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
344 errorLine1=" &lt;color name=&quot;material_blue_700&quot;>#3367D6&lt;/color>"
345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
346 <location
347 file="res/values/colors.xml"
348 line="43"
349 column="5"/>
350 </issue>
351
352 <issue
353 id="HardCodedColor"
354 severity="Error"
355 message="Avoid using hardcoded color"
356 category="Correctness"
357 priority="4"
358 summary="Using hardcoded color"
359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
360 errorLine1=" &lt;color name=&quot;material_grey_100&quot;>#f5f5f5&lt;/color>"
361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
362 <location
363 file="res/values/colors.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800364 line="44"
jackqdyulei5024a382017-09-14 16:11:02 -0700365 column="5"/>
366 </issue>
367
368 <issue
369 id="HardCodedColor"
370 severity="Error"
371 message="Avoid using hardcoded color"
372 category="Correctness"
373 priority="4"
374 summary="Using hardcoded color"
375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800376 errorLine1=" &lt;color name=&quot;settings_dialog_colorError&quot;>#f28b82&lt;/color> &lt;!-- Red 300 -->"
377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700378 <location
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800379 file="res/values-night/colors.xml"
380 line="45"
jackqdyulei5024a382017-09-14 16:11:02 -0700381 column="5"/>
382 </issue>
383
384 <issue
385 id="HardCodedColor"
386 severity="Error"
387 message="Avoid using hardcoded color"
388 category="Correctness"
389 priority="4"
390 summary="Using hardcoded color"
391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800392 errorLine1=" &lt;color name=&quot;material_grey_200&quot;>#ffffff&lt;/color>"
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700394 <location
395 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800396 line="45"
397 column="5"/>
398 </issue>
399
400 <issue
401 id="HardCodedColor"
402 severity="Error"
403 message="Avoid using hardcoded color"
404 category="Correctness"
405 priority="4"
406 summary="Using hardcoded color"
407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800408 errorLine1=" &lt;color name=&quot;message_text_incoming&quot;>#E4E3DA&lt;/color>"
409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
menghanli075364f2022-03-10 07:39:43 +0800410 <location
411 file="res/values/colors.xml"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800412 line="47"
jackqdyulei5024a382017-09-14 16:11:02 -0700413 column="5"/>
414 </issue>
415
416 <issue
417 id="HardCodedColor"
418 severity="Error"
419 message="Avoid using hardcoded color"
420 category="Correctness"
421 priority="4"
422 summary="Using hardcoded color"
423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800424 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_bar&quot;>#5bb974&lt;/color>"
425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -0700426 <location
427 file="res/values-night/colors.xml"
428 line="48"
429 column="5"/>
430 </issue>
431
432 <issue
433 id="HardCodedColor"
434 severity="Error"
435 message="Avoid using hardcoded color"
436 category="Correctness"
437 priority="4"
438 summary="Using hardcoded color"
439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800440 errorLine1=" &lt;color name=&quot;message_text_outgoing&quot;>#1B1C17&lt;/color>"
441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700442 <location
443 file="res/values/colors.xml"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +0800444 line="48"
jackqdyulei5024a382017-09-14 16:11:02 -0700445 column="5"/>
446 </issue>
447
448 <issue
449 id="HardCodedColor"
450 severity="Error"
451 message="Avoid using hardcoded color"
452 category="Correctness"
453 priority="4"
454 summary="Using hardcoded color"
455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800456 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_icon&quot;>#669df6&lt;/color>"
457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
458 <location
459 file="res/values-night/colors.xml"
460 line="49"
461 column="5"/>
462 </issue>
463
464 <issue
465 id="HardCodedColor"
466 severity="Error"
467 message="Avoid using hardcoded color"
468 category="Correctness"
469 priority="4"
470 summary="Using hardcoded color"
471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800472 errorLine1=" &lt;color name=&quot;timestamp_text_outgoing&quot;>#99323232&lt;/color>"
473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800474 <location
475 file="res/values/colors.xml"
476 line="49"
477 column="5"/>
478 </issue>
479
480 <issue
481 id="HardCodedColor"
482 severity="Error"
483 message="Avoid using hardcoded color"
484 category="Correctness"
485 priority="4"
486 summary="Using hardcoded color"
487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +0800488 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_outline&quot;>#5e5e5e&lt;/color>"
489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
490 <location
491 file="res/values-night/colors.xml"
492 line="50"
493 column="5"/>
494 </issue>
495
496 <issue
497 id="HardCodedColor"
498 severity="Error"
499 message="Avoid using hardcoded color"
500 category="Correctness"
501 priority="4"
502 summary="Using hardcoded color"
503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +0800504 errorLine1=" &lt;color name=&quot;timestamp_text_incoming&quot;>#99ffffff&lt;/color>"
505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fang395ea902021-11-18 14:05:29 +0800506 <location
507 file="res/values/colors.xml"
508 line="50"
509 column="5"/>
510 </issue>
511
512 <issue
513 id="HardCodedColor"
514 severity="Error"
515 message="Avoid using hardcoded color"
516 category="Correctness"
517 priority="4"
518 summary="Using hardcoded color"
519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +0800520 errorLine1=" &lt;color name=&quot;fingerprint_enrollment_finish_color_outline&quot;>#669df6&lt;/color>"
521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
522 <location
523 file="res/values-night/colors.xml"
524 line="51"
525 column="5"/>
526 </issue>
527
528 <issue
529 id="HardCodedColor"
530 severity="Error"
531 message="Avoid using hardcoded color"
532 category="Correctness"
533 priority="4"
534 summary="Using hardcoded color"
535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Sorin Bascae81d98c2022-07-05 18:37:05 +0100536 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_captured_color&quot;>#ffffffff&lt;/color>"
537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
538 <location
539 file="res/values-night/colors.xml"
540 line="54"
541 column="5"/>
542 </issue>
543
544 <issue
545 id="HardCodedColor"
546 severity="Error"
547 message="Avoid using hardcoded color"
548 category="Correctness"
549 priority="4"
550 summary="Using hardcoded color"
551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
552 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_error_color&quot;>#ffffffff&lt;/color>"
553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
554 <location
555 file="res/values-night/colors.xml"
556 line="55"
557 column="5"/>
558 </issue>
559
560 <issue
561 id="HardCodedColor"
562 severity="Error"
563 message="Avoid using hardcoded color"
564 category="Correctness"
565 priority="4"
566 summary="Using hardcoded color"
567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
568 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_bg_color&quot;>#ffffffff&lt;/color>"
569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
570 <location
571 file="res/values-night/colors.xml"
572 line="56"
573 column="5"/>
574 </issue>
575
576 <issue
577 id="HardCodedColor"
578 severity="Error"
579 message="Avoid using hardcoded color"
580 category="Correctness"
581 priority="4"
582 summary="Using hardcoded color"
583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
584 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_fill_color&quot;>#ffffffff&lt;/color>"
585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
586 <location
587 file="res/values-night/colors.xml"
588 line="57"
589 column="5"/>
590 </issue>
591
592 <issue
593 id="HardCodedColor"
594 severity="Error"
595 message="Avoid using hardcoded color"
596 category="Correctness"
597 priority="4"
598 summary="Using hardcoded color"
599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
600 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_error_color&quot;>#ffffffff&lt;/color>"
601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
602 <location
603 file="res/values-night/colors.xml"
604 line="58"
605 column="5"/>
606 </issue>
607
608 <issue
609 id="HardCodedColor"
610 severity="Error"
611 message="Avoid using hardcoded color"
612 category="Correctness"
613 priority="4"
614 summary="Using hardcoded color"
615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800616 errorLine1=" &lt;color name=&quot;message_bubble_incoming&quot;>#52534D&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -0700617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
618 <location
619 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800620 line="51"
jackqdyulei5024a382017-09-14 16:11:02 -0700621 column="5"/>
622 </issue>
623
624 <issue
625 id="HardCodedColor"
626 severity="Error"
627 message="Avoid using hardcoded color"
628 category="Correctness"
629 priority="4"
630 summary="Using hardcoded color"
631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800632 errorLine1=" &lt;color name=&quot;message_bubble_outgoing&quot;>#C7C8B7&lt;/color>"
633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700634 <location
635 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800636 line="52"
jackqdyulei5024a382017-09-14 16:11:02 -0700637 column="5"/>
638 </issue>
639
640 <issue
641 id="HardCodedColor"
642 severity="Error"
643 message="Avoid using hardcoded color"
644 category="Correctness"
645 priority="4"
646 summary="Using hardcoded color"
647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800648 errorLine1=" &lt;color name=&quot;message_icon_background_incoming&quot;>#E6F451&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -0700649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
650 <location
651 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800652 line="53"
jackqdyulei5024a382017-09-14 16:11:02 -0700653 column="5"/>
654 </issue>
655
656 <issue
657 id="HardCodedColor"
658 severity="Error"
659 message="Avoid using hardcoded color"
660 category="Correctness"
661 priority="4"
662 summary="Using hardcoded color"
663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
664 errorLine1=" &lt;color name=&quot;message_icon_text_incoming&quot;>#ffffffff&lt;/color>"
665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
666 <location
667 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800668 line="54"
jackqdyulei5024a382017-09-14 16:11:02 -0700669 column="5"/>
670 </issue>
671
672 <issue
673 id="HardCodedColor"
674 severity="Error"
675 message="Avoid using hardcoded color"
676 category="Correctness"
677 priority="4"
678 summary="Using hardcoded color"
679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Sorin Bascae81d98c2022-07-05 18:37:05 +0100680 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_captured_color&quot;>#ffffffff&lt;/color>"
681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
682 <location
683 file="res/values/colors.xml"
684 line="205"
685 column="5"/>
686 </issue>
687
688 <issue
689 id="HardCodedColor"
690 severity="Error"
691 message="Avoid using hardcoded color"
692 category="Correctness"
693 priority="4"
694 summary="Using hardcoded color"
695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
696 errorLine1=" &lt;color name=&quot;sfps_enrollment_fp_error_color&quot;>#ffffffff&lt;/color>"
697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
698 <location
699 file="res/values/colors.xml"
700 line="206"
701 column="5"/>
702 </issue>
703
704 <issue
705 id="HardCodedColor"
706 severity="Error"
707 message="Avoid using hardcoded color"
708 category="Correctness"
709 priority="4"
710 summary="Using hardcoded color"
711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
712 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_bg_color&quot;>#ffffffff&lt;/color>"
713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
714 <location
715 file="res/values/colors.xml"
716 line="207"
717 column="5"/>
718 </issue>
719
720 <issue
721 id="HardCodedColor"
722 severity="Error"
723 message="Avoid using hardcoded color"
724 category="Correctness"
725 priority="4"
726 summary="Using hardcoded color"
727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
728 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_fill_color&quot;>#ffffffff&lt;/color>"
729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
730 <location
731 file="res/values/colors.xml"
732 line="208"
733 column="5"/>
734 </issue>
735
736 <issue
737 id="HardCodedColor"
738 severity="Error"
739 message="Avoid using hardcoded color"
740 category="Correctness"
741 priority="4"
742 summary="Using hardcoded color"
743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
744 errorLine1=" &lt;color name=&quot;sfps_enrollment_progress_bar_error_color&quot;>#ffffffff&lt;/color>"
745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
746 <location
747 file="res/values/colors.xml"
748 line="209"
749 column="5"/>
750 </issue>
751
752 <issue
753 id="HardCodedColor"
754 severity="Error"
755 message="Avoid using hardcoded color"
756 category="Correctness"
757 priority="4"
758 summary="Using hardcoded color"
759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800760 errorLine1=" &lt;color name=&quot;message_icon_background_outgoing&quot;>#FBBC04&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -0700761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
762 <location
763 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800764 line="55"
jackqdyulei5024a382017-09-14 16:11:02 -0700765 column="5"/>
766 </issue>
767
768 <issue
769 id="HardCodedColor"
770 severity="Error"
771 message="Avoid using hardcoded color"
772 category="Correctness"
773 priority="4"
774 summary="Using hardcoded color"
775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
776 errorLine1=" &lt;color name=&quot;message_icon_text_outgoing&quot;>#ffffffff&lt;/color>"
777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
778 <location
779 file="res/values/colors.xml"
menghanli075364f2022-03-10 07:39:43 +0800780 line="56"
jackqdyulei5024a382017-09-14 16:11:02 -0700781 column="5"/>
782 </issue>
783
784 <issue
785 id="HardCodedColor"
786 severity="Error"
787 message="Avoid using hardcoded color"
788 category="Correctness"
789 priority="4"
790 summary="Using hardcoded color"
791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800792 errorLine1=" &lt;color name=&quot;message_icon_color&quot;>#DADADA&lt;/color>"
793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
794 <location
795 file="res/values/colors.xml"
796 line="57"
797 column="5"/>
798 </issue>
799
800 <issue
801 id="HardCodedColor"
802 severity="Error"
803 message="Avoid using hardcoded color"
804 category="Correctness"
805 priority="4"
806 summary="Using hardcoded color"
807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -0700808 errorLine1=" &lt;color name=&quot;usage_graph_dots&quot;>#B0BEC5&lt;/color>"
809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
810 <location
811 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800812 line="59"
jackqdyulei5024a382017-09-14 16:11:02 -0700813 column="5"/>
814 </issue>
815
816 <issue
817 id="HardCodedColor"
818 severity="Error"
819 message="Avoid using hardcoded color"
820 category="Correctness"
821 priority="4"
822 summary="Using hardcoded color"
823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang76a0ef62018-05-18 13:27:11 -0700824 errorLine1=" &lt;color name=&quot;gestures_setting_background_color&quot;>#ffffff&lt;/color>"
jackqdyulei5024a382017-09-14 16:11:02 -0700825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
826 <location
827 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800828 line="62"
jackqdyulei5024a382017-09-14 16:11:02 -0700829 column="5"/>
830 </issue>
831
832 <issue
833 id="HardCodedColor"
834 severity="Error"
835 message="Avoid using hardcoded color"
836 category="Correctness"
837 priority="4"
838 summary="Using hardcoded color"
839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -0700840 errorLine1=" &lt;color name=&quot;shortcut_background&quot;>#fff5f5f5&lt;/color>"
841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
842 <location
843 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800844 line="65"
jackqdyulei5024a382017-09-14 16:11:02 -0700845 column="5"/>
846 </issue>
847
848 <issue
849 id="HardCodedColor"
850 severity="Error"
851 message="Avoid using hardcoded color"
852 category="Correctness"
853 priority="4"
854 summary="Using hardcoded color"
855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez807d3d92018-11-27 15:20:15 -0800856 errorLine1=" &lt;color name=&quot;fallback_tintColor&quot;>#89000000&lt;/color>"
857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -0700858 <location
859 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800860 line="68"
jackqdyulei5024a382017-09-14 16:11:02 -0700861 column="5"/>
862 </issue>
863
864 <issue
865 id="HardCodedColor"
866 severity="Error"
867 message="Avoid using hardcoded color"
868 category="Correctness"
869 priority="4"
870 summary="Using hardcoded color"
871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang925a4f82018-01-23 16:35:31 -0800872 errorLine1=" &lt;color name=&quot;homepage_network_background&quot;>#2196F3&lt;/color>"
873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
874 <location
875 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800876 line="71"
Fan Zhang925a4f82018-01-23 16:35:31 -0800877 column="5"/>
878 </issue>
879
880 <issue
881 id="HardCodedColor"
882 severity="Error"
883 message="Avoid using hardcoded color"
884 category="Correctness"
885 priority="4"
886 summary="Using hardcoded color"
887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +0800888 errorLine1=" &lt;color name=&quot;homepage_connected_device_background&quot;>#72B70F&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
890 <location
891 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800892 line="72"
Fan Zhang925a4f82018-01-23 16:35:31 -0800893 column="5"/>
894 </issue>
895
896 <issue
897 id="HardCodedColor"
898 severity="Error"
899 message="Avoid using hardcoded color"
900 category="Correctness"
901 priority="4"
902 summary="Using hardcoded color"
903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
904 errorLine1=" &lt;color name=&quot;homepage_app_and_notification_background&quot;>#FF7E0F&lt;/color>"
905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
906 <location
907 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800908 line="73"
Fan Zhang925a4f82018-01-23 16:35:31 -0800909 column="5"/>
910 </issue>
911
912 <issue
913 id="HardCodedColor"
914 severity="Error"
915 message="Avoid using hardcoded color"
916 category="Correctness"
917 priority="4"
918 summary="Using hardcoded color"
919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
920 errorLine1=" &lt;color name=&quot;homepage_battery_background&quot;>#258982&lt;/color>"
921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
922 <location
923 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800924 line="74"
Fan Zhang925a4f82018-01-23 16:35:31 -0800925 column="5"/>
926 </issue>
927
928 <issue
929 id="HardCodedColor"
930 severity="Error"
931 message="Avoid using hardcoded color"
932 category="Correctness"
933 priority="4"
934 summary="Using hardcoded color"
935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +0800936 errorLine1=" &lt;color name=&quot;homepage_display_background&quot;>#FFA727&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -0800937 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
938 <location
939 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800940 line="75"
Fan Zhang925a4f82018-01-23 16:35:31 -0800941 column="5"/>
942 </issue>
943
944 <issue
945 id="HardCodedColor"
946 severity="Error"
947 message="Avoid using hardcoded color"
948 category="Correctness"
949 priority="4"
950 summary="Using hardcoded color"
951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
952 errorLine1=" &lt;color name=&quot;homepage_sound_background&quot;>#01B1AF&lt;/color>"
953 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
954 <location
955 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800956 line="76"
Fan Zhang925a4f82018-01-23 16:35:31 -0800957 column="5"/>
958 </issue>
959
960 <issue
961 id="HardCodedColor"
962 severity="Error"
963 message="Avoid using hardcoded color"
964 category="Correctness"
965 priority="4"
966 summary="Using hardcoded color"
967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
968 errorLine1=" &lt;color name=&quot;homepage_storage_background&quot;>#C14CE6&lt;/color>"
969 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
970 <location
971 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800972 line="77"
Fan Zhang925a4f82018-01-23 16:35:31 -0800973 column="5"/>
974 </issue>
975
976 <issue
977 id="HardCodedColor"
978 severity="Error"
979 message="Avoid using hardcoded color"
980 category="Correctness"
981 priority="4"
982 summary="Using hardcoded color"
983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
984 errorLine1=" &lt;color name=&quot;homepage_security_background&quot;>#0F9D58&lt;/color>"
985 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
986 <location
987 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +0800988 line="78"
Fan Zhang925a4f82018-01-23 16:35:31 -0800989 column="5"/>
990 </issue>
991
992 <issue
993 id="HardCodedColor"
994 severity="Error"
995 message="Avoid using hardcoded color"
996 category="Correctness"
997 priority="4"
998 summary="Using hardcoded color"
999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1000 errorLine1=" &lt;color name=&quot;homepage_accounts_background&quot;>#F15B8D&lt;/color>"
1001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1002 <location
1003 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001004 line="79"
Fan Zhang925a4f82018-01-23 16:35:31 -08001005 column="5"/>
1006 </issue>
1007
1008 <issue
1009 id="HardCodedColor"
1010 severity="Error"
1011 message="Avoid using hardcoded color"
1012 category="Correctness"
1013 priority="4"
1014 summary="Using hardcoded color"
1015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +08001016 errorLine1=" &lt;color name=&quot;homepage_accessibility_background&quot;>#5011C1&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1018 <location
1019 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001020 line="80"
Fan Zhang925a4f82018-01-23 16:35:31 -08001021 column="5"/>
1022 </issue>
1023
1024 <issue
1025 id="HardCodedColor"
1026 severity="Error"
1027 message="Avoid using hardcoded color"
1028 category="Correctness"
1029 priority="4"
1030 summary="Using hardcoded color"
1031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang9b1fb772021-01-06 17:26:50 -08001032 errorLine1=" &lt;color name=&quot;homepage_emergency_background&quot;>#F28B82&lt;/color>"
1033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1034 <location
1035 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001036 line="81"
Fan Zhang9b1fb772021-01-06 17:26:50 -08001037 column="5"/>
1038 </issue>
1039
1040 <issue
1041 id="HardCodedColor"
1042 severity="Error"
1043 message="Avoid using hardcoded color"
1044 category="Correctness"
1045 priority="4"
1046 summary="Using hardcoded color"
1047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang992b5032018-11-08 00:56:21 +08001048 errorLine1=" &lt;color name=&quot;homepage_system_background&quot;>#9E9E9E&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001049 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1050 <location
1051 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001052 line="82"
Fan Zhang925a4f82018-01-23 16:35:31 -08001053 column="5"/>
1054 </issue>
1055
1056 <issue
1057 id="HardCodedColor"
1058 severity="Error"
1059 message="Avoid using hardcoded color"
1060 category="Correctness"
1061 priority="4"
1062 summary="Using hardcoded color"
1063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Edgar Wang133c73f2018-11-28 20:51:06 +08001064 errorLine1=" &lt;color name=&quot;homepage_support_background&quot;>#26459C&lt;/color>"
Fan Zhang925a4f82018-01-23 16:35:31 -08001065 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1066 <location
1067 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001068 line="83"
Fan Zhang925a4f82018-01-23 16:35:31 -08001069 column="5"/>
1070 </issue>
1071
1072 <issue
1073 id="HardCodedColor"
1074 severity="Error"
1075 message="Avoid using hardcoded color"
1076 category="Correctness"
1077 priority="4"
1078 summary="Using hardcoded color"
1079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1080 errorLine1=" &lt;color name=&quot;homepage_generic_icon_background&quot;>#1A73E8&lt;/color>"
1081 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1082 <location
1083 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001084 line="84"
Salvador Martinez38c4b382018-04-02 11:32:06 -07001085 column="5"/>
1086 </issue>
1087
1088 <issue
1089 id="HardCodedColor"
1090 severity="Error"
1091 message="Avoid using hardcoded color"
1092 category="Correctness"
1093 priority="4"
1094 summary="Using hardcoded color"
1095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001096 errorLine1=" &lt;color name=&quot;homepage_location_background&quot;>#2EC7DC&lt;/color>"
1097 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang54a5d372018-10-30 16:49:12 +08001098 <location
1099 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001100 line="85"
tmfang54a5d372018-10-30 16:49:12 +08001101 column="5"/>
1102 </issue>
1103
1104 <issue
1105 id="HardCodedColor"
1106 severity="Error"
1107 message="Avoid using hardcoded color"
1108 category="Correctness"
1109 priority="4"
1110 summary="Using hardcoded color"
1111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yang522b6342019-03-20 12:32:50 +08001112 errorLine1=" &lt;color name=&quot;homepage_about_background&quot;>#6F86DA&lt;/color>"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001113 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08001114 <location
1115 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001116 line="86"
Edgar Wang992b5032018-11-08 00:56:21 +08001117 column="5"/>
1118 </issue>
1119
1120 <issue
1121 id="HardCodedColor"
1122 severity="Error"
1123 message="Avoid using hardcoded color"
1124 category="Correctness"
1125 priority="4"
1126 summary="Using hardcoded color"
1127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001128 errorLine1=" &lt;color name=&quot;homepage_privacy_background&quot;>#5E97F6&lt;/color>"
1129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang80d03d12018-11-02 16:53:47 +08001130 <location
Salvador Martinez2bb99302018-11-02 14:15:44 -07001131 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001132 line="87"
Fan Zhanga60652a2018-11-27 14:29:45 -08001133 column="5"/>
1134 </issue>
1135
1136 <issue
1137 id="HardCodedColor"
1138 severity="Error"
1139 message="Avoid using hardcoded color"
1140 category="Correctness"
1141 priority="4"
1142 summary="Using hardcoded color"
1143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yange18dc242021-01-10 01:28:14 +08001144 errorLine1=" &lt;color name=&quot;homepage_wallpaper_background&quot;>#E51AD1&lt;/color>"
1145 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1146 <location
1147 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001148 line="88"
Yanting Yange18dc242021-01-10 01:28:14 +08001149 column="5"/>
1150 </issue>
1151
1152 <issue
1153 id="HardCodedColor"
1154 severity="Error"
1155 message="Avoid using hardcoded color"
1156 category="Correctness"
1157 priority="4"
1158 summary="Using hardcoded color"
1159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yangdaca2632021-01-15 20:16:00 +08001160 errorLine1=" &lt;color name=&quot;homepage_notification_background&quot;>#DD4C9D&lt;/color>"
1161 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1162 <location
1163 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001164 line="89"
Yanting Yangdaca2632021-01-15 20:16:00 +08001165 column="5"/>
1166 </issue>
1167
1168 <issue
1169 id="HardCodedColor"
1170 severity="Error"
1171 message="Avoid using hardcoded color"
1172 category="Correctness"
1173 priority="4"
1174 summary="Using hardcoded color"
1175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001176 errorLine1=" &lt;color name=&quot;switchbar_switch_track_tint&quot;>#BFFFFFFF&lt;/color>"
1177 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1178 <location
1179 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001180 line="96"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001181 column="5"/>
tmfang80d03d12018-11-02 16:53:47 +08001182 </issue>
1183
1184 <issue
1185 id="HardCodedColor"
1186 severity="Error"
1187 message="Avoid using hardcoded color"
1188 category="Correctness"
1189 priority="4"
1190 summary="Using hardcoded color"
1191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001192 errorLine1=" &lt;color name=&quot;battery_good_color_light&quot;>#43a047&lt;/color> &lt;!-- Material Green 600 -->"
1193 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1194 <location
1195 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001196 line="99"
Salvador Martinez38c4b382018-04-02 11:32:06 -07001197 column="5"/>
1198 </issue>
1199
1200 <issue
1201 id="HardCodedColor"
1202 severity="Error"
1203 message="Avoid using hardcoded color"
1204 category="Correctness"
1205 priority="4"
1206 summary="Using hardcoded color"
1207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07001208 errorLine1=" &lt;color name=&quot;battery_maybe_color_light&quot;>#ef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1209 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1210 <location
1211 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001212 line="100"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001213 column="5"/>
1214 </issue>
1215
1216 <issue
1217 id="HardCodedColor"
1218 severity="Error"
1219 message="Avoid using hardcoded color"
1220 category="Correctness"
1221 priority="4"
1222 summary="Using hardcoded color"
1223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1224 errorLine1=" &lt;color name=&quot;battery_bad_color_light&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1226 <location
1227 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001228 line="101"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001229 column="5"/>
1230 </issue>
1231
1232 <issue
1233 id="HardCodedColor"
1234 severity="Error"
1235 message="Avoid using hardcoded color"
1236 category="Correctness"
1237 priority="4"
1238 summary="Using hardcoded color"
1239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1240 errorLine1=" &lt;color name=&quot;battery_good_color_dark&quot;>#4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1241 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1242 <location
1243 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001244 line="102"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001245 column="5"/>
1246 </issue>
1247
1248 <issue
1249 id="HardCodedColor"
1250 severity="Error"
1251 message="Avoid using hardcoded color"
1252 category="Correctness"
1253 priority="4"
1254 summary="Using hardcoded color"
1255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1256 errorLine1=" &lt;color name=&quot;battery_maybe_color_dark&quot;>#fdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1258 <location
1259 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001260 line="103"
Salvador Martinez2bb99302018-11-02 14:15:44 -07001261 column="5"/>
1262 </issue>
1263
1264 <issue
1265 id="HardCodedColor"
1266 severity="Error"
1267 message="Avoid using hardcoded color"
1268 category="Correctness"
1269 priority="4"
1270 summary="Using hardcoded color"
1271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez38c4b382018-04-02 11:32:06 -07001272 errorLine1=" &lt;color name=&quot;battery_bad_color_dark&quot;>#f44336&lt;/color> &lt;!-- Material Red 500 -->"
1273 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1274 <location
1275 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001276 line="104"
jackqdyulei5024a382017-09-14 16:11:02 -07001277 column="5"/>
1278 </issue>
1279
1280 <issue
1281 id="HardCodedColor"
1282 severity="Error"
1283 message="Avoid using hardcoded color"
1284 category="Correctness"
1285 priority="4"
1286 summary="Using hardcoded color"
1287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Kevin Chyn520beff2018-08-15 17:02:11 -07001288 errorLine1=" &lt;color name=&quot;face_anim_particle_color_1&quot;>#ff00bcd4&lt;/color> &lt;!-- Material Cyan 500 -->"
1289 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1290 <location
1291 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001292 line="107"
Kevin Chyn520beff2018-08-15 17:02:11 -07001293 column="5"/>
1294 </issue>
1295
1296 <issue
1297 id="HardCodedColor"
1298 severity="Error"
1299 message="Avoid using hardcoded color"
1300 category="Correctness"
1301 priority="4"
1302 summary="Using hardcoded color"
1303 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1304 errorLine1=" &lt;color name=&quot;face_anim_particle_color_2&quot;>#ffef6c00&lt;/color> &lt;!-- Material Orange 800 -->"
1305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1306 <location
1307 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001308 line="108"
Kevin Chyn520beff2018-08-15 17:02:11 -07001309 column="5"/>
1310 </issue>
1311
1312 <issue
1313 id="HardCodedColor"
1314 severity="Error"
1315 message="Avoid using hardcoded color"
1316 category="Correctness"
1317 priority="4"
1318 summary="Using hardcoded color"
1319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1320 errorLine1=" &lt;color name=&quot;face_anim_particle_color_3&quot;>#ff4caf50&lt;/color> &lt;!-- Material Green 500 -->"
1321 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1322 <location
1323 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001324 line="109"
Kevin Chyn520beff2018-08-15 17:02:11 -07001325 column="5"/>
1326 </issue>
1327
1328 <issue
1329 id="HardCodedColor"
1330 severity="Error"
1331 message="Avoid using hardcoded color"
1332 category="Correctness"
1333 priority="4"
1334 summary="Using hardcoded color"
1335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1336 errorLine1=" &lt;color name=&quot;face_anim_particle_color_4&quot;>#fffdd835&lt;/color> &lt;!-- Material Yellow 600 -->"
1337 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1338 <location
1339 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001340 line="110"
Kevin Chyn520beff2018-08-15 17:02:11 -07001341 column="5"/>
1342 </issue>
1343
1344 <issue
1345 id="HardCodedColor"
1346 severity="Error"
1347 message="Avoid using hardcoded color"
1348 category="Correctness"
1349 priority="4"
1350 summary="Using hardcoded color"
1351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1352 errorLine1=" &lt;color name=&quot;face_anim_particle_error&quot;>#ff9e9e9e&lt;/color> &lt;!-- Material Gray 500 -->"
1353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1354 <location
1355 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001356 line="111"
tmfang0b73c292019-03-18 11:43:28 +08001357 column="5"/>
1358 </issue>
1359
1360 <issue
1361 id="HardCodedColor"
1362 severity="Error"
1363 message="Avoid using hardcoded color"
1364 category="Correctness"
1365 priority="4"
1366 summary="Using hardcoded color"
1367 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001368 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_bar&quot;>#1e8e3e&lt;/color>"
1369 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1370 <location
1371 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001372 line="114"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001373 column="5"/>
1374 </issue>
1375
1376 <issue
1377 id="HardCodedColor"
1378 severity="Error"
1379 message="Avoid using hardcoded color"
1380 category="Correctness"
1381 priority="4"
1382 summary="Using hardcoded color"
1383 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1384 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_icon&quot;>#1a73e8&lt;/color>"
1385 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1386 <location
1387 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001388 line="115"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001389 column="5"/>
1390 </issue>
1391
1392 <issue
1393 id="HardCodedColor"
1394 severity="Error"
1395 message="Avoid using hardcoded color"
1396 category="Correctness"
1397 priority="4"
1398 summary="Using hardcoded color"
1399 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1400 errorLine1=" &lt;color name=&quot;biometric_enroll_intro_color_outline&quot;>#e3e3e3&lt;/color>"
1401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1402 <location
1403 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001404 line="116"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07001405 column="5"/>
1406 </issue>
1407
1408 <issue
1409 id="HardCodedColor"
1410 severity="Error"
1411 message="Avoid using hardcoded color"
1412 category="Correctness"
1413 priority="4"
1414 summary="Using hardcoded color"
1415 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08001416 errorLine1=" &lt;color name=&quot;notification_block_color&quot;>#ffff0000&lt;/color>"
1417 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1418 <location
1419 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001420 line="119"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001421 column="5"/>
1422 </issue>
1423
1424 <issue
1425 id="HardCodedColor"
1426 severity="Error"
1427 message="Avoid using hardcoded color"
1428 category="Correctness"
1429 priority="4"
1430 summary="Using hardcoded color"
1431 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1432 errorLine1=" &lt;color name=&quot;notification_silence_color&quot;>#FF32c1de&lt;/color>"
1433 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1434 <location
1435 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001436 line="120"
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001437 column="5"/>
1438 </issue>
1439
1440 <issue
1441 id="HardCodedColor"
1442 severity="Error"
1443 message="Avoid using hardcoded color"
1444 category="Correctness"
1445 priority="4"
1446 summary="Using hardcoded color"
1447 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1448 errorLine1=" &lt;color name=&quot;notification_alert_color&quot;>#FFF87B2B&lt;/color>"
1449 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1450 <location
1451 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001452 line="121"
tmfang0b73c292019-03-18 11:43:28 +08001453 column="5"/>
1454 </issue>
1455
1456 <issue
1457 id="HardCodedColor"
1458 severity="Error"
1459 message="Avoid using hardcoded color"
1460 category="Correctness"
1461 priority="4"
1462 summary="Using hardcoded color"
1463 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001464 errorLine1=" &lt;color name=&quot;notification_importance_button_unselected&quot;>#DADCE0&lt;/color>"
1465 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08001466 <location
1467 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001468 line="122"
tmfang0b73c292019-03-18 11:43:28 +08001469 column="5"/>
1470 </issue>
1471
1472 <issue
1473 id="HardCodedColor"
1474 severity="Error"
1475 message="Avoid using hardcoded color"
1476 category="Correctness"
1477 priority="4"
1478 summary="Using hardcoded color"
1479 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001480 errorLine1=" &lt;color name=&quot;notification_importance_button_selected&quot;>#1967D2&lt;/color> &lt;!-- material blue 700 -->"
1481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
tmfang0b73c292019-03-18 11:43:28 +08001482 <location
1483 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001484 line="123"
Kevin Chyn520beff2018-08-15 17:02:11 -07001485 column="5"/>
1486 </issue>
1487
1488 <issue
1489 id="HardCodedColor"
1490 severity="Error"
1491 message="Avoid using hardcoded color"
1492 category="Correctness"
1493 priority="4"
1494 summary="Using hardcoded color"
1495 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04001496 errorLine1=" &lt;color name=&quot;notification_importance_selection_bg&quot;>#FFFFFF&lt;/color>"
1497 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1498 <location
1499 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001500 line="124"
tmfangaf517d52018-12-25 15:18:07 +08001501 column="5"/>
1502 </issue>
1503
1504 <issue
1505 id="HardCodedColor"
1506 severity="Error"
1507 message="Avoid using hardcoded color"
1508 category="Correctness"
1509 priority="4"
1510 summary="Using hardcoded color"
1511 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Johnson Lu0b0dec92018-12-24 17:29:06 +08001512 errorLine1=" &lt;color name=&quot;qr_corner_line_color&quot;>#ffdadce0&lt;/color>"
1513 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1514 <location
1515 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001516 line="131"
Johnson Lu0b0dec92018-12-24 17:29:06 +08001517 column="5"/>
1518 </issue>
1519
1520 <issue
1521 id="HardCodedColor"
1522 severity="Error"
1523 message="Avoid using hardcoded color"
1524 category="Correctness"
1525 priority="4"
1526 summary="Using hardcoded color"
1527 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1528 errorLine1=" &lt;color name=&quot;qr_focused_corner_line_color&quot;>#ff1a73e8&lt;/color>"
1529 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1530 <location
1531 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001532 line="132"
Johnson Lu0b0dec92018-12-24 17:29:06 +08001533 column="5"/>
1534 </issue>
1535
1536 <issue
1537 id="HardCodedColor"
1538 severity="Error"
1539 message="Avoid using hardcoded color"
1540 category="Correctness"
1541 priority="4"
1542 summary="Using hardcoded color"
1543 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1544 errorLine1=" &lt;color name=&quot;qr_background_color&quot;>#b3ffffff&lt;/color> &lt;!-- 70% white transparency -->"
1545 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1546 <location
1547 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001548 line="133"
Raff Tsai91d99422019-12-20 12:04:42 +08001549 column="5"/>
1550 </issue>
1551
1552 <issue
1553 id="HardCodedColor"
1554 severity="Error"
1555 message="Avoid using hardcoded color"
1556 category="Correctness"
1557 priority="4"
1558 summary="Using hardcoded color"
1559 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08001560 errorLine1=" &lt;color name=&quot;face_enroll_icon_color&quot;>#42a5f5&lt;/color> &lt;!-- Blue 400 -->"
1561 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Raff Tsai91d99422019-12-20 12:04:42 +08001562 <location
1563 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001564 line="139"
Raff Tsai91d99422019-12-20 12:04:42 +08001565 column="5"/>
1566 </issue>
1567
1568 <issue
1569 id="HardCodedColor"
1570 severity="Error"
1571 message="Avoid using hardcoded color"
1572 category="Correctness"
1573 priority="4"
1574 summary="Using hardcoded color"
1575 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1576 errorLine1=" &lt;color name=&quot;back_gesture_indicator&quot;>#4182ef&lt;/color>"
1577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1578 <location
1579 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001580 line="141"
jackqdyulei36ce63d2019-03-19 10:18:19 -07001581 column="5"/>
1582 </issue>
1583
1584 <issue
1585 id="HardCodedColor"
1586 severity="Error"
1587 message="Avoid using hardcoded color"
1588 category="Correctness"
1589 priority="4"
1590 summary="Using hardcoded color"
1591 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Stanley Wang24863f02020-01-08 19:16:00 +08001592 errorLine1=" &lt;color name=&quot;palette_list_color_red&quot;>#d93025&lt;/color> &lt;!-- Material Red 600 -->"
1593 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1594 <location
1595 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001596 line="145"
Stanley Wang24863f02020-01-08 19:16:00 +08001597 column="5"/>
1598 </issue>
1599
1600 <issue
1601 id="HardCodedColor"
1602 severity="Error"
1603 message="Avoid using hardcoded color"
1604 category="Correctness"
1605 priority="4"
1606 summary="Using hardcoded color"
1607 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1608 errorLine1=" &lt;color name=&quot;palette_list_color_orange&quot;>#e8710a&lt;/color> &lt;!-- Material Orange 600 -->"
1609 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1610 <location
1611 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001612 line="146"
Stanley Wang24863f02020-01-08 19:16:00 +08001613 column="5"/>
1614 </issue>
1615
1616 <issue
1617 id="HardCodedColor"
1618 severity="Error"
1619 message="Avoid using hardcoded color"
1620 category="Correctness"
1621 priority="4"
1622 summary="Using hardcoded color"
1623 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1624 errorLine1=" &lt;color name=&quot;palette_list_color_yellow&quot;>#f9ab00&lt;/color> &lt;!-- Material Yellow 600 -->"
1625 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1626 <location
1627 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001628 line="147"
Stanley Wang24863f02020-01-08 19:16:00 +08001629 column="5"/>
1630 </issue>
1631
1632 <issue
1633 id="HardCodedColor"
1634 severity="Error"
1635 message="Avoid using hardcoded color"
1636 category="Correctness"
1637 priority="4"
1638 summary="Using hardcoded color"
1639 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1640 errorLine1=" &lt;color name=&quot;palette_list_color_green&quot;>#1e8e3e&lt;/color> &lt;!-- Material Green 600 -->"
1641 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1642 <location
1643 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001644 line="148"
Stanley Wang24863f02020-01-08 19:16:00 +08001645 column="5"/>
1646 </issue>
1647
1648 <issue
1649 id="HardCodedColor"
1650 severity="Error"
1651 message="Avoid using hardcoded color"
1652 category="Correctness"
1653 priority="4"
1654 summary="Using hardcoded color"
1655 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1656 errorLine1=" &lt;color name=&quot;palette_list_color_cyan&quot;>#12b5cb&lt;/color> &lt;!-- Material Cyan 600 -->"
1657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1658 <location
1659 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001660 line="149"
Stanley Wang24863f02020-01-08 19:16:00 +08001661 column="5"/>
1662 </issue>
1663
1664 <issue
1665 id="HardCodedColor"
1666 severity="Error"
1667 message="Avoid using hardcoded color"
1668 category="Correctness"
1669 priority="4"
1670 summary="Using hardcoded color"
1671 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1672 errorLine1=" &lt;color name=&quot;palette_list_color_blue&quot;>#1a73e8&lt;/color> &lt;!-- Material Blue 600 -->"
1673 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1674 <location
1675 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001676 line="150"
Stanley Wang24863f02020-01-08 19:16:00 +08001677 column="5"/>
1678 </issue>
1679
1680 <issue
1681 id="HardCodedColor"
1682 severity="Error"
1683 message="Avoid using hardcoded color"
1684 category="Correctness"
1685 priority="4"
1686 summary="Using hardcoded color"
1687 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1688 errorLine1=" &lt;color name=&quot;palette_list_color_purple&quot;>#9334e6&lt;/color> &lt;!-- Material Purple 600 -->"
1689 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1690 <location
1691 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001692 line="151"
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08001693 column="5"/>
1694 </issue>
1695
1696 <issue
1697 id="HardCodedColor"
1698 severity="Error"
1699 message="Avoid using hardcoded color"
1700 category="Correctness"
1701 priority="4"
1702 summary="Using hardcoded color"
1703 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1704 errorLine1=" &lt;color name=&quot;palette_list_color_gray&quot;>#80868b&lt;/color> &lt;!-- Material Gray 600 -->"
1705 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1706 <location
1707 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001708 line="152"
Stanley Wang24863f02020-01-08 19:16:00 +08001709 column="5"/>
1710 </issue>
1711
1712 <issue
1713 id="HardCodedColor"
1714 severity="Error"
1715 message="Avoid using hardcoded color"
1716 category="Correctness"
1717 priority="4"
1718 summary="Using hardcoded color"
1719 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Stanley Wang24863f02020-01-08 19:16:00 +08001720 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_red&quot;>#f28b82&lt;/color> &lt;!-- Material Red 300 -->"
1721 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1722 <location
1723 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001724 line="155"
Stanley Wang24863f02020-01-08 19:16:00 +08001725 column="5"/>
1726 </issue>
1727
1728 <issue
1729 id="HardCodedColor"
1730 severity="Error"
1731 message="Avoid using hardcoded color"
1732 category="Correctness"
1733 priority="4"
1734 summary="Using hardcoded color"
1735 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1736 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_orange&quot;>#fcad70&lt;/color> &lt;!-- Material Orange 300 -->"
1737 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1738 <location
1739 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001740 line="156"
Stanley Wang24863f02020-01-08 19:16:00 +08001741 column="5"/>
1742 </issue>
1743
1744 <issue
1745 id="HardCodedColor"
1746 severity="Error"
1747 message="Avoid using hardcoded color"
1748 category="Correctness"
1749 priority="4"
1750 summary="Using hardcoded color"
1751 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1752 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_yellow&quot;>#fdd663&lt;/color> &lt;!-- Material Yellow 300 -->"
1753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1754 <location
1755 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001756 line="157"
Stanley Wang24863f02020-01-08 19:16:00 +08001757 column="5"/>
1758 </issue>
1759
1760 <issue
1761 id="HardCodedColor"
1762 severity="Error"
1763 message="Avoid using hardcoded color"
1764 category="Correctness"
1765 priority="4"
1766 summary="Using hardcoded color"
1767 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1768 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_green&quot;>#81c995&lt;/color> &lt;!-- Material Green 300 -->"
1769 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1770 <location
1771 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001772 line="158"
Stanley Wang24863f02020-01-08 19:16:00 +08001773 column="5"/>
1774 </issue>
1775
1776 <issue
1777 id="HardCodedColor"
1778 severity="Error"
1779 message="Avoid using hardcoded color"
1780 category="Correctness"
1781 priority="4"
1782 summary="Using hardcoded color"
1783 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1784 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_cyan&quot;>#78d9ec&lt;/color> &lt;!-- Material Cyan 300 -->"
1785 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1786 <location
1787 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001788 line="159"
Stanley Wang24863f02020-01-08 19:16:00 +08001789 column="5"/>
1790 </issue>
1791
1792 <issue
1793 id="HardCodedColor"
1794 severity="Error"
1795 message="Avoid using hardcoded color"
1796 category="Correctness"
1797 priority="4"
1798 summary="Using hardcoded color"
1799 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1800 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_blue&quot;>#8AB4F8&lt;/color> &lt;!-- Material Blue 300 -->"
1801 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1802 <location
1803 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001804 line="160"
Stanley Wang24863f02020-01-08 19:16:00 +08001805 column="5"/>
1806 </issue>
1807
1808 <issue
1809 id="HardCodedColor"
1810 severity="Error"
1811 message="Avoid using hardcoded color"
1812 category="Correctness"
1813 priority="4"
1814 summary="Using hardcoded color"
1815 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1816 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_purple&quot;>#c58af9&lt;/color> &lt;!-- Material Purple 300 -->"
1817 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1818 <location
1819 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001820 line="161"
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08001821 column="5"/>
1822 </issue>
1823
1824 <issue
1825 id="HardCodedColor"
1826 severity="Error"
1827 message="Avoid using hardcoded color"
1828 category="Correctness"
1829 priority="4"
1830 summary="Using hardcoded color"
1831 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1832 errorLine1=" &lt;color name=&quot;palette_list_dark_mode_color_gray&quot;>#dadce0&lt;/color> &lt;!-- Material Gray 300 -->"
1833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1834 <location
1835 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001836 line="162"
Stanley Wang24863f02020-01-08 19:16:00 +08001837 column="5"/>
1838 </issue>
1839
1840 <issue
1841 id="HardCodedColor"
1842 severity="Error"
1843 message="Avoid using hardcoded color"
1844 category="Correctness"
1845 priority="4"
1846 summary="Using hardcoded color"
1847 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Grace Jia4fdc4712020-05-15 13:32:11 -07001848 errorLine1=" &lt;color name=&quot;SIM_color_teal&quot;>#ff00796b&lt;/color> &lt;!-- Material Teal 700 -->"
1849 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang24863f02020-01-08 19:16:00 +08001850 <location
1851 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001852 line="165"
Grace Jia4fdc4712020-05-15 13:32:11 -07001853 column="5"/>
1854 </issue>
1855
1856 <issue
1857 id="HardCodedColor"
1858 severity="Error"
1859 message="Avoid using hardcoded color"
1860 category="Correctness"
1861 priority="4"
1862 summary="Using hardcoded color"
1863 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1864 errorLine1=" &lt;color name=&quot;SIM_color_blue&quot;>#ff3367d6&lt;/color> &lt;!-- Material Blue 700 -->"
1865 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1866 <location
1867 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001868 line="166"
Grace Jia4fdc4712020-05-15 13:32:11 -07001869 column="5"/>
1870 </issue>
1871
1872 <issue
1873 id="HardCodedColor"
1874 severity="Error"
1875 message="Avoid using hardcoded color"
1876 category="Correctness"
1877 priority="4"
1878 summary="Using hardcoded color"
1879 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1880 errorLine1=" &lt;color name=&quot;SIM_color_indigo&quot;>#ff303f9f&lt;/color> &lt;!-- Material Indigo 700 -->"
1881 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1882 <location
1883 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001884 line="167"
Grace Jia4fdc4712020-05-15 13:32:11 -07001885 column="5"/>
1886 </issue>
1887
1888 <issue
1889 id="HardCodedColor"
1890 severity="Error"
1891 message="Avoid using hardcoded color"
1892 category="Correctness"
1893 priority="4"
1894 summary="Using hardcoded color"
1895 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1896 errorLine1=" &lt;color name=&quot;SIM_color_purple&quot;>#ff7b1fa2&lt;/color> &lt;!-- Material Purple 700 -->"
1897 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1898 <location
1899 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001900 line="168"
Grace Jia4fdc4712020-05-15 13:32:11 -07001901 column="5"/>
1902 </issue>
1903
1904 <issue
1905 id="HardCodedColor"
1906 severity="Error"
1907 message="Avoid using hardcoded color"
1908 category="Correctness"
1909 priority="4"
1910 summary="Using hardcoded color"
1911 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1912 errorLine1=" &lt;color name=&quot;SIM_color_pink&quot;>#ffc2185b&lt;/color> &lt;!-- Material Pink 700 -->"
1913 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1914 <location
1915 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001916 line="169"
Grace Jia4fdc4712020-05-15 13:32:11 -07001917 column="5"/>
1918 </issue>
1919
1920 <issue
1921 id="HardCodedColor"
1922 severity="Error"
1923 message="Avoid using hardcoded color"
1924 category="Correctness"
1925 priority="4"
1926 summary="Using hardcoded color"
1927 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
1928 errorLine1=" &lt;color name=&quot;SIM_color_red&quot;>#ffd32f2f&lt;/color> &lt;!-- Material Red 700 -->"
1929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1930 <location
1931 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001932 line="170"
Grace Jia4fdc4712020-05-15 13:32:11 -07001933 column="5"/>
1934 </issue>
1935
1936 <issue
1937 id="HardCodedColor"
1938 severity="Error"
1939 message="Avoid using hardcoded color"
1940 category="Correctness"
1941 priority="4"
1942 summary="Using hardcoded color"
1943 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08001944 errorLine1=" &lt;color name=&quot;SIM_color_cyan&quot;>#ff006D74&lt;/color> &lt;!-- Material Custom Cyan -->"
1945 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07001946 <location
1947 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001948 line="173"
Grace Jia4fdc4712020-05-15 13:32:11 -07001949 column="5"/>
1950 </issue>
1951
1952 <issue
1953 id="HardCodedColor"
1954 severity="Error"
1955 message="Avoid using hardcoded color"
1956 category="Correctness"
1957 priority="4"
1958 summary="Using hardcoded color"
1959 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08001960 errorLine1=" &lt;color name=&quot;SIM_color_blue800&quot;>#ff185ABC&lt;/color> &lt;!-- Material Blue 800 -->"
1961 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07001962 <location
1963 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001964 line="174"
Grace Jia4fdc4712020-05-15 13:32:11 -07001965 column="5"/>
1966 </issue>
1967
1968 <issue
1969 id="HardCodedColor"
1970 severity="Error"
1971 message="Avoid using hardcoded color"
1972 category="Correctness"
1973 priority="4"
1974 summary="Using hardcoded color"
1975 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08001976 errorLine1=" &lt;color name=&quot;SIM_color_green800&quot;>#ff137333&lt;/color> &lt;!-- Material Green 800 -->"
1977 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07001978 <location
1979 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001980 line="175"
Grace Jia4fdc4712020-05-15 13:32:11 -07001981 column="5"/>
1982 </issue>
1983
1984 <issue
1985 id="HardCodedColor"
1986 severity="Error"
1987 message="Avoid using hardcoded color"
1988 category="Correctness"
1989 priority="4"
1990 summary="Using hardcoded color"
1991 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08001992 errorLine1=" &lt;color name=&quot;SIM_color_purple800&quot;>#ff7627bb&lt;/color> &lt;!-- Material Purple 800 -->"
1993 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07001994 <location
1995 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08001996 line="176"
Grace Jia4fdc4712020-05-15 13:32:11 -07001997 column="5"/>
1998 </issue>
1999
2000 <issue
2001 id="HardCodedColor"
2002 severity="Error"
2003 message="Avoid using hardcoded color"
2004 category="Correctness"
2005 priority="4"
2006 summary="Using hardcoded color"
2007 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002008 errorLine1=" &lt;color name=&quot;SIM_color_pink800&quot;>#ffb80672&lt;/color> &lt;!-- Material Pink 800 -->"
2009 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002010 <location
2011 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002012 line="177"
Grace Jia4fdc4712020-05-15 13:32:11 -07002013 column="5"/>
2014 </issue>
2015
2016 <issue
2017 id="HardCodedColor"
2018 severity="Error"
2019 message="Avoid using hardcoded color"
2020 category="Correctness"
2021 priority="4"
2022 summary="Using hardcoded color"
2023 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002024 errorLine1=" &lt;color name=&quot;SIM_color_orange&quot;>#ff995400&lt;/color> &lt;!-- Material Custom Orange -->"
2025 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Grace Jia4fdc4712020-05-15 13:32:11 -07002026 <location
2027 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002028 line="178"
Stanley Wang24863f02020-01-08 19:16:00 +08002029 column="5"/>
2030 </issue>
2031
2032 <issue
2033 id="HardCodedColor"
2034 severity="Error"
2035 message="Avoid using hardcoded color"
2036 category="Correctness"
2037 priority="4"
2038 summary="Using hardcoded color"
2039 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002040 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_cyan&quot;>#ff4DD0E1&lt;/color> &lt;!-- Material Cyan 300 -->"
2041 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2042 <location
2043 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002044 line="181"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002045 column="5"/>
2046 </issue>
2047
2048 <issue
2049 id="HardCodedColor"
2050 severity="Error"
2051 message="Avoid using hardcoded color"
2052 category="Correctness"
2053 priority="4"
2054 summary="Using hardcoded color"
2055 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2056 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_blue&quot;>#ff8AB4F8&lt;/color> &lt;!-- Material Blue 300 -->"
2057 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2058 <location
2059 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002060 line="182"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002061 column="5"/>
2062 </issue>
2063
2064 <issue
2065 id="HardCodedColor"
2066 severity="Error"
2067 message="Avoid using hardcoded color"
2068 category="Correctness"
2069 priority="4"
2070 summary="Using hardcoded color"
2071 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2072 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_green&quot;>#ff81C995&lt;/color> &lt;!-- Material Green 300 -->"
2073 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2074 <location
2075 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002076 line="183"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002077 column="5"/>
2078 </issue>
2079
2080 <issue
2081 id="HardCodedColor"
2082 severity="Error"
2083 message="Avoid using hardcoded color"
2084 category="Correctness"
2085 priority="4"
2086 summary="Using hardcoded color"
2087 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2088 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_purple&quot;>#ffC58AF9&lt;/color> &lt;!-- Material Purple 300 -->"
2089 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2090 <location
2091 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002092 line="184"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002093 column="5"/>
2094 </issue>
2095
2096 <issue
2097 id="HardCodedColor"
2098 severity="Error"
2099 message="Avoid using hardcoded color"
2100 category="Correctness"
2101 priority="4"
2102 summary="Using hardcoded color"
2103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2104 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_pink&quot;>#ffff8bcb&lt;/color> &lt;!-- Material Pink 300 -->"
2105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2106 <location
2107 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002108 line="185"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002109 column="5"/>
2110 </issue>
2111
2112 <issue
2113 id="HardCodedColor"
2114 severity="Error"
2115 message="Avoid using hardcoded color"
2116 category="Correctness"
2117 priority="4"
2118 summary="Using hardcoded color"
2119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2120 errorLine1=" &lt;color name=&quot;SIM_dark_mode_color_orange&quot;>#fffcad70&lt;/color> &lt;!-- Material Orange 300 -->"
2121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2122 <location
2123 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002124 line="186"
Tsung-Mao Fang82037372021-09-06 21:16:51 +08002125 column="5"/>
2126 </issue>
2127
2128 <issue
2129 id="HardCodedColor"
2130 severity="Error"
2131 message="Avoid using hardcoded color"
2132 category="Correctness"
2133 priority="4"
2134 summary="Using hardcoded color"
2135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08002136 errorLine1=" &lt;color name=&quot;accessibility_feature_background&quot;>#5F6368&lt;/color> &lt;!-- Google grey 700 -->"
2137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sunny Shaodd64c592021-04-16 14:50:43 +08002138 <location
2139 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002140 line="192"
jasonwshsucad54362021-04-20 11:54:25 +08002141 column="5"/>
2142 </issue>
2143
2144 <issue
2145 id="HardCodedColor"
2146 severity="Error"
2147 message="Avoid using hardcoded color"
2148 category="Correctness"
2149 priority="4"
2150 summary="Using hardcoded color"
2151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2152 errorLine1=" &lt;color name=&quot;accessibility_magnification_background&quot;>#F50D60&lt;/color>"
2153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2154 <location
2155 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002156 line="193"
jasonwshsucad54362021-04-20 11:54:25 +08002157 column="5"/>
2158 </issue>
2159
2160 <issue
2161 id="HardCodedColor"
2162 severity="Error"
2163 message="Avoid using hardcoded color"
2164 category="Correctness"
2165 priority="4"
2166 summary="Using hardcoded color"
2167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2168 errorLine1=" &lt;color name=&quot;accessibility_daltonizer_background&quot;>#00BCD4&lt;/color>"
2169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2170 <location
2171 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002172 line="194"
jasonwshsucad54362021-04-20 11:54:25 +08002173 column="5"/>
2174 </issue>
2175
2176 <issue
2177 id="HardCodedColor"
2178 severity="Error"
2179 message="Avoid using hardcoded color"
2180 category="Correctness"
2181 priority="4"
2182 summary="Using hardcoded color"
2183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2184 errorLine1=" &lt;color name=&quot;accessibility_color_inversion_background&quot;>#546E7A&lt;/color>"
2185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2186 <location
2187 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002188 line="195"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002189 column="5"/>
2190 </issue>
2191
2192 <issue
2193 id="HardCodedColor"
2194 severity="Error"
2195 message="Avoid using hardcoded color"
2196 category="Correctness"
2197 priority="4"
2198 summary="Using hardcoded color"
2199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2200 errorLine1=" &lt;color name=&quot;battery_info_error_color_red&quot;>#fce8e6&lt;/color> &lt;!-- Material Red 50 -->"
2201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2202 <location
2203 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002204 line="197"
Sunny Shaodd64c592021-04-16 14:50:43 +08002205 column="5"/>
2206 </issue>
2207
2208 <issue
2209 id="HardCodedColor"
2210 severity="Error"
2211 message="Avoid using hardcoded color"
2212 category="Correctness"
2213 priority="4"
2214 summary="Using hardcoded color"
2215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002216 errorLine1=" &lt;color name=&quot;settings_dialog_colorError&quot;>#d93025&lt;/color> &lt;!-- Red 600 -->"
2217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07002218 <location
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002219 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002220 line="199"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08002221 column="5"/>
jackqdyulei5024a382017-09-14 16:11:02 -07002222 </issue>
2223
2224 <issue
2225 id="HardCodedColor"
2226 severity="Error"
2227 message="Avoid using hardcoded color"
2228 category="Correctness"
2229 priority="4"
2230 summary="Using hardcoded color"
2231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08002232 errorLine1=" &lt;color name=&quot;fingerprint_enrollment_finish_color_outline&quot;>#1A73E8&lt;/color>"
2233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2234 <location
2235 file="res/values/colors.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002236 line="202"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08002237 column="5"/>
2238 </issue>
2239
2240 <issue
2241 id="HardCodedColor"
2242 severity="Error"
2243 message="Avoid using hardcoded color"
2244 category="Correctness"
2245 priority="4"
2246 summary="Using hardcoded color"
2247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07002248 errorLine1=" android:color=&quot;#FF0000&quot;/>"
2249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
2250 <location
2251 file="res/drawable/conversation_message_icon.xml"
2252 line="21"
2253 column="8"/>
2254 </issue>
2255
2256 <issue
2257 id="HardCodedColor"
2258 severity="Error"
2259 message="Avoid using hardcoded color"
2260 category="Correctness"
2261 priority="4"
2262 summary="Using hardcoded color"
2263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08002264 errorLine1=" android:color=&quot;#639DF6&quot;/>"
2265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
2266 <location
2267 file="res/drawable/conversation_message_text_info_view_background.xml"
2268 line="23"
2269 column="9"/>
2270 </issue>
2271
2272 <issue
2273 id="HardCodedColor"
2274 severity="Error"
2275 message="Avoid using hardcoded color"
2276 category="Correctness"
2277 priority="4"
2278 summary="Using hardcoded color"
2279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002280 errorLine1=" android:tint=&quot;@color/face_enroll_icon_color&quot;>"
2281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Raff Tsai91d99422019-12-20 12:04:42 +08002282 <location
Curtis Belmontef70d5742021-06-07 16:10:28 -07002283 file="res/drawable/face_enroll_icon_large.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002284 line="23"
2285 column="5"/>
2286 </issue>
2287
2288 <issue
2289 id="HardCodedColor"
2290 severity="Error"
2291 message="Avoid using hardcoded color"
2292 category="Correctness"
2293 priority="4"
2294 summary="Using hardcoded color"
2295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2296 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2298 <location
2299 file="res/drawable/face_enroll_intro_illustration.xml"
2300 line="28"
2301 column="13"/>
2302 </issue>
2303
2304 <issue
2305 id="HardCodedColor"
2306 severity="Error"
2307 message="Avoid using hardcoded color"
2308 category="Correctness"
2309 priority="4"
2310 summary="Using hardcoded color"
2311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2312 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2314 <location
2315 file="res/drawable/face_enroll_intro_illustration.xml"
2316 line="28"
2317 column="13"/>
2318 </issue>
2319
2320 <issue
2321 id="HardCodedColor"
2322 severity="Error"
2323 message="Avoid using hardcoded color"
2324 category="Correctness"
2325 priority="4"
2326 summary="Using hardcoded color"
2327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2328 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2330 <location
2331 file="res/drawable/face_enroll_intro_illustration.xml"
2332 line="32"
2333 column="13"/>
2334 </issue>
2335
2336 <issue
2337 id="HardCodedColor"
2338 severity="Error"
2339 message="Avoid using hardcoded color"
2340 category="Correctness"
2341 priority="4"
2342 summary="Using hardcoded color"
2343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2344 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2346 <location
2347 file="res/drawable/face_enroll_intro_illustration.xml"
2348 line="32"
2349 column="13"/>
2350 </issue>
2351
2352 <issue
2353 id="HardCodedColor"
2354 severity="Error"
2355 message="Avoid using hardcoded color"
2356 category="Correctness"
2357 priority="4"
2358 summary="Using hardcoded color"
2359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2360 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2362 <location
2363 file="res/drawable/face_enroll_intro_illustration.xml"
2364 line="36"
2365 column="13"/>
2366 </issue>
2367
2368 <issue
2369 id="HardCodedColor"
2370 severity="Error"
2371 message="Avoid using hardcoded color"
2372 category="Correctness"
2373 priority="4"
2374 summary="Using hardcoded color"
2375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2376 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2378 <location
2379 file="res/drawable/face_enroll_intro_illustration.xml"
2380 line="36"
2381 column="13"/>
2382 </issue>
2383
2384 <issue
2385 id="HardCodedColor"
2386 severity="Error"
2387 message="Avoid using hardcoded color"
2388 category="Correctness"
2389 priority="4"
2390 summary="Using hardcoded color"
2391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2392 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2394 <location
2395 file="res/drawable/face_enroll_intro_illustration.xml"
2396 line="40"
2397 column="13"/>
2398 </issue>
2399
2400 <issue
2401 id="HardCodedColor"
2402 severity="Error"
2403 message="Avoid using hardcoded color"
2404 category="Correctness"
2405 priority="4"
2406 summary="Using hardcoded color"
2407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2408 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2410 <location
2411 file="res/drawable/face_enroll_intro_illustration.xml"
2412 line="40"
2413 column="13"/>
2414 </issue>
2415
2416 <issue
2417 id="HardCodedColor"
2418 severity="Error"
2419 message="Avoid using hardcoded color"
2420 category="Correctness"
2421 priority="4"
2422 summary="Using hardcoded color"
2423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2424 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
2425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2426 <location
2427 file="res/drawable/face_enroll_intro_illustration.xml"
2428 line="45"
2429 column="9"/>
2430 </issue>
2431
2432 <issue
2433 id="HardCodedColor"
2434 severity="Error"
2435 message="Avoid using hardcoded color"
2436 category="Correctness"
2437 priority="4"
2438 summary="Using hardcoded color"
2439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2440 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
2441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2442 <location
2443 file="res/drawable/face_enroll_intro_illustration.xml"
2444 line="45"
2445 column="9"/>
2446 </issue>
2447
2448 <issue
2449 id="HardCodedColor"
2450 severity="Error"
2451 message="Avoid using hardcoded color"
2452 category="Correctness"
2453 priority="4"
2454 summary="Using hardcoded color"
2455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2456 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
2457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2458 <location
2459 file="res/drawable/face_enroll_intro_illustration.xml"
2460 line="48"
2461 column="9"/>
2462 </issue>
2463
2464 <issue
2465 id="HardCodedColor"
2466 severity="Error"
2467 message="Avoid using hardcoded color"
2468 category="Correctness"
2469 priority="4"
2470 summary="Using hardcoded color"
2471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2472 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;/>"
2473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2474 <location
2475 file="res/drawable/face_enroll_intro_illustration.xml"
2476 line="48"
2477 column="9"/>
2478 </issue>
2479
2480 <issue
2481 id="HardCodedColor"
2482 severity="Error"
2483 message="Avoid using hardcoded color"
2484 category="Correctness"
2485 priority="4"
2486 summary="Using hardcoded color"
2487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2488 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;/>"
2489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2490 <location
2491 file="res/drawable/face_enroll_intro_illustration.xml"
2492 line="51"
2493 column="9"/>
2494 </issue>
2495
2496 <issue
2497 id="HardCodedColor"
2498 severity="Error"
2499 message="Avoid using hardcoded color"
2500 category="Correctness"
2501 priority="4"
2502 summary="Using hardcoded color"
2503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2504 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;/>"
2505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2506 <location
2507 file="res/drawable/face_enroll_intro_illustration.xml"
2508 line="51"
Raff Tsai91d99422019-12-20 12:04:42 +08002509 column="9"/>
2510 </issue>
2511
2512 <issue
2513 id="HardCodedColor"
2514 severity="Error"
2515 message="Avoid using hardcoded color"
2516 category="Correctness"
2517 priority="4"
2518 summary="Using hardcoded color"
2519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07002520 errorLine1=" android:background=&quot;#80000000&quot;"
2521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2522 <location
2523 file="res/layout/fallback_home_finishing_boot.xml"
2524 line="22"
2525 column="5"/>
2526 </issue>
2527
2528 <issue
2529 id="HardCodedColor"
2530 severity="Error"
2531 message="Avoid using hardcoded color"
2532 category="Correctness"
2533 priority="4"
2534 summary="Using hardcoded color"
2535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2536 errorLine1=" android:color=&quot;#000000&quot; />"
2537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
2538 <location
2539 file="res/drawable/fallback_home_unprovisioned_background.xml"
2540 line="19"
2541 column="5"/>
2542 </issue>
2543
2544 <issue
2545 id="HardCodedColor"
2546 severity="Error"
2547 message="Avoid using hardcoded color"
2548 category="Correctness"
2549 priority="4"
2550 summary="Using hardcoded color"
2551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08002552 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2554 <location
2555 file="res/drawable/fingerprint_enroll_finish.xml"
2556 line="25"
2557 column="9"/>
2558 </issue>
2559
2560 <issue
2561 id="HardCodedColor"
2562 severity="Error"
2563 message="Avoid using hardcoded color"
2564 category="Correctness"
2565 priority="4"
2566 summary="Using hardcoded color"
2567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2568 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2570 <location
2571 file="res/drawable/fingerprint_enroll_finish.xml"
2572 line="25"
2573 column="9"/>
2574 </issue>
2575
2576 <issue
2577 id="HardCodedColor"
2578 severity="Error"
2579 message="Avoid using hardcoded color"
2580 category="Correctness"
2581 priority="4"
2582 summary="Using hardcoded color"
2583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2584 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2585 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2586 <location
2587 file="res/drawable/fingerprint_enroll_finish.xml"
2588 line="31"
2589 column="9"/>
2590 </issue>
2591
2592 <issue
2593 id="HardCodedColor"
2594 severity="Error"
2595 message="Avoid using hardcoded color"
2596 category="Correctness"
2597 priority="4"
2598 summary="Using hardcoded color"
2599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2600 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2601 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2602 <location
2603 file="res/drawable/fingerprint_enroll_finish.xml"
2604 line="31"
2605 column="9"/>
2606 </issue>
2607
2608 <issue
2609 id="HardCodedColor"
2610 severity="Error"
2611 message="Avoid using hardcoded color"
2612 category="Correctness"
2613 priority="4"
2614 summary="Using hardcoded color"
2615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2616 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2617 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2618 <location
2619 file="res/drawable/fingerprint_enroll_finish.xml"
2620 line="34"
2621 column="9"/>
2622 </issue>
2623
2624 <issue
2625 id="HardCodedColor"
2626 severity="Error"
2627 message="Avoid using hardcoded color"
2628 category="Correctness"
2629 priority="4"
2630 summary="Using hardcoded color"
2631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2632 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2633 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2634 <location
2635 file="res/drawable/fingerprint_enroll_finish.xml"
2636 line="34"
2637 column="9"/>
2638 </issue>
2639
2640 <issue
2641 id="HardCodedColor"
2642 severity="Error"
2643 message="Avoid using hardcoded color"
2644 category="Correctness"
2645 priority="4"
2646 summary="Using hardcoded color"
2647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2648 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2649 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2650 <location
2651 file="res/drawable/fingerprint_enroll_finish.xml"
2652 line="37"
2653 column="9"/>
2654 </issue>
2655
2656 <issue
2657 id="HardCodedColor"
2658 severity="Error"
2659 message="Avoid using hardcoded color"
2660 category="Correctness"
2661 priority="4"
2662 summary="Using hardcoded color"
2663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2664 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2666 <location
2667 file="res/drawable/fingerprint_enroll_finish.xml"
2668 line="37"
2669 column="9"/>
2670 </issue>
2671
2672 <issue
2673 id="HardCodedColor"
2674 severity="Error"
2675 message="Avoid using hardcoded color"
2676 category="Correctness"
2677 priority="4"
2678 summary="Using hardcoded color"
2679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2680 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2681 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2682 <location
2683 file="res/drawable/fingerprint_enroll_finish.xml"
2684 line="40"
2685 column="9"/>
2686 </issue>
2687
2688 <issue
2689 id="HardCodedColor"
2690 severity="Error"
2691 message="Avoid using hardcoded color"
2692 category="Correctness"
2693 priority="4"
2694 summary="Using hardcoded color"
2695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2696 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2697 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2698 <location
2699 file="res/drawable/fingerprint_enroll_finish.xml"
2700 line="40"
2701 column="9"/>
2702 </issue>
2703
2704 <issue
2705 id="HardCodedColor"
2706 severity="Error"
2707 message="Avoid using hardcoded color"
2708 category="Correctness"
2709 priority="4"
2710 summary="Using hardcoded color"
2711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2712 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2713 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2714 <location
2715 file="res/drawable/fingerprint_enroll_finish.xml"
2716 line="43"
2717 column="9"/>
2718 </issue>
2719
2720 <issue
2721 id="HardCodedColor"
2722 severity="Error"
2723 message="Avoid using hardcoded color"
2724 category="Correctness"
2725 priority="4"
2726 summary="Using hardcoded color"
2727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2728 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2729 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2730 <location
2731 file="res/drawable/fingerprint_enroll_finish.xml"
2732 line="43"
2733 column="9"/>
2734 </issue>
2735
2736 <issue
2737 id="HardCodedColor"
2738 severity="Error"
2739 message="Avoid using hardcoded color"
2740 category="Correctness"
2741 priority="4"
2742 summary="Using hardcoded color"
2743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2744 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2746 <location
2747 file="res/drawable/fingerprint_enroll_finish.xml"
2748 line="46"
2749 column="9"/>
2750 </issue>
2751
2752 <issue
2753 id="HardCodedColor"
2754 severity="Error"
2755 message="Avoid using hardcoded color"
2756 category="Correctness"
2757 priority="4"
2758 summary="Using hardcoded color"
2759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2760 errorLine1=" android:fillColor=&quot;@color/fingerprint_enrollment_finish_color_outline&quot;/>"
2761 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2762 <location
2763 file="res/drawable/fingerprint_enroll_finish.xml"
2764 line="46"
2765 column="9"/>
2766 </issue>
2767
2768 <issue
2769 id="HardCodedColor"
2770 severity="Error"
2771 message="Avoid using hardcoded color"
2772 category="Correctness"
2773 priority="4"
2774 summary="Using hardcoded color"
2775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002776 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
2777 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2778 <location
2779 file="res/drawable/fingerprint_enroll_introduction.xml"
2780 line="24"
2781 column="9"/>
2782 </issue>
2783
2784 <issue
2785 id="HardCodedColor"
2786 severity="Error"
2787 message="Avoid using hardcoded color"
2788 category="Correctness"
2789 priority="4"
2790 summary="Using hardcoded color"
2791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2792 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
2793 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2794 <location
2795 file="res/drawable/fingerprint_enroll_introduction.xml"
2796 line="24"
2797 column="9"/>
2798 </issue>
2799
2800 <issue
2801 id="HardCodedColor"
2802 severity="Error"
2803 message="Avoid using hardcoded color"
2804 category="Correctness"
2805 priority="4"
2806 summary="Using hardcoded color"
2807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2808 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
2809 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2810 <location
2811 file="res/drawable/fingerprint_enroll_introduction.xml"
2812 line="27"
2813 column="9"/>
2814 </issue>
2815
2816 <issue
2817 id="HardCodedColor"
2818 severity="Error"
2819 message="Avoid using hardcoded color"
2820 category="Correctness"
2821 priority="4"
2822 summary="Using hardcoded color"
2823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2824 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_bar&quot;"
2825 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2826 <location
2827 file="res/drawable/fingerprint_enroll_introduction.xml"
2828 line="27"
2829 column="9"/>
2830 </issue>
2831
2832 <issue
2833 id="HardCodedColor"
2834 severity="Error"
2835 message="Avoid using hardcoded color"
2836 category="Correctness"
2837 priority="4"
2838 summary="Using hardcoded color"
2839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002840 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;"
2841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002842 <location
2843 file="res/drawable/fingerprint_enroll_introduction.xml"
2844 line="30"
2845 column="9"/>
2846 </issue>
2847
2848 <issue
2849 id="HardCodedColor"
2850 severity="Error"
2851 message="Avoid using hardcoded color"
2852 category="Correctness"
2853 priority="4"
2854 summary="Using hardcoded color"
2855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002856 errorLine1=" android:fillColor=&quot;@color/biometric_enroll_intro_color_outline&quot;"
2857 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2858 <location
2859 file="res/drawable/fingerprint_enroll_introduction.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002860 line="30"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002861 column="9"/>
2862 </issue>
2863
2864 <issue
2865 id="HardCodedColor"
2866 severity="Error"
2867 message="Avoid using hardcoded color"
2868 category="Correctness"
2869 priority="4"
2870 summary="Using hardcoded color"
2871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002872 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2873 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002874 <location
2875 file="res/drawable/fingerprint_enroll_introduction.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08002876 line="34"
2877 column="9"/>
2878 </issue>
2879
2880 <issue
2881 id="HardCodedColor"
2882 severity="Error"
2883 message="Avoid using hardcoded color"
2884 category="Correctness"
2885 priority="4"
2886 summary="Using hardcoded color"
2887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2888 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2889 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2890 <location
2891 file="res/drawable/fingerprint_enroll_introduction.xml"
2892 line="34"
2893 column="9"/>
2894 </issue>
2895
2896 <issue
2897 id="HardCodedColor"
2898 severity="Error"
2899 message="Avoid using hardcoded color"
2900 category="Correctness"
2901 priority="4"
2902 summary="Using hardcoded color"
2903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2904 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2905 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2906 <location
2907 file="res/drawable/fingerprint_enroll_introduction.xml"
2908 line="40"
2909 column="9"/>
2910 </issue>
2911
2912 <issue
2913 id="HardCodedColor"
2914 severity="Error"
2915 message="Avoid using hardcoded color"
2916 category="Correctness"
2917 priority="4"
2918 summary="Using hardcoded color"
2919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2920 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2922 <location
2923 file="res/drawable/fingerprint_enroll_introduction.xml"
2924 line="40"
2925 column="9"/>
2926 </issue>
2927
2928 <issue
2929 id="HardCodedColor"
2930 severity="Error"
2931 message="Avoid using hardcoded color"
2932 category="Correctness"
2933 priority="4"
2934 summary="Using hardcoded color"
2935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2936 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2937 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2938 <location
2939 file="res/drawable/fingerprint_enroll_introduction.xml"
2940 line="46"
2941 column="9"/>
2942 </issue>
2943
2944 <issue
2945 id="HardCodedColor"
2946 severity="Error"
2947 message="Avoid using hardcoded color"
2948 category="Correctness"
2949 priority="4"
2950 summary="Using hardcoded color"
2951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2952 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2953 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2954 <location
2955 file="res/drawable/fingerprint_enroll_introduction.xml"
2956 line="46"
2957 column="9"/>
2958 </issue>
2959
2960 <issue
2961 id="HardCodedColor"
2962 severity="Error"
2963 message="Avoid using hardcoded color"
2964 category="Correctness"
2965 priority="4"
2966 summary="Using hardcoded color"
2967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2968 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2969 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2970 <location
2971 file="res/drawable/fingerprint_enroll_introduction.xml"
2972 line="52"
2973 column="9"/>
2974 </issue>
2975
2976 <issue
2977 id="HardCodedColor"
2978 severity="Error"
2979 message="Avoid using hardcoded color"
2980 category="Correctness"
2981 priority="4"
2982 summary="Using hardcoded color"
2983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
2984 errorLine1=" android:strokeColor=&quot;@color/biometric_enroll_intro_color_icon&quot;"
2985 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2986 <location
2987 file="res/drawable/fingerprint_enroll_introduction.xml"
2988 line="52"
Curtis Belmonte08f90dd2021-06-01 17:10:24 -07002989 column="9"/>
2990 </issue>
2991
2992 <issue
2993 id="HardCodedColor"
2994 severity="Error"
2995 message="Avoid using hardcoded color"
2996 category="Correctness"
2997 priority="4"
2998 summary="Using hardcoded color"
2999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08003000 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3002 <location
3003 file="res/drawable/ic_accessibility_animation.xml"
3004 line="22"
3005 column="13"/>
3006 </issue>
3007
3008 <issue
3009 id="HardCodedColor"
3010 severity="Error"
3011 message="Avoid using hardcoded color"
3012 category="Correctness"
3013 priority="4"
3014 summary="Using hardcoded color"
3015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003016 errorLine1=" android:color=&quot;@color/accessibility_magnification_background&quot;/>"
3017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003018 <location
3019 file="res/drawable/ic_accessibility_magnification.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003020 line="22"
3021 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003022 </issue>
3023
3024 <issue
3025 id="HardCodedColor"
3026 severity="Error"
3027 message="Avoid using hardcoded color"
3028 category="Correctness"
3029 priority="4"
3030 summary="Using hardcoded color"
3031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003032 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003034 <location
menghanli9fd21d52022-01-13 11:28:38 +08003035 file="res/drawable/ic_adaptive_font_download.xml"
3036 line="23"
3037 column="13"/>
3038 </issue>
3039
3040 <issue
3041 id="HardCodedColor"
3042 severity="Error"
3043 message="Avoid using hardcoded color"
3044 category="Correctness"
3045 priority="4"
3046 summary="Using hardcoded color"
3047 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3048 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3049 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3050 <location
jasonwshsucad54362021-04-20 11:54:25 +08003051 file="res/drawable/ic_audio_adjustment.xml"
3052 line="22"
3053 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003054 </issue>
3055
3056 <issue
3057 id="HardCodedColor"
3058 severity="Error"
3059 message="Avoid using hardcoded color"
3060 category="Correctness"
3061 priority="4"
3062 summary="Using hardcoded color"
3063 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Kaiqiang Wang6a235952022-01-17 14:32:46 +01003064 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3065 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3066 <location
3067 file="res/drawable/ic_audio_description.xml"
3068 line="22"
3069 column="13"/>
3070 </issue>
3071
3072 <issue
3073 id="HardCodedColor"
3074 severity="Error"
3075 message="Avoid using hardcoded color"
3076 category="Correctness"
3077 priority="4"
3078 summary="Using hardcoded color"
3079 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08003080 errorLine1=" android:fillColor=&quot;@color/battery_good_color_light&quot;"
3081 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3082 <location
3083 file="res/drawable/ic_battery_status_good_24dp.xml"
3084 line="22"
3085 column="9"/>
3086 </issue>
3087
3088 <issue
3089 id="HardCodedColor"
3090 severity="Error"
3091 message="Avoid using hardcoded color"
3092 category="Correctness"
3093 priority="4"
3094 summary="Using hardcoded color"
3095 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3096 errorLine1=" android:fillColor=&quot;@color/battery_good_color_light&quot;"
3097 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3098 <location
3099 file="res/drawable/ic_battery_status_good_24dp.xml"
3100 line="25"
3101 column="9"/>
3102 </issue>
3103
3104 <issue
3105 id="HardCodedColor"
3106 severity="Error"
3107 message="Avoid using hardcoded color"
3108 category="Correctness"
3109 priority="4"
3110 summary="Using hardcoded color"
3111 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003112 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3113 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003114 <location
jasonwshsucad54362021-04-20 11:54:25 +08003115 file="res/drawable/ic_captioning.xml"
3116 line="22"
3117 column="13"/>
Julia Reynoldsc3f7ba92019-05-03 15:14:06 -04003118 </issue>
3119
3120 <issue
3121 id="HardCodedColor"
3122 severity="Error"
3123 message="Avoid using hardcoded color"
3124 category="Correctness"
3125 priority="4"
3126 summary="Using hardcoded color"
3127 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08003128 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3130 <location
3131 file="res/drawable/ic_color_and_motion.xml"
3132 line="22"
3133 column="13"/>
3134 </issue>
3135
3136 <issue
3137 id="HardCodedColor"
3138 severity="Error"
3139 message="Avoid using hardcoded color"
3140 category="Correctness"
3141 priority="4"
3142 summary="Using hardcoded color"
3143 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003144 errorLine1=" android:color=&quot;@color/accessibility_color_inversion_background&quot;/>"
3145 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003146 <location
3147 file="res/drawable/ic_color_inversion.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003148 line="22"
3149 column="13"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003150 </issue>
3151
3152 <issue
3153 id="HardCodedColor"
3154 severity="Error"
3155 message="Avoid using hardcoded color"
3156 category="Correctness"
3157 priority="4"
3158 summary="Using hardcoded color"
3159 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003160 errorLine1=" android:color=&quot;@color/accessibility_daltonizer_background&quot;/>"
3161 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003162 <location
3163 file="res/drawable/ic_daltonizer.xml"
jasonwshsucad54362021-04-20 11:54:25 +08003164 line="22"
3165 column="9"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003166 </issue>
3167
3168 <issue
3169 id="HardCodedColor"
3170 severity="Error"
3171 message="Avoid using hardcoded color"
3172 category="Correctness"
3173 priority="4"
3174 summary="Using hardcoded color"
3175 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003176 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3177 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Phil Weaver0db26b32017-12-08 17:10:06 -08003178 <location
jasonwshsucad54362021-04-20 11:54:25 +08003179 file="res/drawable/ic_dark_ui.xml"
3180 line="22"
3181 column="13"/>
Phil Weaver0db26b32017-12-08 17:10:06 -08003182 </issue>
3183
3184 <issue
3185 id="HardCodedColor"
3186 severity="Error"
3187 message="Avoid using hardcoded color"
3188 category="Correctness"
3189 priority="4"
3190 summary="Using hardcoded color"
3191 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003192 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3193 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3194 <location
3195 file="res/drawable/ic_font_size.xml"
3196 line="22"
3197 column="13"/>
3198 </issue>
3199
3200 <issue
3201 id="HardCodedColor"
3202 severity="Error"
3203 message="Avoid using hardcoded color"
3204 category="Correctness"
3205 priority="4"
3206 summary="Using hardcoded color"
3207 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3208 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3209 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3210 <location
3211 file="res/drawable/ic_force_bold.xml"
3212 line="22"
3213 column="13"/>
3214 </issue>
3215
3216 <issue
3217 id="HardCodedColor"
3218 severity="Error"
3219 message="Avoid using hardcoded color"
3220 category="Correctness"
3221 priority="4"
3222 summary="Using hardcoded color"
3223 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3224 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3226 <location
3227 file="res/drawable/ic_hearing_aid.xml"
3228 line="22"
3229 column="13"/>
3230 </issue>
3231
3232 <issue
3233 id="HardCodedColor"
3234 severity="Error"
3235 message="Avoid using hardcoded color"
3236 category="Correctness"
3237 priority="4"
3238 summary="Using hardcoded color"
3239 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003240 errorLine1=" android:color=&quot;@color/homepage_about_background&quot; />"
3241 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang992b5032018-11-08 00:56:21 +08003242 <location
3243 file="res/drawable/ic_homepage_about.xml"
tmfang0b73c292019-03-18 11:43:28 +08003244 line="24"
3245 column="13"/>
Edgar Wang992b5032018-11-08 00:56:21 +08003246 </issue>
3247
3248 <issue
3249 id="HardCodedColor"
3250 severity="Error"
3251 message="Avoid using hardcoded color"
3252 category="Correctness"
3253 priority="4"
3254 summary="Using hardcoded color"
3255 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003256 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
3257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003258 <location
3259 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08003260 line="24"
3261 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003262 </issue>
3263
3264 <issue
3265 id="HardCodedColor"
3266 severity="Error"
3267 message="Avoid using hardcoded color"
3268 category="Correctness"
3269 priority="4"
3270 summary="Using hardcoded color"
3271 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003272 errorLine1=" android:color=&quot;@color/homepage_accessibility_background&quot; />"
3273 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08003274 <location
3275 file="res/drawable/ic_homepage_accessibility.xml"
tmfang0b73c292019-03-18 11:43:28 +08003276 line="24"
3277 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08003278 </issue>
3279
3280 <issue
3281 id="HardCodedColor"
3282 severity="Error"
3283 message="Avoid using hardcoded color"
3284 category="Correctness"
3285 priority="4"
3286 summary="Using hardcoded color"
3287 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003288 errorLine1=" android:color=&quot;@color/homepage_accounts_background&quot; />"
3289 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003290 <location
3291 file="res/drawable/ic_homepage_accounts.xml"
tmfang0b73c292019-03-18 11:43:28 +08003292 line="24"
3293 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003294 </issue>
3295
3296 <issue
3297 id="HardCodedColor"
3298 severity="Error"
3299 message="Avoid using hardcoded color"
3300 category="Correctness"
3301 priority="4"
3302 summary="Using hardcoded color"
3303 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003304 errorLine1=" android:color=&quot;@color/homepage_app_and_notification_background&quot; />"
3305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003306 <location
3307 file="res/drawable/ic_homepage_apps.xml"
tmfang0b73c292019-03-18 11:43:28 +08003308 line="24"
3309 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003310 </issue>
3311
3312 <issue
3313 id="HardCodedColor"
3314 severity="Error"
3315 message="Avoid using hardcoded color"
3316 category="Correctness"
3317 priority="4"
3318 summary="Using hardcoded color"
3319 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003320 errorLine1=" android:color=&quot;@color/homepage_battery_background&quot; />"
3321 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003322 <location
3323 file="res/drawable/ic_homepage_battery.xml"
tmfang0b73c292019-03-18 11:43:28 +08003324 line="24"
3325 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003326 </issue>
3327
3328 <issue
3329 id="HardCodedColor"
3330 severity="Error"
3331 message="Avoid using hardcoded color"
3332 category="Correctness"
3333 priority="4"
3334 summary="Using hardcoded color"
3335 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003336 errorLine1=" android:color=&quot;@color/homepage_connected_device_background&quot; />"
3337 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003338 <location
3339 file="res/drawable/ic_homepage_connected_device.xml"
tmfang0b73c292019-03-18 11:43:28 +08003340 line="24"
3341 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003342 </issue>
3343
3344 <issue
3345 id="HardCodedColor"
3346 severity="Error"
3347 message="Avoid using hardcoded color"
3348 category="Correctness"
3349 priority="4"
3350 summary="Using hardcoded color"
3351 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08003352 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
3353 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3354 <location
3355 file="res/drawable/ic_homepage_data_usage.xml"
3356 line="24"
3357 column="13"/>
3358 </issue>
3359
3360 <issue
3361 id="HardCodedColor"
3362 severity="Error"
3363 message="Avoid using hardcoded color"
3364 category="Correctness"
3365 priority="4"
3366 summary="Using hardcoded color"
3367 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003368 errorLine1=" android:color=&quot;@color/homepage_display_background&quot; />"
3369 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003370 <location
3371 file="res/drawable/ic_homepage_display.xml"
tmfang0b73c292019-03-18 11:43:28 +08003372 line="24"
3373 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003374 </issue>
3375
3376 <issue
3377 id="HardCodedColor"
3378 severity="Error"
3379 message="Avoid using hardcoded color"
3380 category="Correctness"
3381 priority="4"
3382 summary="Using hardcoded color"
3383 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhang9b1fb772021-01-06 17:26:50 -08003384 errorLine1=" android:color=&quot;@color/homepage_emergency_background&quot; />"
3385 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3386 <location
3387 file="res/drawable/ic_homepage_emergency.xml"
3388 line="24"
3389 column="13"/>
3390 </issue>
3391
3392 <issue
3393 id="HardCodedColor"
3394 severity="Error"
3395 message="Avoid using hardcoded color"
3396 category="Correctness"
3397 priority="4"
3398 summary="Using hardcoded color"
3399 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003400 errorLine1=" android:color=&quot;@color/homepage_location_background&quot; />"
3401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07003402 <location
3403 file="res/drawable/ic_homepage_location.xml"
tmfang0b73c292019-03-18 11:43:28 +08003404 line="24"
3405 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07003406 </issue>
3407
3408 <issue
3409 id="HardCodedColor"
3410 severity="Error"
3411 message="Avoid using hardcoded color"
3412 category="Correctness"
3413 priority="4"
3414 summary="Using hardcoded color"
3415 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003416 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
3417 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003418 <location
3419 file="res/drawable/ic_homepage_network.xml"
tmfang0b73c292019-03-18 11:43:28 +08003420 line="24"
3421 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003422 </issue>
3423
3424 <issue
3425 id="HardCodedColor"
3426 severity="Error"
3427 message="Avoid using hardcoded color"
3428 category="Correctness"
3429 priority="4"
3430 summary="Using hardcoded color"
3431 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6e4d2502020-09-30 16:09:05 +08003432 errorLine1=" android:color=&quot;@color/homepage_generic_icon_background&quot; />"
3433 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3434 <location
3435 file="res/drawable/ic_homepage_night_display.xml"
3436 line="24"
3437 column="13"/>
3438 </issue>
3439
3440 <issue
3441 id="HardCodedColor"
3442 severity="Error"
3443 message="Avoid using hardcoded color"
3444 category="Correctness"
3445 priority="4"
3446 summary="Using hardcoded color"
3447 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3448 errorLine1=" android:color=&quot;@color/homepage_generic_icon_background&quot; />"
3449 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3450 <location
3451 file="res/drawable/ic_homepage_notification.xml"
3452 line="24"
3453 column="13"/>
3454 </issue>
3455
3456 <issue
3457 id="HardCodedColor"
3458 severity="Error"
3459 message="Avoid using hardcoded color"
3460 category="Correctness"
3461 priority="4"
3462 summary="Using hardcoded color"
3463 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003464 errorLine1=" android:color=&quot;@color/homepage_privacy_background&quot; />"
3465 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Salvador Martinez2bb99302018-11-02 14:15:44 -07003466 <location
3467 file="res/drawable/ic_homepage_privacy.xml"
tmfang0b73c292019-03-18 11:43:28 +08003468 line="24"
3469 column="13"/>
Salvador Martinez2bb99302018-11-02 14:15:44 -07003470 </issue>
3471
3472 <issue
3473 id="HardCodedColor"
3474 severity="Error"
3475 message="Avoid using hardcoded color"
3476 category="Correctness"
3477 priority="4"
3478 summary="Using hardcoded color"
3479 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003480 errorLine1=" android:color=&quot;@color/homepage_security_background&quot; />"
3481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003482 <location
3483 file="res/drawable/ic_homepage_security.xml"
tmfang0b73c292019-03-18 11:43:28 +08003484 line="24"
3485 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003486 </issue>
3487
3488 <issue
3489 id="HardCodedColor"
3490 severity="Error"
3491 message="Avoid using hardcoded color"
3492 category="Correctness"
3493 priority="4"
3494 summary="Using hardcoded color"
3495 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003496 errorLine1=" android:color=&quot;@color/homepage_sound_background&quot; />"
3497 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003498 <location
3499 file="res/drawable/ic_homepage_sound.xml"
tmfang0b73c292019-03-18 11:43:28 +08003500 line="24"
3501 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003502 </issue>
3503
3504 <issue
3505 id="HardCodedColor"
3506 severity="Error"
3507 message="Avoid using hardcoded color"
3508 category="Correctness"
3509 priority="4"
3510 summary="Using hardcoded color"
3511 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003512 errorLine1=" android:color=&quot;@color/homepage_storage_background&quot; />"
3513 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003514 <location
3515 file="res/drawable/ic_homepage_storage.xml"
tmfang0b73c292019-03-18 11:43:28 +08003516 line="24"
3517 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003518 </issue>
3519
3520 <issue
3521 id="HardCodedColor"
3522 severity="Error"
3523 message="Avoid using hardcoded color"
3524 category="Correctness"
3525 priority="4"
3526 summary="Using hardcoded color"
3527 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003528 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
3529 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003530 <location
3531 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08003532 line="24"
3533 column="13"/>
Fan Zhang925a4f82018-01-23 16:35:31 -08003534 </issue>
3535
3536 <issue
3537 id="HardCodedColor"
3538 severity="Error"
3539 message="Avoid using hardcoded color"
3540 category="Correctness"
3541 priority="4"
3542 summary="Using hardcoded color"
3543 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003544 errorLine1=" android:color=&quot;@color/homepage_support_background&quot; />"
3545 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Edgar Wang133c73f2018-11-28 20:51:06 +08003546 <location
3547 file="res/drawable/ic_homepage_support.xml"
tmfang0b73c292019-03-18 11:43:28 +08003548 line="24"
3549 column="13"/>
Edgar Wang133c73f2018-11-28 20:51:06 +08003550 </issue>
3551
3552 <issue
3553 id="HardCodedColor"
3554 severity="Error"
3555 message="Avoid using hardcoded color"
3556 category="Correctness"
3557 priority="4"
3558 summary="Using hardcoded color"
3559 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003560 errorLine1=" android:color=&quot;@color/homepage_system_background&quot; />"
3561 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Fan Zhang925a4f82018-01-23 16:35:31 -08003562 <location
3563 file="res/drawable/ic_homepage_system_dashboard.xml"
tmfang0b73c292019-03-18 11:43:28 +08003564 line="24"
3565 column="13"/>
3566 </issue>
3567
3568 <issue
3569 id="HardCodedColor"
3570 severity="Error"
3571 message="Avoid using hardcoded color"
3572 category="Correctness"
3573 priority="4"
3574 summary="Using hardcoded color"
3575 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08003576 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
3577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3578 <location
3579 file="res/drawable/ic_homepage_vpn.xml"
3580 line="24"
3581 column="13"/>
3582 </issue>
3583
3584 <issue
3585 id="HardCodedColor"
3586 severity="Error"
3587 message="Avoid using hardcoded color"
3588 category="Correctness"
3589 priority="4"
3590 summary="Using hardcoded color"
3591 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Yanting Yange18dc242021-01-10 01:28:14 +08003592 errorLine1=" android:color=&quot;@color/homepage_wallpaper_background&quot; />"
3593 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3594 <location
3595 file="res/drawable/ic_homepage_wallpaper.xml"
3596 line="24"
3597 column="13"/>
3598 </issue>
3599
3600 <issue
3601 id="HardCodedColor"
3602 severity="Error"
3603 message="Avoid using hardcoded color"
3604 category="Correctness"
3605 priority="4"
3606 summary="Using hardcoded color"
3607 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangf4514b92022-03-31 18:41:55 +08003608 errorLine1=" android:color=&quot;@color/homepage_network_background&quot; />"
3609 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3610 <location
3611 file="res/drawable/ic_homepage_wifi_tethering.xml"
3612 line="24"
3613 column="13"/>
3614 </issue>
3615
3616 <issue
3617 id="HardCodedColor"
3618 severity="Error"
3619 message="Avoid using hardcoded color"
3620 category="Correctness"
3621 priority="4"
3622 summary="Using hardcoded color"
3623 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003624 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3625 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3626 <location
3627 file="res/drawable/ic_live_caption.xml"
3628 line="22"
3629 column="13"/>
3630 </issue>
3631
3632 <issue
3633 id="HardCodedColor"
3634 severity="Error"
3635 message="Avoid using hardcoded color"
3636 category="Correctness"
3637 priority="4"
3638 summary="Using hardcoded color"
3639 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08003640 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
3641 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3642 <location
3643 file="res/drawable/ic_network_signal_blue.xml"
3644 line="23"
3645 column="11"/>
3646 </issue>
3647
3648 <issue
3649 id="HardCodedColor"
3650 severity="Error"
3651 message="Avoid using hardcoded color"
3652 category="Correctness"
3653 priority="4"
3654 summary="Using hardcoded color"
3655 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3656 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
3657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang86cc0572021-02-03 23:40:46 +08003658 <location
3659 file="res/drawable/ic_network_signal_blue.xml"
3660 line="25"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08003661 column="11"/>
Stanley Wang86cc0572021-02-03 23:40:46 +08003662 </issue>
3663
3664 <issue
3665 id="HardCodedColor"
3666 severity="Error"
3667 message="Avoid using hardcoded color"
3668 category="Correctness"
3669 priority="4"
3670 summary="Using hardcoded color"
3671 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08003672 errorLine1=" &lt;path android:fillColor=&quot;@color/homepage_generic_icon_background&quot;"
3673 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Stanley Wang86cc0572021-02-03 23:40:46 +08003674 <location
3675 file="res/drawable/ic_network_signal_blue.xml"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08003676 line="27"
3677 column="11"/>
Stanley Wang86cc0572021-02-03 23:40:46 +08003678 </issue>
3679
3680 <issue
3681 id="HardCodedColor"
3682 severity="Error"
3683 message="Avoid using hardcoded color"
3684 category="Correctness"
3685 priority="4"
3686 summary="Using hardcoded color"
3687 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
tmfang0b73c292019-03-18 11:43:28 +08003688 errorLine1=" android:color=&quot;@color/notification_block_color&quot;/>"
3689 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3690 <location
3691 file="res/drawable/ic_notification_block.xml"
3692 line="27"
3693 column="21"/>
3694 </issue>
3695
3696 <issue
3697 id="HardCodedColor"
3698 severity="Error"
3699 message="Avoid using hardcoded color"
3700 category="Correctness"
3701 priority="4"
3702 summary="Using hardcoded color"
3703 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3704 errorLine1=" android:fillColor=&quot;@color/notification_block_color&quot;"
3705 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3706 <location
3707 file="res/drawable/ic_notification_block.xml"
3708 line="39"
3709 column="17"/>
3710 </issue>
3711
3712 <issue
3713 id="HardCodedColor"
3714 severity="Error"
3715 message="Avoid using hardcoded color"
3716 category="Correctness"
3717 priority="4"
3718 summary="Using hardcoded color"
3719 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07003720 errorLine1=" android:color=&quot;@color/homepage_location_background&quot;/>"
3721 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3722 <location
3723 file="res/drawable/ic_preference_location.xml"
3724 line="23"
3725 column="17"/>
3726 </issue>
3727
3728 <issue
3729 id="HardCodedColor"
3730 severity="Error"
3731 message="Avoid using hardcoded color"
3732 category="Correctness"
3733 priority="4"
3734 summary="Using hardcoded color"
3735 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003736 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3737 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3738 <location
3739 file="res/drawable/ic_reduce_bright_colors.xml"
3740 line="22"
3741 column="13"/>
3742 </issue>
3743
3744 <issue
3745 id="HardCodedColor"
3746 severity="Error"
3747 message="Avoid using hardcoded color"
3748 category="Correctness"
3749 priority="4"
3750 summary="Using hardcoded color"
3751 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07003752 errorLine1=" android:tint=&quot;#db4437&quot;"
3753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
3754 <location
3755 file="res/drawable/ic_remove_circle.xml"
3756 line="19"
3757 column="5"/>
3758 </issue>
3759
3760 <issue
3761 id="HardCodedColor"
3762 severity="Error"
3763 message="Avoid using hardcoded color"
3764 category="Correctness"
3765 priority="4"
3766 summary="Using hardcoded color"
3767 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003768 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3769 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3770 <location
3771 file="res/drawable/ic_rtt_settings.xml"
3772 line="22"
3773 column="13"/>
3774 </issue>
3775
3776 <issue
3777 id="HardCodedColor"
3778 severity="Error"
3779 message="Avoid using hardcoded color"
3780 category="Correctness"
3781 priority="4"
3782 summary="Using hardcoded color"
3783 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3784 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3785 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3786 <location
3787 file="res/drawable/ic_screen_zoom.xml"
3788 line="22"
3789 column="13"/>
3790 </issue>
3791
3792 <issue
3793 id="HardCodedColor"
3794 severity="Error"
3795 message="Avoid using hardcoded color"
3796 category="Correctness"
3797 priority="4"
3798 summary="Using hardcoded color"
3799 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07003800 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
3801 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3802 <location
3803 file="res/drawable/ic_shortcut_battery.xml"
3804 line="18"
3805 column="17"/>
3806 </issue>
3807
3808 <issue
3809 id="HardCodedColor"
3810 severity="Error"
3811 message="Avoid using hardcoded color"
3812 category="Correctness"
3813 priority="4"
3814 summary="Using hardcoded color"
3815 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3816 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
3817 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3818 <location
3819 file="res/drawable/ic_shortcut_data_usage.xml"
3820 line="18"
3821 column="17"/>
3822 </issue>
3823
3824 <issue
3825 id="HardCodedColor"
3826 severity="Error"
3827 message="Avoid using hardcoded color"
3828 category="Correctness"
3829 priority="4"
3830 summary="Using hardcoded color"
3831 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3832 errorLine1=" &lt;background android:drawable=&quot;@color/shortcut_background&quot;/>"
3833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3834 <location
3835 file="res/drawable/ic_shortcut_wireless.xml"
3836 line="18"
3837 column="17"/>
3838 </issue>
3839
3840 <issue
3841 id="HardCodedColor"
3842 severity="Error"
3843 message="Avoid using hardcoded color"
3844 category="Correctness"
3845 priority="4"
3846 summary="Using hardcoded color"
3847 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jasonwshsucad54362021-04-20 11:54:25 +08003848 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3849 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3850 <location
3851 file="res/drawable/ic_system_controls.xml"
3852 line="22"
3853 column="13"/>
3854 </issue>
3855
3856 <issue
3857 id="HardCodedColor"
3858 severity="Error"
3859 message="Avoid using hardcoded color"
3860 category="Correctness"
3861 priority="4"
3862 summary="Using hardcoded color"
3863 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3864 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3865 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3866 <location
3867 file="res/drawable/ic_tap_assistance.xml"
3868 line="22"
3869 column="13"/>
3870 </issue>
3871
3872 <issue
3873 id="HardCodedColor"
3874 severity="Error"
3875 message="Avoid using hardcoded color"
3876 category="Correctness"
3877 priority="4"
3878 summary="Using hardcoded color"
3879 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3880 errorLine1=" android:color=&quot;@color/accessibility_feature_background&quot;/>"
3881 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3882 <location
jasonwshsucad54362021-04-20 11:54:25 +08003883 file="res/drawable/ic_vibration.xml"
3884 line="22"
3885 column="13"/>
3886 </issue>
3887
3888 <issue
3889 id="HardCodedColor"
3890 severity="Error"
3891 message="Avoid using hardcoded color"
3892 category="Correctness"
3893 priority="4"
3894 summary="Using hardcoded color"
3895 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08003896 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
3897 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3898 <location
3899 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
3900 line="38"
3901 column="34"/>
3902 </issue>
3903
3904 <issue
3905 id="HardCodedColor"
3906 severity="Error"
3907 message="Avoid using hardcoded color"
3908 category="Correctness"
3909 priority="4"
3910 summary="Using hardcoded color"
3911 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3912 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
3913 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3914 <location
3915 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
3916 line="38"
3917 column="34"/>
3918 </issue>
3919
3920 <issue
3921 id="HardCodedColor"
3922 severity="Error"
3923 message="Avoid using hardcoded color"
3924 category="Correctness"
3925 priority="4"
3926 summary="Using hardcoded color"
3927 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3928 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
3929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3930 <location
3931 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
3932 line="39"
3933 column="38"/>
3934 </issue>
3935
3936 <issue
3937 id="HardCodedColor"
3938 severity="Error"
3939 message="Avoid using hardcoded color"
3940 category="Correctness"
3941 priority="4"
3942 summary="Using hardcoded color"
3943 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3944 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
3945 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3946 <location
3947 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
3948 line="39"
3949 column="38"/>
3950 </issue>
3951
3952 <issue
3953 id="HardCodedColor"
3954 severity="Error"
3955 message="Avoid using hardcoded color"
3956 category="Correctness"
3957 priority="4"
3958 summary="Using hardcoded color"
3959 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3960 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
3961 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3962 <location
3963 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
3964 line="52"
3965 column="34"/>
3966 </issue>
3967
3968 <issue
3969 id="HardCodedColor"
3970 severity="Error"
3971 message="Avoid using hardcoded color"
3972 category="Correctness"
3973 priority="4"
3974 summary="Using hardcoded color"
3975 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3976 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
3977 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3978 <location
3979 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
3980 line="52"
3981 column="34"/>
3982 </issue>
3983
3984 <issue
3985 id="HardCodedColor"
3986 severity="Error"
3987 message="Avoid using hardcoded color"
3988 category="Correctness"
3989 priority="4"
3990 summary="Using hardcoded color"
3991 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
3992 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
3993 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
3994 <location
3995 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
3996 line="53"
3997 column="38"/>
3998 </issue>
3999
4000 <issue
4001 id="HardCodedColor"
4002 severity="Error"
4003 message="Avoid using hardcoded color"
4004 category="Correctness"
4005 priority="4"
4006 summary="Using hardcoded color"
4007 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4008 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4009 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4010 <location
4011 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
4012 line="53"
4013 column="38"/>
4014 </issue>
4015
4016 <issue
4017 id="HardCodedColor"
4018 severity="Error"
4019 message="Avoid using hardcoded color"
4020 category="Correctness"
4021 priority="4"
4022 summary="Using hardcoded color"
4023 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4024 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4025 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4026 <location
4027 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
4028 line="66"
4029 column="34"/>
4030 </issue>
4031
4032 <issue
4033 id="HardCodedColor"
4034 severity="Error"
4035 message="Avoid using hardcoded color"
4036 category="Correctness"
4037 priority="4"
4038 summary="Using hardcoded color"
4039 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4040 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4041 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4042 <location
4043 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
4044 line="66"
4045 column="34"/>
4046 </issue>
4047
4048 <issue
4049 id="HardCodedColor"
4050 severity="Error"
4051 message="Avoid using hardcoded color"
4052 category="Correctness"
4053 priority="4"
4054 summary="Using hardcoded color"
4055 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4056 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4057 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4058 <location
4059 file="res/drawable-night/illustration_accessibility_gesture_three_finger.xml"
4060 line="67"
4061 column="38"/>
4062 </issue>
4063
4064 <issue
4065 id="HardCodedColor"
4066 severity="Error"
4067 message="Avoid using hardcoded color"
4068 category="Correctness"
4069 priority="4"
4070 summary="Using hardcoded color"
4071 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4072 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4073 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4074 <location
4075 file="res/drawable/illustration_accessibility_gesture_three_finger.xml"
4076 line="67"
4077 column="38"/>
4078 </issue>
4079
4080 <issue
4081 id="HardCodedColor"
4082 severity="Error"
4083 message="Avoid using hardcoded color"
4084 category="Correctness"
4085 priority="4"
4086 summary="Using hardcoded color"
4087 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4088 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4089 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4090 <location
4091 file="res/drawable-night/illustration_accessibility_gesture_two_finger.xml"
4092 line="38"
4093 column="34"/>
4094 </issue>
4095
4096 <issue
4097 id="HardCodedColor"
4098 severity="Error"
4099 message="Avoid using hardcoded color"
4100 category="Correctness"
4101 priority="4"
4102 summary="Using hardcoded color"
4103 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4104 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4106 <location
4107 file="res/drawable/illustration_accessibility_gesture_two_finger.xml"
4108 line="38"
4109 column="34"/>
4110 </issue>
4111
4112 <issue
4113 id="HardCodedColor"
4114 severity="Error"
4115 message="Avoid using hardcoded color"
4116 category="Correctness"
4117 priority="4"
4118 summary="Using hardcoded color"
4119 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4120 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4121 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4122 <location
4123 file="res/drawable-night/illustration_accessibility_gesture_two_finger.xml"
4124 line="39"
4125 column="38"/>
4126 </issue>
4127
4128 <issue
4129 id="HardCodedColor"
4130 severity="Error"
4131 message="Avoid using hardcoded color"
4132 category="Correctness"
4133 priority="4"
4134 summary="Using hardcoded color"
4135 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4136 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4138 <location
4139 file="res/drawable/illustration_accessibility_gesture_two_finger.xml"
4140 line="39"
4141 column="38"/>
4142 </issue>
4143
4144 <issue
4145 id="HardCodedColor"
4146 severity="Error"
4147 message="Avoid using hardcoded color"
4148 category="Correctness"
4149 priority="4"
4150 summary="Using hardcoded color"
4151 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4152 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4153 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4154 <location
4155 file="res/drawable-night/illustration_accessibility_gesture_two_finger.xml"
4156 line="52"
4157 column="34"/>
4158 </issue>
4159
4160 <issue
4161 id="HardCodedColor"
4162 severity="Error"
4163 message="Avoid using hardcoded color"
4164 category="Correctness"
4165 priority="4"
4166 summary="Using hardcoded color"
4167 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4168 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#00669DF6&quot;/>"
4169 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4170 <location
4171 file="res/drawable/illustration_accessibility_gesture_two_finger.xml"
4172 line="52"
4173 column="34"/>
4174 </issue>
4175
4176 <issue
4177 id="HardCodedColor"
4178 severity="Error"
4179 message="Avoid using hardcoded color"
4180 category="Correctness"
4181 priority="4"
4182 summary="Using hardcoded color"
4183 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4184 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4185 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4186 <location
4187 file="res/drawable-night/illustration_accessibility_gesture_two_finger.xml"
4188 line="53"
4189 column="38"/>
4190 </issue>
4191
4192 <issue
4193 id="HardCodedColor"
4194 severity="Error"
4195 message="Avoid using hardcoded color"
4196 category="Correctness"
4197 priority="4"
4198 summary="Using hardcoded color"
4199 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4200 errorLine1=" &lt;item android:offset=&quot;0.695&quot; android:color=&quot;#FF669DF6&quot;/>"
4201 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4202 <location
4203 file="res/drawable/illustration_accessibility_gesture_two_finger.xml"
4204 line="53"
4205 column="38"/>
4206 </issue>
4207
4208 <issue
4209 id="HardCodedColor"
4210 severity="Error"
4211 message="Avoid using hardcoded color"
4212 category="Correctness"
4213 priority="4"
4214 summary="Using hardcoded color"
4215 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004216 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
4217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4218 <location
4219 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4220 line="6"
4221 column="5"/>
4222 </issue>
4223
4224 <issue
4225 id="HardCodedColor"
4226 severity="Error"
4227 message="Avoid using hardcoded color"
4228 category="Correctness"
4229 priority="4"
4230 summary="Using hardcoded color"
4231 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4232 errorLine1=" android:background=&quot;#FF80CBC4&quot; >"
4233 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4234 <location
4235 file="res/layout/nfc_payment_how_it_works.xml"
4236 line="6"
4237 column="5"/>
4238 </issue>
4239
4240 <issue
4241 id="HardCodedColor"
4242 severity="Error"
4243 message="Avoid using hardcoded color"
4244 category="Correctness"
4245 priority="4"
4246 summary="Using hardcoded color"
4247 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4248 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4249 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4250 <location
4251 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4252 line="15"
4253 column="13"/>
4254 </issue>
4255
4256 <issue
4257 id="HardCodedColor"
4258 severity="Error"
4259 message="Avoid using hardcoded color"
4260 category="Correctness"
4261 priority="4"
4262 summary="Using hardcoded color"
4263 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4264 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4265 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4266 <location
4267 file="res/layout/nfc_payment_how_it_works.xml"
4268 line="15"
4269 column="13"/>
4270 </issue>
4271
4272 <issue
4273 id="HardCodedColor"
4274 severity="Error"
4275 message="Avoid using hardcoded color"
4276 category="Correctness"
4277 priority="4"
4278 summary="Using hardcoded color"
4279 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4280 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4281 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4282 <location
4283 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4284 line="40"
4285 column="15"/>
4286 </issue>
4287
4288 <issue
4289 id="HardCodedColor"
4290 severity="Error"
4291 message="Avoid using hardcoded color"
4292 category="Correctness"
4293 priority="4"
4294 summary="Using hardcoded color"
4295 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4296 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4297 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4298 <location
4299 file="res/layout/nfc_payment_how_it_works.xml"
4300 line="47"
4301 column="21"/>
4302 </issue>
4303
4304 <issue
4305 id="HardCodedColor"
4306 severity="Error"
4307 message="Avoid using hardcoded color"
4308 category="Correctness"
4309 priority="4"
4310 summary="Using hardcoded color"
4311 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4312 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4314 <location
4315 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4316 line="50"
4317 column="15"/>
4318 </issue>
4319
4320 <issue
4321 id="HardCodedColor"
4322 severity="Error"
4323 message="Avoid using hardcoded color"
4324 category="Correctness"
4325 priority="4"
4326 summary="Using hardcoded color"
4327 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4328 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4329 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4330 <location
4331 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4332 line="57"
4333 column="13"/>
4334 </issue>
4335
4336 <issue
4337 id="HardCodedColor"
4338 severity="Error"
4339 message="Avoid using hardcoded color"
4340 category="Correctness"
4341 priority="4"
4342 summary="Using hardcoded color"
4343 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4344 errorLine1=" android:textColor=&quot;#FF263238&quot;"
4345 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4346 <location
4347 file="res/layout/nfc_payment_how_it_works.xml"
4348 line="59"
4349 column="21"/>
4350 </issue>
4351
4352 <issue
4353 id="HardCodedColor"
4354 severity="Error"
4355 message="Avoid using hardcoded color"
4356 category="Correctness"
4357 priority="4"
4358 summary="Using hardcoded color"
4359 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4360 errorLine1=" android:textColor=&quot;#263238&quot;"
4361 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4362 <location
4363 file="res/layout-sw600dp/nfc_payment_how_it_works.xml"
4364 line="67"
4365 column="15"/>
4366 </issue>
4367
4368 <issue
4369 id="HardCodedColor"
4370 severity="Error"
4371 message="Avoid using hardcoded color"
4372 category="Correctness"
4373 priority="4"
4374 summary="Using hardcoded color"
4375 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4376 errorLine1=" android:background=&quot;#FFB2DFDB&quot; >"
4377 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4378 <location
4379 file="res/layout/nfc_payment_how_it_works.xml"
4380 line="68"
4381 column="13"/>
4382 </issue>
4383
4384 <issue
4385 id="HardCodedColor"
4386 severity="Error"
4387 message="Avoid using hardcoded color"
4388 category="Correctness"
4389 priority="4"
4390 summary="Using hardcoded color"
4391 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4392 errorLine1=" android:textColor=&quot;#263238&quot;"
4393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4394 <location
4395 file="res/layout/nfc_payment_how_it_works.xml"
4396 line="78"
4397 column="15"/>
4398 </issue>
4399
4400 <issue
4401 id="HardCodedColor"
4402 severity="Error"
4403 message="Avoid using hardcoded color"
4404 category="Correctness"
4405 priority="4"
4406 summary="Using hardcoded color"
4407 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004408 errorLine1=" &lt;item android:offset=&quot;0&quot; android:color=&quot;#FF4285F4&quot;/>"
4409 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4410 <location
4411 file="res/drawable/one_handed_guideline.xml"
4412 line="34"
4413 column="36"/>
4414 </issue>
4415
4416 <issue
4417 id="HardCodedColor"
4418 severity="Error"
4419 message="Avoid using hardcoded color"
4420 category="Correctness"
4421 priority="4"
4422 summary="Using hardcoded color"
4423 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4424 errorLine1=" &lt;item android:offset=&quot;1&quot; android:color=&quot;#004385F5&quot;/>"
4425 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
4426 <location
4427 file="res/drawable/one_handed_guideline.xml"
4428 line="35"
4429 column="36"/>
4430 </issue>
4431
4432 <issue
4433 id="HardCodedColor"
4434 severity="Error"
4435 message="Avoid using hardcoded color"
4436 category="Correctness"
4437 priority="4"
4438 summary="Using hardcoded color"
4439 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004440 errorLine1=" android:background=&quot;@color/battery_info_error_color_red&quot;>"
4441 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004442 <location
4443 file="res/layout/preference_battery_error.xml"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08004444 line="35"
Tsung-Mao Fangaa37e1d2021-04-12 16:17:53 +08004445 column="13"/>
4446 </issue>
4447
4448 <issue
4449 id="HardCodedColor"
4450 severity="Error"
4451 message="Avoid using hardcoded color"
4452 category="Correctness"
4453 priority="4"
4454 summary="Using hardcoded color"
4455 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004456 errorLine1=" android:src=&quot;@color/running_processes_system_ram&quot;"
4457 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4458 <location
4459 file="res/layout/running_processes_header.xml"
Salvador Martinez38c4b382018-04-02 11:32:06 -07004460 line="56"
jackqdyulei5024a382017-09-14 16:11:02 -07004461 column="13"/>
4462 </issue>
4463
4464 <issue
4465 id="HardCodedColor"
4466 severity="Error"
4467 message="Avoid using hardcoded color"
4468 category="Correctness"
4469 priority="4"
4470 summary="Using hardcoded color"
4471 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4472 errorLine1=" android:src=&quot;@color/running_processes_free_ram&quot;"
4473 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4474 <location
4475 file="res/layout/running_processes_header.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004476 line="129"
jackqdyulei5024a382017-09-14 16:11:02 -07004477 column="13"/>
4478 </issue>
4479
4480 <issue
4481 id="HardCodedColor"
4482 severity="Error"
4483 message="Avoid using hardcoded color"
4484 category="Correctness"
4485 priority="4"
4486 summary="Using hardcoded color"
4487 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004488 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_incoming&quot; />"
4489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
jackqdyulei5024a382017-09-14 16:11:02 -07004490 <location
4491 file="res/layout/screen_zoom_preview_1.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004492 line="42"
jackqdyulei5024a382017-09-14 16:11:02 -07004493 column="17"/>
4494 </issue>
4495
4496 <issue
4497 id="HardCodedColor"
4498 severity="Error"
4499 message="Avoid using hardcoded color"
4500 category="Correctness"
4501 priority="4"
4502 summary="Using hardcoded color"
4503 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4504 errorLine1=" app:iconBackgroundColor=&quot;@color/message_icon_background_outgoing&quot; />"
4505 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4506 <location
4507 file="res/layout/screen_zoom_preview_1.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004508 line="49"
jackqdyulei5024a382017-09-14 16:11:02 -07004509 column="17"/>
4510 </issue>
4511
4512 <issue
4513 id="HardCodedColor"
4514 severity="Error"
4515 message="Avoid using hardcoded color"
4516 category="Correctness"
4517 priority="4"
4518 summary="Using hardcoded color"
4519 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004520 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
4521 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4522 <location
4523 file="res/layout/shortcut_badge.xml"
4524 line="31"
4525 column="9"/>
4526 </issue>
4527
4528 <issue
4529 id="HardCodedColor"
4530 severity="Error"
4531 message="Avoid using hardcoded color"
4532 category="Correctness"
4533 priority="4"
4534 summary="Using hardcoded color"
4535 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4536 errorLine1=" android:background=&quot;@color/shortcut_background&quot;>"
4537 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4538 <location
4539 file="res/layout/shortcut_badge_maskable.xml"
4540 line="20"
4541 column="5"/>
4542 </issue>
4543
4544 <issue
4545 id="HardCodedColor"
4546 severity="Error"
4547 message="Avoid using hardcoded color"
4548 category="Correctness"
4549 priority="4"
4550 summary="Using hardcoded color"
4551 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4552 errorLine1=" android:tint=&quot;@color/icon_accent&quot;"
4553 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4554 <location
4555 file="res/layout/shortcut_badge_maskable.xml"
4556 line="29"
4557 column="9"/>
4558 </issue>
4559
4560 <issue
4561 id="HardCodedColor"
4562 severity="Error"
4563 message="Avoid using hardcoded color"
4564 category="Correctness"
4565 priority="4"
4566 summary="Using hardcoded color"
4567 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
menghanli075364f2022-03-10 07:39:43 +08004568 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>"
4569 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4570 <location
4571 file="res/values-en-rXC/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004572 line="3152"
menghanli075364f2022-03-10 07:39:43 +08004573 column="170"/>
4574 </issue>
4575
4576 <issue
4577 id="HardCodedColor"
4578 severity="Error"
4579 message="Avoid using hardcoded color"
4580 category="Correctness"
4581 priority="4"
4582 summary="Using hardcoded color"
4583 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004584 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 -07004585 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4586 <location
4587 file="res/values-en-rAU/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004588 line="3157"
jackqdyulei5024a382017-09-14 16:11:02 -07004589 column="64"/>
4590 </issue>
4591
4592 <issue
4593 id="HardCodedColor"
4594 severity="Error"
4595 message="Avoid using hardcoded color"
4596 category="Correctness"
4597 priority="4"
4598 summary="Using hardcoded color"
4599 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004600 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 -07004601 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4602 <location
4603 file="res/values-en-rCA/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004604 line="3157"
jackqdyulei5024a382017-09-14 16:11:02 -07004605 column="64"/>
4606 </issue>
4607
4608 <issue
4609 id="HardCodedColor"
4610 severity="Error"
4611 message="Avoid using hardcoded color"
4612 category="Correctness"
4613 priority="4"
4614 summary="Using hardcoded color"
4615 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004616 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 -07004617 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4618 <location
4619 file="res/values-en-rGB/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004620 line="3157"
jackqdyulei5024a382017-09-14 16:11:02 -07004621 column="64"/>
4622 </issue>
4623
4624 <issue
4625 id="HardCodedColor"
4626 severity="Error"
4627 message="Avoid using hardcoded color"
4628 category="Correctness"
4629 priority="4"
4630 summary="Using hardcoded color"
4631 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Raff Tsai91d99422019-12-20 12:04:42 +08004632 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 -07004633 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4634 <location
4635 file="res/values-en-rIN/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004636 line="3157"
jackqdyulei5024a382017-09-14 16:11:02 -07004637 column="64"/>
4638 </issue>
4639
4640 <issue
4641 id="HardCodedColor"
4642 severity="Error"
4643 message="Avoid using hardcoded color"
4644 category="Correctness"
4645 priority="4"
4646 summary="Using hardcoded color"
4647 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4648 errorLine1=" &lt;string name=&quot;sync_plug&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>Welcome to Google sync!&lt;/font>"
4649 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
4650 <location
4651 file="res/values/strings.xml"
Tsung-Mao Fange706ccc2022-04-11 20:40:18 +08004652 line="7160"
jackqdyulei5024a382017-09-14 16:11:02 -07004653 column="36"/>
4654 </issue>
4655
4656 <issue
4657 id="HardCodedColor"
4658 severity="Error"
4659 message="Avoid using hardcoded color"
4660 category="Correctness"
4661 priority="4"
4662 summary="Using hardcoded color"
4663 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08004664 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
4665 errorLine2=" ^">
4666 <location
4667 file="res/values-night/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08004668 line="33"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08004669 column="41"/>
4670 </issue>
4671
4672 <issue
4673 id="HardCodedColor"
4674 severity="Error"
4675 message="Avoid using hardcoded color"
4676 category="Correctness"
4677 priority="4"
4678 summary="Using hardcoded color"
4679 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4680 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
4681 errorLine2=" ^">
4682 <location
4683 file="res/values-night/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08004684 line="33"
Tsung-Mao Fang1e8a9072021-06-17 17:39:41 +08004685 column="41"/>
4686 </issue>
4687
4688 <issue
4689 id="HardCodedColor"
4690 severity="Error"
4691 message="Avoid using hardcoded color"
4692 category="Correctness"
4693 priority="4"
4694 summary="Using hardcoded color"
4695 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Salvador Martinez2bb99302018-11-02 14:15:44 -07004696 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
4697 errorLine2=" ^">
jackqdyulei5024a382017-09-14 16:11:02 -07004698 <location
4699 file="res/values/themes.xml"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08004700 line="114"
Salvador Martinez2bb99302018-11-02 14:15:44 -07004701 column="40"/>
4702 </issue>
4703
4704 <issue
4705 id="HardCodedColor"
4706 severity="Error"
4707 message="Avoid using hardcoded color"
4708 category="Correctness"
4709 priority="4"
4710 summary="Using hardcoded color"
4711 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4712 errorLine1=" &lt;item name=&quot;android:trackTint&quot;>@color/switchbar_switch_track_tint&lt;/item>"
4713 errorLine2=" ^">
4714 <location
4715 file="res/values/themes.xml"
Tsung-Mao Fanga12a0d12021-08-25 17:13:19 +08004716 line="114"
Salvador Martinez2bb99302018-11-02 14:15:44 -07004717 column="40"/>
jackqdyulei5024a382017-09-14 16:11:02 -07004718 </issue>
4719
4720 <issue
4721 id="HardCodedColor"
4722 severity="Error"
4723 message="Avoid using hardcoded color"
4724 category="Correctness"
4725 priority="4"
4726 summary="Using hardcoded color"
4727 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004728 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
4729 errorLine2=" ^">
4730 <location
4731 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08004732 line="126"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004733 column="41"/>
4734 </issue>
4735
4736 <issue
4737 id="HardCodedColor"
4738 severity="Error"
4739 message="Avoid using hardcoded color"
4740 category="Correctness"
4741 priority="4"
4742 summary="Using hardcoded color"
4743 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4744 errorLine1=" &lt;item name=&quot;android:colorError&quot;>@color/settings_dialog_colorError&lt;/item>"
4745 errorLine2=" ^">
4746 <location
4747 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08004748 line="126"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004749 column="41"/>
4750 </issue>
4751
4752 <issue
4753 id="HardCodedColor"
4754 severity="Error"
4755 message="Avoid using hardcoded color"
4756 category="Correctness"
4757 priority="4"
4758 summary="Using hardcoded color"
4759 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07004760 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
4761 errorLine2=" ^">
4762 <location
4763 file="res/values/themes.xml"
menghanli075364f2022-03-10 07:39:43 +08004764 line="183"
4765 column="45"/>
4766 </issue>
4767
4768 <issue
4769 id="HardCodedColor"
4770 severity="Error"
4771 message="Avoid using hardcoded color"
4772 category="Correctness"
4773 priority="4"
4774 summary="Using hardcoded color"
4775 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4776 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
4777 errorLine2=" ^">
4778 <location
4779 file="res/values/themes.xml"
4780 line="184"
4781 column="49"/>
4782 </issue>
4783
4784 <issue
4785 id="HardCodedColor"
4786 severity="Error"
4787 message="Avoid using hardcoded color"
4788 category="Correctness"
4789 priority="4"
4790 summary="Using hardcoded color"
4791 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4792 errorLine1=" &lt;item name=&quot;android:statusBarColor&quot;>#00000000&lt;/item>"
4793 errorLine2=" ^">
4794 <location
4795 file="res/values/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08004796 line="192"
jackqdyulei5024a382017-09-14 16:11:02 -07004797 column="45"/>
4798 </issue>
4799
4800 <issue
4801 id="HardCodedColor"
4802 severity="Error"
4803 message="Avoid using hardcoded color"
4804 category="Correctness"
4805 priority="4"
4806 summary="Using hardcoded color"
4807 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4808 errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot;>#00000000&lt;/item>"
4809 errorLine2=" ^">
4810 <location
4811 file="res/values/themes.xml"
menghanli9fd21d52022-01-13 11:28:38 +08004812 line="193"
Tsung-Mao Fang6b8a5d12021-05-31 20:00:20 +08004813 column="49"/>
4814 </issue>
4815
4816 <issue
4817 id="HardCodedColor"
4818 severity="Error"
4819 message="Avoid using hardcoded color"
4820 category="Correctness"
4821 priority="4"
4822 summary="Using hardcoded color"
4823 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Fan Zhanga122be12018-07-16 16:28:37 -07004824 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
4825 errorLine2=" ^">
4826 <location
4827 file="res/values/themes_suw.xml"
4828 line="29"
4829 column="40"/>
4830 </issue>
4831
4832 <issue
4833 id="HardCodedColor"
4834 severity="Error"
4835 message="Avoid using hardcoded color"
4836 category="Correctness"
4837 priority="4"
4838 summary="Using hardcoded color"
4839 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4840 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
4841 errorLine2=" ^">
4842 <location
4843 file="res/values/themes_suw.xml"
4844 line="48"
4845 column="40"/>
4846 </issue>
4847
4848 <issue
4849 id="HardCodedColor"
4850 severity="Error"
4851 message="Avoid using hardcoded color"
4852 category="Correctness"
4853 priority="4"
4854 summary="Using hardcoded color"
4855 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4856 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
4857 errorLine2=" ^">
4858 <location
4859 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004860 line="66"
Fan Zhanga122be12018-07-16 16:28:37 -07004861 column="40"/>
4862 </issue>
4863
4864 <issue
4865 id="HardCodedColor"
4866 severity="Error"
4867 message="Avoid using hardcoded color"
4868 category="Correctness"
4869 priority="4"
4870 summary="Using hardcoded color"
4871 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4872 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
4873 errorLine2=" ^">
4874 <location
4875 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004876 line="85"
Fan Zhanga122be12018-07-16 16:28:37 -07004877 column="40"/>
4878 </issue>
4879
4880 <issue
4881 id="HardCodedColor"
4882 severity="Error"
4883 message="Avoid using hardcoded color"
4884 category="Correctness"
4885 priority="4"
4886 summary="Using hardcoded color"
4887 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4888 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
4889 errorLine2=" ^">
4890 <location
4891 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004892 line="103"
Fan Zhanga122be12018-07-16 16:28:37 -07004893 column="40"/>
4894 </issue>
4895
4896 <issue
4897 id="HardCodedColor"
4898 severity="Error"
4899 message="Avoid using hardcoded color"
4900 category="Correctness"
4901 priority="4"
4902 summary="Using hardcoded color"
4903 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4904 errorLine1=" &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
4905 errorLine2=" ^">
4906 <location
4907 file="res/values/themes_suw.xml"
Raff Tsai91d99422019-12-20 12:04:42 +08004908 line="127"
Fan Zhanga122be12018-07-16 16:28:37 -07004909 column="40"/>
4910 </issue>
4911
4912 <issue
4913 id="HardCodedColor"
4914 severity="Error"
4915 message="Avoid using hardcoded color"
4916 category="Correctness"
4917 priority="4"
4918 summary="Using hardcoded color"
4919 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4920 errorLine1=" &lt;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
4921 errorLine2=" ^">
4922 <location
4923 file="res/values/themes_suw.xml"
Stanley Wang86cc0572021-02-03 23:40:46 +08004924 line="196"
Fan Zhanga122be12018-07-16 16:28:37 -07004925 column="43"/>
4926 </issue>
4927
4928 <issue
4929 id="HardCodedColor"
4930 severity="Error"
4931 message="Avoid using hardcoded color"
4932 category="Correctness"
4933 priority="4"
4934 summary="Using hardcoded color"
4935 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4936 errorLine1=" &lt;item name=&quot;android:colorAccent&quot;>@color/material_blue_700&lt;/item>"
4937 errorLine2=" ^">
4938 <location
4939 file="res/values/themes_suw.xml"
Stanley Wang86cc0572021-02-03 23:40:46 +08004940 line="197"
Fan Zhanga122be12018-07-16 16:28:37 -07004941 column="42"/>
4942 </issue>
4943
4944 <issue
4945 id="HardCodedColor"
4946 severity="Error"
4947 message="Avoid using hardcoded color"
4948 category="Correctness"
4949 priority="4"
4950 summary="Using hardcoded color"
4951 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4952 errorLine1=" &lt;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
4953 errorLine2=" ^">
4954 <location
4955 file="res/values/themes_suw.xml"
Stanley Wang86cc0572021-02-03 23:40:46 +08004956 line="198"
Fan Zhanga122be12018-07-16 16:28:37 -07004957 column="45"/>
4958 </issue>
4959
4960 <issue
4961 id="HardCodedColor"
4962 severity="Error"
4963 message="Avoid using hardcoded color"
4964 category="Correctness"
4965 priority="4"
4966 summary="Using hardcoded color"
4967 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
Sorin Bascae81d98c2022-07-05 18:37:05 +01004968 errorLine1=" &lt;item name=&quot;android:colorPrimary&quot;>@color/material_grey_100&lt;/item>"
4969 errorLine2=" ^">
4970 <location
4971 file="res/values/themes_suw.xml"
4972 line="233"
4973 column="45"/>
4974 </issue>
4975
4976 <issue
4977 id="HardCodedColor"
4978 severity="Error"
4979 message="Avoid using hardcoded color"
4980 category="Correctness"
4981 priority="4"
4982 summary="Using hardcoded color"
4983 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
4984 errorLine1=" &lt;item name=&quot;android:titleTextColor&quot;>@color/material_blue_700&lt;/item>"
4985 errorLine2=" ^">
4986 <location
4987 file="res/values/themes_suw.xml"
4988 line="235"
4989 column="45"/>
4990 </issue>
4991
4992 <issue
4993 id="HardCodedColor"
4994 severity="Error"
4995 message="Avoid using hardcoded color"
4996 category="Correctness"
4997 priority="4"
4998 summary="Using hardcoded color"
4999 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
jackqdyulei5024a382017-09-14 16:11:02 -07005000 errorLine1=" android:background=&quot;@color/gestures_setting_background_color&quot;"
5001 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5002 <location
5003 file="res/layout/video_preference.xml"
5004 line="22"
5005 column="5"/>
5006 </issue>
5007
Sorin Bascae81d98c2022-07-05 18:37:05 +01005008 <issue
5009 id="HardCodedColor"
5010 severity="Error"
5011 message="Avoid using hardcoded color"
5012 category="Correctness"
5013 priority="4"
5014 summary="Using hardcoded color"
5015 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5016 errorLine1=" android:progressBackgroundTint=&quot;@color/sfps_enrollment_progress_bar_bg_color&quot;"
5017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5018 <location
5019 file="res/layout/sfps_enroll_enrolling.xml"
5020 line="71"
5021 column="20"/>
5022 </issue>
5023
5024 <issue
5025 id="HardCodedColor"
5026 severity="Error"
5027 message="Avoid using hardcoded color"
5028 category="Correctness"
5029 priority="4"
5030 summary="Using hardcoded color"
5031 explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
5032 errorLine1=" android:progressBackgroundTint=&quot;@color/sfps_enrollment_progress_bar_bg_color&quot;"
5033 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5034 <location
5035 file="res/layout/sfps_enroll_enrolling.xml"
5036 line="71"
5037 column="20"/>
5038 </issue>
5039
jackqdyulei5024a382017-09-14 16:11:02 -07005040</issues>