I am developing an quiz based app. There will be 1 question and 4 option(radio buttons). If user select any wrong answer then I want to turn that radio button color to Red.
The fastest thing to do is to set the buttonTint to your desired color:
buttonTint
In your values/colors.xml put your color in this case a reddish one:
values/colors.xml
#e75748
Result:
As @smashing pointed, this only will work on API level >= 21