uifw/AvKon/inc/aknnotelaf.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 const TInt KNoteWidth = 176;
       
    19 const TInt KNoteHeight = 78;
       
    20 
       
    21 //Constants for the general layout
       
    22 const TInt KNoteGeneralFirstLabelMargin = 11;
       
    23 const TInt KNoteGeneralFirstLabelBaseline = 9;
       
    24 const TInt KNoteGeneralFirstLabelWidth = 124;
       
    25 const TInt KNoteGeneralFirstLabelHeight = 13;
       
    26 
       
    27 const TInt KNoteGeneralSecondLabelMargin = 11;
       
    28 const TInt KNoteGeneralSecondLabelBaseline = 27;
       
    29 const TInt KNoteGeneralSecondLabelWidth = 124;
       
    30 const TInt KNoteGeneralSecondLabelHeight = 13;
       
    31 
       
    32 const TInt KNoteGeneralThirdLabelMargin = 11;
       
    33 const TInt KNoteGeneralThirdLabelBaseline = 45;
       
    34 const TInt KNoteGeneralThirdLabelWidth = 155;
       
    35 const TInt KNoteGeneralThirdLabelHeight = 13;
       
    36 
       
    37 const TInt KNoteGeneralImageXPosition = 140;
       
    38 const TInt KNoteGeneralImageYPosition = 4;
       
    39 const TInt KNoteGeneralImageWidth = 30;
       
    40 const TInt KNoteGeneralImageHeight = 40;
       
    41 
       
    42 
       
    43 //Constants for the confirmation layout
       
    44 const TInt KNoteConfirmationFirstLabelMargin = 11;
       
    45 const TInt KNoteConfirmationFirstLabelBaseline = 16;
       
    46 const TInt KNoteConfirmationFirstLabelWidth = 124;
       
    47 const TInt KNoteConfirmationFirstLabelHeight = 13;
       
    48 
       
    49 const TInt KNoteConfirmationSecondLabelMargin = 11;
       
    50 const TInt KNoteConfirmationSecondLabelBaseline = 35;
       
    51 const TInt KNoteConfirmationSecondLabelWidth = 124;
       
    52 const TInt KNoteConfirmationSecondLabelHeight = 13;
       
    53 
       
    54 const TInt KNoteConfirmationImageXPosition = 140;
       
    55 const TInt KNoteConfirmationImageYPosition = 4;
       
    56 const TInt KNoteConfirmationImageWidth = 30;
       
    57 const TInt KNoteConfirmationImageHeight = 40;
       
    58 
       
    59 
       
    60 //Constants for the progress layout
       
    61 const TInt KNoteProgressFirstLabelMargin = 11;
       
    62 const TInt KNoteProgressFirstLabelBaseline = 27;
       
    63 const TInt KNoteProgressFirstLabelWidth = 124;
       
    64 const TInt KNoteProgressFirstLabelHeight = 13;
       
    65 
       
    66 const TInt KNoteProgressSecondLabelMargin = 11;
       
    67 const TInt KNoteProgressSecondLabelBaseline = 45;
       
    68 const TInt KNoteProgressSecondLabelWidth = 155;
       
    69 const TInt KNoteProgressSecondLabelHeight = 13;
       
    70 
       
    71 const TInt KNoteProgressImageXPosition = 140;
       
    72 const TInt KNoteProgressImageYPosition = 4;
       
    73 const TInt KNoteProgressImageWidth = 30;
       
    74 const TInt KNoteProgressImageHeight = 40;
       
    75 
       
    76 //The notification dimensions
       
    77 const TInt KNotificationWidth = 176;
       
    78 const TInt KNotificationHeight = 59;
       
    79 
       
    80 //Constants for the Textual Notifications layout
       
    81 const TInt KNoteTextualNotificationFirstLabelMargin = 11;
       
    82 const TInt KNoteTextualNotificationFirstLabelBaseline = 15;
       
    83 const TInt KNoteTextualNotificationFirstLabelWidth = 155;
       
    84 const TInt KNoteTextualNotificationFirstLabelHeight = 13;
       
    85 
       
    86 const TInt KNoteTextualNotificationSecondLabelMargin = 11;
       
    87 const TInt KNoteTextualNotificationSecondLabelBaseline = 34;
       
    88 const TInt KNoteTextualNotificationSecondLabelWidth = 155;
       
    89 const TInt KNoteTextualNotificationSecondLabelHeight = 13;
       
    90 
       
    91 //Constants for the Graphical Notifications layout
       
    92 const TInt KNoteGraphicalNotificationFirstLabelMargin = 11;
       
    93 const TInt KNoteGraphicalNotificationFirstLabelBaseline = 15;
       
    94 const TInt KNoteGraphicalNotificationFirstLabelWidth = 124;
       
    95 const TInt KNoteGraphicalNotificationFirstLabelHeight = 13;
       
    96 
       
    97 const TInt KNoteGraphicalNotificationSecondLabelMargin = 11;
       
    98 const TInt KNoteGraphicalNotificationSecondLabelBaseline = 34;
       
    99 const TInt KNoteGraphicalNotificationSecondLabelWidth = 124;
       
   100 const TInt KNoteGraphicalNotificationSecondLabelHeight = 13;
       
   101 
       
   102 const TInt KNoteGraphicalNotificationImageXPosition = 140;
       
   103 const TInt KNoteGraphicalNotificationImageYPosition = 10;
       
   104 const TInt KNoteGraphicalNotificationImageWidth = 30;
       
   105 const TInt KNoteGraphicalNotificationImageHeight = 40;