How can I disable a view behind my SlidingDrawer in Android?

后端 未结 5 1969
后悔当初
后悔当初 2021-01-01 16:56

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

5条回答
  •  囚心锁ツ
    2021-01-01 17:37

    I've tried to put SlidingDrawer in the RelativeLayout, instead of LinearLayout. And set mySlidingDrawer.bringToFront() in opening method.

    So I think this may be a solution.

提交回复
热议问题