user3215326
user3215326

Reputation:

How to create animations

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

Answers (1)

Gjoko Bozhinov
Gjoko Bozhinov

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

Related Questions