Advertisement
syad28

Drawer and Toggle button

Sep 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. //            Set back as icon
  2.             mToggle.setDrawerIndicatorEnabled(false);
  3. //            Disable swipe to get navigation drawer
  4.             mDrawer.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement