mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
12 lines
420 B
XML
12 lines
420 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:abc="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:app="http://schemas.android.com/tools">
|
||
|
|
<item
|
||
|
|
android:id="@+id/menu.guild.edit"
|
||
|
|
android:orderInCategory="1"
|
||
|
|
app:showAsAction="ifRoom"
|
||
|
|
android:title="@string/action_edit"
|
||
|
|
abc:showAsAction="ifRoom"/>
|
||
|
|
|
||
|
|
</menu>
|