change nodisplay of ring from false to true to fix TIVI-702
[profile/ivi/clock.git] / stopwatch / include / stopwatch_resource.h
1 /*
2  * Copyright 2012  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 #ifndef __STW_RESOURCE_H__
19 #define __STW_RESOURCE_H__
20
21 #include "../../res/edc/nbeat-black-hd-inc.edc"
22 #include "../../res/edc/genlist_macro.edc"
23 #include "../../res/edc/button_macro.edc"
24
25 #define WIDTH               (480.0)
26 #define WIDTH_HD               (720.0)
27 #define HEIGHT              (800-CONTROLBAR_H-60)
28
29 #define INDICATOR_H         0.0
30 #define CONTROLBAR_H        78.0
31 //color
32 #define COLOR_GENLIST_ITEM_BG               48 48 48 255
33 #define COLOR_GENLIST_ITEM_PRESSED_BG       107 100 88 255
34 #define COLOR_GENLIST_ITEM_BOTTOM_LINE_BG   114 114 114 255
35 //
36 #define HEAT_H (12)
37 #define SCREEN_RECT_Y (12)
38 #define SCREEN_RECT_H (173)
39 #define TEXT_Y (SCREEN_RECT_Y+SCREEN_RECT_H)
40 #define TEXT_H (40)
41 #define BTN_Y (TEXT_Y+TEXT_H+20)
42 #define BTN_H (60)
43 #define GENLIST_Y (BTN_Y+BTN_H+27)
44 #define GENLIST_H (324)
45
46 #define SCREEN_TIME_HOUR_Y (SCREEN_RECT_Y+54)
47 #define SCREEN_TIME_HOUR_H (65)
48 #define SCREEN_TIME_HOUR_MS_H (38)
49 #define SCREEN_TIME_MIN_Y (SCREEN_RECT_Y+47)
50 #define SCREEN_TIME_MIN_H (79)
51 #define SCREEN_TIME_MIN_MS_H (47)
52 //font
53 #define FONT_SLP_MED                "SLP:style=Medium"
54 #define FONT_SLP_ROM                "SLP:style=Roman"
55
56 #endif                          //__STW_RESOURCE_H__