camerauis/cameraapp/generic/data/resource_inc/CamStillCaptureCamcorderLeft.ra
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2007 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 for the Camera Application*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #define KPhotoQualitySliderLegendCentreX    20
       
    21 
       
    22 // ---------------------------------------------------
       
    23 //
       
    24 //    r_cam_img_precap_imgcounter_left
       
    25 //    Layout for remaining images in navi pane.
       
    26 //
       
    27 // ---------------------------------------------------
       
    28 //
       
    29 RESOURCE AVKON_LAYOUT_TEXT r_cam_img_precap_imgcounter_left
       
    30     {
       
    31     font = EAknLogicalFontSecondaryFont; C=0; l=267; r = 21; B=234; W=32; J=ELayoutAlignRight;
       
    32     }
       
    33 
       
    34 // ---------------------------------------------------
       
    35 //
       
    36 //    r_cam_img_precap_imgcounter_ah_left
       
    37 //    Arabic/Hebrew layout for remaining images in navi pane.
       
    38 //
       
    39 // ---------------------------------------------------
       
    40 //
       
    41 RESOURCE AVKON_LAYOUT_TEXT r_cam_img_precap_imgcounter_ah_left
       
    42     {
       
    43     font = EAknLogicalFontSecondaryFont; C=0; l=267; r=21; B=234; W=32; J=ELayoutAlignRight;
       
    44     }
       
    45     
       
    46 //----------------------------------------------------
       
    47 //   
       
    48 //    r_cam_post_capture_image_name_layout_left
       
    49 //    Layout for image name in post-capture navi-counter
       
    50 //
       
    51 //----------------------------------------------------
       
    52 //  
       
    53 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_image_name_layout_camcorder_left
       
    54 	{
       
    55     font = EAknLogicalFontSecondaryFont; C=35; r=9; B=13; W=100; J=ELayoutAlignRight;
       
    56 	}
       
    57 
       
    58 //----------------------------------------------------
       
    59 //   
       
    60 //    r_cam_post_capture_image_name_layout_ah_left
       
    61 //    Arabic/Hebrew layout for video name in post-capture
       
    62 //    navi-counter
       
    63 //
       
    64 //----------------------------------------------------
       
    65 //  
       
    66 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_image_name_layout_ah_camcorder_left
       
    67 	{
       
    68 	font = EAknLogicalFontPrimaryFont; C=35; r=9; B=13; W=100; J=ELayoutAlignRight;
       
    69 	}
       
    70 
       
    71 
       
    72 // ---------------------------------------------------------
       
    73 //   
       
    74 //   r_cam_still_precap_navicounter_decorations_camcorder_left
       
    75 //   Decorations for the navicounter in still precap
       
    76 //
       
    77 // ---------------------------------------------------------
       
    78 //
       
    79 RESOURCE CAM_DECORATIONS r_cam_still_precap_navicounter_decorations_camcorder_left
       
    80 	{
       
    81 	decorations = 
       
    82 		{
       
    83 		CAM_DECORATION
       
    84 			{
       
    85 			type = ECamScreenDecorationBlendedBackground;
       
    86 			decoration = 
       
    87 				{
       
    88 				CAM_BLENDED_BACKGROUND
       
    89 					{
       
    90 					tl_x = 269;
       
    91 					tl_y  = 219; // 220;
       
    92 					width = 50;
       
    93 					}
       
    94 				};
       
    95 			}
       
    96 		};
       
    97 	}
       
    98 
       
    99 // ---------------------------------------------------------
       
   100 //   
       
   101 //   r_cam_still_postcap_navicounter_decorations_camcorder_left
       
   102 //   Decorations for the navicounter in still precap
       
   103 //
       
   104 // ---------------------------------------------------------
       
   105 //
       
   106 RESOURCE CAM_DECORATIONS r_cam_still_postcap_navicounter_decorations_camcorder_left
       
   107 	{
       
   108 	decorations = 
       
   109 		{
       
   110 		CAM_DECORATION
       
   111 			{
       
   112 			type = ECamScreenDecorationBlendedBackground;
       
   113 			decoration = 
       
   114 				{
       
   115 				CAM_BLENDED_BACKGROUND
       
   116 					{
       
   117 					tl_x = 150;
       
   118 					tl_y = 0;
       
   119 					width = 167;
       
   120 					}
       
   121 				};
       
   122 			},
       
   123 		CAM_DECORATION
       
   124 			{
       
   125 			type = ECamScreenDecorationBlendedBackground;
       
   126 			decoration = 
       
   127 				{
       
   128 				CAM_BLENDED_BACKGROUND
       
   129 					{
       
   130 					tl_x = 317-75;
       
   131 					tl_y  = 219; // 220;
       
   132 					width = 75;
       
   133 					}
       
   134 				};
       
   135 			}
       
   136 		};
       
   137 	}
       
   138