-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlint-baseline.xml
More file actions
59 lines (53 loc) · 1.92 KB
/
Copy pathlint-baseline.xml
File metadata and controls
59 lines (53 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.13.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.2)" variant="all" version="8.13.2">
<issue
id="ButtonStyleXmlDetector"
message="All buttons must have a style, try using NeutralButton or similar."
errorLine1=" <Button"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="24"
column="14"/>
</issue>
<issue
id="ButtonStyleXmlDetector"
message="All buttons must have a style, try using NeutralButton or similar."
errorLine1=" <Button"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="31"
column="14"/>
</issue>
<issue
id="ButtonStyleXmlDetector"
message="All buttons must have a style, try using NeutralButton or similar."
errorLine1=" <Button"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="39"
column="14"/>
</issue>
<issue
id="ButtonStyleXmlDetector"
message="All buttons must have a style, try using NeutralButton or similar."
errorLine1=" <Button"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="47"
column="14"/>
</issue>
<issue
id="ButtonStyleXmlDetector"
message="All buttons must have a style, try using NeutralButton or similar."
errorLine1=" <Button"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="55"
column="14"/>
</issue>
</issues>