This is the official MaterialDrawer FAQ/Wiki. People can contribute to it through pull requests. Each question and it's answer is hosted in a separate file within the FAQ folder.
- Should I use this library or Material Drawer from the Support library?
- How do I make the drawer appear underneath the Toolbar?
- How do I create a Multi-pane layout with MaterialDrawer for tablets?
- Why is there whitespace where the status bar should be while my theme is set as fullscreen ?
- How do I change existing or add my own CustomDrawerItems to the MaterialDrawer?
- How to use different dependency library versions
//just set the selection to -1
slider.setSelectionAtPosition(-1)
As the MaterialDrawer will just create a normal DrawerLayout (with some magic around it) everything a normal DrawerLayout can do is also available in the MaterialDrawer.
drawerLayout.setDrawerLockMode(int lockMode); //or (int lockMode, int edgeGravity)