Commit 7624f4ac authored by Mygod's avatar Mygod

Fix lint errors

parent ef519a85
......@@ -2,7 +2,9 @@
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
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">
<aapt:attr name="android:animation">
<objectAnimator
......
......@@ -2,7 +2,9 @@
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
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">
<aapt:attr name="android:animation">
<objectAnimator
......
......@@ -2,7 +2,9 @@
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
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">
<aapt:attr name="android:animation">
<objectAnimator
......
......@@ -2,7 +2,9 @@
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
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">
<aapt:attr name="android:animation">
<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