camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
--- a/camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra	Tue Feb 02 00:01:39 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,138 +0,0 @@
-/*
-* 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;
-					}
-				};
-			}
-		};
-	}
-