Navigation drawer (menudrawer) Android 5 (lollipop) style
问题 I'm using menudrawer library in my project (this one: https://github.com/SimonVT/android-menudrawer). I'm updating my app to be compatible with API21 (Android 5 Lollipop) and Material Design. When you use this library with API21 menudrawer icon looks bad. I want to achieve transition you can see in the new Play Store (new menudrawer icon transition to arrow). What's the best way to do that? Is it possible with this library? The only solution I'm thinking at the moment is custom drawable. But