新建RotateAnimationZ
import android.graphics.Camera;
import android.graphics.Matrix;
import android.view.animation.Animation;
import android.view.animation.Transformation;public class RotateAnimationZ extends Animation {int centerX, centerY;Camera camera …