I had implement DrawerLayout
in my application. Now if suppose I click on screen then the DrawerLayout
is getting close. But now I want to implement some operations on onTouch
.
My question is how can I prevent the DrawerLayout
to close onTouch
. I want to implement this like suppose I dismiss the onTouch
event of DrawerLayout
.
If any suggestion please share with me.
Thanks in advance.