camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:30:54 +0100
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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;
					}
				};
			}
		};
	}