res/menu/contactlistmuc_context.xml
author Vincent V. <marseille@beem-project.com>
Mon, 16 Jul 2012 11:43:10 +0200
changeset 945 89f1be755b8d
permissions -rw-r--r--
Recode Classes of the connection. Add some beem status icons. + A lot of things i don't remember :)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
945
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     1
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     2
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     3
    <item
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     4
        android:id="@+id/contact_list_context_menu_chat_item"
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     5
        android:title="@string/CDChat">
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     6
        <menu>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     7
        </menu>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     8
    </item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
     9
    <item
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
    10
        android:id="@+id/contact_list_context_menu_userinfo_delete"
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
    11
        android:title="@string/userinfo_label_delete"/>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
    12
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
diff changeset
    13
</menu>