2014-11-17 20:01:56 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-11-17 20:02:46 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/start_conversation"
|
|
|
|
android:title="@string/start_conversation"
|
2015-07-20 14:24:59 +02:00
|
|
|
android:visible="false"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_contact_details"
|
|
|
|
android:title="@string/action_contact_details"
|
|
|
|
android:visible="false"/>
|
2015-07-21 13:15:59 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/send_private_message"
|
|
|
|
android:title="@string/send_private_message"
|
|
|
|
android:visible="false"/>
|
2015-07-20 14:24:59 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/give_membership"
|
2015-01-07 15:03:29 +01:00
|
|
|
android:title="@string/grant_membership"
|
2015-07-20 14:24:59 +02:00
|
|
|
android:visible="false"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/give_admin_privileges"
|
2015-01-07 15:03:29 +01:00
|
|
|
android:title="@string/grant_admin_privileges"
|
2015-07-20 14:24:59 +02:00
|
|
|
android:visible="false"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/remove_admin_privileges"
|
2015-01-07 15:03:29 +01:00
|
|
|
android:title="@string/remove_admin_privileges"
|
2015-07-20 14:24:59 +02:00
|
|
|
android:visible="false"/>
|
2015-01-07 15:03:29 +01:00
|
|
|
|
2015-07-20 14:24:59 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/remove_membership"
|
|
|
|
android:title="@string/remove_membership"
|
|
|
|
android:visible="false"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/ban_from_conference"
|
|
|
|
android:title="@string/ban_from_conference"
|
|
|
|
android:visible="false"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/remove_from_room"
|
2015-01-07 15:03:29 +01:00
|
|
|
android:title="@string/remove_from_room"
|
2015-07-20 14:24:59 +02:00
|
|
|
android:visible="false"/>
|
2015-07-19 14:03:46 +02:00
|
|
|
</menu>
|