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
No need of additional styling. Android supports it via xml. Just add android:buttonTint="@color/yourColor" in your radio button.
For eg.