3
I have an application that has black background. In one of the screens of the application I have a RadioButton
. I need to change the color of this Radiobuttom so that it appears on the screen.
<android.support.v7.widget.AppCompatRadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="New RadioButton"
android:id="@+id/radioButton"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:buttonTint="#FFF" />
The problem is that in older versions of Android this does not work, IE, the color is not changed. Someone could help me with this?
Breno, have you solved your problem with the answer? Or do you need some more information?
– viana