문제

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

도움이 되었습니까?

해결책 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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top