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

Why the button colors changed like primary color? #57

Open
muklasr opened this issue Sep 10, 2021 · 3 comments
Open

Why the button colors changed like primary color? #57

muklasr opened this issue Sep 10, 2021 · 3 comments

Comments

@muklasr
Copy link

muklasr commented Sep 10, 2021

No description provided.

@pamungkasandono
Copy link

Yea, I have same question

@eriknyk
Copy link

eriknyk commented Mar 9, 2022

  • 1 here
    In theory it should:
confirm.setConfirmButtonBackgroundColor(R.color.red);

but it only set a gray color as background it doesn't matter what color you've set.
other ways like:

sDialog.setConfirmButtonBackgroundColor(Color.parseColor("#fffc3061"));

or

sDialog.setConfirmButtonBackgroundColor(ContextCompat.getColor(context,R.color.colorPrimary));

it doesn't work also.

Any thoughts @F0RIS ? Regards.

@F0RIS
Copy link
Owner

F0RIS commented Mar 10, 2022

@eriknyk Idk, having no time to find the reason, busy with war

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

4 participants