Reputation:
In the android support library there is a NavigationDrawerToggle
. When you open the drawer, it transforms into an arrow pointing towards the closing direction of the drawer using a rather nice animation. How can I create similar animations?
Upvotes: 1
Views: 47
Reputation: 1177
For writing animation you need to make anim xml file and write it yourself, but for this you don't need to make it. Here see a good example here.
Upvotes: 1