phonebookui/Phonebook2/GroupExtension/rss/PguTouchableMembersListView.rss
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 23 5586b4d2ec3e
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *     This file contains all the resources for Touch UI enabled Phonebook 2
       
    16 *     groups list view.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // Groups Members View's control
       
    23 // ---------------------------------------------------------
       
    24 //
       
    25 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_groupmembers_control
       
    26     {
       
    27     flags = KPbk2ContactViewListControlUpdateContextPane |
       
    28             KPbk2ContactViewListControlFindBox;
       
    29     listbox = LISTBOX
       
    30         {
       
    31         flags = EAknListBoxStylusMarkableList|EAknListBoxLoopScrolling;        
       
    32         };
       
    33     iconArray = R_PBK2_FIELDTYPE_ICONS;
       
    34     emptyIconId = PHONEBOOK2_ICON_ID
       
    35         {
       
    36         ownerUid = KPbk2UID3;
       
    37         id = EPbk2qgn_prop_nrtyp_empty;
       
    38         };
       
    39 	defaultIconId = PHONEBOOK2_ICON_ID {};
       
    40     }     
       
    41     
       
    42     
       
    43 // --------------------------------------------------------------------------
       
    44 // Groups Members View's stylus popup menu when no members have been marked
       
    45 // --------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE STYLUS_POPUP_MENU r_phonebook2_groupmembers_unmarked_stylus_menu
       
    48     {
       
    49     items =
       
    50         {
       
    51         STYLUS_POPUP_MENU_ITEM
       
    52             {
       
    53             txt = qtn_phob_longtap_rem_from_grp;
       
    54             command = EPbk2CmdRemoveFromGroup;
       
    55             },
       
    56         STYLUS_POPUP_MENU_ITEM
       
    57             {
       
    58             txt = qtn_phob_longtap_is_in_grp;
       
    59             command = EPbk2CmdBelongsToGroups;
       
    60             },
       
    61         STYLUS_POPUP_MENU_ITEM
       
    62             {
       
    63             txt = qtn_phob_longtap_send;
       
    64             command = EPbk2CmdSend;
       
    65             }
       
    66         };
       
    67     }
       
    68     
       
    69 
       
    70 // End of File