5 lines
282 B
XML
5 lines
282 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:drawable="@drawable/radio_button_selected_right" android:state_checked="true" />
|
||
|
<item android:drawable="@drawable/radio_button_regular_right" />
|
||
|
</selector>
|