I know how to set background for my radio button. But I don't know what is the best/right way to change background of selected radio button? Is it possible to make it in xml or has to be done in code?
Regards
androidbackgroundradio-button
I know how to set background for my radio button. But I don't know what is the best/right way to change background of selected radio button? Is it possible to make it in xml or has to be done in code?
Regards
Best Solution
Just create a selector xml file in drawable folder
checkbox_background.xml
And apply this background to your radio buttons