camerauis/cameraapp/generic/data/resource_inc/CamVideoCaptureViewMode.ra
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
     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 // ---------------------------------------------------
       
    21 //
       
    22 //    r_cam_video_precap_remaining_time_viewmode
       
    23 //    Layout for remaining recording time in navi pane.
       
    24 //
       
    25 // ---------------------------------------------------
       
    26 //
       
    27 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_precap_remaining_time_viewmode
       
    28     {
       
    29     font = EAknLogicalFontSecondaryFont; C=0; l=0; r=KNaviPaneFontRightBorderVM; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignRight;
       
    30     }
       
    31 
       
    32 // ---------------------------------------------------
       
    33 //
       
    34 //    r_cam_video_precap_remaining_time_ah_viewmode
       
    35 //    Arabic/Hebrew layout for remaining recording time in navi pane.
       
    36 //
       
    37 // ---------------------------------------------------
       
    38 //
       
    39 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_precap_remaining_time_ah_viewmode
       
    40     {
       
    41     font = EAknLogicalFontSecondaryFont; C=0; l=108; r=0; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignLeft;
       
    42     font = EAknLogicalFontSecondaryFont; C=0; r=15; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignRight;
       
    43     }
       
    44 
       
    45 
       
    46 // ---------------------------------------------------
       
    47 //
       
    48 //    r_cam_video_cap_limited_elapsed_time_viewmode
       
    49 //    Layout for elapsed time in navi pane.
       
    50 //
       
    51 // ---------------------------------------------------
       
    52 //
       
    53 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_elapsed_time_viewmode
       
    54     {
       
    55     font = EAknLogicalFontSecondaryFont; C=35; l=0; r=460; B=KNaviPaneFontBaseVM; W=56; J=ELayoutAlignRight;
       
    56     }
       
    57 
       
    58 // ---------------------------------------------------
       
    59 //
       
    60 //    r_cam_video_cap_limited_elapsed_time_ah_viewmode
       
    61 //    Arabic/Hebrew layout for elapsed time in navi pane.
       
    62 //
       
    63 // ---------------------------------------------------
       
    64 //
       
    65 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_elapsed_time_ah_viewmode
       
    66     {
       
    67     font = EAknLogicalFontSecondaryFont; C=35; l=470; r=0; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignLeft;
       
    68     }
       
    69 
       
    70 // ---------------------------------------------------
       
    71 //
       
    72 //    r_cam_video_cap_unlimited_elapsed_time_viewmode
       
    73 //    Layout for elapsed time in navi pane.
       
    74 //
       
    75 // ---------------------------------------------------
       
    76 //
       
    77 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_elapsed_time_viewmode
       
    78     {
       
    79     font = EAknLogicalFontSecondaryFont; C=35; l=0; r=460; B=KNaviPaneFontBaseVM; W=56; J=ELayoutAlignRight;
       
    80     }
       
    81 
       
    82 // ---------------------------------------------------
       
    83 //
       
    84 //    r_cam_video_cap_unlimited_elapsed_time_ah_viewmode
       
    85 //    Arabic/Hebrew layout for elapsed time in navi pane.
       
    86 //
       
    87 // ---------------------------------------------------
       
    88 //
       
    89 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_elapsed_time_ah_viewmode
       
    90     {
       
    91     font = EAknLogicalFontSecondaryFont; C=35; l=150; r=0; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignLeft;
       
    92     }
       
    93     
       
    94 //----------------------------------------------------
       
    95 //   
       
    96 //    r_cam_post_capture_video_size_layout
       
    97 //    Layout for video size in post-capture navi-counter
       
    98 //
       
    99 //----------------------------------------------------
       
   100 //  
       
   101 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_size_layout_viewmode
       
   102     {
       
   103     font = EAknLogicalFontSecondaryFont; C=0; l=0; r=KNaviPaneFontRightBorderVM; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignRight;
       
   104     }
       
   105 
       
   106 //----------------------------------------------------
       
   107 //   
       
   108 //    r_cam_post_capture_video_size_layout_ah_viewmode
       
   109 //    Layout for video size in post-capture navi-counter
       
   110 //
       
   111 //----------------------------------------------------
       
   112 //  
       
   113 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_size_layout_ah_viewmode
       
   114     {
       
   115     font = EAknLogicalFontSecondaryFont; C=0; r=KNaviPaneFontRightBorderVM; B=KNaviPaneFontBaseVM; J=ELayoutAlignRight;
       
   116     }
       
   117 
       
   118 // ---------------------------------------------------
       
   119 //
       
   120 //    r_cam_video_cap_limit_progress_bar_viewmode
       
   121 //    Layout for progress bar during capture in navi pane.
       
   122 //
       
   123 // ---------------------------------------------------
       
   124 //
       
   125 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_progress_bar_viewmode
       
   126     {
       
   127     l=57; t=5; W=84; H=10;
       
   128     }
       
   129 
       
   130 // ---------------------------------------------------
       
   131 //
       
   132 //    r_cam_video_cap_limit_progress_bar_ah_viewmode
       
   133 //    Arabic/Hebrew layout for progress bar during capture in navi pane.
       
   134 //
       
   135 // ---------------------------------------------------
       
   136 //
       
   137 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_progress_bar_ah_viewmode
       
   138     {
       
   139     l=64; t=5; W=84; H=10;
       
   140     }
       
   141 
       
   142 // ---------------------------------------------------
       
   143 //
       
   144 //    r_cam_video_cap_limit_memory_location_viewmode
       
   145 //    Layout rect for memory location icon while recording in navi pane progress.
       
   146 //
       
   147 // ---------------------------------------------------
       
   148 //
       
   149 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_memory_location_viewmode
       
   150     {
       
   151     l = 493; t = 5; W = 9; H = 11;
       
   152     }
       
   153 
       
   154 // ---------------------------------------------------
       
   155 //
       
   156 //    r_cam_video_cap_limit_memory_location_ah_viewmode
       
   157 //    Arabic/Hebrew layout rect for memory location icon while recording in navi pane progress.
       
   158 //
       
   159 // ---------------------------------------------------
       
   160 //
       
   161 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_limit_memory_location_ah_viewmode
       
   162     {
       
   163     l = 20; t = 5; W = 9; H = 11;
       
   164     }
       
   165 
       
   166 // ---------------------------------------------------
       
   167 //
       
   168 //    r_cam_video_cap_unlimit_memory_location_viewmode
       
   169 //    Layout rect for memory location icon while recording in navi pane progress.
       
   170 //
       
   171 // ---------------------------------------------------
       
   172 //
       
   173 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_unlimit_memory_location_viewmode
       
   174     {
       
   175     l = 493; t = 5; W = 9; H = 11;
       
   176     }
       
   177 
       
   178 // ---------------------------------------------------
       
   179 //
       
   180 //    r_cam_video_cap_unlimit_memory_location_ah_viewmode
       
   181 //    Arabic/Hebrew layout rect for memory location icon while recording in navi pane progress.
       
   182 //
       
   183 // ---------------------------------------------------
       
   184 //
       
   185 RESOURCE AVKON_LAYOUT_RECT r_cam_video_cap_unlimit_memory_location_ah_viewmode
       
   186     {
       
   187     l = 20; t = 5; W = 9; H = 11;
       
   188     }
       
   189         
       
   190 //-----------------------------------------------------------------------------
       
   191 //
       
   192 //    r_cam_recpause_indicator_layout_vid_main_rect_viewmode
       
   193 //    Layout rect for the recording and paused indicators in the main video pane.
       
   194 //
       
   195 //-----------------------------------------------------------------------------
       
   196 //
       
   197 RESOURCE AVKON_LAYOUT_RECT r_cam_recpause_indicator_layout_vid_main_rect_viewmode
       
   198     {
       
   199     l=8; t=5; W=18; H=18;
       
   200     }
       
   201 
       
   202 // ---------------------------------------------------
       
   203 //
       
   204 //    r_cam_video_cap_limited_remaining_time_viewmode
       
   205 //    Layout for remaining images in navi pane.
       
   206 //
       
   207 // ---------------------------------------------------
       
   208 //
       
   209 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_remaining_time_viewmode
       
   210     {
       
   211     font = EAknLogicalFontSecondaryFont; C=215; l=0; r=24; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignRight;
       
   212     }
       
   213 
       
   214 // ---------------------------------------------------
       
   215 //
       
   216 //    r_cam_video_cap_limited_remaining_time_ah_viewmode
       
   217 //    Arabic/Hebrew layout for remaining images in navi pane.
       
   218 //
       
   219 // ---------------------------------------------------
       
   220 //
       
   221 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_limited_remaining_time_ah_viewmode
       
   222     {
       
   223     font = EAknLogicalFontSecondaryFont; C=215; l=31; B=KNaviPaneFontBaseVM; J=ELayoutAlignLeft;
       
   224     }
       
   225 
       
   226 // ---------------------------------------------------
       
   227 //
       
   228 //    r_cam_video_cap_unlimited_remaining_time_viewmode
       
   229 //    Layout for remaining time in navi pane when the progress bar is not visible
       
   230 //
       
   231 // ---------------------------------------------------
       
   232 //
       
   233 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_remaining_time_viewmode
       
   234     {
       
   235     font = EAknLogicalFontSecondaryFont; C=215; l=0; r=24; B=KNaviPaneFontBaseVM; W=36; J=ELayoutAlignRight;
       
   236     }
       
   237 
       
   238 // ---------------------------------------------------
       
   239 //
       
   240 //    r_cam_video_cap_unlimited_remaining_time_ah_viewmode
       
   241 //    Arabic/Hebrew layout for remaining time in navi pane when the progress bar is not visible
       
   242 //
       
   243 // ---------------------------------------------------
       
   244 //
       
   245 RESOURCE AVKON_LAYOUT_TEXT r_cam_video_cap_unlimited_remaining_time_ah_viewmode
       
   246     {
       
   247     font = EAknLogicalFontSecondaryFont; C=215; l=31; B=KNaviPaneFontBaseVM; J=ELayoutAlignLeft;
       
   248     }
       
   249 
       
   250 //----------------------------------------------------
       
   251 //   
       
   252 //    r_cam_video_quality_slider_array_viewmode
       
   253 //    Legend data for the video quality slider
       
   254 //
       
   255 //----------------------------------------------------
       
   256 //   
       
   257 RESOURCE ARRAY r_cam_video_quality_slider_array_viewmode
       
   258     {
       
   259     items = 
       
   260         {
       
   261         CAM_SLIDER_LEGEND_ITEM
       
   262             {
       
   263             item = ECamSliderLegendItemIcon;
       
   264             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   265 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_cif;
       
   266 //            mask_id = EMbmCameraappQgn_indi_lcam_res_cif_mask;
       
   267             },
       
   268         CAM_SLIDER_LEGEND_ITEM
       
   269             {
       
   270             item = ECamSliderLegendItemIcon;
       
   271             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   272 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_mp4;
       
   273 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_mp4_mask;
       
   274             },
       
   275         CAM_SLIDER_LEGEND_ITEM
       
   276             {
       
   277             item = ECamSliderLegendItemIcon;
       
   278             position = AVKON_LAYOUT_RECT { l = 2; t = 136; W = 26; H = 22; };
       
   279 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   280 //            mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   281             },
       
   282         CAM_SLIDER_LEGEND_ITEM
       
   283             {
       
   284             item = ECamSliderLegendItemIcon;
       
   285             position = AVKON_LAYOUT_RECT { l = 32; t = 132; W = 22; H = 32; };
       
   286 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   287 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   288             },
       
   289         CAM_SLIDER_LEGEND_ITEM
       
   290             {
       
   291             item = ECamSliderLegendItemIcon;
       
   292             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   293 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   294 //            mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   295             },
       
   296         CAM_SLIDER_LEGEND_ITEM
       
   297             {
       
   298             item = ECamSliderLegendItemIcon;
       
   299             position = AVKON_LAYOUT_RECT { l = 32; t = 256; W = 22; H = 32; };
       
   300 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   301 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   302             }
       
   303         };
       
   304     }
       
   305 
       
   306 //----------------------------------------------------
       
   307 //   
       
   308 //    r_cam_video_quality_slider_array_ah_viewmode
       
   309 //    Legend data for the video quality slider (Arabic/Hebrew)
       
   310 //
       
   311 //----------------------------------------------------
       
   312 //   
       
   313 RESOURCE ARRAY r_cam_video_quality_slider_array_ah_viewmode
       
   314     {
       
   315     items = 
       
   316         {
       
   317         CAM_SLIDER_LEGEND_ITEM
       
   318             {
       
   319             item = ECamSliderLegendItemIcon;
       
   320             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   321 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_cif;
       
   322 //            mask_id = EMbmCameraappQgn_indi_lcam_res_cif_mask;
       
   323             },
       
   324         CAM_SLIDER_LEGEND_ITEM
       
   325             {
       
   326             item = ECamSliderLegendItemIcon;
       
   327             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   328 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_mp4;
       
   329 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_mp4_mask;
       
   330             },
       
   331         CAM_SLIDER_LEGEND_ITEM
       
   332             {
       
   333             item = ECamSliderLegendItemIcon;
       
   334             position = AVKON_LAYOUT_RECT { l = 2; t = 136; W = 26; H = 22; };
       
   335 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   336 //            mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   337             },
       
   338         CAM_SLIDER_LEGEND_ITEM
       
   339             {
       
   340             item = ECamSliderLegendItemIcon;
       
   341             position = AVKON_LAYOUT_RECT { l = 32; t = 132; W = 22; H = 32; };
       
   342 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   343 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   344             },
       
   345         CAM_SLIDER_LEGEND_ITEM
       
   346             {
       
   347             item = ECamSliderLegendItemIcon;
       
   348             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   349 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   350 //            mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   351             },
       
   352         CAM_SLIDER_LEGEND_ITEM
       
   353             {
       
   354             item = ECamSliderLegendItemIcon;
       
   355             position = AVKON_LAYOUT_RECT { l = 32; t = 256; W = 22; H = 32; };
       
   356 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   357 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   358             }
       
   359         };
       
   360     }
       
   361 
       
   362 /*
       
   363 //----------------------------------------------------
       
   364 //   
       
   365 //    r_cam_video_quality_slider_array_cam2_viewmode
       
   366 //    Legend data for the video quality slider ( for camera 2 )
       
   367 //
       
   368 //----------------------------------------------------
       
   369 //   
       
   370 RESOURCE ARRAY r_cam_video_quality_slider_array_cam2_viewmode
       
   371     {
       
   372     items = 
       
   373         {
       
   374         CAM_SLIDER_LEGEND_ITEM
       
   375             {
       
   376             item = ECamSliderLegendItemIcon;
       
   377             position = AVKON_LAYOUT_RECT { l = 2; t = 8; W = 26; H = 22; };
       
   378 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_qcif;
       
   379 //            mask_id = EMbmCameraappQgn_indi_lcam_res_qcif_mask;
       
   380             },
       
   381         CAM_SLIDER_LEGEND_ITEM
       
   382             {
       
   383             item = ECamSliderLegendItemIcon;
       
   384             position = AVKON_LAYOUT_RECT { l = 32; t = 4; W = 22; H = 32; };
       
   385 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   386 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   387             },
       
   388         CAM_SLIDER_LEGEND_ITEM
       
   389             {
       
   390             item = ECamSliderLegendItemIcon;
       
   391             position = AVKON_LAYOUT_RECT { l = 2; t = 260; W = 26; H = 22; };
       
   392 //            bitmap_id = EMbmCameraappQgn_indi_lcam_res_sqcif;
       
   393 //            mask_id = EMbmCameraappQgn_indi_lcam_res_sqcif_mask;
       
   394             },
       
   395         CAM_SLIDER_LEGEND_ITEM
       
   396             {
       
   397             item = ECamSliderLegendItemIcon;
       
   398             position = AVKON_LAYOUT_RECT { l = 32; t = 56; W = 22; H = 32; };
       
   399 //            bitmap_id = EMbmCameraappQgn_indi_lcam_vid_3gp;
       
   400 //            mask_id = EMbmCameraappQgn_indi_lcam_vid_3gp_mask;
       
   401             }
       
   402         };
       
   403     }
       
   404 */
       
   405 
       
   406 //----------------------------------------------------
       
   407 //   
       
   408 //    r_cam_post_capture_video_name_layout_viewmode
       
   409 //    Layout for video name in post-capture navi-counter
       
   410 //
       
   411 //----------------------------------------------------
       
   412 //  
       
   413 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_name_layout_viewmode
       
   414 	{
       
   415     font = EAknLogicalFontSecondaryFont; C=0; l=0; r=86; B=-100; W=36; J=ELayoutAlignLeft;
       
   416 	}
       
   417 
       
   418 //----------------------------------------------------
       
   419 //   
       
   420 //    r_cam_post_capture_video_name_layout_ah_viewmode
       
   421 //    Arabic/Hebrew layout for video name in post-capture
       
   422 //    navi-counter for secondary camera
       
   423 //
       
   424 //----------------------------------------------------
       
   425 //  
       
   426 RESOURCE AVKON_LAYOUT_TEXT r_cam_post_capture_video_name_layout_ah_viewmode
       
   427 	{
       
   428     font = ELatinPlain12; C=0; l=4; r=45; B=-100; W=59; J=ELayoutAlignLeft;
       
   429 	}
       
   430 
       
   431 //----------------------------------------------------
       
   432 //   
       
   433 //    r_cam_video_pre_capture_view_viewmode
       
   434 //    Video pre-capture view
       
   435 //
       
   436 //----------------------------------------------------
       
   437 //
       
   438 RESOURCE AVKON_VIEW r_cam_video_pre_capture_view_viewmode
       
   439     {
       
   440     menubar = r_cam_video_pre_capture_menubar_viewmode;
       
   441     cba = r_cam_softkeys_options_exit;    
       
   442     }
       
   443 
       
   444 // ---------------------------------------------------------
       
   445 //   
       
   446 //   r_cam_video_pre_capture_menubar_viewmode
       
   447 //   Menubar for video pre-capture view
       
   448 //
       
   449 // ---------------------------------------------------------
       
   450 //
       
   451 RESOURCE MENU_BAR r_cam_video_pre_capture_menubar_viewmode
       
   452     {
       
   453     titles =
       
   454         {
       
   455         MENU_TITLE
       
   456             {
       
   457             menu_pane = r_cam_video_pre_capture_menu_viewmode;
       
   458             }
       
   459         };
       
   460     }
       
   461 
       
   462 // ---------------------------------------------------------
       
   463 //   
       
   464 //   r_cam_video_pre_capture_menu_viewmode
       
   465 //   Options menu for video pre capture view
       
   466 //
       
   467 // ---------------------------------------------------------
       
   468 //
       
   469 RESOURCE MENU_PANE r_cam_video_pre_capture_menu_viewmode
       
   470     {
       
   471     items = 
       
   472         {
       
   473         MENU_ITEM
       
   474             {
       
   475             command = ECamCmdNewPhoto;
       
   476             txt = qtn_lcam_options_photo_mode;
       
   477             },
       
   478         MENU_ITEM
       
   479             {
       
   480             command = ECamCmdSettings;
       
   481             txt = qtn_lcam_cmd_settings;
       
   482             },
       
   483         MENU_ITEM
       
   484             {
       
   485             command = EAknCmdHelp;
       
   486             txt = qtn_options_help;
       
   487             },
       
   488         MENU_ITEM
       
   489             {
       
   490             command = ECamCmdInternalExit;
       
   491             txt = qtn_options_exit;
       
   492             }
       
   493         };
       
   494     }
       
   495 
       
   496 //----------------------------------------------------
       
   497 //   
       
   498 //    r_cam_video_post_capture_view
       
   499 //    Video post-capture view
       
   500 //
       
   501 //----------------------------------------------------
       
   502 //
       
   503 RESOURCE AVKON_VIEW r_cam_video_post_capture_view_viewmode
       
   504     {
       
   505     menubar = r_cam_video_post_capture_menubar_viewmode;
       
   506     cba = r_cam_softkeys_back;
       
   507     }
       
   508 
       
   509 // ---------------------------------------------------------
       
   510 //   
       
   511 //   r_cam_video_post_capture_menubar
       
   512 //   Menubar for video post capture view
       
   513 //
       
   514 // ---------------------------------------------------------
       
   515 //
       
   516 RESOURCE MENU_BAR r_cam_video_post_capture_menubar_viewmode
       
   517     {
       
   518     titles =
       
   519         {
       
   520         MENU_TITLE
       
   521             {
       
   522             menu_pane = r_cam_video_post_capture_menu_viewmode;
       
   523             }
       
   524         };
       
   525     }
       
   526 
       
   527 // ---------------------------------------------------------
       
   528 //   
       
   529 //   r_cam_video_post_capture_menu
       
   530 //   Options menu for video post capture view
       
   531 //
       
   532 // ---------------------------------------------------------
       
   533 //
       
   534 RESOURCE MENU_PANE r_cam_video_post_capture_menu_viewmode
       
   535     {
       
   536     items = 
       
   537         {
       
   538         MENU_ITEM
       
   539             {
       
   540             command = ECamCmdNewVideo;
       
   541             txt = qtn_lcam_options_new_video;
       
   542             },
       
   543         MENU_ITEM
       
   544             {
       
   545             command = ECamCmdPlay;
       
   546             txt = qtn_lcam_options_play;
       
   547             },
       
   548         MENU_ITEM
       
   549             {
       
   550             command = ECamCmdDelete;
       
   551             txt = qtn_lcam_options_delete;
       
   552             },
       
   553         MENU_ITEM
       
   554             {
       
   555             command = ECamCmdSend;
       
   556             txt = qtn_options_send_via;
       
   557             },
       
   558         MENU_ITEM
       
   559             {
       
   560             command = ECamCmdSendToCallerMultimedia;
       
   561             txt = qtn_lcam_options_send_to_call;
       
   562             },
       
   563         MENU_ITEM
       
   564             {
       
   565             command = ECamCmdShareOnOvi;
       
   566             // AIW provider fills the menu item title.
       
   567             // No submenu, only 1 provider acccepted.
       
   568             txt     = "";
       
   569             },
       
   570         MENU_ITEM
       
   571             {
       
   572             command = EAknCmdHelp;
       
   573             txt = qtn_options_help;
       
   574             },
       
   575         MENU_ITEM
       
   576             {
       
   577             command = ECamCmdInternalExit;
       
   578             txt = qtn_options_exit;
       
   579             }
       
   580         };
       
   581     }
       
   582 
       
   583 // ---------------------------------------------------------
       
   584 //   
       
   585 //   r_cam_video_cap_limit_recording_icon_viewmode
       
   586 //   Recording icon during capture, limited feature
       
   587 //
       
   588 // ---------------------------------------------------------
       
   589 //
       
   590 RESOURCE CAM_DECORATIONS r_cam_video_cap_limit_recording_icon_viewmode
       
   591 	{
       
   592 	decorations = 
       
   593 		{
       
   594 		CAM_DECORATION
       
   595 			{
       
   596 			type = ECamScreenDecorationRecordingIcon;
       
   597 			decoration = 
       
   598 				{
       
   599 				CAM_RECORDING_ICON
       
   600 					{
       
   601 					tl_x = 17;
       
   602 					tl_y = 6;
       
   603 					width = 9;
       
   604 					height = 9;
       
   605 					}
       
   606 				};
       
   607 			}
       
   608 		};
       
   609 	}
       
   610 
       
   611 // ---------------------------------------------------------
       
   612 //   
       
   613 //   r_cam_video_cap_limit_recording_icon_ah_viewmode
       
   614 //   Recording icon during capture, limited feature
       
   615 //
       
   616 // ---------------------------------------------------------
       
   617 //
       
   618 RESOURCE CAM_DECORATIONS r_cam_video_cap_limit_recording_icon_ah_viewmode
       
   619 	{
       
   620 	decorations = 
       
   621 		{
       
   622 		CAM_DECORATION
       
   623 			{
       
   624 			type = ECamScreenDecorationRecordingIcon;
       
   625 			decoration = 
       
   626 				{
       
   627 				CAM_RECORDING_ICON
       
   628 					{
       
   629 					tl_x = 17;
       
   630 					tl_y = 6;
       
   631 					width = 9;
       
   632 					height = 9;
       
   633 					}
       
   634 				};
       
   635 			}
       
   636 		};
       
   637 	}
       
   638 	
       
   639 // ---------------------------------------------------------
       
   640 //   
       
   641 //   r_cam_video_cap_unlimit_recording_icon_viewmode
       
   642 //   Recording icon during capture, unlimited feature
       
   643 //
       
   644 // ---------------------------------------------------------
       
   645 //
       
   646 RESOURCE CAM_DECORATIONS r_cam_video_cap_unlimit_recording_icon_viewmode
       
   647 	{
       
   648 	decorations = 
       
   649 		{
       
   650 		CAM_DECORATION
       
   651 			{
       
   652 			type = ECamScreenDecorationRecordingIcon;
       
   653 			decoration = 
       
   654 				{
       
   655 				CAM_RECORDING_ICON
       
   656 					{
       
   657 					tl_x = 17;
       
   658 					tl_y = 6;
       
   659 					width = 9;
       
   660 					height = 9;
       
   661 					}
       
   662 				};
       
   663 			}
       
   664 		};
       
   665 	}
       
   666 
       
   667 // ---------------------------------------------------------
       
   668 //   
       
   669 //   r_cam_video_cap_unlimit_recording_icon_ah_viewmode
       
   670 //   Recording icon during capture, unlimited feature
       
   671 //
       
   672 // ---------------------------------------------------------
       
   673 //
       
   674 RESOURCE CAM_DECORATIONS r_cam_video_cap_unlimit_recording_icon_ah_viewmode
       
   675 	{
       
   676 	decorations = 
       
   677 		{
       
   678 		CAM_DECORATION
       
   679 			{
       
   680 			type = ECamScreenDecorationRecordingIcon;
       
   681 			decoration = 
       
   682 				{
       
   683 				CAM_RECORDING_ICON
       
   684 					{
       
   685 					tl_x = 17;
       
   686 					tl_y = 6;
       
   687 					width = 9;
       
   688 					height = 9;
       
   689 					}
       
   690 				};
       
   691 			}
       
   692 		};
       
   693 	}