Android dynamic RadioGroup/RadioButtons as flat buttons
问题 this is a similar issue to what is mentioned in a related post but I thought it was different enough to get its own question. Here it goes: I have been able to get the "radio circle" to disappear no problem when declaring the radio buttons in xml by setting the button attribute of the radio button to null like this: <RadioButton android:id="@+id/radioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="One" android:background="@drawable/radio_button