• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
3
4    <issue
5        id="NewApi"
6        message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
7        errorLine1="        android:topLeftRadius=&quot;?android:attr/dialogCornerRadius&quot;"
8        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
11            line="6"
12            column="9"/>
13    </issue>
14
15    <issue
16        id="NewApi"
17        message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
18        errorLine1="        android:topRightRadius=&quot;?android:attr/dialogCornerRadius&quot; />"
19        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
22            line="7"
23            column="9"/>
24    </issue>
25
26    <issue
27        id="NewApi"
28        message="`@android:style/Widget.DeviceDefault.Button.Colored` requires API level 28 (current min is 26)"
29        errorLine1="    &lt;style name=&quot;Widget.DeviceDefault.Button.Rounded.Colored&quot; parent=&quot;@android:style/Widget.DeviceDefault.Button.Colored&quot;>"
30        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="packages/apps/Launcher3/res/values/styles.xml"
33            line="287"
34            column="63"/>
35    </issue>
36
37    <issue
38        id="NewApi"
39        message="`@android:dimen/system_app_widget_background_radius` requires API level 31 (current min is 26)"
40        errorLine1="    &lt;corners android:radius=&quot;@android:dimen/system_app_widget_background_radius&quot; />"
41        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="packages/apps/Launcher3/res/drawable/widget_resize_frame.xml"
44            line="20"
45            column="14"/>
46    </issue>
47
48</issues>
49