2017-03-16 18:02:47 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
2017-03-21 17:41:42 -04:00
|
|
|
android:id="@+id/menu_positive_button"
|
2017-03-16 18:02:47 -04:00
|
|
|
android:orderInCategory="100"
|
|
|
|
android:title="@string/new_task_save"
|
|
|
|
app:showAsAction="always"/>
|
|
|
|
<item
|
2017-03-21 17:41:42 -04:00
|
|
|
android:id="@+id/menu_neutral_button"
|
2017-03-16 18:02:47 -04:00
|
|
|
android:orderInCategory="50"
|
|
|
|
android:title="@string/new_task_delete"
|
|
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
</menu>
|