Android: Actionbar Item Animation
I want to apply a rotate Animation to an action in my ActionBar. For the ActionBar I´m using ActionBarSherlock. My problem is, that in all Solutions I found (e.g. Animated Icon fo
Solution 1:
Call findItem()
on the Menu
supplied to onCreateOptionsMenu()
.
Post a Comment for "Android: Actionbar Item Animation"