RadioGroupPlus
RadioGroupPlus copied to clipboard
A small tweak version of RadioGroup class in Android to expand it's capability
I think it will be better if you can make a functionality that if user click the outer parent, the radio button inside will also be clicked
I need to add custom views to the radio group it seems working when added on layout. But its not working when added dynamically.
Update the project description. It's gonna take most people a fair bit of time before they realize `compile 'com.github.worker8:RadioGroupPlus:v1.0.1'` wont work but `compile 'com.github.worker8:RadioGroupPlus:1.0.1'` will.
Capitalized dependency ('com.github.worker8:RadioGroupPlus:v1.0.1') resulted in error: `Failed to resolve: RadioGroup Plus Affected Modules: app` Error was resolved by changing to ('com.github.worker8:radiogroupplus:v1.0.1')
hi, if an item is checked by `android:checked="true"` it will remain checked and by clicking another item two items will be checked.
Hi, thanks for your great library, but it won't work for the items in recyclerview