Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Animation animRotateIn_icon = AnimationUtils.loadAnimation(this,
  2. R.anim.rotate);
  3.  
  4. icon.startAnimation(animRotateIn_icon);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement