14 lines
523 B
XML
14 lines
523 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:drawable="@drawable/ff">
|
|
<set
|
|
android:interpolator="@interpolator/h"
|
|
android:shareInterpolator="true">
|
|
<target
|
|
android:name="@string/v9"
|
|
android:animation="@drawable/a7"/>
|
|
<target
|
|
android:name="@string/v9"
|
|
android:animation="@drawable/a8"/>
|
|
</set>
|
|
</animated-vector>
|