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

setFirstButtonColor and setSecondButtonColor doesn't work #17

Open
andyrozman opened this issue Feb 13, 2022 · 2 comments
Open

setFirstButtonColor and setSecondButtonColor doesn't work #17

andyrozman opened this issue Feb 13, 2022 · 2 comments

Comments

@andyrozman
Copy link

Hi !
I am trying to set color on buttons, but it doesn't work correctly. If I set it then booth buttons get weird color, if I don't set then some default color is used. changingBackgroundColor might not be working correctly for all cases.

Andy

@brianmutiso
Copy link

I checked the source code and below is the way it is set to work normally,

.setBackgroundColor(Color.parseColor("#ADD8E6"))
.setFirstButtonColor(Color.parseColor("#FE0000"))

@mejdi14
Copy link
Owner

mejdi14 commented Apr 17, 2023

@brianmutiso thanks for helping out

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

3 participants