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

Left menu over the action bar #254

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello. How can i set left slide menu over the action bar? Here is my code: mDrawer = MenuDrawer.attach(this , MenuDrawer.Type.OVERLAY , Position.START , MenuDrawer.MENU_DRAG_CONTENT); mDrawer.setDrawerIndicatorEnabled(true); mDrawer.setTouchMode(MenuDrawer.TOUCH_MODE_FULLSCREEN); mDrawer.setContentView(R.layout.activity_main); mDrawer.setMenuView(R.layout.activity_launch_screen);

ghost commented 9 years ago

mDrawer = MenuDrawer.attach(this , MenuDrawer.Type.OVERLAY , Position.START , MenuDrawer.MENU_DRAG_WINDOW);