lint-baseline-res-lib.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <issue
  4. id="NewApi"
  5. message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
  6. errorLine1=" android:topLeftRadius=&quot;?android:attr/dialogCornerRadius&quot;"
  7. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  8. <location
  9. file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
  10. line="6"
  11. column="9"/>
  12. </issue>
  13. <issue
  14. id="NewApi"
  15. message="`?android:attr/dialogCornerRadius` requires API level 28 (current min is 26)"
  16. errorLine1=" android:topRightRadius=&quot;?android:attr/dialogCornerRadius&quot; />"
  17. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  18. <location
  19. file="packages/apps/Launcher3/res/drawable/add_item_dialog_background.xml"
  20. line="7"
  21. column="9"/>
  22. </issue>
  23. <issue
  24. id="NewApi"
  25. message="`@android:style/Widget.DeviceDefault.Button.Colored` requires API level 28 (current min is 26)"
  26. errorLine1=" &lt;style name=&quot;Widget.DeviceDefault.Button.Rounded.Colored&quot; parent=&quot;@android:style/Widget.DeviceDefault.Button.Colored&quot;>"
  27. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  28. <location
  29. file="packages/apps/Launcher3/res/values/styles.xml"
  30. line="287"
  31. column="63"/>
  32. </issue>
  33. <issue
  34. id="NewApi"
  35. message="`@android:dimen/system_app_widget_background_radius` requires API level 31 (current min is 26)"
  36. errorLine1=" &lt;corners android:radius=&quot;@android:dimen/system_app_widget_background_radius&quot; />"
  37. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  38. <location
  39. file="packages/apps/Launcher3/res/drawable/widget_resize_frame.xml"
  40. line="20"
  41. column="14"/>
  42. </issue>
  43. </issues>