Android Property Animation
问题 <objectAnimator android:propertyName="string" android:duration="int" android:valueFrom="float | int | color" android:valueTo="float | int | color" android:startOffset="int" android:repeatCount="int" android:repeatMode=["repeat" | "reverse"] android:valueType=["intType" | "floatType"]/> Ok I am learning some Animation in android. I got it from Google Developer Docs two attributes that actually I am not able to understand are android:propertyName="string" android:valueType=["intType" |