author | Nikita Kozlov <nikita@elyzion.net> |
Sat, 05 Nov 2011 22:27:58 +0100 | |
changeset 921 | 319ce14e4826 |
parent 713 | b4333628a4a3 |
permissions | -rwxr-xr-x |
549 | 1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
555 | 2 |
<item android:id="@+id/contact_list_context_menu_chat_item" |
713
b4333628a4a3
beginning on chat by resource integration and a small fix for the TrustStore
Nikita Kozlov <nikita@beem-project.com>
parents:
561
diff
changeset
|
3 |
android:title="@string/CDChat"> |
b4333628a4a3
beginning on chat by resource integration and a small fix for the TrustStore
Nikita Kozlov <nikita@beem-project.com>
parents:
561
diff
changeset
|
4 |
<menu> |
b4333628a4a3
beginning on chat by resource integration and a small fix for the TrustStore
Nikita Kozlov <nikita@beem-project.com>
parents:
561
diff
changeset
|
5 |
</menu> |
b4333628a4a3
beginning on chat by resource integration and a small fix for the TrustStore
Nikita Kozlov <nikita@beem-project.com>
parents:
561
diff
changeset
|
6 |
</item> |
555 | 7 |
<item android:id="@+id/contact_list_context_menu_call_item" |
8 |
android:title="@string/CDCall" android:visible="false" /> |
|
9 |
<item android:id="@+id/contact_list_context_menu_user_info" |
|
10 |
android:title="@string/CDInfos"> |
|
11 |
<menu> |
|
557 | 12 |
<item android:id="@+id/contact_list_context_menu_userinfo_alias" |
13 |
android:title="@string/userinfo_label_alias" /> |
|
14 |
<item android:id="@+id/contact_list_context_menu_userinfo_group" |
|
15 |
android:title="@string/userinfo_label_chg_group" /> |
|
556 | 16 |
<item android:id="@+id/contact_list_context_menu_userinfo_subscription" |
17 |
android:title="@string/userinfo_label_re_subscription" /> |
|
557 | 18 |
<item android:id="@+id/contact_list_context_menu_userinfo_block" |
713
b4333628a4a3
beginning on chat by resource integration and a small fix for the TrustStore
Nikita Kozlov <nikita@beem-project.com>
parents:
561
diff
changeset
|
19 |
android:title="@string/userinfo_label_block" android:visible="false" /> |
557 | 20 |
<item android:id="@+id/contact_list_context_menu_userinfo_delete" |
21 |
android:title="@string/userinfo_label_delete" /> |
|
555 | 22 |
</menu> |
23 |
</item> |
|
549 | 24 |
</menu> |