author | Vincent V. <marseille@beem-project.com> |
Wed, 12 Sep 2012 17:15:30 +0200 | |
changeset 953 | 42662d565902 |
parent 945 | 89f1be755b8d |
permissions | -rw-r--r-- |
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> |