rotate
<?xml version="1.0" encoding="utf-8"?>
<!--旋转动画-->
<rotate
android:repeatMode="restart"
android:repeatCount="infinite"
android:duration="1000"
android:fromDegrees="0"
android:toDegrees="360"
xmlns:android="http://schemas.android.com/apk/res/android">
</rotate>
中心旋转
android:pivotX="50%"
android:pivotY="50%"