Tizen release 1.0
[apps/core/preloaded/video-player.git] / res / edc / vp-controlbar.edc
1 /*
2  * Copyright   2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * This file is part of org.tizen.video-player
5  * Written by  JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>
6  *
7  * PROPRIETARY/CONFIDENTIAL
8  *
9  * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").
10  * You shall not disclose such Confidential Information and shall
11  * use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.
12  * SAMSUNG make no representations or warranties about the suitability
13  * of the software, either express or implied, including but not
14  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.
15  * SAMSUNG shall not be liable for any damages suffered by licensee as
16  * a result of using, modifying or distributing this software or its derivatives.
17  *
18  */
19
20 #define CONTROLBAR_LARGE_H              78
21 #define CONTROLBAR_LARGE_LANDSCAPE_H            62
22 #define CONTROLBAR_SMALL_H              65
23 #define CONTROLBAR_SMALL_LANDSCAPE_H            50
24 #define CONTROLBAR_W                    78
25
26 #define CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC 22 22 22 255
27 #define CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC 63 63 63 255
28
29
30         group{
31                 name: "elm/controlbar/base/video/default";
32                 parts{
33                         part{
34                                 name: "bg_rect";
35                                 type: RECT;
36                                 scale: 1;
37                                 mouse_events:0;
38                                 description{
39                                         state: "default" 0.0;
40                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
41                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
42                                         color: 0 0 0 0;
43                                 }
44                         }
45                         part{
46                                 name: "bg_image";
47                                 type: SWALLOW;
48                                 scale: 1;
49                                 mouse_events:0;
50                                 description{
51                                         state: "default" 0.0;
52                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
53                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
54                                 }
55                                 description{
56                                         state: "large" 0.0;
57                                         min: 0 CONTROLBAR_LARGE_H;
58                                         fixed: 0 1;
59                                         align: 0.5 1.0;
60                                         rel1 {relative: 0.0 1.0; offset: 0 -1;}
61                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
62                                 }
63                                 description{
64                                         state: "small" 0.0;
65                                         min: 0 CONTROLBAR_SMALL_H;
66                                         fixed: 0 1;
67                                         align: 0.5 1.0;
68                                         rel1 {relative: 0.0 1.0; offset: 0 -1;}
69                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
70                                 }
71                                 description{
72                                         state: "left" 0.0;
73                                         min: CONTROLBAR_W 0;
74                                         fixed: 1 0;
75                                         align: 0.0 0.5;
76                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
77                                         rel2 {relative: 0.0 1.0; offset: 0 -1;}
78                                 }
79                                 description{
80                                         state: "right" 0.0;
81                                         min: CONTROLBAR_W 0;
82                                         fixed: 1 0;
83                                         align: 1.0 0.5;
84                                         rel1 {relative: 1.0 0.0; offset: -1 0;}
85                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
86                                 }
87                         }
88                         part{
89                                 name: "elm.swallow.items";
90                                 type: SWALLOW;
91                                 scale: 1;
92                                 description{
93                                         state: "default" 0.0;
94                                         rel1 {relative: 0.0 0.0; to: "bg_image";}
95                                         rel2 {relative: 1.0 1.0; to: "bg_image";}
96                                 }
97                         }
98                 }
99                 programs{
100                         program{
101                                 name: "default";
102                                 signal: "elm,state,default";
103                                 source: "elm";
104                                 action: STATE_SET "default" 0.0;
105                                 target: "bg_image";
106                         }
107                         program{
108                                 name: "large";
109                                 signal: "elm,state,large";
110                                 source: "elm";
111                                 action: STATE_SET "large" 0.0;
112                                 target: "bg_image";
113                         }
114                         program{
115                                 name: "small";
116                                 signal: "elm,state,small";
117                                 source: "elm";
118                                 action: STATE_SET "small" 0.0;
119                                 target: "bg_image";
120                         }
121                         program{
122                                 name: "left";
123                                 signal: "elm,state,left";
124                                 source: "elm";
125                                 action: STATE_SET "left" 0.0;
126                                 target: "bg_image";
127                         }
128                         program{
129                                 name: "right";
130                                 signal: "elm,state,right";
131                                 source: "elm";
132                                 action: STATE_SET "right" 0.0;
133                                 target: "bg_image";
134                         }
135                 }
136         }
137
138         group{
139                 name: "elm/controlbar/background/video/default";
140                 images{
141                         image: "T01_toolbar_bg.png" COMP;
142                 }
143                 parts{
144                         part{
145                                 name: "bg_image";
146                                 type: IMAGE;
147                                 scale: 1;
148                                 mouse_events:0;
149                                 description{
150                                         state: "default" 0.0;
151                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
152                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
153                                         image.normal: "T01_toolbar_bg.png";
154                                         color: 255 255 255 255;
155                                 }
156                         }
157                         programs {
158                                 program {
159                                         name: "tabbar_bg";
160                                         signal: "elm,state,tabbar";
161                                         source: "elm";
162                                         action: STATE_SET "tabbar" 0.0;
163                                         target: "bg_image";
164                                 }
165                         }
166                 }
167         }
168
169         group{
170                 name: "elm/controlbar/view/video/default";
171                 parts{
172                         part{
173                                 name: "bg_rect";
174                                 type: RECT;
175                                 mouse_events:1;
176                                 description{
177                                         state: "default" 0.0;
178                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
179                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
180                                         color: 0 0 0 0;
181                                 }
182                         }
183                         part{
184                                 name: "elm.swallow.view";
185                                 type: SWALLOW;
186                                 description{
187                                         state: "default" 0.0;
188                                         rel1 {relative: 0.0 0.0; to: "bg_rect";}
189                                         rel2 {relative: 1.0 1.0; to: "bg_rect";}
190                                 }
191                         }
192                 }
193         }
194
195         group{
196                 name: "elm/controlbar/item_bg/video/default";
197                 images{
198                         image: "T01_toolbar_press.png" COMP;
199                 }
200                 parts{
201                         part{
202                                 name: "bg_rect";
203                                 type: RECT;
204                                 scale: 1;
205                                 mouse_events: 1;
206                                 description{
207                                         state: "default" 0.0;
208                                         min: 0 CONTROLBAR_SMALL_H;
209                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
210                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
211                                         color: 0 0 0 0;
212                                 }
213                         }
214                         part{
215                                 name: "bg_img";
216                                 type: IMAGE;
217                                 scale: 1;
218                                 mouse_events: 0;
219                                 description{
220                                         state: "default" 0.0;
221                                         visible: 0;
222                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
223                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
224                                 }
225                                 description{
226                                         state: "toolbar_pressed" 0.0;
227                                         inherit: "default" 0.0;
228                                         rel1 {relative: 0.0 0.07; offset: 3 0;}
229                                         rel2 {relative: 1.0 0.93; offset: -3 0;}
230                                         image.normal: "T01_toolbar_press.png";
231                                         image.border: 2 2 2 2;
232                                         visible: 1;
233                                 }
234                         }
235                         part{
236                                 name: "left_line";
237                                 type: RECT;
238                                 scale: 1;
239                                 mouse_events: 0;
240                                 description{
241                                         state: "default" 0.0;
242                                         visible: 0;
243                                         rel1 {relative: 0.0 0.0; offset: 0 5;}
244                                         rel2 {relative: 0.0 1.0; offset: 1 -3;}
245                                         color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
246                                 }
247                                 description{
248                                         state: "show" 0.0;
249                                         inherit: "default" 0.0;
250                                         visible: 1;
251                                 }
252                         }
253                         part{
254                                 name: "right_line";
255                                 type: RECT;
256                                 scale: 1;
257                                 mouse_events: 0;
258                                 description{
259                                         state: "default" 0.0;
260                                         visible: 0;
261                                         rel1 {relative: 1.0 0.0; offset: -1 5;}
262                                         rel2 {relative: 1.0 1.0; offset: 0 -3;}
263                                         color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
264                                 }
265                                 description{
266                                         state: "show" 0.0;
267                                         inherit: "default" 0.0;
268                                         visible: 1;
269                                 }
270                         }
271                         part{
272                                 name: "top_line";
273                                 type: RECT;
274                                 scale: 1;
275                                 mouse_events: 0;
276                                 description{
277                                         state: "default" 0.0;
278                                         visible: 0;
279                                         rel1 {relative: 0.0 0.0; offset: 5 0;}
280                                         rel2 {relative: 1.0 0.0; offset: -5 1;}
281                                         color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
282                                 }
283                                 description{
284                                         state: "show" 0.0;
285                                         inherit: "default" 0.0;
286                                         visible: 1;
287                                 }
288                         }
289                         part{
290                                 name: "bottom_line";
291                                 type: RECT;
292                                 scale: 1;
293                                 mouse_events: 0;
294                                 description{
295                                         state: "default" 0.0;
296                                         visible: 0;
297                                         rel1 {relative: 0.0 1.0; offset: 5 -1;}
298                                         rel2 {relative: 1.0 1.0; offset: -5 0;}
299                                         color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
300                                 }
301                                 description{
302                                         state: "show" 0.0;
303                                         inherit: "default" 0.0;
304                                         visible: 1;
305                                 }
306                         }
307                         part{
308                                 name: "item";
309                                 type: SWALLOW;
310                                 scale: 1;
311                                 mouse_events: 1;
312                                 description{
313                                         state: "default" 0.0;
314                                         rel1 {to: "bg_rect";}
315                                         rel2 {to: "bg_rect";}
316                                 }
317                         }
318                 }
319                 programs {
320                         program {
321                                 name: "toolbar_pressed";
322                                 signal: "elm,state,toolbar_pressed";
323                                 source: "elm";
324                                 action: STATE_SET "toolbar_pressed" 0.0;
325                                 target: "bg_img";
326                         }
327                         program {
328                                 name: "unselected";
329                                 signal: "elm,state,unselected";
330                                 source: "elm";
331                                 action: STATE_SET "default" 0.0;
332                                 target: "bg_img";
333                         }
334                         program {
335                                 name: "unpressed";
336                                 signal: "elm,state,unpressed";
337                                 source: "elm";
338                                 action: STATE_SET "default" 0.0;
339                                 target: "bg_img";
340                         }
341                         program {
342                                 name: "left_line_show";
343                                 signal: "elm,state,left_line_show";
344                                 source: "elm";
345                                 action: STATE_SET "show" 0.0;
346                                 target: "left_line";
347                         }
348                         program {
349                                 name: "left_line_hide";
350                                 signal: "elm,state,left_line_hide";
351                                 source: "elm";
352                                 action: STATE_SET "default" 0.0;
353                                 target: "left_line";
354                         }
355                         program {
356                                 name: "right_line_show";
357                                 signal: "elm,state,right_line_show";
358                                 source: "elm";
359                                 action: STATE_SET "show" 0.0;
360                                 target: "right_line";
361                         }
362                         program {
363                                 name: "right_line_hide";
364                                 signal: "elm,state,right_line_hide";
365                                 source: "elm";
366                                 action: STATE_SET "default" 0.0;
367                                 target: "right_line";
368                         }
369                         program {
370                                 name: "top_line_show";
371                                 signal: "elm,state,top_line_show";
372                                 source: "elm";
373                                 action: STATE_SET "show" 0.0;
374                                 target: "top_line";
375                         }
376                         program {
377                                 name: "top_line_hide";
378                                 signal: "elm,state,top_line_hide";
379                                 source: "elm";
380                                 action: STATE_SET "default" 0.0;
381                                 target: "top_line";
382                         }
383                         program {
384                                 name: "bottom_line_show";
385                                 signal: "elm,state,bottom_line_show";
386                                 source: "elm";
387                                 action: STATE_SET "show" 0.0;
388                                 target: "bottom_line";
389                         }
390                         program {
391                                 name: "bottom_line_hide";
392                                 signal: "elm,state,bottom_line_hide";
393                                 source: "elm";
394                                 action: STATE_SET "default" 0.0;
395                                 target: "bottom_line";
396                         }
397                 }
398         }
399
400
401         group{
402                 name: "elm/controlbar/base/video/landscape/default";
403
404                 parts{
405                         part{
406                                 name: "bg_rect";
407                                 type: RECT;
408                                 scale: 1;
409                                 mouse_events:0;
410                                 description{
411                                         state: "default" 0.0;
412                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
413                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
414                                         color: 0 0 0 0;
415                                 }
416                         }
417                         part{
418                                 name: "bg_image";
419                                 type: SWALLOW;
420                                 scale: 1;
421                                 mouse_events:0;
422                                 description{
423                                         state: "default" 0.0;
424                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
425                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
426                                 }
427                                 description{
428                                         state: "large" 0.0;
429                                         min: 0 CONTROLBAR_LARGE_LANDSCAPE_H;
430                                         fixed: 0 1;
431                                         align: 0.5 1.0;
432                                         rel1 {relative: 0.0 1.0; offset: 0 -1;}
433                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
434                                 }
435                                 description{
436                                         state: "small" 0.0;
437                                         min: 0 CONTROLBAR_SMALL_LANDSCAPE_H;
438                                         fixed: 0 1;
439                                         align: 0.5 1.0;
440                                         rel1 {relative: 0.0 1.0; offset: 0 -1;}
441                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
442                                 }
443                                 description{
444                                         state: "left" 0.0;
445                                         min: CONTROLBAR_W 0;
446                                         fixed: 1 0;
447                                         align: 0.0 0.5;
448                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
449                                         rel2 {relative: 0.0 1.0; offset: 0 -1;}
450                                 }
451                                 description{
452                                         state: "right" 0.0;
453                                         min: CONTROLBAR_W 0;
454                                         fixed: 1 0;
455                                         align: 1.0 0.5;
456                                         rel1 {relative: 1.0 0.0; offset: -1 0;}
457                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
458                                 }
459                         }
460                         part{
461                                 name: "elm.swallow.items";
462                                 type: SWALLOW;
463                                 scale: 1;
464                                 description{
465                                         state: "default" 0.0;
466                                         rel1 {relative: 0.0 0.0; to: "bg_image";}
467                                         rel2 {relative: 1.0 1.0; to: "bg_image";}
468                                 }
469                         }
470                 }
471                 programs{
472                         program{
473                                 name: "default";
474                                 signal: "elm,state,default";
475                                 source: "elm";
476                                 action: STATE_SET "default" 0.0;
477                                 target: "bg_image";
478                         }
479                         program{
480                                 name: "large";
481                                 signal: "elm,state,large";
482                                 source: "elm";
483                                 action: STATE_SET "large" 0.0;
484                                 target: "bg_image";
485                         }
486                         program{
487                                 name: "small";
488                                 signal: "elm,state,small";
489                                 source: "elm";
490                                 action: STATE_SET "small" 0.0;
491                                 target: "bg_image";
492                         }
493                         program{
494                                 name: "left";
495                                 signal: "elm,state,left";
496                                 source: "elm";
497                                 action: STATE_SET "left" 0.0;
498                                 target: "bg_image";
499                         }
500                         program{
501                                 name: "right";
502                                 signal: "elm,state,right";
503                                 source: "elm";
504                                 action: STATE_SET "right" 0.0;
505                                 target: "bg_image";
506                         }
507                 }
508         }
509
510         group{
511                 name: "elm/controlbar/background/video/landscape/default";
512
513                 images{
514                         image: "T01_toolbar_bg.png" COMP;
515                 }
516
517                 parts{
518                         part{
519                                 name: "bg_image";
520                                 type: IMAGE;
521                                 scale: 1;
522                                 mouse_events:0;
523                                 description{
524                                         state: "default" 0.0;
525                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
526                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
527                                         image.normal: "T01_toolbar_bg.png";
528                                         color: 255 255 255 255;
529                                 }
530                         }
531                         programs {
532                                 program {
533                                         name: "tabbar_bg";
534                                         signal: "elm,state,tabbar";
535                                         source: "elm";
536                                         action: STATE_SET "tabbar" 0.0;
537                                         target: "bg_image";
538                                 }
539                         }
540                 }
541         }
542
543         group{
544                 name: "elm/controlbar/view/video/landscape/default";
545
546                 parts{
547                         part{
548                                 name: "bg_rect";
549                                 type: RECT;
550                                 mouse_events:1;
551                                 description{
552                                         state: "default" 0.0;
553                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
554                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
555                                         color: 0 0 0 0;
556                                 }
557                         }
558                         part{
559                                 name: "elm.swallow.view";
560                                 type: SWALLOW;
561                                 description{
562                                         state: "default" 0.0;
563                                         rel1 {relative: 0.0 0.0; to: "bg_rect";}
564                                         rel2 {relative: 1.0 1.0; to: "bg_rect";}
565                                 }
566                         }
567                 }
568         }
569
570         group{
571                 name: "elm/controlbar/item_bg/video/landscape/default";
572                 images{
573                         image: "T01_toolbar_press.png" COMP;
574                 }
575
576                 parts{
577                         part{
578                                 name: "bg_rect";
579                                 type: RECT;
580                                 scale: 1;
581                                 mouse_events: 1;
582                                 description{
583                                         state: "default" 0.0;
584                                         min: 0 CONTROLBAR_SMALL_LANDSCAPE_H;
585                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
586                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
587                                         color: 0 0 0 0;
588                                 }
589                         }
590                         part{
591                                 name: "bg_img";
592                                 type: IMAGE;
593                                 scale: 1;
594                                 mouse_events: 0;
595                                 description{
596                                         state: "default" 0.0;
597                                         visible: 0;
598                                         rel1 {relative: 0.0 0.0; offset: 0 0;}
599                                         rel2 {relative: 1.0 1.0; offset: -1 -1;}
600                                 }
601                                 description{
602                                         state: "toolbar_pressed" 0.0;
603                                         inherit: "default" 0.0;
604                                         rel1 {relative: 0.0 0.07; offset: 3 0;}
605                                         rel2 {relative: 1.0 0.93; offset: -3 0;}
606                                         image.normal: "T01_toolbar_press.png";
607                                         image.border: 2 2 2 2;
608                                         visible: 1;
609                                 }
610                         }
611                         part{
612                                 name: "left_line";
613                                 type: RECT;
614                                 scale: 1;
615                                 mouse_events: 0;
616                                 description{
617                                         state: "default" 0.0;
618                                         visible: 0;
619                                         rel1 {relative: 0.0 0.0; offset: 0 5;}
620                                         rel2 {relative: 0.0 1.0; offset: 1 -3;}
621                                         color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
622                                 }
623                                 description{
624                                         state: "show" 0.0;
625                                         inherit: "default" 0.0;
626                                         visible: 1;
627                                 }
628                         }
629                         part{
630                                 name: "right_line";
631                                 type: RECT;
632                                 scale: 1;
633                                 mouse_events: 0;
634                                 description{
635                                         state: "default" 0.0;
636                                         visible: 0;
637                                         rel1 {relative: 1.0 0.0; offset: -1 5;}
638                                         rel2 {relative: 1.0 1.0; offset: 0 -3;}
639                                         color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
640                                 }
641                                 description{
642                                         state: "show" 0.0;
643                                         inherit: "default" 0.0;
644                                         visible: 1;
645                                 }
646                         }
647                         part{
648                                 name: "top_line";
649                                 type: RECT;
650                                 scale: 1;
651                                 mouse_events: 0;
652                                 description{
653                                         state: "default" 0.0;
654                                         visible: 0;
655                                         rel1 {relative: 0.0 0.0; offset: 5 0;}
656                                         rel2 {relative: 1.0 0.0; offset: -5 1;}
657                                         color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
658                                 }
659                                 description{
660                                         state: "show" 0.0;
661                                         inherit: "default" 0.0;
662                                         visible: 1;
663                                 }
664                         }
665                         part{
666                                 name: "bottom_line";
667                                 type: RECT;
668                                 scale: 1;
669                                 mouse_events: 0;
670                                 description{
671                                         state: "default" 0.0;
672                                         visible: 0;
673                                         rel1 {relative: 0.0 1.0; offset: 5 -1;}
674                                         rel2 {relative: 1.0 1.0; offset: -5 0;}
675                                         color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
676                                 }
677                                 description{
678                                         state: "show" 0.0;
679                                         inherit: "default" 0.0;
680                                         visible: 1;
681                                 }
682                         }
683                         part{
684                                 name: "item";
685                                 type: SWALLOW;
686                                 scale: 1;
687                                 mouse_events: 1;
688                                 description{
689                                         state: "default" 0.0;
690                                         rel1 {to: "bg_rect";}
691                                         rel2 {to: "bg_rect";}
692                                 }
693                         }
694                 }
695                 programs {
696                         program {
697                                 name: "toolbar_pressed";
698                                 signal: "elm,state,toolbar_pressed";
699                                 source: "elm";
700                                 action: STATE_SET "toolbar_pressed" 0.0;
701                                 target: "bg_img";
702                         }
703                         program {
704                                 name: "unselected";
705                                 signal: "elm,state,unselected";
706                                 source: "elm";
707                                 action: STATE_SET "default" 0.0;
708                                 target: "bg_img";
709                         }
710                         program {
711                                 name: "unpressed";
712                                 signal: "elm,state,unpressed";
713                                 source: "elm";
714                                 action: STATE_SET "default" 0.0;
715                                 target: "bg_img";
716                         }
717                         program {
718                                 name: "left_line_show";
719                                 signal: "elm,state,left_line_show";
720                                 source: "elm";
721                                 action: STATE_SET "show" 0.0;
722                                 target: "left_line";
723                         }
724                         program {
725                                 name: "left_line_hide";
726                                 signal: "elm,state,left_line_hide";
727                                 source: "elm";
728                                 action: STATE_SET "default" 0.0;
729                                 target: "left_line";
730                         }
731                         program {
732                                 name: "right_line_show";
733                                 signal: "elm,state,right_line_show";
734                                 source: "elm";
735                                 action: STATE_SET "show" 0.0;
736                                 target: "right_line";
737                         }
738                         program {
739                                 name: "right_line_hide";
740                                 signal: "elm,state,right_line_hide";
741                                 source: "elm";
742                                 action: STATE_SET "default" 0.0;
743                                 target: "right_line";
744                         }
745                         program {
746                                 name: "top_line_show";
747                                 signal: "elm,state,top_line_show";
748                                 source: "elm";
749                                 action: STATE_SET "show" 0.0;
750                                 target: "top_line";
751                         }
752                         program {
753                                 name: "top_line_hide";
754                                 signal: "elm,state,top_line_hide";
755                                 source: "elm";
756                                 action: STATE_SET "default" 0.0;
757                                 target: "top_line";
758                         }
759                         program {
760                                 name: "bottom_line_show";
761                                 signal: "elm,state,bottom_line_show";
762                                 source: "elm";
763                                 action: STATE_SET "show" 0.0;
764                                 target: "bottom_line";
765                         }
766                         program {
767                                 name: "bottom_line_hide";
768                                 signal: "elm,state,bottom_line_hide";
769                                 source: "elm";
770                                 action: STATE_SET "default" 0.0;
771                                 target: "bottom_line";
772                         }
773                 }
774         }
775