multistatetogglebutton
multistatetogglebutton copied to clipboard
A multi-state toggle button for Android
After I click the toggle button, how to unclick again?
If i select yes I can click Yes multiple times
Can i put some rounded corners on this button? Thanks
Is there any option for set selection with value or position? Is there any option for default selected item?
The default text style currently makes all normal textviews bold. This makes it difficult for situations where the user wants a multistate toggle button with normal texts. The current change...
1) There is no option to change text size , text color , text caps or not. There should be an option via xml as well as programmatic way. 2)...
Hi @jlhonora. I'm facing a situation where I need to be able to have no buttons selected when enableMultipleChoice(false). I realized that situation is only possible when enableMultipleChoice(true). So I've...
Allow no buttons to be selected when multistate choice is disable
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...