19ed366a895fcece669689a196ed7f2df3faaa28
[apps/core/preloaded/calendar.git] / data / edc / layout / inc.acct.edc
1 /*
2   *
3   *  Copyright 2012  Samsung Electronics Co., Ltd
4   *
5   *  Licensed under the Flora License, Version 1.0 (the "License");
6   *  you may not use this file except in compliance with the License.
7   *  You may obtain a copy of the License at
8   *
9   *       http://floralicense.org/license/
10   *
11   *  Unless required by applicable law or agreed to in writing, software
12   *  distributed under the License is distributed on an "AS IS" BASIS,
13   *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   *  See the License for the specific language governing permissions and
15   *  limitations under the License.
16   */
17
18 /* Based on [N-Beat_HD]GUI_Calendar_v0.1_110930.ppt */
19 #define WIDTH_OF_CALENDAR_VIEW 720
20 #define HEIGHT_OF_CALENDAR_VIEW 1280
21
22 #define BUTTON_BASE_HEIGHT 138
23 #define BUTTON_HEIGHT 74
24 #define BUTTON_UP_PADDING 32
25 #define BUTTON_DOWN_PADDING 32
26 #define BUTTON_LEFT_PADDING 10
27 #define BUTTON_RIGHT_PADDING 12
28 #define LINE_HIGHT 2
29
30 #define HEIGHT_OF_SELECTOR_BASE 765
31 #define HEIGHT_OF_SELECTOR_BUTTON_BASE 110
32 #define SELECTOR_BUTTON_UP_PADDING 10
33 #define SELECTOR_BUTTON_DOWN_PADDING 10
34 #define SELECTOR_BUTTON_LEFT_PADDING 550
35 #define SELECTOR_BUTTON_RIGHT_PADDING 10
36
37 #define HEIGHT_OF_NAVIFRAME 100
38
39 group { name, "acct";
40
41         parts {
42                 part { name, "base";
43                         type, RECT;
44                         description {
45                                 state, "default" 0.0;
46                                 visible, 0;
47                         }
48                 }
49
50                 part { name, "sw";
51                         type, SWALLOW;
52                         description {
53                                 state, "default" 0.0;
54                                 rel1.to, "base";
55                                 rel2.to, "base";
56                         }
57                 }
58         }
59 }