app: address VectorRaster lint
This commit is contained in:
parent
95f16cbf5a
commit
13e859baca
2 changed files with 0 additions and 12 deletions
|
@ -1,17 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
|
||||
|
||||
<issue
|
||||
id="VectorRaster"
|
||||
message="Resource references will not work correctly in images generated for this vector icon for API < 24; check generated icon to make sure it looks acceptable"
|
||||
errorLine1=" android:tint="?attr/colorControlNormal""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/drawable/ic_push_pin_24dp.xml"
|
||||
line="4"
|
||||
column="17"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Deprecated"
|
||||
message="`android:editable` is deprecated: Use an `<EditText>` to make it editable"
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16,9V4l1,0c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H7C6.45,2 6,2.45 6,3v0c0,0.55 0.45,1 1,1l1,0v5c0,1.66 -1.34,3 -3,3h0v2h5.97v7l1,1l1,-1v-7H19v-2h0C17.34,12 16,10.66 16,9z" />
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue