aboutsummaryrefslogtreecommitdiff
path: root/res/menu/bus_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/bus_menu.xml')
-rw-r--r--res/menu/bus_menu.xml9
1 files changed, 9 insertions, 0 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