1

The all new hamburger-flip-animation for the drawer button:

enter image description here

How to do this in Android L? (or lower sdk)

Jonas Borggren
  • 2,591
  • 1
  • 22
  • 40

3 Answers3

2

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

Community
  • 1
  • 1
Dick Lucas
  • 12,289
  • 14
  • 49
  • 76
1

https://github.com/markushi/android-ui

I found this. Maybe it will help me. I will try to implement it.

Jonas Borggren
  • 2,591
  • 1
  • 22
  • 40
0

A Good one for me was, Its not image based. Its based on Drawable

https://github.com/ChrisRenke/DrawerArrowDrawable

QAMAR
  • 2,684
  • 22
  • 28