MultiLineRadioGroup v1.0.0.4 Release Notes

Release Date: 2017-07-24 // almost 7 years ago
    • add setOnClickListener with a custom interface from the base RadioGroup to be notified upon each click. This is distinct from the onCheckChangeListener that is only called for check state changes. This is needed because the control will hijack the onClickListener set upon any added child RadioButton.
    • Bug fix in clearCheck that would crash if there was no button checked.