b6291ec4bd
No longer show timestamp on notification
17 lines
539 B
XML
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> |