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?
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.
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?