Question

I am working on a bottom toolbar for android by forking the SlidingUpPanel at:

https://github.com/umano/AndroidSlidingUpPanel

I want to make it always on top of every thing not defined in my sliding up panel. But when I slide it up, if there is something behind it, my layout is acting like it's transparent. How can I fix it to act like a real toolbar ?

before sliding : enter image description here

after sliding : enter image description here

source : http://www.4shared.com/rar/jeA2gbZy/androidslidinguppanel-master.html

Was it helpful?

Solution 2

Set a background to the button and change text color. I dont think they are transparent but the text just has the same color and the button has a transparent background by default.

OTHER TIPS

Add a onClickListener to the root view of sliding up pannel.I did that and it works well, hope it works for you too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top