We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I hope you are well. How can I set two different styles for a button in the correct or incorrect condition without overlapping styles?
if (isChecked) { Paris.style(binding.btnPay).apply(R.style.Theme_PrimaryButton) } else { Paris.style(binding.btnPay).apply(R.style.Theme_SecondaryButton) }
The code above has a problem and does not change the whole style. It does not reset in principle and overlaps the styles
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I hope you are well.
How can I set two different styles for a button in the correct or incorrect condition without overlapping styles?
The code above has a problem and does not change the whole style. It does not reset in principle and overlaps the styles
The text was updated successfully, but these errors were encountered: