disableColor not working?
Opened this issue · 2 comments
mattiazeni commented
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
KingJA commented
@mattiazeni hey,
- use version 1.1.8
2.call method setEnabled(boolean enabled)
arturschaefer commented
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?