Search code examples
androidandroid-radiogroupandroid-radiobutton

Remove border RadioButton?


Can I remove border of RadioButton and I have RadioButtons like bellow :

enter image description here

I see a lot of question and I used from android:buttonTint="" and style ... but don't work .


Solution

  • You will need to create a custom radio button to change the style in that way. Read this article if you want to learn how to do it. Good luck.