sync with private git. updated the license and the boilerplates
[apps/core/preloaded/quickpanel.git] / data / quickpanel_def.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *  http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __QUICKPANEL_EDC_DEF_H__
18 #define __QUICKPANEL_EDC_DEF_H__
19
20 #define QP_INDICATOR_H  0
21 #define QP_INDICATOR_COMPENSATE_H       50
22
23 #define QP_HANDLE_H      64
24 #define QP_HANDLE_TOTAL_H        80
25 #define QP_SPN_H 80
26 #define QP_SPN_TEXT_W 520
27
28 #define QP_BG_VISIBILITY        0
29 #define QP_BG_COLOR     255 255 255 255
30 #define QP_SETTING_BG_COLOR 255 255 255 255
31 #define QP_SETTING_ICON_BG_COLOR 26 26 26 255
32 #define QP_ACCESSIBILITY_TEST_COLOR 0 0 0 0;
33 #define QP_THEME_BG_VISIBILITY                          0
34 #define QP_THEME_BG_COLOR                               255 255 255 255
35 #define QP_THEME_NOTI_BG_COLOR                          28 29 30 255
36 #define QP_THEME_LIST_ITEM_GROUP_HEIGHT 80
37 #define QP_THEME_LIST_ITEM_MINICONTRL_HEIGHT 178
38 #define QP_THEME_LIST_ITEM_MINICONTR_SEPERATOR_HEIGHT 12
39 #define QP_THEME_LIST_ITEM_ONGOING_HEIGHT 180
40 #define QP_THEME_LIST_ITEM_ONGOING_SEPERATOR_HEIGHT 12
41 #define QP_THEME_LIST_ITEM_BRIGHTNESS_HEIGHT 126
42 #define QP_THEME_LIST_ITEM_MULTIWINDOW_HEIGHT 180
43 #define QP_THEME_LIST_TITLE_FONT_NAME                   "Tizen:style=Medium"
44 #define QP_THEME_LIST_TITLE_FONT_COLOR                  149 148 148 255
45 #define QP_THEME_LIST_TITLE_FONT_SIZE                   36
46
47 #define BOX_PART_ICON "object.icon"
48 #define BOX_PART_ICON_SUB "object.icon.sub"
49 #define BOX_ICON_SIZE_W 124
50 #define BOX_ICON_SIZE_H 124
51 #define BOX_ICON_SUB_SIZE_W 56
52 #define BOX_ICON_SUB_SIZE_H 56
53
54 #define BOX_COLOR_BG 28 29 30 255
55 #define BOX_WIDTH_P 340
56 #define BOX_HEIGHT_P 322
57 #define BOX_WIDTH_L 406
58 #define BOX_HEIGHT_L 322
59
60 #define BOX_MARGIN_L_TEXT_H 14
61 #define BOX_MARGIN_R_TEXT_H 11
62 #define BOX_TEXT_CONTENTS_HEIGHT 36
63 #define BOX_TEXT_INFO_HEIGHT 35
64 #define BOX_TEXT_SUB_WIDTH 90
65 #define BOX_TEXT_SUB_PADDING_WIDTH 12
66
67 #endif  /*__QUICKPANEL_EDC_DEF_H__*/