Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BackgroundColor with alpha / transparency #9

Closed
fakir22 opened this issue Nov 3, 2015 · 3 comments
Closed

BackgroundColor with alpha / transparency #9

fakir22 opened this issue Nov 3, 2015 · 3 comments

Comments

@fakir22
Copy link

fakir22 commented Nov 3, 2015

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
Copy link
Owner

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 added a commit that referenced this issue Nov 16, 2015
@fredericojssilva
Copy link
Owner

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

@fakir22
Copy link
Author

fakir22 commented Nov 16, 2015

Wow! Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants