I'm using Navigation Drawer to navigate between Fragments, right now the drawer can be opened with two ways:
- by click on item in my action bar , this is easy to modify List item
- by swipe gesture from left to right
My problem is that the swipe area is to narrow, only if you swipe from the very start of the left side the drawer will open.
I want to extend this area, so the "swipe area" can begin on wider area. So if you begin your left to right gesture it will open the drawer ever if you begin the gesture a bit far from the left side.