0a0f3d8695c2c240f8d9bafca775211632da3351
[profile/ivi/efl-theme-tizen.git] / themes / groups / popup.edc
1 /*
2  *  nBeat-theme
3  *
4  * Copyright (c) 2000 - 2010 Samsung Electronics Co., Ltd.
5  *
6  * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, 
7  *              Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, 
8  *              Hyunsil Park <hyunsil.park@samsung.com>, Sohyun Kim <anna1014.kim@samsung.com>, Seunggyun Kim <sgyun.kim@samsung.com>
9  * 
10  * This library is free software; you can redistribute it and/or modify it under
11  * the terms of the GNU Lesser General Public License as published by the
12  * Free Software Foundation; either version 2.1 of the License, or (at your option)
13  * any later version.
14  * 
15  * This library is distributed in the hope that it will be useful, but WITHOUT ANY
16  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
17  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
18  * License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this library; if not, write to the Free Software Foundation, Inc., 51
22  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23  *
24  */
25
26 /*popup widgext styles*/
27 group { name: "elm/notify/block_events/popup";
28    parts {
29       part { name: "block_events";
30          type: RECT;
31          mouse_events:  1;
32          repeat_events: 0;
33          description { state: "default" 0.0;
34             color: 0 0 0 0;
35          }
36       }
37    }
38    programs {
39       program {
40          name: "block_clicked";
41          signal: "mouse,clicked,1";
42          source: "block_events";
43          action: SIGNAL_EMIT "elm,action,clicked" "elm";
44       }
45    }
46 }
47
48 group { name: "elm/label/base/popup_description/default";
49    styles
50      {
51         style { name: "popup_desc_style";
52            base: "font=SLP:style=Roman font_size=26 align=center color="POPUP_DESCRIPTION_TEXT_COLOR" wrap=mixed";
53            tag:  "br" "\n";
54            tag:  "ps" "ps";
55            tag:  "hilight" "+ font=SLP:style=Bold";
56            tag:  "b" "+ font=SLP:style=Bold";
57            tag:  "whitecolor" "+ color=#ffffff";
58            tag:  "tab" "\t";
59         }
60      }
61    parts {
62       part { name: "left_padding";
63          type: RECT;
64          scale: 1;
65          description { state: "default" 0.0;
66             fixed: 1 0;
67             visible: 0;
68             align: 0.0 0.5;
69             min: 10 0;
70             rel1 { 
71                relative: 0.0 0.0;
72             }
73             rel2 { 
74                relative: 0.0 1.0;
75             }
76          }
77       }
78       part { name: "elm.text";
79          type: TEXTBLOCK;
80          mouse_events: 0;
81          effect: SHADOW;
82          scale : 1;
83          description { state: "default" 0.0;
84             align: 0.0 0.0;
85             fixed: 1 0;
86             text {
87                style: "popup_desc_style";
88                min: 1 1;
89             }
90             rel1 {
91                relative: 1.0 0.0;
92                to: left_padding;
93             }
94             rel2 {
95                relative: 1.0 1.0;
96                to: left_padding;
97             }
98          }
99       }
100    }
101 }
102
103 group { name: "elm/label/base_wrap/popup_description/default";
104    parts {
105       part { name: "left_padding";
106          type: RECT;
107          scale: 1;
108          description { state: "default" 0.0;
109             fixed: 1 0;
110             visible: 0;
111             align: 0.0 0.5;
112             min: 10 0;
113             rel1 { 
114                relative: 0 0;
115             }
116             rel2 { 
117                relative: 0 1;
118             }
119          }
120       }
121       part { name: "elm.text";
122          type: TEXTBLOCK;
123          mouse_events: 0;
124          effect: SHADOW;
125          scale: 1;
126          description { state: "default" 0.0;
127             align: 0.0 0.0;
128             text {
129                style: "popup_desc_style";
130                min: 0 1;
131             }
132             rel1 {
133                relative: 1.0 0.0;
134                to: left_padding;
135             }
136          }
137       }
138    }
139 }
140
141 group { name: "elm/popup/base/default";
142    parts {
143       images {
144          image: "00_popup_title_bg.png" COMP;
145          image: "00_popup_bottom_bg.png" COMP;
146          image: "00_popup_bg.png" COMP;
147       }
148       styles
149         {
150            style { name: "popup_title_style";
151               base: "font=SLP:style=Medium font_size=24 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
152               tag:  "br" "\n";
153               tag:  "ps" "ps";
154               tag:  "hilight" "+ font=SLP:style=Bold";
155               tag:  "b" "+ font=SLP:style=Bold";
156               tag:  "whitecolor" "+ color=#ffffff";
157               tag:  "tab" "\t";
158            }
159         }
160
161       part { name: "base";
162          type: RECT;
163          scale : 1;
164          mouse_events: 0;
165          repeat_events: 1;
166          description { state: "default" 0.0;
167             min: 400 0;
168             max: 400 730;
169             color: 0 0 0 0;
170             rel1.relative: 0.0 0.0;
171             rel2.relative: 1.0 1.0;
172             align: 0.0 0.0;
173          }
174       }
175       part { name: "background";
176          scale : 1;
177          mouse_events: 0;
178          description { state: "default" 0.0;
179             rel1.to: "base";
180             rel2.to: "base";
181             image {
182                normal: "00_popup_bg.png";
183                border: 3 3 3 3;
184                border_scale: 1;
185             }
186          }
187       }
188       part { name: "elm.rect.title";
189          type: IMAGE;
190          scale : 1;
191          description { state: "default" 0.0;
192             min: 400 50;
193             fixed : 1 1;
194             align: 0.5 0.0;
195             visible: 0;
196             image.normal: "00_popup_title_bg.png";
197             image.border: 3 3 3 0;
198             image.border_scale: 1;
199             rel1 {
200                relative: 0.5 0.0;
201                to: "base";
202             }
203             rel2 {
204                relative: 0.5 0.0;
205                to: "base";
206             }
207          }
208          description { state: "show_title" 0.0;
209             inherit: "default" 0.0;
210             visible: 1;
211          }
212       }
213       part { name: "elm.swallow.title.icon";
214          type: SWALLOW;
215          scale: 1;
216          description { state: "default" 0.0;
217             min: 48 48;
218             max: 48 48;
219             fixed: 1 1;
220             align: 0.0 0.5;
221             rel1 {
222                to: "elm.rect.title";
223                relative: 0.0 0.0;
224             }
225             rel2 {
226                to: "elm.rect.title";
227                relative: 1.0 1.0;
228             }
229             visible: 0;
230          }
231          description { state: "show_title_icon" 0.0;
232             inherit: "default" 0.0;
233             visible: 1;
234          }
235       }
236       part {
237          name: "elm.swallow.title";
238          type: TEXTBLOCK;
239          scale:1;
240          description {
241             state: "default" 0.0;
242             text
243               {
244                  style: "popup_title_style";
245                  min: 0 0;
246                  max: 0 1;
247               }
248             visible:0;
249             rel1 { relative: 0.0 0.0; to: "elm.rect.title"; }
250             rel2 { relative: 1.0 1.0; to: "elm.rect.title"; }
251             align: 0.5 0.5;
252          }
253          description { state: "show_title" 0.0;
254             inherit: "default" 0.0;
255             visible: 1;
256          }
257          description { state: "show_title_icon" 0.0;
258             inherit: "default" 0.0;
259             visible: 1;
260          }
261       }
262       part { name: "elm.swallow.content";
263          type: SWALLOW;
264          scale : 1;
265          description { state: "default" 0.0;
266             min: 400 0;
267             align: 0.5 0.5;
268             fixed: 1 0;
269             rel1 {
270                relative: 0.5 0.0;
271                to: "base";
272             }
273             rel2 {
274                relative: 0.5 1.0;
275                to: "base";
276             }
277          }
278          description { state: "show_title" 0.0;
279             inherit: "default" 0.0;
280             rel1 {
281                relative: 0.5 1.0;
282                to: "elm.rect.title";
283             }
284          }
285          description { state: "show_button_area" 0.0;
286             inherit: "default" 0.0;
287             rel2 {
288                relative: 0.5 0.0;
289                to: "elm.swallow.buttonArea.Background";
290             }
291          }
292          description { state: "show_button_title_area" 0.0;
293             inherit: "default" 0.0;
294             rel1 {
295                relative: 0.5 1.0;
296                to: "elm.rect.title";
297             }
298             rel2 {
299                relative: 0.5 0.0;
300                to: "elm.swallow.buttonArea.Background";
301             }
302          }
303       }
304       part { name: "elm.swallow.buttonArea.Background";
305          type: IMAGE;
306          scale : 1;
307          description { state: "default" 0.0;
308             min: 400 60;
309             fixed : 1 1;
310             align: 0.5 1.0;
311             visible: 0;
312             image.normal: "00_popup_bottom_bg.png";
313             image.border: 3 3 0 3;
314             image.border_scale: 1;
315             rel1 {
316                relative: 0.0 1.0;
317                to: "base";
318             }
319             rel2 {
320                relative: 1.0 1.0;
321                to: "base";
322             }
323          }
324          description { state: "show_button_area" 0.0;
325             inherit: "default" 0.0;
326             visible: 1;
327          }
328       }
329       part { name: "elm.swallow.buttonArea";
330          type: SWALLOW;
331          scale : 1;
332          description { state: "default" 0.0;
333             align: 0.0 0.0;
334             visible: 0;
335             rel1 {
336                relative: 0.0 0.0;
337                to: "elm.swallow.buttonArea.Background";
338             }
339             rel2 {
340                relative: 1.0 1.0;
341                to: "elm.swallow.buttonArea.Background";
342             }
343          }
344          description { state: "show_button_area" 0.0;
345             inherit: "default" 0.0;
346             visible: 1;
347          }
348       }
349    }
350    programs {
351       program { name: show_title;
352          signal: "elm,state,title,visible";
353          source: "elm";
354          action: STATE_SET "show_title" 0.0;
355          target: "elm.swallow.title";
356          target: "elm.rect.title";
357          target: "elm.swallow.content";
358          target: "base";
359       }
360       program { name: hide_title;
361          signal: "elm,state,title,hidden";
362          source: "elm";
363          action: STATE_SET "default" 0.0;
364          target: "elm.swallow.title";
365          target: "elm.rect.title";
366          target: "elm.swallow.content";
367          target: "base";
368       }
369       program { name: show_title_icon;
370          signal: "elm,state,title,icon,visible";
371          source: "elm";
372          action: STATE_SET "show_title_icon" 0.0;
373          target: "elm.swallow.title";
374          target: "elm.swallow.title.icon";
375       }
376       program { name: hide_title_icon;
377          signal: "elm,state,title,icon,hidden";
378          source: "elm";
379          action: STATE_SET "default" 0.0;
380          target: "elm.swallow.title";
381          target: "elm.swallow.title.icon";
382       }
383       program { name: show_button_area;
384          signal: "elm,state,button,visible";
385          source: "elm";
386          action: STATE_SET "show_button_area" 0.0;
387          target: "elm.swallow.buttonArea";
388          target: "elm.swallow.content";
389          target: "elm.swallow.buttonArea.Background";
390          target: "base";
391       }
392       program { name: hide_button_area;
393          signal: "elm,state,button,hidden";
394          source: "elm";
395          action: STATE_SET "default" 0.0;
396          target: "elm.swallow.buttonArea";
397          target: "elm.swallow.content";
398          target: "elm.swallow.buttonArea.Background";
399          target: "base";
400       }
401       program { name: show_button_title_area;
402          signal: "elm,state,button,title,visible";
403          source: "elm";
404          action: STATE_SET "show_button_title_area" 0.0;
405          target: "elm.swallow.content";
406          target: "base";
407       }
408       program { name: hide_button_title_area;
409          signal: "elm,state,button,title,hidden";
410          source: "elm";
411          action: STATE_SET "default" 0.0;
412          target: "elm.swallow.content";
413          target: "base";
414       }
415    } /* end of programs */
416 }
417
418 group { name: "elm/popup/content/default";
419    parts{
420       part { name: "pad_t";
421          type: RECT;
422          scale : 1;
423          mouse_events: 0;
424          repeat_events: 1;
425          description { state: "default" 0.0;
426             align: 0.5 0.0;
427             min: 0 14;
428             fixed: 0 1;
429             color: 0 0 0 0;
430             rel1 {
431                relative: 1.0 0.0;to_x: "pad_l";
432             }
433             rel2 {
434                relative: 0.0 0.0;to_x: "pad_r";
435             }
436          }
437       }
438       part { name: "pad_l";
439          type: RECT;
440          scale: 1;
441          description { state: "default" 0.0;
442             min : 10 0;
443             fixed: 1 0;
444             rel1 {
445                relative: 0.0 0.0; 
446             }
447             rel2 {
448                relative: 0.0 1.0;
449             }
450             color: 0 0 0 0;
451             align: 0.0 0.0;
452          }
453       }
454       part { name: "pad_r";
455          type: RECT;
456          scale: 1;
457          description { state: "default" 0.0;
458             min : 10 0;
459             fixed: 1 0;
460             rel1 {
461                relative: 1.0 0.0;
462             }
463             rel2 {
464                relative: 1.0 1.0;
465             }
466             color: 0 0 0 0;
467             align: 1.0 0.0;
468          }
469       } 
470       part{ name:"elm.swallow.content";
471          type: SWALLOW;
472          scale : 1;
473          description { state: "default" 0.0;
474             min: 380 0;
475             align: 0.5 0.5;
476             fixed: 1 0;
477             rel1 {
478                relative: 0.5 1.0;
479                to: "pad_t";
480             }
481             rel2 {
482                relative: 0.5 0.0;
483                to: "pad_b";
484             }
485          }
486       }
487       part { name: "pad_b";
488          type: RECT;
489          scale : 1;
490          mouse_events: 0;
491          repeat_events: 1;
492          description { state: "default" 0.0;
493             align: 0.5 1.0;
494             min: 0 14;
495             fixed: 0 1;
496             color: 0 0 0 0;
497             rel1 {
498                relative: 0.0 1.0;to_x: "pad_l";
499             }
500             rel2 {
501                relative: 1.0 1.0;to_x: "pad_r";
502             }
503          }
504       }
505    }
506 }
507
508 group { name: "elm/popup/content/menustyle";
509    parts{
510       part{ name:"elm.swallow.content";
511          type: SWALLOW;
512          scale : 1;
513          description { state: "default" 0.0;
514             min: 400 320;
515             align: 0.5 0.5;
516             fixed: 1 0;
517             rel1 {
518                relative: 0.0 0.0;
519             }
520             rel2 {
521                relative: 1.0 1.0;
522             }
523          }
524       }
525    }
526 }
527
528 group { name: "elm/popup/content/liststyle";
529    parts{
530       part { name: "pad_t";
531          type: RECT;
532          scale : 1;
533          mouse_events: 0;
534          repeat_events: 1;
535          description { state: "default" 0.0;
536             align: 0.5 0.0;
537             min: 0 5;
538             fixed: 0 1;
539             color: 0 0 0 0;
540             rel1 {
541                relative: 0.0 0.0;
542             }
543             rel2 {
544                relative: 0.0 0.0;
545             }
546          }
547       }
548
549       part{ name:"elm.swallow.content";
550          type: SWALLOW;
551          scale : 1;
552          description { state: "default" 0.0;
553             min: 400 420;
554             align: 0.5 0.5;
555             fixed: 1 0;
556             rel1 {
557                relative: 0.0 1.0; to:"pad_t";
558             }
559             rel2 {
560                relative: 1.0 1.0;
561             }
562          }
563       }
564    }
565 }
566
567
568 group { name: "elm/popup/content/customstyle";
569    parts{
570       part{ name:"elm.swallow.content";
571          type: SWALLOW;
572          scale : 1;
573          description { state: "default" 0.0;
574             min: 400 0;
575             align: 0.0 0.0;
576             fixed: 1 0;
577             rel1 {
578                relative: 0.0 0.0;
579             }
580             rel2 {
581                relative: 1.0 1.0;
582             }
583          }
584       }
585    }
586 }
587
588 group { name: "elm/popup/buttons1/default";
589    parts{
590       part{ name:"actionbtn1";
591          type: SWALLOW;
592          scale : 1;
593          description { state: "default" 0.0;
594             min: 252 46;
595             max: 252 46;
596             fixed : 1 1;
597             align: 0.5 0.5;
598             rel1 {
599                relative: 0.5 0.0;
600             }
601             rel2 {
602                relative: 0.5 1.0;
603             }            
604          }
605       }
606    }
607 }
608
609 group { name: "elm/popup/buttons2/default";
610    parts{
611       part{ name:"actionbtn1";
612          type: SWALLOW;
613          scale : 1;
614          description { state: "default" 0.0;
615             min: 172 46;
616             max: 172 46;
617             fixed : 1 1;
618             align: 1.0 0.5;
619             rel1 {
620                relative: 0.0 0.0;
621                to: "elm.rect.pad_btn";
622             }
623             rel2 {
624                relative: 0.0 1.0;
625                to: "elm.rect.pad_btn";
626             }
627          }
628       }
629       part { name: "elm.rect.pad_btn";
630          type: RECT;
631          scale : 1;
632          description { state: "default" 0.0;
633             min: 6 46;
634             max: 6 46;
635             fixed : 1 1;
636             align: 0.5 0.5;
637             color: 0 0 0 0;
638             rel1 {
639                relative: 0.5 0.0;
640             }
641             rel2 {
642                relative: 0.5 1.0;
643             }
644          }
645       }
646       part{ name:"actionbtn2";
647          type: SWALLOW;
648          scale : 1;
649          description { state: "default" 0.0;
650             min: 172 46;
651             max: 172 46;
652             fixed : 1 1;
653             align: 0.0 0.5;
654             rel1 {
655                relative: 1.0 0.0;
656                to: "elm.rect.pad_btn";
657             }
658             rel2 {
659                relative: 1.0 1.0;
660                to: "elm.rect.pad_btn";
661             }
662          }
663       }
664    }
665 }
666
667 group { name: "elm/popup/buttons3/default";
668       alias: "elm/popup/buttons3/menustyle";
669    parts{
670       part{ name:"actionbtn1";
671          type: SWALLOW;
672          scale : 1;
673          description { state: "default" 0.0;
674             min: 120 46;
675             max: 120 46;
676             fixed : 1 1;
677             align: 1.0 0.5;
678             rel1 {
679                relative: 0.0 0.0;
680                to: "elm.rect.pad_btn";
681             }
682             rel2 {
683                relative: 0.0 1.0;
684                to: "elm.rect.pad_btn";
685             }
686          }
687       }
688       part { name: "elm.rect.pad_btn";
689          type: RECT;
690          scale : 1;
691          description { state: "default" 0.0;
692             min: 6 46;
693             max: 6 46;
694             fixed : 1 1;
695             align: 0.5 0.5;
696             color: 0 0 0 0;
697             rel1 {
698                relative: 0.0 0.0;
699                to: "actionbtn2";
700             }
701             rel2 {
702                relative: 0.0 1.0;
703                to: "actionbtn2";
704             }
705          }
706       }
707       part{ name:"actionbtn2";
708          type: SWALLOW;
709          scale : 1;
710          description { state: "default" 0.0;
711             min: 120 46;
712             max: 120 46;
713             fixed : 1 1;
714             align: 0.5 0.5;
715             rel1 {
716                relative: 0.5 0.0;
717             }
718             rel2 {
719                relative: 0.5 1.0;
720             }
721          }
722       }
723       part { name: "elm.rect.pad_btn2";
724          type: RECT;
725          scale : 1;
726          description { state: "default" 0.0;
727             min: 6 46;
728             max: 6 46;
729             fixed : 1 1;
730             align: 0.5 0.5;
731             color: 0 0 0 0;
732             rel1 {
733                relative: 1.0 0.0;
734                to: "actionbtn2";
735             }
736             rel2 {
737                relative: 1.0 1.0;
738                to: "actionbtn2";
739             }
740          }
741       }
742       part{ name:"actionbtn3";
743          type: SWALLOW;
744          scale : 1;
745          description { state: "default" 0.0;
746             min: 120 46;
747             max: 120 46;
748             fixed : 1 1;
749             align: 0.0 0.5;
750             rel1 {
751                relative: 1.0 0.0;
752                to: "elm.rect.pad_btn2";
753             }
754             rel2 {
755                relative: 1.0 1.0;
756                to: "elm.rect.pad_btn2";
757             }
758          }
759       }
760    }
761 }
762
763 group { name: "elm/popup/base/volumebarstyle";
764    parts {
765       images {
766          image: "00_volume_popup_bg.png" COMP;
767       }
768       styles
769         {
770            style { name: "popup_title_volumebarstyle";
771               base: "font=SLP:style=Medium font_size=28 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
772               tag:  "br" "\n";
773               tag:  "ps" "ps";
774               tag:  "hilight" "+ font=SLP:style=Bold";
775               tag:  "b" "+ font=SLP:style=Bold";
776               tag:  "whitecolor" "+ color=#ffffff";
777               tag:  "tab" "\t";
778            }
779         }
780
781       part { name: "base";
782          type: RECT;
783          scale : 1;
784          mouse_events: 0;
785          repeat_events: 1;
786          description { state: "default" 0.0;
787             min: 262 0;
788             max: 262 424;
789             color: 0 0 0 0;
790             rel1.relative: 0.0 0.0;
791             rel2.relative: 1.0 1.0;
792             align: 0.0 0.0;
793          }
794       }
795       part { name: "background";
796          scale : 1;
797          mouse_events: 0;
798          description { state: "default" 0.0;
799             rel1.to: "base";
800             rel2.to: "base";
801             image {
802                normal: "00_volume_popup_bg.png";
803                border: 11 11 15 19;
804                middle: DEFAULT;
805                border_scale: 1;
806             }
807          }
808       }
809       part { name: "elm.rect.title";
810          type: RECT;
811          scale : 1;
812          description { state: "default" 0.0;
813             color: 0 0 0 0;
814             min: 262 137;
815             max: 262 137;
816             fixed : 1 1;
817             align: 0.5 0.0;
818             visible: 0;
819             rel1 {
820                relative: 0.5 0.0;
821                to: "base";
822             }
823             rel2 {
824                relative: 0.5 0.0;
825                to: "base";
826             }
827          }
828          description { state: "show_title" 0.0;
829             inherit: "default" 0.0;
830             visible: 1;
831          }
832       }
833       part {
834          name: "elm.swallow.title";
835          type: TEXTBLOCK;
836          effect: SHADOW;
837          scale:1;
838          description {
839             state: "default" 0.0;
840             text
841               {
842                  style: "popup_title_volumebarstyle";
843                  min: 0 0;
844                  max: 0 1;
845               }
846             visible:0;
847             color2: 0 0 0 255;
848             rel1 { relative: 0.0 0.0; to: "elm.rect.title"; }
849             rel2 { relative: 1.0 1.0; to: "elm.rect.title"; }
850             align: 0.5 0.2;
851          }
852          description { state: "show_title" 0.0;
853             inherit: "default" 0.0;
854             visible: 1;
855          }
856          description { state: "show_title_icon" 0.0;
857             inherit: "default" 0.0;
858             visible: 1;
859          }
860       }
861       part { name: "elm.swallow.title.icon";
862          type: SWALLOW;
863          scale: 1;
864          description { state: "default" 0.0;
865             min: 54 54;
866             max: 54 54;
867             fixed: 1 1;
868             align: 0.5 0.9;
869             rel1 {
870                to: "elm.rect.title";
871                relative: 0.0 0.0;
872             }
873             rel2 {
874                to: "elm.rect.title";
875                relative: 1.0 1.0;
876             }
877             visible: 0;
878          }
879          description { state: "show_title_icon" 0.0;
880             inherit: "default" 0.0;
881             visible: 1;
882          }
883       }
884       part { name: "elm.swallow.content";
885          type: SWALLOW;
886          scale : 1;
887          description { state: "default" 0.0;
888             min: 262 0;
889             align: 0.5 0.5;
890             fixed: 1 0;
891             rel1 {
892                relative: 0.5 0.0;
893                to: "base";
894             }
895             rel2 {
896                relative: 0.5 0.0;
897                to: "pad_b_button";
898             }
899          }
900          description { state: "show_title" 0.0;
901             inherit: "default" 0.0;
902             rel1 {
903                relative: 0.5 1.0;
904                to: "elm.rect.title";
905             }
906          }
907          description { state: "show_button_area" 0.0;
908             inherit: "default" 0.0;
909             rel2 {
910                relative: 0.5 0.0;
911                to: "elm.swallow.buttonArea.Background";
912             }
913          }
914          description { state: "show_button_title_area" 0.0;
915             inherit: "default" 0.0;
916             rel1 {
917                relative: 0.5 1.0;
918                to: "elm.rect.title";
919             }
920             rel2 {
921                relative: 0.5 0.0;
922                to: "elm.swallow.buttonArea.Background";
923             }
924          }
925       }
926       part { name: "elm.swallow.buttonArea.Background";
927          type: RECT;
928          scale : 1;
929          description { state: "default" 0.0;
930             min: 262 90;
931             fixed : 1 1;
932             align: 0.5 1.0;
933             color: 0 0 0 0;
934             visible: 0;
935             rel1 {
936                relative: 0.5 0.0;
937                to: "pad_b_button";
938             }
939             rel2 {
940                relative: 0.5 0.0;
941                to: "pad_b_button";
942             }
943          }
944          description { state: "show_button_area" 0.0;
945             inherit: "default" 0.0;
946             visible: 1;
947          }
948       }
949       part { name: "elm.swallow.buttonArea";
950          type: SWALLOW;
951          scale : 1;
952          description { state: "default" 0.0;
953             min: 262 70;
954             max: 262 70;
955             fixed : 1 1;
956             align: 0.5 0.5;
957             visible: 0;
958             rel1 {
959                relative: 0.0 0.0;
960                to: "elm.swallow.buttonArea.Background";
961             }
962             rel2 {
963                relative: 1.0 1.0;
964                to: "elm.swallow.buttonArea.Background";
965             }
966          }
967          description { state: "show_button_area" 0.0;
968             inherit: "default" 0.0;
969             visible: 1;
970          }
971       }
972       part { name: "pad_b_button";
973          type: RECT;
974          scale : 1;
975          mouse_events: 0;
976          repeat_events: 1;
977          description { state: "default" 0.0;
978             align: 0.5 1.0;
979             min: 0 5;
980             fixed: 0 1;
981             color: 0 0 0 0;
982             rel1 {
983                relative: 0.0 1.0;
984                to: "base";
985             }
986             rel2 {
987                relative: 1.0 1.0;
988                to: "base";
989             }
990          }
991       }
992    }
993    programs {
994       program { name: show_title;
995          signal: "elm,state,title,visible";
996          source: "elm";
997          action: STATE_SET "show_title" 0.0;
998          target: "elm.swallow.title";
999          target: "elm.rect.title";
1000          target: "elm.swallow.content";
1001          target: "base";
1002       }
1003       program { name: hide_title;
1004          signal: "elm,state,title,hidden";
1005          source: "elm";
1006          action: STATE_SET "default" 0.0;
1007          target: "elm.swallow.title";
1008          target: "elm.rect.title";
1009          target: "elm.swallow.content";
1010          target: "base";
1011       }
1012       program { name: show_title_icon;
1013          signal: "elm,state,title,icon,visible";
1014          source: "elm";
1015          action: STATE_SET "show_title_icon" 0.0;
1016          target: "elm.swallow.title";
1017          target: "elm.swallow.title.icon";
1018       }
1019       program { name: hide_title_icon;
1020          signal: "elm,state,title,icon,hidden";
1021          source: "elm";
1022          action: STATE_SET "default" 0.0;
1023          target: "elm.swallow.title";
1024          target: "elm.swallow.title.icon";
1025       }
1026       program { name: show_button_area;
1027          signal: "elm,state,button,visible";
1028          source: "elm";
1029          action: STATE_SET "show_button_area" 0.0;
1030          target: "elm.swallow.buttonArea";
1031          target: "elm.swallow.content";
1032          target: "elm.swallow.buttonArea.Background";
1033          target: "base";
1034       }
1035       program { name: hide_button_area;
1036          signal: "elm,state,button,hidden";
1037          source: "elm";
1038          action: STATE_SET "default" 0.0;
1039          target: "elm.swallow.buttonArea";
1040          target: "elm.swallow.content";
1041          target: "elm.swallow.buttonArea.Background";
1042          target: "base";
1043       }
1044       program { name: show_button_title_area;
1045          signal: "elm,state,button,title,visible";
1046          source: "elm";
1047          action: STATE_SET "show_button_title_area" 0.0;
1048          target: "elm.swallow.content"; 
1049          target: "base";
1050       }
1051       program { name: hide_button_title_area;
1052          signal: "elm,state,button,title,hidden";
1053          source: "elm";
1054          action: STATE_SET "default" 0.0;
1055          target: "elm.swallow.content";
1056          target: "base";
1057       }
1058    } /* end of programs */
1059 }
1060
1061 group { name: "elm/popup/content/volumebarstyle";
1062    parts{
1063       part { name: "pad_t";
1064          type: RECT;
1065          scale : 1;
1066          mouse_events: 0;
1067          repeat_events: 1;
1068          description { state: "default" 0.0;
1069             align: 0.5 0.0;
1070             min: 0 2;
1071             fixed: 0 1;
1072             color: 0 0 0 0;
1073             rel1 {
1074                relative: 1.0 0.0;to_x: "pad_l";
1075             }
1076             rel2 {
1077                relative: 0.0 0.0;to_x: "pad_r";
1078             }
1079          }
1080       }
1081       part { name: "pad_l";
1082          type: RECT;
1083          scale: 1;
1084          description { state: "default" 0.0;
1085             min : 43 0;
1086             fixed: 1 0;
1087             rel1 {
1088                relative: 0.0 0.0; 
1089             }
1090             rel2 {
1091                relative: 0.0 1.0;
1092             }
1093             color: 0 0 0 0;
1094             align: 0.0 0.0;
1095          }
1096       }
1097       part { name: "pad_r";
1098          type: RECT;
1099          scale: 1;
1100          description { state: "default" 0.0;
1101             min : 44 0;
1102             fixed: 1 0;
1103             rel1 {
1104                relative: 1.0 0.0; 
1105             }
1106             rel2 {
1107                relative: 1.0 1.0;
1108             }
1109             color: 0 0 0 0;
1110             align: 1.0 0.0;
1111          }
1112       } 
1113       part{ name:"elm.swallow.content";
1114          type: SWALLOW;
1115          scale : 1;
1116          description { state: "default" 0.0;
1117             min: 175 263;
1118             align: 0.5 0.5;
1119             fixed: 1 0;
1120             rel1 {
1121                relative: 0.5 1.0;
1122                to: "pad_t";
1123             }
1124             rel2 {
1125                relative: 0.5 0.0;
1126                to: "pad_b";
1127             }
1128          }
1129       }
1130       part { name: "pad_b";
1131          type: RECT;
1132          scale : 1;
1133          mouse_events: 0;
1134          repeat_events: 1;
1135          description { state: "default" 0.0;
1136             align: 0.5 1.0;
1137             min: 0 2;
1138             fixed: 0 1;
1139             color: 0 0 0 0;
1140             rel1 {
1141                relative: 0.0 1.0;to_x: "pad_l";
1142             }
1143             rel2 {
1144                relative: 1.0 1.0;to_x: "pad_r";
1145             }
1146          }
1147       }
1148    }
1149 }
1150
1151 group { name: "elm/popup/buttons2/volumebarstyle";
1152    parts{
1153       part{ name:"actionbtn1";
1154          type: SWALLOW;
1155          scale : 1;
1156          description { state: "default" 0.0;
1157             min: 172 46;
1158             max: 172 46;
1159             fixed : 1 1;
1160             align: 1.0 1.0;
1161             rel1 {
1162                relative: 0.0 0.0;
1163                to: "elm.rect.pad_btn";
1164             }
1165             rel2 {
1166                relative: 0.0 1.0;
1167                to: "elm.rect.pad_btn";
1168             }
1169          }
1170       }
1171       part { name: "elm.rect.pad_btn";
1172          type: RECT;
1173          scale : 1;
1174          description { state: "default" 0.0;
1175             min: 6 46;
1176             max: 6 46;
1177             fixed : 1 1;
1178             align: 0.5 1.0;
1179             color: 0 0 0 0;
1180             rel1 {
1181                relative: 0.5 0.0;
1182             }
1183             rel2 {
1184                relative: 0.5 1.0;
1185             }
1186          }
1187       }
1188       part{ name:"actionbtn2";
1189          type: SWALLOW;
1190          scale : 1;
1191          description { state: "default" 0.0;
1192             min: 172 46;
1193             max: 172 46;
1194             fixed : 1 1;
1195             align: 0.0 1.0;
1196             rel1 {
1197                relative: 1.0 0.0;
1198                to: "elm.rect.pad_btn";
1199             }
1200             rel2 {
1201                relative: 1.0 1.0;
1202                to: "elm.rect.pad_btn";
1203             }
1204          }
1205       }
1206    }
1207 }
1208
1209 group { name: "elm/popup/buttons1/volumebarstyle";
1210    parts{
1211       part{ name:"actionbtn1";
1212          type: SWALLOW;
1213          scale : 1;
1214          description { state: "default" 0.0;
1215             min: 252 46;
1216             max: 252 46;
1217             fixed : 1 1;
1218             align: 0.5 1.0;
1219                 rel1 {
1220                    relative: 0.5 0.0;
1221                 }
1222             rel2 {
1223                relative: 0.5 1.0;
1224             }
1225          }
1226       }
1227    }
1228 }
1229
1230 group { name: "elm/popup/base/image_scroll";
1231    parts {
1232       images {
1233          image: "00_popup_title_middle.png" COMP;
1234          image: "00_popup_bottom.png" COMP;
1235       }
1236       styles
1237         {
1238            style { name: "popup_image_title_style";
1239               base: "font=SLP:style=Medium font_size=20 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
1240               tag:  "br" "\n";
1241               tag:  "ps" "ps";
1242               tag:  "hilight" "+ font=SLP:style=Bold";
1243               tag:  "b" "+ font=SLP:style=Bold";
1244               tag:  "whitecolor" "+ color=#ffffff";
1245               tag:  "tab" "\t";
1246            }
1247         }
1248         part { name: "bg";
1249          type: RECT;
1250          scale : 1;
1251          mouse_events: 0;
1252          repeat_events: 1;
1253          description { state: "default" 0.0;
1254             min: 780 460;
1255             max: 780 460;
1256             color: 255 0 0 0;
1257             rel1.relative: 0.0 0.0;
1258             rel2.relative: 1.0 1.0;
1259             align: 0.0 0.0;
1260          }
1261          description { state: "portrait" 0.0;
1262             inherit: "default" 0.0;
1263             min: 460 780;
1264             max: 460 780;
1265             color: 255 0 0 100;
1266          }
1267       }
1268       part { name: "base";
1269          type: RECT;
1270          scale : 1;
1271          mouse_events: 0;
1272          repeat_events: 1;
1273          description { state: "default" 0.0;
1274             min: 440 165;
1275            // max: 684 165;
1276             fixed: 1 1;
1277             color: 255 0 0 0;
1278             rel1 {
1279                relative: 0.0 0.6; to: "bg";
1280             }
1281             rel2 {
1282                relative: 0.88 0.94; to: "bg";}
1283             align: 0.0 0.0;
1284          }
1285          description { state: "portrait" 0.0;
1286             inherit: "default" 0.0;
1287             min: 440 165;
1288             max: 440 165;
1289             color: 255 0 0 100;
1290          }
1291       }
1292       part { name: "elm.rect.title";
1293          type: IMAGE;
1294          scale : 1;
1295          description { state: "default" 0.0;
1296             min: 200 37;
1297             fixed : 1 1;
1298             align: 0.5 0.0;
1299             visible: 0;
1300             image.normal: "00_popup_title_middle.png";
1301             image.border: 9 9 9 1;
1302             image.border_scale: 1;
1303             rel1 {
1304                relative: 0.0 0.0; to: "base";
1305             }
1306             rel2 {
1307                relative: 1.0 0.0; to: "base";
1308             }
1309          }
1310          description { state: "show_title" 0.0;
1311             inherit: "default" 0.0;
1312             visible: 1;
1313          }
1314       }
1315       part { name: "background";
1316          scale : 1;
1317          mouse_events: 0;
1318          description { state: "default" 0.0;
1319             min: 200 128;
1320             rel1.to: "elm.rect.title";
1321             rel2.to: "base";
1322             rel1.relative: 0.0 1.0;
1323             rel2.relative: 1.0 1.0;
1324             image {
1325                normal: "00_popup_bottom.png";
1326                border: 9 9 0 9;
1327                middle: DEFAULT;
1328                border_scale: 1;
1329             }
1330          }
1331       }
1332       part { name: "elm.swallow.title.icon";
1333          type: SWALLOW;
1334          scale: 1;
1335          description { state: "default" 0.0;
1336             min: 48 48;
1337             max: 48 48;
1338             fixed: 1 1;
1339             align: 0.0 0.5;
1340             rel1 {
1341                to: "elm.rect.title";
1342                relative: 0.0 0.0;
1343             }
1344             rel2 {
1345                to: "elm.rect.title";
1346                relative: 1.0 1.0;
1347             }   
1348             visible: 0;
1349          }
1350          description { state: "show_title_icon" 0.0;
1351             inherit: "default" 0.0;
1352             visible: 1;
1353          }
1354       }
1355       part {
1356          name: "elm.swallow.title";
1357          type: TEXTBLOCK;
1358          effect: SHADOW;
1359          scale:1;
1360          description {
1361             state: "default" 0.0;
1362             text
1363               {                 
1364                  style: "popup_image_title_style";
1365                  min: 0 0;
1366                  max: 0 1;
1367               }
1368             visible:0;
1369             color2: 0 0 0 255;
1370             rel1 { relative: 0.0 0.0; to: "elm.rect.title"; }  
1371             rel2 { relative: 1.0 1.0; to: "elm.rect.title"; }
1372             align: 0.5 0.5;
1373          }
1374          description { state: "show_title" 0.0;
1375             inherit: "default" 0.0;
1376             visible: 1;
1377          }
1378          description { state: "show_title_icon" 0.0;
1379             inherit: "default" 0.0;
1380             visible: 1;
1381          }
1382       }
1383       part { name: "elm.swallow.content";
1384          type: SWALLOW;
1385          scale : 1;
1386          description { state: "default" 0.0;
1387             min: 426 0;
1388             align: 0.0 0.0;
1389             fixed: 1 0;
1390             rel1 {
1391                relative: 0.05 0.05;
1392                to: "background";
1393             }
1394             rel2 {
1395                relative: 0.95 0.98;
1396                to: "background";
1397             }
1398          }
1399          description { state: "show_title" 0.0;
1400             inherit: "default" 0.0;
1401             rel1 {
1402                relative: 0.05 1.05;
1403                to: "elm.rect.title";
1404             }
1405          }
1406          description { state: "show_button_area" 0.0;
1407             inherit: "default" 0.0;
1408          }
1409          description { state: "show_button_title_area" 0.0;
1410             inherit: "default" 0.0;
1411             rel1 {
1412                relative: 0.05 1.05;
1413                to: "elm.rect.title";
1414             }
1415             rel2 {
1416                relative: 0.95 0.98;
1417                to: "background";
1418             }
1419          }
1420       }
1421       part { name: "elm.swallow.buttonArea.Background";
1422          type: RECT;
1423          scale : 1;
1424          description { state: "default" 0.0;
1425             min: 64 436;
1426             max: 64 436;
1427             fixed : 1 1;
1428             align: 1.0 0.5;
1429             visible: 1;
1430             rel1 {
1431                relative: 0.92 0.04;
1432                to: "bg";
1433             }
1434             rel2 {
1435                relative: 1.0  1.0);
1436                to_x: "bg";
1437                to_y: "base";
1438             }
1439             color: 0 255 0 0;
1440          }
1441          description { state: "show_button_area" 0.0;
1442             inherit: "default" 0.0;
1443             visible: 1;
1444          }
1445       }
1446       part { name: "elm.swallow.buttonArea";
1447          type: SWALLOW;
1448          scale : 1;
1449          description { state: "default" 0.0;
1450             min: 40 70;
1451             max: 60 436;
1452             fixed : 1 1;
1453             align: 0.5 0.5;
1454             visible: 0;
1455             rel1 {
1456                relative: 0.0 0.0;
1457                to: "elm.swallow.buttonArea.Background";
1458             }
1459             rel2 {
1460                relative: 1.0 1.0;
1461                to: "elm.swallow.buttonArea.Background";
1462             }
1463          }
1464          description { state: "show_button_area" 0.0;
1465             inherit: "default" 0.0;
1466             visible: 1;
1467          }
1468       }
1469       part { name: "pad_b_button";
1470          type: RECT;
1471          scale : 1;
1472          mouse_events: 0;
1473          repeat_events: 1;
1474          description { state: "default" 0.0;
1475             align: 0.5 1.0;
1476             min: 0 15;
1477             fixed: 0 1;
1478             color: 0 0 0 0;
1479             rel1 {
1480                relative: 0.0 1.0;
1481                to: "base";
1482             }
1483             rel2 {
1484                relative: 1.0 1.0;
1485                to: "base";
1486             }
1487          }
1488       }
1489    }
1490    programs {
1491       /*    program {
1492        name: "show";
1493        signal: "elm,state,show";
1494        source: "elm";
1495        action: STATE_SET "visible" 0.0;
1496        target: "background";
1497        transition: "DECELERATE" 0.5; 
1498        }
1499        program {
1500        name: "hide";
1501        signal: "elm,state,hide";
1502        source: "elm";
1503        action: STATE_SET "default" 0.0;
1504        target: "background";
1505        transition: "DECELERATE" 0.5; 
1506       }*/
1507       program { name: show_title;
1508          signal: "elm,state,title,visible";
1509          source: "elm";
1510          action: STATE_SET "show_title" 0.0;
1511          target: "elm.swallow.title";
1512          target: "elm.rect.title";
1513          target: "elm.swallow.content"; 
1514          target: "base";
1515       }
1516       program { name: hide_title;
1517          signal: "elm,state,title,hidden";
1518          source: "elm";
1519          action: STATE_SET "default" 0.0;
1520          target: "elm.swallow.title";
1521          target: "elm.rect.title";
1522          target: "elm.swallow.content"; 
1523          target: "base";
1524       }
1525       program { name: show_title_icon;
1526          signal: "elm,state,title,icon,visible";
1527          source: "elm";
1528          action: STATE_SET "show_title_icon" 0.0;
1529          target: "elm.swallow.title";
1530          target: "elm.swallow.title.icon";
1531       }
1532       program { name: hide_title_icon;
1533          signal: "elm,state,title,icon,hidden";
1534          source: "elm";
1535          action: STATE_SET "default" 0.0;
1536          target: "elm.swallow.title";
1537          target: "elm.swallow.title.icon";
1538       }
1539       program { name: show_button_area;
1540          signal: "elm,state,button,visible";
1541          source: "elm";
1542          action: STATE_SET "show_button_area" 0.0;
1543          target: "elm.swallow.buttonArea";
1544          target: "elm.swallow.content";
1545          target: "elm.swallow.buttonArea.Background"; 
1546          target: "base";
1547       }
1548       program { name: hide_button_area;
1549          signal: "elm,state,button,hidden";
1550          source: "elm";
1551          action: STATE_SET "default" 0.0;
1552          target: "elm.swallow.buttonArea";
1553          target: "elm.swallow.content";
1554          target: "elm.swallow.buttonArea.Background"; 
1555          target: "base";
1556       }
1557       program { name: show_button_title_area;
1558          signal: "elm,state,button,title,visible";
1559          source: "elm";
1560          action: STATE_SET "show_button_title_area" 0.0;
1561          target: "elm.swallow.content"; 
1562          target: "base";
1563       }
1564       program { name: hide_button_title_area;
1565          signal: "elm,state,button,title,hidden";
1566          source: "elm";
1567          action: STATE_SET "default" 0.0;
1568          target: "elm.swallow.content"; 
1569          target: "base";
1570       }
1571    } /* end of programs */
1572 }
1573
1574 group { name: "elm/popup/content/image_scroll";
1575    parts{
1576       part { name: "pad_t";
1577          type: RECT;
1578          scale : 1;
1579          mouse_events: 0;
1580          repeat_events: 1;
1581          description { state: "default" 0.0;
1582             align: 0.5 0.0;
1583             min: 0 9;
1584             fixed: 0 1;
1585             color: 0 0 0 0;
1586             rel1 {
1587                relative: 1.0 0.0;to_x: "pad_l";
1588             }
1589             rel2 {
1590                relative: 0.0 0.0;to_x: "pad_r"; 
1591             }
1592          }
1593       }
1594       part { name: "pad_l";
1595          type: RECT;
1596          scale: 1;
1597          description { state: "default" 0.0;
1598             min : 15 0;
1599             fixed: 1 0;
1600             rel1 { 
1601                relative: 0.0 0.0; 
1602             }
1603             rel2 { 
1604                relative: 0.0 1.0; 
1605             }
1606             color: 0 0 0 0;
1607             align: 0.0 0.0;
1608          }
1609       }
1610       part { name: "pad_r";     
1611          type: RECT;
1612          scale: 1;
1613          description { state: "default" 0.0;
1614             min : 15 0;
1615             fixed: 1 0;
1616             rel1 { 
1617                relative: 1.0 0.0; 
1618             }
1619             rel2 { 
1620                relative: 1.0 1.0; 
1621             }
1622             color: 0 0 0 0;
1623             align: 1.0 0.0;
1624          }
1625       } 
1626       part{ name:"elm.swallow.content";
1627          type: SWALLOW;
1628          scale : 1;
1629          description { state: "default" 0.0;
1630             min: 654 0;
1631             align: 0.5 0.5;
1632             fixed: 1 0;
1633             rel1 {
1634                relative: 0.5 1.0;
1635                to: "pad_t";
1636             }
1637             rel2 {
1638                relative: 0.5 0.0;
1639                to: "pad_b";     
1640             }
1641          }
1642       }
1643       part { name: "pad_b";
1644          type: RECT;
1645          scale : 1;
1646          mouse_events: 0;
1647          repeat_events: 1;
1648          description { state: "default" 0.0;
1649             align: 0.5 1.0;
1650             min: 0 5;
1651             fixed: 0 1;
1652             color: 0 0 0 0;
1653             rel1 {
1654                relative: 0.0 1.0;to_x: "pad_l";
1655             }
1656             rel2 {
1657                relative: 1.0 1.0;to_x: "pad_r"; 
1658             }
1659          }
1660       }
1661    }
1662 }
1663 group { name: "elm/popup/buttons2/image_scroll";
1664    parts{
1665       part{ name:"actionbtn1";
1666          type: SWALLOW;
1667          scale : 1;
1668          description { state: "default" 0.0;
1669             min: 60 60;
1670             max: 60 60;
1671             fixed : 1 1;
1672             align: 0.0 0.0;
1673             rel1 {
1674                relative: 0.0 0.0;
1675             }
1676          }
1677       }
1678       part { name: "elm.rect.pad_btn";
1679          type: RECT;
1680          scale : 1;
1681          description { state: "default" 0.0;
1682             min: 6 60;
1683             max: 6 60;
1684             fixed : 1 1;
1685             align: 0.5 1.0;
1686             color: 0 0 0 0;
1687             rel1 {
1688                relative: 0.5 0.0;
1689             }
1690             rel2 {
1691                relative: 0.5 1.0;
1692             }
1693          }
1694       }
1695       part{ name:"actionbtn2";
1696          type: SWALLOW;
1697          scale : 1;
1698          description { state: "default" 0.0;
1699             min: 60 60;
1700             max: 60 60;
1701             fixed : 1 1;
1702             align: 1.0 1.0;
1703             rel2 {
1704                relative: 1.0 1.0;
1705             }
1706          }
1707       }
1708    }
1709 }
1710
1711 group { name: "elm/popup/base/image_slider";
1712    parts {
1713       images {
1714          image: "00_popup_title_middle.png" COMP;
1715          image: "00_popup_content.png" COMP;
1716       }
1717       part { name: "bg";
1718          type: RECT;
1719          scale : 1;
1720          mouse_events: 0;
1721          repeat_events: 1;
1722          description { state: "default" 0.0;
1723             min: 780 460;
1724             max: 780 460;
1725             color: 255 0 0 0;
1726             rel1.relative: 0.0 0.0;
1727             rel2.relative: 1.0 1.0;
1728             align: 0.0 0.0;
1729          }
1730          description { state: "portrait" 0.0;
1731             inherit: "default" 0.0;
1732             min: 460 780;
1733             max: 460 780;
1734             color: 255 0 0 0;
1735          }
1736       }
1737       part { name: "base";
1738          type: RECT;
1739          scale : 1;
1740          mouse_events: 0;
1741          repeat_events: 1;
1742          description { state: "default" 0.0;
1743             min: 440 325;
1744             max: 460 325;
1745             fixed: 1 1;
1746             color: 255 0 0 0;
1747             rel1 {
1748                relative: 0.2 0.3; to: "bg";
1749             }
1750             rel2 {
1751                relative: 0.88 0.94; to: "bg";}
1752             align: 0.0 0.0;
1753          }
1754       }
1755       part { name: "elm.rect.title";
1756          type: IMAGE;
1757          scale : 1;
1758          description { state: "default" 0.0;
1759             min: 200 35;
1760             fixed : 1 1;
1761             align: 0.5 0.0;
1762             visible: 0;
1763             image.normal: "00_popup_title_middle.png";
1764             image.border: 9 9 9 1;
1765             image.border_scale: 1;
1766             rel1 {
1767                relative: 0.0 0.0; to: "base";
1768             }
1769             rel2 {
1770                relative: 1.0 0.0; to: "base";
1771             }
1772          }
1773          description { state: "show_title" 0.0;
1774             inherit: "default" 0.0;
1775             visible: 1;
1776          }
1777       }
1778       part { name: "background";
1779          scale : 1;
1780          mouse_events: 0;
1781          description { state: "default" 0.0;
1782             min: 200 128;
1783             fixed : 1 1;
1784             align: 0.5 0.0;
1785             rel1.to: "elm.rect.title";
1786             rel2.to: "base";
1787             rel1.relative: 0.0 1.0;
1788             rel2.relative: 1.0 0.94;
1789             image {
1790                normal: "00_popup_content.png";
1791                border: 9 9 1 8;
1792                middle: DEFAULT;
1793                border_scale: 1;
1794             }
1795          }
1796       }
1797       part { name: "elm.swallow.title.icon";
1798          type: SWALLOW;
1799          scale: 1;
1800          description { state: "default" 0.0;
1801             min: 48 48;
1802             max: 48 48;
1803             fixed: 1 1;
1804             align: 0.0 0.5;
1805             rel1 {
1806                to: "elm.rect.title";
1807                relative: 0.0 0.0;
1808             }
1809             rel2 {
1810                to: "elm.rect.title";
1811                relative: 1.0 1.0;
1812             }   
1813             visible: 0;
1814          }
1815          description { state: "show_title_icon" 0.0;
1816             inherit: "default" 0.0;
1817             visible: 1;
1818          }
1819       }
1820       part {
1821          name: "elm.swallow.title";
1822          type: TEXTBLOCK;
1823          effect: SHADOW;
1824          scale:1;
1825          description {
1826             state: "default" 0.0;
1827             text
1828               {                 
1829                  style: "popup_image_title_style";
1830                  min: 0 0;
1831                  max: 0 1;
1832               }
1833             visible:0;
1834             color2: 0 0 0 255;
1835             rel1 { relative: 0.0 0.0; to: "elm.rect.title"; }  
1836             rel2 { relative: 1.0 1.0; to: "elm.rect.title"; }
1837             align: 0.5 0.5;
1838          }
1839          description { state: "show_title" 0.0;
1840             inherit: "default" 0.0;
1841             visible: 1;
1842          }
1843          description { state: "show_title_icon" 0.0;
1844             inherit: "default" 0.0;
1845             visible: 1;
1846          }
1847       }
1848       part { name: "elm.swallow.content";
1849          type: SWALLOW;
1850          scale : 1;
1851          description { state: "default" 0.0;
1852             min: 430 0;
1853             align: 0.0 0.0;
1854             fixed: 1 0;
1855             rel1 {
1856                relative: 0.03 0.05;
1857                to: "background";
1858             }
1859             rel2 {
1860                relative: 0.97 0.98;
1861                to: "background";
1862             }
1863          }
1864          description { state: "show_title" 0.0;
1865             inherit: "default" 0.0;
1866             rel1 {
1867                relative: 0.05 1.05;
1868                to: "elm.rect.title";
1869             }
1870          }
1871          description { state: "show_button_area" 0.0;
1872             inherit: "default" 0.0;
1873          }
1874          description { state: "show_button_title_area" 0.0;
1875             inherit: "default" 0.0;
1876             rel1 {
1877                relative: 0.05 1.05;
1878                to: "elm.rect.title";
1879             }
1880             rel2 {
1881                relative: 0.95 0.98;
1882                to: "background";
1883             }
1884          }
1885       }
1886       part { name: "elm.swallow.buttonArea.Background";
1887          type: RECT;
1888          scale : 1;
1889          description { state: "default" 0.0;
1890             min: 64 436;
1891             max: 64 436;
1892             fixed : 1 1;
1893             align: 1.0 0.5;
1894             visible: 1;
1895             rel1 {
1896                relative: 0.92 0.04;
1897                to: "bg";
1898             }
1899             rel2 {
1900                relative: 1.0  1.0);
1901                to_x: "bg";
1902                to_y: "base";
1903             }
1904             color: 0 255 0 0;
1905          }
1906          description { state: "show_button_area" 0.0;
1907             inherit: "default" 0.0;
1908             visible: 1;
1909          }
1910       }
1911       part { name: "elm.swallow.buttonArea";
1912          type: SWALLOW;
1913          scale : 1;
1914          description { state: "default" 0.0;
1915             min: 40 70;
1916             max: 60 436;
1917             fixed : 1 1;
1918             align: 0.5 0.5;
1919             visible: 0;
1920             rel1 {
1921                relative: 0.0 0.0;
1922                to: "elm.swallow.buttonArea.Background";
1923             }
1924             rel2 {
1925                relative: 1.0 1.0;
1926                to: "elm.swallow.buttonArea.Background";
1927             }
1928          }
1929          description { state: "show_button_area" 0.0;
1930             inherit: "default" 0.0;
1931             visible: 1;
1932          }
1933       }
1934    }
1935    programs {
1936       /*    program {
1937        name: "show";
1938        signal: "elm,state,show";
1939        source: "elm";
1940        action: STATE_SET "visible" 0.0;
1941        target: "background";
1942        transition: "DECELERATE" 0.5; 
1943        }
1944        program {
1945        name: "hide";
1946        signal: "elm,state,hide";
1947        source: "elm";
1948        action: STATE_SET "default" 0.0;
1949        target: "background";
1950        transition: "DECELERATE" 0.5; 
1951       }*/
1952       program { name: show_title;
1953          signal: "elm,state,title,visible";
1954          source: "elm";
1955          action: STATE_SET "show_title" 0.0;
1956          target: "elm.swallow.title";
1957          target: "elm.rect.title";
1958          target: "elm.swallow.content"; 
1959          target: "base";
1960       }
1961       program { name: hide_title;
1962          signal: "elm,state,title,hidden";
1963          source: "elm";
1964          action: STATE_SET "default" 0.0;
1965          target: "elm.swallow.title";
1966          target: "elm.rect.title";
1967          target: "elm.swallow.content"; 
1968          target: "base";
1969       }
1970       program { name: show_title_icon;
1971          signal: "elm,state,title,icon,visible";
1972          source: "elm";
1973          action: STATE_SET "show_title_icon" 0.0;
1974          target: "elm.swallow.title";
1975          target: "elm.swallow.title.icon";
1976       }
1977       program { name: hide_title_icon;
1978          signal: "elm,state,title,icon,hidden";
1979          source: "elm";
1980          action: STATE_SET "default" 0.0;
1981          target: "elm.swallow.title";
1982          target: "elm.swallow.title.icon";
1983       }
1984       program { name: show_button_area;
1985          signal: "elm,state,button,visible";
1986          source: "elm";
1987          action: STATE_SET "show_button_area" 0.0;
1988          target: "elm.swallow.buttonArea";
1989          target: "elm.swallow.content";
1990          target: "elm.swallow.buttonArea.Background"; 
1991          target: "base";
1992       }
1993       program { name: hide_button_area;
1994          signal: "elm,state,button,hidden";
1995          source: "elm";
1996          action: STATE_SET "default" 0.0;
1997          target: "elm.swallow.buttonArea";
1998          target: "elm.swallow.content";
1999          target: "elm.swallow.buttonArea.Background"; 
2000          target: "base";
2001       }
2002       program { name: show_button_title_area;
2003          signal: "elm,state,button,title,visible";
2004          source: "elm";
2005          action: STATE_SET "show_button_title_area" 0.0;
2006          target: "elm.swallow.content"; 
2007          target: "base";
2008       }
2009       program { name: hide_button_title_area;
2010          signal: "elm,state,button,title,hidden";
2011          source: "elm";
2012          action: STATE_SET "default" 0.0;
2013          target: "elm.swallow.content"; 
2014          target: "base";
2015       }
2016    } /* end of programs */
2017 }
2018
2019 group { name: "elm/popup/content/image_slider";
2020    parts{
2021       part { name: "pad_t";
2022          type: RECT;
2023          scale : 1;
2024          mouse_events: 0;
2025          repeat_events: 1;
2026          description { state: "default" 0.0;
2027             align: 0.5 0.0;
2028             min: 0 9;
2029             fixed: 0 1;
2030             color: 0 0 0 0;
2031             rel1 {
2032                relative: 1.0 0.0;to_x: "pad_l";
2033             }
2034             rel2 {
2035                relative: 0.0 0.0;to_x: "pad_r"; 
2036             }
2037          }
2038       }
2039       part { name: "pad_l";
2040          type: RECT;
2041          scale: 1;
2042          description { state: "default" 0.0;
2043             min : 15 0;
2044             fixed: 1 0;
2045             rel1 { 
2046                relative: 0.0 0.0; 
2047             }
2048             rel2 { 
2049                relative: 0.0 1.0; 
2050             }
2051             color: 0 0 0 0;
2052             align: 0.0 0.0;
2053          }
2054       }
2055       part { name: "pad_r";     
2056          type: RECT;
2057          scale: 1;
2058          description { state: "default" 0.0;
2059             min : 15 0;
2060             fixed: 1 0;
2061             rel1 { 
2062                relative: 1.0 0.0; 
2063             }
2064             rel2 { 
2065                relative: 1.0 1.0; 
2066             }
2067             color: 0 0 0 0;
2068             align: 1.0 0.0;
2069          }
2070       } 
2071       part{ name:"elm.swallow.content";
2072          type: SWALLOW;
2073          scale : 1;
2074          description { state: "default" 0.0;
2075             min: 430 0;
2076             align: 0.5 0.5;
2077             fixed: 1 0;
2078             rel1 {
2079                relative: 0.5 1.0;
2080                to: "pad_t";
2081             }
2082             rel2 {
2083                relative: 0.5 0.0;
2084                to: "pad_b";     
2085             }
2086          }
2087       }
2088       part { name: "pad_b";
2089          type: RECT;
2090          scale : 1;
2091          mouse_events: 0;
2092          repeat_events: 1;
2093          description { state: "default" 0.0;
2094             align: 0.5 1.0;
2095             min: 0 5;
2096             fixed: 0 1;
2097             color: 0 0 0 0;
2098             rel1 {
2099                relative: 0.0 1.0;to_x: "pad_l";
2100             }
2101             rel2 {
2102                relative: 1.0 1.0;to_x: "pad_r"; 
2103             }
2104          }
2105       }
2106    }
2107 }
2108 group { name: "elm/popup/buttons2/image_slider";
2109    parts{
2110       part{ name:"actionbtn1";
2111          type: SWALLOW;
2112          scale : 1;
2113          description { state: "default" 0.0;
2114             min: 60 60;
2115             max: 60 60;
2116             fixed : 1 1;
2117             align: 0.0 0.0;
2118             rel1 {
2119                relative: 0.0 0.0;
2120             }
2121          }
2122       }
2123       part { name: "elm.rect.pad_btn";
2124          type: RECT;
2125          scale : 1;
2126          description { state: "default" 0.0;
2127             min: 6 60;
2128             max: 6 60;
2129             fixed : 1 1;
2130             align: 0.5 1.0;
2131             color: 0 0 0 0;
2132             rel1 {
2133                relative: 0.5 0.0;
2134             }
2135             rel2 {
2136                relative: 0.5 1.0;
2137             }
2138          }
2139       }
2140       part{ name:"actionbtn2";
2141          type: SWALLOW;
2142          scale : 1;
2143          description { state: "default" 0.0;
2144             min: 60 60;
2145             max: 60 60;
2146             fixed : 1 1;
2147             align: 1.0 1.0;
2148             rel2 {
2149                relative: 1.0 1.0;
2150             }
2151          }
2152       }
2153    }
2154 }
2155
2156 group { name: "elm/popup/base/image_list";
2157    parts {
2158       images {
2159          image: "00_popup_title_middle.png" COMP;
2160          image: "00_popup_bottom.png" COMP;
2161          image: "00_popup_bg.png" COMP;
2162       }
2163       part { name: "bg";
2164          type: RECT;
2165          scale : 1;
2166          mouse_events: 0;
2167          repeat_events: 1;
2168          description { state: "default" 0.0;
2169             min: 780 460;
2170             max: 780 460;
2171             color: 255 0 0 0;
2172             rel1.relative: 0.0 0.0;
2173             rel2.relative: 1.0 1.0;
2174             align: 0.0 0.0;
2175          }
2176          description { state: "portrait" 0.0;
2177             inherit: "default" 0.0;
2178             min: 460 780;
2179             max: 460 780;
2180             color: 255 0 0 100;
2181          }
2182       }
2183       part { name: "base";
2184          type: RECT;
2185          scale : 1;
2186          mouse_events: 0;
2187          repeat_events: 1;
2188          description { state: "default" 0.0;
2189             min: 350 275;
2190             max: 350 275;
2191             fixed: 1 1;
2192             color: 255 0 0 0;
2193             rel1 {
2194                relative: 0.25 0.4; to: "bg";
2195             }
2196             rel2 {
2197                relative: 0.88 0.94; to: "bg";}
2198             align: 0.0 0.0;
2199          }
2200       }
2201       part { name: "elm.rect.title";
2202          type: IMAGE;
2203          scale : 1;
2204          description { state: "default" 0.0;
2205             min: 350 35;
2206             fixed : 1 1;
2207             visible: 0;
2208             image.normal: "00_popup_title_middle.png";
2209             image.border: 9 9 9 1;
2210             image.border_scale: 1;
2211             rel1 {
2212                relative: 0.0 0.0; to: "base";
2213             }
2214             rel2 {
2215                relative: 1.0 0.0; to: "base";
2216             }
2217          }
2218          description { state: "show_title" 0.0;
2219             inherit: "default" 0.0;
2220             visible: 1;
2221          }
2222       }
2223       part { name: "background";
2224          scale : 1;
2225          mouse_events: 0;
2226          description { state: "default" 0.0;
2227             min: 350 128;
2228             fixed: 1 1;
2229             rel1.to: "elm.rect.title";
2230             rel1.relative: 0.0 1.0;
2231             rel2.to: "base";
2232             rel2.relative: 1.0 1.0;
2233             image {
2234                normal: "00_popup_bottom.png";
2235                border: 9 9 0 9;
2236                middle: DEFAULT;
2237                border_scale: 1;
2238             }
2239          }
2240       }
2241       part { name: "elm.swallow.title.icon";
2242          type: SWALLOW;
2243          scale: 1;
2244          description { state: "default" 0.0;
2245             min: 48 48;
2246             max: 48 48;
2247             fixed: 1 1;
2248             align: 0.0 0.5;
2249             rel1 {
2250                to: "elm.rect.title";
2251                relative: 0.0 0.0;
2252             }
2253             rel2 {
2254                to: "elm.rect.title";
2255                relative: 1.0 1.0;
2256             }   
2257             visible: 0;
2258          }
2259          description { state: "show_title_icon" 0.0;
2260             inherit: "default" 0.0;
2261             visible: 1;
2262          }
2263       }
2264       part {
2265          name: "elm.swallow.title";
2266          type: TEXTBLOCK;
2267          effect: SHADOW;
2268          scale:1;
2269          description {
2270             state: "default" 0.0;
2271             text
2272               {                 
2273                  style: "popup_image_title_style";
2274                  min: 0 0;
2275                  max: 0 1;
2276               }
2277             visible:0;
2278             color2: 0 0 0 255;
2279             rel1 { relative: 0.0 0.0; to: "elm.rect.title"; }  
2280             rel2 { relative: 1.0 1.0; to: "elm.rect.title"; }
2281             align: 0.5 0.5;
2282          }
2283          description { state: "show_title" 0.0;
2284             inherit: "default" 0.0;
2285             visible: 1;
2286          }
2287          description { state: "show_title_icon" 0.0;
2288             inherit: "default" 0.0;
2289             visible: 1;
2290          }
2291       }
2292       part { name: "elm.swallow.content";
2293          type: SWALLOW;
2294          scale : 1;
2295          description { state: "default" 0.0;
2296             min: 325 0;
2297             align: 0.5 0.5;
2298             fixed: 1 0;
2299             rel1 {
2300                relative: 0.05 0.05;
2301                to: "background";
2302             }
2303             rel2 {
2304                relative: 0.95 0.98;
2305                to: "background";
2306             }
2307          }
2308          description { state: "show_title" 0.0;
2309             inherit: "default" 0.0;
2310             rel1 {
2311                relative: 0.05 1.05;
2312                to: "elm.rect.title";
2313             }
2314          }
2315          description { state: "show_button_area" 0.0;
2316             inherit: "default" 0.0;
2317          }
2318          description { state: "show_button_title_area" 0.0;
2319             inherit: "default" 0.0;
2320             rel1 {
2321                relative: 0.05 1.05;
2322                to: "elm.rect.title";
2323             }
2324             rel2 {
2325                relative: 0.95 0.98;
2326                to: "background";
2327             }
2328          }
2329       }
2330       part { name: "elm.swallow.buttonArea.Background";
2331          type: RECT;
2332          scale : 1;
2333          description { state: "default" 0.0;
2334             min: 64 436;
2335             fixed : 1 1;
2336             align: 1.0 0.5;
2337             visible: 1;
2338             rel1 {
2339                relative: 0.92 0.04;
2340                to: "bg";
2341             }
2342             rel2 {
2343                relative: 1.0  1.0);
2344                to_x: "bg";
2345                to_y: "base";
2346             }
2347             color: 0 255 0 0;
2348          }
2349          description { state: "show_button_area" 0.0;
2350             inherit: "default" 0.0;
2351             visible: 1;
2352          }
2353       }
2354       part { name: "elm.swallow.buttonArea";
2355          type: SWALLOW;
2356          scale : 1;
2357          description { state: "default" 0.0;
2358             min: 40 70;
2359             fixed : 1 1;
2360             align: 0.5 0.5;
2361             visible: 0;
2362             rel1 {
2363                relative: 0.0 0.0;
2364                to: "elm.swallow.buttonArea.Background";
2365             }
2366             rel2 {
2367                relative: 1.0 1.0;
2368                to: "elm.swallow.buttonArea.Background";
2369             }
2370          }
2371          description { state: "show_button_area" 0.0;
2372             inherit: "default" 0.0;
2373             visible: 1;
2374          }
2375       }
2376    }
2377    programs {
2378       /*    program {
2379        name: "show";
2380        signal: "elm,state,show";
2381        source: "elm";
2382        action: STATE_SET "visible" 0.0;
2383        target: "background";
2384        transition: "DECELERATE" 0.5; 
2385        }
2386        program {
2387        name: "hide";
2388        signal: "elm,state,hide";
2389        source: "elm";
2390        action: STATE_SET "default" 0.0;
2391        target: "background";
2392        transition: "DECELERATE" 0.5; 
2393       }*/
2394       program { name: show_title;
2395          signal: "elm,state,title,visible";
2396          source: "elm";
2397          action: STATE_SET "show_title" 0.0;
2398          target: "elm.swallow.title";
2399          target: "elm.rect.title";
2400          target: "elm.swallow.content"; 
2401          target: "base";
2402       }
2403       program { name: hide_title;
2404          signal: "elm,state,title,hidden";
2405          source: "elm";
2406          action: STATE_SET "default" 0.0;
2407          target: "elm.swallow.title";
2408          target: "elm.rect.title";
2409          target: "elm.swallow.content"; 
2410          target: "base";
2411       }
2412       program { name: show_title_icon;
2413          signal: "elm,state,title,icon,visible";
2414          source: "elm";
2415          action: STATE_SET "show_title_icon" 0.0;
2416          target: "elm.swallow.title";
2417          target: "elm.swallow.title.icon";
2418       }
2419       program { name: hide_title_icon;
2420          signal: "elm,state,title,icon,hidden";
2421          source: "elm";
2422          action: STATE_SET "default" 0.0;
2423          target: "elm.swallow.title";
2424          target: "elm.swallow.title.icon";
2425       }
2426       program { name: show_button_area;
2427          signal: "elm,state,button,visible";
2428          source: "elm";
2429          action: STATE_SET "show_button_area" 0.0;
2430          target: "elm.swallow.buttonArea";
2431          target: "elm.swallow.content";
2432          target: "elm.swallow.buttonArea.Background"; 
2433          target: "base";
2434       }
2435       program { name: hide_button_area;
2436          signal: "elm,state,button,hidden";
2437          source: "elm";
2438          action: STATE_SET "default" 0.0;
2439          target: "elm.swallow.buttonArea";
2440          target: "elm.swallow.content";
2441          target: "elm.swallow.buttonArea.Background"; 
2442          target: "base";
2443       }
2444       program { name: show_button_title_area;
2445          signal: "elm,state,button,title,visible";
2446          source: "elm";
2447          action: STATE_SET "show_button_title_area" 0.0;
2448          target: "elm.swallow.content"; 
2449          target: "base";
2450       }
2451       program { name: hide_button_title_area;
2452          signal: "elm,state,button,title,hidden";
2453          source: "elm";
2454          action: STATE_SET "default" 0.0;
2455          target: "elm.swallow.content"; 
2456          target: "base";
2457       }
2458    } /* end of programs */
2459 }
2460
2461 group { name: "elm/popup/content/image_list";
2462    parts{
2463       part { name: "pad_t";
2464          type: RECT;
2465          scale : 1;
2466          mouse_events: 0;
2467          repeat_events: 1;
2468          description { state: "default" 0.0;
2469             align: 0.5 0.0;
2470             min: 0 9;
2471             fixed: 0 1;
2472             color: 0 0 0 0;
2473             rel1 {
2474                relative: 1.0 0.0;to_x: "pad_l";
2475             }
2476             rel2 {
2477                relative: 0.0 0.0;to_x: "pad_r"; 
2478             }
2479          }
2480       }
2481       part { name: "pad_l";
2482          type: RECT;
2483          scale: 1;
2484          description { state: "default" 0.0;
2485             min : 15 0;
2486             fixed: 1 0;
2487             rel1 { 
2488                relative: 0.0 0.0; 
2489             }
2490             rel2 { 
2491                relative: 0.0 1.0; 
2492             }
2493             color: 0 0 0 0;
2494             align: 0.0 0.0;
2495          }
2496       }
2497       part { name: "pad_r";     
2498          type: RECT;
2499          scale: 1;
2500          description { state: "default" 0.0;
2501             min : 15 0;
2502             fixed: 1 0;
2503             rel1 { 
2504                relative: 1.0 0.0; 
2505             }
2506             rel2 { 
2507                relative: 1.0 1.0; 
2508             }
2509             color: 0 0 0 0;
2510             align: 1.0 0.0;
2511          }
2512       } 
2513       part{ name:"elm.swallow.content";
2514          type: SWALLOW;
2515          scale : 1;
2516          description { state: "default" 0.0;
2517             min: 320 0;
2518             align: 0.5 0.5;
2519             fixed: 1 0;
2520             rel1 {
2521                relative: 0.5 1.0;
2522                to: "pad_t";
2523             }
2524             rel2 {
2525                relative: 0.5 0.0;
2526                to: "pad_b";     
2527             }
2528          }
2529       }
2530       part { name: "pad_b";
2531          type: RECT;
2532          scale : 1;
2533          mouse_events: 0;
2534          repeat_events: 1;
2535          description { state: "default" 0.0;
2536             align: 0.5 1.0;
2537             min: 0 5;
2538             fixed: 0 1;
2539             color: 0 0 0 0;
2540             rel1 {
2541                relative: 0.0 1.0;to_x: "pad_l";
2542             }
2543             rel2 {
2544                relative: 1.0 1.0;to_x: "pad_r"; 
2545             }
2546          }
2547       }
2548    }
2549 }
2550 group { name: "elm/popup/buttons2/image_list";
2551    parts{
2552       part{ name:"actionbtn1";
2553          type: SWALLOW;
2554          scale : 1;
2555          description { state: "default" 0.0;
2556             min: 60 60;
2557             max: 60 60;
2558             fixed : 1 1;
2559             align: 0.0 0.0;
2560             rel1 {
2561                relative: 0.0 0.0;
2562             }
2563          }
2564       }
2565       part { name: "elm.rect.pad_btn";
2566          type: RECT;
2567          scale : 1;
2568          description { state: "default" 0.0;
2569             min: 6 60;
2570             max: 6 60;
2571             fixed : 1 1;
2572             align: 0.5 1.0;
2573             color: 0 0 0 0;
2574             rel1 {
2575                relative: 0.5 0.0;
2576             }
2577             rel2 {
2578                relative: 0.5 1.0;
2579             }
2580          }
2581       }
2582       part{ name:"actionbtn2";
2583          type: SWALLOW;
2584          scale : 1;
2585          description { state: "default" 0.0;
2586             min: 60 60;
2587             max: 60 60;
2588             fixed : 1 1;
2589             align: 1.0 1.0;
2590             rel2 {
2591                relative: 1.0 1.0;
2592             }
2593          }
2594       }
2595    }
2596 }
2597