Tizen 2.1 base
[apps/home/call-setting.git] / resource / call-setting.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #define MAIN_W 480
18 #define MAIN_H 800
19 #define DIALOGUEGROUP_ITEM_TOP_TEXT_COLOR_1_INC 0 0 0 255
20 #define DIALOGUEGROUP_ITEM_BOTTOM_TEXT_COLOR_1_INC 213 129 31 255
21 #define DIALOGUEGROUP_ITEM_BOTTOM_TEXT_DISABLED_COLOR_1_INC 147 120 98 255
22 #define DIALOGUEGROUP_ITEM_PRESSED_TEXT_COLOR_INC 255 255 255 255
23 #define DIALOGUEGROUP_ITEM_PRESSED_TEXT_COLOR_INC 255 255 255 255
24
25 #define DIALOGUEGROUP_ITEM_SINGLE_TEXT_COLOR_INC 0 0 0 255
26 #define DIALOGUEGROUP_ITEM_DISABLED_TEXT_COLOR_INC 163 157 138 255
27
28 #define EDITFIELD_TITLE_SIZE_INC 32
29 #define EDITFIELD_TITLE_COLOR_INC 73 73 73 255
30 #define EDITFIELD_GUIDE_TEXT_COLOR_INC 189 189 189 255
31 #define ENTRY_TEXT_SIZE_INC 44
32 #define EDITFIELD_DEFAULT_MINH_INC 112
33 #define EDITFIELD_DEFAULT_TOP1_MULTI_INC 45
34 #define EDITFIELD_DEFAULT_TOP2_INC 6
35 #define EDITFIELD_DEFAULT_LEFT1_INC 0
36 #define EDITFIELD_DEFAULT_LEFT2_INC 0
37 #define EDITFIELD_DEFAULT_RIGHT1_ERASER_SHOW_INC 56
38 #define EDITFIELD_DEFAULT_RIGHT2_INC 0
39 #define EDITFIELD_DEFAULT_BOTTOM1_MULTI_INC 5
40 #define EDITFIELD_DEFAULT_BOTTOM2_MULTI_INC 12
41 #define EDITFIELD_DEFAULT_ERASER_MINW_INC 48
42 #define EDITFIELD_DEFAULT_ERASER_MINH_INC 48
43 #define EDITFIELD_DEFAULT_ERASER_EVENT_MINW_INC 48
44 #define EDITFIELD_DEFAULT_ERASER_EVENT_MINH_INC 70
45
46 collections {
47         group {
48                 name: "nocontents";
49                 parts {
50                         part { name: "bg";
51                                 mouse_events: 0;
52                                 type: RECT;
53                                 description { state: "default" 0.0;
54                                         visible: 1;
55                                         rel1 { relative: 0.0 0.0;}
56                                         rel2 { relative: 1.0 1.0;}
57                                         color: 0 0 0 0;
58                                 }
59                         }
60
61                         part {
62                                 name: "contents";
63                                 type: SWALLOW;
64                                 mouse_events: 1;
65                                 description {
66                                         state: "default" 0.0;
67                                 }
68                         }
69                 }
70         }
71
72         group {
73                 name: "toolbar";
74                 parts {
75                         part {
76                                 name: "background";
77                                 type: RECT;
78                                 scale: 1;
79                                 description {
80                                         state: "default" 0.0;
81                                         rel1 { relative: 0.0 0.0; }
82                                         rel2 { relative: 1.0 1.0; }
83                                         color: 0 0 0 0;
84                                 }
85                         }
86
87                         part {
88                                 name: "elm.swallow.contents";
89                                 type: SWALLOW;
90                                 scale: 1;
91                                 description {
92                                         state: "default" 0.0;
93                                         visible: 1;
94                                         rel1 { relative: 0.0 0.0; to:"background"; }
95                                         rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
96                                 }
97                                 description {
98                                         state: "show_content2" 0.0;
99                                         visible: 0;
100                                         rel1 { relative: 0.0 0.0; to:"background"; }
101                                         rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
102                                 }
103                         }
104
105                         part {
106                                 name: "elm.swallow.contents2";
107                                 type: SWALLOW;
108                                 scale: 1;
109                                 description {
110                                         state: "default" 0.0;
111                                         visible: 0;
112                                         rel1 { relative: 0.0 0.0; to:"background"; }
113                                         rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
114                                 }
115                                 description {
116                                         state: "show_content2" 0.0;
117                                         visible: 1;
118                                         rel1 { relative: 0.0 0.0; to:"background"; }
119                                         rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
120                                 }
121                         }
122
123                         part {
124                                 name: "bottom_padding";
125                                 type: RECT;
126                                 mouse_events: 0;
127                                 scale: 1;
128                                 description {
129                                         state: "default" 0.0;
130                                         min: 0 0;
131                                         fixed: 0 1;
132                                         align: 0.5 1.0;
133                                         rel1 { relative: 0.0 1.0; to: "background"; }
134                                         rel2 { relative: 1.0 1.0; to: "background"; }
135                                         color: 0 0 0 0;
136                                 }
137
138                                 description {
139                                         state: "padding" 0.0;
140                                         inherit: "default" 0.0;
141                                         min: 0 82;
142                                 }
143                         }
144
145                         part {
146                                 name: "elm.swallow.toolbar";
147                                 type: SWALLOW;
148                                 mouse_events: 1;
149                                 scale: 1;
150                                 description {
151                                         state: "default" 0.0;
152                                         min: 0 86;
153                                         fixed: 0 1;
154                                         align: 0.5 1.0;
155                                         rel1 { relative: 0.0 1.0; }
156                                         rel2 { relative: 1.0 1.0; }
157                                 }
158                         }
159                 }
160
161                 programs {
162                         program {
163                                 name: "bottom_padding_content_area";
164                                 signal: "elm,layout,content,bottom_padding";
165                                 source: "layout";
166                                 action: STATE_SET "padding" 0.0;
167                                 target: "bottom_padding";
168                         }
169
170                         program {
171                                 name: "default_content_area";
172                                 signal: "elm,layout,content,default";
173                                 source: "layout";
174                                 action: STATE_SET "default" 0.0;
175                                 target: "bottom_padding";
176                         }
177
178                         program {
179                                 name: "show_contents1";
180                                 signal: "show,content1";
181                                 source: "code";
182                                 action: STATE_SET "default" 0.0;
183                                 target: "elm.swallow.contents";
184                                 target: "elm.swallow.contents2";
185                         }
186
187                         program {
188                                 name: "show_contents2";
189                                 signal: "show,content2";
190                                 source: "code";
191                                 action: STATE_SET "show_content2" 0.0;
192                                 target: "elm.swallow.contents";
193                                 target: "elm.swallow.contents2";
194                         }
195                 }
196         }
197
198         group {
199                 name: "video_call_image";
200
201                 parts {
202                         part {
203                                 name: "rect";
204                                 type: RECT;
205                                 scale: 1;
206                                 description {
207                                         state: "default" 0.0;
208                                         color: 0 0 0 0;
209                                 }
210                         }
211                         part {
212                                 name: "bg";
213                                 type: SWALLOW;
214                                 scale: 1;
215                                 description {
216                                         state: "default" 0.0;
217                                         color: 0 0 0 0;
218                                         rel1{to: "rect"; relative: 0.0 0.0;}
219                                         rel2{to: "rect"; relative: 1.0 1.0;}
220                                 }
221                         }
222                         part {
223                                 name: "rect/padding/top";
224                                 type: RECT;
225                                 scale: 1;
226                                 description {
227                                         state: "default" 0.0;
228                                         visible: 0;
229                                         min: 0 0;
230                                         align: 0.0 0.0;
231                                         fixed: 1 1;
232                                         rel1{to:"rect"; relative:0.0 0.0;}
233                                         rel2{to:"rect"; relative:1.0 0.0;}
234                                 }
235                         }
236                         part {
237                                 name: "rect/padding/left";
238                                 type: RECT;
239                                 scale: 1;
240                                 description {
241                                         state: "default" 0.0;
242                                         visible: 0;
243                                         min: 0 0;
244                                         align: 0.0 0.0;
245                                         fixed: 1 1;
246                                         rel1{to:"rect"; relative:0.0 0.0;}
247                                         rel2{to:"rect"; relative:0.0 1.0;}
248                                 }
249                         }
250                         part {
251                                 name: "rect/padding/right";
252                                 type: RECT;
253                                 scale: 1;
254                                 description {
255                                         state: "default" 0.0;
256                                         visible: 0;
257                                         min: 0 0;
258                                         align: 1.0 0.0;
259                                         fixed: 1 1;
260                                         rel1{to:"rect"; relative:1.0 0.0;}
261                                         rel2{to:"rect"; relative:1.0 1.0;}
262                                 }
263                         }
264                         part {
265                                 name: "rect/padding/bottom";
266                                 type: RECT;
267                                 scale: 1;
268                                 description {
269                                         state: "default" 0.0;
270                                         visible: 0;
271                                         min: 0 0;
272                                         align: 0.0 1.0;
273                                         fixed: 1 1;
274                                         rel1{to:"rect"; relative:0.0 1.0;}
275                                         rel2{to:"rect"; relative:1.0 1.0;}
276                                 }
277                         }
278                         part {
279                                 name: "box";
280                                 type: SWALLOW;
281                                 scale: 1;
282                                 description {
283                                         state: "default" 0.0;
284                                         fixed: 0 0;
285                                         min: 0 0;
286                                         color: 0 0 0 0;
287                                         rel1 {relative: 1.0 1.0; to_x: "rect/padding/left"; to_y: "rect/padding/top";}
288                                         rel2 {relative: 0.0 0.0; to_x: "rect/padding/right"; to_y: "rect/padding/bottom";}
289                                         align: 0.0 0.0;
290                                 }
291                         }
292                         part {
293                                 name: "content";
294                                 type: SWALLOW;
295                                 scale: 1;
296                                 description {
297                                         state: "default" 0.0;
298                                         fixed: 0 0;
299                                         min: 0 0;
300                                         color: 0 0 0 0;
301                                         rel1 {relative: 1.0 1.0; to_x: "rect/padding/left"; to_y: "rect/padding/top";}
302                                         rel2 {relative: 0.0 0.0; to_x: "rect/padding/right"; to_y: "rect/padding/bottom";}
303                                         align: 0.0 0.0;
304                                 }
305                         }
306                 }
307         }
308
309         group {
310                 name: "top_margin";
311                 parts {
312                         part {
313                                 name: "rect";
314                                 type: RECT;
315                                 scale: 1;
316                                 description {
317                                         visible: 0;
318                                         state: "default" 0.0;
319                                         min: 0 98;
320                                 }
321                         }
322                 }
323         }
324
325         group {
326                 name: "mid_margin";
327                 parts {
328                         part {
329                                 name: "rect";
330                                 type: RECT;
331                                 scale: 1;
332                                 description {
333                                         visible: 0;
334                                         state: "default" 0.0;
335                                         min: 0 40;
336                                 }
337                         }
338                 }
339         }
340
341         group {
342                 name: "hideme_image_help_txt";
343                 parts {
344                         part {
345                                 name: "rect/padding/top";
346                                 type: RECT;
347                                 scale: 1;
348                                 description {
349                                         state: "default" 0.0;
350                                         visible: 0;
351                                         min: 0 0;
352                                         align: 0.0 0.0;
353                                         fixed: 1 1;
354                                         rel1{relative:0.0 0.0;}
355                                         rel2{relative:1.0 0.0;}
356                                 }
357                         }
358                         part {
359                                 name: "rect/padding/bottom";
360                                 type: RECT;
361                                 scale: 1;
362                                 description {
363                                         state: "default" 0.0;
364                                         visible: 0;
365                                         min: 0 0;
366                                         align: 0.0 1.0;
367                                         fixed: 1 1;
368                                         rel1{relative:0.0 1.0;}
369                                         rel2{relative:1.0 1.0;}
370                                 }
371                         }
372                         part {
373                                 name: "rect/padding/left";
374                                 type: RECT;
375                                 scale: 1;
376                                 description {
377                                         state: "default" 0.0;
378                                         visible: 0;
379                                         min: 32 0;
380                                         align: 0.0 0.0;
381                                         fixed: 1 1;
382                                         rel1{relative:0.0 0.0;}
383                                         rel2{relative:0.0 1.0;}
384                                 }
385                         }
386                         part {
387                                 name: "rect/padding/right";
388                                 type: RECT;
389                                 scale: 1;
390                                 description {
391                                         state: "default" 0.0;
392                                         visible: 0;
393                                         min: 32 0;
394                                         align: 1.0 0.0;
395                                         fixed: 1 1;
396                                         rel1{relative:1.0 0.0;}
397                                         rel2{relative:1.0 1.0;}
398                                 }
399                         }
400                         part {
401                                 name: "box";
402                                 type: SWALLOW;
403                                 scale: 1;
404                                 description {
405                                         visible: 1;
406                                         state: "default" 0.0;
407                                         rel1 {relative: 1.0 1.0; to_x: "rect/padding/left";  to_y: "rect/padding/top";}
408                                         rel2 {relative: 0.0 0.0; to_x: "rect/padding/right";  to_y: "rect/padding/bottom";}
409                                 }
410                         }
411                 }
412         }
413
414         group { name, "dialoguegroup/contact";
415
416                 parts {
417                         part { name, "base";
418                                 type, RECT;
419                                 description {
420                                         state, "default" 0.0;
421                                         color, 0 0 0 0;
422                                 }
423                         }
424                         part { name, "pad/right";
425                                 type, RECT;
426                                 scale, 1;
427                                 description {
428                                         state, "default" 0.0;
429                                         min, 5 0;
430                                         fixed, 1 0;
431                                         rel1 { relative , 1.0 1.0; to, "base"; }
432                                         rel2.to, "base";
433                                         align, 1.0 1.0;
434                                         color, 0 0 0 0;
435                                 }
436                         }
437                         part { name, "button/base";
438                                 type, SWALLOW;
439                                 scale, 1;
440                                 description {
441                                         state, "default" 0.0;
442                                         min, 74 0;
443                                         max, 74 0;
444                                         fixed, 1 0;
445                                         rel1 {
446                                                 relative, 0.0 0.0;
447                                                 to_x, "pad/right";
448                                                 to_y, "base";
449                                         }
450                                         rel2 {
451                                                 relative, 0.0 0.0;
452                                                 to, "pad/right";
453                                         }
454                                         align, 1.0 0.5;
455                                 }
456                         }
457                         part { name, "button/sw";
458                                 type, SWALLOW;
459                                 scale, 1;
460                                 description {
461                                         state, "default" 0.0;
462                                         min, 74 74;
463                                         max, 74 74;
464                                         fixed, 1 1;
465                                         rel1 { relative, 0.0 0.5; to, "button/base"; }
466                                         rel2 { relative, 1.0 0.5; to, "button/base"; }
467                                         align, 1.0 0.5;
468                                 }
469                         }
470                         part { name, "pad/button/left";
471                                 type, RECT;
472                                 description {
473                                         min, 10 0;
474                                         max, 10 0;
475                                         fixed, 1 0;
476                                         state, "default" 0.0;
477                                         align, 1.0 0.5;
478                                         rel1 { relative , 0.0 0.0; to, "button/sw"; }
479                                         rel2 { relative , 0.0 0.0; to, "button/sw"; }
480                                 }
481                         }
482                         part { name, "editfield/sw";
483                                 type, SWALLOW;
484                                 description {
485                                         state, "default" 0.0;
486                                         align, 1.0 0.5;
487                                         rel1.to, "base";
488                                         rel2 {
489                                                 relative, 0.0 1.0;
490                                                 to_x, "pad/button/left";
491                                                 to_y, "base";
492                                         }
493                                 }
494                         }
495                 }
496         }
497         group { name: "elm/layout/editfield/callsetting";
498                 images {
499                         image: "00_EditField_clear.png" COMP;
500                 }
501            parts {
502               part {
503                  name: "base";
504                  type: RECT;
505                  scale: 1;
506                  ignore_flags: ON_HOLD;
507                  description {
508                     state: "default" 0.0;
509                     min: 0 EDITFIELD_DEFAULT_MINH_INC;
510                     color: 0 0 0 0;
511                  }
512               }
513               part {
514                  name: "top1";
515                  type: RECT;
516                  scale: 1;
517                  ignore_flags: ON_HOLD;
518                  description {
519                     state: "default" 0.0;
520                     visible: 0;
521                     min: 0 EDITFIELD_DEFAULT_TOP1_MULTI_INC;
522                     fixed: 1 1;
523                     rel1.relative: 0.0 0.0;
524                     rel2.relative: 1.0 0.0;
525                     align: 0.5 0;
526                  }
527               }
528               part {
529                  name: "top2";
530                  type: RECT;
531                  scale: 1;
532                  ignore_flags: ON_HOLD;
533                  description {
534                     state: "default" 0.0;
535                     visible: 0;
536                     min: 0 EDITFIELD_DEFAULT_TOP2_INC;
537                     fixed: 1 1;
538                     rel1.relative: 0.0 0.0;
539                     rel2.relative: 1.0 0.0;
540                     align: 0.5 0;
541                  }
542               }
543               part {
544                  name: "left1";
545                  type: RECT;
546                  scale: 1;
547                  ignore_flags: ON_HOLD;
548                  description {
549                     state: "default" 0.0;
550                     visible: 0;
551                     min: EDITFIELD_DEFAULT_LEFT1_INC 0;
552                     fixed: 1 1;
553                     align: 0 0;
554                     rel1.relative : 0.0 0.0;
555                     rel2.relative : 0.0 1.0;
556                  }
557               }
558               part {
559                  name: "left2";
560                  type: RECT;
561                  scale: 1;
562                  ignore_flags: ON_HOLD;
563                  description {
564                     state: "default" 0.0;
565                     visible: 0;
566                     min: EDITFIELD_DEFAULT_LEFT2_INC 0;
567                     fixed: 1 1;
568                     align: 0 0;
569                     rel1.relative : 0.0 0.0;
570                     rel2.relative : 0.0 1.0;
571                  }
572               }
573               part {
574                  name: "right1";
575                  type: RECT;
576                  scale: 1;
577                  ignore_flags: ON_HOLD;
578                  description {
579                     state: "default" 0.0;
580                     visible: 0;
581                     min: EDITFIELD_DEFAULT_RIGHT1_ERASER_SHOW_INC 0;
582                     fixed: 1 1;
583                     align: 1 0;
584                     rel1.relative : 1.0 0.0;
585                     rel2.relative : 1.0 1.0;
586                  }
587               }
588               part {
589                  name: "right2";
590                  type: RECT;
591                  scale: 1;
592                  ignore_flags: ON_HOLD;
593                  description {
594                     state: "default" 0.0;
595                     visible: 0;
596                     min: EDITFIELD_DEFAULT_RIGHT2_INC 0;
597                     fixed: 1 1;
598                     align: 1 0;
599                     rel1.relative : 1.0 0.0;
600                     rel2.relative : 1.0 1.0;
601                  }
602               }
603               part {
604                  name: "bottom1";
605                  type: RECT;
606                  scale: 1;
607                  ignore_flags: ON_HOLD;
608                  description {
609                     state: "default" 0.0;
610                     visible: 0;
611                     min: 0 EDITFIELD_DEFAULT_BOTTOM1_MULTI_INC;
612                     fixed: 1 1;
613                     align: 0 1;
614                     rel1.relative: 0.0 1.0;
615                  }
616               }
617               part {
618                  name: "bottom2";
619                  type: RECT;
620                  scale: 1;
621                  ignore_flags: ON_HOLD;
622                  description {
623                     state: "default" 0.0;
624                     visible: 0;
625                     min: 0 EDITFIELD_DEFAULT_BOTTOM2_MULTI_INC;
626                     fixed: 0 1;
627                     rel1.relative: 0.0 1.0;
628                     align: 0 1;
629                  }
630               }
631               part {
632                  name: "eraser_base";
633                  type: RECT;
634                  scale: 1;
635                  ignore_flags: ON_HOLD;
636                  description {
637                     state: "default" 0.0;
638                     visible: 0;
639                     rel1 {
640                        relative: 0.0 1.0;
641                        to_y: "top1";
642                     }
643                  }
644               }
645               part {
646                  name: "elm.text";
647                  type: TEXT;
648                  scale: 1;
649                  ignore_flags: ON_HOLD;
650                  description {
651                     state: "default" 0.0;
652                     align: 0.0 0.0;
653                     min: 0 34;
654                     fixed: 1 1;
655                     rel1 {
656                        relative: 1.0 1.0;
657                        to_x: "left2";
658                        to_y: "top2";
659                     }
660                     rel2 {
661                        relative: 1.0 1.0;
662                        to_x: "left2";
663                        to_y: "top2";
664                     }
665                     color: EDITFIELD_TITLE_COLOR_INC;
666                     text {
667                        font: "SLP:style=Medium";
668                        size: EDITFIELD_TITLE_SIZE_INC;
669                        min: 1 1;
670                        align: 0.0 0.0;
671                     }
672                  }
673               }
674               part {
675                  name: "elm.guidetext";
676                  type: TEXT;
677                  scale: 1;
678                  ignore_flags: ON_HOLD;
679                  description {
680                     state: "default" 0.0;
681                     align: 0.0 0.0;
682                     fixed: 1 1;
683                     rel1.to: "elm.swallow.content";
684                     rel2.to: "elm.swallow.content";
685                     color: EDITFIELD_GUIDE_TEXT_COLOR_INC;
686                     text {
687                        font: "SLP:style=Roman";
688                        size: ENTRY_TEXT_SIZE_INC;
689                        min: 0 0;
690                        align: 0.0 0.5;
691                     }
692                  }
693                  description {
694                     state: "hidden" 0.0;
695                     inherit: "default" 0.0;
696                     visible: 0;
697                  }
698               }
699               part {
700                  name: "elm.swallow.content";
701                  type: SWALLOW;
702                  scale: 1;
703                  ignore_flags: ON_HOLD;
704                  description {
705                     state: "default" 0.0;
706                     min: 0 40;
707                     rel1 {
708                        relative : 1.0 1.0;
709                        to_x: "left1";
710                        to_y: "top1";
711                     }
712                     rel2 {
713                        relative : 0.0 0.0;
714                        to_x: "right1";
715                        to_y: "bottom1";
716                     }
717                     align: 0.0 0.5;
718                  }
719               }
720               part {
721                  name: "eraser_image";
722                  scale: 1;
723                  description {
724                     state: "default" 0.0;
725                     visible: 0;
726                     min: EDITFIELD_DEFAULT_ERASER_MINW_INC EDITFIELD_DEFAULT_ERASER_MINH_INC;
727                     max: EDITFIELD_DEFAULT_ERASER_MINW_INC EDITFIELD_DEFAULT_ERASER_MINH_INC;
728                     fixed: 1 1;
729                     align: 1 0.5;
730                     rel1 {
731                        relative: 0.0 0.5;
732                        to_x : "right2";
733                        to_y : "eraser_base";
734                     }
735                     rel2 {
736                        relative: 0.0 0.5;
737                        to_x : "right2";
738                        to_y : "eraser_base";
739                     }
740                     image {
741                        normal: "00_EditField_clear.png";
742                        border: 10 10 10 10;
743                        border_scale: 1;
744                     }
745                  }
746                  description {
747                     state: "elm.eraser.show" 0.0;
748                     inherit: "default" 0.0;
749                     visible: 1;
750                  }
751               }
752               part {
753                  name: "eraser";
754                  type: RECT;
755                  mouse_events: 1;
756                  ignore_flags: ON_HOLD;
757                  description {
758                     state: "default" 0.0;
759                     visible: 0;
760                     min: EDITFIELD_DEFAULT_ERASER_EVENT_MINW_INC EDITFIELD_DEFAULT_ERASER_EVENT_MINH_INC;
761                     max: EDITFIELD_DEFAULT_ERASER_EVENT_MINW_INC EDITFIELD_DEFAULT_ERASER_EVENT_MINH_INC;
762                     fixed: 1 1;
763                     align: 1 0.5;
764                     color: 0 0 0 0;
765                     rel1 {
766                        relative: 0.0 0.5;
767                        to_x : "right2";
768                        to_y : "eraser_base";
769                     }
770                     rel2 {
771                        relative: 0.0 0.5;
772                        to_x : "right2";
773                        to_y : "eraser_base";
774                     }
775                  }
776                  description {
777                     state: "elm.eraser.show" 0.0;
778                     inherit: "default" 0.0;
779                     visible: 1;
780                  }
781               }
782            }
783            programs {
784               program {
785                  name: "guidetext_show";
786                  signal: "elm,state,guidetext,show";
787                  source: "elm";
788                  action: STATE_SET "default" 0.0;
789                  target: "elm.guidetext";
790               }
791               program {
792                  name: "guidetext_hide";
793                  signal: "elm,state,guidetext,hide";
794                  source: "elm";
795                  action: STATE_SET "hidden" 0.0;
796                  target: "elm.guidetext";
797               }
798               program {
799                  name: "eraser_show";
800                  signal: "elm,state,eraser,show";
801                  source: "elm";
802                  action: STATE_SET "elm.eraser.show" 0.0;
803                  target: "eraser_image";
804                  target: "eraser";
805               }
806               program {
807                  name: "eraser_hide";
808                  signal: "elm,state,eraser,hide";
809                  source: "elm";
810                  action: STATE_SET "default" 0.0;
811                  target: "eraser_image";
812                  target: "eraser";
813               }
814               program {
815                  name: "eraser_clicked";
816                  signal: "mouse,clicked,1";
817                  source: "eraser";
818                  action: SIGNAL_EMIT "elm,eraser,clicked" "elm";
819               }
820            }
821         }
822 }