How to change color of a radio button in android

https://‮ual.www‬tturi.com
How to change color of a radio button in android
<RadioButton
    android:id="@+id/radio"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:checked="false"
    android:buttonTint="@color/new_color"/>
Created Time:2017-09-09 22:36:31  Author:lautturi