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
using setTextColor changes only the text color without the icon's color , however setting it in the xml changes both
setTextColor
steps to reproduce :
setTextColor(int color)
The button will change only the text color and the icon color will remain as given in the xml
The text was updated successfully, but these errors were encountered:
I think with your new pushed code, it's partially fixed setTextColor will change text color and setIconColor will change icon color
setIconColor
Sorry, something went wrong.
yes this should be closed as it's fixed on master in #17 👍
No branches or pull requests
using
setTextColor
changes only the text color without the icon's color , however setting it in the xml changes bothsteps to reproduce :
setTextColor(int color)
on the buttonThe button will change only the text color and the icon color will remain as given in the xml
The text was updated successfully, but these errors were encountered: