aboutsummaryrefslogtreecommitdiff
path: root/res/drawable/u1n_radio_button.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-24 23:03:08 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-24 23:03:08 +0000
commitefb193d6fbea2423d03eebf30e2359a6612134c1 (patch)
tree4dc77e89cae8c8154b6646583035492675eb21d4 /res/drawable/u1n_radio_button.xml
parentf13680dc5ca55401484ea23fc9493a938cb8ae73 (diff)
downloadsouthamptonuniversitymap-efb193d6fbea2423d03eebf30e2359a6612134c1.tar
southamptonuniversitymap-efb193d6fbea2423d03eebf30e2359a6612134c1.tar.gz
Many changes, began working on implementing filtering and route navigation within BusTimeActivity.
Diffstat (limited to 'res/drawable/u1n_radio_button.xml')
-rw-r--r--res/drawable/u1n_radio_button.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/u1n_radio_button.xml b/res/drawable/u1n_radio_button.xml
new file mode 100644
index 0000000..b4bde8d
--- /dev/null
+++ b/res/drawable/u1n_radio_button.xml
@@ -0,0 +1,8 @@
+<android:selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <android:item android:drawable="@drawable/u1n_back_selected" android:state_checked="true" android:state_pressed="false"/>
+ <android:item android:drawable="@drawable/u1n_back" android:state_checked="false" android:state_pressed="false"/>
+ <android:item android:drawable="@drawable/u1n_back_selected" android:state_checked="true" android:state_pressed="true"/>
+ <android:item android:drawable="@drawable/u1n_back" android:state_checked="false" android:state_pressed="true"/>
+
+</android:selector> \ No newline at end of file