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

menudrawer with Toolbar #255

Closed andrewsalive closed 7 years ago

andrewsalive commented 9 years ago

Since last updates of support libraries i need to use Toolbar instead of ActionBar. Toolbar with custom layout can be initialized when i use setContentView on Activity and main problem that Toolbar is a part of content, but need to open my VERTICAL TOP menu below Toolbar. How can it be possible?

andrewsalive commented 7 years ago

Android native drawer is much better now