phonebookui/Phonebook2/GroupExtension/rss/PguMembersListView.rss
changeset 0 e686773b3f54
child 6 e8e3147d53eb
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  Phonebook 2 Group UI Extension group members view resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // --------------------------------------------------------------------------
       
    20 // Groups Members View's control
       
    21 // --------------------------------------------------------------------------
       
    22 //
       
    23 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_groupmembers_control
       
    24     {
       
    25     flags = KPbk2ContactViewListControlUpdateContextPane |
       
    26             KPbk2ContactViewListControlFindBox;
       
    27     listbox = LISTBOX
       
    28         {
       
    29         flags = EAknListBoxLoopScrolling|EAknListBoxMarkableList|EAknListBoxShiftEnterMarks;
       
    30         };
       
    31     iconArray = R_PBK2_FIELDTYPE_ICONS;
       
    32     emptyIconId = PHONEBOOK2_ICON_ID
       
    33         {
       
    34         ownerUid = KPbk2UID3;
       
    35         id = EPbk2qgn_prop_nrtyp_empty;
       
    36         };
       
    37     defaultIconId = PHONEBOOK2_ICON_ID {};
       
    38     }
       
    39 
       
    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