I currently have spinners with radio buttons that turn green when selected and I would like to have them be blue instead. Can I do this without to much trouble?
Asked
Active
Viewed 1,725 times
1 Answers
1
I guess the only way would be to create your custom radio buttons. Won't be very difficult to implement. For that you will need to define the style in res/styles.xml and an xml for the radio buttons. In this xml file you can specify the drawables for selected state, un-selected state etc.
Check this answer out, it explains in detail what to do. Also here's a tutorial on the same.
Hope this helps.