1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
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 * |
8 */ |
14 */ |
9 |
15 |
10 #include "FreestyleEmailUiAknStatusIndicator.h" |
16 #include "FreestyleEmailUiAknStatusIndicator.h" |
11 |
17 |
12 #include <biditext.h> |
18 #include <biditext.h> |
13 #include <akniconutils.h> |
19 #include <AknIconUtils.h> |
14 #include <aknbiditextutils.h> |
20 #include <AknBidiTextUtils.h> |
15 |
21 |
16 const TInt KImageMargin = 8; |
22 const TInt KImageMargin = 8; |
17 const TInt KTextMargin = 4; |
23 const TInt KTextMargin = 4; |
18 const TInt KRoundBoundaryEllipse = 5; |
24 const TInt KRoundBoundaryEllipse = 5; |
19 const TInt KTuncationCharsWidth = 20; |
25 const TInt KTuncationCharsWidth = 20; |