2020-04-28 13:27:09 -03:00
|
|
|
<?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"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:icon="@drawable/ic_compose_tinted_24"
|
2020-04-28 13:27:09 -03:00
|
|
|
android:title="@string/ManageGroupActivity_edit_name_and_picture"
|
|
|
|
android:visible="false"
|
|
|
|
app:showAsAction="always" />
|
|
|
|
</menu>
|