MultiLineRadioGroup icon indicating copy to clipboard operation
MultiLineRadioGroup copied to clipboard

Multi Line Radio Group is a Radio Group layout to show radio buttons in more than one line.

Results 6 MultiLineRadioGroup issues
Sort by recently updated
recently updated
newest added

If the length of the text is too long and the max_in_row is set to 2, then I expect the buttons in row is 1.

enhancement
help wanted

Can't Edit Button Background

Hello ,, I Think this peace of code public void checkAt(int index) { if(index >= 0 && index < this.mRadioButtons.size()) { this.checkButton((RadioButton)this.mRadioButtons.get(index)); } } private void checkButton(RadioButton button) { if(button...

How do I increase the distance between the rows?

I have option from 1 to 10 group by 5 items but how can i center the content?

Unfortunately the build.gradle(project) files have been re-configured and simplified to just 3 lines. There doesn't appear to be a repository in that file any more... The current file looks like...