Is it possible to not display the "bullet" graphic on a radio button?
If not, can the color of this item be made transparent?
If not, is there another view that supports the "automatic toggle" that occurs with multiple radio buttons, where when one is touched the others are toggled off?
Thanks
Rusty
It is possible to replace the drawable of any view (radio/checkbox) but these days I prefer to use a button and a statelistdrawable. I have to 'deselect' and 'select' the buttons myself on click though.