summaryrefslogtreecommitdiffstats
path: root/res/values/ids.xml
blob: 7f6a51fcc4194270352562d56738b49f13a98a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <!-- The EditText for entries in the ContactEditFragment -->
    <item type="id" name="data"/>
    <item type="id" name="header_phones"/>
    <item type="id" name="dialog_sync_add"/>

    <!-- For ContactDeletionInteraction -->
    <item type="id" name="dialog_delete_contact_loader_id" />

    <!-- For ContactMultiDeletionInteraction -->
    <item type="id" name="dialog_delete_multiple_contact_loader_id" />

    <!-- For PhoneNumberInteraction -->
    <item type="id" name="dialog_phone_number_call_disambiguation"/>

    <!-- For PhoneNumberMessageSendInteraction -->
    <item type="id" name="dialog_phone_number_message_disambiguation"/>

    <!-- Dialog Manager Ids -->
    <item type="id" name="dialog_manager_id_1"/>
    <item type="id" name="dialog_manager_id_2"/>

    <!-- Loader ID for contact filters -->
    <item type="id" name="contact_list_filter_loader" />

    <!-- Dialog ID for the date picker in event (birthday) editors -->
    <item type="id" name="dialog_event_date_picker" />

    <!-- An ID to be used for contents of a custom dialog so that its state be preserved -->
    <item type="id" name="custom_dialog_content" />
</resources>