FAQ.md
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.
//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)