I need to dynamically change the text in the drawable of a RadioButton. It should look something like this
Where the A
should be able to change.
My first thought was to set a shape-drawable background to a TextView (to get the border around the A
) and use that layout in the RadioButton. But I haven't found a way to do that. All I can find is to set drawables/shapes/selectors to a RadioButton, not to set an actual TextView layout.
Any ideas how to go about this?