aboutsummaryrefslogtreecommitdiff
path: root/res/menu/stop_menu.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-29 23:46:01 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-29 23:46:01 +0000
commite78d1fa40d32a97018e2831fd0592d6b6c1b3d7e (patch)
treee8cd9065c2dc756a7357ebb8ee49cb21fbe41287 /res/menu/stop_menu.xml
parent75207a422e195ad26584d6a5d186dfd3e20f38f9 (diff)
downloadsouthamptonuniversitymap-e78d1fa40d32a97018e2831fd0592d6b6c1b3d7e.tar
southamptonuniversitymap-e78d1fa40d32a97018e2831fd0592d6b6c1b3d7e.tar.gz
Changed the icons, updated the database, and implemented more of the next/previous stop movement stuff, needs more work though.
Diffstat (limited to 'res/menu/stop_menu.xml')
-rw-r--r--res/menu/stop_menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/stop_menu.xml b/res/menu/stop_menu.xml
index 3b1bb40..071a689 100644
--- a/res/menu/stop_menu.xml
+++ b/res/menu/stop_menu.xml
@@ -3,15 +3,15 @@
<item
android:id="@+id/menu_previous_stop"
- android:icon="@android:drawable/ic_menu_search"
+ android:icon="@drawable/ic_menu_back"
android:title="@string/menu_previous_stop"/>
<item
android:id="@+id/menu_refresh_stop"
- android:icon="@android:drawable/ic_menu_search"
+ android:icon="@drawable/ic_menu_search"
android:title="@string/menu_refresh_stop"/>
<item
android:id="@+id/menu_next_stop"
- android:icon="@android:drawable/ic_menu_search"
+ android:icon="@drawable/ic_menu_forward"
android:title="@string/menu_next_stop"/>
</menu> \ No newline at end of file