Materialdrawer: How to Hide/destroy the Drawer

Created on 31 Aug 2016  路  1Comment  路  Source: mikepenz/MaterialDrawer

I didn't find a method for hiding or destroying the drawer.

Is it possible to hide the drawer?

question

Most helpful comment

@MTersigni you can only prevent the drawer from getting opened by setting a drawer lock mode on the DrawerLayout.

If you just want to hide the drawer. Call Drawer.closeDrawer()

>All comments

@MTersigni you can only prevent the drawer from getting opened by setting a drawer lock mode on the DrawerLayout.

If you just want to hide the drawer. Call Drawer.closeDrawer()

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fuentepa picture fuentepa  路  3Comments

jd-alexander picture jd-alexander  路  4Comments

Meeks91 picture Meeks91  路  3Comments

pranjal-joshi picture pranjal-joshi  路  3Comments

hosseiniSeyRo picture hosseiniSeyRo  路  3Comments