mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-06 19:50:01 +01:00
14 lines
367 B
XML
14 lines
367 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_green_radiobutton_enabled_checked"
|
|
android:state_expanded="true"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_green_radiobutton_enabled_unchecked"
|
|
/>
|
|
|
|
</selector>
|