38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 7.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0)" variant="fatal" version="7.2.0">
|
|
|
|
<issue
|
|
id="MissingDefaultResource"
|
|
message="The color "color_search_2" in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
|
|
errorLine1=" <color name="color_search_2">#111111</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values-night/colors.xml"
|
|
line="71"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="MissingDefaultResource"
|
|
message="The color "color_search_1" in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
|
|
errorLine1=" <color name="color_search_1">#222222</color>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values-night/colors.xml"
|
|
line="72"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ExtraTranslation"
|
|
message=""picture_completed" is translated here but not found in default locale"
|
|
errorLine1=" <string name="picture_completed">确定</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values-zh/values-zh.xml"
|
|
line="3"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
</issues>
|