次のコードを使用してイメージビューを回転させます..回転後にイメージの最後の位置を保持するにはどうすればよいですか?
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="true" >
<rotate
android:duration="500"
android:interpolator="@android:anim/linear_interpolator"
android:pivotX="50%"
android:pivotY="50%"
android:repeatMode="restart"
android:repeatCount="1"
android:toDegrees="-90" />
</set>
imageview
つまり:回転後に元の位置に戻りたくない