author | "Vincent Veronis" |
Tue, 18 Oct 2011 00:37:46 +0200 | |
changeset 905 | dfbc48b4eae1 |
parent 713 | b4333628a4a3 |
child 924 | 5aece2c91bef |
permissions | -rw-r--r-- |
549 | 1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
2 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
3 |
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
|
4 |
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
|
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 |
</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
|
7 |
</item> |
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
8 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
9 |
android:id="@+id/contact_list_context_menu_call_item" |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
10 |
android:title="@string/CDCall" |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
11 |
android:visible="false" /> |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
12 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
13 |
android:id="@+id/contact_list_context_menu_user_info" |
555 | 14 |
android:title="@string/CDInfos"> |
15 |
<menu> |
|
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
16 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
17 |
android:id="@+id/contact_list_context_menu_userinfo_alias" |
557 | 18 |
android:title="@string/userinfo_label_alias" /> |
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
19 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
20 |
android:id="@+id/contact_list_context_menu_userinfo_group" |
557 | 21 |
android:title="@string/userinfo_label_chg_group" /> |
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
22 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
23 |
android:id="@+id/contact_list_context_menu_userinfo_subscription" |
556 | 24 |
android:title="@string/userinfo_label_re_subscription" /> |
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
25 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
26 |
android:id="@+id/contact_list_context_menu_userinfo_block" |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
27 |
android:title="@string/userinfo_label_block" |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
28 |
android:visible="false" /> |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
29 |
<item |
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
30 |
android:id="@+id/contact_list_context_menu_userinfo_delete" |
557 | 31 |
android:title="@string/userinfo_label_delete" /> |
555 | 32 |
</menu> |
33 |
</item> |
|
905
dfbc48b4eae1
Correction bug cursor adapter when groups are empty.
"Vincent Veronis"
parents:
713
diff
changeset
|
34 |
</menu> |