我有一个可绘制的图像.我像进度条一样旋转图像.
I have an image drawable. i rotating the image like a progress bar.
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:pivotX="50%" android:pivotY="50%" android:fromDegrees="0"
android:toDegrees="360" android:drawable="@drawable/spinner_white_48" />
我想提高转速?为此,我必须使用什么属性?
i want to increase the rotation speed? for that, What attribute i have to use?
设置持续时间 和 repeatCount 您希望动画运行.
Set the duration and repeatCount that you want the animation to run.
这篇关于如何提高android中的旋转速度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!