aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-06 15:44:49 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-06 15:44:49 +0000
commit1b2872b6e53791cf5619a016d2b22d015544c2c8 (patch)
tree142acf5d57575740a7eeda50fd47fb46a8e7b4cf /res
parent7d48b4d5c1a57ae12b55905b2f7cfa5d3623fbc6 (diff)
downloadsouthamptonuniversitymap-1b2872b6e53791cf5619a016d2b22d015544c2c8.tar
southamptonuniversitymap-1b2872b6e53791cf5619a016d2b22d015544c2c8.tar.gz
Better BusActivity.
Diffstat (limited to 'res')
-rw-r--r--res/menu/bus_menu.xml9
-rw-r--r--res/menu/bus_stop_menu.xml (renamed from res/menu/stop_menu.xml)0
-rw-r--r--res/values/strings.xml3
3 files changed, 11 insertions, 1 deletions
diff --git a/res/menu/bus_menu.xml b/res/menu/bus_menu.xml
new file mode 100644
index 0000000..5e22663
--- /dev/null
+++ b/res/menu/bus_menu.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/menu_refresh_bus"
+ android:icon="@drawable/ic_menu_refresh"
+ android:title="@string/menu_refresh_stops"/>
+
+</menu> \ No newline at end of file
diff --git a/res/menu/stop_menu.xml b/res/menu/bus_stop_menu.xml
index c44efa2..c44efa2 100644
--- a/res/menu/stop_menu.xml
+++ b/res/menu/bus_stop_menu.xml
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e17ab11..521f04c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -102,6 +102,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<string name="menu_previous_stop">Previous</string>
<string name="menu_next_stop">Next</string>
<string name="menu_refresh_stop">Refresh</string>
+ <string name="menu_refresh_stops">Refresh</string>
<!-- About Strings -->
<string name="about">About</string>
@@ -139,7 +140,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<string name="bus_stop_stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>
<!-- Bus Specific Stop View Strings -->
- <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop</string>
+ <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop on the map</string>
<string name="bus_stop_view_on_click_toast_unidentified_message">Arrival prediction not available for timetabled buses</string>
<!-- Bus Activity -->