I'm just trying to use different checkboxes whose appearance should looks like an radio button which is like a round button with a green light inside. I googled this for long time but didn't find a solution, is there any way to do this.
Thanks in advance.
Even better way is to set the style of the CheckBox to match that of a RadioButton.
@android:style/Widget.CompoundButton.RadioButton
Making the CheckBox to look like this
<CheckBox style="@android:style/Widget.CompoundButton.RadioButton" />
It works great! My answer is inspired by this post.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With