// mTargetBitmap is the image which you want to show after click.
RotateAnimation mRotateAnimation = new RotateAnimation(mImageView, mTargetBitmap);
mImageView.startAnimation(mRotateAnimation);chenyuantao/RotateAnimation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|