Android Object Animator通过代码进行矢量可绘制路径

时间:2018-10-10 02:51:39

标签: android

是否可以通过代码将Object Animator应用于向量的特定路径?如果我在xml中进行操作,则可以创建一个Animated Vector

<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/spinner_drawable">

<target
    android:name="circle_path"
    android:animation="@anim/spinner_animation" />

</animated-vector>

但是在代码中如何定位特定路径?

ObjectAnimator.ofFloat(?, "rotation", 360f)

0 个答案:

没有答案