Merge "[Progressbar] issue image getting invisible for list progressbar. fixed."
[profile/ivi/efl-theme-tizen.git] / themes / groups / navigationbar_ex.edc
1 #define NAVIBAR_EX_EXTENDED_H 115
2 #define NAVIBAR_EX_EXTENDED_H2 186
3 #define NAVIBAR_EX_TITLE_SEPARATOR_H 5
4 #define NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H 5
5 #define NAVIBAR_EX_EXTENDED_COLOR 219 201 174 255
6 #define NAVIBAR_EX_TITLE_ITEM_H 67   //TODO: SHOULD BE 59
7 #define NAVIBAR_EX_TITLE_ITEM_MAX_W 112
8 #define NAVIBAR_EX_TITLE_SEPARATOR_H 5
9
10 ////////////////////////////////////////////////////////////////////////////////////////
11 // NavigationBar_ex
12 ////////////////////////////////////////////////////////////////////////////////////////
13 group { name: "elm/navigationbar_ex/content/default";
14    parts {
15       part { name: "clip";
16          type: RECT;
17          mouse_events: 0;
18          description { state: "default" 0.0;
19             rel1 {
20                to: "base";
21                offset: -9999 -9999;
22             }
23             rel2 {
24                to: "base";
25                offset: 9999 9999;
26             }
27             color: 255 255 255 255;
28          }
29          description { state: "visible" 0.0;
30             inherit: "default" 0.0;
31          }
32          description { state: "hidden" 0.0;
33             inherit: "default" 0.0;
34             color: 255 255 255 0;
35             visible: 0;
36          }
37          description { state: "hidden2" 0.0;
38             inherit: "default" 0.0;
39             color: 255 255 255 0;
40             visible: 0;
41          }
42       }
43       part { name: "base";
44          type: RECT;
45          mouse_events:  0;
46          clip_to: "clip";
47          description { state: "default" 0.0;
48             color: 0 0 0 0;
49          }
50          description { state: "hidden" 0.0;
51             color: 0 0 0 0;
52             rel1.relative: -1.0 0.0;
53             rel2.relative: 0.0 1.0;
54          }
55          description { state: "hidden2" 0.0;
56             color: 0 0 0 0;
57             rel1.relative: 1.0 0.0;
58             rel2.relative: 2.0 1.0;
59          }
60          description { state: "visible" 0.0;
61             color: 0 0 0 0;
62             rel1.relative: 0.0 0.0;
63             rel2.relative: 1.0 1.0;
64          }
65       }
66       part { name: "elm.swallow.content";
67          type: SWALLOW;
68          clip_to: "clip";
69          description { state: "default" 0.0;
70             rel1.to: "base";
71             rel2.to: "base";
72          }
73       }
74    }
75    programs {
76       program { name: "push_start";
77          signal: "elm,action,push";
78          source: "elm";
79          action:  STATE_SET "hidden2" 0.0;
80          target: "base";
81          target: "clip";
82          after: "show_start2";
83       }
84       program { name: "show_start";
85          signal: "elm,action,show";
86          source: "elm";
87          action:  STATE_SET "hidden" 0.0;
88          target: "base";
89          target: "clip";
90          after: "show_start2";
91       }
92       program { name: "show_start2";
93          action:  STATE_SET "visible" 0.0;
94          transition: DECELERATE 0.5;
95          target: "base";
96          target: "clip";
97          after: "show_end";
98       }
99       program { name: "show_end";
100          action: SIGNAL_EMIT "elm,action,show,finished" "";
101       }
102       program { name: "pop_start";
103          signal: "elm,action,pop";
104          source: "elm";
105          action:  STATE_SET "visible" 0.0;
106          target: "base";
107          target: "clip";
108          after: "pop_start2";
109       }
110       program { name: "pop_start2";
111          action:  STATE_SET "hidden2" 0.0;
112          transition: DECELERATE 0.5;
113          target: "base";
114          target: "clip";
115          after: "hide_end";
116       }
117       program { name: "hide_start";
118          signal: "elm,action,hide";
119          source: "elm";
120          action:  STATE_SET "visible" 0.0;
121          target: "base";
122          target: "clip";
123          after: "hide_start2";
124       }
125       program { name: "hide_start2";
126          action:  STATE_SET "hidden" 0.0;
127          transition: DECELERATE 0.5;
128          target: "base";
129          target: "clip";
130          after: "hide_end";
131       }
132       program { name: "hide_end";
133          action: SIGNAL_EMIT "elm,action,hide,finished" "";
134       }
135       program { name: "reset";
136          signal: "elm,action,reset";
137          source: "elm";
138          action:  STATE_SET "default" 0.0;
139          target: "base";
140          target: "clip";
141       }
142       program { name: "show_firstpage"; /*avoid effect in first page*/
143          signal: "elm,action,show,noanimate";
144          source: "elm";
145          action: STATE_SET "visible" 0.0;
146          target: "base";
147          target: "clip";
148          after: "show_end";
149       }
150       program { name: "hide_firstpage"; /*avoid effect in first page*/
151          signal: "elm,action,hide,noanimate";
152          source: "elm";
153          action: STATE_SET "hidden" 0.0;
154          target: "base";
155          target: "clip";
156          after: "hide_end";
157       }
158    }
159 }
160
161 group { name: "elm/navigationbar_ex/item/title/default";
162    images {
163       image: "navibar_item_separator.png" COMP;
164    }
165    parts {
166       part { name: "base";
167          mouse_events: 0;
168          repeat_events: 1;
169          description { state: "default" 0.0;
170             min: 1 (NAVI_BAR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
171             fixed: 1 1;
172             rel2.relative: 1.0 0.0;
173             align: 0.0 0.0;
174          }
175          description { state: "top" 0.0;
176             inherit: "default" 0.0;
177             min: 1 0;
178          }
179          description { state: "extended" 0.0;
180             inherit: "default" 0.0;
181             min: 1 (NAVIBAR_EX_EXTENDED_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
182          }
183       }
184       part { name: "navigationitem";
185          type: RECT;
186          mouse_events: 0;
187          clip_to: "clip_title";
188          description { state: "default" 0.0;
189             min: 1 (NAVI_BAR_H - NAVIBAR_EX_TITLE_SEPARATOR_H);
190             fixed: 0 1;
191             rel1 { relative: 0.0 0.0; to: "base";}
192             rel2 { relative: 1.0 0.0; to: "base";}
193             align: 0.5 0.0;
194             color: NAVIBAR_EX_EXTENDED_COLOR;
195          }
196       }
197       part { name: "clip_title";
198          mouse_events: 0;
199          description { state: "default" 0.0;
200             rel1 { to: "base"; }
201             rel2 { to: "base"; }
202          }
203       }
204       part { name: "elm.swallow.back";
205          type: SWALLOW;
206          clip_to: "clip_title";
207          scale: 1;
208          description { state: "default" 0.0;
209             fixed: 1 1;
210             min: 0 40;
211             max: NAVIBAR_EX_TITLE_ITEM_MAX_W 40;
212             align: 0.0 0.5;
213             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
214             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
215          }
216       }
217       part { name: "elm.rect.pada";
218          mouse_events: 0;
219          description { state: "default" 0.0;
220             min: 67 0;
221             fixed: 1 0;
222             align: 0.0 0.5;
223             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
224             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
225          }
226       }
227       part { name: "elm.rect.padb";
228          mouse_events: 0;
229          description { state: "default" 0.0;
230             min: 82 0;
231             fixed: 1 0;
232             align: 1.0 0.5;
233             rel1 { relative: 1.0 0.0; to: "navigationitem"; }
234             rel2 { relative: 1.0 1.0; to: "navigationitem"; }
235          }
236       }
237       part { name: "elm.text";
238          type: TEXT;
239          clip_to: "clip_title";
240          scale:1;
241          description { state: "default" 0.0;
242             text {
243                  font: "SLP:style=Medium";
244                  size: 22;
245                  min: 0 0;
246                  align: 0.5 0.5;
247                  max: 1 0;
248             }
249             color: NAVIGATIONBAR_TITLE_TEXT_COLOR;
250             align: 0.5 0.5;
251             rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
252             rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
253          }
254       }
255       part { name: "elm.swallow.content";
256          type: SWALLOW;
257          scale: 1;
258          description { state: "default" 0.0;
259             align: 0.0 0.0;
260             rel1 { relative: 0.0 1.0; to: "base"; offset: 0 -NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H; }
261             rel2 { relative: 1.0 1.0; }
262          }
263          description { state: "top" 0.0;
264             rel1 { relative: 0.0 0.0; }
265             rel2 { relative: 1.0 1.0; }
266          }
267       }
268       part { name: "navigationitem_separator";
269          type: IMAGE;
270          mouse_events: 0;
271          description { state: "default" 0.0;
272             min: 1 (NAVIBAR_EX_TITLE_SEPARATOR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
273             fixed: 0 1;
274             align: 0.5 1;
275             rel1 { to: "navigationitem"; relative: 0 1; }
276             rel2 { to: "base"; relative: 1 1; }
277             image { normal: "navibar_item_separator.png";
278                 border: 0 0 1 6;
279                 border_scale: 1;
280             }
281          }
282       }
283    }
284    programs {
285       program {
286          name: "moveup";
287          signal: "elm,state,item,moveup";
288          source: "elm";
289          action: STATE_SET "top" 0.0;
290          target: "base";
291          target: "elm.swallow.content";
292       }
293       program {
294          name: "movedown";
295          signal: "elm,state,item,movedown";
296          source: "elm";
297          action: STATE_SET "default" 0.0;
298          target: "base";
299          target: "elm.swallow.content";
300       }
301       program {
302          name: "extended_titlearea";
303          signal: "elm,state,show,title";
304          source: "elm";
305          action: STATE_SET "extended" 0.0;
306          target: "base";
307          transition: LINEAR 0.2;
308       }
309       program {
310          name: "retract_titlearea";
311          signal: "elm,state,hide,title";
312          source: "elm";
313          action: STATE_SET "default" 0.0;
314          target: "base";
315          transition: LINEAR 0.2;
316       }
317    }
318 }
319
320 group { name: "elm/navigationbar_ex/item/title_option_header/default";
321    images {
322       image: "navibar_item_separator.png" COMP;
323    }
324    parts {
325       part { name: "base";
326          mouse_events: 0;
327          repeat_events: 1;
328          description { state: "default" 0.0;
329             min: 1 (NAVIBAR_EX_EXTENDED_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
330             fixed: 1 1;
331             rel2.relative: 1.0 0.0;
332             align: 0.0 0.0;
333          }
334          description { state: "top" 0.0;
335             inherit: "default" 0.0;
336             min: 1 0;
337          }
338          description { state: "closed" 0.0;
339             inherit: "default" 0.0;
340             min: 1 (NAVI_BAR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
341          }
342       }
343       part { name: "navigationitem";
344          type: RECT;
345          mouse_events: 0;
346          clip_to: "clip_title";
347          description { state: "default" 0.0;
348             min: 1 (NAVI_BAR_H - NAVIBAR_EX_TITLE_SEPARATOR_H);
349             fixed: 0 1;
350             rel1 { relative: 0.0 0.0; to: "base";}
351             rel2 { relative: 1.0 0.0; to: "base";}
352             align: 0.5 0.0;
353             color: NAVIBAR_EX_EXTENDED_COLOR;
354          }
355       }
356       part { name: "clip_title";
357          mouse_events: 0;
358          description { state: "default" 0.0;
359             rel1 { to: "base"; }
360             rel2 { to: "base"; }
361          }
362       }
363       part { name: "elm.swallow.back";
364          type: SWALLOW;
365          clip_to: "clip_title";
366          scale: 1;
367          description { state: "default" 0.0;
368             fixed: 1 1;
369             min: 0 40;
370             max: NAVIBAR_EX_TITLE_ITEM_MAX_W 40;
371             align: 0.0 0.5;
372             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
373             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
374          }
375       }
376       part { name: "elm.rect.pada";
377          mouse_events: 0;
378          description { state: "default" 0.0;
379             min: 67 0;
380             fixed: 1 0;
381             align: 0.0 0.5;
382             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
383             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
384          }
385       }
386       part { name: "elm.rect.padb";
387          mouse_events: 0;
388          description { state: "default" 0.0;
389             min: 82 0;
390             fixed: 1 0;
391             align: 1.0 0.5;
392             rel1 { relative: 1.0 0.0; to: "navigationitem"; }
393             rel2 { relative: 1.0 1.0; to: "navigationitem"; }
394          }
395       }
396       part { name: "elm.text";
397          type: TEXT;
398          clip_to: "clip_title";
399          scale:1;
400          description { state: "default" 0.0;
401             text {
402                  font: "SLP:style=Medium";
403                  size: 22;
404                  min: 0 0;
405                  align: 0.5 0.5;
406                  max: 1 0;
407             }
408             color: NAVIGATIONBAR_TITLE_TEXT_COLOR;
409             align: 0.5 0.5;
410             rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
411             rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
412          }
413       }
414       part {
415          name: "events";
416          ignore_flags: ON_HOLD;
417          description {
418             state: "default" 0.0;
419             rel1 { to: "elm.rect.pada"; relative: 1 0; }
420             rel2 { to: "elm.rect.padb"; relative: 0 1; }
421          }
422       }
423       part { name: "elm.swallow.content";
424          type: SWALLOW;
425          scale: 1;
426          description { state: "default" 0.0;
427             align: 0.0 0.0;
428             rel1 { relative: 0.0 1.0; to: "base"; offset: 0 -NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H; }
429             rel2 { relative: 1.0 1.0; }
430          }
431          description { state: "top" 0.0;
432             rel1 { relative: 0.0 0.0; }
433             rel2 { relative: 1.0 1.0; }
434          }
435       }
436       part { name: "navigationitem_separator";
437          type: IMAGE;
438          mouse_events: 0;
439          description { state: "default" 0.0;
440             min: 1 (NAVIBAR_EX_TITLE_SEPARATOR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
441             fixed: 0 1;
442             align: 0.5 1;
443             rel1 { to: "navigationitem"; relative: 0 1; }
444             rel2 { to: "base"; relative: 1 1; }
445             image { normal: "navibar_item_separator.png";
446                 border: 0 0 1 6;
447                 border_scale: 1;
448             }
449          }
450       }
451       part {
452          name: "naviarrow";
453          type: IMAGE;
454          mouse_events: 1;
455          clip_to: "clip_title";
456          scale: 1;
457          description {
458             state: "default" 0.0;
459             min: 15 11;
460             max: 15 11;
461             fixed: 1 1;
462             align: 0.5 1.0;
463             rel1 { relative: 0 0; to: "navigationitem_separator"; offset: 0 1; }
464             rel2 { relative: 1 0; to: "navigationitem_separator"; offset: -1 0; }
465             image {
466                normal: "00_winset_control_top_arrow.png";
467             }
468          }
469       }
470       part { name: "elm.swallow.title";
471          type: SWALLOW;
472          scale: 1;
473          clip_to: "clip_title";
474          description { state: "default" 0.0;
475             min: 0 NAVIBAR_EX_TITLE_ITEM_H;
476             max: 999999 NAVIBAR_EX_TITLE_ITEM_H;
477             fixed: 0 1;
478             align: 0.5 0.0;
479             rel1 { to: "navigationitem_separator"; }
480             rel2 { to: "navigationitem_separator"; }
481             visible: 1;
482          }
483          description { state: "closed" 0.0;
484             inherit: "default" 0.0;
485             visible: 0;
486          }
487       }
488    }
489    programs {
490       program {
491          name: "click";
492          signal: "mouse,up,1";
493          source: "events";
494          action: SIGNAL_EMIT "elm,action,clicked" "elm";
495       }
496       program {
497          name: "moveup";
498          signal: "elm,state,item,moveup";
499          source: "elm";
500          action: STATE_SET "top" 0.0;
501          target: "base";
502          target: "elm.swallow.content";
503       }
504       program {
505          name: "movedown";
506          signal: "elm,state,item,movedown";
507          source: "elm";
508          action: STATE_SET "default" 0.0;
509          target: "base";
510          target: "elm.swallow.content";
511       }
512       program {
513          name: "extended_titlearea";
514          signal: "elm,state,show,title";
515          source: "elm";
516          action: STATE_SET "default" 0.0;
517          target: "base";
518          target: "elm.swallow.title";
519          transition: LINEAR 0.2;
520       }
521       program {
522          name: "retract_titlearea";
523          signal: "elm,state,hide,title";
524          source: "elm";
525          action: STATE_SET "closed" 0.0;
526          target: "base";
527          target: "elm.swallow.title";
528          transition: LINEAR 0.2;
529       }
530    }
531 }
532
533 group { name: "elm/navigationbar_ex/item/title_option_header2/default";
534    images {
535       image: "navibar_item_separator.png" COMP;
536    }
537    parts {
538       part { name: "base";
539          mouse_events: 0;
540          repeat_events: 1;
541          description { state: "default" 0.0;
542             min: 1 (NAVIBAR_EX_EXTENDED_H2 + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
543             fixed: 1 1;
544             rel2.relative: 1.0 0.0;
545             align: 0.0 0.0;
546          }
547          description { state: "top" 0.0;
548             inherit: "default" 0.0;
549             min: 1 0;
550          }
551          description { state: "closed" 0.0;
552             inherit: "default" 0.0;
553             min: 1 (NAVI_BAR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
554          }
555       }
556       part { name: "navigationitem";
557          type: RECT;
558          mouse_events: 0;
559          clip_to: "clip_title";
560          description { state: "default" 0.0;
561             min: 1 (NAVI_BAR_H - NAVIBAR_EX_TITLE_SEPARATOR_H);
562             fixed: 0 1;
563             rel1 { relative: 0.0 0.0; to: "base";}
564             rel2 { relative: 1.0 0.0; to: "base";}
565             align: 0.5 0.0;
566             color: NAVIBAR_EX_EXTENDED_COLOR;
567          }
568       }
569       part { name: "clip_title";
570          mouse_events: 0;
571          description { state: "default" 0.0;
572             rel1 { to: "base"; }
573             rel2 { to: "base"; }
574          }
575       }
576       part { name: "elm.swallow.back";
577          type: SWALLOW;
578          clip_to: "clip_title";
579          scale: 1;
580          description { state: "default" 0.0;
581             fixed: 1 1;
582             min: 0 40;
583             max: NAVIBAR_EX_TITLE_ITEM_MAX_W 40;
584             align: 0.0 0.5;
585             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
586             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
587          }
588       }
589       part { name: "elm.rect.pada";
590          mouse_events: 0;
591          description { state: "default" 0.0;
592             min: 67 0;
593             fixed: 1 0;
594             align: 0.0 0.5;
595             rel1 { relative: 0.0 0.0; to: "navigationitem"; }
596             rel2 { relative: 0.0 1.0; to: "navigationitem"; }
597          }
598       }
599       part { name: "elm.rect.padb";
600          mouse_events: 0;
601          description { state: "default" 0.0;
602             min: 82 0;
603             fixed: 1 0;
604             align: 1.0 0.5;
605             rel1 { relative: 1.0 0.0; to: "navigationitem"; }
606             rel2 { relative: 1.0 1.0; to: "navigationitem"; }
607          }
608       }
609       part { name: "elm.text";
610          type: TEXT;
611          clip_to: "clip_title";
612          scale:1;
613          description { state: "default" 0.0;
614             text {
615                  font: "SLP:style=Medium";
616                  size: 22;
617                  min: 0 0;
618                  align: 0.5 0.5;
619                  max: 1 0;
620             }
621             color: NAVIGATIONBAR_TITLE_TEXT_COLOR;
622             align: 0.5 0.5;
623             rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
624             rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
625          }
626       }
627       part {
628          name: "events";
629          ignore_flags: ON_HOLD;
630          description {
631             state: "default" 0.0;
632             rel1 { to: "elm.rect.pada"; relative: 1 0; }
633             rel2 { to: "elm.rect.padb"; relative: 0 1; }
634          }
635       }
636       part { name: "elm.swallow.content";
637          type: SWALLOW;
638          scale: 1;
639          description { state: "default" 0.0;
640             align: 0.0 0.0;
641             rel1 { relative: 0.0 1.0; to: "base"; offset: 0 -NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H; }
642             rel2 { relative: 1.0 1.0; }
643          }
644          description { state: "top" 0.0;
645             rel1 { relative: 0.0 0.0; }
646             rel2 { relative: 1.0 1.0; }
647          }
648       }
649       part { name: "navigationitem_separator";
650          type: IMAGE;
651          mouse_events: 0;
652          description { state: "default" 0.0;
653             min: 1 (NAVIBAR_EX_TITLE_SEPARATOR_H + NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H);
654             fixed: 0 1;
655             align: 0.5 1;
656             rel1 { to: "navigationitem"; relative: 0 1; }
657             rel2 { to: "base"; relative: 1 1; }
658             image { normal: "navibar_item_separator.png";
659                 border: 0 0 0 6;
660                 border_scale: 1;
661             }
662          }
663       }
664       part {
665          name: "naviarrow";
666          type: IMAGE;
667          mouse_events: 1;
668          clip_to: "clip_title";
669          scale: 1;
670          description {
671             state: "default" 0.0;
672             min: 15 11;
673             max: 15 11;
674             fixed: 1 1;
675             align: 0.5 1.0;
676             rel1 { relative: 0 0; to: "navigationitem_separator"; offset: 0 1; }
677             rel2 { relative: 1 0; to: "navigationitem_separator"; offset: -1 0; }
678             image {
679                normal: "00_winset_control_top_arrow.png";
680             }
681          }
682       }
683       part { name: "elm.swallow.title";
684          type: SWALLOW;
685          scale: 1;
686          clip_to: "clip_title";
687          description { state: "default" 0.0;
688             min: 0 (NAVIBAR_EX_TITLE_ITEM_H * 2);
689             max: 999999 (NAVIBAR_EX_TITLE_ITEM_H * 2);
690             fixed: 0 1;
691             align: 0.5 0.0;
692             rel1 { to: "navigationitem_separator"; }
693             rel2 { to: "navigationitem_separator"; }
694             visible: 1;
695          }
696          description { state: "closed" 0.0;
697             inherit: "default" 0.0;
698             visible: 0;
699          }
700       }
701    }
702    programs {
703       program {
704          name: "click";
705          signal: "mouse,up,1";
706          source: "events";
707          action: SIGNAL_EMIT "elm,action,clicked" "elm";
708       }
709       program {
710          name: "moveup";
711          signal: "elm,state,item,moveup";
712          source: "elm";
713          action: STATE_SET "top" 0.0;
714          target: "base";
715          target: "elm.swallow.content";
716       }
717       program {
718          name: "movedown";
719          signal: "elm,state,item,movedown";
720          source: "elm";
721          action: STATE_SET "default" 0.0;
722          target: "base";
723          target: "elm.swallow.content";
724       }
725       program {
726          name: "extended_titlearea";
727          signal: "elm,state,show,title";
728          source: "elm";
729          action: STATE_SET "default" 0.0;
730          target: "base";
731          target: "elm.swallow.title";
732          transition: LINEAR 0.2;
733       }
734       program {
735          name: "retract_titlearea";
736          signal: "elm,state,hide,title";
737          source: "elm";
738          action: STATE_SET "closed" 0.0;
739          target: "base";
740          target: "elm.swallow.title";
741          transition: LINEAR 0.2;
742       }
743    }
744 }
745
746 group { name: "elm/standard/navigationbar_ex/title_obj2";
747    parts {
748       part { name: "title_obj1";
749          type: SWALLOW;
750          scale: 1;
751          description { state: "default" 0.0;
752             min: 0 NAVIBAR_EX_TITLE_ITEM_H;
753             fixed: 0 1;
754             rel1 { relative: 0.0 0.0; }
755             rel2 { relative: 1.0 0.0; }
756             align: 0.0 0.0;
757          }
758       }
759       part {
760          name: "padding";
761          type: RECT;
762          description { state: "default" 0.0;
763             min: 0 1;
764             fixed: 0 1;
765             rel1 { relative: 0.0 1.0; to_y: "title_obj1"; }
766             rel2 { relative: 1.0 1.0; to_y: "title_obj1"; }
767             align: 0.0 0.0;
768             color: 207 128 19 255;
769          }
770       }
771       part { name: "title_obj2";
772          type: SWALLOW;
773          scale: 1;
774          description { state: "default" 0.0;
775             min: 0 NAVIBAR_EX_TITLE_ITEM_H;
776             fixed: 0 1;
777             rel1 { relative: 0.0 1.0; to_y: "padding"; }
778             rel2 { relative: 1.0 1.0; }
779             align: 0.0 0.0;
780          }
781       }
782    }
783 } //end group