summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2010-08-03 18:13:14 -0700
committerDaniel Lehmann <lehmannd@google.com>2010-08-03 18:13:14 -0700
commita35a7e2aabc4edfafb9b4171e279bdb4c0c03d44 (patch)
treec996fd240a4e2b1d133cf937a676408bae50b382 /res/values
parent72fd8d5ca323d7e62f10bd7d222434b4a872197c (diff)
downloadpackages_apps_Contacts-a35a7e2aabc4edfafb9b4171e279bdb4c0c03d44.tar.gz
packages_apps_Contacts-a35a7e2aabc4edfafb9b4171e279bdb4c0c03d44.tar.bz2
packages_apps_Contacts-a35a7e2aabc4edfafb9b4171e279bdb4c0c03d44.zip
Redo dialogs with DialogFragment and fix Join/Seperate
Change-Id: Ied997ad6ba3cf260eb2a04b8882184f1f800140c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/ids.xml25
1 files changed, 2 insertions, 23 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index 25ea72bde..77673e324 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -14,33 +14,12 @@
limitations under the License.
-->
<resources>
- <!-- Dialogs in ContactDetailFragment -->
- <item type="id" name="detail_dialog_confirm_delete" />
- <item type="id" name="detail_dialog_confirm_readonly_delete" />
- <item type="id" name="detail_dialog_confirm_multiple_delete" />
- <item type="id" name="detail_dialog_confirm_readonly_hide" />
-
<!-- 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"/>
<item type="id" name="dialog_import_export"/>
- <!-- Dialogs in ContactEditFragment -->
- <item type="id" name="edit_dialog_confirm_delete"/>
- <item type="id" name="edit_dialog_confirm_readonly_delete"/>
- <item type="id" name="edit_dialog_confirm_multiple_delete"/>
- <item type="id" name="edit_dialog_confirm_readonly_hide"/>
- <item type="id" name="edit_dialog_pick_photo"/>
- <item type="id" name="edit_dialog_split"/>
- <item type="id" name="edit_dialog_select_account"/>
- <item type="id" name="edit_dialog_add_information"/>
-
- <!-- Request Codes (startActivityForResult) -->
- <item type="id" name="edit_request_code_join"/>
- <item type="id" name="edit_request_code_camera_with_data"/>
- <item type="id" name="edit_request_code_photo_picked_with_data"/>
-
<!-- For ImportVCardActivity -->
<item type="id" name="dialog_searching_vcard"/>
<item type="id" name="dialog_sdcard_not_found"/>
@@ -52,7 +31,7 @@
<item type="id" name="dialog_io_exception"/>
<item type="id" name="dialog_error_with_message"/>
- <!-- For ContactsListActivity -->
+ <!-- For ContactDeletionInteraction -->
<item type="id" name="dialog_delete_contact_confirmation"/>
<!-- For ImportExportInteraction -->
@@ -63,7 +42,7 @@
<item type="id" name="dialog_exporting_vcard"/>
<item type="id" name="dialog_fail_to_export_with_reason"/>
- <!-- For PhoneNumberCallInteraction -->
+ <!-- For PhoneNumberInteraction -->
<item type="id" name="dialog_phone_number_call_disambiguation"/>
<!-- For PhoneNumberMessageSendInteraction -->