diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-30 23:46:57 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-30 23:46:57 +0000 |
commit | fb831b1e33d4b988b97e95493336e076c7f799ab (patch) | |
tree | a12dbb905b0addeaf7c050f02d43469c9053d81b /res/menu | |
parent | fd1a757037a079278c2bf3e393d35bfee6b4c684 (diff) | |
download | southamptonuniversitymap-fb831b1e33d4b988b97e95493336e076c7f799ab.tar southamptonuniversitymap-fb831b1e33d4b988b97e95493336e076c7f799ab.tar.gz |
Improved about menu, removed the stop navigation (for the time being).
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/stop_menu.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/menu/stop_menu.xml b/res/menu/stop_menu.xml index 071a689..408e536 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_search" + 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 |