2016-03-05 13:54:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-10-29 15:39:10 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2016-03-05 13:54:19 +00:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/menu.guild.edit"
|
|
|
|
|
android:orderInCategory="1"
|
2016-04-21 16:12:23 +00:00
|
|
|
app:showAsAction="never"
|
|
|
|
|
android:title="@string/action_edit" />
|
2019-11-07 14:37:02 +00:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/menu_guild_refresh"
|
|
|
|
|
android:orderInCategory="1"
|
|
|
|
|
app:showAsAction="never"
|
|
|
|
|
android:title="@string/action_refresh" />
|
2016-03-05 13:54:19 +00:00
|
|
|
</menu>
|