How can I avoid that my SlidingPaneLayout delegates the touch event to the behind view?
In my case, if a non touchable area like a textview is over a button and the behind view is not visible and I touch the textview, the button get's the touch event...