Tizen release 1.0
[apps/core/preloaded/calendar.git] / data / edc / layout / inc.layouts.edc
1 group { name, "dialoguegroup/weekly";
2
3         parts {
4                 part { name, "base";
5                         type, RECT;
6                         scale, 1;
7                         description {
8                                 state, "default" 0.0;
9                                 min, 0 140;
10                                 color, 0 0 0 0;
11                         }
12                 }
13                 part { name, "left_padding";
14                         type, RECT;
15                         scale, 1;
16                         description {
17                                 state, "default" 0.0;
18                                 min, 0 0;
19                                 fixed, 1 0;
20                                 rel1.to, "base";
21                                 rel2 { relative, 0.0 1.0; to, "base"; }
22                                 align, 0.0 0.0;
23                                 color, 0 0 0 0;
24                         }
25                 }
26                 part { name, "right_padding";
27                         type, RECT;
28                         scale, 1;
29                         description {
30                                 state, "default" 0.0;
31                                 min, 10 0;
32                                 fixed, 1 0;
33                                 rel1 { relative, 1.0 0.0; to, "base"; }
34                                 rel2.to, "base";
35                                 align, 1.0 0.0;
36                                 color, 0 0 0 0;
37                         }
38                 }
39                 part { name, "bottom_padding";
40                         type, RECT;
41                         scale, 1;
42                         description {
43                                 state, "default" 0.0;
44                                 min, 0 10;
45                                 fixed, 0 1;
46                                 rel1 { relative, 0.0 1.0; to, "base"; }
47                                 rel2.to, "base";
48                                 align, 0.5 1.0;
49                                 color, 0 0 0 0;
50                         }
51                 }
52
53                 part { name, "text_left_padding";
54                         type, RECT;
55                         scale, 1;
56                         description {
57                                 state, "default" 0.0;
58                                 min, 16 0;
59                                 fixed, 1 0;
60                                 rel1 {
61                                         relative, 1.0 0.5;
62                                         to_x, "content"; to_y, "base";
63                                 }
64                                 rel2 {
65                                         relative, 1.0 0.5;
66                                         to_x, "content"; to_y, "base";
67                                 }
68                                 align, 0.0 0.0;
69                                 color, 0 0 0 0;
70                         }
71                 }
72                 part { name, "text";
73                         type, SWALLOW;
74                         scale, 1;
75                         description {
76                                 state, "default" 0.0;
77                                 align, 0.0 0.5;
78                                 rel1 {
79                                         relative, 1.0 0.0;
80                                         to_x, "text_left_padding"; to_y, "base";
81                                 }
82                                 rel2 {
83                                         relative, 0.0 0.5;
84                                         to_x, "right_padding"; to_y, "base";
85                                 }
86                         }
87                 }
88                 part { name, "content";
89                         type, SWALLOW;
90                         scale, 1;
91                         description {
92                                 state, "default" 0.0;
93                                 align, 0.0 0.5;
94                                 fixed, 1 1;
95                                 rel1 {
96                                         relative, 1.0 0.0;
97                                         to_x, "left_padding"; to_y, "base";
98                                 }
99                                 rel2 {
100                                         relative, 1.0 0.5;
101                                         to_x, "left_padding"; to_y, "base";
102                                 }
103                         }
104                 }
105                 part { name, "content2";
106                         type, SWALLOW;
107                         description {
108                                 state, "default" 0.0;
109                                 rel1 {
110                                         relative, 1.0 0.5;
111                                         to_x, "left_padding"; to_y, "base";
112                                 }
113                                 rel2 {
114                                         relative, 0.0 0.0;
115                                         to_x, "right_padding"; to_y, "bottom_padding";
116                                 }
117                                 align, 0.5 0.5;
118                         }
119                 }
120         }
121 }
122
123 group { name, "dialoguegroup/radio";
124
125         parts {
126                 part { name, "base";
127                         type, RECT;
128                         scale, 1;
129                         description {
130                                 state, "default" 0.0;
131                                 min, 0 74;
132                                 color, 0 0 0 0;
133                         }
134                 }
135                 part { name, "left_padding";
136                         type, RECT;
137                         scale, 1;
138                         description {
139                                 state, "default" 0.0;
140                                 min, 0 0;
141                                 fixed, 1 0;
142                                 rel1.to, "base";
143                                 rel2 { relative, 0.0 1.0; to, "base"; }
144                                 align, 0.0 0.0;
145                                 color, 0 0 0 0;
146                         }
147                 }
148                 part { name, "right_padding";
149                         type, RECT;
150                         scale, 1;
151                         description {
152                                 state, "default" 0.0;
153                                 min, 16 0;
154                                 fixed, 1 0;
155                                 rel1 { relative, 1.0 0.0; to, "base"; }
156                                 rel2.to, "base";
157                                 align, 1.0 0.0;
158                                 color, 0 0 0 0;
159                         }
160                 }
161                 part { name, "text_left_padding";
162                         type, RECT;
163                         scale, 1;
164                         description {
165                                 state, "default" 0.0;
166                                 min, 16 0;
167                                 fixed, 1 0;
168                                 rel1 {
169                                         relative, 1.0 0.5;
170                                         to_x, "content"; to_y, "base";
171                                 }
172                                 rel2 {
173                                         relative, 1.0 0.5;
174                                         to_x, "content"; to_y, "base";
175                                 }
176                                 align, 0.0 0.0;
177                                 color, 0 0 0 0;
178                         }
179                 }
180                 part { name, "text";
181                         type, TEXT;
182                         scale, 1;
183                         description {
184                                 state, "default" 0.0;
185                                 align, 0.0 0.5;
186                                 rel1 {
187                                         relative, 1.0 0.0;
188                                         to_x, "text_left_padding"; to_y, "base";
189                                 }
190                                 rel2 {
191                                         relative, 0.0 1.0;
192                                         to_x, "right_padding"; to_y, "base";
193                                 }
194                                 text {
195                                         font, "SLP:style=Roman";
196                                         size, 40;
197                                         min, 0 0;
198                                         align, 0.0 0.5;
199                                 }
200                                 color, 0 0 0 255;
201                         }
202                 }
203
204                 part { name, "datefield";
205                         type, SWALLOW;
206                         scale, 1;
207                         description {
208                                 state, "default" 0.0;
209                                 align, 0.0 0.5;
210                                 rel1 {
211                                         relative, 1.0 0.0;
212                                         to_x, "text_left_padding"; to_y, "base";
213                                 }
214                                 rel2 {
215                                         relative, 0.0 1.0;
216                                         to_x, "right_padding"; to_y, "base";
217                                 }
218                         }
219                 }
220
221                 part { name, "content";
222                         type, SWALLOW;
223                         scale, 1;
224                         description {
225                                 state, "default" 0.0;
226                                 align, 0.0 0.5;
227                                 fixed, 1 1;
228                                 rel1 {
229                                         relative, 1.0 0.0;
230                                         to_x, "left_padding"; to_y, "base";
231                                 }
232                                 rel2 {
233                                         relative, 1.0 1.0;
234                                         to_x, "left_padding"; to_y, "base";
235                                 }
236                         }
237                 }
238
239         }
240 }
241
242
243 group { name, "dialoguegroup/alarm/custom";
244
245         images {
246                 image, DIALOG_EDIT_DEFAULT COMP;
247         }
248
249         parts {
250                 part { name, "base";
251                         type, RECT;
252                         scale, 1;
253                         description {
254                                 state, "default" 0.0;
255                                 min, 0 169;
256                                 color, 0 0 0 0;
257                         }
258                 }
259                 part { name, "left_padding";
260                         type, RECT;
261                         scale, 1;
262                         description {
263                                 state, "default" 0.0;
264                                 min, 15 0;
265                                 fixed, 1 0;
266                                 rel1.to, "base";
267                                 rel2 { relative, 0.0 1.0; to, "base"; }
268                                 align, 0.0 0.0;
269                                 color, 0 0 0 0;
270                         }
271                 }
272                 part { name, "right_padding";
273                         type, RECT;
274                         scale, 1;
275                         description {
276                                 state, "default" 0.0;
277                                 min, 10 0;
278                                 fixed, 1 0;
279                                 rel1 { relative, 1.0 0.0; to, "base"; }
280                                 rel2.to, "base";
281                                 align, 1.0 0.0;
282                                 color, 0 0 0 0;
283                         }
284                 }
285                 part { name, "bottom_padding";
286                         type, RECT;
287                         scale, 1;
288                         description {
289                                 state, "default" 0.0;
290                                 min, 0 16;
291                                 fixed, 0 1;
292                                 rel1 { relative, 0.0 1.0; to, "base"; }
293                                 rel2.to, "base";
294                                 align, 0.5 1.0;
295                                 color, 0 0 0 0;
296                         }
297                 }
298
299                 part { name, "text_left_padding";
300                         type, RECT;
301                         scale, 1;
302                         description {
303                                 state, "default" 0.0;
304                                 min, 16 0;
305                                 fixed, 1 0;
306                                 rel1 {
307                                         relative, 1.0 0.5;
308                                         to_x, "content"; to_y, "base";
309                                 }
310                                 rel2 {
311                                         relative, 1.0 0.5;
312                                         to_x, "content"; to_y, "base";
313                                 }
314                                 align, 0.0 0.0;
315                                 color, 0 0 0 0;
316                         }
317                 }
318                 part { name, "text";
319                         type, TEXT;
320                         scale, 1;
321                         description {
322                                 state, "default" 0.0;
323                                 align, 0.0 0.5;
324                                 rel1 {
325                                         relative, 1.0 0.0;
326                                         to_x, "text_left_padding"; to_y, "base";
327                                 }
328                                 rel2 {
329                                         relative, 0.0 0.5;
330                                         to_x, "right_padding"; to_y, "base";
331                                 }
332                                 text {
333                                         font, "SLP:style=Roman";
334                                         size, 32;
335                                         min, 0 0;
336                                         align, 0.0 0.5;
337                                 }
338                                 color, 0 0 0 255;
339                         }
340                 }
341                 part { name, "content";
342                         type, SWALLOW;
343                         scale, 1;
344                         description {
345                                 state, "default" 0.0;
346                                 align, 0.0 0.5;
347                                 fixed, 1 1;
348                                 rel1 {
349                                         relative, 1.0 0.0;
350                                         to_x, "left_padding"; to_y, "base";
351                                 }
352                                 rel2 {
353                                         relative, 1.0 0.5;
354                                         to_x, "left_padding"; to_y, "base";
355                                 }
356                         }
357                 }
358                 part { name, "base/custom";
359                         type, RECT;
360                         description {
361                                 state, "default" 0.0;
362                                 rel1 {
363                                         relative, 1.0 0.5;
364                                         to_x, "text_left_padding"; to_y, "base";
365                                 }
366                                 rel2 {
367                                         relative, 0.0 0.0;
368                                         to_x, "right_padding"; to_y, "bottom_padding";
369                                 }
370                                 color, 0 0 0 0;
371                         }
372                 }
373                 part { name, "input_bg";
374                         scale, 1;
375                         description {
376                                 state, "default" 0.0;
377                                 min, 80 0;
378                                 fixed, 1 0;
379                                 rel1.to, "base/custom";
380                                 rel2 { relative, 0.0 1.0; to, "base/custom"; }
381                                 image {
382                                         normal, "01_dialoguegroup_edit_default.png";
383                                         border, 13 13 9 14;
384                                         border_scale, 1;
385                                 }
386                                 align, 0.0 0.5;
387                         }
388                 }
389                 part { name, "input_left_padding";
390                         type, RECT;
391                         scale, 1;
392                         description {
393                                 state, "default" 0.0;
394                                 min, 16 0;
395                                 fixed, 1 0;
396                                 rel1.to, "input_bg";
397                                 rel2 { relative, 0.0 1.0; to, "input_bg"; }
398                                 color, 0 0 0 0;
399                                 align, 0.0 0.5;
400                         }
401                 }
402                 part { name, "input_sw";
403                         type, SWALLOW;
404                         description {
405                                 state, "default" 0.0;
406                                 rel1 { relative, 1.0 0.0; to, "input_left_padding"; }
407                                 rel2.to, "input_bg";
408                         }
409                 }
410                 part { name, "button_left_padding";
411                         type, RECT;
412                         scale, 1;
413                         description {
414                                 state, "default" 0.0;
415                                 min, 16 0;
416                                 fixed, 1 0;
417                                 rel1 { relative, 1.0 0.0; to, "input_bg"; }
418                                 rel2 { relative, 1.0 1.0; to, "input_bg"; }
419                                 align, 0.0 0.5;
420                                 color, 0 0 0 0;
421                         }
422                 }
423                 part { name, "button";
424                         type, SWALLOW;
425                         scale, 1;
426                         description {
427                                 state, "default" 0.0;
428                                 min, 120 0;
429                                 fixed, 1 1;
430                                 rel1 { relative, 1.0 0.5; to, "button_left_padding"; }
431                                 rel2 { relative, 1.0 0.5; to, "button_left_padding"; }
432                                 align, 0.0 0.5;
433                                 color, 0 0 0 0;
434                         }
435                 }
436                 part { name, "text_left_padding2";
437                         type, RECT;
438                         scale, 1;
439                         description {
440                                 state, "default" 0.0;
441                                 min, 16 0;
442                                 fixed, 1 0;
443                                 rel1 { relative, 1.0 0.0; to, "button"; }
444                                 rel2 { relative, 1.0 1.0; to, "button"; }
445                                 align, 0.0 0.0;
446                                 color, 0 0 0 0;
447                         }
448                 }
449                 part { name, "text2";
450                         type, TEXT;
451                         scale, 1;
452                         description {
453                                 state, "default" 0.0;
454                                 align, 0.0 0.5;
455                                 rel1 {
456                                         relative, 1.0 0.5;
457                                         to_x, "text_left_padding2"; to_y, "base";
458                                 }
459                                 rel2 {
460                                         relative, 0.0 1.0;
461                                         to_x, "right_padding"; to_y, "base";
462                                 }
463                                 text {
464                                         font, "SLP:style=Roman";
465                                         size, 32;
466                                         min, 0 0;
467                                         align, 0.0 0.5;
468                                 }
469                                 color, 0 0 0 255;
470                         }
471                 }
472         }
473 }
474
475 group { name, "dialoguegroup/alarm/custom2";
476
477         images {
478                 image, "01_dialoguegroup_edit_default.png" COMP;
479         }
480
481         parts {
482                 part { name, "base";
483                         type, RECT;
484                         scale, 1;
485                         description {
486                                 state, "default" 0.0;
487                                 min, 0 74;
488                                 color, 0 0 0 0;
489                         }
490                 }
491                 part { name, "left_padding";
492                         type, RECT;
493                         scale, 1;
494                         description {
495                                 state, "default" 0.0;
496                                 min, 0 0;
497                                 fixed, 1 0;
498                                 rel1.to, "base";
499                                 rel2 { relative, 0.0 1.0; to, "base"; }
500                                 align, 0.0 0.0;
501                                 color, 0 0 0 0;
502                         }
503                 }
504                 part { name, "right_padding";
505                         type, RECT;
506                         scale, 1;
507                         description {
508                                 state, "default" 0.0;
509                                 min, 16 0;
510                                 fixed, 1 0;
511                                 rel1 { relative, 1.0 0.0; to, "base"; }
512                                 rel2.to, "base";
513                                 align, 1.0 0.0;
514                                 color, 0 0 0 0;
515                         }
516                 }
517                 part { name, "bottom_padding";
518                         type, RECT;
519                         scale, 1;
520                         description {
521                                 state, "default" 0.0;
522                                 min, 0 5;
523                                 fixed, 0 1;
524                                 rel1 { relative, 0.0 1.0; to, "base"; }
525                                 rel2.to, "base";
526                                 align, 0.5 1.0;
527                                 color, 0 0 0 0;
528                         }
529                 }
530                 part { name, "text_left_padding";
531                         type, RECT;
532                         scale, 1;
533                         description {
534                                 state, "default" 0.0;
535                                 min, 16 0;
536                                 fixed, 1 0;
537                                 rel1 {
538                                         relative, 1.0 0.0;
539                                         to_x, "content"; to_y, "base";
540                                 }
541                                 rel2 {
542                                         relative, 1.0 0.0;
543                                         to_x, "content"; to_y, "base";
544                                 }
545                                 align, 0.0 0.0;
546                                 color, 0 0 0 0;
547                         }
548                 }
549                 part { name, "text";
550                         type, SWALLOW;
551                         scale, 1;
552                         description {
553                                 state, "default" 0.0;
554                                 align, 0.0 0.5;
555                 min, 200 0;
556                 fixed, 1 0;
557                                 rel1 {
558                                         relative, 1.0 0.0;
559                                         to_x, "text_left_padding"; to_y, "base";
560                                 }
561                                 rel2 {
562                                         relative, 1.0 1.0;
563                                         to_x, "text_left_padding"; to_y, "base";
564                                 }
565                         }
566                 }
567         part { name, "text_right_padding";
568                         type, RECT;
569                         scale, 1;
570                         description {
571                                 state, "default" 0.0;
572                                 min, 16 0;
573                                 fixed, 1 0;
574                                 rel1 {
575                                         relative, 1.0 0.0;
576                                         to_x, "text"; to_y, "base";
577                                 }
578                                 rel2 {
579                                         relative, 1.0 0.0;
580                                         to_x, "text"; to_y, "base";
581                                 }
582                                 align, 0.0 0.0;
583                                 color, 0 0 0 0;
584                         }
585                 }
586                 part { name, "content";
587                         type, SWALLOW;
588                         scale, 1;
589                         description {
590                                 state, "default" 0.0;
591                                 align, 0.0 0.5;
592                                 fixed, 1 1;
593                                 rel1 {
594                                         relative, 1.0 0.0;
595                                         to_x, "left_padding"; to_y, "base";
596                                 }
597                                 rel2 {
598                                         relative, 1.0 1.0;
599                                         to_x, "left_padding"; to_y, "base";
600                                 }
601                 align, 0.0 0.5;
602                         }
603                 }
604                 part { name, "base/custom";
605                         type, RECT;
606                         description {
607                                 state, "default" 0.0;
608                                 rel1 {
609                                         relative, 1.0 0.0;
610                                         to_x, "text_right_padding"; to_y, "base";
611                                 }
612                                 rel2 {
613                                         relative, 0.0 1.0;
614                                         to_x, "right_padding"; to_y, "base";
615                                 }
616                                 color, 0 0 0 0;
617                 align, 0.0 0.5;
618                         }
619                 }
620                 part { name, "input_bg";
621                         scale, 1;
622                         description {
623                                 state, "default" 0.0;
624                                 min, 80 60;
625                                 fixed, 1 0;
626                                 rel1.to, "base/custom";
627                                 rel2 { relative, 0.0 1.0; to, "base/custom"; }
628                                 image {
629                                         normal, "01_dialoguegroup_edit_default.png";
630                                         border, 13 13 9 14;
631                                         border_scale, 1;
632                                 }
633                                 align, 0.0 0.5;
634                         }
635                 }
636                 part { name, "input_left_padding";
637                         type, RECT;
638                         scale, 1;
639                         description {
640                                 state, "default" 0.0;
641                                 min, 10 0;
642                                 fixed, 1 0;
643                                 rel1 { relative, 0.0 0.0; to, "input_bg"; offset, 2 0; }
644                                 rel2 { relative, 0.0 1.0; to, "input_bg"; }
645                                 color, 0 0 0 0;
646                                 align, 0.0 0.5;
647                         }
648                 }
649
650                 part { name, "input_sw";
651                         type, SWALLOW;
652                         description {
653                                 state, "default" 0.0;
654                                 rel1 { relative, 1.0 0.0; to, "input_left_padding"; }
655                                 rel2 { relative, 1.0 1.0; to, "input_bg"; }
656                 align, 0.0 0.5;
657                         }
658                 }
659                 part { name, "button_left_padding";
660                         type, RECT;
661                         scale, 1;
662                         description {
663                                 state, "default" 0.0;
664                                 min, 16 0;
665                                 fixed, 1 0;
666                                 rel1 { relative, 1.0 0.0; to, "input_bg"; }
667                                 rel2 { relative, 1.0 1.0; to, "input_bg"; }
668                                 align, 0.0 0.5;
669                                 color, 0 0 0 0;
670                         }
671                 }
672                 part { name, "button";
673                         type, SWALLOW;
674                         scale, 1;
675                         description {
676                                 state, "default" 0.0;
677                                 min, 120 74;
678                                 fixed, 1 1;
679                                 rel1 { relative, 1.0 0.5; to, "button_left_padding"; }
680                                 rel2 { relative, 1.0 0.5; to, "button_left_padding"; }
681                                 align, 0.0 0.5;
682                                 color, 0 0 0 0;
683                         }
684                 }
685                 part { name, "text_left_padding2";
686                         type, RECT;
687                         scale, 1;
688                         description {
689                                 state, "default" 0.0;
690                                 min, 16 0;
691                                 fixed, 1 0;
692                                 rel1 { relative, 1.0 0.0; to, "button"; }
693                                 rel2 { relative, 1.0 1.0; to, "button"; }
694                                 align, 0.0 0.0;
695                                 color, 0 0 0 0;
696                         }
697                 }
698                 part { name, "text2";
699                         type, SWALLOW;
700                         scale, 1;
701                         description {
702                                 state, "default" 0.0;
703                                 align, 0.0 0.5;
704                                 rel1 {
705                                         relative, 1.0 0.0;
706                                         to_x, "text_left_padding2"; to_y, "base";
707                                 }
708                                 rel2 {
709                                         relative, 0.0 1.0;
710                                         to_x, "right_padding"; to_y, "base";
711                                 }
712                         }
713                 }
714         }
715 }
716
717
718 group { name, "dialoguegroup/until";
719         parts {
720                 part { name, "base";
721                         type, RECT;
722                         scale, 1;
723                         description {
724                                 state, "default" 0.0;
725                                 min, 0 60;
726                                 color, 0 0 0 0;
727                         }
728                 }
729                 part { name, "left_padding";
730                         type, RECT;
731                         scale, 1;
732                         description {
733                                 state, "default" 0.0;
734                                 min, 0 0;
735                                 fixed, 1 0;
736                                 rel1.to, "base";
737                                 rel2 { relative, 0.0 1.0; to, "base"; }
738                                 align, 0.0 0.0;
739                                 color, 0 0 0 0;
740                         }
741                 }
742                 part { name, "right_padding";
743                         type, RECT;
744                         scale, 1;
745                         description {
746                                 state, "default" 0.0;
747                                 min, 10 0;
748                                 fixed, 1 0;
749                                 rel1 { relative, 1.0 0.0; to, "base"; }
750                                 rel2.to, "base";
751                                 align, 1.0 0.0;
752                                 color, 0 0 0 0;
753                         }
754                 }
755                 part { name, "bottom_padding";
756                         type, RECT;
757                         scale, 1;
758                         description {
759                                 state, "default" 0.0;
760                                 min, 0 10;
761                                 fixed, 0 1;
762                                 rel1 { relative, 0.0 1.0; to, "base"; }
763                                 rel2.to, "base";
764                                 align, 0.5 1.0;
765                                 color, 0 0 0 0;
766                         }
767                 }
768                 part { name, "content";
769                         type, SWALLOW;
770                         scale, 1;
771                         description {
772                                 state, "default" 0.0;
773                                 align, 0.0 0.5;
774                                 fixed, 1 1;
775                                 rel1 {
776                                         relative, 1.0 0.0;
777                                         to_x, "left_padding"; to_y, "base";
778                                 }
779                                 rel2 {
780                                         relative, 1.0 1.0;
781                                         to_x, "left_padding"; to_y, "base";
782                                 }
783                 align, 0.0 0.5;
784                         }
785                 }
786                 part { name, "content2_left_padding";
787                         type, RECT;
788                         scale, 1;
789                         description {
790                                 state, "default" 0.0;
791                                 min, 0 0;
792                                 fixed, 1 0;
793                                 rel1 { relative, 1.0 0.0; to_x, "content"; to_y, "base";}
794                                 rel2 { relative, 1.0 1.0; to_x, "content"; to_y, "base";}
795                                 align, 0.0 0.0;
796                                 color, 0 0 0 0;
797                         }
798                 }
799                 part { name, "content2";
800                         type, SWALLOW;
801                         scale, 1;
802                         description {
803                                 state, "default" 0.0;
804                                 //min, 180 0;
805                         //fixed, 1 1;
806                                 rel1 { relative, 1.0 0.0; to_x, "content2_left_padding"; to_y, "base";}
807                                 rel2 { relative, 0.0 1.0; to_x, "right_padding"; to_y, "base";}
808                                 align, 0.0 0.0;
809                                 color, 0 0 0 0;
810                         }
811                 }
812         }
813 }
814
815
816
817 group { name, "dialoguegroup/repeat/times";
818
819         images {
820                 image, "01_dialoguegroup_edit_default.png" COMP;
821         }
822
823         parts {
824                 part { name, "base";
825                         type, RECT;
826                         scale, 1;
827                         description {
828                                 state, "default" 0.0;
829                                 min, 0 50;
830                                 color, 0 0 0 0;
831                         }
832                 }
833                 part { name, "left_padding";
834                         type, RECT;
835                         scale, 1;
836                         description {
837                                 state, "default" 0.0;
838                                 min, 0 0;
839                                 fixed, 1 0;
840                                 rel1.to, "base";
841                                 rel2 { relative, 0.0 1.0; to, "base"; }
842                                 align, 0.0 0.0;
843                                 color, 0 0 0 0;
844                         }
845                 }
846                 part { name, "right_padding";
847                         type, RECT;
848                         scale, 1;
849                         description {
850                                 state, "default" 0.0;
851                                 min, 10 0;
852                                 fixed, 1 0;
853                                 rel1 { relative, 1.0 0.0; to, "base"; }
854                                 rel2.to, "base";
855                                 align, 1.0 0.0;
856                                 color, 0 0 0 0;
857                         }
858                 }
859
860                 part { name, "text_left_padding";
861                         type, RECT;
862                         scale, 1;
863                         description {
864                                 state, "default" 0.0;
865                                 min, 0 0;
866                                 fixed, 1 0;
867                                 rel1 {
868                                         relative, 1.0 0.5;
869                                         to_x, "content"; to_y, "base";
870                                 }
871                                 rel2 {
872                                         relative, 1.0 0.5;
873                                         to_x, "content"; to_y, "base";
874                                 }
875                                 align, 0.0 0.0;
876                                 color, 0 0 0 0;
877                         }
878                 }
879
880                 part { name, "base/custom";
881                         type, RECT;
882                         description {
883                                 state, "default" 0.0;
884                                 align, 0.0 0.5;
885                                 rel1 {
886                                         relative, 1.0 0.0;
887                                         to_x, "text_left_padding"; to_y, "base";
888                                 }
889                                 rel2 {
890                                         relative, 0.0 1.0;
891                                         to_x, "right_padding"; to_y, "base";
892                                 }
893                                 color, 0 0 0 0;
894                         }
895                 }
896                 part { name, "input_bg";
897                         scale, 1;
898                         description {
899                                 state, "default" 0.0;
900                                 min, 80 6;
901                                 fixed, 1 1;
902                                 rel1.to, "base/custom";
903                                 rel2 { relative, 0.0 1.0; to, "base/custom"; }
904                                 image {
905                                         normal, "01_dialoguegroup_edit_default.png";
906                                         border, 13 13 9 14;
907                                         border_scale, 1;
908                                 }
909                                 align, 0.0 0.5;
910                         }
911                 }
912                 part { name, "input_left_padding";
913                         type, RECT;
914                         scale, 1;
915                         description {
916                                 state, "default" 0.0;
917                                 min, 16 0;
918                                 fixed, 1 0;
919                                 rel1.to, "input_bg";
920                                 rel2 { relative, 0.0 1.0; to, "input_bg"; }
921                                 color, 0 0 0 0;
922                                 align, 0.0 0.5;
923                         }
924                 }
925                 part { name, "input_sw";
926                         type, SWALLOW;
927                         description {
928                                 state, "default" 0.0;
929                                 rel1 { relative, 1.0 0.0; to, "input_left_padding"; }
930                                 rel2.to, "input_bg";
931                         }
932                 }
933                 part { name, "content";
934                         type, SWALLOW;
935                         scale, 1;
936                         description {
937                                 state, "default" 0.0;
938                                 align, 0.0 0.5;
939                                 fixed, 1 1;
940                                 rel1 {
941                                         relative, 1.0 0.0;
942                                         to_x, "left_padding"; to_y, "base";
943                                 }
944                                 rel2 {
945                                         relative, 1.0 1.0;
946                                         to_x, "left_padding"; to_y, "base";
947                                 }
948                         }
949                 }
950
951                 part { name, "text_left_padding2";
952                         type, RECT;
953                         scale, 1;
954                         description {
955                                 state, "default" 0.0;
956                                 min, 16 0;
957                                 fixed, 1 0;
958                                 rel1 { relative, 1.0 0.0; to, "input_sw"; }
959                                 rel2 { relative, 1.0 1.0; to, "input_sw"; }
960                                 align, 0.0 0.0;
961                                 color, 0 0 0 0;
962                         }
963                 }
964
965                 part { name, "text";
966                         type, SWALLOW;
967                         scale, 1;
968                         description {
969                                 state, "default" 0.0;
970                                 align, 0.0 0.5;
971                                 rel1 {
972                                         relative, 1.0 0.0;
973                                         to_x, "text_left_padding2"; to_y, "content";
974                                 }
975                                 rel2 {
976                                         relative, 0.0 1.0;
977                                         to_x, "right_padding"; to_y, "content";
978                                 }
979                         }
980                 }
981
982         }
983 }
984
985
986 group { name, "dialoguegroup/repeat/date";
987
988         parts {
989                 part { name, "base";
990                         type, RECT;
991                         scale, 1;
992                         description {
993                                 state, "default" 0.0;
994                                 min, 0 84;
995                                 color, 0 0 0 0;
996                         }
997                 }
998                 part { name, "left_padding";
999                         type, RECT;
1000                         scale, 1;
1001                         description {
1002                                 state, "default" 0.0;
1003                                 min, 15 0;
1004                                 fixed, 1 0;
1005                                 rel1.to, "base";
1006                                 rel2 { relative, 0.0 1.0; to, "base"; }
1007                                 align, 0.0 0.0;
1008                                 color, 0 0 0 0;
1009                         }
1010                 }
1011                 part { name, "right_padding";
1012                         type, RECT;
1013                         scale, 1;
1014                         description {
1015                                 state, "default" 0.0;
1016                                 min, 10 0;
1017                                 fixed, 1 0;
1018                                 rel1 { relative, 1.0 0.0; to, "base"; }
1019                                 rel2.to, "base";
1020                                 align, 1.0 0.0;
1021                                 color, 0 0 0 0;
1022                         }
1023                 }
1024                 part { name, "content";
1025                         type, SWALLOW;
1026                         scale, 1;
1027                         description {
1028                                 state, "default" 0.0;
1029                                 align, 0.0 0.5;
1030                                 fixed, 1 1;
1031                                 rel1 {
1032                                         relative, 1.0 0.0;
1033                                         to_x, "left_padding"; to_y, "base";
1034                                 }
1035                                 rel2 {
1036                                         relative, 1.0 1.0;
1037                                         to_x, "left_padding"; to_y, "base";
1038                                 }
1039                         }
1040                 }
1041                 part { name, "content_right_padding";
1042                         type, RECT;
1043                         scale, 1;
1044                         description {
1045                                 state, "default" 0.0;
1046                                 min, 10 0;
1047                                 fixed, 1 0;
1048                                 rel1 { relative, 1.0 0.0; to_x, "content";to_y, "base"; }
1049                                 rel1 { relative, 1.0 1.0; to_x, "content";to_y, "base"; }
1050                                 align, 1.0 0.0;
1051                                 color, 0 0 0 0;
1052                         }
1053                 }
1054
1055        part { name, "content2";
1056                         type, SWALLOW;
1057                         scale, 1;
1058                         description {
1059                                 state, "default" 0.0;
1060                                 align, 0.0 0.5;
1061                                 fixed, 1 1;
1062                                 rel1 {
1063                                         relative, 1.0 0.0;
1064                                         to_x, "content_right_padding"; to_y, "base";
1065                                 }
1066                                 rel2 {
1067                                         relative, 1.0 1.0;
1068                                         to_x, "base"; to_y, "base";
1069                                 }
1070                         }
1071                 }
1072         }
1073 }
1074
1075
1076
1077 group { name, "dialoguegroup/swallow";
1078
1079         parts {
1080                 part { name, "base";
1081                         type, RECT;
1082                         description {
1083                                 state, "default" 0.0;
1084                                 color, 0 0 0 0;
1085                         }
1086                 }
1087                 part { name, "pad/top_left";
1088                         type, RECT;
1089                         scale, 1;
1090                         description {
1091                                 state, "default" 0.0;
1092                                 min, 15 25;
1093                                 fixed, 1 1;
1094                                 rel1.to, "base";
1095                                 rel2 { relative, 0.0 0.0; to, "base"; }
1096                                 align, 0.0 0.0;
1097                                 color, 0 0 0 0;
1098                         }
1099                 }
1100                 part { name, "pad/bottom_right";
1101                         type, RECT;
1102                         scale, 1;
1103                         description {
1104                                 state, "default" 0.0;
1105                                 min, 15 25;
1106                                 fixed, 1 1;
1107                                 rel1 { relative , 1.0 1.0; to, "base"; }
1108                                 rel2.to, "base";
1109                                 align, 1.0 1.0;
1110                                 color, 0 0 0 0;
1111                         }
1112                 }
1113
1114                 part { name, "content";
1115                         type, SWALLOW;
1116                         description {
1117                                 state, "default" 0.0;
1118                                 align, 1.0 0.5;
1119                                 rel1 {
1120                                         relative, 1.0 1.0;
1121                                         to, "pad/top_left";
1122                                 }
1123                                 rel2 {
1124                                         relative, 0.0 0.0;
1125                                         to, "pad/bottom_right";
1126                                 }
1127                         }
1128                 }
1129         }
1130 }
1131
1132 group { name, "dialoguegroup/textblock";
1133
1134         styles {
1135                 style { name, "dialoguegroup_textblock";
1136                         base, "font=SLP:style=Roman font_size=28 color=#000000ff wrap=char";
1137                         tag,  "br" "\n";
1138                         tag,  "ps" "ps";
1139                         tag,  "hilight" "+ font=SLP:style=Bold";
1140                         tag,  "b" "+ font=SLP:style=Bold";
1141                         tag,  "tab" "\t";
1142                 }
1143                 style { name, "dialoguegroup_textblock_white";
1144                         base, "font=SLP:style=Roman font_size=28 color=#ffffffff wrap=char";
1145                         tag,  "br" "\n";
1146                         tag,  "ps" "ps";
1147                         tag,  "hilight" "+ font=SLP:style=Bold";
1148                         tag,  "b" "+ font=SLP:style=Bold";
1149                         tag,  "tab" "\t";
1150                 }
1151         }
1152
1153         parts {
1154                 part { name, "base";
1155                         type, RECT;
1156                         scale, 1;
1157                         description {
1158                                 state, "default" 0.0;
1159                                 color, 0 0 0 0;
1160                                 min, 0 80;
1161                         }
1162                 }
1163                 part { name, "left_padding";
1164                         type, RECT;
1165                         scale, 1;
1166                         description {
1167                                 state, "default" 0.0;
1168                                 min, 15 0;
1169                                 fixed, 1 0;
1170                                 rel1.to, "base";
1171                                 rel2 { relative, 0.0 1.0; to, "base"; }
1172                                 align, 0.0 0.0;
1173                                 color, 0 0 0 0;
1174                         }
1175                 }
1176                 part { name, "right_padding";
1177                         type, RECT;
1178                         scale, 1;
1179                         description {
1180                                 state, "default" 0.0;
1181                                 min, 15 0;
1182                                 fixed, 1 0;
1183                                 rel1 { relative , 1.0 0.0; to, "base"; }
1184                                 rel2.to, "base";
1185                                 align, 1.0 0.0;
1186                                 color, 0 0 0 0;
1187                         }
1188                 }
1189                 part { name, "top_padding";
1190                         type, RECT;
1191                         scale, 1;
1192                         description {
1193                                 state, "default" 0.0;
1194                                 min, 0 10;
1195                                 fixed, 0 1;
1196                                 rel1.to, "base";
1197                                 rel2 { relative, 1.0 0.0; to, "base"; }
1198                                 align, 0.0 0.0;
1199                                 color, 0 0 0 0;
1200                         }
1201                 }
1202                 part { name, "bottom_padding";
1203                         type, RECT;
1204                         scale, 1;
1205                         description {
1206                                 state, "default" 0.0;
1207                                 min, 0 10;
1208                                 fixed, 0 1;
1209                                 rel1 { relative , 0.0 1.0; to, "base"; }
1210                                 rel2.to, "base";
1211                                 align, 0.0 1.0;
1212                                 color, 0 0 0 0;
1213                         }
1214                 }
1215
1216                 part { name, "text";
1217                         type, TEXTBLOCK;
1218                         scale, 1;
1219                         description {
1220                                 state, "default" 0.0;
1221                                 align, 1.0 0.5;
1222                                 rel1 {
1223                                         relative, 1.0 1.0;
1224                                         to_x, "left_padding";
1225                                         to_y, "top_padding";
1226                                 }
1227                                 rel2 {
1228                                         relative, 0.0 0.0;
1229                                         to_x, "right_padding";
1230                                         to_y, "bottom_padding";
1231                                 }
1232                                 text {
1233                                         style, "dialoguegroup_textblock";
1234                                         min, 1 0;
1235                                 }
1236                         }
1237                         description {
1238                                 state, "pressed" 0.0;
1239                                 inherit, "default" 0.0;
1240                                 text.style, "dialoguegroup_textblock_white";
1241                         }
1242                 }
1243
1244                 part { name, "evt";
1245                         type, RECT;
1246                         description {
1247                                 state, "default" 0.0;
1248                                 rel1.to, "base";
1249                                 rel2.to, "base";
1250                                 color, 0 0 0 0;
1251                         }
1252                 }
1253         }
1254
1255         programs {
1256                 program { name, "text/down";
1257                         signal, "mouse,down,1";
1258                         source, "evt";
1259                         action, STATE_SET "pressed" 0.0;
1260                         target, "text";
1261                 }
1262                 program { name, "text/up";
1263                         signal, "mouse,up,1";
1264                         source, "evt";
1265                         action, STATE_SET "default" 0.0;
1266                         target, "text";
1267                 }
1268         }
1269 }
1270
1271 group { name, "dialoguegroup/location";
1272
1273         parts {
1274                 part { name, "base";
1275                         type, RECT;
1276                         description {
1277                                 state, "default" 0.0;
1278                                 color, 0 0 0 0;
1279                         }
1280                 }
1281                 part { name, "pad/right";
1282                         type, RECT;
1283                         scale, 1;
1284                         description {
1285                                 state, "default" 0.0;
1286                                 min, 15 0;
1287                                 fixed, 1 0;
1288                                 rel1 { relative , 1.0 1.0; to, "base"; }
1289                                 rel2.to, "base";
1290                                 align, 1.0 1.0;
1291                                 color, 0 0 0 0;
1292                         }
1293                 }
1294
1295                 part { name, "editfield/sw";
1296                         type, SWALLOW;
1297                         description {
1298                                 state, "default" 0.0;
1299                                 align, 1.0 0.5;
1300                                 rel1.to, "base";
1301                                 rel2.to, "base";
1302                         }
1303                 }
1304         }
1305 }
1306
1307 //base 690x850
1308 //HD size 720x1280
1309 #define HEIGHT_OF_LIST_VIEW 920
1310
1311
1312 group { name, "list/base";
1313
1314         parts {
1315
1316                 part { name, "base";
1317                         type, SWALLOW;
1318                         description {
1319                                 state, "default" 0.0;
1320                                 color, 0 0 0 0;
1321                                 align: 0.0 0.0;
1322                         }
1323                 }
1324
1325                 part {name, "searchbar";
1326                         type, SWALLOW;
1327                                 mouse_events, 1;
1328                                 scale, 1;
1329                         description {
1330                                         state: "default" 0.0;
1331                                         min: 460 106;
1332                                         fixed: 1 1;
1333                                 align: 0.0 0.0;
1334                                         rel1 { relative: 0.0 0.0; to: "base";}
1335                                         rel2 { relative: 1.0 0.0; to: "base";}
1336                                         visible, 1;
1337                         }
1338                         description {
1339                                 state: "hide" 0.0;
1340                                 inherit: "default" 0.0;
1341                                 min: 0 0;
1342                                 align: 0.0 0.0;
1343                                 rel1 { relative: 0.0 0.0; to: "base";}
1344                                 rel2 { relative: 0.0 0.0; to: "base";}
1345                                 visible: 0;
1346                         }
1347                 }
1348
1349                 part { name, "sw";
1350                         type, SWALLOW;
1351                         description {
1352                                 state, "default" 0.0;
1353                                 rel1 { relative: 0.0 1.0; to: "searchbar"; }
1354                                 rel2.to, "base";
1355                                 visible, 1;
1356                         }
1357                 }
1358         }
1359
1360         programs {
1361                 program {
1362                         name: "show";
1363                         signal: "searchbar,show";
1364                         action: STATE_SET "default" 0.0;
1365                         target: "searchbar";
1366                         source: "prog";
1367                 }
1368                 program {
1369                         name: "hide";
1370                         signal: "searchbar,hide";
1371                         action: STATE_SET "hide" 0.0;
1372                         target: "searchbar";
1373                         source: "prog";
1374                 }
1375         }
1376 }
1377
1378 group { name, "rect/empty";
1379         parts {
1380                 part { name, "base";
1381                         type, RECT;
1382                         description {
1383                                 state, "default" 0.0;
1384                                 color, 0 0 0 20;
1385                         }
1386                 }
1387         }
1388 }
1389
1390
1391 group { name, "dialoguegroup/allday";
1392
1393         parts {
1394                 part { name, "base";
1395                         type, RECT;
1396                         scale, 1;
1397                         description {
1398                                 state, "default" 0.0;
1399                                 min, 0 100;
1400                                 color, 0 0 0 0;
1401                         }
1402                 }
1403                 part { name, "left_padding";
1404                         type, RECT;
1405                         scale, 1;
1406                         description {
1407                                 state, "default" 0.0;
1408                                 min, 0 0;
1409                                 fixed, 1 0;
1410                                 rel1.to, "base";
1411                                 rel2 { relative, 0.0 1.0; to, "base"; }
1412                                 align, 0.0 0.0;
1413                                 color, 0 0 0 0;
1414                         }
1415                 }
1416                 part { name, "right_padding";
1417                         type, RECT;
1418                         scale, 1;
1419                         description {
1420                                 state, "default" 0.0;
1421                                 min, 0 0;
1422                                 fixed, 1 0;
1423                                 rel1 { relative, 1.0 0.0; to, "base"; }
1424                                 rel2.to, "base";
1425                                 align, 1.0 0.0;
1426                                 color, 0 0 0 0;
1427                         }
1428                 }
1429         part { name: "elm.padding.icon.left";
1430            type: RECT;
1431            scale: 1;
1432            description { state: "default" 0.0;
1433               min: 10 0;
1434               fixed: 1 0;
1435               visible: 0;
1436               rel1 {
1437                  relative: 0.0 0.0;
1438                  to_x: "content";
1439               }
1440               rel2.to_x: "content";
1441               align: 1.0 0.0;
1442            }
1443         }
1444         part { name: "content";
1445            type: SWALLOW;
1446            scale: 1;
1447            description { state: "default" 0.0;
1448               align: 1.0 0.5;
1449               fixed: 1 1;
1450               rel1 {
1451                  relative: 0.0 0.0;
1452                  offset: 0 0;
1453                  to_x: "right_padding";
1454                  to_y: "base";
1455               }
1456               rel2 {
1457                  relative: 0.0 1.0;
1458                  offset: 0 0;
1459                  to_x: "right_padding";
1460                  to_y: "base";
1461               }
1462            }
1463         }
1464         part { name: "text";
1465            type: TEXT;
1466            mouse_events: 0;
1467            scale: 1;
1468            description { state: "default" 0.0;
1469               align: 0.0 0.0;
1470               rel1 {
1471                  relative: 1.0 0.0;
1472                  offset: 0 0;
1473                  to_x: "left_padding";
1474                  to_y: "base";
1475               }
1476               rel2 {
1477                  relative: 0.0 1.0;
1478                  offset: 0 0;
1479                  to_x: "elm.padding.icon.left";
1480                  to_y: "base";
1481               }
1482               color: 0 0 0 255;
1483               text {
1484                  font: "SLP:style=Roman";
1485                  size: 40;
1486                  min: 0 1;
1487                  align: 0.0 0.5;
1488               }
1489            }
1490         }
1491
1492
1493         }
1494 }
1495
1496 group {
1497         name: "ug_effect_sample";
1498         parts {
1499                 part {
1500                         name: "clip";
1501                         type: RECT;
1502                         description {
1503                         state: "default" 0.0;
1504                         rel1 { relative: 1 0; }
1505                         rel2 { relative: 2 1; }
1506                         color: 255 255 255 0;
1507                 }
1508                         description {
1509                                 state: "show" 0.0;
1510                                 rel1 { relative: 0 0; }
1511                                 rel2 { relative: 1 1; }
1512                                 color: 255 255 255 255;
1513                         }
1514                 }
1515                 part {
1516                         name: "elm.swallow.content";
1517                         type: SWALLOW;
1518                         clip_to: "clip";
1519                         description {
1520                                 rel1.to: "clip";
1521                                 rel2.to: "clip";
1522                         }
1523                 }
1524                 part {
1525                         name: "event_blocker";
1526                         description {
1527                         state: "default" 0.0;
1528                         rel1.to: "clip";
1529                         rel2.to: "clip";
1530                         visible: 1;
1531                         }
1532                         description {
1533                                 state: "show" 0.0;
1534                                 inherit: "default" 0.0;
1535                         }
1536                         description {
1537                                 state: "disabled" 0.0;
1538                                 inherit: "default" 0.0;
1539                                 visible: 0;
1540                         }
1541                 }
1542         }
1543         programs {
1544                 program {
1545                         name: "show";
1546                         signal: "elm,state,show";
1547                         action: STATE_SET "show" 0.0;
1548                         target: "clip";
1549                         target: "event_blocker";
1550                         transition: "DECELERATE" 1.2;
1551                         after: "show_end";
1552                 }
1553
1554                 program {
1555                         name: "hide";
1556                         signal: "elm,state,hide";
1557                         action: STATE_SET "default" 0.0;
1558                         target: "clip";
1559                         target: "event_blocker";
1560                         transition: "DECELERATE" 1.0;
1561                         after: "hide_end";
1562                 }
1563                 program {
1564                         name: "disable_event_blocker";
1565                         signal: "elm,state,blocker,disabled";
1566                         action: STATE_SET "disabled" 0.0;
1567                         target: "event_blocker";
1568                 }
1569                 program {
1570                         name: "disable_blocker";
1571                         action: SIGNAL_EMIT "elm,state,blocker,disabled" "";
1572                 }
1573                 program {
1574                         name: "show_end";
1575                         action: SIGNAL_EMIT "elm,action,show,finished" "";
1576                         after: "disable_blocker";
1577                 }
1578                 program {
1579                         name: "hide_end";
1580                         action: SIGNAL_EMIT "elm,action,hide,finished" "";
1581                         after: "disable_blocker";
1582                 }
1583         }
1584 }
1585
1586 group { name: "popup_center_text_progressview";
1587         parts{
1588                 part { name: "pad_t";
1589                         scale : 1;
1590                         mouse_events: 0;
1591                         repeat_events: 1;
1592                         description { state: "default" 0.0;
1593                                 align: 0.5 0.0;
1594                                 min: 0 14;
1595                                 fixed: 0 1;
1596                                 rel1 {
1597                                         relative: 1.0 0.0;
1598                                         to_x: "pad_l";
1599                                 }
1600                                 rel2 {
1601                                         relative: 0.0 0.0;
1602                                         to_x: "pad_r";
1603                                 }
1604                         }
1605                 }
1606                 part { name: "pad_l";
1607                         scale: 1;
1608                         description { state: "default" 0.0;
1609                                 min : 10 0;
1610                                 fixed: 1 0;
1611                                 rel1 {
1612                                         relative: 0.0 0.0;
1613                                 }
1614                                 rel2 {
1615                                         relative: 0.0 1.0;
1616                                 }
1617                                 align: 0.0 0.0;
1618                         }
1619                 }
1620                 part { name: "pad_r";
1621                         scale: 1;
1622                         description { state: "default" 0.0;
1623                                 min : 10 0;
1624                                 fixed: 1 0;
1625                                 rel1 {
1626                                         relative: 1.0 0.0;
1627                                 }
1628                                 rel2 {
1629                                         relative: 1.0 1.0;
1630                                 }
1631                                 align: 1.0 0.0;
1632                         }
1633                 }
1634                 part{ name:"elm.swallow.content";
1635                         type: SWALLOW;
1636                         scale : 1;
1637                         description { state: "default" 0.0;
1638                                 min: 300 0;
1639                                 align: 0.5 0.5;
1640                                 fixed: 1 0;
1641                                 rel1 {
1642                                         relative: 0.5 1.0;
1643                                         to: "pad_t";
1644                                 }
1645                                 rel2 {
1646                                         relative: 0.5 0.0;
1647                                         to: "pad_b";
1648                                 }
1649                         }
1650                 }
1651                 part { name: "pad_b";
1652                         scale : 1;
1653                         mouse_events: 0;
1654                         repeat_events: 1;
1655                         description { state: "default" 0.0;
1656                                 align: 0.5 1.0;
1657                                 min: 0 90;
1658                                 fixed: 0 1;
1659                                 rel1 {
1660                                         relative: 1.0 1.0;
1661                                         to_x: "pad_l";
1662                                 }
1663                                 rel2 {
1664                                         relative: 0.0 1.0;
1665                                         to_x: "pad_r";
1666                                 }
1667                         }
1668                 }
1669                 part { name: "elm.swallow.end";
1670                         type: SWALLOW;
1671                         scale : 1;
1672                         mouse_events: 1;
1673                         repeat_events: 1;
1674                         description { state: "default" 0.0;
1675                                 align: 0.0 0.0;
1676                                 fixed: 1 1;
1677                                 rel1 {
1678                                         relative: 0.0 0.0;
1679                                         to: "pad_b";
1680                                 }
1681                                 rel2 {
1682                                         relative: 1.0 1.0;
1683                                         to: "pad_b";
1684                                 }
1685                         }
1686                 }
1687                 part { name: "pad_bm";
1688                         scale : 1;
1689                         mouse_events: 0;
1690                         repeat_events: 1;
1691                         description { state: "default" 0.0;
1692                                 align: 0.0 1.0;
1693                                 min: 0 52;
1694                                 fixed: 0 1;
1695                                 rel1 {
1696                                         relative: 0.0 1.0;
1697                                         to: "pad_b";
1698                                 }
1699                                 rel2 {
1700                                         relative: 1.0 1.0;
1701                                         to: "pad_b";
1702                                 }
1703                         }
1704                 }
1705                 part { name: "elm.text.subtext1";
1706                         type: TEXT;
1707                         scale : 1;
1708                         description { state: "default" 0.0;
1709                                 text {
1710                                         font: "SLP:style=Medium";
1711                                         size: 16;
1712                                         min: 0 0;
1713                                         align: 0.0 1.0;
1714                                 }
1715                                 color: 108 108 108 255;
1716                                 align: 0.0 0.5;
1717                                 rel1 {
1718                                         relative: 0.0 0.0;
1719                                         to: "pad_bm";
1720                                 }
1721                                 rel2 {
1722                                         relative: 1.0 1.0;
1723                                         to: "pad_bm";
1724                                 }
1725                         }
1726                 }
1727                 part { name: "elm.text.subtext2";
1728                         type: TEXT;
1729                         scale : 1;
1730                         description { state: "default" 0.0;
1731                                 text {
1732                                         font: "SLP:style=Medium";
1733                                         size: 16;
1734                                         min: 0 0;
1735                                         align: 1.0 1.0;
1736                                 }
1737                                 color: 108 108 108 255;
1738                                 align: 1.0 0.5;
1739                                 rel1 {
1740                                         relative: 0.0 0.0;
1741                                         to: "pad_bm";
1742                                 }
1743                                 rel2 {
1744                                         relative: 1.0 1.0;
1745                                         to: "pad_bm";
1746                                 }
1747                         }
1748                 }
1749         }
1750 }
1751
1752 group { name, "dialoguegroup/datetime";
1753
1754         parts {
1755                 part { name, "base";
1756                         type, RECT;
1757                         scale, 1;
1758                         description {
1759                                 state, "default" 0.0;
1760                                 min, 0 100;
1761                                 color, 0 0 0 0;
1762                         }
1763                 }
1764                 part { name, "left_padding";
1765                         type, RECT;
1766                         scale, 1;
1767                         description {
1768                                 state, "default" 0.0;
1769                                 min, 30 0;
1770                                 fixed, 1 0;
1771                                 rel1.to, "base";
1772                                 rel2 {
1773                                         relative: 0.0 1.0;
1774                                         to: "base";
1775                                 }
1776                                 align, 0.0 0.0;
1777                                 color, 0 0 0 0;
1778                         }
1779                 }
1780                 part { name, "right_padding";
1781                         type, RECT;
1782                         scale, 1;
1783                         description {
1784                                 state, "default" 0.0;
1785                                 min, 30 0;
1786                                 fixed, 1 0;
1787                                 rel1 {
1788                                         relative: 1.0 0.0;
1789                                         to: "base";
1790                                 }
1791                                 rel2.to, "base";
1792                                 align, 1.0 0.0;
1793                                 color, 0 0 0 0;
1794                         }
1795                 }
1796         part { name: "elm.text";
1797            type: TEXT;
1798            scale: 1;
1799                    mouse_events: 0;
1800            description { state: "default" 0.0;
1801                                 min: 50 20;
1802                                 fixed: 1 1;
1803                                 visible: 1;
1804                                 rel1 {
1805                                         relative: 0.0 0.1;
1806                                         to_x: "left_padding";
1807                                 }
1808                                 rel2 {
1809                                         relative: 1.0 0.1;
1810                                         to_y: "left_padding";
1811                                 }
1812                                 align: 0.0 0.2;
1813                                 color: 165 165 165 255;
1814                                 text {
1815                                         font: "SLP:style=Roman";
1816                                         size: 33;
1817                                         min: 0 1;
1818                                         align: 0.0 0.5;
1819                                 }
1820                         }
1821                 }
1822         part { name: "elm.icon";
1823                         type: SWALLOW;
1824                         scale: 1;
1825                         description { state: "default" 0.0;
1826                                 align: 1.0 0.5;
1827                                 fixed: 1 1;
1828                                 rel1 {
1829                                         relative: 0.0 1.0;
1830                                         offset: 0 0;
1831                                         to_x: "left_padding";
1832                                         to_y: "elm.text";
1833                                 }
1834                                 rel2 {
1835                                         relative: 0.0 1.0;
1836                                         offset: 0 0;
1837                                         to_x: "right_padding";
1838                                         to_y: "base";
1839                                 }
1840                         }
1841         }
1842         }
1843 }