| author | Nikita Kozlov <nikita@elyzion.net> |
| Tue, 05 Jun 2012 16:44:38 +0200 | |
| changeset 1004 | bcacb829dc28 |
| parent 840 | 322071d17c00 |
| permissions | -rw-r--r-- |
| 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" |
|
840
322071d17c00
merge beem-audio with trunk + some bugfix/improvements
Nikita Kozlov <nikita@mbdsys.com>
parents:
839
diff
changeset
|
8 |
android:title="@string/CDCall" android:visible="true" |
|
322071d17c00
merge beem-audio with trunk + some bugfix/improvements
Nikita Kozlov <nikita@mbdsys.com>
parents:
839
diff
changeset
|
9 |
><menu></menu></item> |
| 555 | 10 |
<item android:id="@+id/contact_list_context_menu_user_info" |
11 |
android:title="@string/CDInfos"> |
|
12 |
<menu> |
|
| 557 | 13 |
<item android:id="@+id/contact_list_context_menu_userinfo_alias" |
14 |
android:title="@string/userinfo_label_alias" /> |
|
15 |
<item android:id="@+id/contact_list_context_menu_userinfo_group" |
|
16 |
android:title="@string/userinfo_label_chg_group" /> |
|
| 556 | 17 |
<item android:id="@+id/contact_list_context_menu_userinfo_subscription" |
18 |
android:title="@string/userinfo_label_re_subscription" /> |
|
| 557 | 19 |
<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
|
20 |
android:title="@string/userinfo_label_block" android:visible="false" /> |
| 557 | 21 |
<item android:id="@+id/contact_list_context_menu_userinfo_delete" |
22 |
android:title="@string/userinfo_label_delete" /> |
|
| 555 | 23 |
</menu> |
24 |
</item> |
|
| 549 | 25 |
</menu> |