13 lines
423 B
XML
13 lines
423 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" android:drawable="@drawable/ce">
|
|
<target
|
|
android:name="ring_outer"
|
|
android:animation="@anim/t"/>
|
|
<target
|
|
android:name="ring_outer_path"
|
|
android:animation="@anim/u"/>
|
|
<target
|
|
android:name="dot_group"
|
|
android:animation="@anim/s"/>
|
|
</animated-vector>
|