Closed hsavelli closed 8 years ago
Hello, I am wondering if there is an specific function to open/close the drawer menu? Thanks
It's not DrawerLayout, it's "complete rewrite" of NavigationView.
DrawerLayout
NavigationView
Call mDrawerLayout.closeDrawers() to close.
mDrawerLayout.closeDrawers()
Hello, I am wondering if there is an specific function to open/close the drawer menu? Thanks