test
[apps/home/calendar.git] / data / edc / layout / inc.acct.edc
1 /* Based on [N-Beat_HD]GUI_Calendar_v0.1_110930.ppt */
2 #define WIDTH_OF_CALENDAR_VIEW 720
3 #define HEIGHT_OF_CALENDAR_VIEW 1280
4
5 #define BUTTON_BASE_HEIGHT 138
6 #define BUTTON_HEIGHT 74
7 #define BUTTON_UP_PADDING 32
8 #define BUTTON_DOWN_PADDING 32
9 #define BUTTON_LEFT_PADDING 10
10 #define BUTTON_RIGHT_PADDING 12
11 #define LINE_HIGHT 2
12
13 #define HEIGHT_OF_SELECTOR_BASE 765
14 #define HEIGHT_OF_SELECTOR_BUTTON_BASE 110
15 #define SELECTOR_BUTTON_UP_PADDING 10
16 #define SELECTOR_BUTTON_DOWN_PADDING 10
17 #define SELECTOR_BUTTON_LEFT_PADDING 550
18 #define SELECTOR_BUTTON_RIGHT_PADDING 10
19
20 #define HEIGHT_OF_NAVIFRAME 100
21
22 group { name, "acct";
23
24         parts {
25                 part { name, "base";
26                         type, RECT;
27                         description {
28                                 state, "default" 0.0;
29                                 visible, 0;
30                         }
31                 }
32
33                 part { name, "sw";
34                         type, SWALLOW;
35                         description {
36                                 state, "default" 0.0;
37                                 rel1.to, "base";
38                                 rel2.to, "base";
39                         }
40                 }
41         }
42 }