Android: SlidingDrawer disappears under SurfaceView
- by ykrasik
Hi,
I'm trying to create a SlidingDrawer with LinearLayout content over a FrameLayout.
At first it all seems fine, I get my SlidingDrawer's handle at the bottom of the screen.
But then, if I start dragging the handle up and the content starts showing, it gets clipped by the border rectangle of the handle. If I drag the handle all the way up the…