aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-08 12:26:56 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-08 12:26:56 +0000
commitcccc62990e9b3736d7b5b86acd7acf7dcd8de8c3 (patch)
tree01f88a5b27751142b89d7f474777305f7ea942d5 /res
parent72aad0e9de176d41999587166a1914bcf7410e54 (diff)
downloadsouthamptonuniversitymap-cccc62990e9b3736d7b5b86acd7acf7dcd8de8c3.tar
southamptonuniversitymap-cccc62990e9b3736d7b5b86acd7acf7dcd8de8c3.tar.gz
Moved the route movement stuff to a branch.
Diffstat (limited to 'res')
-rw-r--r--res/menu/stop_menu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/menu/stop_menu.xml b/res/menu/stop_menu.xml
index 408e536..c44efa2 100644
--- a/res/menu/stop_menu.xml
+++ b/res/menu/stop_menu.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <!--<item
+ <item
android:id="@+id/menu_previous_stop"
android:icon="@drawable/ic_menu_back"
- android:title="@string/menu_previous_stop"/>-->
+ android:title="@string/menu_previous_stop"/>
<item
android:id="@+id/menu_refresh_stop"
android:icon="@drawable/ic_menu_refresh"
android:title="@string/menu_refresh_stop"/>
- <!--<item
+ <item
android:id="@+id/menu_next_stop"
android:icon="@drawable/ic_menu_forward"
- android:title="@string/menu_next_stop"/>-->
+ android:title="@string/menu_next_stop"/>
</menu> \ No newline at end of file