habitica-android/Habitica/res/menu/menu_list_challenges.xml

11 lines
357 B
XML
Raw Normal View History

<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_create_challenge"
android:title="@string/create_challenge"/>
</menu>