6 lines
No EOL
765 B
XML
6 lines
No EOL
765 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<RadioButton android:id="@id/test_radiobutton_android_button_tint" android:background="?android:colorBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:buttonTint="@color/radiobutton_themeable_attribute_color" />
|
|
<RadioButton android:id="@id/test_radiobutton_app_button_tint" android:background="?android:colorBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" app:buttonTint="@color/radiobutton_themeable_attribute_color" />
|
|
</LinearLayout> |