mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
9 lines
473 B
XML
9 lines
473 B
XML
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
<item android:id="@+id/action_delete" android:title="@string/delete"
|
||
|
|
android:orderInCategory="100" app:showAsAction="always" />
|
||
|
|
<item android:id="@+id/action_save_changes" android:title="@string/save_changes"
|
||
|
|
android:orderInCategory="100" app:showAsAction="always" />
|
||
|
|
</menu>
|