Tizen 2.0 Release
[apps/core/preloaded/myfiles.git] / data / edc_common.h
1 /*
2  * Copyright 2013         Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (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
18
19 #define BASIC_W                                 480
20 #define BASIC_H                                 800
21
22 #define MAIN_W                                  720
23 #define MAIN_H                                  1280
24
25 #define MF_SCALE_W                      (MAIN_W/BASIC_W)
26 #define MF_SCALE_H                      (MAIN_H/BASIC_H)
27
28 #define FONT_NANE                       "Tizen:style=Medium"
29 #define FONT_LIST_ITEM                  "Tizen:style=Roman"
30
31 #define FONT_SIZE                       22
32 #define FONT_COLOR                      255 255 255 255
33
34 #define MAIN_FONT_STYLE                 "Tizen"
35 #define MAIN_FONT_SIZE          32
36 #define MAIN_FONT_COLOR 255 255 255 255
37
38 #define SUB_FONT                        "Tizen"
39 #define SUB_FONT_SIZE           18
40 #define SUB_FONT_COLOR          149 149 149
41
42
43 #define DIR_CLASS_NAME          "myfile_dir"
44 #define DIR_SIZE                                42
45
46
47 #define THUMBNAIL_W                     50*MF_SCALE_W
48 #define THUMBNAIL_H                     50*MF_SCALE_H
49
50 #define MEMORY_SUB_THUMB_W              40*MF_SCALE_W
51 #define MEMORY_SUB_THUMB_H              25*MF_SCALE_H
52
53
54 #define GENLIST_ITEM_H          71*MF_SCALE_H
55 #define PATH_INFO_H             48
56 #define PATH_INFO_LABEL_H               25
57 #define PATH_INFO_BG_COLOR              68 68 68 255
58
59 #define BOTTOM_LINE_COLOR               199 199 199 255
60
61 #define BTN_W                           60
62 #define BTN_H                           61
63 #define INDICATOR_H                     46
64 #define SOFTKEY_H                       96
65 #define BUTTON_W                        80
66 #define CHECK_R                         50
67 #define SUB_W                           104
68 #define SUB_H                           32
69
70 #define SEARCHBAR_BACKGROUND_COLOR_DEFAULT      36 36 36 255
71
72
73 #define EDITFIELD_CANCEL_BUTTON_WITH_PADDING_W_INC 150
74 #define EDITFIELD_TOP_PADDING_INC 18
75 #define EDITFIELD_BOTTOM_PADDING_INC 18
76 #define EDITFIELD_HEIGHT_INC 74
77 #define EDITFIELD_LEFT_PADDING_INC 30
78 #define EDITFIELD_RIGHT_PADDING_INC 5
79
80 #define SEARCHBAR_HEIGHT_INC 74
81 #define SEARCHBAR_INPUTFIELD_BORDER_INC 6 6 6 6
82 #define SEARCHBAR_LEFT_ICON_PADDING_INC 16
83 #define SEARCHBAR_ICON_MIN_W_INC 42
84 #define SEARCHBAR_ICON_MIN_H_INC 42
85 #define SEARCHBAR_LEFT_PADDING_SEARCHFIELD_INC 16
86 #define SEARCHBAR_RIGHT_PADDING_SEARCHFIELD_INC 8
87 #define SEARCHBAR_SEARCH_TEXTFIELD_H_INC 60
88 #define SEARCHBAR_H_INC 107
89 #define EDITFIELD_SEARCHBAR_TOP1_SINGLE_INC 6
90 #define EDITFIELD_SEARCHBAR_TOP1_MULTI_INC 10
91 #define EDITFIELD_SEARCHBAR_TOP2_INC 10
92 #define EDITFIELD_SEARCHBAR_LEFT1_INC 0
93 #define EDITFIELD_SEARCHBAR_LEFT2_INC 0
94 #define EDITFIELD_SEARCHBAR_LEFT3_INC 1
95 #define EDITFIELD_SEARCHBAR_RIGHT1_ERASER_SHOW_INC 56
96 #define EDITFIELD_SEARCHBAR_RIGHT2_INC 5
97 #define EDITFIELD_SEARCHBAR_BOTTOM1_SINGLE_INC 8
98 #define EDITFIELD_SEARCHBAR_BOTTOM1_MULTI_INC 2
99 #define EDITFIELD_SEARCHBAR_BOTTOM2_SINGLE_INC 16
100 #define EDITFIELD_SEARCHBAR_BOTTOM2_MULTI_INC 2
101 #define EDITFIELD_SEARCHBAR_BOTTOM3_SINGLE_INC 50
102 #define EDITFIELD_SEARCHBAR_BOTTOM3_MULTI_INC 50
103
104
105 #define MF_SEARCH_FOLDER_H                      300*MF_SCALE_H
106 #define MF_SEARCH_FOLDER_W                      400*MF_SCALE_H
107