Answers for "how to change the color of radious button circule in android"

2

how to change color of radio button in android

<RadioButton
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:id="@+id/radio"
    android:checked="true"
    android:buttonTint="@color/your_color"/>
Posted by: Guest on October-21-2020

Code answers related to "how to change the color of radious button circule in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language