phonebookui/Phonebook2/CommandsExtension/rss/MergeContactsCmd.rss
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This file contains resources for Phonebook 2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ---------------------------------------------------------
       
    20 // Dialog for merge contacts error note
       
    21 // ---------------------------------------------------------
       
    22 //
       
    23 RESOURCE DIALOG r_pbk2_merge_contacts_error_note
       
    24 {
       
    25 flags = EAknDialogGenericNoteFlags;
       
    26 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    27 items =
       
    28     {
       
    29     DLG_LINE
       
    30         {
       
    31         type=EAknCtQuery;
       
    32         id=EGeneralQuery;
       
    33         control=AVKON_CONFIRMATION_QUERY
       
    34             {
       
    35             layout = EConfirmationQueryLayout;
       
    36             animation = R_QGN_NOTE_ERROR_ANIM;
       
    37             };
       
    38         }
       
    39     };
       
    40 }
       
    41 
       
    42 // ---------------------------------------------------------
       
    43 // Dialog for merge contacts confirmation note
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 RESOURCE DIALOG r_pbk2_merge_contacts_confirmation_note
       
    47 {
       
    48 flags = EAknDialogGenericNoteFlags;
       
    49 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    50 items =
       
    51     {
       
    52     DLG_LINE
       
    53         {
       
    54         type=EAknCtQuery;
       
    55         id=EGeneralQuery;
       
    56         control=AVKON_CONFIRMATION_QUERY
       
    57             {
       
    58             layout = EConfirmationQueryLayout;
       
    59             animation = R_QGN_NOTE_OK_ANIM;
       
    60             };
       
    61         }
       
    62     };
       
    63 }
       
    64 
       
    65 // --------------------------------------------------------------------------
       
    66 // "Merging contacts..." wait note
       
    67 // --------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE DIALOG r_qtn_merge_contacts_wait_note
       
    70 {
       
    71 flags = EAknWaitNoteFlags;
       
    72 buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    73 items =
       
    74     {
       
    75     DLG_LINE
       
    76         {
       
    77         type = EAknCtNote;
       
    78         id = EGeneralNote;
       
    79         control = AVKON_NOTE
       
    80             {
       
    81             layout = EWaitLayout;
       
    82             animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    83             singular_label = qtn_phob_note_merging_contacts;
       
    84             };
       
    85         }
       
    86     };
       
    87 }