AndroidSlidingUpPanel: Disable main content interaction when sliding up

188 Views Asked by At

I am using AndroidSlidingPanel library implemented a sliding up panel feature similar as below:

enter image description here

The main content is a GoogleMap instance.

Currently, when sliding up the panel, the map is still interactive with finger gestures. I would like to disable map interaction when panel sliding up. How to achieve this?

I tried mySlidingPanel.setTouchEnable(false) but it doesn't fit my need. I can't find from the documentation how to do it either.

0

There are 0 best solutions below