phonebookui/Phonebook2/GroupExtension/rss/PguMembersListView.rss
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Phonebook 2 Group UI Extension group members view resources.
    14 * Description: 
       
    15 *     This file contains all the resources for Touch UI enabled Phonebook 2
       
    16 *     groups list view.
    15 *
    17 *
    16 */
    18 */
    17 
    19 
    18 
    20 
    19 // --------------------------------------------------------------------------
    21 // ---------------------------------------------------------
    20 // Groups Members View's control
    22 // Groups Members View's control
    21 // --------------------------------------------------------------------------
    23 // ---------------------------------------------------------
    22 //
    24 //
    23 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_groupmembers_control
    25 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_groupmembers_control
    24     {
    26     {
    25     flags = KPbk2ContactViewListControlUpdateContextPane |
    27     flags = KPbk2ContactViewListControlUpdateContextPane |
    26             KPbk2ContactViewListControlFindBox;
    28             KPbk2ContactViewListControlFindBox;
    27     listbox = LISTBOX
    29     listbox = LISTBOX
    28         {
    30         {
    29         flags = EAknListBoxLoopScrolling|EAknListBoxMarkableList|EAknListBoxShiftEnterMarks;
    31         flags = EAknListBoxStylusMarkableList|EAknListBoxLoopScrolling;        
    30         };
    32         };
    31     iconArray = R_PBK2_FIELDTYPE_ICONS;
    33     iconArray = R_PBK2_FIELDTYPE_ICONS;
    32     emptyIconId = PHONEBOOK2_ICON_ID
    34     emptyIconId = PHONEBOOK2_ICON_ID
    33         {
    35         {
    34         ownerUid = KPbk2UID3;
    36         ownerUid = KPbk2UID3;
    35         id = EPbk2qgn_prop_nrtyp_empty;
    37         id = EPbk2qgn_prop_nrtyp_empty;
    36         };
    38         };
    37     defaultIconId = PHONEBOOK2_ICON_ID {};
    39 	defaultIconId = PHONEBOOK2_ICON_ID {};
    38     }
    40     }
    39 
    41 
    40 
       
    41 // --------------------------------------------------------------------------
       
    42 // Dummy Groups Members View's stylus popup menus. Not used, but IDs needed.
       
    43 // --------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE STYLUS_POPUP_MENU r_phonebook2_groupmembers_unmarked_stylus_menu {}
       
    46 
       
    47 // End of File
    42 // End of File