集成完直播后提交代码
This commit is contained in:
37
app/lint-baseline.xml
Normal file
37
app/lint-baseline.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user