RotateAnimation

效果图 ##Usage

// mTargetBitmap is the image which you want to show after click.
RotateAnimation mRotateAnimation = new RotateAnimation(mImageView, mTargetBitmap);
mImageView.startAnimation(mRotateAnimation);