Search code examples
androidandroid-custom-viewextends

Android extend radioButton change color of its circle


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?


Solution

  • You should probably use AppCompatRadioButton. Check this for more details about material design.