KingJA/SwitchButton

disableColor not working?

Opened this issue · 2 comments

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,

  1. 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?