Fix the issue about NFC's parameter
[apps/core/preloaded/settings.git] / resource / setting-theme.edc
1 /*
2  * setting
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
5  *
6  * Contact: MyoungJune Park <mj2004.park@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 #include "../setting-common/include/setting-common-data-edj-define.h"
23
24 images
25 {
26 }
27
28 collections
29 {
30         styles
31         {
32                 style
33                 {
34                         name: "textblock_style";
35                         base: "font=HelveN_Asia font_size=30 align=left color=#ffffff wrap=char";
36                         tag:  "br" "\n";
37                         tag:  "hilight" "+ font=HelveN_Asia:style=Bold";
38                         tag:  "b" "+ font=HelveN_Asia:style=Bold";
39                         tag:  "whitecolor" "+ color=#ffffff";
40                         tag:  "tab" "\t";
41                 }
42                 style
43                 {
44                         name: "description_style";
45                         base: "font=SLP:style=Roman font_size=24 align=left color=#ff0000 wrap=mixed";
46                         tag:  "br" "\n";
47                         tag:  "hilight" "+ font=SLP:style=Regular";
48                         tag:  "b" "+ font=SLP:style=Regular";
49                         tag:  "whitecolor" "+ color=#ffffff";
50                         tag:  "tab" "\t";
51                 }
52         }
53         group {
54                 name: "search_layout";
55
56                 parts {
57                         /* background */
58                         part {
59                                 name: "bg";
60                                 type: RECT;
61                                 scale: 1;
62                                 description {
63                                         state: "default" 0.0;
64                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
65                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
66                                         color: 0 0 0 0;
67                                 }
68                         }
69                         part {
70                                 name: "bg_swallow";
71                                 type: SWALLOW;
72                                 mouse_events: 0;
73                                 scale: 1;
74                                 description {
75                                         state: "default" 0.0;
76                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
77                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
78                                 }
79                         }
80
81                         /******Begin adding middle icon and its text*******/
82                         part { name: "middle_icon_text";/*middle allign*/
83                                     type: TEXT;
84                                     scale: 1;
85                                     description { state: "default" 0.0;
86                                            align: 0.5 1.0;
87                                            rel1 { relative: 0.0 0.54; offset: 0 0; to: "bg"; }
88                                            rel2 { relative: 1.0 0.6; offset: 0 0; to: "bg"; }
89
90                                        color: 0 255 0 255;
91                                        text
92                                            {
93                                                   font: "SLP:style=Regular";
94                                                   text_class:"slp_regular";
95                                                   size: 32;
96                                                   min: 0 0;
97                                                   align: 0.5 0.5;
98                                        }
99                                 }
100                         }
101
102                         part {
103                                 name: "middle_icon";
104                                 type: SWALLOW;
105                                 mouse_events: 1;
106                                 scale: 1;
107                                 description {
108                                         state: "default" 0.0;
109                                         //min: 130 116;
110                                         fixed: 1 1;
111                                         align: 0.5 0.5;
112                                         rel1 { relative: 0.33 0.6; offset: 0 0; to: "bg"; }
113                                         rel2 { relative: 0.66 0.8; offset: 0 0; to: "bg"; }
114                                 }
115                         }
116
117                         /******End adding middle icon and its text*******/
118
119                         /* search area swallow */
120                         part {
121                                 name: "search_bar";
122                                 type: SWALLOW;
123                                 mouse_events: 1;
124                                 scale: 1;
125                                 description {
126                                         state: "default" 0.0;
127                                         min: 0 ITEM_Y_DEN;
128                                         fixed: 1 1;
129                                         align: 0.0 0.0;
130                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
131                                         rel2 { relative: 1.0 0.0; offset: 0 0; to: "bg"; }
132                                 }
133                         }
134
135                         /* genlist swallow */
136                         part {
137                                 name: "search_list";
138                                 type: SWALLOW;
139                                 mouse_events: 1;
140                                 scale: 1;
141                                 description {
142                                         state: "default" 0.0;
143                                         align: 0.0 0.0;
144                                         //rel1 { relative: 0.0 1.0; offset: 0 0; to: "search_bar"; }
145                                         rel1 { relative: 0.0 1.0; offset: 0 1; to: "search_bar"; }
146                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
147                                 }
148                         }
149
150                         part {
151                                 name: "search_list2";
152                                 type: SWALLOW;
153                                 mouse_events: 1;
154                                 scale: 1;
155                                 description {
156                                         state: "default" 0.0;
157                                         align: 0.0 0.0;
158                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
159                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
160
161                                 }
162                         }
163
164                 } // end of parts
165         }
166
167         group
168         {
169                 name:"thumbnail_icon2";
170                 min: 110 50;
171                 max: 121 55;
172                 parts
173                 {
174                         part
175                         {
176                                 name:"checkbox";
177                                 type:SWALLOW;
178                                 scale: 1;
179                                 description
180                                 {
181                                         state: "default" 0.0;
182                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
183                                         rel2 { relative: 0.45 1.0; offset: 0 0;}
184                                 }
185                         }
186                         part
187                         {
188                                 name: "space";
189                                 type: RECT;
190                                 scale: 1;
191                                 description
192                                 { state: "default" 0.0;
193                                    min: 45 0;
194                                    fixed: 1 0;
195                                    rel1
196                                    {
197                                           relative: 1.0 0.0;
198                                           to_x: "checkbox";
199                                    }
200                                    rel2.to_x: "checkbox";
201                                    color: 0 0 0 0;
202                                    align: 0.0 0.0;
203                                 }
204
205                         }
206                         part
207                         {
208                                 name:"thumbnail";
209                                 type:SWALLOW;
210                                 scale: 1;
211                                 description
212                                 {
213                                         state: "default" 0.0;
214                                         rel1 { relative: 0.45 0.0; offset: 0 0;}
215                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
216                                 }
217                         }
218                 }
219         }
220
221         group {
222                 name: "wallpaper_layout";
223                 #define FONT_SIZE 24
224                 parts {
225                         /* background */
226                         part {
227                                 name: "bg";
228                                 type: RECT;
229                                 scale: 1;
230                                 description {
231                                         state: "default" 0.0;
232                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
233                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
234                                         color: 0 0 0 0;
235                                 }
236                         }
237                         part {
238                                 name: "bg_swallow";
239                                 type: SWALLOW;
240                                 mouse_events: 0;
241                                 scale: 1;
242                                 description {
243                                         state: "default" 0.0;
244                                         align: 0.0 0.0;
245                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
246                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
247                                         //color: 0 0 0 0;
248                                 }
249                         }
250
251                         part {
252                                 name: "left_swallow_bg";
253                                 type: RECT;
254                                 scale: 1;
255                                 description {
256                                         state: "default" 0.0;
257                                         rel1 { relative: 16/720 30/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
258                                         rel2 { relative: 352/720 630/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
259                                         color: 0 0 0 0;
260                                 }
261                                 /*
262                                 description {
263                                         state: "pressed" 0.0;
264                                         inherit: "default" 0.0;
265                                         color: 255 102 28 255;
266                                 }*/
267                         }
268
269                         part {
270                                 name: "left_swallow";
271                                 type: SWALLOW;
272                                 mouse_events: 1;
273                                 scale: 1;
274                                 description {
275                                         state: "default" 0.0;
276                                         align: 0.5 0.5;
277                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "left_swallow_bg"; }
278                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "left_swallow_bg"; }
279
280                                 }
281                         }
282                 part { name: "left_text";
283                             type: TEXT;
284                             scale: 1;
285                             description { state: "default" 0.0;
286                                    align: 0.5 0.5;
287                                    rel1 { relative: 16/720 652/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
288                                    rel2 { relative: 352/720 690/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
289
290                                color: 0 0 0 255;
291                                text
292                                    {
293                                           font: "SLP:style=Regular";
294                                           text_class:"slp_regular";
295                                           size: FONT_SIZE;
296                                           min: 0 0;
297                                           align: 0.5 0.5;
298                                }
299                             }
300                                 /*Support other theme display*/
301                                 description {
302                                         state: "white" 0.0;
303                                         inherit: "default" 0.0;
304                                         color: 255 255 255 255;//white color
305                                 }
306
307                         }
308
309                         part {
310                                 name: "right_swallow_bg";
311                                 type: RECT;
312                                 scale: 1;
313                                 description {
314                                         state: "default" 0.0;
315                                         rel1 { relative: 368/720 30/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
316                                         rel2 { relative: 704/720 630/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
317                                         color: 0 0 0 0;
318                                 }
319                                 /*description {
320                                         state: "pressed" 0.0;
321                                         inherit: "default" 0.0;
322                                         color: 255 102 28 255;
323                                 }*/
324                         }
325
326                         part {
327                                 name: "right_swallow";
328                                 type: SWALLOW;
329                                 mouse_events: 1;
330                                 scale: 1;
331                                 description {
332                                         state: "default" 0.0;
333                                         align: 0.5 0.5;
334                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "right_swallow_bg"; }
335                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "right_swallow_bg"; }
336                                 }
337                         }
338                 part { name: "right_text";
339                             type: TEXT;
340                             scale: 1;
341                             description { state: "default" 0.0;
342                                    align: 0.5 0.5;
343                                    rel1 { relative: 368/720 652/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
344                                    rel2 { relative: 704/720 690/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
345
346                                    color: 0 0 0 255;
347                                text
348                                    {
349                                           font: "SLP:style=Regular";
350                                           text_class:"slp_regular";
351                                           size: FONT_SIZE;
352                                           min: 0 0;
353                                           align: 0.5 0.5;
354                                }
355                             }
356                                 description {
357                                         state: "white" 0.0;
358                                         inherit: "default" 0.0;
359                                         color: 255 255 255 255;//white color
360                                 }
361                         }
362
363                         part {
364                                 name: "btn";
365                                 type: SWALLOW;
366                                 mouse_events: 1;
367                                 scale: 1;
368                                 description {
369                                         state: "default" 0.0;
370                                         align: 0.0 0.0;
371                                         rel1 { relative: 16/720 712/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
372                                         rel2 { relative: 704/720 786/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
373                                 }
374                         }
375
376                         part {
377                                 name: "lock_btn";
378                                 type: SWALLOW;
379                                 mouse_events: 1;
380                                 scale: 1;
381                                 description {
382                                         state: "default" 0.0;
383                                         align: 0.0 0.0;
384                                         rel1 { relative: 16/720 818/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
385                                         rel2 { relative: 704/720 892/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
386                                 }
387                         }
388
389                 } // end of parts
390             programs {
391                         program { name: "left_mouse_press,";
392                             signal: "mouse,down,1";
393                             source: "left_swallow_bg";
394                                 //action: STATE_SET "default" 0.0;
395                             script {
396                                 set_state(PART:"right_swallow_bg", "default", 0.0);
397                                         set_state(PART:"left_swallow_bg", "pressed", 0.0);
398                             }
399                         }
400
401                         program { name: "right_mouse_press,";
402                             signal: "mouse,down,1";
403                             source: "right_swallow_bg";
404                                 //action: STATE_SET "default" 0.0;
405                             script {
406                                 set_state(PART:"right_swallow_bg", "pressed", 0.0);
407                                         set_state(PART:"left_swallow_bg", "default", 0.0);
408                             }
409                         }
410
411             /*Support other theme display*/
412             program {//black theme need white text
413                     name: "Change_non_white_theme";
414                     signal: "change,non-white,theme";
415                     source: "elm";
416                     action: STATE_SET "white" 0.0;
417                     target: "left_text";
418                     target: "right_text";
419             }
420
421
422                 }
423
424         }
425
426         group
427         {
428         name: "selinfo_bottom";
429
430         parts {
431                 part {
432                         name: "background";
433                         type: RECT;
434                         scale: 1;
435                         description {
436                                 state: "default" 0.0;
437                                 rel1 { relative: 0.0 0.0; }
438                                 rel2 { relative: 1.0 1.0; }
439                                 color: 0 0 0 0;
440                         }
441                 }
442
443                 part {
444                         name: "elm.swallow.contents";
445                         type: SWALLOW;
446                         scale: 1;
447                         description {
448                                 state: "default" 0.0;
449                                 rel1 { relative: 0.0 0.0; to: "background"; }
450                                 rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
451                         }
452                 }
453
454                 part {
455                         name: "bottom_padding";
456                         type: RECT;
457                         scale: 1;
458                         description {
459                                 state: "default" 0.0;
460                                 min: 0 0;
461                                 fixed: 0 1;
462                                 align: 0.5 1.0;
463                                 rel1 { relative: 0.0 1.0; to: "background"; }
464                                 rel2 { relative: 1.0 1.0; to: "background"; }
465                                 color: 0 0 0 0;
466                         }
467                         description {
468                                 state: "padding" 0.0;
469                                 inherit: "default" 0.0;
470                                 min: 0 5; // 66+4+12
471                         }
472                 }
473         }
474
475         programs {
476                 program {
477                         name: "bottom_padding_content_area";
478                         signal: "elm,layout,content,bottom_padding";
479                         source: "layout";
480                         action: STATE_SET "padding" 0.0;
481                         target: "bottom_padding";
482                 }
483                 program {
484                         name: "default_content_area";
485                         signal: "elm,layout,content,default";
486                         source: "layout";
487                         action: STATE_SET "default" 0.0;
488                         target: "bottom_padding";
489                 }
490         }
491         }
492
493         group { name: "popup_checkview";
494            parts{
495               part { name: "pad_t";
496                  scale : 1;
497                  mouse_events: 0;
498                  repeat_events: 1;
499                  description { state: "default" 0.0;
500                     align: 0.5 0.0;
501                     min: 0 22;
502                     fixed: 0 1;
503                     rel1 {
504                        relative: 1.0 0.0;to_x: "pad_l";
505                     }
506                     rel2 {
507                        relative: 0.0 0.0;to_x: "pad_r";
508                     }
509                  }
510               }
511               part { name: "pad_l";
512                  scale: 1;
513                  description { state: "default" 0.0;
514                     min : 16 0;
515                     fixed: 1 0;
516                     rel1 {
517                        relative: 0.0 0.0;
518                     }
519                     rel2 {
520                        relative: 0.0 1.0;
521                     }
522                     align: 0.0 0.0;
523                  }
524               }
525               part { name: "pad_r";
526                  scale: 1;
527                  description { state: "default" 0.0;
528                     min : 16 0;
529                     fixed: 1 0;
530                     rel1 {
531                        relative: 1.0 0.0;
532                     }
533                     rel2 {
534                        relative: 1.0 1.0;
535                     }
536                     align: 1.0 0.0;
537                  }
538               }
539               part{ name:"elm.swallow.content";
540                  type: SWALLOW;
541                  scale : 1;
542                  description { state: "default" 0.0;
543                     min: 380 0;
544                     align: 0.5 0.5;
545                     fixed: 1 0;
546                     rel1 {
547                        relative: 0.5 1.0;
548                        to: "pad_t";
549                     }
550                     rel2 {
551                        relative: 0.5 0.0;
552                        to: "pad_b";
553                     }
554                  }
555               }
556               part { name: "pad_b";
557                  scale : 1;
558                  mouse_events: 0;
559                  description { state: "default" 0.0;
560                     align: 0.5 1.0;
561                     min: 0 66;
562                     fixed: 0 1;
563                     rel1 {
564                        relative: 1.0 1.0;to_x: "pad_l";
565                     }
566                     rel2 {
567                        relative: 0.0 1.0;to_x: "pad_r";
568                     }
569                  }
570               }
571               part { name: "elm.swallow.end";
572                  type: SWALLOW;
573                  scale : 1;
574                  mouse_events: 1;
575                  repeat_events: 1;
576                  description { state: "default" 0.0;
577                     align: 0.0 0.5;
578                     rel1 {
579                        relative: 0.18 0.0;
580                        to: "pad_b";
581                     }
582                     rel2 {
583                        relative: 1.0 1.0;
584                        to: "pad_b";
585                     }
586                  }
587               }
588               part { name: "elm.text";
589                  type: TEXT;
590                  scale : 1;
591                  description { state: "default" 0.0;
592                     text {
593                        font: "SLP:style=Medium";
594                        size: 24;
595                        min: 0 0;
596                        align: 0.5 0.5;
597                       }
598                     color: 0 0 0 255;
599                     align: 0.0 0.5;
600                     rel1 {
601                        relative: 0.0 0.0;
602                        to: "pad_b";
603                     }
604                     rel2 {
605                        relative: 1.0 1.0;
606                        to: "pad_b";
607                     }
608                  }
609               }
610            }
611         }
612
613         group { name: "popup_checkview_image";
614            parts {
615               part { name: "pad_t";
616                  scale: 1;
617                  mouse_events: 0;
618                  repeat_events: 1;
619                  description { state: "default" 0.0;
620                     align: 0.5 0.0;
621                     min: 0 2;
622                     fixed: 0 1;
623                     rel1 {
624                        relative: 1.0 0.0;to_x: "pad_l";
625                     }
626                     rel2 {
627                        relative: 0.0 0.0;to_x: "pad_r";
628                     }
629                  }
630               }
631               part { name: "pad_l";
632                  scale: 1;
633                  description { state: "default" 0.0;
634                     min : 2 0;
635                     fixed: 1 0;
636                     rel1 {
637                        relative: 0.0 0.0;
638                     }
639                     rel2 {
640                        relative: 0.0 1.0;
641                     }
642                     align: 0.0 0.0;
643                  }
644               }
645               part { name: "pad_r";
646                  scale: 1;
647                  description { state: "default" 0.0;
648                     min : 2 0;
649                     fixed: 1 0;
650                     rel1 {
651                        relative: 1.0 0.0;
652                     }
653                     rel2 {
654                        relative: 1.0 1.0;
655                     }
656                     align: 1.0 0.0;
657                  }
658               }
659               part { name:"elm.swallow.content";
660                  type: SWALLOW;
661                  scale : 1;
662                  mouse_events: 1;
663                  repeat_events: 1;
664                  description { state: "default" 0.0;
665                     min: 0 350;
666                     align: 0.5 1.0;
667                     fixed: 1 0;
668                     rel1 {
669                        relative: 0.0 1.0;
670                        to: "pad_t";
671                     }
672                     rel2 {
673                        relative: 1.0 0.0;
674                        to: "pad_b";
675                     }
676                  }
677               }
678               part { name: "pad_b";
679                  scale : 1;
680                  mouse_events: 0;
681                  type: RECT;
682                  description { state: "default" 0.0;
683                     align: 0.5 1.0;
684                     min: 0 40;
685                     visible: 0;
686                     fixed: 0 1;
687                     rel1 {
688                        relative: 1.0 1.0;to_x: "pad_l";
689                     }
690                     rel2 {
691                        relative: 0.0 1.0;to_x: "pad_r";
692                     }
693                  }
694               }
695               part { name: "elm.swallow.end";
696                  type: SWALLOW;
697                  scale : 1;
698                  mouse_events: 1;
699                  repeat_events: 1;
700                  description { state: "default" 0.0;
701                     align: 0.0 0.5;
702                     min: 42 42;
703                     max: 42 42;
704                     fixed: 1 1;
705                     rel1 {
706                        relative: 0.0 0.0;
707                        to: "pad_b";
708                     }
709                     rel2 {
710                        relative: 0.0 1.0;
711                        to: "pad_b";
712                     }
713                  }
714               }
715               part { name: "elm.text";
716                  type: TEXT;
717                  scale : 1;
718                  description { state: "default" 0.0;
719                     text {
720                        font: "SLP:style=Medium";
721                        size: 38;
722                        min: 0 0;
723                        align: 0.0 0.5;
724                     }
725                     color: 0 0 0 255;
726                     align: 0.0 0.5;
727                     rel1 {
728                        relative: 1.0 0.0;
729                        to_x:"elm.swallow.end"; to_y: "pad_b";
730                     }
731                     rel2 {
732                        relative: 1.0 1.0;
733                        to: "pad_b";
734                     }
735                  }
736               }
737            }
738         }
739
740         group {
741                 name: "screen_mode";
742
743                 parts {
744                         part {
745                                 name: "bg";
746                                 type: RECT;
747                                 scale: 1;
748                                 description {
749                                         state: "default" 0.0;
750                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
751                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
752                                         color: 0 0 0 0;
753                                 }
754                         }
755                         part {
756                                 name: "elm.padding.top";
757                                 type: RECT;
758                                 scale: 1;
759                                 description {
760                                         state: "default" 0.0;
761                                         min: 0 16;
762                                         fixed: 0 1;
763                                         visible: 0;
764                                         rel2.relative: 1.0 0.0;
765                                         align: 0.0 0.0;
766                                 }
767                         }
768                         part {
769                                 name: "elm.padding.bottom";
770                                 type: RECT;
771                                 scale: 1;
772                                 description {
773                                         state: "default" 0.0;
774                                         min: 0 16;
775                                         fixed: 0 1;
776                                         visible: 0;
777                                         rel1.relative: 0.0 1.0;
778                                         align: 0.0 1.0;
779                                 }
780                         }
781                         part {
782                                 name: "elm.padding.left";
783                                 type: RECT;
784                                 scale: 1;
785                                 description {
786                                         state: "default" 0.0;
787                                         min: 16 0;
788                                         fixed: 1 0;
789                                         visible: 0;
790                                         rel2.relative: 0.0 1.0;
791                                         align: 0.0 0.0;
792                                 }
793                         }
794                         part {
795                                 name: "elm.padding.right";
796                                 type: RECT;
797                                 scale: 1;
798                                 description { state: "default" 0.0;
799                                         min: 16 0;
800                                         fixed: 1 0;
801                                         visible: 0;
802                                         rel1.relative: 1.0  0.0;
803                                         align: 1.0 0.0;
804                                 }
805                         }
806                         part {
807                                 name: "content";
808                                 type: SWALLOW;
809                                 mouse_events: 1;
810                                 scale: 1;
811                                 description {
812                                         state: "default" 0.0;
813                                         align: 0.5 0.5;
814                                         rel1 {
815                                                 relative: 1 1;
816                                                 to_x: "elm.padding.left";
817                                                 to_y: "elm.padding.top";
818                                         }
819                                         rel2 {
820                                                 relative: 0 0;
821                                                 to_x: "elm.padding.right";
822                                                 to_y: "elm.padding.bottom";
823                                         }
824                                 }
825                         }
826                 }
827         }
828     group {
829                 name: "custom_popup";
830                   parts{
831                         part {
832                                 name: "left_padding";
833                                 type: RECT;
834                                 scale: 1;
835                                 description {
836                                         state: "default" 0.0;
837                                         fixed: 1 0;
838                                         visible: 0;
839                                         align: 0.0 0.5;
840                                         min: 32 0;
841                                         rel1 {
842                                                 relative: 0.0 0.0;
843                                         }
844                                         rel2 {
845                                                 relative: 0.0 1.0;
846                                         }
847                                 }
848                         }
849                         part{
850                                 name:"content";
851                                 type: SWALLOW;
852                                 scale : 1;
853                                 description {
854                                         state: "default" 0.0;
855                                         min: 1 1;
856                                         align: 0.0 0.5;
857                                         fixed: 1 0;
858                                         rel1 {
859                                                 relative: 1.0 0.0;
860                                                 to_x: "left_padding";
861                                         }
862                                         rel2 {
863                                                 relative: 0.0 1.0;
864                                                 to_x: "right_padding";
865                                         }
866                                 }
867                         }
868                         part{
869                                 name:"content2";
870                                 type: SWALLOW;
871                                 scale : 1;
872                                 description {
873                                         state: "default" 0.0;
874                                         min: 1 1;
875                                         align: 0.0 0.0;
876                                         fixed: 1 0;
877                                         rel1 {
878                                                 relative: 1.0 1.0;
879                                                 to_x: "left_padding";
880                                                 to_y: "content";
881                                         }
882                                         rel2 {
883                                                 relative: 0.0 1.0;
884                                                 to_x: "right_padding";
885                                                 to_y: "content";
886                                         }
887                                 }
888                         }
889                         part {
890                                 name: "right_padding";
891                                 type: RECT;
892                                 scale: 1;
893                                 description {
894                                         state: "default" 0.0;
895                                         fixed: 1 0;
896                                         visible: 0;
897                                         align: 1.0 0.5;
898                                         min: 32 0;
899                                         rel1 {
900                                                 relative: 1.0 0.0;
901                                         }
902                                         rel2 {
903                                                 relative: 1.0 1.0;
904                                         }
905                                 }
906                         }
907                 }
908         }
909
910         group {
911                 name: "silder_text_layout";
912                 parts {
913                         part {
914                                 name: "padding1";
915                                 type: RECT;
916                                 scale: 1;
917                                 description {
918                                         state: "default" 0.0;
919                                         min: 0 1;
920                                         fixed: 0 1;
921                                         align: 0.5 0.0;
922                                         rel1 { relative: 0 0; }
923                                         rel2 { relative: 1 0; }
924                                         color: 0 0 0 0;
925                                 }
926                         }
927                         part {
928                                 name: "text1";
929                                 type: TEXT;
930                                 scale: 1;
931                                 description {
932                                         state: "default" 0.0;
933                                         min: 0 60;
934                                         fixed: 0 1;
935                                         align: 0.5 0.0;
936                                         rel1 { relative: 0 1; to: padding1; }
937                                         rel2 { relative: 1 1; to: padding1; }
938                                         color: 0 0 0 255;
939                                         text {
940                                                 font: "SLP:style=Roman";
941                                                 size: 36;
942                                                 min:  1 0;
943                                                 align: 0.0 0.5;
944                                         }
945                                 }
946                         }
947                 }
948         }
949 }