Closed fakir22 closed 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
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
@fakir22 solved, please get v1.0.3 and use setBackgroundAlpha
Wow! Thank you! :)
Hello,
is there a way to make the backgroundColor() work with opacity ? I tried this on the ShowTipsView
but the background is still fully opaque. I am doing it wrong ?
Thanks by advance. Adrian