tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / clocksetting.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11
12 #define FONT_BLD       "Tizen:style=Bold"
13 #define FONT_MED       "Tizen:style=Medium"
14 #define FONT_ROM       "Tizen:style=Roman"
15 #define FONT_LIG       "Tizen:style=Roman"
16
17 collections {
18 #include "groups/genlist_setting.edc"
19 #include "groups/edc_images.edc"
20 #include "groups/edc_image_macro.edc"
21 #include "groups/datefield.edc"
22 #include "groups/battery.edc"
23 #include "groups/index.edc"
24 #include "groups/volumn_popup.edc"
25 #include "groups/clock_type_layout.edc"
26 #include "groups/bg_thumbnail.edc"
27 #include "groups/two_finger_control.edc"
28 #include "groups/genlist_layout.edc"
29 #include "groups/empty_swallow.edc"
30 #include "groups/thumbnail_view.edc"
31 #include "groups/setting_indicator.edc"
32
33         group { name: "scroller_custom_layout";
34            parts {
35                   part { name: "bg";
36                          type: RECT;
37                          scale: 1;
38                          description {
39                                 state: "default" 0.0;
40                                 color: 0 0 0 0;
41                          }
42                   }
43                   part { name: "scroller";
44                          type: SWALLOW;
45                          scale: 1;
46                          description { state: "default" 0.0;
47                                 rel1 {
48                                    relative: 0.0 0.0;
49                                    to: "bg";
50                                 }
51                                 rel2 {
52                                    relative: 1.0 1.0;
53                                    to: "bg";
54                                 }
55                          }
56                   }
57            }
58         }
59
60
61
62
63 }