Answer the question
In order to leave comments, you need to log in
How to change color of RadioButton on API 16?
There is a radiobutton:
<RadioGroup
android:id="@+id/radio_group2"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RadioButton
android:id="@+id/example"
android:checked="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/example"
android:buttonTint="@color/colorRadioButton"
style="@style/MRadioButton.Purple" />
</RadioGroup>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question