vikramkakkar / SublimeNavigationView

...is a complete rewrite of NavigationView (from Design Support library) that enables - usage of Checkboxes, Switches & Badges as menu items - XML definition - Parcelable menus - collapsible/expandable menu-groups - multiple menus - custom styling.
Apache License 2.0
309 stars 42 forks source link

Function to open and close navigation view #10

Closed hsavelli closed 8 years ago

hsavelli commented 8 years ago

Hello, I am wondering if there is an specific function to open/close the drawer menu? Thanks

alashow commented 8 years ago

It's not DrawerLayout, it's "complete rewrite" of NavigationView.

Call mDrawerLayout.closeDrawers() to close.