-
Notifications
You must be signed in to change notification settings - Fork 1
/
lint-baseline.xml
106 lines (95 loc) · 3.76 KB
/
lint-baseline.xml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.2)" variant="all" version="8.3.2">
<issue
id="DeprecatedCall"
message="android.app.Activity.onBackPressed is deprecated; consider using an alternative."
errorLine1=" super.onBackPressed()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/coffeetrain/doggifs/MainActivity.kt"
line="41"
column="7"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/app_background` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
errorLine1=" android:background="@color/app_background""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/set_available_gifs.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/app_background` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
errorLine1=" android:background="@color/app_background""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/settings_screen.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/app_background` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
errorLine1=" android:background="@color/app_background""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/show_gif_screen.xml"
line="7"
column="5"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.padding_4x` appears to be unused"
errorLine1=" <dimen name="padding_4x">32dp</dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="5"
column="10"/>
</issue>
<issue
id="IconLauncherShape"
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
<location
file="src/main/res/mipmap-xxxhdpi/app_icon.png"/>
</issue>
<issue
id="IconMissingDensityFolder"
message="Missing density variation folders in `src/main/res`: drawable-hdpi, drawable-mdpi, drawable-xhdpi">
<location
file="src/main/res"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/action_bar.xml"
line="15"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/action_bar.xml"
line="24"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/gif_grid_cell.xml"
line="7"
column="4"/>
</issue>
</issues>