<?xml version="1.0" encoding="utf-8"?>
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:drawable="@drawable/svg_error"
|
tools:targetApi="lollipop">
|
|
<target
|
android:name="ic_err_0"
|
android:animation="@animator/animator_path" />
|
|
<target
|
android:name="ic_err_1"
|
android:animation="@animator/animator_path" />
|
|
<target
|
android:name="ic_round"
|
android:animation="@animator/animator_path" />
|
|
</animated-vector>
|