upload codes for TIZEN 2.0
[apps/home/clock.git] / worldclock / res / edc / worldclock.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://www.tizenopensource.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 #define WIDTH                   480
19 #define HEIGHT                  800
20
21 #define INDICATOR_H             50
22 #define NAVIGATION_BAR_H       100
23 #define SEARCH_BAR_H            74
24 #define CONTROL_BAR_H           78
25 #define INPUT_PANEL_H           358
26 #define SELECTALL_H                     70
27 #define SOFTKEY_YREL            0.9025
28
29 collections {
30 #include "../../../res/edc/nbeat-black-inc.edc"
31 #include "../../../res/edc/genlist_macro.edc"
32
33 #include "worldclock_tmp.edc"
34 /* main view related --> because use samsung window layout,
35 *   main view no need to define edc */
36 #include "worldclock_main.edc"
37
38 #include "worldclock_clock.edc"
39 #include "worldclock_dst.edc"
40
41 /* wcl lib view related */
42 #include "worldclock_lib.edc"
43
44 /* add view related */
45 //#include "worldclock_add.edc"
46 //#include "worldclock_search_area.edc"
47 #include "worldclock_popup.edc"
48 /* segmentcontrol panel */
49 #include "worldclock_segment.edc"
50
51 /* edit view related */
52 #include "worldclock_edit.edc"
53
54 /* delete view related */
55 #include "worldclock_delete.edc"
56 #include "worldclock_select_all.edc"
57
58 /* this is used in reorder view*/
59 #include "worldclock_reorder_item.edc"
60
61 /* this is used to create fake image*/
62 //#include "worldclock_fake_item.edc"
63 //#include "worldclock_fakelayout.edc"
64
65
66 }
67