What I Have
I have an arrow image (like the left one). Whe
If I were you I'd use ViewPropertyAnimator (available from API 12). Its syntax is more straight forward IMO. Usage would be:
toggle.animate().rotation(0.5f);