Answers for "android studio change radio button shape"

3

big radio button android studio

<RadioButton
  android:scaleX="1.3"
  android:scaleY="1.3" />
Posted by: Guest on September-01-2021
1

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 "android studio change radio button shape"

Browse Popular Code Answers by Language