SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Android 5.0 menudrawer icon style #250

Open adek opened 10 years ago

adek commented 10 years ago

I'm using your library in several apps. I'm just curious are you going to update your lib to be compatible with Android 5.0 and material design.

When you use your menudrawer and your target API is 21 menudrawer icon is not native API21 icon.

I know you can use your own drawable but is it possible to create animated drawer just like the new Play Store style (transition to arrow) using your library?

SimonVT commented 10 years ago

I might update the library to remove any built-in icon handling. You can get notified of how open the drawer is with MenuDrawer#OnDrawerStateChangeListener, and use that to animate your icons.