0

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?

WmBurkert
  • 195
  • 1
  • 4
  • 19

1 Answers1

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.

Community
  • 1
  • 1
Urban
  • 2,201
  • 24
  • 52