Is there any way to make sure that the navigation drawer stays on top of the content in the fragment?
I created a small test application with dummy data. 10 fragments w
You have to set clickable, focusable and focusableInTouchMode in the highest view of your drawer's layout.
clickable
focusable
focusableInTouchMode