2011-05-23 18:59:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-07-15 17:00:39 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/add_favorite_menu_button"
|
2012-09-18 18:56:48 +00:00
|
|
|
android:icon="@drawable/ic_action_new"
|
2012-07-15 17:00:39 +00:00
|
|
|
android:showAsAction="ifRoom|withText"
|
|
|
|
android:title="@string/add_route">
|
|
|
|
</item>
|
|
|
|
<item
|
|
|
|
android:id="@+id/view_system_map_button"
|
2012-09-18 18:56:48 +00:00
|
|
|
android:icon="@drawable/ic_action_map"
|
2012-07-15 17:00:39 +00:00
|
|
|
android:showAsAction="ifRoom|withText"
|
|
|
|
android:title="@string/view_system_map">
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|