I\'m using Android Studio. I need to change the color of the Radio Button, after changing the Button Tint Color value to the one I need it works on the preview, but whenever
Assuming you are using appcompat in your app just add the below within styles.xml
@color/blue
Now blue colorAccent will be set, just change color to any color you want.
For eg, the whole style.xml