Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.78 KB

FAQ.md

File metadata and controls

41 lines (28 loc) · 1.78 KB

FAQ / WIKI

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.

MaterialDrawer

AccountHeader

Testing

CustomDrawerItem's

Asked super frequently

How can i create a drawer without a default selection

//just set the selection to -1
slider.setSelectionAtPosition(-1)

Can I lock the Drawer

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)