res/menu/contactlist_context.xml
author Vincent V. <marseille@beem-project.com>
Thu, 29 Dec 2011 22:40:40 +0100
changeset 924 5aece2c91bef
parent 905 dfbc48b4eae1
permissions -rw-r--r--
Login add features to change status on logo icon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
924
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     1
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     2
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     3
    <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     4
        android:id="@+id/contact_list_context_menu_chat_item"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     5
        android:title="@string/CDChat">
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     6
        <menu>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     7
        </menu>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     8
    </item>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
     9
    <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    10
        android:id="@+id/contact_list_context_menu_call_item"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    11
        android:title="@string/CDCall"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    12
        android:visible="false"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    13
    <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    14
        android:id="@+id/contact_list_context_menu_user_info"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    15
        android:title="@string/CDInfos">
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    16
        <menu>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    17
            <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    18
                android:id="@+id/contact_list_context_menu_userinfo_alias"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    19
                android:title="@string/userinfo_label_alias"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    20
            <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    21
                android:id="@+id/contact_list_context_menu_userinfo_group"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    22
                android:title="@string/userinfo_label_chg_group"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    23
            <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    24
                android:id="@+id/contact_list_context_menu_userinfo_subscription"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    25
                android:title="@string/userinfo_label_re_subscription"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    26
            <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    27
                android:id="@+id/contact_list_context_menu_userinfo_block"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    28
                android:title="@string/userinfo_label_block"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    29
                android:visible="false"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    30
            <item
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    31
                android:id="@+id/contact_list_context_menu_userinfo_delete"
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    32
                android:title="@string/userinfo_label_delete"/>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    33
        </menu>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    34
    </item>
5aece2c91bef Login add features to change status on logo icon
Vincent V. <marseille@beem-project.com>
parents: 905
diff changeset
    35
905
dfbc48b4eae1 Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents: 713
diff changeset
    36
</menu>