是否可以通过代码将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)