mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 23:50:13 -04:00
14 lines
521 B
XML
14 lines
521 B
XML
![]() |
<?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
|
||
|
android:id="@+id/menu_new_task_save"
|
||
|
android:orderInCategory="100"
|
||
|
android:title="@string/new_task_save"
|
||
|
app:showAsAction="always"/>
|
||
|
<item
|
||
|
android:id="@+id/menu_new_task_delete"
|
||
|
android:orderInCategory="50"
|
||
|
android:title="@string/new_task_delete"
|
||
|
app:showAsAction="ifRoom"/>
|
||
|
</menu>
|