Commit 7624f4ac authored by Mygod's avatar Mygod

Fix lint errors

parent ef519a85
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<animated-vector <animated-vector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/ic_service_active"> xmlns:tools="http://schemas.android.com/tools"
android:drawable="@drawable/ic_service_active"
tools:ignore="NewApi">
<target android:name="path"> <target android:name="path">
<aapt:attr name="android:animation"> <aapt:attr name="android:animation">
<objectAnimator <objectAnimator
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<animated-vector <animated-vector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/ic_service_idle"> xmlns:tools="http://schemas.android.com/tools"
android:drawable="@drawable/ic_service_idle"
tools:ignore="NewApi">
<target android:name="strike_thru_path"> <target android:name="strike_thru_path">
<aapt:attr name="android:animation"> <aapt:attr name="android:animation">
<objectAnimator <objectAnimator
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<animated-vector <animated-vector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/ic_service_idle"> xmlns:tools="http://schemas.android.com/tools"
android:drawable="@drawable/ic_service_idle"
tools:ignore="NewApi">
<target android:name="strike_thru_path"> <target android:name="strike_thru_path">
<aapt:attr name="android:animation"> <aapt:attr name="android:animation">
<objectAnimator <objectAnimator
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<animated-vector <animated-vector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/ic_service_active"> xmlns:tools="http://schemas.android.com/tools"
android:drawable="@drawable/ic_service_active"
tools:ignore="NewApi">
<target android:name="path"> <target android:name="path">
<aapt:attr name="android:animation"> <aapt:attr name="android:animation">
<objectAnimator <objectAnimator
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment