Skip to content
Find file
9512989
9 lines (9 sloc) 389 Bytes
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/add_remove_duration"
android:interpolator="@android:interpolator/fast_out_slow_in"
android:propertyName="pathData"
android:valueFrom="@string/path_add"
android:valueTo="@string/path_remove"
android:valueType="pathType"/>
Something went wrong with that request. Please try again.