diff -r 61bc0f252b2b -r bac7acad7cb3 camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra Wed Sep 01 12:30:54 2010 +0100 @@ -0,0 +1,138 @@ +/* +* Copyright (c) 2007 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 for the Camera Application* +*/ + + + + +#define KPhotoQualitySliderLegendCentreX 20 + +// --------------------------------------------------- +// +// r_cam_img_precap_imgcounter_left +// Layout for remaining images in navi pane. +// +// --------------------------------------------------- +// +RESOURCE AVKON_LAYOUT_TEXT r_cam_img_precap_imgcounter_left + { + font = EAknLogicalFontSecondaryFont; C=0; l=267; r = 21; B=234; W=32; J=ELayoutAlignRight; + } + +// --------------------------------------------------- +// +// r_cam_img_precap_imgcounter_ah_left +// Arabic/Hebrew layout for remaining images in navi pane. +// +// --------------------------------------------------- +// +RESOURCE AVKON_LAYOUT_TEXT r_cam_img_precap_imgcounter_ah_left + { + font = EAknLogicalFontSecondaryFont; C=0; l=267; r=21; B=234; W=32; J=ELayoutAlignRight; + } + +//---------------------------------------------------- +// +// r_cam_post_capture_image_name_layout_left +// Layout for image name in post-capture navi-counter +// +//---------------------------------------------------- +// +RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_image_name_layout_camcorder_left + { + font = EAknLogicalFontSecondaryFont; C=35; r=9; B=13; W=100; J=ELayoutAlignRight; + } + +//---------------------------------------------------- +// +// r_cam_post_capture_image_name_layout_ah_left +// Arabic/Hebrew layout for video name in post-capture +// navi-counter +// +//---------------------------------------------------- +// +RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_image_name_layout_ah_camcorder_left + { + font = EAknLogicalFontPrimaryFont; C=35; r=9; B=13; W=100; J=ELayoutAlignRight; + } + + +// --------------------------------------------------------- +// +// r_cam_still_precap_navicounter_decorations_camcorder_left +// Decorations for the navicounter in still precap +// +// --------------------------------------------------------- +// +RESOURCE CAM_DECORATIONS r_cam_still_precap_navicounter_decorations_camcorder_left + { + decorations = + { + CAM_DECORATION + { + type = ECamScreenDecorationBlendedBackground; + decoration = + { + CAM_BLENDED_BACKGROUND + { + tl_x = 269; + tl_y = 219; // 220; + width = 50; + } + }; + } + }; + } + +// --------------------------------------------------------- +// +// r_cam_still_postcap_navicounter_decorations_camcorder_left +// Decorations for the navicounter in still precap +// +// --------------------------------------------------------- +// +RESOURCE CAM_DECORATIONS r_cam_still_postcap_navicounter_decorations_camcorder_left + { + decorations = + { + CAM_DECORATION + { + type = ECamScreenDecorationBlendedBackground; + decoration = + { + CAM_BLENDED_BACKGROUND + { + tl_x = 150; + tl_y = 0; + width = 167; + } + }; + }, + CAM_DECORATION + { + type = ECamScreenDecorationBlendedBackground; + decoration = + { + CAM_BLENDED_BACKGROUND + { + tl_x = 317-75; + tl_y = 219; // 220; + width = 75; + } + }; + } + }; + } +