13 lines
430 B
XML
13 lines
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" android:drawable="@drawable/ca">
|
|
<target
|
|
android:name="icon_null"
|
|
android:animation="@anim/o"/>
|
|
<target
|
|
android:name="box_outer_merged"
|
|
android:animation="@anim/n"/>
|
|
<target
|
|
android:name="box_inner_merged"
|
|
android:animation="@anim/m"/>
|
|
</animated-vector>
|