Lets you spin the selected View canvas in the XY plane.
// Create a rotate animation.
|
1 2 3 4 5 |
RotateAnimation rotate = new RotateAnimation(0, 360, RotateAnimation.RELATIVE_TO_SELF, 0.5f, RotateAnimation.RELATIVE_TO_SELF, 0.5f); rotate.setFillAfter(true); rotate.setDuration(1000); |
Incoming search terms:
- rotateanimation jsp



