upload codes for TIZEN 2.0
[apps/home/clock.git] / worldclock / res / theme / worldclock_theme.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 #include "../../../res/edc/nbeat-black-inc.edc"
19 #include "../../../res/edc/genlist_macro.edc"
20 #include "worldclock_macro.edc"
21
22 //#define NAVI_BAR_H      55
23
24 #define WIDTH                   480
25 #define HEIGHT                  800
26 #define HD_WIDTH                 720
27 #define HD_HEIGHT               1280
28
29 //color
30 #define COLOR_GENLIST_ITEM_BG               48  48      48 255
31 #define COLOR_GENLIST_ITEM_PRESSED_BG       107 100 88 255
32 #define COLOR_GENLIST_ITEM_BOTTOM_LINE_BG   82  82      82 255
33
34 #define COLOR_ADDVIEW_GENLIST_ITEM_BG       249 249 249 255
35 #define COLOR_ADDVIEW_GENLIST_ITEM_BG_BLACK   0   0   0 255
36
37 #define COLOR_BOTTOM_LINE                   199 199 199 255
38 #define COLOR_BOTTOM_LINE_BLACK              68  68  68 255
39
40 #define COLOR_DISCLIP_DISABLE_COLOR         255 255 255 64
41
42 // main list
43 #define MAIN_LIST_HEIGHT        205
44 #define MAIN_LIST_FONT          "SLP:style=Roman"
45 #define MAIN_LIST_FONT_SIZE     57
46 #define MAIN_LIST_SUB_FONT      "SLP:style=Medium"
47 #define MAIN_LIST_SUB_FONT_SIZE 40
48 #define MAIN_LIST_CITY_COLOR    255 255 255 255
49 #define MAIN_LIST_TIME_COLOR    217 147  26 255
50 #define MAIN_LIST_DATE_COLOR    166 166 166 255
51
52 // add list
53 #define ADD_LIST_HEIGHT                 129
54 #define ADD_LIST_FONT                   "SLP:style=Roman"
55 #define ADD_LIST_FONT_SIZE              44
56 #define ADD_LIST_SUB_FONT               "SLP:style=Medium"
57 #define ADD_LIST_SUB_FONT_SIZE          32
58 #define ADD_LIST_GMT_FONT               "SLP:style=Medium"
59 #define ADD_LIST_GMT_FONT_SIZE          32
60 #define ADD_LIST_COLOR                            0   0   0 255
61 #define ADD_LIST_SUB_COLOR                      108 108 108 255
62 #define ADD_LIST_GMT_COLOR                      108 108 108 255
63 #define ADD_LIST_SELECTED_COLOR                 255 255 255 255
64 #define ADD_LIST_COLOR_BLACK                    249 249 249 255
65 #define ADD_LIST_SUB_COLOR_BLACK                100 100 100 255
66 #define ADD_LIST_GMT_COLOR_BLACK                100 100 100 255
67 #define ADD_LIST_SELECTED_COLOR_BLACK           249 249 249 255
68 #define ADD_LIST_TEXTBLOCK_COLOR                "#4E4E4EFF"
69 #define ADD_LIST_SELECTED_TEXTBLOCK_COLOR       "#4E4E4EFF"
70 #define ADD_LIST_TEXTBLOCK_COLOR_BLACK          "#F9F9F9FF"
71 #define ADD_LIST_SELECTED_TEXTBLOCK_COLOR_BLACK "#F9F9F9FF"
72
73 #define ADD_LIST_PADDING_TOP            10
74 #define ADD_LIST_PADDING_BOTTOM         10
75 #define ADD_LIST_PADDING_LEFT           16
76 #define ADD_LIST_PADDING_RIGHT          16
77 #define ADD_LIST_MIN_X                  153
78 #define ADD_LIST_MIN_Y                  61
79
80 // edit list
81 #define EDIT_LIST_HEIGHT        129
82 #define EDIT_LIST_FONT          "SLP:style=Roman"
83 #define EDIT_LIST_FONT_SIZE     44
84 #define EDIT_LIST_SUB_FONT      "SLP:style=Medium"
85 #define EDIT_LIST_SUB_FONT_SIZE 32
86
87 collections
88 {
89     //worldclock_addview_list_black
90     group
91     {
92         name:  "elm/genlist/item/worldclock_addview_list_black/default";
93         alias: "elm/genlist/item_odd/worldclock_addview_list_black/default";
94         alias: "elm/genlist/item_compress/worldclock_addview_list_black/default";
95         alias: "elm/genlist/item_compress_odd/worldclock_addview_list_black/default";
96         data.item: "stacking" "above";
97         data.item: "selectraise" "on";
98         data.item: "texts" "elm.text.city elm.text.country elm.text.gmt";
99         //data.item: "contents" "elm.swallow.city elm.swallow.country elm.swallow.gmt";
100         data.item: "treesize" "20";
101
102         styles {
103             style {
104                 name: "city_textblock_black_style";
105                 base: "font="ADD_LIST_FONT" font_size="ADD_LIST_FONT_SIZE" color="ADD_LIST_TEXTBLOCK_COLOR_BLACK" wrap=char text_class=list_item";
106                 tag:  "br" "\n";
107                 tag:  "ps" "ps";
108                 tag:  "tab" "\t";
109             }
110             style {
111                 name: "city_textblock_black_selected_style";
112                 base: "font="ADD_LIST_FONT" font_size="ADD_LIST_FONT_SIZE" color="ADD_LIST_SELECTED_TEXTBLOCK_COLOR_BLACK" wrap=char text_class=list_item";
113                 tag:  "br" "\n";
114                 tag:  "ps" "ps";
115                 tag:  "tab" "\t";
116             }
117         }
118
119         parts
120         {
121             part {
122                 name:   "event";
123                 type:   RECT;
124                 repeat_events: 1;
125                 scale: 1;
126                 description {
127                     min: 0 ADD_LIST_HEIGHT;
128                     state: "default" 0.0;
129                     color: COLOR_ADDVIEW_GENLIST_ITEM_BG_BLACK;
130                 }
131             }
132
133             part {
134                 name: "bg_image";
135                 type: RECT;
136                 clip_to: "disclip";
137                 mouse_events: 0;
138                 description { state: "default" 0.0;
139                    color: 0 0 0 255;
140                 }
141                 description { state: "selected" 0.0;
142                    inherit: "default" 0.0;
143                    color: 50 65 74 255;
144                 }
145             }
146
147             WCL_GENLIST_PART_BOTTOM_LINE( COLOR_BOTTOM_LINE_BLACK )
148             WCL_GENLIST_PART_PADDING_TOP( ADD_LIST_PADDING_TOP )
149             WCL_GENLIST_PART_PADDING_BOTTOM( ADD_LIST_PADDING_BOTTOM )
150             WCL_GENLIST_PART_PADDING_LEFT( ADD_LIST_PADDING_LEFT   )
151             WCL_GENLIST_PART_PADDING_RIGHT( ADD_LIST_PADDING_RIGHT  )
152
153             part {
154                 name: "elm.text.gmt";
155                 clip_to: "disclip";
156                 type:           TEXT;
157                 mouse_events:   0;
158                 scale: 1;
159                 description {
160                     state: "default" 0.0;
161                     min: ADD_LIST_MIN_X ADD_LIST_MIN_Y;
162                     fixed: 1 1;
163                     rel1 { relative: 0.0 1.0; to_x: "elm.padding.right"; to_y: "elm.padding.top"; }
164                     rel2 { relative: 0.0 1.0; to_x: "elm.padding.right"; to_y: "elm.padding.top"; }
165                     align: 1.0 0.0;
166                     color: ADD_LIST_GMT_COLOR_BLACK;
167                     text {
168                         font: ADD_LIST_GMT_FONT;
169                         size: ADD_LIST_GMT_FONT_SIZE;
170                         min: 0 1;
171                         align: 1.0 0.5;
172                     }
173                 }
174                 description {
175                     state: "selected" 0.0;
176                     inherit: "default" 0.0;
177                     color: ADD_LIST_SELECTED_COLOR_BLACK;
178                 }
179             }
180             part {
181                 name: "elm.padding.gmt.left";
182                 clip_to: "disclip";
183                 type: RECT;
184                 mouse_events: 0;
185                 scale: 1;
186                 description {
187                     state: "default" 0.0;
188                     min: 20 0;
189                     fixed: 1 0;
190                     rel1.to_x: "elm.text.gmt";
191                     rel2 { relative: 0.0 1.0; to_x: "elm.text.gmt"; }
192                     align: 1.0 0.5;
193                     visible: 0;
194                 }
195             }
196
197             part {
198                 name: "elm.text.city";
199                 clip_to: "disclip";
200                 type:           TEXT;
201                 mouse_events:   0;
202                 scale: 1;
203                 description {
204                     state: "default" 0.0;
205                     //rel1 { relative: 1.0 1.0; to_x: "elm.padding.left";     to_y: "elm.padding.top"; }
206                     //rel2 { relative: 0.0 1.0; to_x: "elm.padding.gmt.left"; to_y: "elm.text.gmt"; }
207                     rel1{relative: (15/WIDTH) 0.0; }
208                     rel2{relative: 1.0        0.6; }
209                     align: 0.0 0.5;
210                     color: ADD_LIST_COLOR_BLACK;
211                     text {
212                         //style: "city_textblock_black_style";
213                         font: ADD_LIST_FONT;
214                         size: ADD_LIST_FONT_SIZE;
215                         min: 0 1;
216                         align: 0.0 0.5;
217                     }
218                 }
219                 description {
220                     state: "selected" 0.0;
221                     inherit: "default" 0.0;
222                     text.style: "city_textblock_black_selected_style";
223                     color: ADD_LIST_SELECTED_COLOR_BLACK;
224                 }
225             }
226             part {
227                 name: "elm.text.country";
228                 clip_to: "disclip";
229                 type:           TEXT;
230                 mouse_events:   0;
231                 scale: 1;
232                 description {
233                     state: "default" 0.0;
234                     rel1 { relative: 1.0 1.0; to_x: "elm.padding.left";  to_y: "elm.text.city"; }
235                     rel2 { relative: 0.0 0.0; to_x: "elm.padding.right"; to_y: "elm.padding.bottom"; }
236                     color: ADD_LIST_SUB_COLOR_BLACK;
237                     text {
238                         font: ADD_LIST_SUB_FONT;
239                         size: ADD_LIST_SUB_FONT_SIZE;
240                         min: 0 1;
241                         align: 0.0 0.0;
242                     }
243                 }
244                 description {
245                     state: "selected" 0.0;
246                     inherit: "default" 0.0;
247                     color: ADD_LIST_SELECTED_COLOR_BLACK;
248                 }
249             }
250
251             part
252             {
253                 name: "elm.swallow.city";
254                 clip_to: "disclip";
255                 type: SWALLOW;
256                 scale: 1;
257                 description
258                 {
259                     state: "default" 0.0;
260                     rel1{relative: (15/WIDTH) 0.0; }
261                     rel2{relative: 1.0        0.6; }
262                     fixed: 1 1;
263                     align: 0.0 0.5;
264                 }
265             }
266             part
267             {
268                 name: "elm.swallow.country";
269                 clip_to: "disclip";
270                 type: SWALLOW;
271                 scale: 1;
272                 description
273                 {
274                     state: "default" 0.0;
275                     rel1{relative: (15/WIDTH)  0.6; }
276                     rel2{relative: 0.7         1.0; }
277                     fixed: 1 1;
278                     align: 0.0 0.0;
279                 }
280             }
281             part
282             {
283                 name: "elm.swallow.gmt";
284                 clip_to: "disclip";
285                 type: SWALLOW;
286                 scale: 1;
287                 description
288                 {
289                     state: "default" 0.0;
290                     rel1{relative: 0.7              0.0; }
291                     rel2{relative: (465.0/WIDTH)    0.6; }
292                     //fixed: 1 1;
293                     align: 1.0 0.5;
294                 }
295             }
296
297             WCL_GENLIST_PART_DISCLIP(COLOR_DISCLIP_DISABLE_COLOR)
298         }
299         programs
300         {
301             program {
302                 name: "go_active";
303                 signal: "elm,state,selected";
304                 source: "elm";
305                 action: STATE_SET "selected" 0.0;
306                 target: "bg_image";
307                 target: "elm.text.city";
308                 target: "elm.text.country";
309                 target: "elm.text.gmt";
310             }
311             program {
312                 name: "go_passive";
313                 signal: "elm,state,unselected";
314                 source: "elm";
315                 action: STATE_SET "default" 0.0;
316                 target: "bg_image";
317                 target: "elm.text.city";
318                 target: "elm.text.country";
319                 target: "elm.text.gmt";
320                 transition: LINEAR 0.1;
321             }
322             program {
323                 name: "go_disabled";
324                 signal: "elm,state,disabled";
325                 source: "elm";
326                 action: STATE_SET "disabled" 0.0;
327                 target: "disclip";
328             }
329             program { name: "go_enabled";
330                 signal: "elm,state,enabled";
331                 source: "elm";
332                 action: STATE_SET "default" 0.0;
333                 target: "disclip";
334             }
335         }
336     }
337
338         //worldclock_editview_list
339     group
340     {
341         name: "elm/genlist/item/worldclock_editview_list/default";
342         alias: "elm/genlist/item_odd/worldclock_editview_list/default";
343         data.item: "stacking" "above";
344         data.item: "selectraise" "on";
345         data.item: "contents" "elm.swallow.checkbox";
346         data.item: "texts" "elm.text.city elm.text.time";
347         data.item: "treesize" "20";
348         parts
349         {
350             part
351             {
352                 name: "event";
353                 type: RECT;
354                 repeat_events: 1;
355                 scale: 1;
356                 description
357                 {
358                     min: 0 EDIT_LIST_HEIGHT;
359                     state: "default" 0.0;
360                     color: COLOR_GENLIST_ITEM_BG;
361                 }
362             }
363             GENLIST_PART_BG_IMAGE
364             GENLIST_PART_BOTTOM_LINE
365
366             part
367             {
368                 name: "elm.swallow.checkbox";
369                 clip_to: "disclip";
370                 type: SWALLOW;
371                 mouse_events:   0;
372                 scale: 1;
373                 description
374                 {
375                     state: "default" 0.0;
376                     align: 0.5 0.5;
377                     fixed: 1 1;
378                     rel1 {relative: (15.0/WIDTH)        (42.0/EDIT_LIST_HEIGHT);         to: "bg_image";}
379                     rel2 {relative: ((15.0+44.0)/WIDTH) ((42.0+44.0)/EDIT_LIST_HEIGHT);  to: "bg_image";}
380                 }
381             }
382
383             part
384             {
385                 name: "elm.text.city";
386                 clip_to: "disclip";
387                 type:           TEXT;
388                 mouse_events:   0;
389                 scale: 1;
390                 description
391                 {
392                     state: "default" 0.0;
393                     color: 255 255 255 255;
394                     rel1 {relative: (74.0/WIDTH)  0.0;  to: "bg_image";}
395                     rel2 {relative: (458.0/WIDTH) 0.6;  to: "bg_image";}
396                     text
397                     {
398                         font: EDIT_LIST_FONT;
399                         size: EDIT_LIST_FONT_SIZE;
400                         align: 0.0 0.5;
401                     }
402                 }
403             }
404
405             part
406             {
407                 name: "elm.text.time";
408                 clip_to: "disclip";
409                 type:           TEXT;
410                 mouse_events:   0;
411                 scale: 1;
412                 description
413                 {
414                     state: "default" 0.0;
415                     color: 246 105 20 255;
416                     rel1 {relative: (74.0/WIDTH)  0.6;  to: "bg_image";}
417                     rel2 {relative: (458.0/WIDTH) 1.0;  to: "bg_image";}
418                     text
419                     {
420                         font: EDIT_LIST_SUB_FONT;
421                         size: EDIT_LIST_SUB_FONT_SIZE;
422                         align: 0.0 0.5;
423                     }
424                 }
425             }
426
427             part
428             {
429                 name: "elm.swallow.end";
430                 clip_to: "disclip";
431                 type: SWALLOW;
432                 scale: 1;
433                 description
434                 {
435                     state: "default" 0.0;
436                     align: 0.5 0.5;
437                     rel1 {relative: (358.0/WIDTH)        (24.0/EDIT_LIST_HEIGHT);      to: "bg_image";}
438                     rel2 {relative: ((358.0+80.0)/WIDTH) ((24.0+80.0)/EDIT_LIST_HEIGHT); to: "bg_image";}
439                 }
440             }
441
442             GENLIST_PART_DISCLIP
443         }
444         programs
445         {
446             PROGRAM_GENLIST_DEFAULT()
447         }
448     }
449
450         //worldclock_mainview_list
451     group
452     {
453         name: "elm/genlist/item/worldclock_mainview_list/default";
454         alias: "elm/genlist/item_odd/worldclock_mainview_list/default";
455         alias: "elm/genlist/item_compress/worldclock_mainview_list/default";
456         alias: "elm/genlist/item_compress_odd/worldclock_mainview_list/default";
457         data.item: "stacking" "above";
458         data.item: "selectraise" "on";
459         data.item: "texts" "elm.text.city elm.text.time elm.text.date";
460         data.item: "contents" "elm.swallow.dst elm.swallow.bg elm.swallow.hour elm.swallow.min elm.swallow.sec elm.swallow.center";
461         data.item: "treesize" "20";
462         parts
463         {
464             // padding used for layout city name & dst icon
465             GENLIST_PART_PADDING_TOP( 40 )
466             GENLIST_PART_PADDING_BOTTOM( 112 )
467             GENLIST_PART_PADDING_LEFT( 16 )
468             GENLIST_PART_PADDING_RIGHT( 504 )
469
470             part
471             {
472                 name:   "event";
473                 type:   RECT;
474                 repeat_events: 1;
475                 scale: 1;
476                 description
477                 {
478                     min: 0 MAIN_LIST_HEIGHT;
479                     state: "default" 0.0;
480                     color: COLOR_GENLIST_ITEM_BG;
481                 }
482             }
483
484             GENLIST_PART_BG_IMAGE
485             GENLIST_PART_BOTTOM_LINE
486
487             part
488             {
489                 name: "elm.swallow.dst";
490                 clip_to: "disclip";
491                 type: SWALLOW;
492                 scale: 1;
493                 description
494                 {
495                     state: "default" 0.0;
496                     fixed: 1 1;
497                     rel1 {relative: 1.0 1.0; to_x: "elm.padding.city.right"; to_y: "elm.padding.top";}
498                     rel2 {relative: 1.0 0.0; to_x: "elm.padding.city.right"; to_y: "elm.padding.bottom";}
499                     align: 0.0 0.5;
500                 }
501             }
502
503             part {
504                 name: "elm.padding.city.right";
505                 type: RECT;
506                 scale: 1;
507                 description {
508                     state: "default" 0.0;
509                     min: 1 0;
510                     fixed: 1 0;
511                     visible: 0;
512                     rel1 { relative: 1.0 0.0; to_x: "elm.text.city"; }
513                     rel2.to_x: "elm.text.city";
514                     align: 0.0 0.0;
515                 }
516             }
517
518             part
519             {
520                 name: "elm.text.city";
521                 clip_to: "disclip";
522                 type: TEXT;
523                 scale: 1;
524                 description
525                 {
526                     state: "default" 0.0;
527                     min: 0 0;
528                     max: 504 72;
529                     fixed: 1 0;
530                     align: 0.0 0.0;
531                     color: MAIN_LIST_CITY_COLOR;
532                     rel1 { relative: 1.0 1.0;  to_x: "elm.padding.left"; to_y: "elm.padding.top"; }
533                     rel2 { relative: 1.0 0.0;  to_x: "elm.padding.left"; to_y: "elm.padding.bottom"; }
534                     text
535                     {
536                         font: MAIN_LIST_FONT;
537                         size: MAIN_LIST_FONT_SIZE;
538                         min: 1 1;
539                         align: 0.0 0.5;
540                     }
541                 }
542             }
543
544             part
545             {
546                 name: "elm.text.time";
547                 clip_to: "disclip";
548                 type: TEXT;
549                 scale: 1;
550                 description
551                 {
552                     state: "default" 0.0;
553                     color: MAIN_LIST_TIME_COLOR;
554                     rel1 {relative:  (16.0/HD_WIDTH) (112.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
555                     rel2 {relative: (504.0/HD_WIDTH) (164.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
556                     text
557                     {
558                         font: MAIN_LIST_SUB_FONT;
559                         size: MAIN_LIST_SUB_FONT_SIZE;
560                         align: 0.0 0.5;
561                     }
562                 }
563             }
564
565             part
566             {
567                 name: "elm.text.date";
568                 clip_to: "disclip";
569                 type: TEXT;
570                 scale: 1;
571                 description
572                 {
573                     state: "default" 0.0;
574                     color: MAIN_LIST_DATE_COLOR;
575                     rel1 {relative:  (16.0/HD_WIDTH) (112.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
576                     rel2 {relative: (504.0/HD_WIDTH) (164.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
577                     text
578                     {
579                         font: MAIN_LIST_SUB_FONT;
580                         size: MAIN_LIST_SUB_FONT_SIZE;
581                         align: 1.0 0.5;
582                     }
583                 }
584             }
585
586             part
587             {
588                 name: "elm.rect.clock";
589                 type:     RECT;
590                 mouse_events:   0;
591                 scale: 1;
592                 description
593                 {
594                     state: "default" 0.0;
595                     visible: 0;
596                     rel1 {relative: (524.0/HD_WIDTH)  (12.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
597                     rel2 {relative: (704.0/HD_WIDTH) (192.0/MAIN_LIST_HEIGHT);  to: "bg_image";}
598                 }
599             }
600             part
601             {
602                 name: "elm.swallow.clockicon";
603                 clip_to: "disclip";
604                 type: SWALLOW;
605                 mouse_events:   0;
606                 scale: 1;
607                 description
608                 {
609                     state: "default" 0.0;
610                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
611                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
612                 }
613             }
614             part
615             {
616                 name: "elm.swallow.bg";
617                 clip_to: "disclip";
618                 type:     SWALLOW;
619                 mouse_events:   0;
620                 scale: 1;
621                 description
622                 {
623                     state: "default" 0.0;
624                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
625                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
626                 }
627             }
628             part
629             {
630                 name: "elm.swallow.hour";
631                 clip_to: "disclip";
632                 type:     SWALLOW;
633                 mouse_events:   0;
634                 scale: 1;
635                 description
636                 {
637                     state: "default" 0.0;
638                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
639                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
640                 }
641             }
642             part
643             {
644                 name: "elm.swallow.min";
645                 clip_to: "disclip";
646                 type:     SWALLOW;
647                 mouse_events:   0;
648                 scale: 1;
649                 description
650                 {
651                     state: "default" 0.0;
652                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
653                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
654                 }
655             }
656             part
657             {
658                 name: "elm.swallow.sec";
659                 clip_to: "disclip";
660                 type:     SWALLOW;
661                 mouse_events:   0;
662                 scale: 1;
663                 description
664                 {
665                     state: "default" 0.0;
666                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
667                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
668                 }
669             }
670             part
671             {
672                 name: "elm.swallow.center";
673                 clip_to: "disclip";
674                 type:     SWALLOW;
675                 mouse_events:   0;
676                 scale: 1;
677                 description
678                 {
679                     state: "default" 0.0;
680                     rel1 {relative: 0.0 0.0;  to: "elm.rect.clock";}
681                     rel2 {relative: 1.0 1.0;  to: "elm.rect.clock";}
682                 }
683             }
684             GENLIST_PART_DISCLIP
685         }
686         programs
687         {
688             PROGRAM_GENLIST_DEFAULT()
689         }
690     }
691 }
692