photosgallery/slideshow/view/data/shwslideshowview.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:    Resource definitions 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //	RESOURCE IDENTIFIER
       
    22 NAME	SHWV
       
    23 
       
    24 //	INCLUDES
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.rh>
       
    29 
       
    30 #include "shwslideshowview.hrh"
       
    31 #include <photos.loc>
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 RESOURCE TBUF { buf="SHWV"; }
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 // Slideshow settings track not exist note text
       
    41 // -----------------------------------------------------------------------------
       
    42 RESOURCE TBUF r_shw_qtn_lgal_note_slideshow_define
       
    43     { buf = qtn_lgal_note_slideshow_track; }
       
    44 
       
    45 // Slideshow volume percentage
       
    46 RESOURCE TBUF r_shw_volume_percentage
       
    47     {
       
    48     buf = qtn_lgal_slideshow_volume_percentage;
       
    49     }
       
    50 
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 // r_shw_softkeys_end_pause
       
    54 // Soft keys: End Pause
       
    55 //
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 RESOURCE CBA r_shw_softkeys_end_pause
       
    59     {
       
    60     //for transperency
       
    61      flags = EEikCbaFlagTransparent;
       
    62     buttons =
       
    63         {
       
    64         CBA_BUTTON { id = EShwSlideshowCmdPause; txt = text_softkey_pause; },
       
    65         CBA_BUTTON { id = EShwSlideshowCmdEnd; txt = qtn_lgal_slideshow_softkey_end; }
       
    66         };
       
    67     }
       
    68 
       
    69 RESOURCE AVKON_VIEW r_shw_slideshow_play_view
       
    70 	{
       
    71 	// no menubar or cba in play view - is the resource still required?
       
    72 	}
       
    73 	
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 // r_shw_softkeys_end_continue
       
    77 // Soft keys: End Continue
       
    78 //
       
    79 // -----------------------------------------------------------------------------
       
    80 //
       
    81 RESOURCE CBA r_shw_softkeys_end_continue
       
    82     {
       
    83     //for transperency
       
    84      flags = EEikCbaFlagTransparent;
       
    85     buttons =
       
    86         {
       
    87         CBA_BUTTON { id = EShwSlideshowCmdContinue; txt = qtn_lgal_slideshow_softkey_continue; },
       
    88         CBA_BUTTON { id = EShwSlideshowCmdEnd; txt = qtn_lgal_slideshow_softkey_end; }
       
    89         };
       
    90     }
       
    91 
       
    92 RESOURCE AVKON_VIEW r_shw_slideshow_pause_view
       
    93 	{
       
    94 	cba = r_shw_softkeys_end_continue;
       
    95 	}
       
    96 
       
    97 	
       
    98 RESOURCE TBUF r_shw_softkey_left { buf = qtn_lgal_slideshow_softkey_continue; }
       
    99 RESOURCE TBUF r_shw_softkey_right { buf = qtn_lgal_slideshow_softkey_end; }
       
   100 RESOURCE TBUF r_shw_wait_dlg_opening	{ buf = qtn_gen_note_opening; }
       
   101 RESOURCE TBUF r_shw_softkey_cancel	{ buf = text_softkey_cancel; }
       
   102 
       
   103 RESOURCE DIALOG r_shw_wait_note
       
   104 {
       
   105     flags = EAknWaitNoteFlags;
       
   106     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   107     items =
       
   108         {
       
   109         DLG_LINE
       
   110             {
       
   111             type = EAknCtNote;
       
   112             id = EShwDlgWaitNote;
       
   113             control = AVKON_NOTE
       
   114                 {
       
   115                 layout = EWaitLayout;
       
   116                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   117                 singular_label = r_shw_wait_dlg_opening;
       
   118                 };
       
   119             }
       
   120         };
       
   121 }
       
   122 
       
   123