Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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"/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #color #radio #button #android
ADD COMMENT
Topic
Name
3+5 =