Files
andors-trail/AndorsTrail/res/drawable/ui_blue_groupindicator.xml
Zukero b57f847b09 Nice combo boxes, erm, spinners, emulated through a button and a dialog.
Dual-sized heroes.
Did "Organize imports" in eclipse on the whole project, so almost all
java files are changed, but not by much.
2017-11-08 18:36:17 +01:00

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>