mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +00:00
11 lines
367 B
XML
11 lines
367 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"
|
|
tools:context="com.habitrpg.android.habitica.TaskActivity">
|
|
|
|
<item
|
|
android:id="@+id/action_save"
|
|
android:title="@string/save"
|
|
app:showAsAction="always"/>
|
|
|
|
</menu>
|