blob: f22eaba70a0e4b99c88374f57fa642a9ca42f20f [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Neel Parekhb77a6d92009-09-14 11:57:20 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Neel Parekhb77a6d92009-09-14 11:57:20 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080016<resources>
Daniel Lehmann18f104f2010-05-07 15:41:11 -070017 <!-- The EditText for entries in the ContactEditFragment -->
Dmitri Plotnikovfc172b02010-02-23 10:10:17 -080018 <item type="id" name="data"/>
19 <item type="id" name="header_phones"/>
20 <item type="id" name="dialog_sync_add"/>
Jeff Sharkey49d17b32009-09-07 02:14:21 -070021
Daniel Lehmanna35a7e22010-08-03 18:13:14 -070022 <!-- For ContactDeletionInteraction -->
Dmitri Plotnikov43fd1e82011-01-09 11:29:39 -080023 <item type="id" name="dialog_delete_contact_loader_id" />
Megha Joshid5afd8a2009-09-22 09:38:41 -070024
Brian Attwelld2962a32015-03-02 14:48:50 -080025 <!-- For ContactMultiDeletionInteraction -->
26 <item type="id" name="dialog_delete_multiple_contact_loader_id" />
27
Daniel Lehmanna35a7e22010-08-03 18:13:14 -070028 <!-- For PhoneNumberInteraction -->
Dmitri Plotnikovb4e88862010-06-30 21:24:35 -070029 <item type="id" name="dialog_phone_number_call_disambiguation"/>
30
31 <!-- For PhoneNumberMessageSendInteraction -->
32 <item type="id" name="dialog_phone_number_message_disambiguation"/>
33
Daniel Lehmann3b7d5942010-07-22 18:10:50 -070034 <!-- Dialog Manager Ids -->
35 <item type="id" name="dialog_manager_id_1"/>
36 <item type="id" name="dialog_manager_id_2"/>
Daniel Lehmann16249642010-09-10 19:56:51 -070037
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -070038 <!-- Loader ID for contact filters -->
39 <item type="id" name="contact_list_filter_loader" />
Daniel Lehmann392ccec2010-11-01 20:50:03 -070040
41 <!-- Dialog ID for the date picker in event (birthday) editors -->
42 <item type="id" name="dialog_event_date_picker" />
Dmitri Plotnikovcb08f1b2011-01-03 15:05:36 -080043
44 <!-- An ID to be used for contents of a custom dialog so that its state be preserved -->
45 <item type="id" name="custom_dialog_content" />
Walter Jang758f5652016-04-05 09:29:56 -070046
junhezhang04865662024-01-17 23:02:25 +000047 <!-- An ID to be used for tagging text for copy in legacy fields. -->
48 <item name="text_to_copy" type="id"/>
49
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070050 <!-- Menu group ID for settings and help & feedback -->
51 <item type="id" name="nav_misc" />
52
Wenyi Wang2829deb2017-01-04 14:05:13 -080053 <!-- Menu ID for Contacts menu -->
54 <item type="id" name="nav_all_contacts" />
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070055
Wenyi Wang2829deb2017-01-04 14:05:13 -080056 <!-- Menu ID for Suggestions menu -->
57 <item type="id" name="nav_assistant" />
58
59 <!-- Menu ID for group header -->
60 <item type="id" name="nav_groups" />
61
62 <!-- Menu ID for each group menu item -->
63 <item type="id" name="nav_group" />
64
65 <!-- Menu ID for create label menu item -->
66 <item type="id" name="nav_create_label" />
67
68 <!-- Menu ID for filter header -->
69 <item type="id" name="nav_filters" />
70
71 <!-- Menu ID for each filter menu item -->
72 <item type="id" name="nav_filter" />
73
74 <!-- Menu ID for Settings menu -->
75 <item type="id" name="nav_settings" />
76
77 <!-- Menu ID for help & feedback menu -->
78 <item type="id" name="nav_help" />
Walter Jang13a9c332016-08-13 08:35:14 -070079
80 <!-- For vcard.ImportVCardActivity -->
81 <item type="id" name="dialog_cache_vcard"/>
82 <item type="id" name="dialog_error_with_message"/>
83
84 <!-- For vcard.CancelActivity -->
85 <item type="id" name="dialog_cancel_confirmation"/>
86 <item type="id" name="dialog_cancel_failed"/>
87
88 <!-- For ExportVCardActivity -->
89 <item type="id" name="dialog_exporting_vcard"/>
90 <item type="id" name="dialog_fail_to_export_with_reason"/>
91
92 <!-- For Debug Purpose -->
93 <item type="id" name="cliv_name_textview"/>
94 <item type="id" name="cliv_phoneticname_textview"/>
95 <item type="id" name="cliv_label_textview"/>
96 <item type="id" name="cliv_data_view"/>
97
98 <!-- For tag ids used by ContactPhotoManager to tag views with contact details -->
99 <item type="id" name="tag_display_name"/>
100 <item type="id" name="tag_identifier"/>
101 <item type="id" name="tag_contact_type"/>
102
103 <item type="id" name="menu_save"/>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800104</resources>