Is there a way to disable swiping/pulling the drawer menu open and just use a button to open it?
try
result.getDrawerLayout()..setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);
@mdtuyen thanks for answering
Most helpful comment
try