Can't change Radio Button color on Android

后端 未结 8 1603
忘了有多久
忘了有多久 2021-01-01 23:52

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

8条回答
  •  生来不讨喜
    2021-01-02 00:07

    No need of additional styling. Android supports it via xml. Just add android:buttonTint="@color/yourColor" in your radio button.

    For eg.

    
    

提交回复
热议问题