liaohuqiu / android-support-23.2-sample

Sample Project for Android Support Library 23.2
http://android-developers.blogspot.com/2016/02/android-support-library-232.html
773 stars 87 forks source link

pathData 动画不支持? #1

Closed hamberluo closed 8 years ago

hamberluo commented 8 years ago
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <objectAnimator
        android:duration="1000"
        android:propertyName="pathData"
        android:repeatCount="infinite"
        android:repeatMode="reverse"
        android:valueFrom="@string/left_arrow"
        android:valueTo="@string/right_arrow"
        android:valueType="pathType" />
</set>
liaohuqiu commented 8 years ago

Currently not. :(