[Request]Update Flora license version
[apps/home/clock.git] / ring / res / edc / ring.edc
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 #define MAIN_W                  480
18 #define MAIN_H                  800
19 #define MAIN_W_HD                  720
20 #define MAIN_H_HD                  1280
21 #define BUTTON_W                123
22 #define BUTTON_H                80
23
24 #define AREA_W                  452
25 #define AREA_H                  80
26
27 #define FONT_SLP_MED "SLP:style=Medium"
28 #define FONT_SLP_BLD "SLP:style=Bold"
29 #define FONT_SLP_ROM "SLP:style=Roman"
30 #define FONT_HEL_MED "HelveticaNeueMed"
31 #define FONT_HEL_ROM "HelveticaNeueRom"
32 #define FONT_SIZE_TITLE (48)
33 #define FONT_SIZE_BTN_LOCK  (48)
34 #define FONT_SIZE_BTN_UNLOCK  (44)
35
36 /* button size on unlock state */
37 #define SNOOZE_UNLOCK_SNOOZE_BTN_W            (215)
38 #define SNOOZE_UNLOCK_SNOOZE_BTN_H            (60)
39 #define SNOOZE_UNLOCK_SNOOZE_BTN_X            (20)
40 #define SNOOZE_UNLOCK_SNOOZE_BTN_Y            (658)
41
42 #define SNOOZE_UNLOCK_STOP_BTN_W            (215)
43 #define SNOOZE_UNLOCK_STOP_BTN_H            (60)
44 #define SNOOZE_UNLOCK_STOP_BTN_X            (245)
45 #define SNOOZE_UNLOCK_STOP_BTN_Y            (658)
46
47 #define SINGLE_UNLOCK_STOP_BTN_W            (215)
48 #define SINGLE_UNLOCK_STOP_BTN_W_TIMER            (246)
49 #define SINGLE_UNLOCK_STOP_BTN_H            (60)
50 #define SINGLE_UNLOCK_STOP_BTN_X            (132)
51 #define SINGLE_UNLOCK_STOP_BTN_Y            (658)
52 //
53 #define HEAD_H 94
54 #define TIME_Y 402
55 #define TIME_H 41
56 #define TEXT_Y 472
57 #define TEXT_H 32
58 #define CLOCK_Y 178
59 #define CLOCK_H 544
60 #define BTN_Y 658
61 #define BTN_H 60
62
63
64 images {
65         /* for bg and buttons */
66         image: "58_clock_bg.png" COMP;
67
68         image: "P03_clock_button_normal.png" COMP;
69         image: "P03_clock_button_press.png" COMP;
70         image: "58_clock_lock_button.png" COMP;
71         image: "58_alarm_ringing_snooze.png" COMP;
72         image: "P03_timer_glass.png" COMP;
73 }
74
75 collections {
76         #include "../../../res/edc/button_macro.edc"
77         #include "ring_layout.edc"
78         #include "ring_clock.edc"
79         #include "ring_button_unlock.edc"
80 }
81