BartRunnerAndroid/res/menu/routes_list_menu.xml
Doug Keen b6291ec4bd Icon updates
No longer show timestamp on notification
2012-09-18 11:56:48 -07:00

17 lines
539 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/add_favorite_menu_button"
android:icon="@drawable/ic_action_new"
android:showAsAction="ifRoom|withText"
android:title="@string/add_route">
</item>
<item
android:id="@+id/view_system_map_button"
android:icon="@drawable/ic_action_map"
android:showAsAction="ifRoom|withText"
android:title="@string/view_system_map">
</item>
</menu>