The all new hamburger-flip-animation for the drawer button:
How to do this in Android L? (or lower sdk)
The all new hamburger-flip-animation for the drawer button:
How to do this in Android L? (or lower sdk)
It is in the v7 support library. Probably better using support library APIs rather than third party ones. This answer does a great job of explaining it: https://stackoverflow.com/a/26447144/1839500
https://github.com/markushi/android-ui
I found this. Maybe it will help me. I will try to implement it.