I recently started using the DrawerLayout in a new project about a week ago and it\'s all working fine. Apart from the odd times when swiping it in and out with my finger it
I had the same issue while using the navigation drawer, and I have solved the problem simply by removing the android:focusableInTouchMode="true" from the root layout of the fragment.