NestedRadioButton icon indicating copy to clipboard operation
NestedRadioButton copied to clipboard

An implementation of RadioButton and RadioGroup allowing to have radio buttons any layout level under a radiogroup.

Results 4 NestedRadioButton issues
Sort by recently updated
recently updated
newest added

ViewHolder will cause the wrong check state. How can I avoid this? Thanks for helping.

I programatically check first radio button for default and i check others in phone but first radio button not changing their state. ![Untitled](https://user-images.githubusercontent.com/30870272/59856953-84447580-9395-11e9-823e-e28f29494084.png)

when creating nested radio button and its parent view programmatically, need an option to set clickable parent view programmatically when creating dynamic lists.

In my project. I should delete `format="string"` in ``` ``` don't know why. Maybe because the format of 'oratation' has already been defined before in sdk. Wish this info can...