1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4" by="lint 3.0.0">
3
4    <issue
5        id="FindViewByIdCast"
6        message="Add explicit cast here; won&apos;t compile with Java language level 1.8 without it"
7        errorLine1="            mViews.add(findViewById(R.id.view_1));"
8        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java"
11            line="59"
12            column="24"/>
13    </issue>
14
15    <issue
16        id="FindViewByIdCast"
17        message="Add explicit cast here; won&apos;t compile with Java language level 1.8 without it"
18        errorLine1="            mViews.add(findViewById(R.id.view_2));"
19        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java"
22            line="60"
23            column="24"/>
24    </issue>
25
26    <issue
27        id="FindViewByIdCast"
28        message="Add explicit cast here; won&apos;t compile with Java language level 1.8 without it"
29        errorLine1="            mViews.add(findViewById(R.id.view_3));"
30        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java"
33            line="61"
34            column="24"/>
35    </issue>
36
37    <issue
38        id="FindViewByIdCast"
39        message="Add explicit cast here; won&apos;t compile with Java language level 1.8 without it"
40        errorLine1="            mViews.add(findViewById(R.id.view_4));"
41        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="src/main/java/com/example/android/support/transition/widget/ExplodeUsage.java"
44            line="62"
45            column="24"/>
46    </issue>
47
48    <issue
49        id="UnusedAttribute"
50        message="Attribute `elevation` is only used in API level 21 and higher (current min is 14)"
51        errorLine1="            android:elevation=&quot;4dp&quot;/>"
52        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~">
53        <location
54            file="src/main/res/layout/begin_delayed.xml"
55            line="31"
56            column="13"/>
57    </issue>
58
59    <issue
60        id="UnusedAttribute"
61        message="Attribute `elevation` is only used in API level 21 and higher (current min is 14)"
62        errorLine1="            android:elevation=&quot;4dp&quot;/>"
63        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~">
64        <location
65            file="src/main/res/layout/scene_usage.xml"
66            line="31"
67            column="13"/>
68    </issue>
69
70    <issue
71        id="AppCompatResource"
72        message="Should use `android:showAsAction` when not using the appcompat library"
73        errorLine1="            app:showAsAction=&quot;ifRoom&quot;/>"
74        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
75        <location
76            file="src/main/res/menu/basic_usage.xml"
77            line="22"
78            column="13"/>
79    </issue>
80
81    <issue
82        id="AllowBackup"
83        message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
84        errorLine1="    &lt;application android:label=&quot;@string/activity_sample_code&quot;"
85        errorLine2="    ^">
86        <location
87            file="src/main/AndroidManifest.xml"
88            line="24"
89            column="5"/>
90    </issue>
91
92    <issue
93        id="AllowBackup"
94        message="Should explicitly set `android:allowBackup` to `true` or `false` (it&apos;s `true` by default, and that can have some security implications for the application&apos;s data)"
95        errorLine1="    &lt;application android:label=&quot;@string/activity_sample_code&quot;"
96        errorLine2="    ^">
97        <location
98            file="src/main/AndroidManifest.xml"
99            line="24"
100            column="5"/>
101    </issue>
102
103    <issue
104        id="Overdraw"
105        message="Possible overdraw: Root element paints background `#f00` with a theme that also paints a background (inferred theme is `@style/Theme_Transition`)"
106        errorLine1="    android:background=&quot;#f00&quot;/>"
107        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~">
108        <location
109            file="src/main/res/layout/red_square.xml"
110            line="23"
111            column="5"/>
112    </issue>
113
114    <issue
115        id="UnusedResources"
116        message="The resource `R.drawable.ic_action_navigation_menu` appears to be unused">
117        <location
118            file="src/main/res/drawable-hdpi/ic_action_navigation_menu.png"/>
119        <location
120            file="src/main/res/drawable-mdpi/ic_action_navigation_menu.png"/>
121        <location
122            file="src/main/res/drawable-xhdpi/ic_action_navigation_menu.png"/>
123        <location
124            file="src/main/res/drawable-xxhdpi/ic_action_navigation_menu.png"/>
125    </issue>
126
127    <issue
128        id="UnusedResources"
129        message="The resource `R.drawable.ic_add` appears to be unused">
130        <location
131            file="src/main/res/drawable-xxhdpi/ic_add.png"/>
132    </issue>
133
134    <issue
135        id="UnusedResources"
136        message="The resource `R.drawable.ic_android` appears to be unused">
137        <location
138            file="src/main/res/drawable-hdpi/ic_android.png"/>
139        <location
140            file="src/main/res/drawable-mdpi/ic_android.png"/>
141        <location
142            file="src/main/res/drawable-xhdpi/ic_android.png"/>
143        <location
144            file="src/main/res/drawable-xxhdpi/ic_android.png"/>
145        <location
146            file="src/main/res/drawable-xxxhdpi/ic_android.png"/>
147    </issue>
148
149    <issue
150        id="IconDensities"
151        message="Missing the following drawables in `drawable-hdpi`: ic_add.png (found in drawable-xxhdpi)">
152        <location
153            file="src/main/res/drawable-hdpi"/>
154    </issue>
155
156    <issue
157        id="IconDensities"
158        message="Missing the following drawables in `drawable-mdpi`: ic_add.png (found in drawable-xxhdpi)">
159        <location
160            file="src/main/res/drawable-mdpi"/>
161    </issue>
162
163    <issue
164        id="IconDensities"
165        message="Missing the following drawables in `drawable-xhdpi`: app_sample_code.png, ic_add.png">
166        <location
167            file="src/main/res/drawable-xhdpi"/>
168    </issue>
169
170    <issue
171        id="IconDensities"
172        message="Missing the following drawables in `drawable-xxhdpi`: app_sample_code.png (found in drawable-hdpi, drawable-mdpi)">
173        <location
174            file="src/main/res/drawable-xxhdpi"/>
175    </issue>
176
177    <issue
178        id="ButtonStyle"
179        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
180        errorLine1="        &lt;Button"
181        errorLine2="        ^">
182        <location
183            file="src/main/res/layout/image_transform.xml"
184            line="30"
185            column="9"/>
186    </issue>
187
188    <issue
189        id="ButtonStyle"
190        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
191        errorLine1="        &lt;Button"
192        errorLine2="        ^">
193        <location
194            file="src/main/res/layout/image_transform.xml"
195            line="35"
196            column="9"/>
197    </issue>
198
199    <issue
200        id="ButtonStyle"
201        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
202        errorLine1="        &lt;Button"
203        errorLine2="        ^">
204        <location
205            file="src/main/res/layout/image_transform.xml"
206            line="40"
207            column="9"/>
208    </issue>
209
210    <issue
211        id="ButtonStyle"
212        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
213        errorLine1="        &lt;Button"
214        errorLine2="        ^">
215        <location
216            file="src/main/res/layout/image_transform.xml"
217            line="55"
218            column="9"/>
219    </issue>
220
221    <issue
222        id="ButtonStyle"
223        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
224        errorLine1="        &lt;Button"
225        errorLine2="        ^">
226        <location
227            file="src/main/res/layout/image_transform.xml"
228            line="60"
229            column="9"/>
230    </issue>
231
232    <issue
233        id="ButtonStyle"
234        message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
235        errorLine1="        &lt;Button"
236        errorLine2="        ^">
237        <location
238            file="src/main/res/layout/image_transform.xml"
239            line="65"
240            column="9"/>
241    </issue>
242
243    <issue
244        id="GoogleAppIndexingWarning"
245        message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details."
246        errorLine1="    &lt;application android:label=&quot;@string/activity_sample_code&quot;"
247        errorLine2="    ^">
248        <location
249            file="src/main/AndroidManifest.xml"
250            line="24"
251            column="5"/>
252    </issue>
253
254    <issue
255        id="HardcodedText"
256        message="Hardcoded string &quot;Photo&quot;, should use `@string` resource"
257        errorLine1="        android:contentDescription=&quot;Photo&quot;"
258        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
259        <location
260            file="src/main/res/layout/clip_bounds.xml"
261            line="34"
262            column="9"/>
263    </issue>
264
265</issues>
266