b6291ec4bd
No longer show timestamp on notification
17 lines
509 B
XML
17 lines
509 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/view"
|
|
android:icon="@drawable/ic_action_departure"
|
|
android:showAsAction="ifRoom|withText"
|
|
android:title="@string/view_departures">
|
|
</item>
|
|
<item
|
|
android:id="@+id/delete"
|
|
android:icon="@drawable/ic_action_delete"
|
|
android:showAsAction="ifRoom|withText"
|
|
android:title="@string/delete">
|
|
</item>
|
|
|
|
</menu> |