9 lines
376 B
XML
9 lines
376 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="@interpolator/l"
|
|
android:duration="@integer/av"
|
|
android:valueFrom="@string/v_"
|
|
android:valueTo="@string/v7"
|
|
android:valueType="pathType"
|
|
android:propertyName="pathData"/>
|