/*
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Resource definitions
*
*/
// RESOURCE IDENTIFIER
NAME SHWV
// INCLUDES
#include <avkon.rsg>
#include <avkon.loc>
#include <eikon.rh>
#include <avkon.rh>
#include "shwslideshowview.hrh"
#include <photos.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="SHWV"; }
// -----------------------------------------------------------------------------
// Slideshow settings track not exist note text
// -----------------------------------------------------------------------------
RESOURCE TBUF r_shw_qtn_lgal_note_slideshow_define
{ buf = qtn_lgal_note_slideshow_track; }
// Slideshow volume percentage
RESOURCE TBUF r_shw_volume_percentage
{
buf = qtn_lgal_slideshow_volume_percentage;
}
// -----------------------------------------------------------------------------
//
// r_shw_softkeys_end_pause
// Soft keys: End Pause
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA r_shw_softkeys_end_pause
{
//for transperency
flags = EEikCbaFlagTransparent;
buttons =
{
CBA_BUTTON { id = EShwSlideshowCmdPause; txt = text_softkey_pause; },
CBA_BUTTON { id = EShwSlideshowCmdEnd; txt = qtn_lgal_slideshow_softkey_end; }
};
}
RESOURCE AVKON_VIEW r_shw_slideshow_play_view
{
// no menubar or cba in play view - is the resource still required?
}
// -----------------------------------------------------------------------------
//
// r_shw_softkeys_end_continue
// Soft keys: End Continue
//
// -----------------------------------------------------------------------------
//
RESOURCE CBA r_shw_softkeys_end_continue
{
//for transperency
flags = EEikCbaFlagTransparent;
buttons =
{
CBA_BUTTON { id = EShwSlideshowCmdContinue; txt = qtn_lgal_slideshow_softkey_continue; },
CBA_BUTTON { id = EShwSlideshowCmdEnd; txt = qtn_lgal_slideshow_softkey_end; }
};
}
RESOURCE AVKON_VIEW r_shw_slideshow_pause_view
{
cba = r_shw_softkeys_end_continue;
}
RESOURCE TBUF r_shw_softkey_left { buf = qtn_lgal_slideshow_softkey_continue; }
RESOURCE TBUF r_shw_softkey_right { buf = qtn_lgal_slideshow_softkey_end; }
RESOURCE TBUF r_shw_wait_dlg_opening { buf = qtn_gen_note_opening; }
RESOURCE TBUF r_shw_softkey_cancel { buf = text_softkey_cancel; }
RESOURCE DIALOG r_shw_wait_note
{
flags = EAknWaitNoteFlags;
buttons = R_AVKON_SOFTKEYS_CANCEL;
items =
{
DLG_LINE
{
type = EAknCtNote;
id = EShwDlgWaitNote;
control = AVKON_NOTE
{
layout = EWaitLayout;
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
singular_label = r_shw_wait_dlg_opening;
};
}
};
}