camerauis/cameraapp/generic/data/resource_inc/CamVideoCapturePortrait.ra
branchRCL_3
changeset 24 bac7acad7cb3
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 #include "camportraitnaviconstants.rh"
       
    20 
       
    21 // ---------------------------------------------------
       
    22 //
       
    23 //    r_cam_video_precap_remaining_time_portrait
       
    24 //    Layout for remaining recording time in navi pane.
       
    25 //
       
    26 // ---------------------------------------------------
       
    27 //
       
    28 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_precap_remaining_time_portrait
       
    29     {
       
    30     font = ELatinPlain12; 
       
    31     C    = 0; 
       
    32     r    = KRemainingTimeRight; 
       
    33     B    = KNaviPaneHeight - KNaviBottomClearance; 
       
    34     W    = KRemainingTimePreCaptureWidth; 
       
    35     J    = ELayoutAlignRight;
       
    36     //font = EAknLogicalFontSecondaryFont; C=0; l=0; r=15; B=KNaviPaneFontBasePT - 3; W=36; J=ELayoutAlignRight;
       
    37     }
       
    38 
       
    39 // ---------------------------------------------------
       
    40 //
       
    41 //    r_cam_video_precap_remaining_time_ah_portrait
       
    42 //    Arabic/Hebrew layout for remaining recording time in navi pane.
       
    43 //
       
    44 // ---------------------------------------------------
       
    45 //
       
    46 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_precap_remaining_time_ah_portrait
       
    47     {
       
    48     font = EAknLogicalFontSecondaryFont; C=0; l=90; /*r=KNaviPaneFontRightBorderPT - 1;*/ B=KNaviPaneFontBasePT - 3; J=ELayoutAlignLeft;
       
    49     }
       
    50 
       
    51 // ---------------------------------------------------
       
    52 //
       
    53 //    r_cam_video_cap_limited_remaining_time_portrait
       
    54 //    Layout for remaining images in navi pane.
       
    55 //
       
    56 // ---------------------------------------------------
       
    57 //
       
    58 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_remaining_time_portrait
       
    59   {
       
    60   //font = ELatinPlain12; C=215; r=15; B=KNaviPaneFontBasePT - 2; W=KRemainingTimeInCaptureWidth; J=ELayoutAlignRight;
       
    61   font = ELatinPlain12; 
       
    62   C    = 215; 
       
    63   r    = KRemainingTimeRight; 
       
    64   B    = KNaviPaneHeight - KNaviBottomClearance; 
       
    65   W    = KRemainingTimeInCaptureWidth; 
       
    66   J    = ELayoutAlignRight;
       
    67   }
       
    68 
       
    69 // ---------------------------------------------------
       
    70 //
       
    71 //    r_cam_video_cap_unlimited_remaining_time_portrait
       
    72 //    Layout for remaining images in navi pane.
       
    73 //
       
    74 // ---------------------------------------------------
       
    75 //
       
    76 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_remaining_time_portrait
       
    77   {
       
    78   //font = ELatinPlain12; C=215; r=15; B=KNaviPaneFontBasePT - 3; W=KRemainingTimeInCaptureWidth; J=ELayoutAlignRight;
       
    79   font = ELatinPlain12; 
       
    80   C    = 215; 
       
    81   r    = KRemainingTimeRight; 
       
    82   B    = KNaviPaneHeight - KNaviBottomClearance; 
       
    83   W    = KRemainingTimeInCaptureWidth; 
       
    84   J    = ELayoutAlignRight;
       
    85   }
       
    86 
       
    87 // ---------------------------------------------------
       
    88 //
       
    89 //    r_cam_video_cap_unlimited_remaining_time_ah_portrait
       
    90 //    Layout for remaining images in navi pane.
       
    91 //
       
    92 // ---------------------------------------------------
       
    93 //
       
    94 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_remaining_time_ah_portrait
       
    95     {
       
    96     font = ELatinPlain12; C=215; r=12 + 80; B=KNaviPaneFontBasePT - 4; W=KRemainingTimeInCaptureWidth; J=ELayoutAlignRight;
       
    97     }
       
    98     
       
    99 // ---------------------------------------------------
       
   100 //
       
   101 //    r_cam_video_cap_limited_remaining_time_ah_portrait
       
   102 //    Arabic/Hebrew layout for remaining images in navi pane.
       
   103 //
       
   104 // ---------------------------------------------------
       
   105 //
       
   106 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_remaining_time_ah_portrait
       
   107     {
       
   108     font = ELatinPlain12; C=215; l=14; B=KNaviPaneFontBasePT - 2; J=ELayoutAlignLeft;
       
   109     }
       
   110 
       
   111 
       
   112 
       
   113 // ---------------------------------------------------
       
   114 //
       
   115 //    r_cam_video_cap_limited_elapsed_time_portrait
       
   116 //    Layout for elapsed time in navi pane.
       
   117 //
       
   118 // ---------------------------------------------------
       
   119 //
       
   120 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_elapsed_time_portrait
       
   121   {
       
   122   //font=ELatinPlain12; C=35; l=12; B=KNaviPaneFontBasePT - 1; W=KElapsedTimeInCaptureWidth; J=ELayoutAlignLeft;
       
   123 
       
   124   font = ELatinPlain12; 
       
   125   C    = 35; 
       
   126   r    = KElapsedTimeRight;
       
   127   B    = KNaviPaneHeight - KNaviBottomClearance; 
       
   128   W    = KElapsedTimeInCaptureWidth; 
       
   129   J    = ELayoutAlignRight;
       
   130   }
       
   131 
       
   132 // ---------------------------------------------------
       
   133 //
       
   134 //    r_cam_video_cap_limited_elapsed_time_ah_portrait
       
   135 //    Arabic/Hebrew layout for elapsed time in navi pane.
       
   136 //
       
   137 // ---------------------------------------------------
       
   138 //
       
   139 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_elapsed_time_ah_portrait
       
   140     {
       
   141     font = ELatinPlain12; C=35; r=10; B=KNaviPaneFontBasePT - KNaviBottomClearance; J=ELayoutAlignRight;
       
   142     }
       
   143 
       
   144 // ---------------------------------------------------
       
   145 //
       
   146 //    r_cam_video_cap_unlimited_elapsed_time_portrait
       
   147 //    Layout for elapsed time in navi pane.
       
   148 //
       
   149 // ---------------------------------------------------
       
   150 //
       
   151 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_elapsed_time_portrait
       
   152     {
       
   153     //font = ELatinPlain12; C=35; l=12; B=KNaviPaneFontBasePT - 1; W=24; J=ELayoutAlignLeft;
       
   154     //font = ELatinPlain12; C=35; l=49; B=KNaviPaneFontBasePT - 3; W=KElapsedTimeInCaptureWidth; J=ELayoutAlignLeft;
       
   155     font = ELatinPlain12; 
       
   156     C    = 35; 
       
   157     r    = KElapsedTimeRight;
       
   158     B    = KNaviPaneHeight - KNaviBottomClearance; 
       
   159     W    = KElapsedTimeInCaptureWidth; 
       
   160     J    = ELayoutAlignRight;
       
   161     }
       
   162 
       
   163 // ---------------------------------------------------
       
   164 //
       
   165 //    r_cam_video_cap_unlimited_elapsed_time_ah_portrait
       
   166 //    Arabic/Hebrew layout for elapsed time in navi pane.
       
   167 //
       
   168 // ---------------------------------------------------
       
   169 //
       
   170 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_elapsed_time_ah_portrait
       
   171     {
       
   172     font = ELatinPlain12; C=35; r=0 + 50; B=KNaviPaneFontBasePT - KNaviBottomClearance; J=ELayoutAlignRight;
       
   173     }
       
   174     
       
   175 //----------------------------------------------------
       
   176 //   
       
   177 //    r_cam_post_capture_video_size_layout_portrait
       
   178 //    Layout for video size in post-capture navi-counter
       
   179 //
       
   180 //----------------------------------------------------
       
   181 //  
       
   182 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_size_layout_portrait
       
   183     {
       
   184     font = EAknLogicalFontSecondaryFont; C=0; l=0; r=KNaviPaneFontRightBorderPT; B=KNaviPaneFontBasePT; W=36; J=ELayoutAlignRight;
       
   185     }
       
   186 
       
   187 //----------------------------------------------------
       
   188 //   
       
   189 //    r_cam_post_capture_video_size_layout_ah_portrait
       
   190 //    Layout for video size in post-capture navi-counter
       
   191 //
       
   192 //----------------------------------------------------
       
   193 //  
       
   194 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_size_layout_ah_portrait
       
   195     {
       
   196     font = EAknLogicalFontSecondaryFont; C=0; l=10; B=KNaviPaneFontBasePT; J=ELayoutAlignLeft;
       
   197     }
       
   198 
       
   199 // ---------------------------------------------------
       
   200 //
       
   201 //    r_cam_video_cap_limit_progress_bar_portrait
       
   202 //    Layout for progress bar during capture in navi pane.
       
   203 //
       
   204 // ---------------------------------------------------
       
   205 //
       
   206 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_progress_bar_portrait
       
   207     {
       
   208     r = KProgressBarRight;
       
   209     //t = (KNaviPaneHeight - KProgressBarHeight) / 2;
       
   210     b = KNaviBottomClearance;    
       
   211     W = KProgressBarWidth;
       
   212     H = KProgressBarHeight;
       
   213     //l=37; t=8; W=71; H=10;
       
   214     }
       
   215 
       
   216 // ---------------------------------------------------
       
   217 //
       
   218 //    r_cam_video_cap_limit_progress_bar_ah_portrait
       
   219 //    Arabic/Hebrew layout for progress bar during capture in navi pane.
       
   220 //
       
   221 // ---------------------------------------------------
       
   222 //
       
   223 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_progress_bar_ah_portrait
       
   224     {
       
   225     r=37; t=8; W=71; H=10;
       
   226     }
       
   227 
       
   228 // ---------------------------------------------------
       
   229 //
       
   230 //    r_cam_video_cap_limit_memory_location_portrait
       
   231 //    Layout rect for memory location icon while recording in navi pane progress.
       
   232 //
       
   233 // ---------------------------------------------------
       
   234 //
       
   235 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_memory_location_portrait
       
   236     {
       
   237     //r = 5; t = 7; W = 9; H = 11;
       
   238     //l = 136; t = 5; W = 9; H = 11;
       
   239     r = KMemoryIconRight;
       
   240     //t = (KNaviPaneHeight-KMemoryIconHeight)/2;
       
   241     b = KNaviBottomClearance;
       
   242     W = KMemoryIconWidth;
       
   243     H = KMemoryIconHeight;
       
   244     }
       
   245 
       
   246 // ---------------------------------------------------
       
   247 //
       
   248 //    r_cam_video_cap_limit_memory_location_ah_portrait
       
   249 //    Arabic/Hebrew layout rect for memory location icon while recording in navi pane progress.
       
   250 //
       
   251 // ---------------------------------------------------
       
   252 //
       
   253 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_memory_location_ah_portrait
       
   254     {
       
   255     l = 0; t = 6; W = 21; H = 28;
       
   256     }
       
   257 
       
   258 // ---------------------------------------------------
       
   259 //
       
   260 //    r_cam_video_cap_unlimit_memory_location_portrait
       
   261 //    Layout rect for memory location icon while recording in navi pane progress.
       
   262 //
       
   263 // ---------------------------------------------------
       
   264 //
       
   265 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_unlimit_memory_location_portrait
       
   266     {
       
   267     //r = 5; t = 7; W = 9; H = 11;
       
   268     //l = 124; t = 5; W = 9; H = 11;
       
   269     r = KMemoryIconRight;
       
   270     //t = (KNaviPaneHeight-KMemoryIconHeight)/2;
       
   271     b = KNaviBottomClearance;
       
   272     W = KMemoryIconWidth;
       
   273     H = KMemoryIconHeight;
       
   274     }
       
   275 
       
   276 // ---------------------------------------------------
       
   277 //
       
   278 //    r_cam_video_cap_unlimit_memory_location_ah_portrait
       
   279 //    Arabic/Hebrew layout rect for memory location icon while recording in navi pane progress.
       
   280 //
       
   281 // ---------------------------------------------------
       
   282 //
       
   283 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_unlimit_memory_location_ah_portrait
       
   284     {
       
   285     l = 10; t = 5; W = 21; H = 28;
       
   286     }
       
   287         
       
   288 //-----------------------------------------------------------------------------
       
   289 //
       
   290 //    r_cam_recpause_indicator_layout_vid_main_rect
       
   291 //    Layout rect for the recording and paused indicators in the main video pane.
       
   292 //
       
   293 //-----------------------------------------------------------------------------
       
   294 //
       
   295 RESOURCE AVKON_LAYOUT_RECT r_cam_recpause_indicator_layout_vid_main_rect_portrait
       
   296     {
       
   297     l=8; t=6; W=18; H=18;
       
   298     }
       
   299 
       
   300 
       
   301 //----------------------------------------------------
       
   302 //   
       
   303 //    r_cam_video_quality_slider_array_portrait
       
   304 //    Legend data for the video quality slider
       
   305 //----------------------------------------------------
       
   306 //   
       
   307 RESOURCE ARRAY r_cam_video_quality_slider_array_portrait
       
   308     {
       
   309     items = 
       
   310         {
       
   311         CAM_SLIDER_LEGEND_ITEM
       
   312             {
       
   313             item = ECamSliderLegendItemIcon;
       
   314             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   315 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_cif;
       
   316 //            mask_id = EMbmCameraappQgn_indi_lcam_res_cif_mask;
       
   317             },
       
   318         CAM_SLIDER_LEGEND_ITEM
       
   319             {
       
   320             item = ECamSliderLegendItemIcon;
       
   321             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   322 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_mp4;
       
   323 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_mp4_mask;
       
   324             },
       
   325         CAM_SLIDER_LEGEND_ITEM
       
   326             {
       
   327             item = ECamSliderLegendItemIcon;
       
   328             position = AVKON_LAYOUT_RECT { l = 2; t = 136; W = 26; H = 22; };
       
   329 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   330 //            mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   331             },
       
   332         CAM_SLIDER_LEGEND_ITEM
       
   333             {
       
   334             item = ECamSliderLegendItemIcon;
       
   335             position = AVKON_LAYOUT_RECT { l = 32; t = 132; W = 22; H = 32; };
       
   336 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   337 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   338             },
       
   339         CAM_SLIDER_LEGEND_ITEM
       
   340             {
       
   341             item = ECamSliderLegendItemIcon;
       
   342             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   343 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   344 //            mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   345             },
       
   346         CAM_SLIDER_LEGEND_ITEM
       
   347             {
       
   348             item = ECamSliderLegendItemIcon;
       
   349             position = AVKON_LAYOUT_RECT { l = 32; t = 256; W = 22; H = 32; };
       
   350 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   351 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   352             }
       
   353         };
       
   354     }
       
   355 
       
   356 //----------------------------------------------------
       
   357 //   
       
   358 //    r_cam_video_quality_slider_array_ah
       
   359 //    Legend data for the video quality slider (Arabic/Hebrew)
       
   360 //----------------------------------------------------
       
   361 //   
       
   362 RESOURCE ARRAY r_cam_video_quality_slider_array_ah_portrait
       
   363     {
       
   364     items = 
       
   365         {
       
   366         CAM_SLIDER_LEGEND_ITEM
       
   367             {
       
   368             item = ECamSliderLegendItemIcon;
       
   369             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   370 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_cif;
       
   371 //            mask_id = EMbmCameraappQgn_indi_lcam_res_cif_mask;
       
   372             },
       
   373         CAM_SLIDER_LEGEND_ITEM
       
   374             {
       
   375             item = ECamSliderLegendItemIcon;
       
   376             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   377 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_mp4;
       
   378 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_mp4_mask;
       
   379             },
       
   380         CAM_SLIDER_LEGEND_ITEM
       
   381             {
       
   382             item = ECamSliderLegendItemIcon;
       
   383             position = AVKON_LAYOUT_RECT { l = 2; t = 136; W = 26; H = 22; };
       
   384 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   385 //            mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   386             },
       
   387         CAM_SLIDER_LEGEND_ITEM
       
   388             {
       
   389             item = ECamSliderLegendItemIcon;
       
   390             position = AVKON_LAYOUT_RECT { l = 32; t = 132; W = 22; H = 32; };
       
   391 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   392 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   393             },
       
   394         CAM_SLIDER_LEGEND_ITEM
       
   395             {
       
   396             item = ECamSliderLegendItemIcon;
       
   397             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   398 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   399 //            mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   400             },
       
   401         CAM_SLIDER_LEGEND_ITEM
       
   402             {
       
   403             item = ECamSliderLegendItemIcon;
       
   404             position = AVKON_LAYOUT_RECT { l = 32; t = 256; W = 22; H = 32; };
       
   405 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   406 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   407             }
       
   408         };
       
   409     }
       
   410 
       
   411 /*
       
   412 //----------------------------------------------------
       
   413 //   
       
   414 //    r_cam_video_quality_slider_array_cam2_portrait
       
   415 //    Legend data for the video quality slider ( for camera 2 )
       
   416 //----------------------------------------------------
       
   417 //   
       
   418 RESOURCE ARRAY r_cam_video_quality_slider_array_cam2_portrait
       
   419     {
       
   420     items = 
       
   421         {
       
   422         CAM_SLIDER_LEGEND_ITEM
       
   423             {
       
   424             item = ECamSliderLegendItemIcon;
       
   425             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   426             bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   427             mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   428             },
       
   429         CAM_SLIDER_LEGEND_ITEM
       
   430             {
       
   431             item = ECamSliderLegendItemIcon;
       
   432             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   433             bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   434             mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   435             },
       
   436         CAM_SLIDER_LEGEND_ITEM
       
   437             {
       
   438             item = ECamSliderLegendItemIcon;
       
   439             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   440             bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   441             mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   442             },
       
   443         CAM_SLIDER_LEGEND_ITEM
       
   444             {
       
   445             item = ECamSliderLegendItemIcon;
       
   446             position = AVKON_LAYOUT_RECT { l = 32; t = 56; W = 22; H = 32; };
       
   447             bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   448             mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   449             }
       
   450         };
       
   451     }
       
   452 */
       
   453 
       
   454 //----------------------------------------------------
       
   455 //   
       
   456 //    r_cam_post_capture_video_name_layout_portrait
       
   457 //    Layout for video name in post-capture navi-counter
       
   458 //
       
   459 //----------------------------------------------------
       
   460 //  
       
   461 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_name_layout_portrait
       
   462     {
       
   463     font = EAknLogicalFontSecondaryFont; C=0; l=0; r=56; B=KNaviPaneFontBasePT; W=36; J=ELayoutAlignLeft;
       
   464     }
       
   465 
       
   466 //----------------------------------------------------
       
   467 //   
       
   468 //    r_cam_post_capture_video_name_layout_ah_portrait
       
   469 //    Arabic/Hebrew layout for video name in post-capture
       
   470 //    navi-counter for secondary camera
       
   471 //
       
   472 //----------------------------------------------------
       
   473 //  
       
   474 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_name_layout_ah_portrait
       
   475     {
       
   476     font = EAknLogicalFontSecondaryFont; C=0; r=KNaviPaneFontRightBorderPT; B=KNaviPaneFontBasePT; J=ELayoutAlignRight;
       
   477     }
       
   478 
       
   479 //----------------------------------------------------
       
   480 //   
       
   481 //    r_cam_video_pre_capture_view
       
   482 //    Video pre-capture view
       
   483 //
       
   484 //----------------------------------------------------
       
   485 //
       
   486 RESOURCE AVKON_VIEW r_cam_video_pre_capture_view_portrait
       
   487     {
       
   488     menubar = r_cam_video_pre_capture_menubar_portrait;
       
   489     cba = r_cam_softkeys_options_exit;    
       
   490     toolbar = r_cam_video_precapture_toolbar_portrait;  
       
   491     }
       
   492 
       
   493 // ---------------------------------------------------------
       
   494 //   
       
   495 //   r_cam_video_pre_capture_menubar
       
   496 //   Menubar for video pre-capture view
       
   497 //
       
   498 // ---------------------------------------------------------
       
   499 //
       
   500 RESOURCE MENU_BAR r_cam_video_pre_capture_menubar_portrait
       
   501     {
       
   502     titles =
       
   503         {
       
   504         MENU_TITLE
       
   505             {
       
   506             menu_pane = r_cam_video_pre_capture_menu_portrait;
       
   507             }
       
   508         };
       
   509     }
       
   510 
       
   511 // ---------------------------------------------------------
       
   512 //   
       
   513 //   r_cam_video_pre_capture_menu_portrait
       
   514 //   Options menu for video pre capture view
       
   515 //
       
   516 // ---------------------------------------------------------
       
   517 //
       
   518 RESOURCE MENU_PANE r_cam_video_pre_capture_menu_portrait
       
   519     {
       
   520     items = 
       
   521         {
       
   522         MENU_ITEM
       
   523             {
       
   524             command = ECamCmdSwitchCamera;
       
   525             txt = qtn_lcam_options_cam2;
       
   526             },
       
   527         MENU_ITEM
       
   528             {
       
   529             command = ECamCmdSettings;
       
   530             txt = qtn_lcam_cmd_settings;
       
   531             },
       
   532         MENU_ITEM
       
   533             {
       
   534             command = ECamCmdNewPhoto;
       
   535             txt = qtn_lcam_options_photo_mode;
       
   536             },            
       
   537         MENU_ITEM
       
   538             {
       
   539             command = ECamCmdPhotos;
       
   540             txt = qtn_lcam_options_go_to_photos;
       
   541             },
       
   542         MENU_ITEM
       
   543             {
       
   544             command = EAknCmdHelp;
       
   545             txt = qtn_options_help;
       
   546             },
       
   547         MENU_ITEM
       
   548             {
       
   549             command = ECamCmdInternalExit;
       
   550             txt = qtn_options_exit;
       
   551             }
       
   552         };
       
   553     }
       
   554 
       
   555 //----------------------------------------------------
       
   556 //   
       
   557 //    r_cam_video_post_capture_view
       
   558 //    Video post-capture view
       
   559 //
       
   560 //----------------------------------------------------
       
   561 //
       
   562 RESOURCE AVKON_VIEW r_cam_video_post_capture_view_portrait
       
   563     {
       
   564     menubar = r_cam_video_post_capture_menubar_portrait;
       
   565     cba = r_cam_softkeys_options_back_toggletoolbar_portrait;
       
   566     toolbar = r_cam_video_postcapture_toolbar_portrait;
       
   567     }
       
   568 
       
   569 // ---------------------------------------------------------
       
   570 //   
       
   571 //   r_cam_video_post_capture_menubar
       
   572 //   Menubar for video post capture view
       
   573 //
       
   574 // ---------------------------------------------------------
       
   575 //
       
   576 RESOURCE MENU_BAR r_cam_video_post_capture_menubar_portrait
       
   577     {
       
   578     titles =
       
   579         {
       
   580         MENU_TITLE
       
   581             {
       
   582             menu_pane = r_cam_video_post_capture_menu_portrait;
       
   583             }
       
   584         };
       
   585     }
       
   586 
       
   587 // ---------------------------------------------------------
       
   588 //   
       
   589 //   r_cam_video_post_capture_menu_portrait
       
   590 //   Options menu for video post capture view
       
   591 //
       
   592 // ---------------------------------------------------------
       
   593 //
       
   594 RESOURCE MENU_PANE r_cam_video_post_capture_menu_portrait
       
   595     {
       
   596     items = 
       
   597         {
       
   598         MENU_ITEM
       
   599             {
       
   600             command = ECamCmdSend;
       
   601             txt = qtn_options_send_via;
       
   602             },
       
   603         MENU_ITEM
       
   604             {
       
   605             command = ECamCmdSendToCallerMultimedia;
       
   606             txt = qtn_lcam_options_send_to_call;
       
   607             },
       
   608         MENU_ITEM
       
   609             {
       
   610             command = ECamCmdShareOnOvi;
       
   611             // AIW provider fills the menu item title.
       
   612             // No submenu, only 1 provider acccepted.
       
   613             txt     = "";
       
   614             },
       
   615         MENU_ITEM // SHARE_AIW
       
   616             {
       
   617             command = ECamCmdShareSettings;
       
   618             // AIW provider fills the menu item title.
       
   619             // No submenu, only 1 provider acccepted.
       
   620             txt     = "";
       
   621             },
       
   622         MENU_ITEM
       
   623             {
       
   624             command = ECamCmdRenameVideo;
       
   625             txt = qtn_lcam_cmd_rename_video;
       
   626             },          
       
   627         MENU_ITEM
       
   628             {
       
   629             command = ECamCmdPhotos;
       
   630             txt = qtn_lcam_options_go_to_photos;
       
   631             }, 
       
   632         MENU_ITEM
       
   633             {
       
   634             command = EAknCmdHelp;
       
   635             txt = qtn_options_help;
       
   636             },
       
   637         MENU_ITEM
       
   638             {
       
   639             command = ECamCmdInternalExit;
       
   640             txt = qtn_options_exit;
       
   641             }
       
   642         };
       
   643     }
       
   644 
       
   645 // ---------------------------------------------------------
       
   646 //   
       
   647 //   r_cam_video_cap_limit_recording_icon_portrait
       
   648 //   Recording icon during capture, limited feature
       
   649 //
       
   650 // ---------------------------------------------------------
       
   651 //
       
   652 RESOURCE CAM_DECORATIONS r_cam_video_cap_limit_recording_icon_portrait
       
   653 	{
       
   654 	decorations = 
       
   655 		{
       
   656 		CAM_DECORATION
       
   657 			{
       
   658 			type = ECamScreenDecorationRecordingIcon;
       
   659 			decoration = 
       
   660 				{
       
   661 				CAM_RECORDING_ICON
       
   662 					{
       
   663           tl_x   = KNaviPaneWidth - (KRecordingIconRight + KRecordingIconWidth);
       
   664 					tl_y   = KNaviPaneHeight - KRecordingIconHeight - KNaviBottomClearance;
       
   665 					width  = KRecordingIconWidth;
       
   666 					height = KRecordingIconHeight;
       
   667 					//tl_x = 0;
       
   668 					//tl_y = 9;
       
   669 					//width = 9;
       
   670 					//height = 9;
       
   671 					}
       
   672 				};
       
   673 			}
       
   674 		};
       
   675 	}
       
   676 
       
   677 // ---------------------------------------------------------
       
   678 //   
       
   679 //   r_cam_video_cap_limit_recording_icon_ah_portrait
       
   680 //   Recording icon during capture, limited feature, Arabic/Hebrew
       
   681 //
       
   682 // ---------------------------------------------------------
       
   683 //
       
   684 RESOURCE CAM_DECORATIONS r_cam_video_cap_limit_recording_icon_ah_portrait
       
   685 	{
       
   686 	decorations = 
       
   687 		{
       
   688 		CAM_DECORATION
       
   689 			{
       
   690 			type = ECamScreenDecorationRecordingIcon;
       
   691 			decoration = 
       
   692 				{
       
   693 				CAM_RECORDING_ICON
       
   694 					{
       
   695 					tl_x = 140;
       
   696 					tl_y = 9;
       
   697 					width = 9;
       
   698 					height = 9;
       
   699 					}
       
   700 				};
       
   701 			}
       
   702 		};
       
   703 	}
       
   704 		
       
   705 // ---------------------------------------------------------
       
   706 //   
       
   707 //   r_cam_video_cap_unlimit_recording_icon_portrait
       
   708 //   Recording icon during capture, unlimited feature
       
   709 //
       
   710 // ---------------------------------------------------------
       
   711 //
       
   712 RESOURCE CAM_DECORATIONS r_cam_video_cap_unlimit_recording_icon_portrait
       
   713 	{
       
   714 	decorations = 
       
   715 		{
       
   716 		CAM_DECORATION
       
   717 			{
       
   718 			type = ECamScreenDecorationRecordingIcon;
       
   719 			decoration = 
       
   720 				{
       
   721 				CAM_RECORDING_ICON
       
   722 					{
       
   723 					tl_x = 80;
       
   724 					tl_y = 7;
       
   725 					width = 9;
       
   726 					height = 9;
       
   727 					}
       
   728 				};
       
   729 			}
       
   730 		};
       
   731 	}
       
   732 
       
   733 // ---------------------------------------------------------
       
   734 //   
       
   735 //   r_cam_video_cap_unlimit_recording_ah_icon_portrait
       
   736 //   Recording icon during capture, unlimited feature, Arabic/Hebrew
       
   737 //
       
   738 // ---------------------------------------------------------
       
   739 //
       
   740 RESOURCE CAM_DECORATIONS r_cam_video_cap_unlimit_recording_icon_ah_portrait
       
   741 	{
       
   742 	decorations = 
       
   743 		{
       
   744 		CAM_DECORATION
       
   745 			{
       
   746 			type = ECamScreenDecorationRecordingIcon;
       
   747 			decoration = 
       
   748 				{
       
   749 				CAM_RECORDING_ICON
       
   750 					{
       
   751 					tl_x = 60;
       
   752 					tl_y = 7;
       
   753 					width = 9;
       
   754 					height = 9;
       
   755 					}
       
   756 				};
       
   757 			}
       
   758 		};
       
   759 	}
       
   760 
       
   761 //---------------------------------------------------------
       
   762 //
       
   763 //    r_cam_softkeys_options_exit__record
       
   764 //    Softkeys definition which uses ECamMSKCmdAppRecord
       
   765 //    to handle the MSK event, without MSK label.
       
   766 //
       
   767 //---------------------------------------------------------
       
   768 RESOURCE CBA r_cam_softkeys_options_exit__record
       
   769     {
       
   770 	flags = EEikButtonGroupAddToStack | EEikCbaFlagTransparent;
       
   771     buttons =
       
   772         {
       
   773         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   774         CBA_BUTTON { id = ECamCmdInternalExit; txt = text_softkey_exit; },
       
   775         CBA_BUTTON { id = ECamMSKCmdAppRecord; txt = ""; }
       
   776         };
       
   777     }
       
   778 	
       
   779 //---------------------------------------------------------
       
   780 //
       
   781 //    r_cam_softkeys_options_exit__record_secondary
       
   782 //    Softkeys definition which uses ECamMSKCmdAppRecord
       
   783 //    to handle the MSK event, without MSK label.
       
   784 //
       
   785 //---------------------------------------------------------
       
   786 RESOURCE CBA r_cam_softkeys_options_exit__record_secondary
       
   787     {
       
   788 	buttons =
       
   789         {
       
   790         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   791         CBA_BUTTON { id = ECamCmdInternalExit; txt = text_softkey_exit; },
       
   792         CBA_BUTTON { id = ECamMSKCmdAppRecord; txt = ""; }
       
   793         };
       
   794     }
       
   795 	
       
   796 //---------------------------------------------------------
       
   797 //
       
   798 //    r_cam_softkeys_options_exit__record_txt
       
   799 //    Softkeys definition which uses ECamMSKCmdAppCapture
       
   800 //    to handle the MSK event, with MSK label.
       
   801 //
       
   802 //---------------------------------------------------------
       
   803 RESOURCE CBA r_cam_softkeys_options_exit__record_txt
       
   804     {
       
   805     buttons =
       
   806         {
       
   807         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   808         CBA_BUTTON { id = ECamCmdInternalExit; txt = text_softkey_exit; },
       
   809         CBA_BUTTON { id = ECamMSKCmdAppRecord; txt = qtn_lcam_msk_record; }
       
   810         };
       
   811     }
       
   812