mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-04 18:50:41 +01:00
Dual-sized heroes. Did "Organize imports" in eclipse on the whole project, so almost all java files are changed, but not by much.
14 lines
365 B
XML
14 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
|
|
android:state_expanded="true"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_blue_radiobutton_enabled_unchecked"
|
|
/>
|
|
|
|
</selector>
|