mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
9 lines
368 B
XML
9 lines
368 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/send_message"
|
|
android:title="@string/send_message"
|
|
app:showAsAction="ifRoom" />
|
|
</menu>
|