camerauis/cameraapp/generic/data/resource_inc/camportraitnaviconstants.rh
changeset 0 1ddebce53859
equal deleted inserted replaced
-1:000000000000 0:1ddebce53859
       
     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 #ifndef CAM_VIDEONAVICONSTANTS_RH
       
    19 #define CAM_VIDEONAVICONSTANTS_RH
       
    20 
       
    21 #define KNaviPaneWidth                198
       
    22 #define KNaviPaneHeight               21
       
    23 
       
    24 #define KNaviBottomClearance          5
       
    25 #define KNaviComponentClearance       2
       
    26 
       
    27 //#define KTextBottomClearance          3
       
    28 
       
    29 // Mem indicator right side coord, measured from parent (navipane) bottom right
       
    30 #define KMemoryIconRight              1 
       
    31 #define KMemoryIconWidth              10 // used to be 9
       
    32 #define KMemoryIconHeight             11
       
    33 // Remaining time right side, some clearance added
       
    34 #define KRemainingTimeRight           KMemoryIconRight + KMemoryIconWidth + KNaviComponentClearance
       
    35 #define KRemainingTimeInCaptureWidth  28
       
    36 #define KRemainingTimePreCaptureWidth 36
       
    37 // Progress bar right side
       
    38 #define KProgressBarRight             KRemainingTimeRight + KRemainingTimeInCaptureWidth + KNaviComponentClearance
       
    39 #define KProgressBarWidth             71
       
    40 #define KProgressBarHeight            10
       
    41 // Elapsed time right
       
    42 #define KElapsedTimeRight             KProgressBarRight + KProgressBarWidth + KNaviComponentClearance
       
    43 #define KElapsedTimeInCaptureWidth    28
       
    44 
       
    45 // Recording icon
       
    46 #define KRecordingIconRight           KElapsedTimeRight + KElapsedTimeInCaptureWidth + KNaviComponentClearance
       
    47 #define KRecordingIconWidth           9
       
    48 #define KRecordingIconHeight          9
       
    49 
       
    50 #endif
       
    51