I have a SlidingDrawer that pops up from the bottom of the screen and fills the screen about 80%. Even though the SlidingDrawer view is in focus, it is still possible to cli
I've tried to put SlidingDrawer in the RelativeLayout, instead of LinearLayout. And set mySlidingDrawer.bringToFront() in opening method.
SlidingDrawer
RelativeLayout
LinearLayout
mySlidingDrawer.bringToFront()
So I think this may be a solution.