2017-01-04 19:18:50 +00:00
|
|
|
<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">
|
2017-04-22 12:24:18 +00:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/action_edit"
|
2020-10-27 16:00:40 +00:00
|
|
|
android:title="@string/action_edit"
|
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/action_end_challenge"
|
|
|
|
|
android:title="@string/action_end_challenge"
|
|
|
|
|
app:showAsAction="never"
|
|
|
|
|
/>
|
2019-05-15 13:05:05 +00:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/action_share"
|
|
|
|
|
android:title="@string/share"/>
|
2017-01-04 19:18:50 +00:00
|
|
|
</menu>
|