Is there a way to style a RadioButton as a flat button? I have four options:
| btn1 | btn2 | btn3 | btn4 |
instead of having the little rad
Yes it is possible.
In xml set, android:button="@null"
android:button="@null"
And in case you want to do it dynamically, setButtonDrawable(new StateListDrawable());
setButtonDrawable(new StateListDrawable());