Is it possible to change the color of the radio button in the Android spinner widget. By default it displays the green color for the radio button.
I need to change it to some other color, is it possible, and how?
|
Is it possible to change the color of the I need to change it to some other color, is it possible, and how?
| ||||
|
feedback
|
|
I know this is an old question now, but here goes... You will need to create a custom Theme and apply it to the Activity with your spinner. First, you need to create images for the checked/unchecked states of the 'new' radio, you could just pull the given images Next, create a new xml file in your
Then, create another xml file in
just be sure to reference your edited images for the checked states. Then you just have to apply the A good resource I found is Applying Styles and Themes especially the additional reference on Android Styles (styles.xml) and Android Themes (themes.xml) | |||
|
feedback
|