Pedro Loureiro | 1e296c1 | 2021-03-09 18:35:52 +0000 | [diff] [blame] | 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="?android:attr/dialogCornerRadius"" |
| 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="?android:attr/dialogCornerRadius" />" |
| 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=" <style name="Widget.DeviceDefault.Button.Rounded.Colored" parent="@android:style/Widget.DeviceDefault.Button.Colored">" |
| 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=" <corners android:radius="@android:dimen/system_app_widget_background_radius" />" |
| 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> |