lmw
2024-09-04 f4a6d4f0996238f9c85e4986deffe69a1c8256e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>