9 lines
401 B
XML
9 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:interpolator="@android:interpolator/fast_out_linear_in"
|
|
android:duration="@integer/b2"
|
|
android:valueFrom="@string/vo"
|
|
android:valueTo="@string/vp"
|
|
android:valueType="pathType"
|
|
android:propertyName="pathData"/>
|