You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: