I created a custom class that extends RadioButton .
my accent color is orange .But after that I used extended radioButton class , it will be black !!
How can I extends radioButton without changing it`s circle color?
I created a custom class that extends RadioButton .
my accent color is orange .But after that I used extended radioButton class , it will be black !!
How can I extends radioButton without changing it`s circle color?
You should probably use AppCompatRadioButton
. Check this for more details about material design.