10 lines
403 B
XML
10 lines
403 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">
|
||
|
<item
|
||
|
android:id="@+id/action_edit"
|
||
|
android:icon="?attr/menu_edit_icon"
|
||
|
android:title="@string/ManageGroupActivity_edit_name_and_picture"
|
||
|
android:visible="false"
|
||
|
app:showAsAction="always" />
|
||
|
</menu>
|