multistatetogglebutton
multistatetogglebutton copied to clipboard
Colors when setEnabled(false)
It would be nice to have way to set colors for disabled state buttons.
when we call: mMultiStateToggleButton.setEnabled(false);
colors are same as for: mMultiStateToggleButton.setEnabled(true);
for user is not possible to recognize when he can click on buttons and when not.