aboutsummaryrefslogtreecommitdiff
path: root/res/menu
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/menu
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/menu')
-rw-r--r--res/menu/map_menu.xml3
-rw-r--r--res/menu/stop_menu.xml17
2 files changed, 18 insertions, 2 deletions
diff --git a/res/menu/map_menu.xml b/res/menu/map_menu.xml
index 29f9342..2734461 100644
--- a/res/menu/map_menu.xml
+++ b/res/menu/map_menu.xml
@@ -12,8 +12,7 @@
<item
android:id="@+id/menu_find_my_location"
android:icon="@android:drawable/ic_menu_mylocation"
- android:title="@string/menu_find_my_location">
- </item>
+ android:title="@string/menu_find_my_location"/>
<item
android:id="@+id/menu_view"
android:icon="@android:drawable/ic_menu_more"
diff --git a/res/menu/stop_menu.xml b/res/menu/stop_menu.xml
new file mode 100644
index 0000000..3b1bb40
--- /dev/null
+++ b/res/menu/stop_menu.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/menu_previous_stop"
+ android:icon="@android:drawable/ic_menu_search"
+ android:title="@string/menu_previous_stop"/>
+ <item
+ android:id="@+id/menu_refresh_stop"
+ android:icon="@android: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:title="@string/menu_next_stop"/>
+
+</menu> \ No newline at end of file