res/menu/privacy_list_context.xml
author "Vincent Veronis"
Sun, 20 Mar 2011 02:55:29 +0100
changeset 876 e221906b6fc7
parent 573 a67f46ac98b1
permissions -rw-r--r--
Add the list of accounts in the Login.View Send to the BeemService the account name for the connection

<menu xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:id="@+id/privacy_list_context_menu_buddies_item"
		android:title="@string/privacy_list_select_dialog_buddies" />
	<item android:id="@+id/privacy_list_context_menu_groups_item"
		android:title="@string/privacy_list_select_dialog_groups" />
	<item android:id="@+id/privacy_list_context_menu_delete_item"
		android:title="@string/privacy_list_select_dialog_delete" />
</menu>