I have Activity
with DrawerLayout
(which contains left and right drawer). I was wondering if I could disable right drawer from specific fragments.
I've read about mDrawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED)
, but it would lock whole drawer closed, and I still need the left drawer
DrawerLayout.setDrawerLockMode(int lockMode)
locks all the drawers, but to lock a specific drawer you can use one of the following:
DrawerLayout.setDrawerLockMode(int lockMode, int edgeGravity)
DrawerLayout.setDrawerLockMode(int lockMode, View drawerView)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With