SwitchButton
SwitchButton copied to clipboard
disableColor not working?
Ehi, I want to set the background color of the unselected tabs, is the property disableColor the correct one to use? If yes, it seems is not working. Thank you
@mattiazeni hey,
- use version 1.1.8 2.call method setEnabled(boolean enabled)
Hi. When I disable, using setEnabled(false), the color change to Grey. But when I am putting setEnabled(true), the original color doesn't back to normal.
How to solve this?