Fix for N_SE-34577
[platform/framework/native/uifw.git] / src / ui / inc / FUi_ResourceSearchBarConfig.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Flora License, Version 1.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://floralicense.org/license/
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_ResourceSearchBarConfig.cpp
20  * @brief               This is a configuration file for color, image and shape values of SearchBar.
21  */
22 #ifndef _FUI_RESOURCE_SEARCH_BAR_CONFIG_H_
23 #define _FUI_RESOURCE_SEARCH_BAR_CONFIG_H_
24
25 #include "FUi_ResourceConfigMacro.h"
26
27 DECLARE_UI_CONFIG(SEARCHBAR);
28         DECLARE_COLOR_CONFIG(BUTTON_BG_NORMAL, 1);
29         DECLARE_COLOR_CONFIG(BUTTON_BG_PRESSED, 2);
30         DECLARE_COLOR_CONFIG(BUTTON_BG_DISABLED, 3);
31         DECLARE_COLOR_CONFIG(BUTTON_BG_HIGHLIGHTED, 4);
32         DECLARE_COLOR_CONFIG(BUTTON_TEXT_NORMAL, 5);
33         DECLARE_COLOR_CONFIG(BUTTON_TEXT_PRESSED, 6);
34         DECLARE_COLOR_CONFIG(BUTTON_TEXT_DISABLED, 7);
35         DECLARE_COLOR_CONFIG(BUTTON_TEXT_HIGHLIGHTED, 8);
36         DECLARE_COLOR_CONFIG(EDIT_BG_NORMAL, 9);
37         DECLARE_COLOR_CONFIG(EDIT_BG_DISABLED, 10);
38         DECLARE_COLOR_CONFIG(GUIDE_TEXT_NORMAL, 11);
39         DECLARE_COLOR_CONFIG(GUIDE_TEXT_DISABLED, 12);
40         DECLARE_COLOR_CONFIG(GUIDE_TEXT_HIGHLIGHTED, 13);
41         DECLARE_COLOR_CONFIG(ICON_BG_NORMAL, 14);
42         DECLARE_COLOR_CONFIG(ICON_BG_DISABLED, 15);
43         DECLARE_COLOR_CONFIG(CONTENT_AREA_BG_NORMAL, 16);
44         DECLARE_COLOR_CONFIG(EDIT_TEXT_NORMAL, 17);
45         DECLARE_COLOR_CONFIG(EDIT_TEXT_DISABLED, 18);
46         DECLARE_COLOR_CONFIG(EDIT_TEXT_HIGHLIGHTED, 19);
47         DECLARE_IMAGE_CONFIG(BG_NORMAL, 1);
48         DECLARE_IMAGE_CONFIG(BG_DISABLED, 2);
49         DECLARE_IMAGE_CONFIG(BG_HIGHLIGHTED, 3);
50         DECLARE_IMAGE_CONFIG(BG_PRESSED, 4);
51         DECLARE_IMAGE_CONFIG(BG_EFFECT, 5);
52         DECLARE_IMAGE_CONFIG(ICON_NORMAL, 6);
53         DECLARE_IMAGE_CONFIG(ICON_EFFECT_NORMAL, 7);
54         DECLARE_IMAGE_CONFIG(ICON_DISABLED, 8);
55         DECLARE_SHAPE_CONFIG(HORIZONTAL_MARGIN, 1);
56         DECLARE_SHAPE_CONFIG(VERTICAL_MARGIN, 2);
57         DECLARE_SHAPE_CONFIG(TEXT_HORIZONTAL_MARGIN, 3);
58         DECLARE_SHAPE_CONFIG(ICON_HORIZONTAL_MARGIN, 4);
59         DECLARE_SHAPE_CONFIG(ICON_WIDTH, 5);
60         DECLARE_SHAPE_CONFIG(ICON_HEIGHT, 6);
61         DECLARE_SHAPE_CONFIG(MIN_HEIGHT, 7);
62         DECLARE_SHAPE_CONFIG(SEARCH_FIELD_MIN_WIDTH, 8);
63         DECLARE_SHAPE_CONFIG(BUTTON_WIDTH, 9);
64         DECLARE_SHAPE_CONFIG(BUTTON_MIN_WIDTH, 10);
65         DECLARE_SHAPE_CONFIG(BUTTON_HEIGHT, 11);
66         DECLARE_SHAPE_CONFIG(BUTTON_LEFT_MARGIN, 12);
67         DECLARE_SHAPE_CONFIG(BUTTON_RIGHT_MARGIN, 13);
68         DECLARE_SHAPE_CONFIG(EDIT_TEXT_SIZE, 14);
69         DECLARE_SHAPE_CONFIG(BUTTON_TEXT_SIZE, 15);
70         DECLARE_SHAPE_CONFIG(SEARCH_FIELD_MIN_WIDTH_NORMAL_MODE, 16);
71 DECLARE_END_UI_CONFIG(SEARCHBAR);
72
73 #endif //_FUI_RESOURCE_SEARCH_BAR_CONFIG_H_