mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 02:08:10 +00:00
11 lines
424 B
XML
11 lines
424 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<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=".ui.activities.TaskFormActivity">
|
||
|
|
<item android:id="@+id/private_message"
|
||
|
|
android:title="PM"
|
||
|
|
android:orderInCategory="100"
|
||
|
|
app:showAsAction="always"
|
||
|
|
/>
|
||
|
|
</menu>
|