我有一個圖像可繪製。我像進度條一樣旋轉圖像。如何在android中增加旋轉速度?
<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" />
我想增加轉速嗎?爲此,我必須使用什麼屬性?
如果什麼repeatCount應該是0,所以它永遠旋轉(用於進度,在 「indeterminateDrawable」)?在這種情況下,持續時間似乎沒有任何作用... – 2016-05-10 07:51:43