循環するローディング画像を作りたいです。
私はこれを試しました:
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<rotate
android:fromDegrees="0"
android:toDegrees="360"
android:duration="1000"
android:pivotX="50%"
android:repeatCount="infinite"
android:pivotY="50%">
</rotate>
</set>
それはうまくいきますが、私の問題は、画像が0から360になるたびに、0.001秒ほど停止してから再び回転することです。助けてください?