Is there anyway to stop the swipe gesture from opening the drawer. I,ve tired: drawer.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED)
However with this i can't even open the view by clicking the icon. I just need to disable the gesture that opens it.