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

Crash when using Type.STATIC with MenuDrawer.MENU_DRAG_WINDOW #238

Closed theGlenn closed 8 years ago

theGlenn commented 10 years ago

Hey Simon !

I need the actionbar to be with the content on the left of the static menu when my app is launched on a tablet. But when i do the following, the app crashes.

menuDrawer = MenuDrawer.attach(activity, MenuDrawer.Type.STATIC,
            Position.LEFT, MenuDrawer.MENU_DRAG_WINDOW);

Am i doing something wrong ?

Thanks!

theGlenn commented 10 years ago

Nothing ?