fredericojssilva / ShowTipsView

Highligth specific points of interest of your app
Apache License 2.0
598 stars 106 forks source link

BackgroundColor with alpha / transparency #9

Closed fakir22 closed 9 years ago

fakir22 commented 9 years ago

Hello,

is there a way to make the backgroundColor() work with opacity ? I tried this on the ShowTipsView

setBackgroundColor(Color.parseColor("#99000000"))

but the background is still fully opaque. I am doing it wrong ?

Thanks by advance. Adrian

fredericojssilva commented 9 years ago

No, you are doing it right. I'm forcing the alpha value.

I'll add a method to customize that. Let you know when it's done.

Thanks

fredericojssilva commented 9 years ago

@fakir22 solved, please get v1.0.3 and use setBackgroundAlpha

fakir22 commented 9 years ago

Wow! Thank you! :)