SwitchButton icon indicating copy to clipboard operation
SwitchButton copied to clipboard

disableColor not working?

Open mattiazeni opened this issue 6 years ago • 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 avatar Jan 22 '19 20:01 mattiazeni

@mattiazeni hey,

  1. use version 1.1.8 2.call method setEnabled(boolean enabled)

KingJA avatar Jan 24 '19 08:01 KingJA

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?

arturschaefer avatar Apr 26 '19 13:04 arturschaefer