uifw/AvKon/inc/aknnotelaf.h
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uifw/AvKon/inc/aknnotelaf.h	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,105 @@
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+const TInt KNoteWidth = 176;
+const TInt KNoteHeight = 78;
+
+//Constants for the general layout
+const TInt KNoteGeneralFirstLabelMargin = 11;
+const TInt KNoteGeneralFirstLabelBaseline = 9;
+const TInt KNoteGeneralFirstLabelWidth = 124;
+const TInt KNoteGeneralFirstLabelHeight = 13;
+
+const TInt KNoteGeneralSecondLabelMargin = 11;
+const TInt KNoteGeneralSecondLabelBaseline = 27;
+const TInt KNoteGeneralSecondLabelWidth = 124;
+const TInt KNoteGeneralSecondLabelHeight = 13;
+
+const TInt KNoteGeneralThirdLabelMargin = 11;
+const TInt KNoteGeneralThirdLabelBaseline = 45;
+const TInt KNoteGeneralThirdLabelWidth = 155;
+const TInt KNoteGeneralThirdLabelHeight = 13;
+
+const TInt KNoteGeneralImageXPosition = 140;
+const TInt KNoteGeneralImageYPosition = 4;
+const TInt KNoteGeneralImageWidth = 30;
+const TInt KNoteGeneralImageHeight = 40;
+
+
+//Constants for the confirmation layout
+const TInt KNoteConfirmationFirstLabelMargin = 11;
+const TInt KNoteConfirmationFirstLabelBaseline = 16;
+const TInt KNoteConfirmationFirstLabelWidth = 124;
+const TInt KNoteConfirmationFirstLabelHeight = 13;
+
+const TInt KNoteConfirmationSecondLabelMargin = 11;
+const TInt KNoteConfirmationSecondLabelBaseline = 35;
+const TInt KNoteConfirmationSecondLabelWidth = 124;
+const TInt KNoteConfirmationSecondLabelHeight = 13;
+
+const TInt KNoteConfirmationImageXPosition = 140;
+const TInt KNoteConfirmationImageYPosition = 4;
+const TInt KNoteConfirmationImageWidth = 30;
+const TInt KNoteConfirmationImageHeight = 40;
+
+
+//Constants for the progress layout
+const TInt KNoteProgressFirstLabelMargin = 11;
+const TInt KNoteProgressFirstLabelBaseline = 27;
+const TInt KNoteProgressFirstLabelWidth = 124;
+const TInt KNoteProgressFirstLabelHeight = 13;
+
+const TInt KNoteProgressSecondLabelMargin = 11;
+const TInt KNoteProgressSecondLabelBaseline = 45;
+const TInt KNoteProgressSecondLabelWidth = 155;
+const TInt KNoteProgressSecondLabelHeight = 13;
+
+const TInt KNoteProgressImageXPosition = 140;
+const TInt KNoteProgressImageYPosition = 4;
+const TInt KNoteProgressImageWidth = 30;
+const TInt KNoteProgressImageHeight = 40;
+
+//The notification dimensions
+const TInt KNotificationWidth = 176;
+const TInt KNotificationHeight = 59;
+
+//Constants for the Textual Notifications layout
+const TInt KNoteTextualNotificationFirstLabelMargin = 11;
+const TInt KNoteTextualNotificationFirstLabelBaseline = 15;
+const TInt KNoteTextualNotificationFirstLabelWidth = 155;
+const TInt KNoteTextualNotificationFirstLabelHeight = 13;
+
+const TInt KNoteTextualNotificationSecondLabelMargin = 11;
+const TInt KNoteTextualNotificationSecondLabelBaseline = 34;
+const TInt KNoteTextualNotificationSecondLabelWidth = 155;
+const TInt KNoteTextualNotificationSecondLabelHeight = 13;
+
+//Constants for the Graphical Notifications layout
+const TInt KNoteGraphicalNotificationFirstLabelMargin = 11;
+const TInt KNoteGraphicalNotificationFirstLabelBaseline = 15;
+const TInt KNoteGraphicalNotificationFirstLabelWidth = 124;
+const TInt KNoteGraphicalNotificationFirstLabelHeight = 13;
+
+const TInt KNoteGraphicalNotificationSecondLabelMargin = 11;
+const TInt KNoteGraphicalNotificationSecondLabelBaseline = 34;
+const TInt KNoteGraphicalNotificationSecondLabelWidth = 124;
+const TInt KNoteGraphicalNotificationSecondLabelHeight = 13;
+
+const TInt KNoteGraphicalNotificationImageXPosition = 140;
+const TInt KNoteGraphicalNotificationImageYPosition = 10;
+const TInt KNoteGraphicalNotificationImageWidth = 30;
+const TInt KNoteGraphicalNotificationImageHeight = 40;