4d1e646c82de78900083840bb0e7b24e89fe0aa9
[platform/framework/native/uifw.git] / src / ui / inc / FUi_ResourceEditDateConfig.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0/
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an ”AS IS” BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FUi_ResourceEditDateConfig.h
20  * @brief               This is the implementation file for the color and shape config of EditDate class.
21  */
22 #ifndef _FUI_RESOURCE_EDIT_DATE_CONFIG_H_
23 #define _FUI_RESOURCE_EDIT_DATE_CONFIG_H_
24
25 #include "FUi_ResourceConfigMacro.h"
26
27 DECLARE_UI_CONFIG(EDITDATE);
28         DECLARE_COLOR_CONFIG(TEXT_NORMAL,1);
29         DECLARE_COLOR_CONFIG(TEXT_PRESSED,2);
30         DECLARE_COLOR_CONFIG(TEXT_DISABLED,3);
31         DECLARE_COLOR_CONFIG(TITLE_TEXT_NORMAL,4);
32         DECLARE_COLOR_CONFIG(TITLE_TEXT_DISABLED,5);
33         DECLARE_COLOR_CONFIG(DIVIDER_LEFT_HALF,6);
34         DECLARE_COLOR_CONFIG(DIVIDER_RIGHT_HALF,7);
35         DECLARE_COLOR_CONFIG(CONTENT_BG_NORMAL,8);
36         DECLARE_COLOR_CONFIG(CONTENT_BG_PRESSED,9);
37         DECLARE_COLOR_CONFIG(CONTENT_BG_DISABLED,10);
38         DECLARE_COLOR_CONFIG(CONTENT_BG_HIGHLIGHTED,11);
39         DECLARE_IMAGE_CONFIG(CONTENT_BG_NORMAL,1);
40         DECLARE_IMAGE_CONFIG(CONTENT_BG_PRESSED,2);
41         DECLARE_IMAGE_CONFIG(CONTENT_BG_DISABLED,3);
42         DECLARE_IMAGE_CONFIG(CONTENT_BG_HIGHLIGHTED,4);
43         DECLARE_IMAGE_CONFIG(CONTENT_BG_EFFECT_NORMAL,5);
44         DECLARE_IMAGE_CONFIG(CONTENT_BG_EFFECT_DISABLED,6);
45         DECLARE_IMAGE_CONFIG(CONTENT_BG_EFFECT_PRESSED,7);
46         DECLARE_SHAPE_CONFIG(WIDTH,1);
47         DECLARE_SHAPE_CONFIG(HEIGHT,2);
48         DECLARE_SHAPE_CONFIG(DATE_HEIGHT,3);
49         DECLARE_SHAPE_CONFIG(TITLE_HEIGHT,4);
50         DECLARE_SHAPE_CONFIG(DATE_FONT_SIZE,5);
51         DECLARE_SHAPE_CONFIG(TEXT_FONT_SIZE,6);
52         DECLARE_SHAPE_CONFIG(DATE_TEXT_LEFT_MARGIN,7);
53         DECLARE_SHAPE_CONFIG(TEXT_ELEMENT_WIDTH,8);
54         DECLARE_SHAPE_CONFIG(ITEM_DIVIDER_HEIGHT,9);
55         DECLARE_SHAPE_CONFIG(TITLE_DATE_MARGIN,10);
56         DECLARE_SHAPE_CONFIG(DATE_BAR_MARGIN,11);
57         DECLARE_SHAPE_CONFIG(TEXT_ELEMENT_MIN_WIDTH,12);
58         DECLARE_FIXED_VALUE_CONFIG(ITEM_DIVIDER_WIDTH,1);
59         DECLARE_DIMENSION_CONFIG(MIN_SIZE,1);
60 DECLARE_END_UI_CONFIG(EDITDATE);
61
62 #endif //_FUI_RESOURCE_EDIT_DATE_CONFIG_H_