| author | Vincent V. <marseille@beem-project.com> |
| Thu, 16 Aug 2012 11:52:52 +0200 | |
| changeset 949 | 6652d425ccca |
| 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> |