You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
988 B
27 lines
988 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="`@android:style/Theme.Material.Dialog` requires API level 21 (current min is 14)"
|
|
errorLine1=" <style name="DialogTheme_Test" parent="@android:style/Theme.Material.Dialog">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/app/res/values/styles.xml"
|
|
line="168"
|
|
column="36"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="View requires API level 21 (current min is 14): `<Toolbar>`"
|
|
errorLine1="<Toolbar android:id="@+id/toolbar""
|
|
errorLine2=" ~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/app/res/layout/toolbar_activity.xml"
|
|
line="23"
|
|
column="2"/>
|
|
</issue>
|
|
|
|
</issues>
|