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/cc">
|
|
<target
|
|
android:name="ring_outer"
|
|
android:animation="@anim/w"/>
|
|
<target
|
|
android:name="ring_outer_path"
|
|
android:animation="@anim/x"/>
|
|
<target
|
|
android:name="dot_group"
|
|
android:animation="@anim/v"/>
|
|
</animated-vector>
|