2014-11-17 19:01:56 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-11-17 19:02:46 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/start_conversation"
|
|
|
|
android:title="@string/start_conversation"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2015-07-20 12:24:59 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_contact_details"
|
|
|
|
android:title="@string/action_contact_details"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2016-05-31 22:12:14 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/invite"
|
|
|
|
android:title="@string/invite_again"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2015-07-21 11:15:59 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/send_private_message"
|
|
|
|
android:title="@string/send_private_message"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/manage_permissions"
|
|
|
|
android:title="@string/manage_permission"
|
|
|
|
android:visible="false">
|
2019-02-07 12:18:42 +00:00
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/give_membership"
|
|
|
|
android:title="@string/grant_membership"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/remove_membership"
|
|
|
|
android:title="@string/remove_membership"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/give_admin_privileges"
|
|
|
|
android:title="@string/grant_admin_privileges"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/remove_admin_privileges"
|
|
|
|
android:title="@string/remove_admin_privileges"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/give_owner_privileges"
|
|
|
|
android:title="@string/grant_owner_privileges"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/revoke_owner_privileges"
|
|
|
|
android:title="@string/remove_owner_privileges"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/ban_from_conference"
|
|
|
|
android:title="@string/ban_from_conference"
|
2019-02-07 17:11:21 +00:00
|
|
|
android:visible="false" />
|
2019-02-07 12:18:42 +00:00
|
|
|
</menu>
|
|
|
|
</item>
|
2019-02-07 17:11:21 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/remove_from_room"
|
|
|
|
android:title="@string/remove_from_room"
|
|
|
|
android:visible="false" />
|
2015-07-19 12:03:46 +00:00
|
|
|
</menu>
|