Use icon size name instead of 32,64
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_normal.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18 /*
19  * vim:ts=3
20 */
21
22 /* genlist multisense sample/tone listing */
23    sounds {
24       sample {
25          name: "button-pressed" RAW;
26          source: "button-pressed.wav";
27       }
28    }
29
30    group { name: "elm/list/item/matchlist";
31       alias: "elm/list/item_odd/matchlist";
32       alias: "elm/list/item_compress/matchlist";
33       alias: "elm/list/item_compress_odd/matchlist";
34       data.item: "stacking" "above";
35       data.item: "selectraise" "on";
36       data.item: "texts" "elm.text";
37       data.item: "contents" "elm.swallow.icon elm.swallow.end";
38       images {
39          image: "00_list_bar_press_1x80.png" COMP;
40       }
41       parts {
42          GENLIST_PART_BASE( GENLIST_HEIGHT_93_INC )
43          GENLIST_PART_BG_IMAGE
44          GENLIST_PART_BOTTOM_LINE
45          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
46          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
47          part { name: "elm.swallow.end";
48             clip_to: "disclip";
49             type: SWALLOW;
50             scale: 1;
51             description { state: "default" 0.0;
52                fixed: 1 0;
53                align: 1.0 0.5;
54                rel1.to_x: "elm.padding.right";
55                rel2 {
56                   relative: 0.0  1.0;
57                   to_x: "elm.padding.right";
58                }
59             }
60          }
61          part { name: "elm.text";
62             clip_to: "disclip";
63             type: TEXTBLOCK;
64             mouse_events: 0;
65             scale: 1;
66             description { state: "default" 0.0;
67                rel1 {
68                   relative: 1.0  0.2;
69                   offset: 0 0;
70                   to_x: "elm.swallow.icon";
71                }
72                rel2 {
73                   to_x: "elm.swallow.end";
74                   relative: 0.0  1.0;
75                   offset:   0   0;
76                }
77                text {
78                   style: "text_style";
79                }
80             }
81             description { state: "selected" 0.0;
82                inherit: "default" 0.0;
83                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
84             }
85          }
86          part { name: "elm.swallow.icon";
87             clip_to: "disclip";
88             type: SWALLOW;
89             description { state: "default" 0.0;
90                fixed: 1 0;
91                align: 0.0 0.5;
92                rel1 {
93                   relative: 1.0 0.0;
94                   to_x: "elm.padding.left";
95                }
96                rel2.to_x: "elm.padding.left";
97             }
98          }
99          GENLIST_PART_DISCLIP
100       }
101       programs {
102          // signal: elm,state,%s,active
103          //   a "check" item named %s went active
104          // signal: elm,state,%s,passive
105          //   a "check" item named %s went passive
106          // default is passive
107          program { name: "go_active";
108             signal: "elm,state,selected";
109             source: "elm";
110             action: STATE_SET "selected" 0.0;
111             target: "bg_image";
112             target: "elm.text";
113             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
114          }
115          program { name: "go_passive";
116             signal: "elm,state,unselected";
117             source: "elm";
118             action: STATE_SET "default" 0.0;
119             target: "bg_image";
120             target: "elm.text";
121             transition: LINEAR 0.1;
122          }
123          program { name: "go_disabled";
124             signal: "elm,state,disabled";
125             source: "elm";
126             action: STATE_SET "disabled" 0.0;
127             target: "disclip";
128          }
129          program { name: "go_enabled";
130             signal: "elm,state,enabled";
131             source: "elm";
132             action: STATE_SET "default" 0.0;
133             target: "disclip";
134          }
135          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
136       }
137    }
138
139    group { name: "elm/genlist/item/default/default";
140       alias: "elm/genlist/item_odd/default/default";
141       alias: "elm/genlist/item_compress/default/default";
142       alias: "elm/genlist/item_compress_odd/default/default";
143       alias: "elm/list/item/default";
144       alias: "elm/list/item_odd/default";
145       alias: "elm/list/item_compress/default";
146       alias: "elm/list/item_compress_odd/default";
147       data.item: "stacking" "above";
148       data.item: "selectraise" "on";
149       data.item: "texts" "elm.text";
150       data.item: "contents" "elm.swallow.icon elm.swallow.end";
151       images {
152          image: "00_list_bar_press_1x80.png" COMP;
153       }
154       parts {
155          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
156          GENLIST_PART_BG_IMAGE
157          GENLIST_PART_BOTTOM_LINE
158          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
159          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
160          part { name: "elm.swallow.end";
161             clip_to: "disclip";
162             type: SWALLOW;
163             scale: 1;
164             description { state: "default" 0.0;
165                fixed: 1 0;
166                align: 1.0 0.5;
167                rel1.to_x: "elm.padding.right";
168                rel2 {
169                   relative: 0.0  1.0;
170                   to_x: "elm.padding.right";
171                }
172             }
173          }
174          part { name: "elm.text";
175             clip_to: "disclip";
176             type: TEXT;
177             mouse_events: 0;
178             scale: 1;
179             description { state: "default" 0.0;
180                rel1 {
181                   relative: 1.0  0.0;
182                   offset: 0 0;
183                   to_x: "elm.swallow.icon";
184                }
185                rel2 {
186                   to_x: "elm.swallow.end";
187                   relative: 0.0  1.0;
188                   offset:   0   0;
189                }
190                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
191                text {
192                   font: "SLP:style=Roman";
193                   size: GENLIST_FONT_44_INC;
194                   min: 0 1;
195                   align: 0.0 0.5;
196                   text_class: "list_item";
197                }
198             }
199             description { state: "selected" 0.0;
200                inherit: "default" 0.0;
201                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
202             }
203          }
204          part { name: "elm.swallow.icon";
205             clip_to: "disclip";
206             type: SWALLOW;
207             description { state: "default" 0.0;
208                fixed: 1 0;
209                align: 0.0 0.5;
210                rel1 {
211                   relative: 1.0 0.0;
212                   to_x: "elm.padding.left";
213                }
214                rel2.to_x: "elm.padding.left";
215             }
216          }
217          GENLIST_PART_DISCLIP
218       }
219       programs {
220          // signal: elm,state,%s,active
221          //   a "check" item named %s went active
222          // signal: elm,state,%s,passive
223          //   a "check" item named %s went passive
224          // default is passive
225          program { name: "go_active";
226             signal: "elm,state,selected";
227             source: "elm";
228             action: STATE_SET "selected" 0.0;
229             target: "bg_image";
230             target: "elm.text";
231             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
232          }
233          program { name: "go_passive";
234             signal: "elm,state,unselected";
235             source: "elm";
236             action: STATE_SET "default" 0.0;
237             target: "bg_image";
238             target: "elm.text";
239             transition: LINEAR 0.1;
240          }
241          program { name: "go_disabled";
242             signal: "elm,state,disabled";
243             source: "elm";
244             action: STATE_SET "disabled" 0.0;
245             target: "disclip";
246          }
247          program { name: "go_enabled";
248             signal: "elm,state,enabled";
249             source: "elm";
250             action: STATE_SET "default" 0.0;
251             target: "disclip";
252          }
253          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
254       }
255    }
256
257    group { name: "elm/genlist/item/1icon/with_no_line/default";
258       alias: "elm/genlist/item_odd/1icon/with_no_line/default";
259       alias: "elm/genlist/item_compress/1icon/with_no_line/default";
260       alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
261       data.item: "stacking" "above";
262       data.item: "selectraise" "on";
263       data.item: "contents" "elm.icon";
264       parts {
265          part { name: "base";
266             type: RECT;
267             repeat_events: 1;
268             scale: 1;
269             description { state: "default" 0.0;
270                color: GENLIST_PART_BG_COLOR_INC;
271             }
272          }
273          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
274          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
275          part { name: "elm.icon";
276             clip_to: "disclip";
277             type: SWALLOW;
278             description { state: "default" 0.0;
279                rel1 {
280                   relative: 1.0 0.0;
281                   to_x: "elm.padding.left";
282                }
283                rel2 {
284                   relative: 0.0 1.0;
285                   to_x: "elm.padding.right";
286                }
287             }
288          }
289          GENLIST_PART_DISCLIP
290       }
291       programs {
292          // signal: elm,state,%s,active
293          //   a "check" item named %s went active
294          // signal: elm,state,%s,passive
295          //   a "check" item named %s went passive
296          // default is passive
297          program { name: "go_disabled";
298             signal: "elm,state,disabled";
299             source: "elm";
300             action: STATE_SET "disabled" 0.0;
301             target: "disclip";
302          }
303          program { name: "go_enabled";
304             signal: "elm,state,enabled";
305             source: "elm";
306             action: STATE_SET "default" 0.0;
307             target: "disclip";
308          }
309       }
310    }
311
312    group { name: "elm/genlist/item/1icon/default";
313       alias: "elm/genlist/item_odd/1icon/default";
314       alias: "elm/genlist/item_compress/1icon/default";
315       alias: "elm/genlist/item_compress_odd/1icon/default";
316       inherit: "elm/genlist/item/1icon/with_no_line/default";
317       parts {
318          part { name: "bottom_line";
319             insert_after: "elm.padding.right";
320             type: RECT;
321             mouse_events: 0;
322             description { state: "default" 0.0;
323                min: 0 1;
324                fixed: 0 1;
325                visible: 1;
326                color: GENLIST_PART_LIST_LINE_COLOR_INC;
327                rel1 {
328                   relative: 0.0 1.0;
329                   offset: 0 -1;
330                }
331             }
332          }
333       }
334    }
335
336 // 3.1.1
337    group { name: "elm/genlist/item/1text/default";
338       alias: "elm/genlist/item_odd/1text/default";
339       alias: "elm/genlist/item_compress/1text/default";
340       alias: "elm/genlist/item_compress_odd/1text/default";
341       data.item: "stacking" "above";
342       data.item: "selectraise" "on";
343       data.item: "texts" "elm.text";
344       data.item: "flips" "elm.flip.content";
345       images {
346          image: "00_list_bar_press_1x80.png" COMP;
347       }
348       parts {
349          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
350          GENLIST_PART_BG_IMAGE
351          GENLIST_PART_BOTTOM_LINE
352          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
353          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
354          part { name: "elm.text";
355             clip_to: "disclip";
356             type: TEXT;
357             mouse_events: 0;
358             scale: 1;
359             description { state: "default" 0.0;
360                rel1 {
361                   relative: 1.0 0.0;
362                   to_x: "elm.padding.left";
363                }
364                rel2 {
365                   relative: 0.0 1.0;
366                   to_x: "elm.padding.right";
367                }
368                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
369                text {
370                   font: "SLP:style=Roman";
371                   size: GENLIST_FONT_44_INC;
372                   min: 0 1;
373                   align: 0.0 0.5;
374                   text_class: "list_item";
375                }
376             }
377             description { state: "selected" 0.0;
378                inherit: "default" 0.0;
379                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
380             }
381             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
382             GENLIST_DESCRIPTION_FLIP_ENABLED
383          }
384          GENLIST_PART_FLIP
385          GENLIST_PART_DISCLIP
386       }
387       programs {
388          // signal: elm,state,%s,active
389          //   a "check" item named %s went active
390          // signal: elm,state,%s,passive
391          //   a "check" item named %s went passive
392          // default is passive
393          program { name: "go_active";
394             signal: "elm,state,selected";
395             source: "elm";
396             action: STATE_SET "selected" 0.0;
397             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
398             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
399          }
400          program { name: "go_passive";
401             signal: "elm,state,unselected";
402             source: "elm";
403             action: STATE_SET "default" 0.0;
404             target: "bg_image";
405             target: "elm.text";
406             transition: LINEAR 0.1;
407          }
408          program { name: "go_disabled";
409             signal: "elm,state,disabled";
410             source: "elm";
411             action: STATE_SET "disabled" 0.0;
412             target: "disclip";
413          }
414          program { name: "go_enabled";
415             signal: "elm,state,enabled";
416             source: "elm";
417             action: STATE_SET "default" 0.0;
418             target: "disclip";
419          }
420          GENLIST_PROGRAM_FLIP_1TEXT
421          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
422       }
423    }
424
425    group { name: "elm/genlist/item_compress/1text.tb/default";
426       inherit: "elm/genlist/item/1text/default";
427       parts {
428          part { name: "elm.text";
429             clip_to: "disclip";
430             type: TEXTBLOCK;
431             mouse_events: 0;
432             scale: 1;
433             description { state: "default" 0.0;
434                rel1 {
435                   relative: 1.0 0.0;
436                   to_x: "elm.padding.left";
437                }
438                rel2 {
439                   relative: 0.0 1.0;
440                   to_x: "elm.padding.right";
441                }
442                align: 0.0 0.5;
443                text {
444                   style: "genlist_default_textblock_style";
445                   size: GENLIST_FONT_44_INC;
446                   min: 0 1;
447                   align: 0.0 0.5;
448                }
449             }
450             description { state: "selected" 0.0;
451                inherit: "default" 0.0;
452                text.style: "genlist_default_textblock_selected_style";
453             }
454             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
455             GENLIST_DESCRIPTION_FLIP_ENABLED
456          }
457       }
458    }
459
460    group { name: "elm/genlist/item/1text.2/default";
461       alias: "elm/genlist/item_odd/1text.2/default";
462       alias: "elm/genlist/item_compress/1text.2/default";
463       alias: "elm/genlist/item_compress_odd/1text.2/default";
464       data.item: "stacking" "above";
465       data.item: "selectraise" "on";
466       data.item: "texts" "elm.text";
467       data.item: "flips" "elm.flip.content";
468       images {
469          image: "00_list_bar_press_1x80.png" COMP;
470       }
471       parts {
472          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
473          GENLIST_PART_BG_IMAGE
474          GENLIST_PART_BOTTOM_LINE
475          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
476          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
477          part { name: "temp_center_line"; //temporary
478             clip_to: "disclip";
479             type: RECT;
480             mouse_events: 0;
481             scale: 1;
482             description { state: "default" 0.0;
483                rel1 {
484                   relative: 0.0 0.5;
485                   to: "base";
486                }
487                rel2 {
488                   relative: 1.0 0.5;
489                   to: "base";
490                }
491             }
492          }
493          part { name: "elm.text";
494             clip_to: "disclip";
495             type: TEXTBLOCK;
496             mouse_events: 0;
497             scale: 1;
498             multiline: 0;
499             description { state: "default" 0.0;
500                fixed: 1 1;
501                rel1 {
502                   relative: 1.0 0.5;
503                   to_x: "elm.padding.left";
504                   to_y: "temp_center_line";
505                }
506                rel2 {
507                   relative: 0.0 0.5;
508                   to_x: "elm.padding.right";
509                   to_y: "temp_center_line";
510                }
511                align: 0.0 0.5;
512                text {
513                   style: "genlist_default_textblock_style";
514                   min: 0 1;
515                   align: 0.0 0.5;
516                }
517             }
518             description { state: "selected" 0.0;
519                inherit: "default" 0.0;
520                text.style: "genlist_default_textblock_selected_style";
521             }
522             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
523             GENLIST_DESCRIPTION_FLIP_ENABLED
524          }
525          GENLIST_PART_FLIP
526          GENLIST_PART_DISCLIP
527       }
528       programs {
529          // signal: elm,state,%s,active
530          //   a "check" item named %s went active
531          // signal: elm,state,%s,passive
532          //   a "check" item named %s went passive
533          // default is passive
534          program { name: "go_active";
535             signal: "elm,state,selected";
536             source: "elm";
537             action: STATE_SET "selected" 0.0;
538             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
539             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
540          }
541          program { name: "go_passive";
542             signal: "elm,state,unselected";
543             source: "elm";
544             action: STATE_SET "default" 0.0;
545             target: "bg_image";
546             target: "elm.text";
547             transition: LINEAR 0.1;
548          }
549          program { name: "go_disabled";
550             signal: "elm,state,disabled";
551             source: "elm";
552             action: STATE_SET "disabled" 0.0;
553             target: "disclip";
554          }
555          program { name: "go_enabled";
556             signal: "elm,state,enabled";
557             source: "elm";
558             action: STATE_SET "default" 0.0;
559             target: "disclip";
560          }
561          GENLIST_PROGRAM_FLIP_1TEXT
562          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
563       }
564    }
565
566 // 3.1.2
567    group { name: "elm/genlist/item/2text/default";
568       alias: "elm/genlist/item_odd/2text/default";
569       alias: "elm/genlist/item_compress/2text/default";
570       alias: "elm/genlist/item_compress_odd/2text/default";
571       data.item: "stacking" "above";
572       data.item: "selectraise" "on";
573       data.item: "texts" "elm.text.1 elm.text.2";
574       data.item: "flips" "elm.flip.content";
575       images {
576          image: "00_list_bar_press_1x80.png" COMP;
577       }
578       parts {
579          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
580          GENLIST_PART_BG_IMAGE
581          GENLIST_PART_BOTTOM_LINE
582          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
583          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
584          part { name: "elm.text.2";
585             clip_to: "disclip";
586             type: TEXT;
587             mouse_events: 0;
588             scale: 1;
589             description { state: "default" 0.0;
590                min: GENLIST_SIZE_133_INC 0;
591                fixed: 1 0;
592                rel1.to_x: "elm.padding.right";
593                rel2 {
594                   relative: 0.0 1.0;
595                   to_x: "elm.padding.right";
596                }
597                align: 1.0 0.5;
598                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
599                text {
600                   font: "SLP:style=Medium";
601                   size: GENLIST_FONT_32_INC;
602                   min: 0 1;
603                   align: 1.0 0.5;
604                   text_class: "slp_medium";
605                }
606             }
607             description { state: "selected" 0.0;
608                inherit: "default" 0.0;
609                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
610             }
611             GENLIST_DESCRIPTION_FLIP_ENABLED
612          }
613          part { name: "elm.padding.text2.left";
614             clip_to: "disclip";
615             type: RECT;
616             mouse_events: 0;
617             scale: 1;
618             description { state: "default" 0.0;
619                min: GENLIST_SIZE_ICON_SMALL 0;
620                fixed: 1 0;
621                rel1.to_x: "elm.text.2";
622                rel2 {
623                   relative: 0.0 1.0;
624                   to_x: "elm.text.2";
625                }
626                visible: 0;
627                align: 1.0 0.5;
628             }
629          }
630          part { name: "elm.text.1";
631             clip_to: "disclip";
632             type: TEXT;
633             mouse_events: 0;
634             scale: 1;
635             description { state: "default" 0.0;
636                rel1 {
637                   relative: 1.0 0.0;
638                   to_x: "elm.padding.left";
639                }
640                rel2 {
641                   relative: 0.0 1.0;
642                   to_x: "elm.padding.text2.left";
643                }
644                align: 0.0 0.5;
645                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
646                text {
647                   font: "SLP:style=Roman";
648                   size: GENLIST_FONT_44_INC;
649                   min: 0 1;
650                   align: 0.0 0.5;
651                   text_class: "list_item";
652                }
653             }
654             description { state: "selected" 0.0;
655                inherit: "default" 0.0;
656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
657             }
658             GENLIST_DESCRIPTION_FLIP_ENABLED
659          }
660          GENLIST_PART_FLIP
661          GENLIST_PART_DISCLIP
662       }
663       programs {
664          // signal: elm,state,%s,active
665          //   a "check" item named %s went active
666          // signal: elm,state,%s,passive
667          //   a "check" item named %s went passive
668          // default is passive
669          program { name: "go_active";
670             signal: "elm,state,selected";
671             source: "elm";
672             action: STATE_SET "selected" 0.0;
673             target: "bg_image";
674             target: "elm.text.1";
675             target: "elm.text.2";
676             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
677          }
678          program { name: "go_passive";
679             signal: "elm,state,unselected";
680             source: "elm";
681             action: STATE_SET "default" 0.0;
682             target: "bg_image";
683             target: "elm.text.1";
684             target: "elm.text.2";
685             transition: LINEAR 0.1;
686          }
687          program { name: "go_disabled";
688             signal: "elm,state,disabled";
689             source: "elm";
690             action: STATE_SET "disabled" 0.0;
691             target: "disclip";
692          }
693          program { name: "go_enabled";
694             signal: "elm,state,enabled";
695             source: "elm";
696             action: STATE_SET "default" 0.0;
697             target: "disclip";
698          }
699          GENLIST_PROGRAM_FLIP_2TEXT
700          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
701       }
702    }
703
704 // 3.1.3
705    group { name: "elm/genlist/item/2text.6/default";
706       alias: "elm/genlist/item_odd/2text.6/default";
707       alias: "elm/genlist/item_compress/2text.6/default";
708       alias: "elm/genlist/item_compress_odd/2text.6/default";
709       data.item: "stacking" "above";
710       data.item: "selectraise" "on";
711       data.item: "texts" "elm.text.1 elm.text.2";
712       data.item: "flips" "elm.flip.content";
713       images {
714          image: "00_list_bar_press_1x80.png" COMP;
715       }
716       parts {
717          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
718          GENLIST_PART_BG_IMAGE
719          GENLIST_PART_BOTTOM_LINE
720          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
721          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
722          part { name: "elm.text.2";
723             clip_to: "disclip";
724             type: TEXT;
725             mouse_events: 0;
726             scale: 1;
727             description { state: "default" 0.0;
728                min: GENLIST_SIZE_133_INC 0;
729                fixed: 1 0;
730                rel1.to_x: "elm.padding.right";
731                rel2 {
732                   relative: 0.0 1.0;
733                   to_x: "elm.padding.right";
734                }
735                align: 1.0 0.5;
736                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
737                text {
738                   font: "SLP:style=Medium";
739                   size: GENLIST_FONT_32_INC;
740                   min: 0 1;
741                   align: 1.0 0.5;
742                   text_class: "slp_medium";
743                }
744             }
745             description { state: "selected" 0.0;
746                inherit: "default" 0.0;
747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
748             }
749             GENLIST_DESCRIPTION_FLIP_ENABLED
750          }
751          part { name: "elm.padding.text2.left";
752             clip_to: "disclip";
753             type: RECT;
754             mouse_events: 0;
755             scale: 1;
756             description { state: "default" 0.0;
757                min: GENLIST_SIZE_ICON_SMALL 0;
758                fixed: 1 0;
759                rel1.to_x: "elm.text.2";
760                rel2 {
761                   relative: 0.0 1.0;
762                   to_x: "elm.text.2";
763                }
764                visible: 0;
765                align: 1.0 0.5;
766             }
767          }
768          part { name: "elm.text.1";
769             clip_to: "disclip";
770             type: TEXT;
771             mouse_events: 0;
772             scale: 1;
773             description { state: "default" 0.0;
774                rel1 {
775                   relative: 1.0 0.0;
776                   to_x: "elm.padding.left";
777                }
778                rel2 {
779                   relative: 0.0 1.0;
780                   to_x: "elm.padding.text2.left";
781                }
782                align: 0.0 0.5;
783                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
784                text {
785                   font: "SLP:style=Roman";
786                   size: GENLIST_FONT_44_INC;
787                   min: 0 1;
788                   align: 0.0 0.5;
789                   text_class: "list_item";
790                }
791             }
792             description { state: "selected" 0.0;
793                inherit: "default" 0.0;
794                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
795             }
796             GENLIST_DESCRIPTION_FLIP_ENABLED
797          }
798          GENLIST_PART_FLIP
799          GENLIST_PART_DISCLIP
800       }
801       programs {
802          // signal: elm,state,%s,active
803          //   a "check" item named %s went active
804          // signal: elm,state,%s,passive
805          //   a "check" item named %s went passive
806          // default is passive
807          program { name: "go_active";
808             signal: "elm,state,selected";
809             source: "elm";
810             action: STATE_SET "selected" 0.0;
811             target: "bg_image";
812             target: "elm.text.1";
813             target: "elm.text.2";
814             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
815          }
816          program { name: "go_passive";
817             signal: "elm,state,unselected";
818             source: "elm";
819             action: STATE_SET "default" 0.0;
820             target: "bg_image";
821             target: "elm.text.1";
822             target: "elm.text.2";
823             transition: LINEAR 0.1;
824          }
825          program { name: "go_disabled";
826             signal: "elm,state,disabled";
827             source: "elm";
828             action: STATE_SET "disabled" 0.0;
829             target: "disclip";
830          }
831          program { name: "go_enabled";
832             signal: "elm,state,enabled";
833             source: "elm";
834             action: STATE_SET "default" 0.0;
835             target: "disclip";
836          }
837          GENLIST_PROGRAM_FLIP_2TEXT
838          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
839       }
840    }
841
842 //3.1.4
843    group { name: "elm/genlist/item/1text.1icon/default";
844       alias: "elm/genlist/item_odd/1text.1icon/default";
845       alias: "elm/genlist/item_compress/1text.1icon/default";
846       alias: "elm/genlist/item_compress_odd/1text.1icon/default";
847       data.item: "stacking" "above";
848       data.item: "selectraise" "on";
849       data.item: "texts" "elm.text";
850       data.item: "contents" "elm.icon";
851       data.item: "flips" "elm.flip.content";
852       images {
853          image: "00_list_bar_press_1x80.png" COMP;
854       }
855       parts {
856          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
857          GENLIST_PART_BG_IMAGE
858          GENLIST_PART_BOTTOM_LINE
859          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
860          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
861          part { name: "elm.icon";
862             clip_to: "disclip";
863             type: SWALLOW;
864             scale: 1;
865             description { state: "default" 0.0;
866                fixed: 1 1;
867                rel1.to_x: "elm.padding.right";
868                rel2 {
869                   relative: 0.0 1.0;
870                   to_x: "elm.padding.right";
871                }
872                align: 1.0 0.5;
873             }
874             GENLIST_DESCRIPTION_FLIP_ENABLED
875          }
876          part { name: "elm.padding.icon.left";
877             clip_to: "disclip";
878             type: RECT;
879             scale: 1;
880             description { state: "default" 0.0;
881                min: GENLIST_PADDING_16_INC 0;
882                fixed: 1 0;
883                rel1.to_x: "elm.icon";
884                rel2 {
885                   relative: 0.0 1.0;
886                   to_x: "elm.icon";
887                }
888                align: 1.0 0.0;
889                visible: 0;
890             }
891          }
892          part { name: "elm.text";
893             clip_to: "disclip";
894             type: TEXT;
895             mouse_events: 0;
896             scale: 1;
897             description { state: "default" 0.0;
898                rel1 {
899                   relative: 1.0 0.0;
900                   to_x: "elm.padding.left";
901                }
902                rel2 {
903                   relative: 0.0 1.0;
904                   to_x: "elm.padding.icon.left";
905                }
906                align: 0.0 0.5;
907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
908                text {
909                   font: "SLP:style=Roman";
910                   size: GENLIST_FONT_44_INC;
911                   min: 0 1;
912                   align: 0.0 0.5;
913                   text_class: "list_item";
914                }
915             }
916             description { state: "selected" 0.0;
917                inherit: "default" 0.0;
918                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
919             }
920             GENLIST_DESCRIPTION_FLIP_ENABLED
921          }
922          GENLIST_PART_FLIP
923          GENLIST_PART_DISCLIP
924       }
925       programs {
926          program { name: "go_active";
927             signal: "elm,state,selected";
928             source: "elm";
929             action: STATE_SET "selected" 0.0;
930             target: "bg_image";
931             target: "elm.text";
932             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
933          }
934          program { name: "go_passive";
935             signal: "elm,state,unselected";
936             source: "elm";
937             action: STATE_SET "default" 0.0;
938             target: "bg_image";
939             target: "elm.text";
940             transition: LINEAR 0.1;
941          }
942          program { name: "go_disabled";
943             signal: "elm,state,disabled";
944             source: "elm";
945             action: STATE_SET "disabled" 0.0;
946             target: "disclip";
947          }
948          program { name: "go_enabled";
949             signal: "elm,state,enabled";
950             source: "elm";
951             action: STATE_SET "default" 0.0;
952             target: "disclip";
953          }
954          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
955          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
956       }
957    }
958
959 // 3.1.5
960    group { name: "elm/genlist/item/1text.1icon.4/default";
961       alias: "elm/genlist/item_odd/1text.1icon.4/default";
962       alias: "elm/genlist/item_compress/1text.1icon.4/default";
963       alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
964       data.item: "stacking" "above";
965       data.item: "selectraise" "on";
966       data.item: "texts" "elm.text";
967       data.item: "contents" "elm.icon";
968       data.item: "flips" "elm.flip.content";
969       images {
970          image: "00_list_bar_press_1x80.png" COMP;
971       }
972       parts {
973          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
974          GENLIST_PART_BG_IMAGE
975          GENLIST_PART_BOTTOM_LINE
976          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
977          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
978          part { name: "elm.icon";
979             clip_to: "disclip";
980             type: SWALLOW;
981             scale: 1;
982             description { state: "default" 0.0;
983                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
984                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
985                fixed: 1 1;
986                rel1.to_x: "elm.padding.right";
987                rel2 {
988                   relative: 0.0 1.0;
989                   to_x: "elm.padding.right";
990                }
991                align: 1.0 0.5;
992             }
993             GENLIST_DESCRIPTION_FLIP_ENABLED
994          }
995          part { name: "elm.padding.icon.left";
996             clip_to: "disclip";
997             type: RECT;
998             scale: 1;
999             description { state: "default" 0.0;
1000                min: GENLIST_PADDING_16_INC 0;
1001                fixed: 1 0;
1002                rel1.to_x: "elm.icon";
1003                rel2 {
1004                   relative: 0.0 1.0;
1005                   to_x: "elm.icon";
1006                }
1007                align: 1.0 0.0;
1008                visible: 0;
1009             }
1010          }
1011          part { name: "elm.text";
1012             clip_to: "disclip";
1013             type: TEXT;
1014             mouse_events: 0;
1015             scale: 1;
1016             description { state: "default" 0.0;
1017                rel1 {
1018                   relative: 1.0 0.0;
1019                   to_x: "elm.padding.left";
1020                }
1021                rel2 {
1022                   relative: 0.0 1.0;
1023                   to_x: "elm.padding.icon.left";
1024                }
1025                align: 0.0 0.5;
1026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1027                text {
1028                   font: "SLP:style=Roman";
1029                   size: GENLIST_FONT_44_INC;
1030                   min: 0 1;
1031                   align: 0.0 0.5;
1032                   text_class: "list_item";
1033                }
1034             }
1035             description { state: "selected" 0.0;
1036                inherit: "default" 0.0;
1037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1038             }
1039             GENLIST_DESCRIPTION_FLIP_ENABLED
1040          }
1041          GENLIST_PART_FLIP
1042          GENLIST_PART_DISCLIP
1043       }
1044       programs {
1045          program { name: "go_active";
1046             signal: "elm,state,selected";
1047             source: "elm";
1048             action: STATE_SET "selected" 0.0;
1049             target: "bg_image";
1050             target: "elm.text";
1051             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1052          }
1053          program { name: "go_passive";
1054             signal: "elm,state,unselected";
1055             source: "elm";
1056             action: STATE_SET "default" 0.0;
1057             target: "bg_image";
1058             target: "elm.text";
1059             transition: LINEAR 0.1;
1060          }
1061          program { name: "go_disabled";
1062             signal: "elm,state,disabled";
1063             source: "elm";
1064             action: STATE_SET "disabled" 0.0;
1065             target: "disclip";
1066          }
1067          program { name: "go_enabled";
1068             signal: "elm,state,enabled";
1069             source: "elm";
1070             action: STATE_SET "default" 0.0;
1071             target: "disclip";
1072          }
1073          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1074          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1075       }
1076    }
1077
1078 // 3.1.8
1079    group { name: "elm/genlist/item/1text.1icon.5/default";
1080       alias: "elm/genlist/item_odd/1text.1icon.5/default";
1081       alias: "elm/genlist/item_compress/1text.1icon.5/default";
1082       alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
1083       data.item: "stacking" "above";
1084       data.item: "selectraise" "on";
1085       data.item: "texts" "elm.text";
1086       data.item: "contents" "elm.icon";
1087       data.item: "flips" "elm.flip.content";
1088       images {
1089          image: "00_list_bar_press_1x80.png" COMP;
1090       }
1091       parts {
1092          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1093          GENLIST_PART_BG_IMAGE
1094          GENLIST_PART_BOTTOM_LINE
1095          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1096          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1097          part { name: "elm.icon";
1098             clip_to: "disclip";
1099             type: SWALLOW;
1100             scale: 1;
1101             description { state: "default" 0.0;
1102                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1103                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1104                fixed: 1 1;
1105                rel1.to_x: "elm.padding.right";
1106                rel2 {
1107                   relative: 0.0 1.0;
1108                   to_x: "elm.padding.right";
1109                }
1110                align: 1.0 0.5;
1111             }
1112             GENLIST_DESCRIPTION_FLIP_ENABLED
1113          }
1114          part { name: "elm.padding.icon.left";
1115             clip_to: "disclip";
1116             type: RECT;
1117             scale: 1;
1118             description { state: "default" 0.0;
1119                min: GENLIST_PADDING_16_INC 0;
1120                fixed: 1 0;
1121                rel1.to_x: "elm.icon";
1122                rel2 {
1123                   relative: 0.0 1.0;
1124                   to_x: "elm.icon";
1125                }
1126                align: 1.0 0.0;
1127                visible: 0;
1128             }
1129          }
1130          part { name: "elm.text";
1131             clip_to: "disclip";
1132             type: TEXT;
1133             mouse_events: 0;
1134             scale: 1;
1135             description { state: "default" 0.0;
1136                rel1 {
1137                   relative: 1.0 0.0;
1138                   to_x: "elm.padding.left";
1139                }
1140                rel2 {
1141                   relative: 0.0 1.0;
1142                   to_x: "elm.padding.icon.left";
1143                }
1144                align: 0.0 0.5;
1145                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1146                text {
1147                   font: "SLP:style=Roman";
1148                   size: GENLIST_FONT_44_INC;
1149                   min: 0 1;
1150                   align: 0.0 0.5;
1151                   text_class: "list_item";
1152                }
1153             }
1154             description { state: "selected" 0.0;
1155                inherit: "default" 0.0;
1156                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1157             }
1158             GENLIST_DESCRIPTION_FLIP_ENABLED
1159          }
1160          GENLIST_PART_FLIP
1161          GENLIST_PART_DISCLIP
1162       }
1163       programs {
1164          program { name: "go_active";
1165             signal: "elm,state,selected";
1166             source: "elm";
1167             action: STATE_SET "selected" 0.0;
1168             target: "bg_image";
1169             target: "elm.text";
1170             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1171          }
1172          program { name: "go_passive";
1173             signal: "elm,state,unselected";
1174             source: "elm";
1175             action: STATE_SET "default" 0.0;
1176             target: "bg_image";
1177             target: "elm.text";
1178             transition: LINEAR 0.1;
1179          }
1180          program { name: "go_disabled";
1181             signal: "elm,state,disabled";
1182             source: "elm";
1183             action: STATE_SET "disabled" 0.0;
1184             target: "disclip";
1185          }
1186          program { name: "go_enabled";
1187             signal: "elm,state,enabled";
1188             source: "elm";
1189             action: STATE_SET "default" 0.0;
1190             target: "disclip";
1191          }
1192          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1193          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1194       }
1195    }
1196
1197 // 3.1.9
1198    group { name: "elm/genlist/item/1text.2icon.3/default";
1199       alias: "elm/genlist/item_odd/1text.2icon.3/default";
1200       alias: "elm/genlist/item_compress/1text.2icon.3/default";
1201       alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
1202       data.item: "stacking" "above";
1203       data.item: "selectraise" "on";
1204       data.item: "texts" "elm.text";
1205       data.item: "contents" "elm.icon.1 elm.icon.2";
1206       data.item: "flips" "elm.flip.content";
1207       images {
1208          image: "00_list_bar_press_1x80.png" COMP;
1209       }
1210       parts {
1211          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1212          GENLIST_PART_BG_IMAGE
1213          GENLIST_PART_BOTTOM_LINE
1214          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1215          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1216          part { name: "elm.icon.1";
1217             type: SWALLOW;
1218             clip_to: "disclip";
1219             scale: 1;
1220             description { state: "default" 0.0;
1221                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1222                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1223                fixed: 1 1;
1224                rel1 {
1225                   relative: 0.0 0.0;
1226                   to_x: "elm.padding.right";
1227                }
1228                rel2 {
1229                   relative: 0.0 1.0;
1230                   to_x: "elm.padding.right";
1231                }
1232                align: 1.0 0.5;
1233             }
1234             GENLIST_DESCRIPTION_FLIP_ENABLED
1235          }
1236          part { name: "elm.padding.icon1.left";
1237             type: RECT;
1238             clip_to: "disclip";
1239             scale: 1;
1240             description { state: "default" 0.0;
1241                min: GENLIST_PADDING_16_INC 0;
1242                fixed: 1 0;
1243                visible: 0;
1244                rel1.to_x: "elm.icon.1";
1245                rel2 {
1246                   relative: 0.0 1.0;
1247                   to_x: "elm.icon.1";
1248                }
1249                align: 1.0 0.0;
1250             }
1251          }
1252          part { name: "elm.padding.icon1.left2";
1253             type: RECT;
1254             clip_to: "disclip";
1255             scale: 1;
1256             description { state: "default" 0.0;
1257                min: GENLIST_PADDING_64_INC 0;
1258                fixed: 1 0;
1259                visible: 0;
1260                rel1.to_x: "elm.icon.1";
1261                rel2 {
1262                   relative: 0.0 1.0;
1263                   to_x: "elm.icon.1";
1264                }
1265                align: 1.0 0.0;
1266             }
1267          }
1268          part { name: "elm.text";
1269             type: TEXT;
1270             clip_to: "disclip";
1271             mouse_events: 0;
1272             scale: 1;
1273             description { state: "default" 0.0;
1274                rel1 {
1275                   relative: 1.0 0.0;
1276                   to_x: "elm.padding.left";
1277                }
1278                rel2 {
1279                   relative: 0.0 1.0;
1280                   to_x: "elm.padding.icon1.left2";
1281                }
1282                align: 0.0 0.5;
1283                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1284                text {
1285                   font: "SLP:style=Roman";
1286                   size: GENLIST_FONT_44_INC;
1287                   min: 0 1;
1288                   max: 1 0;
1289                   align: 0.0 0.5;
1290                   text_class: "list_item";
1291                }
1292             }
1293             description { state: "selected" 0.0;
1294                inherit: "default" 0.0;
1295                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1296             }
1297             GENLIST_DESCRIPTION_FLIP_ENABLED
1298          }
1299          part { name: "elm.padding.text.right";
1300             type: RECT;
1301             clip_to: "disclip";
1302             scale: 1;
1303             description { state: "default" 0.0;
1304                min: GENLIST_PADDING_16_INC 0;
1305                fixed: 1 0;
1306                rel1 {
1307                   relative: 1.0 0.0;
1308                   to_x: "elm.text";
1309                }
1310                rel2.to_x: "elm.text";
1311                align: 0.0 0.0;
1312                visible: 0;
1313             }
1314          }
1315          part { name: "elm.icon.2.rect";
1316             type: RECT;
1317             clip_to: "disclip";
1318             scale: 1;
1319             description { state: "default" 0.0;
1320                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
1321                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
1322                rel1 {
1323                   relative: 1.0 0.0;
1324                   to_x: "elm.padding.text.right";
1325                }
1326                rel2 {
1327                   relative: 0.0 1.0;
1328                   to_x: "elm.padding.icon1.left";
1329                }
1330                align: 0.0 0.5;
1331                color: 0 0 0 0;
1332             }
1333             GENLIST_DESCRIPTION_FLIP_ENABLED
1334          }
1335          part { name: "elm.icon.2";
1336             type: SWALLOW;
1337             clip_to: "disclip";
1338             description { state: "default" 0.0;
1339                rel1.to: "elm.icon.2.rect";
1340                rel2.to: "elm.icon.2.rect";
1341             }
1342             GENLIST_DESCRIPTION_FLIP_ENABLED
1343          }
1344          GENLIST_PART_FLIP
1345          GENLIST_PART_DISCLIP
1346       }
1347       programs {
1348          program { name: "go_active";
1349             signal: "elm,state,selected";
1350             source: "elm";
1351             action: STATE_SET "selected" 0.0;
1352             target: "bg_image";
1353             target: "elm.text";
1354             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1355          }
1356          program { name: "go_passive";
1357             signal: "elm,state,unselected";
1358             source: "elm";
1359             action: STATE_SET "default" 0.0;
1360             target: "bg_image";
1361             target: "elm.text";
1362             transition: LINEAR 0.1;
1363          }
1364          program { name: "go_disabled";
1365             signal: "elm,state,disabled";
1366             source: "elm";
1367             action: STATE_SET "disabled" 0.0;
1368             target: "disclip";
1369          }
1370          program { name: "go_enabled";
1371             signal: "elm,state,enabled";
1372             source: "elm";
1373             action: STATE_SET "default" 0.0;
1374             target: "disclip";
1375          }
1376          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1377          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1378       }
1379    }
1380
1381    group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
1382       inherit: "elm/genlist/item/1text.2icon.3/default";
1383       parts {
1384          part { name: "elm.text";
1385             type: TEXTBLOCK;
1386             clip_to: "disclip";
1387             mouse_events: 0;
1388             scale: 1;
1389             description { state: "default" 0.0;
1390                rel1 {
1391                   relative: 1.0 0.0;
1392                   to_x: "elm.padding.left";
1393                }
1394                rel2 {
1395                   relative: 0.0 1.0;
1396                   to_x: "elm.padding.icon1.left2";
1397                }
1398                align: 0.0 0.5;
1399                text {
1400                   style: "genlist_default_textblock_style";
1401                   min: 0 1;
1402                   max: 1 0;
1403                   align: 0.0 0.5;
1404                }
1405             }
1406             description { state: "selected" 0.0;
1407                inherit: "default" 0.0;
1408                text.style: "genlist_default_textblock_selected_style";
1409             }
1410             GENLIST_DESCRIPTION_FLIP_ENABLED
1411          }
1412       }
1413    }
1414
1415 // 3.1.10
1416    group { name: "elm/genlist/item/1text.1icon.2/default";
1417       alias: "elm/genlist/item_odd/1text.1icon.2/default";
1418       alias: "elm/genlist/item_compress/1text.1icon.2/default";
1419       alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
1420       data.item: "stacking" "above";
1421       data.item: "selectraise" "on";
1422       data.item: "texts" "elm.text";
1423       data.item: "contents" "elm.icon";
1424       data.item: "flips" "elm.flip.content";
1425       images {
1426          image: "00_list_bar_press_1x80.png" COMP;
1427       }
1428       parts {
1429          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1430          GENLIST_PART_BG_IMAGE
1431          GENLIST_PART_BOTTOM_LINE
1432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1434          part { name: "elm.icon";
1435             clip_to: "disclip";
1436             type: SWALLOW;
1437             scale: 1;
1438             description { state: "default" 0.0;
1439                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1440                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1441                fixed: 1 1;
1442                rel1 {
1443                   relative: 1.0 0.0;
1444                   to_x: "elm.padding.left";
1445                }
1446                rel2 {
1447                   relative: 1.0 1.0;
1448                   to_x: "elm.padding.left";
1449                }
1450                align: 0.0 0.5;
1451             }
1452             GENLIST_DESCRIPTION_FLIP_ENABLED
1453          }
1454          part { name: "elm.padding.icon.right";
1455             clip_to: "disclip";
1456             type: RECT;
1457             scale: 1;
1458             description { state: "default" 0.0;
1459                min: GENLIST_PADDING_16_INC 0;
1460                fixed: 1 0;
1461                rel1 {
1462                   relative: 1.0 0.0;
1463                   to_x: "elm.icon";
1464                }
1465                rel2.to_x: "elm.icon";
1466                visible: 0;
1467             }
1468          }
1469          part { name: "elm.text";
1470             clip_to: "disclip";
1471             type: TEXT;
1472             mouse_events: 0;
1473             scale: 1;
1474             description { state: "default" 0.0;
1475                rel1 {
1476                   relative: 1.0 0.0;
1477                   to_x: "elm.padding.icon.right";
1478                }
1479                rel2 {
1480                   relative: 0.0 1.0;
1481                   to_x: "elm.padding.right";
1482                }
1483                align: 0.0 0.5;
1484                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1485                text {
1486                   font: "SLP:style=Roman";
1487                   size: GENLIST_FONT_44_INC;
1488                   min: 0 1;
1489                   align: 0.0 0.5;
1490                   text_class: "list_item";
1491                }
1492             }
1493             description { state: "selected" 0.0;
1494                inherit: "default" 0.0;
1495                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1496             }
1497             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1498             GENLIST_DESCRIPTION_FLIP_ENABLED
1499          }
1500          GENLIST_PART_FLIP
1501          GENLIST_PART_DISCLIP
1502       }
1503       programs {
1504          program { name: "go_active";
1505             signal: "elm,state,selected";
1506             source: "elm";
1507             action: STATE_SET "selected" 0.0;
1508             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
1509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1510          }
1511          program { name: "go_passive";
1512             signal: "elm,state,unselected";
1513             source: "elm";
1514             action: STATE_SET "default" 0.0;
1515             target: "bg_image";
1516             target: "elm.text";
1517             transition: LINEAR 0.1;
1518          }
1519          program { name: "go_disabled";
1520             signal: "elm,state,disabled";
1521             source: "elm";
1522             action: STATE_SET "disabled" 0.0;
1523             target: "disclip";
1524          }
1525          program { name: "go_enabled";
1526             signal: "elm,state,enabled";
1527             source: "elm";
1528             action: STATE_SET "default" 0.0;
1529             target: "disclip";
1530          }
1531          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1532          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1533       }
1534    }
1535
1536    group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
1537       inherit: "elm/genlist/item/1text.1icon.2/default";
1538       parts {
1539          part { name: "elm.text";
1540             clip_to: "disclip";
1541             type: TEXTBLOCK;
1542             mouse_events: 0;
1543             scale: 1;
1544             description { state: "default" 0.0;
1545                rel1 {
1546                   relative: 1.0 0.0;
1547                   to_x: "elm.padding.icon.right";
1548                }
1549                rel2 {
1550                   relative: 0.0 1.0;
1551                   to_x: "elm.padding.right";
1552                }
1553                align: 0.0 0.5;
1554                text {
1555                   style: "genlist_default_textblock_style";
1556                   min: 0 1;
1557                   align: 0.0 0.5;
1558                }
1559             }
1560             description { state: "selected" 0.0;
1561                inherit: "default" 0.0;
1562                text.style: "genlist_default_textblock_selected_style";
1563             }
1564             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1565             GENLIST_DESCRIPTION_FLIP_ENABLED
1566          }
1567       }
1568    }
1569
1570
1571 // 3.1.11
1572    group { name: "elm/genlist/item/2text.1icon/default";
1573       alias: "elm/genlist/item_odd/2text.1icon/default";
1574       alias: "elm/genlist/item_compress/2text.1icon/default";
1575       alias: "elm/genlist/item_compress_odd/2text.1icon/default";
1576       data.item: "stacking" "above";
1577       data.item: "selectraise" "on";
1578       data.item: "texts" "elm.text.1 elm.text.2";
1579       data.item: "contents" "elm.icon";
1580       data.item: "flips" "elm.flip.content";
1581       images {
1582          image: "00_list_bar_press_1x80.png" COMP;
1583       }
1584       parts {
1585          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1586          GENLIST_PART_BG_IMAGE
1587          GENLIST_PART_BOTTOM_LINE
1588          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1589          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1590          part { name: "elm.icon";
1591             clip_to: "disclip";
1592             type: SWALLOW;
1593             scale: 1;
1594             description { state: "default" 0.0;
1595                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1596                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1597                fixed: 1 1;
1598                rel1 {
1599                   relative: 1.0 0.0;
1600                   to_x: "elm.padding.left";
1601                }
1602                rel2 {
1603                   relative: 1.0 1.0;
1604                   to_x: "elm.padding.left";
1605                }
1606                align: 0.0 0.5;
1607             }
1608             GENLIST_DESCRIPTION_FLIP_ENABLED
1609          }
1610          part { name: "elm.padding.icon.right";
1611             clip_to: "disclip";
1612             type: RECT;
1613             scale: 1;
1614             description { state: "default" 0.0;
1615                min: GENLIST_PADDING_16_INC 0;
1616                fixed: 1 0;
1617                rel1 {
1618                   relative: 1.0 0.0;
1619                   to_x: "elm.icon";
1620                }
1621                rel2.to_x: "elm.icon";
1622                visible: 0;
1623             }
1624          }
1625          part { name: "elm.text.2";
1626             clip_to: "disclip";
1627             type: TEXT;
1628             mouse_events: 0;
1629             scale: 1;
1630             description { state: "default" 0.0;
1631                min: GENLIST_SIZE_133_INC 0;
1632                fixed: 1 0;
1633                rel1.to_x: "elm.padding.right";
1634                rel2 {
1635                   relative: 0.0 1.0;
1636                   to_x: "elm.padding.right";
1637                }
1638                align: 1.0 0.5;
1639                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
1640                text {
1641                   font: "SLP:style=Medium";
1642                   size: GENLIST_FONT_32_INC;
1643                   min: 0 1;
1644                   align: 1.0 0.5;
1645                   text_class: "slp_medium";
1646                }
1647             }
1648             description { state: "selected" 0.0;
1649                inherit: "default" 0.0;
1650                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1651             }
1652             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1653             GENLIST_DESCRIPTION_FLIP_ENABLED
1654          }
1655          part { name: "elm.padding.text2.left";
1656             clip_to: "disclip";
1657             type: RECT;
1658             mouse_events: 0;
1659             scale: 1;
1660             description { state: "default" 0.0;
1661                min: GENLIST_SIZE_ICON_SMALL 0;
1662                fixed: 1 0;
1663                rel1.to_x: "elm.text.2";
1664                rel2 {
1665                   relative: 0.0 1.0;
1666                   to_x: "elm.text.2";
1667                }
1668                visible: 0;
1669                align: 1.0 0.5;
1670             }
1671          }
1672          part { name: "elm.text.1";
1673             clip_to: "disclip";
1674             type: TEXT;
1675             mouse_events: 0;
1676             scale: 1;
1677             description { state: "default" 0.0;
1678                rel1 {
1679                   relative: 1.0 0.0;
1680                   to_x: "elm.padding.icon.right";
1681                }
1682                rel2 {
1683                   relative: 0.0 1.0;
1684                   to_x: "elm.padding.text2.left";
1685                }
1686                align: 0.0 0.5;
1687                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1688                text {
1689                   font: "SLP:style=Roman";
1690                   size: GENLIST_FONT_44_INC;
1691                   min: 0 1;
1692                   align: 0.0 0.5;
1693                   text_class: "list_item";
1694                }
1695             }
1696             description { state: "selected" 0.0;
1697                inherit: "default" 0.0;
1698                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1699             }
1700             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1701             GENLIST_DESCRIPTION_FLIP_ENABLED
1702          }
1703          GENLIST_PART_FLIP
1704          GENLIST_PART_DISCLIP
1705       }
1706       programs {
1707          program { name: "go_active";
1708             signal: "elm,state,selected";
1709             source: "elm";
1710             action: STATE_SET "selected" 0.0;
1711             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1712             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1713          }
1714          program { name: "go_passive";
1715             signal: "elm,state,unselected";
1716             source: "elm";
1717             action: STATE_SET "default" 0.0;
1718             target: "bg_image";
1719             target: "elm.text.1";
1720             target: "elm.text.2";
1721             transition: LINEAR 0.1;
1722          }
1723          program { name: "go_disabled";
1724             signal: "elm,state,disabled";
1725             source: "elm";
1726             action: STATE_SET "disabled" 0.0;
1727             target: "disclip";
1728          }
1729          program { name: "go_enabled";
1730             signal: "elm,state,enabled";
1731             source: "elm";
1732             action: STATE_SET "default" 0.0;
1733             target: "disclip";
1734          }
1735          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1736          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1737       }
1738    }
1739
1740 // 3.1.12
1741    group { name: "elm/genlist/item/2text.1icon.6/default";
1742       alias: "elm/genlist/item_odd/2text.1icon.6/default";
1743       alias: "elm/genlist/item_compress/2text.1icon.6/default";
1744       alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
1745       data.item: "stacking" "above";
1746       data.item: "selectraise" "on";
1747       data.item: "texts" "elm.text.1 elm.text.2";
1748       data.item: "contents" "elm.icon";
1749       data.item: "flips" "elm.flip.content";
1750       images {
1751          image: "00_list_bar_press_1x80.png" COMP;
1752       }
1753       parts {
1754          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1755          GENLIST_PART_BG_IMAGE
1756          GENLIST_PART_BOTTOM_LINE
1757          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1758          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1759          part { name: "elm.icon";
1760             clip_to: "disclip";
1761             type: SWALLOW;
1762             scale: 1;
1763             description { state: "default" 0.0;
1764                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1765                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1766                fixed: 1 1;
1767                rel1 {
1768                   relative: 1.0 0.0;
1769                   to_x: "elm.padding.left";
1770                }
1771                rel2 {
1772                   relative: 1.0 1.0;
1773                   to_x: "elm.padding.left";
1774                }
1775                align: 0.0 0.5;
1776             }
1777             GENLIST_DESCRIPTION_FLIP_ENABLED
1778          }
1779          part { name: "elm.padding.icon.right";
1780             clip_to: "disclip";
1781             type: RECT;
1782             scale: 1;
1783             description { state: "default" 0.0;
1784                min: GENLIST_PADDING_16_INC 0;
1785                fixed: 1 0;
1786                rel1 {
1787                   relative: 1.0 0.0;
1788                   to_x: "elm.icon";
1789                }
1790                rel2.to_x: "elm.icon";
1791                visible: 0;
1792             }
1793          }
1794          part { name: "elm.text.2";
1795             clip_to: "disclip";
1796             type: TEXT;
1797             mouse_events: 0;
1798             scale: 1;
1799             description { state: "default" 0.0;
1800                min: GENLIST_SIZE_133_INC 0;
1801                fixed: 1 0;
1802                rel1.to_x: "elm.padding.right";
1803                rel2 {
1804                   relative: 0.0 1.0;
1805                   to_x: "elm.padding.right";
1806                }
1807                align: 1.0 0.5;
1808                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
1809                text {
1810                   font: "SLP:style=Medium";
1811                   size: GENLIST_FONT_32_INC;
1812                   min: 0 1;
1813                   align: 1.0 0.5;
1814                   text_class: "slp_medium";
1815                }
1816             }
1817             description { state: "selected" 0.0;
1818                inherit: "default" 0.0;
1819                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1820             }
1821             GENLIST_DESCRIPTION_FLIP_ENABLED
1822          }
1823          part { name: "elm.padding.text2.left";
1824             clip_to: "disclip";
1825             type: RECT;
1826             mouse_events: 0;
1827             scale: 1;
1828             description { state: "default" 0.0;
1829                min: GENLIST_SIZE_ICON_SMALL 0;
1830                fixed: 1 0;
1831                rel1.to_x: "elm.text.2";
1832                rel2 {
1833                   relative: 0.0 1.0;
1834                   to_x: "elm.text.2";
1835                }
1836                visible: 0;
1837                align: 1.0 0.5;
1838             }
1839          }
1840          part { name: "elm.text.1";
1841             clip_to: "disclip";
1842             type: TEXT;
1843             mouse_events: 0;
1844             scale: 1;
1845             description { state: "default" 0.0;
1846                rel1 {
1847                   relative: 1.0 0.0;
1848                   to_x: "elm.padding.icon.right";
1849                }
1850                rel2 {
1851                   relative: 0.0 1.0;
1852                   to_x: "elm.padding.text2.left";
1853                }
1854                align: 0.0 0.5;
1855                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1856                text {
1857                   font: "SLP:style=Roman";
1858                   size: GENLIST_FONT_44_INC;
1859                   min: 0 1;
1860                   align: 0.0 0.5;
1861                   text_class: "list_item";
1862                }
1863             }
1864             description { state: "selected" 0.0;
1865                inherit: "default" 0.0;
1866                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1867             }
1868             GENLIST_DESCRIPTION_FLIP_ENABLED
1869          }
1870          GENLIST_PART_FLIP
1871          GENLIST_PART_DISCLIP
1872       }
1873       programs {
1874          program { name: "go_active";
1875             signal: "elm,state,selected";
1876             source: "elm";
1877             action: STATE_SET "selected" 0.0;
1878             target: "bg_image";
1879             target: "elm.text.1";
1880             target: "elm.text.2";
1881             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1882          }
1883          program { name: "go_passive";
1884             signal: "elm,state,unselected";
1885             source: "elm";
1886             action: STATE_SET "default" 0.0;
1887             target: "bg_image";
1888             target: "elm.text.1";
1889             target: "elm.text.2";
1890             transition: LINEAR 0.1;
1891          }
1892          program { name: "go_disabled";
1893             signal: "elm,state,disabled";
1894             source: "elm";
1895             action: STATE_SET "disabled" 0.0;
1896             target: "disclip";
1897          }
1898          program { name: "go_enabled";
1899             signal: "elm,state,enabled";
1900             source: "elm";
1901             action: STATE_SET "default" 0.0;
1902             target: "disclip";
1903          }
1904          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1905          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1906       }
1907    }
1908
1909 // 3.1.13
1910    group { name: "elm/genlist/item/1text.2icon/default";
1911       alias: "elm/genlist/item_odd/1text.2icon/default";
1912       alias: "elm/genlist/item_compress/1text.2icon/default";
1913       alias: "elm/genlist/item_compress_odd/1text.2icon/default";
1914       data.item: "stacking" "above";
1915       data.item: "selectraise" "on";
1916       data.item: "texts" "elm.text";
1917       data.item: "contents" "elm.icon.1 elm.icon.2";
1918       data.item: "flips" "elm.flip.content";
1919       images {
1920          image: "00_list_bar_press_1x80.png" COMP;
1921       }
1922       parts {
1923          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1924          GENLIST_PART_BG_IMAGE
1925          GENLIST_PART_BOTTOM_LINE
1926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1928          part { name: "elm.icon.1";
1929             clip_to: "disclip";
1930             type: SWALLOW;
1931             scale: 1;
1932             description { state: "default" 0.0;
1933                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1934                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1935                fixed: 1 1;
1936                rel1 {
1937                   relative: 1.0 0.0;
1938                   to_x: "elm.padding.left";
1939                }
1940                rel2 {
1941                   relative: 1.0 1.0;
1942                   to_x: "elm.padding.left";
1943                }
1944                align: 0.0 0.5;
1945             }
1946             GENLIST_DESCRIPTION_FLIP_ENABLED
1947          }
1948          part { name: "elm.padding.icon1.right";
1949             clip_to: "disclip";
1950             type: RECT;
1951             scale: 1;
1952             description { state: "default" 0.0;
1953                min: GENLIST_SIZE_16_INC 0;
1954                fixed: 1 0;
1955                rel1 {
1956                   relative: 1.0 0.0;
1957                   to_x: "elm.icon.1";
1958                }
1959                rel2.to_x: "elm.icon.1";
1960                visible: 0;
1961             }
1962          }
1963          part { name: "elm.icon.2";
1964             clip_to: "disclip";
1965             type: SWALLOW;
1966             scale: 1;
1967             description { state: "default" 0.0;
1968                fixed: 1 1;
1969                rel1 {
1970                   relative: 0.0 0.0;
1971                   to_x: "elm.padding.right";
1972                }
1973                rel2 {
1974                   relative: 0.0 1.0;
1975                   to_x: "elm.padding.right";
1976                }
1977                align: 1.0 0.5;
1978             }
1979             GENLIST_DESCRIPTION_FLIP_ENABLED
1980          }
1981          part { name: "elm.padding.icon2.left";
1982             clip_to: "disclip";
1983             type: RECT;
1984             scale: 1;
1985             description { state: "default" 0.0;
1986                min: GENLIST_PADDING_16_INC 0;
1987                fixed: 1 0;
1988                rel1.to_x: "elm.icon.2";
1989                rel2 {
1990                   relative: 0.0 1.0;
1991                   to_x: "elm.icon.2";
1992                }
1993                align: 1.0 0.0;
1994                visible: 0;
1995             }
1996          }
1997          part { name: "elm.text";
1998             clip_to: "disclip";
1999             type: TEXT;
2000             mouse_events: 0;
2001             scale: 1;
2002             description { state: "default" 0.0;
2003                rel1 {
2004                   relative: 1.0 0.0;
2005                   to_x: "elm.padding.icon1.right";
2006                }
2007                rel2 {
2008                   relative: 0.0 1.0;
2009                   to_x: "elm.padding.icon2.left";
2010                }
2011                align: 0.0 0.5;
2012                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2013                text {
2014                   font: "SLP:style=Roman";
2015                   size: GENLIST_FONT_44_INC;
2016                   min: 0 1;
2017                   align: 0.0 0.5;
2018                   text_class: "list_item";
2019                }
2020             }
2021             description { state: "selected" 0.0;
2022                inherit: "default" 0.0;
2023                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2024             }
2025             GENLIST_DESCRIPTION_FLIP_ENABLED
2026          }
2027          GENLIST_PART_FLIP
2028          GENLIST_PART_DISCLIP
2029       }
2030       programs {
2031          program { name: "go_active";
2032             signal: "elm,state,selected";
2033             source: "elm";
2034             action: STATE_SET "selected" 0.0;
2035             target: "bg_image";
2036             target: "elm.text";
2037             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2038          }
2039          program { name: "go_passive";
2040             signal: "elm,state,unselected";
2041             source: "elm";
2042             action: STATE_SET "default" 0.0;
2043             target: "bg_image";
2044             target: "elm.text";
2045             transition: LINEAR 0.1;
2046          }
2047          program { name: "go_disabled";
2048             signal: "elm,state,disabled";
2049             source: "elm";
2050             action: STATE_SET "disabled" 0.0;
2051             target: "disclip";
2052          }
2053          program { name: "go_enabled";
2054             signal: "elm,state,enabled";
2055             source: "elm";
2056             action: STATE_SET "default" 0.0;
2057             target: "disclip";
2058          }
2059          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2060          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2061       }
2062    }
2063
2064 // 3.1.14
2065    group { name: "elm/genlist/item/1text.2icon.6/default";
2066       alias: "elm/genlist/item_odd/1text.2icon.6/default";
2067       alias: "elm/genlist/item_compress/1text.2icon.6/default";
2068       alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
2069       data.item: "stacking" "above";
2070       data.item: "selectraise" "on";
2071       data.item: "texts" "elm.text";
2072       data.item: "contents" "elm.icon.1 elm.icon.2";
2073       data.item: "flips" "elm.flip.content";
2074       images {
2075          image: "00_list_bar_press_1x80.png" COMP;
2076       }
2077       parts {
2078          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2079          GENLIST_PART_BG_IMAGE
2080          GENLIST_PART_BOTTOM_LINE
2081          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2082          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2083          part { name: "elm.icon.1";
2084             clip_to: "disclip";
2085             type: SWALLOW;
2086             scale: 1;
2087             description { state: "default" 0.0;
2088                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2089                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2090                fixed: 1 1;
2091                rel1 {
2092                   relative: 1.0 0.0;
2093                   to_x: "elm.padding.left";
2094                }
2095                rel2 {
2096                   relative: 1.0 1.0;
2097                   to_x: "elm.padding.left";
2098                }
2099                align: 0.0 0.5;
2100             }
2101             GENLIST_DESCRIPTION_FLIP_ENABLED
2102          }
2103          part { name: "elm.padding.icon1.right";
2104             clip_to: "disclip";
2105             type: RECT;
2106             scale: 1;
2107             description { state: "default" 0.0;
2108                min: GENLIST_PADDING_16_INC 0;
2109                fixed: 1 0;
2110                rel1 {
2111                   relative: 1.0 0.0;
2112                   to_x: "elm.icon.1";
2113                }
2114                rel2.to_x: "elm.icon.1";
2115                visible: 0;
2116             }
2117          }
2118          part { name: "elm.icon.2";
2119             clip_to: "disclip";
2120             type: SWALLOW;
2121             scale: 1;
2122             description { state: "default" 0.0;
2123                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2124                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2125                fixed: 1 1;
2126                rel1 {
2127                   relative: 0.0 0.0;
2128                   to_x: "elm.padding.right";
2129                }
2130                rel2 {
2131                   relative: 0.0 1.0;
2132                   to_x: "elm.padding.right";
2133                }
2134                align: 1.0 0.5;
2135             }
2136             GENLIST_DESCRIPTION_FLIP_ENABLED
2137          }
2138          part { name: "elm.padding.icon2.left";
2139             clip_to: "disclip";
2140             type: RECT;
2141             scale: 1;
2142             description { state: "default" 0.0;
2143                min: GENLIST_PADDING_16_INC 0;
2144                fixed: 1 0;
2145                rel1.to_x: "elm.icon.2";
2146                rel2 {
2147                   relative: 0.0 1.0;
2148                   to_x: "elm.icon.2";
2149                }
2150                align: 1.0 0.0;
2151                visible: 0;
2152             }
2153          }
2154          part { name: "elm.text";
2155             clip_to: "disclip";
2156             type: TEXT;
2157             mouse_events: 0;
2158             scale: 1;
2159             description { state: "default" 0.0;
2160                rel1 {
2161                   relative: 1.0 0.0;
2162                   to_x: "elm.padding.icon1.right";
2163                }
2164                rel2 {
2165                   relative: 0.0 1.0;
2166                   to_x: "elm.padding.icon2.left";
2167                }
2168                align: 0.0 0.5;
2169                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2170                text {
2171                   font: "SLP:style=Roman";
2172                   size: GENLIST_FONT_44_INC;
2173                   min: 0 1;
2174                   align: 0.0 0.5;
2175                   text_class: "list_item";
2176                }
2177             }
2178             description { state: "selected" 0.0;
2179                inherit: "default" 0.0;
2180                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2181             }
2182             GENLIST_DESCRIPTION_FLIP_ENABLED
2183          }
2184          GENLIST_PART_FLIP
2185          GENLIST_PART_DISCLIP
2186       }
2187       programs {
2188          program { name: "go_active";
2189             signal: "elm,state,selected";
2190             source: "elm";
2191             action: STATE_SET "selected" 0.0;
2192             target: "bg_image";
2193             target: "elm.text";
2194             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2195          }
2196          program { name: "go_passive";
2197             signal: "elm,state,unselected";
2198             source: "elm";
2199             action: STATE_SET "default" 0.0;
2200             target: "bg_image";
2201             target: "elm.text";
2202             transition: LINEAR 0.1;
2203          }
2204          program { name: "go_disabled";
2205             signal: "elm,state,disabled";
2206             source: "elm";
2207             action: STATE_SET "disabled" 0.0;
2208             target: "disclip";
2209          }
2210          program { name: "go_enabled";
2211             signal: "elm,state,enabled";
2212             source: "elm";
2213             action: STATE_SET "default" 0.0;
2214             target: "disclip";
2215          }
2216          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2217          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2218       }
2219    }
2220
2221    group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
2222       inherit: "elm/genlist/item/1text.2icon.6/default";
2223       parts {
2224          part { name: "elm.text";
2225             clip_to: "disclip";
2226             type: TEXTBLOCK;
2227             mouse_events: 0;
2228             scale: 1;
2229             description { state: "default" 0.0;
2230                rel1 {
2231                   relative: 1.0 0.0;
2232                   to_x: "elm.padding.icon1.right";
2233                }
2234                rel2 {
2235                   relative: 0.0 1.0;
2236                   to_x: "elm.padding.icon2.left";
2237                }
2238                align: 0.0 0.5;
2239                text {
2240                   style: "genlist_default_textblock_style";
2241                   min: 0 1;
2242                   align: 0.0 0.5;
2243                }
2244             }
2245             description { state: "selected" 0.0;
2246                inherit: "default" 0.0;
2247                text.style: "genlist_default_textblock_selected_style";
2248             }
2249             GENLIST_DESCRIPTION_FLIP_ENABLED
2250          }
2251       }
2252    }
2253
2254    group { name: "elm/genlist/item/1text.1icon.3/default";
2255       alias: "elm/genlist/item_odd/1text.1icon.3/default";
2256       alias: "elm/genlist/item_compress/1text.1icon.3/default";
2257       alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
2258       data.item: "stacking" "above";
2259       data.item: "selectraise" "on";
2260       data.item: "texts" "elm.text";
2261       data.item: "contents" "elm.icon";
2262       data.item: "flips" "elm.flip.content";
2263       images {
2264          image: "00_list_bar_press_1x80.png" COMP;
2265       }
2266       parts {
2267          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2268          GENLIST_PART_BG_IMAGE
2269          GENLIST_PART_BOTTOM_LINE
2270          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2271          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2272          part { name: "elm.icon";
2273             clip_to: "disclip";
2274             type: SWALLOW;
2275             scale: 1;
2276             description { state: "default" 0.0;
2277                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2278                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2279                fixed: 1 1;
2280                rel1 {
2281                   relative: 1.0 0.0;
2282                   to_x: "elm.padding.left";
2283                }
2284                rel2.to_x: "elm.padding.left";
2285                align: 0.0 0.5;
2286             }
2287             GENLIST_DESCRIPTION_FLIP_ENABLED
2288          }
2289          part { name: "elm.padding.icon.right";
2290             clip_to: "disclip";
2291             type: RECT;
2292             scale: 1;
2293             description { state: "default" 0.0;
2294                min: GENLIST_PADDING_16_INC 0;
2295                fixed: 1 0;
2296                rel1 {
2297                   relative: 1.0 0.0;
2298                   to_x: "elm.icon";
2299                }
2300                rel2.to_x: "elm.icon";
2301                visible: 0;
2302             }
2303          }
2304          part { name: "elm.text";
2305             clip_to: "disclip";
2306             type: TEXT;
2307             mouse_events: 0;
2308             scale: 1;
2309             description { state: "default" 0.0;
2310                rel1 {
2311                   relative: 1.0 0.0;
2312                   to_x: "elm.padding.icon.right";
2313                }
2314                rel2 {
2315                   relative: 0.0 1.0;
2316                   to_x: "elm.padding.right";
2317                }
2318                align: 0.0 0.5;
2319                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2320                text {
2321                   font: "SLP:style=Roman";
2322                   size: GENLIST_FONT_44_INC;
2323                   min: 0 1;
2324                   align: 0.0 0.5;
2325                   text_class: "list_item";
2326                }
2327             }
2328             description { state: "selected" 0.0;
2329                inherit: "default" 0.0;
2330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2331             }
2332             GENLIST_DESCRIPTION_FLIP_ENABLED
2333          }
2334          GENLIST_PART_FLIP
2335          GENLIST_PART_DISCLIP
2336       }
2337       programs {
2338          program { name: "go_active";
2339             signal: "elm,state,selected";
2340             source: "elm";
2341             action: STATE_SET "selected" 0.0;
2342             target: "bg_image";
2343             target: "elm.text";
2344             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2345          }
2346          program { name: "go_passive";
2347             signal: "elm,state,unselected";
2348             source: "elm";
2349             action: STATE_SET "default" 0.0;
2350             target: "bg_image";
2351             target: "elm.text";
2352             transition: LINEAR 0.1;
2353          }
2354          program { name: "go_disabled";
2355             signal: "elm,state,disabled";
2356             source: "elm";
2357             action: STATE_SET "disabled" 0.0;
2358             target: "disclip";
2359          }
2360          program { name: "go_enabled";
2361             signal: "elm,state,enabled";
2362             source: "elm";
2363             action: STATE_SET "default" 0.0;
2364             target: "disclip";
2365          }
2366          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
2367          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2368       }
2369    }
2370
2371 // 3.1.17
2372    group { name: "elm/genlist/item/1text.2icon.4/default";
2373       alias: "elm/genlist/item_odd/1text.2icon.4/default";
2374       alias: "elm/genlist/item_compress/1text.2icon.4/default";
2375       alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
2376       data.item: "stacking" "above";
2377       data.item: "selectraise" "on";
2378       data.item: "texts" "elm.text";
2379       data.item: "contents" "elm.icon.1 elm.icon.2";
2380       data.item: "flips" "elm.flip.content";
2381       images {
2382          image: "00_list_bar_press_1x80.png" COMP;
2383       }
2384       parts {
2385          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2386          GENLIST_PART_BG_IMAGE
2387          GENLIST_PART_BOTTOM_LINE
2388          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2389          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2390          part { name: "elm.icon.1";
2391             clip_to: "disclip";
2392             type: SWALLOW;
2393             scale: 1;
2394             description { state: "default" 0.0;
2395                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2396                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2397                fixed: 1 1;
2398                rel1 {
2399                   relative: 1.0 0.0;
2400                   to_x: "elm.padding.left";
2401                }
2402                rel2.to_x: "elm.padding.left";
2403                align: 0.0 0.5;
2404             }
2405             GENLIST_DESCRIPTION_FLIP_ENABLED
2406          }
2407          part { name: "elm.padding.icon1.right";
2408             clip_to: "disclip";
2409             type: RECT;
2410             scale: 1;
2411             description { state: "default" 0.0;
2412                min: GENLIST_PADDING_16_INC 0;
2413                fixed: 1 0;
2414                rel1 {
2415                   relative: 1.0 0.0;
2416                   to_x: "elm.icon.1";
2417                }
2418                rel2.to_x: "elm.icon.1";
2419                visible: 0;
2420             }
2421          }
2422          part { name: "elm.icon.2";
2423             clip_to: "disclip";
2424             type: SWALLOW;
2425             scale: 1;
2426             description { state: "default" 0.0;
2427                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2428                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2429                fixed: 1 1;
2430                rel1 {
2431                   relative: 0.0 0.0;
2432                   to_x: "elm.padding.right";
2433                }
2434                rel2 {
2435                   relative: 0.0 1.0;
2436                   to_x: "elm.padding.right";
2437                }
2438                align: 1.0 0.5;
2439             }
2440             GENLIST_DESCRIPTION_FLIP_ENABLED
2441          }
2442          part { name: "elm.padding.icon2.left";
2443             clip_to: "disclip";
2444             type: RECT;
2445             scale: 1;
2446             description { state: "default" 0.0;
2447                min: GENLIST_PADDING_16_INC 0;
2448                fixed: 1 0;
2449                rel1.to_x: "elm.icon.2";
2450                rel2 {
2451                   relative: 0.0 1.0;
2452                   to_x: "elm.icon.2";
2453                }
2454                align: 1.0 0.0;
2455                visible: 0;
2456             }
2457          }
2458          part { name: "elm.text";
2459             clip_to: "disclip";
2460             type: TEXT;
2461             mouse_events: 0;
2462             scale: 1;
2463             description { state: "default" 0.0;
2464                rel1 {
2465                   relative: 1.0 0.0;
2466                   to_x: "elm.padding.icon1.right";
2467                }
2468                rel2 {
2469                   relative: 0.0 1.0;
2470                   to_x: "elm.padding.icon2.left";
2471                }
2472                align: 0.0 0.5;
2473                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2474                text {
2475                   font: "SLP:style=Roman";
2476                   size: GENLIST_FONT_44_INC;
2477                   min: 0 1;
2478                   align: 0.0 0.5;
2479                   text_class: "list_item";
2480                }
2481             }
2482             description { state: "selected" 0.0;
2483                inherit: "default" 0.0;
2484                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2485             }
2486             GENLIST_DESCRIPTION_FLIP_ENABLED
2487          }
2488          GENLIST_PART_FLIP
2489          GENLIST_PART_DISCLIP
2490       }
2491       programs {
2492          program { name: "go_active";
2493             signal: "elm,state,selected";
2494             source: "elm";
2495             action: STATE_SET "selected" 0.0;
2496             target: "bg_image";
2497             target: "elm.text";
2498             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2499          }
2500          program { name: "go_passive";
2501             signal: "elm,state,unselected";
2502             source: "elm";
2503             action: STATE_SET "default" 0.0;
2504             target: "bg_image";
2505             target: "elm.text";
2506             transition: LINEAR 0.1;
2507          }
2508          program { name: "go_disabled";
2509             signal: "elm,state,disabled";
2510             source: "elm";
2511             action: STATE_SET "disabled" 0.0;
2512             target: "disclip";
2513          }
2514          program { name: "go_enabled";
2515             signal: "elm,state,enabled";
2516             source: "elm";
2517             action: STATE_SET "default" 0.0;
2518             target: "disclip";
2519          }
2520          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2521          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2522       }
2523    }
2524
2525 // 3.1.18
2526    group { name: "elm/genlist/item/1text.2icon.2/default";
2527       alias: "elm/genlist/item_odd/1text.2icon.2/default";
2528       alias: "elm/genlist/item_compress/1text.2icon.2/default";
2529       alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
2530       data.item: "stacking" "above";
2531       data.item: "selectraise" "on";
2532       data.item: "texts" "elm.text";
2533       data.item: "contents" "elm.icon.1 elm.icon.2";
2534       data.item: "flips" "elm.flip.content";
2535       images {
2536          image: "00_list_bar_press_1x80.png" COMP;
2537       }
2538       parts {
2539          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2540          GENLIST_PART_BG_IMAGE
2541          GENLIST_PART_BOTTOM_LINE
2542          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2543          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2544          part { name: "elm.icon.1";
2545             clip_to: "disclip";
2546             type: SWALLOW;
2547             scale: 1;
2548             description { state: "default" 0.0;
2549                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2550                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2551                fixed: 1 1;
2552                rel1 {
2553                   relative: 1.0 0.0;
2554                   to_x: "elm.padding.left";
2555                }
2556                rel2.to_x: "elm.padding.left";
2557                align: 0.0 0.5;
2558             }
2559             GENLIST_DESCRIPTION_FLIP_ENABLED
2560          }
2561          part { name: "elm.padding.icon1.right";
2562             clip_to: "disclip";
2563             type: RECT;
2564             scale: 1;
2565             description { state: "default" 0.0;
2566                min: GENLIST_PADDING_16_INC 0;
2567                fixed: 1 0;
2568                rel1 {
2569                   relative: 1.0 0.0;
2570                   to_x: "elm.icon.1";
2571                }
2572                rel2.to_x: "elm.icon.1";
2573                align: 0.0 0.0;
2574                visible: 0;
2575             }
2576          }
2577          part { name: "elm.icon.2";
2578             clip_to: "disclip";
2579             type: SWALLOW;
2580             scale: 1;
2581             description { state: "default" 0.0;
2582                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2583                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2584                fixed: 1 1;
2585                rel1 {
2586                   relative: 1.0 0.0;
2587                   to_x: "elm.padding.icon1.right";
2588                }
2589                rel2.to_x: "elm.padding.icon1.right";
2590                align: 0.0 0.5;
2591             }
2592             GENLIST_DESCRIPTION_FLIP_ENABLED
2593          }
2594          part { name: "elm.padding.icon2.right";
2595             type: RECT;
2596             scale: 1;
2597             description { state: "default" 0.0;
2598                min: GENLIST_PADDING_16_INC 0;
2599                fixed: 1 0;
2600                rel1 {
2601                   relative: 1.0 0.0;
2602                   to_x: "elm.icon.2";
2603                }
2604                rel2.to_x: "elm.icon.2";
2605                align: 0.0 0.5;
2606                visible: 0;
2607             }
2608          }
2609          part { name: "elm.text";
2610             clip_to: "disclip";
2611             type: TEXT;
2612             mouse_events: 0;
2613             scale: 1;
2614             description { state: "default" 0.0;
2615                rel1 {
2616                   relative: 1.0 0.0;
2617                   to_x: "elm.padding.icon2.right";
2618                }
2619                rel2 {
2620                   relative: 0.0 1.0;
2621                   to_x: "elm.padding.right";
2622                }
2623                align: 0.0 0.5;
2624                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2625                text {
2626                   font: "SLP:style=Roman";
2627                   size: GENLIST_FONT_44_INC;
2628                   min: 0 1;
2629                   align: 0.0 0.5;
2630                   text_class: "list_item";
2631                }
2632             }
2633             description { state: "selected" 0.0;
2634                inherit: "default" 0.0;
2635                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2636             }
2637             GENLIST_DESCRIPTION_FLIP_ENABLED
2638          }
2639          GENLIST_PART_FLIP
2640          GENLIST_PART_DISCLIP
2641       }
2642       programs {
2643          program { name: "go_active";
2644             signal: "elm,state,selected";
2645             source: "elm";
2646             action: STATE_SET "selected" 0.0;
2647             target: "bg_image";
2648             target: "elm.text";
2649             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2650          }
2651          program { name: "go_passive";
2652             signal: "elm,state,unselected";
2653             source: "elm";
2654             action: STATE_SET "default" 0.0;
2655             target: "bg_image";
2656             target: "elm.text";
2657             transition: LINEAR 0.1;
2658          }
2659          program { name: "go_disabled";
2660             signal: "elm,state,disabled";
2661             source: "elm";
2662             action: STATE_SET "disabled" 0.0;
2663             target: "disclip";
2664          }
2665          program { name: "go_enabled";
2666             signal: "elm,state,enabled";
2667             source: "elm";
2668             action: STATE_SET "default" 0.0;
2669             target: "disclip";
2670          }
2671          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2672          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2673       }
2674    }
2675
2676 // 3.1.19
2677    group { name: "elm/genlist/item/1text.3icon/default";
2678       alias: "elm/genlist/item_odd/1text.3icon/default";
2679       alias: "elm/genlist/item_compress/1text.3icon/default";
2680       alias: "elm/genlist/item_compress_odd/1text.3icon/default";
2681       data.item: "stacking" "above";
2682       data.item: "selectraise" "on";
2683       data.item: "texts" "elm.text";
2684       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2685       data.item: "flips" "elm.flip.content";
2686       images {
2687          image: "00_list_bar_press_1x80.png" COMP;
2688       }
2689       parts {
2690          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2691          GENLIST_PART_BG_IMAGE
2692          GENLIST_PART_BOTTOM_LINE
2693          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2694          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2695          part { name: "elm.icon.1";
2696             clip_to: "disclip";
2697             type: SWALLOW;
2698             scale: 1;
2699             description { state: "default" 0.0;
2700                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2701                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2702                fixed: 1 1;
2703                rel1 {
2704                   relative: 1.0 0.0;
2705                   to_x: "elm.padding.left";
2706                }
2707                rel2.to_x: "elm.padding.left";
2708                align: 0.0 0.5;
2709             }
2710             GENLIST_DESCRIPTION_FLIP_ENABLED
2711          }
2712          part { name: "elm.padding.icon1.right";
2713             clip_to: "disclip";
2714             type: RECT;
2715             scale: 1;
2716             description { state: "default" 0.0;
2717                min: GENLIST_PADDING_16_INC 0;
2718                fixed: 1 0;
2719                rel1 {
2720                   relative: 1.0 0.0;
2721                   to_x: "elm.icon.1";
2722                }
2723                rel2.to_x: "elm.icon.1";
2724                align: 0.0 0.0;
2725                visible: 0;
2726             }
2727          }
2728          part { name: "elm.icon.2";
2729             clip_to: "disclip";
2730             type: SWALLOW;
2731             scale: 1;
2732             description { state: "default" 0.0;
2733                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2734                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2735                fixed: 1 1;
2736                rel1 {
2737                   relative: 1.0 0.0;
2738                   to_x: "elm.padding.icon1.right";
2739                }
2740                rel2.to_x: "elm.padding.icon1.right";
2741                align: 0.0 0.5;
2742             }
2743             GENLIST_DESCRIPTION_FLIP_ENABLED
2744          }
2745          part { name: "elm.padding.icon2.right";
2746             clip_to: "disclip";
2747             type: RECT;
2748             scale: 1;
2749             description { state: "default" 0.0;
2750                min: GENLIST_PADDING_16_INC 0;
2751                fixed: 1 0;
2752                rel1 {
2753                   relative: 1.0 0.0;
2754                   to_x: "elm.icon.2";
2755                }
2756                rel2.to_x: "elm.icon.2";
2757                visible: 0;
2758             }
2759          }
2760          part { name: "elm.icon.3";
2761             clip_to: "disclip";
2762             type: SWALLOW;
2763             scale: 1;
2764             description { state: "default" 0.0;
2765                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2766                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2767                fixed: 1 1;
2768                rel1 {
2769                   relative: 0.0 0.0;
2770                   to_x: "elm.padding.right";
2771                }
2772                rel2 {
2773                   relative: 0.0 1.0;
2774                   to_x: "elm.padding.right";
2775                }
2776                align: 1.0 0.5;
2777             }
2778             GENLIST_DESCRIPTION_FLIP_ENABLED
2779          }
2780          part { name: "elm.padding.icon3.left";
2781             clip_to: "disclip";
2782             type: RECT;
2783             scale: 1;
2784             description { state: "default" 0.0;
2785                min: GENLIST_PADDING_16_INC 0;
2786                fixed: 1 0;
2787                rel1.to_x: "elm.icon.3";
2788                rel2 {
2789                   relative: 0.0 1.0;
2790                   to_x: "elm.icon.3";
2791                }
2792                align: 1.0 0.0;
2793                visible: 0;
2794             }
2795          }
2796          part { name: "elm.text";
2797             clip_to: "disclip";
2798             type: TEXT;
2799             mouse_events: 0;
2800             scale: 1;
2801             description { state: "default" 0.0;
2802                rel1 {
2803                   relative: 1.0 0.0;
2804                   to_x: "elm.padding.icon2.right";
2805                }
2806                rel2 {
2807                   relative: 0.0 1.0;
2808                   to_x: "elm.padding.icon3.left";
2809                }
2810                align: 0.0 0.5;
2811                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2812                text {
2813                   font: "SLP:style=Roman";
2814                   size: GENLIST_FONT_44_INC;
2815                   min: 0 1;
2816                   align: 0.0 0.5;
2817                   text_class: "list_item";
2818                }
2819             }
2820             description { state: "selected" 0.0;
2821                inherit: "default" 0.0;
2822                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2823             }
2824             GENLIST_DESCRIPTION_FLIP_ENABLED
2825          }
2826          GENLIST_PART_FLIP
2827          GENLIST_PART_DISCLIP
2828       }
2829       programs {
2830          program { name: "go_active";
2831             signal: "elm,state,selected";
2832             source: "elm";
2833             action: STATE_SET "selected" 0.0;
2834             target: "bg_image";
2835             target: "elm.text";
2836             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2837          }
2838          program { name: "go_passive";
2839             signal: "elm,state,unselected";
2840             source: "elm";
2841             action: STATE_SET "default" 0.0;
2842             target: "bg_image";
2843             target: "elm.text";
2844             transition: LINEAR 0.1;
2845          }
2846          program { name: "go_disabled";
2847             signal: "elm,state,disabled";
2848             source: "elm";
2849             action: STATE_SET "disabled" 0.0;
2850             target: "disclip";
2851          }
2852          program { name: "go_enabled";
2853             signal: "elm,state,enabled";
2854             source: "elm";
2855             action: STATE_SET "default" 0.0;
2856             target: "disclip";
2857          }
2858          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2859          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2860       }
2861    }
2862
2863 // 3.1.24
2864    group { name: "elm/genlist/item/1text.3icon.2/default";
2865       alias: "elm/genlist/item_odd/1text.3icon.2/default";
2866       alias: "elm/genlist/item_compress/1text.3icon.2/default";
2867       alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
2868       data.item: "stacking" "above";
2869       data.item: "selectraise" "on";
2870       data.item: "texts" "elm.text";
2871       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2872       data.item: "flips" "elm.flip.content";
2873       images {
2874          image: "00_list_bar_press_1x80.png" COMP;
2875       }
2876       parts {
2877          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2878          GENLIST_PART_BG_IMAGE
2879          GENLIST_PART_BOTTOM_LINE
2880          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2881          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2882          part { name: "elm.icon.1";
2883             clip_to: "disclip";
2884             type: SWALLOW;
2885             scale: 1;
2886             description { state: "default" 0.0;
2887                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2888                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2889                fixed: 1 1;
2890                rel1 {
2891                   relative: 1.0 0.0;
2892                   to_x: "elm.padding.left";
2893                }
2894                rel2.to_x: "elm.padding.left";
2895                align: 0.0 0.5;
2896             }
2897             GENLIST_DESCRIPTION_FLIP_ENABLED
2898          }
2899          part { name: "elm.padding.icon1.right";
2900             clip_to: "disclip";
2901             type: RECT;
2902             scale: 1;
2903             description { state: "default" 0.0;
2904                min: GENLIST_PADDING_16_INC 0;
2905                fixed: 1 0;
2906                rel1 {
2907                   relative: 1.0 0.0;
2908                   to_x: "elm.icon.1";
2909                }
2910                rel2.to_x: "elm.icon.1";
2911                align: 0.0 0.5;
2912                visible: 0;
2913             }
2914          }
2915          part { name: "elm.icon.3";
2916             clip_to: "disclip";
2917             type: SWALLOW;
2918             scale: 1;
2919             description { state: "default" 0.0;
2920                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2921                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2922                fixed: 1 1;
2923                rel1.to_x: "elm.padding.right";
2924                rel2 {
2925                   relative: 0.0 1.0;
2926                   to_x: "elm.padding.right";
2927                }
2928                align: 1.0 0.5;
2929             }
2930             GENLIST_DESCRIPTION_FLIP_ENABLED
2931          }
2932          part { name: "elm.padding.icon3.left";
2933             clip_to: "disclip";
2934             type: RECT;
2935             scale: 1;
2936             description { state: "default" 0.0;
2937                min: GENLIST_PADDING_16_INC 0;
2938                fixed: 1 0;
2939                rel1 {
2940                   relative: 0.0 0.0;
2941                   to_x: "elm.icon.3";
2942                }
2943                rel2.to_x: "elm.icon.3";
2944                align: 1.0 0.0;
2945                visible: 0;
2946             }
2947          }
2948          part { name: "elm.icon.2";
2949             clip_to: "disclip";
2950             type: SWALLOW;
2951             scale: 1;
2952             description { state: "default" 0.0;
2953                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2954                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2955                fixed: 1 1;
2956                rel1.to_x: "elm.padding.icon3.left";
2957                rel2 {
2958                   relative: 0.0 1.0;
2959                   to_x: "elm.padding.icon3.left";
2960                }
2961                align: 1.0 0.5;
2962             }
2963             GENLIST_DESCRIPTION_FLIP_ENABLED
2964          }
2965          part { name: "elm.padding.icon2.left";
2966             clip_to: "disclip";
2967             type: RECT;
2968             scale: 1;
2969             description { state: "default" 0.0;
2970                min: GENLIST_PADDING_16_INC 0;
2971                fixed: 1 0;
2972                rel1 {
2973                   relative: 0.0 0.0;
2974                   to_x: "elm.icon.2";
2975                }
2976                rel2.to_x: "elm.icon.2";
2977                align: 0.0 0.5;
2978                visible: 0;
2979             }
2980          }
2981          part { name: "elm.text";
2982             clip_to: "disclip";
2983             type: TEXT;
2984             mouse_events: 0;
2985             scale: 1;
2986             description { state: "default" 0.0;
2987                rel1 {
2988                   relative: 1.0 0.0;
2989                   to_x: "elm.padding.icon1.right";
2990                }
2991                rel2 {
2992                   relative: 0.0 1.0;
2993                   to_x: "elm.padding.icon2.left";
2994                }
2995                align: 0.0 0.5;
2996                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2997                text {
2998                   font: "SLP:style=Roman";
2999                   size: GENLIST_FONT_44_INC;
3000                   min: 0 1;
3001                   align: 0.0 0.5;
3002                   text_class: "list_item";
3003                }
3004             }
3005             description { state: "selected" 0.0;
3006                inherit: "default" 0.0;
3007                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3008             }
3009             GENLIST_DESCRIPTION_FLIP_ENABLED
3010          }
3011          GENLIST_PART_FLIP
3012          GENLIST_PART_DISCLIP
3013       }
3014       programs {
3015          program { name: "go_active";
3016             signal: "elm,state,selected";
3017             source: "elm";
3018             action: STATE_SET "selected" 0.0;
3019             target: "bg_image";
3020             target: "elm.text";
3021             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3022          }
3023          program { name: "go_passive";
3024             signal: "elm,state,unselected";
3025             source: "elm";
3026             action: STATE_SET "default" 0.0;
3027             target: "bg_image";
3028             target: "elm.text";
3029             transition: LINEAR 0.1;
3030          }
3031          program { name: "go_disabled";
3032             signal: "elm,state,disabled";
3033             source: "elm";
3034             action: STATE_SET "disabled" 0.0;
3035             target: "disclip";
3036          }
3037          program { name: "go_enabled";
3038             signal: "elm,state,enabled";
3039             source: "elm";
3040             action: STATE_SET "default" 0.0;
3041             target: "disclip";
3042          }
3043          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
3044          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3045       }
3046    }
3047
3048 // 3.1.26
3049    group { name: "elm/genlist/item/2text.4/default";
3050       alias: "elm/genlist/item_odd/2text.4/default";
3051       alias: "elm/genlist/item_compress/2text.4/default";
3052       alias: "elm/genlist/item_compress_odd/2text.4/default";
3053       data.item: "stacking" "above";
3054       data.item: "selectraise" "on";
3055       data.item: "texts" "elm.text.1 elm.text.2";
3056       data.item: "flips" "elm.flip.content";
3057       images {
3058          image: "00_list_bar_press_1x80.png" COMP;
3059       }
3060       parts {
3061          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
3062          GENLIST_PART_BG_IMAGE
3063          GENLIST_PART_BOTTOM_LINE
3064          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3065          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3066          part { name: "elm.text.2";
3067             clip_to: "disclip";
3068             type: TEXT;
3069             mouse_events: 0;
3070             scale: 1;
3071             description { state: "default" 0.0;
3072                min: GENLIST_SIZE_206_INC 0;
3073                fixed: 1 0;
3074                rel1.to_x: "elm.padding.right";
3075                rel2 {
3076                   relative: 0.0 1.0;
3077                   to_x: "elm.padding.right";
3078                }
3079                align: 1.0 0.5;
3080                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3081                text {
3082                   font: "SLP:style=Medium";
3083                   size: GENLIST_FONT_32_INC;
3084                   min: 0 1;
3085                   align: 0.0 0.5;
3086                   text_class: "slp_medium";
3087                }
3088             }
3089             description { state: "selected" 0.0;
3090                inherit: "default" 0.0;
3091                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3092             }
3093             GENLIST_DESCRIPTION_FLIP_ENABLED
3094          }
3095          part { name: "elm.padding.text2.left";
3096             type: RECT;
3097             mouse_events: 0;
3098             scale: 1;
3099             description { state: "default" 0.0;
3100                min: GENLIST_PADDING_16_INC 0;
3101                fixed: 1 0;
3102                rel1.to_x: "elm.text.2";
3103                rel2 {
3104                   relative: 0.0 1.0;
3105                   to_x: "elm.text.2";
3106                }
3107                align: 1.0 0.5;
3108                visible: 0;
3109             }
3110          }
3111          part { name: "vertical_line";
3112             type: RECT;
3113             mouse_events: 0;
3114             description { state: "default" 0.0;
3115                min: 1 0;
3116                fixed: 1 0;
3117                rel1.to_x: "elm.padding.text2.left";
3118                rel2 {
3119                   relative: 0.0 1.0;
3120                   to_x: "elm.padding.text2.left";
3121                }
3122                align: 1.0 0.5;
3123                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3124             }
3125          }
3126          part { name: "elm.padding.text1.right";
3127             type: RECT;
3128             mouse_events: 0;
3129             scale: 1;
3130             description { state: "default" 0.0;
3131                min: GENLIST_PADDING_16_INC 0;
3132                fixed: 1 0;
3133                rel1.to_x: "vertical_line";
3134                rel2 {
3135                   relative: 0.0 1.0;
3136                   to_x: "vertical_line";
3137                }
3138                align: 1.0 0.5;
3139                visible: 0;
3140             }
3141          }
3142          part { name: "elm.text.1";
3143             clip_to: "disclip";
3144             type: TEXT;
3145             mouse_events: 0;
3146             scale: 1;
3147             description { state: "default" 0.0;
3148                rel1 {
3149                   relative: 1.0 0.0;
3150                   to_x: "elm.padding.left";
3151                }
3152                rel2 {
3153                   relative: 0.0  1.0;
3154                   to_x: "elm.padding.text1.right";
3155                }
3156                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
3157                text {
3158                   font: "SLP:style=Roman";
3159                   size: GENLIST_FONT_40_INC;
3160                   min: 0 1;
3161                   align: 1.0 0.5;
3162                   text_class: "list_item";
3163                }
3164             }
3165             description { state: "selected" 0.0;
3166                inherit: "default" 0.0;
3167                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3168             }
3169             GENLIST_DESCRIPTION_FLIP_ENABLED
3170          }
3171          GENLIST_PART_FLIP
3172          GENLIST_PART_DISCLIP
3173       }
3174       programs {
3175          // signal: elm,state,%s,active
3176          //   a "check" item named %s went active
3177          // signal: elm,state,%s,passive
3178          //   a "check" item named %s went passive
3179          // default is passive
3180          program { name: "go_active";
3181             signal: "elm,state,selected";
3182             source: "elm";
3183             action: STATE_SET "selected" 0.0;
3184             target: "bg_image";
3185             target: "elm.text.1";
3186             target: "elm.text.2";
3187             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3188          }
3189          program { name: "go_passive";
3190             signal: "elm,state,unselected";
3191             source: "elm";
3192             action: STATE_SET "default" 0.0;
3193             target: "bg_image";
3194             target: "elm.text.1";
3195             target: "elm.text.2";
3196             transition: LINEAR 0.1;
3197          }
3198          program { name: "go_disabled";
3199             signal: "elm,state,disabled";
3200             source: "elm";
3201             action: STATE_SET "disabled" 0.0;
3202             target: "disclip";
3203          }
3204          program { name: "go_enabled";
3205             signal: "elm,state,enabled";
3206             source: "elm";
3207             action: STATE_SET "default" 0.0;
3208             target: "disclip";
3209          }
3210          program { name: "flip_enabled";
3211             signal: "elm,state,flip,enabled";
3212             source: "elm";
3213             action: STATE_SET "flip_enabled" 0.0;
3214             target: "elm.text.1";
3215             target: "elm.flip.content";
3216          }
3217          program { name: "flip_disabled";
3218             signal: "elm,state,flip,disabled";
3219             source: "elm";
3220             action: STATE_SET "default" 0.0;
3221             target: "elm.text.1";
3222             target: "elm.flip.content";
3223          }
3224          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3225       }
3226    }
3227
3228 // 3.1.27
3229    group { name: "elm/genlist/item/2text.5/default";
3230       alias: "elm/genlist/item_odd/2text.5/default";
3231       alias: "elm/genlist/item_compress/2text.5/default";
3232       alias: "elm/genlist/item_compress_odd/2text.5/default";
3233       data.item: "stacking" "above";
3234       data.item: "selectraise" "on";
3235       data.item: "texts" "elm.text.1 elm.text.2";
3236       data.item: "flips" "elm.flip.content";
3237       images {
3238          image: "00_list_bar_press_1x80.png" COMP;
3239       }
3240       parts {
3241          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
3242          GENLIST_PART_BG_IMAGE
3243          GENLIST_PART_BOTTOM_LINE
3244          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3245          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3246          part { name: "elm.text.1";
3247             clip_to: "disclip";
3248             type: TEXT;
3249             mouse_events: 0;
3250             scale: 1;
3251             description { state: "default" 0.0;
3252                min: GENLIST_SIZE_133_INC 0;
3253                fixed: 1 0;
3254                rel1 {
3255                   relative: 1.0 0.0;
3256                   to_x: "elm.padding.left";
3257                }
3258                rel2.to_x: "elm.padding.left";
3259                align: 0.0 0.5;
3260                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3261                text {
3262                   font: "SLP:style=Medium";
3263                   size: GENLIST_FONT_32_INC;
3264                   min: 0 1;
3265                   align: 0.0 0.5;
3266                   text_class: "slp_medium";
3267                }
3268             }
3269             description { state: "selected" 0.0;
3270                inherit: "default" 0.0;
3271                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3272             }
3273          }
3274          part { name: "elm.padding.text1.right";
3275             type: RECT;
3276             mouse_events: 0;
3277             scale: 1;
3278             description { state: "default" 0.0;
3279                min: GENLIST_PADDING_16_INC 0;
3280                fixed: 1 0;
3281                rel1 {
3282                    relative: 1.0 0.0;
3283                    to_x: "elm.text.1";
3284                }
3285                rel2.to_x: "elm.text.1";
3286                align: 0.0 0.5;
3287                visible: 0;
3288             }
3289          }
3290          part { name: "vertical_line";
3291             type: RECT;
3292             mouse_events: 0;
3293             description { state: "default" 0.0;
3294                min: 1 0;
3295                fixed: 1 0;
3296                rel1.to_x: "elm.padding.text1.right";
3297                rel2 {
3298                   relative: 0.0 1.0;
3299                   to_x: "elm.padding.text1.right";
3300                }
3301                align: 0.0 0.5;
3302                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3303             }
3304          }
3305          part { name: "elm.padding.text2.left";
3306             type: RECT;
3307             mouse_events: 0;
3308             scale: 1;
3309             description { state: "default" 0.0;
3310                min: GENLIST_PADDING_16_INC 0;
3311                fixed: 1 0;
3312                rel1 {
3313                    relative: 1.0 0.0;
3314                    to_x: "vertical_line";
3315                }
3316                rel2.to_x: "vertical_line";
3317                align: 0.0 0.5;
3318                visible: 0;
3319             }
3320          }
3321          part { name: "elm.text.2";
3322             clip_to: "disclip";
3323             type: TEXT;
3324             mouse_events: 0;
3325             scale: 1;
3326             description { state: "default" 0.0;
3327                rel1 {
3328                   relative: 1.0 0.0;
3329                   to_x: "elm.padding.text2.left";
3330                }
3331                rel2 {
3332                   relative: 0.0  1.0;
3333                   to_x: "elm.padding.right";
3334                }
3335                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3336                text {
3337                   font: "SLP:style=Roman";
3338                   size: GENLIST_FONT_44_INC;
3339                   min: 0 1;
3340                   align: 0.0 0.5;
3341                   text_class: "list_item";
3342                }
3343             }
3344             description { state: "selected" 0.0;
3345                inherit: "default" 0.0;
3346                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3347             }
3348             GENLIST_DESCRIPTION_FLIP_ENABLED
3349          }
3350          GENLIST_PART_FLIP
3351          GENLIST_PART_DISCLIP
3352       }
3353       programs {
3354          // signal: elm,state,%s,active
3355          //   a "check" item named %s went active
3356          // signal: elm,state,%s,passive
3357          //   a "check" item named %s went passive
3358          // default is passive
3359          program { name: "go_active";
3360             signal: "elm,state,selected";
3361             source: "elm";
3362             action: STATE_SET "selected" 0.0;
3363             target: "bg_image";
3364             target: "elm.text.1";
3365             target: "elm.text.2";
3366             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3367          }
3368          program { name: "go_passive";
3369             signal: "elm,state,unselected";
3370             source: "elm";
3371             action: STATE_SET "default" 0.0;
3372             target: "bg_image";
3373             target: "elm.text.1";
3374             target: "elm.text.2";
3375             transition: LINEAR 0.1;
3376          }
3377          program { name: "go_disabled";
3378             signal: "elm,state,disabled";
3379             source: "elm";
3380             action: STATE_SET "disabled" 0.0;
3381             target: "disclip";
3382          }
3383          program { name: "go_enabled";
3384             signal: "elm,state,enabled";
3385             source: "elm";
3386             action: STATE_SET "default" 0.0;
3387             target: "disclip";
3388          }
3389          program { name: "flip_enabled";
3390             signal: "elm,state,flip,enabled";
3391             source: "elm";
3392             action: STATE_SET "flip_enabled" 0.0;
3393             target: "elm.text.2";
3394             target: "elm.flip.content";
3395          }
3396          program { name: "flip_disabled";
3397             signal: "elm,state,flip,disabled";
3398             source: "elm";
3399             action: STATE_SET "default" 0.0;
3400             target: "elm.text.2";
3401             target: "elm.flip.content";
3402          }
3403          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3404       }
3405    }
3406
3407 // 3.2.1
3408    group { name: "elm/genlist/item/2text.2/default";
3409       alias: "elm/genlist/item_odd/2text.2/default";
3410       alias: "elm/genlist/item_compress/2text.2/default";
3411       alias: "elm/genlist/item_compress_odd/2text.2/default";
3412       data.item: "stacking" "above";
3413       data.item: "selectraise" "on";
3414       data.item: "texts" "elm.text.1 elm.text.2";
3415       data.item: "flips" "elm.flip.content";
3416       images {
3417          image: "00_list_bar_press_1x80.png" COMP;
3418       }
3419       parts {
3420          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3421          GENLIST_PART_BG_IMAGE
3422          GENLIST_PART_BOTTOM_LINE
3423          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3424          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3425          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3426          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3427          part { name: "elm.text.1";
3428             clip_to: "disclip";
3429             type: TEXT;
3430             mouse_events: 0;
3431             scale: 1;
3432             description { state: "default" 0.0;
3433                min: 0 GENLIST_SIZE_61_INC;
3434                fixed: 0 1;
3435                rel1 {
3436                   relative: 1.0 1.0;
3437                   to_x: "elm.padding.left";
3438                   to_y: "elm.padding.top";
3439                }
3440                rel2 {
3441                   relative: 0.0 1.0;
3442                   to_x: "elm.padding.right";
3443                   to_y: "elm.padding.top";
3444                }
3445                align: 0.0 0.0;
3446                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3447                text {
3448                   font: "SLP:style=Roman";
3449                   size: GENLIST_FONT_44_INC;
3450                   min: 0 1;
3451                   align: 0.0 0.5;
3452                   text_class: "list_item";
3453                }
3454             }
3455             description { state: "selected" 0.0;
3456                inherit: "default" 0.0;
3457                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3458             }
3459             GENLIST_DESCRIPTION_FLIP_ENABLED
3460          }
3461          part { name: "elm.text.2";
3462             clip_to: "disclip";
3463             type: TEXT;
3464             mouse_events: 0;
3465             scale: 1;
3466             description { state: "default" 0.0;
3467                rel1 {
3468                   relative: 1.0 1.0;
3469                   to_x: "elm.padding.left";
3470                   to_y: "elm.text.1";
3471                }
3472                rel2 {
3473                   relative: 0.0 0.0;
3474                   to_x: "elm.padding.right";
3475                   to_y: "elm.padding.bottom";
3476                }
3477                align: 0.0 0.0;
3478                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3479                text {
3480                   font: "SLP:style=Medium";
3481                   size: GENLIST_FONT_32_INC;
3482                   min: 0 1;
3483                   align: 0.0 0.5;
3484                   text_class: "slp_medium";
3485                }
3486             }
3487             description { state: "selected" 0.0;
3488                inherit: "default" 0.0;
3489                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3490             }
3491             GENLIST_DESCRIPTION_FLIP_ENABLED
3492          }
3493          GENLIST_PART_FLIP
3494          GENLIST_PART_DISCLIP
3495       }
3496       programs {
3497          // signal: elm,state,%s,active
3498          //   a "check" item named %s went active
3499          // signal: elm,state,%s,passive
3500          //   a "check" item named %s went passive
3501          // default is passive
3502          program { name: "go_active";
3503             signal: "elm,state,selected";
3504             source: "elm";
3505             action: STATE_SET "selected" 0.0;
3506             target: "bg_image";
3507             target: "elm.text.1";
3508             target: "elm.text.2";
3509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3510          }
3511          program { name: "go_passive";
3512             signal: "elm,state,unselected";
3513             source: "elm";
3514             action: STATE_SET "default" 0.0;
3515             target: "bg_image";
3516             target: "elm.text.1";
3517             target: "elm.text.2";
3518             transition: LINEAR 0.1;
3519          }
3520          program { name: "go_disabled";
3521             signal: "elm,state,disabled";
3522             source: "elm";
3523             action: STATE_SET "disabled" 0.0;
3524             target: "disclip";
3525          }
3526          program { name: "go_enabled";
3527             signal: "elm,state,enabled";
3528             source: "elm";
3529             action: STATE_SET "default" 0.0;
3530             target: "disclip";
3531          }
3532          GENLIST_PROGRAM_FLIP_2TEXT
3533          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3534       }
3535    }
3536
3537    group { name: "elm/genlist/item_compress/2text.2.tb/default";
3538       inherit: "elm/genlist/item/2text.2/default";
3539       parts {
3540          part { name: "elm.text.2";
3541             clip_to: "disclip";
3542             type: TEXTBLOCK;
3543             mouse_events: 0;
3544             scale: 1;
3545             description { state: "default" 0.0;
3546                rel1 {
3547                   relative: 1.0 1.0;
3548                   to_x: "elm.padding.left";
3549                   to_y: "elm.text.1";
3550                }
3551                rel2 {
3552                   relative: 0.0 0.0;
3553                   to_x: "elm.padding.right";
3554                   to_y: "elm.padding.bottom";
3555                }
3556                align: 0.0 0.5;
3557                text {
3558                   style: "genlist_default_textblock_style";
3559                   min: 0 1;
3560                   align: 0.0 0.5;
3561                }
3562             }
3563             description { state: "selected" 0.0;
3564                inherit: "default" 0.0;
3565                text.style: "genlist_default_textblock_selected_style";
3566             }
3567             GENLIST_DESCRIPTION_FLIP_ENABLED
3568          }
3569       }
3570    }
3571
3572 //
3573    group { name: "elm/genlist/item/2text.8/default";
3574       alias: "elm/genlist/item_odd/2text.8/default";
3575       alias: "elm/genlist/item_compress/2text.8/default";
3576       alias: "elm/genlist/item_compress_odd/2text.8/default";
3577       data.item: "stacking" "above";
3578       data.item: "selectraise" "on";
3579       data.item: "texts" "elm.text.1 elm.text.2";
3580       data.item: "flips" "elm.flip.content";
3581       images {
3582          image: "00_list_bar_press_1x80.png" COMP;
3583       }
3584       parts {
3585          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3586          GENLIST_PART_BG_IMAGE
3587          GENLIST_PART_BOTTOM_LINE
3588          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3589          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3590          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3591          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3592          part { name: "elm.text.1";
3593             clip_to: "disclip";
3594             type: TEXTBLOCK;
3595             mouse_events: 0;
3596             scale: 1;
3597             description { state: "default" 0.0;
3598                min: 0 GENLIST_SIZE_61_INC;
3599                fixed: 1 1;
3600                rel1 {
3601                   relative: 1.0 1.0;
3602                   to_x: "elm.padding.left";
3603                   to_y: "elm.padding.top";
3604                }
3605                rel2 {
3606                   relative: 0.0 1.0;
3607                   to_x: "elm.padding.right";
3608                   to_y: "elm.padding.top";
3609                }
3610                align: 0.0 0.0;
3611                text {
3612                   style: "genlist_default_textblock_style";
3613                   min: 0 1;
3614                   align: 0.0 0.5;
3615                }
3616             }
3617             description { state: "selected" 0.0;
3618                inherit: "default" 0.0;
3619                text.style: "genlist_default_textblock_selected_style";
3620             }
3621             GENLIST_DESCRIPTION_FLIP_ENABLED
3622          }
3623          part { name: "elm.text.2";
3624             clip_to: "disclip";
3625             type: TEXTBLOCK;
3626             mouse_events: 0;
3627             scale: 1;
3628             description { state: "default" 0.0;
3629                fixed: 1 0;
3630                rel1 {
3631                   relative: 1.0 1.0;
3632                   to_x: "elm.padding.left";
3633                   to_y: "elm.text.1";
3634                }
3635                rel2 {
3636                   relative: 0.0 0.0;
3637                   to_x: "elm.padding.right";
3638                   to_y: "elm.padding.bottom";
3639                }
3640                align: 0.0 0.0;
3641                text {
3642                   style: "genlist_sub_textblock_style";
3643                   min: 0 1;
3644                   align: 0.0 0.5;
3645                }
3646             }
3647             description { state: "selected" 0.0;
3648                inherit: "default" 0.0;
3649                text.style: "genlist_sub_textblock_selected_style";
3650             }
3651             GENLIST_DESCRIPTION_FLIP_ENABLED
3652          }
3653          GENLIST_PART_FLIP
3654          GENLIST_PART_DISCLIP
3655       }
3656       programs {
3657          // signal: elm,state,%s,active
3658          //   a "check" item named %s went active
3659          // signal: elm,state,%s,passive
3660          //   a "check" item named %s went passive
3661          // default is passive
3662          program { name: "go_active";
3663             signal: "elm,state,selected";
3664             source: "elm";
3665             action: STATE_SET "selected" 0.0;
3666             target: "bg_image";
3667             target: "elm.text.1";
3668             target: "elm.text.2";
3669             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3670          }
3671          program { name: "go_passive";
3672             signal: "elm,state,unselected";
3673             source: "elm";
3674             action: STATE_SET "default" 0.0;
3675             target: "bg_image";
3676             target: "elm.text.1";
3677             target: "elm.text.2";
3678             transition: LINEAR 0.1;
3679          }
3680          program { name: "go_disabled";
3681             signal: "elm,state,disabled";
3682             source: "elm";
3683             action: STATE_SET "disabled" 0.0;
3684             target: "disclip";
3685          }
3686          program { name: "go_enabled";
3687             signal: "elm,state,enabled";
3688             source: "elm";
3689             action: STATE_SET "default" 0.0;
3690             target: "disclip";
3691          }
3692          GENLIST_PROGRAM_FLIP_2TEXT
3693          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3694       }
3695    }
3696
3697 // 3.2.2
3698    group { name: "elm/genlist/item/2text.3/default";
3699       alias: "elm/genlist/item_odd/2text.3/default";
3700       alias: "elm/genlist/item_compress/2text.3/default";
3701       alias: "elm/genlist/item_compress_odd/2text.3/default";
3702       data.item: "stacking" "above";
3703       data.item: "selectraise" "on";
3704       data.item: "texts" "elm.text.1 elm.text.2";
3705       data.item: "flips" "elm.flip.content";
3706       images {
3707          image: "00_list_bar_press_1x80.png" COMP;
3708       }
3709       parts {
3710          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3711          GENLIST_PART_BG_IMAGE
3712          GENLIST_PART_BOTTOM_LINE
3713          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3714          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3715          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3716          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3717          part { name: "elm.text.1";
3718             clip_to: "disclip";
3719             type: TEXT;
3720             mouse_events: 0;
3721             scale: 1;
3722             description { state: "default" 0.0;
3723                min: 0 GENLIST_SIZE_61_INC;
3724                fixed: 0 1;
3725                rel1 {
3726                   relative: 1.0 0.0;
3727                   to_x: "elm.padding.left";
3728                   to_y: "elm.padding.bottom";
3729                }
3730                rel2 {
3731                   relative: 0.0 0.0;
3732                   to_x: "elm.padding.right";
3733                   to_y: "elm.padding.bottom";
3734                }
3735                align: 0.0 1.0;
3736                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3737                text {
3738                   font: "SLP:style=Roman";
3739                   size: GENLIST_FONT_44_INC;
3740                   min: 0 1;
3741                   align: 0.0 0.5;
3742                   text_class: "slp_roman";
3743                }
3744             }
3745             description { state: "selected" 0.0;
3746                inherit: "default" 0.0;
3747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3748             }
3749             GENLIST_DESCRIPTION_FLIP_ENABLED
3750          }
3751          part { name: "elm.text.2";
3752             clip_to: "disclip";
3753             type: TEXT;
3754             mouse_events: 0;
3755             scale: 1;
3756             description { state: "default" 0.0;
3757                rel1 {
3758                   relative: 1.0 1.0;
3759                   to_x: "elm.padding.left";
3760                   to_y: "elm.padding.top";
3761                }
3762                rel2 {
3763                   relative: 0.0 0.0;
3764                   to_x: "elm.padding.right";
3765                   to_y: "elm.text.1";
3766                }
3767                align: 0.0 1.0;
3768                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3769                text {
3770                   font: "SLP:style=Medium";
3771                   size: GENLIST_FONT_32_INC;
3772                   min: 0 1;
3773                   align: 0.0 0.5;
3774                   text_class: "list_item";
3775                }
3776             }
3777             description { state: "selected" 0.0;
3778                inherit: "default" 0.0;
3779                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3780             }
3781             GENLIST_DESCRIPTION_FLIP_ENABLED
3782          }
3783          GENLIST_PART_FLIP
3784          GENLIST_PART_DISCLIP
3785       }
3786       programs {
3787          // signal: elm,state,%s,active
3788          //   a "check" item named %s went active
3789          // signal: elm,state,%s,passive
3790          //   a "check" item named %s went passive
3791          // default is passive
3792          program { name: "go_active";
3793             signal: "elm,state,selected";
3794             source: "elm";
3795             action: STATE_SET "selected" 0.0;
3796             target: "bg_image";
3797             target: "elm.text.1";
3798             target: "elm.text.2";
3799             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3800          }
3801          program { name: "go_passive";
3802             signal: "elm,state,unselected";
3803             source: "elm";
3804             action: STATE_SET "default" 0.0;
3805             target: "bg_image";
3806             target: "elm.text.1";
3807             target: "elm.text.2";
3808             transition: LINEAR 0.1;
3809          }
3810          program { name: "go_disabled";
3811             signal: "elm,state,disabled";
3812             source: "elm";
3813             action: STATE_SET "disabled" 0.0;
3814             target: "disclip";
3815          }
3816          program { name: "go_enabled";
3817             signal: "elm,state,enabled";
3818             source: "elm";
3819             action: STATE_SET "default" 0.0;
3820             target: "disclip";
3821          }
3822          GENLIST_PROGRAM_FLIP_2TEXT
3823          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3824       }
3825    }
3826
3827 // 3.2.3
3828    group { name: "elm/genlist/item/3text/default";
3829       alias: "elm/genlist/item_odd/3text/default";
3830       alias: "elm/genlist/item_compress/3text/default";
3831       alias: "elm/genlist/item_compress_odd/3text/default";
3832       data.item: "stacking" "above";
3833       data.item: "selectraise" "on";
3834       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
3835       data.item: "flips" "elm.flip.content";
3836       images {
3837          image: "00_list_bar_press_1x80.png" COMP;
3838       }
3839       parts {
3840          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3841          GENLIST_PART_BG_IMAGE
3842          GENLIST_PART_BOTTOM_LINE
3843          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3844          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3845          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3846          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3847          part { name: "elm.text.3";
3848             clip_to: "disclip";
3849             type: TEXT;
3850             mouse_events: 0;
3851             scale: 1;
3852             description { state: "default" 0.0;
3853                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
3854                fixed: 1 1;
3855                rel1 {
3856                   relative: 0.0 1.0;
3857                   to_x: "elm.padding.right";
3858                   to_y: "elm.padding.top";
3859                }
3860                rel2 {
3861                   relative: 0.0 1.0;
3862                   to_x: "elm.padding.right";
3863                   to_y: "elm.padding.top";
3864                }
3865                align: 1.0 0.0;
3866                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3867                text {
3868                   font: "SLP:style=Medium";
3869                   size: GENLIST_FONT_32_INC;
3870                   min: 0 1;
3871                   align: 1.0 0.5;
3872                   text_class: "slp_medium";
3873                }
3874             }
3875             description { state: "selected" 0.0;
3876                inherit: "default" 0.0;
3877                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3878             }
3879             GENLIST_DESCRIPTION_FLIP_ENABLED
3880          }
3881          part { name: "elm.padding.text3.left";
3882             clip_to: "disclip";
3883             type: RECT;
3884             mouse_events: 0;
3885             scale: 1;
3886             description { state: "default" 0.0;
3887                min: GENLIST_SIZE_ICON_SMALL 0;
3888                fixed: 1 0;
3889                rel1.to_x: "elm.text.3";
3890                rel2 {
3891                   relative: 0.0 1.0;
3892                   to_x: "elm.text.3";
3893                }
3894                align: 1.0 0.5;
3895                visible: 0;
3896             }
3897          }
3898          part { name: "elm.text.1";
3899             clip_to: "disclip";
3900             type: TEXT;
3901             mouse_events: 0;
3902             scale: 1;
3903             description { state: "default" 0.0;
3904                rel1 {
3905                   relative: 1.0 1.0;
3906                   to_x: "elm.padding.left";
3907                   to_y: "elm.padding.top";
3908                }
3909                rel2 {
3910                   relative: 0.0 1.0;
3911                   to_x: "elm.padding.text3.left";
3912                   to_y: "elm.text.3";
3913                }
3914                align: 0.0 0.5;
3915                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3916                text {
3917                   font: "SLP:style=Roman";
3918                   size: GENLIST_FONT_44_INC;
3919                   min: 0 1;
3920                   align: 0.0 0.5;
3921                   text_class: "list_item";
3922                }
3923             }
3924             description { state: "selected" 0.0;
3925                inherit: "default" 0.0;
3926                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3927             }
3928             GENLIST_DESCRIPTION_FLIP_ENABLED
3929          }
3930          part { name: "elm.text.2";
3931             clip_to: "disclip";
3932             type: TEXT;
3933             mouse_events: 0;
3934             scale: 1;
3935             description { state: "default" 0.0;
3936                rel1 {
3937                   relative: 1.0 1.0;
3938                   to_x: "elm.padding.left";
3939                   to_y: "elm.text.1";
3940                }
3941                rel2 {
3942                   relative: 0.0 0.0;
3943                   to_x: "elm.padding.right";
3944                   to_y: "elm.padding.bottom";
3945                }
3946                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3947                text {
3948                   font: "SLP:style=Medium";
3949                   size: GENLIST_FONT_32_INC;
3950                   min: 0 1;
3951                   align: 0.0 0.5;
3952                   text_class: "slp_medium";
3953                }
3954             }
3955             description { state: "selected" 0.0;
3956                inherit: "default" 0.0;
3957                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3958             }
3959             GENLIST_DESCRIPTION_FLIP_ENABLED
3960          }
3961          GENLIST_PART_FLIP
3962          GENLIST_PART_DISCLIP
3963       }
3964       programs {
3965          // signal: elm,state,%s,active
3966          //   a "check" item named %s went active
3967          // signal: elm,state,%s,passive
3968          //   a "check" item named %s went passive
3969          // default is passive
3970          program { name: "go_active";
3971             signal: "elm,state,selected";
3972             source: "elm";
3973             action: STATE_SET "selected" 0.0;
3974             target: "bg_image";
3975             target: "elm.text.1";
3976             target: "elm.text.2";
3977             target: "elm.text.3";
3978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3979          }
3980          program { name: "go_passive";
3981             signal: "elm,state,unselected";
3982             source: "elm";
3983             action: STATE_SET "default" 0.0;
3984             target: "bg_image";
3985             target: "elm.text.1";
3986             target: "elm.text.2";
3987             target: "elm.text.3";
3988             transition: LINEAR 0.1;
3989          }
3990          program { name: "go_disabled";
3991             signal: "elm,state,disabled";
3992             source: "elm";
3993             action: STATE_SET "disabled" 0.0;
3994             target: "disclip";
3995          }
3996          program { name: "go_enabled";
3997             signal: "elm,state,enabled";
3998             source: "elm";
3999             action: STATE_SET "default" 0.0;
4000             target: "disclip";
4001          }
4002          GENLIST_PROGRAM_FLIP_3TEXT
4003          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4004       }
4005    }
4006
4007    group { name: "elm/genlist/item_compress/3text.tb/default";
4008       inherit: "elm/genlist/item/3text/default";
4009       parts {
4010          part { name: "elm.text.2";
4011             clip_to: "disclip";
4012             type: TEXTBLOCK;
4013             mouse_events: 0;
4014             scale: 1;
4015             description { state: "default" 0.0;
4016                rel1 {
4017                   relative: 1.0 1.0;
4018                   to_x: "elm.padding.left";
4019                   to_y: "elm.text.1";
4020                }
4021                rel2 {
4022                   relative: 0.0 0.0;
4023                   to_x: "elm.padding.right";
4024                   to_y: "elm.padding.bottom";
4025                }
4026                align: 0.0 0.5;
4027                text {
4028                   style: "genlist_default_textblock_style";
4029                   min: 0 1;
4030                   align: 0.0 0.5;
4031                }
4032             }
4033             description { state: "selected" 0.0;
4034                inherit: "default" 0.0;
4035                text.style: "genlist_default_textblock_selected_style";
4036             }
4037             GENLIST_DESCRIPTION_FLIP_ENABLED
4038          }
4039       }
4040    }
4041
4042 // 3.2.4
4043    group { name: "elm/genlist/item/2text.1icon.2/default";
4044       alias: "elm/genlist/item_odd/2text.1icon.2/default";
4045       alias: "elm/genlist/item_compress/2text.1icon.2/default";
4046       alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
4047       data.item: "stacking" "above";
4048       data.item: "selectraise" "on";
4049       data.item: "texts" "elm.text.1 elm.text.2";
4050       data.item: "contents" "elm.icon";
4051       data.item: "flips" "elm.flip.content";
4052       images {
4053          image: "00_list_bar_press_1x80.png" COMP;
4054       }
4055       parts {
4056          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4057          GENLIST_PART_BG_IMAGE
4058          GENLIST_PART_BOTTOM_LINE
4059          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4060          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4061          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4062          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4063          part { name: "elm.icon";
4064             clip_to: "disclip";
4065             type: SWALLOW;
4066             scale: 1;
4067             description { state: "default" 0.0;
4068                fixed: 1 1;
4069                rel1 {
4070                   relative: 0.0 1.0;
4071                   to_x: "elm.padding.right";
4072                   to_y: "elm.padding.top";
4073                }
4074                rel2 {
4075                   relative: 0.0 0.0;
4076                   to_x: "elm.padding.right";
4077                   to_y: "elm.padding.bottom";
4078                }
4079                align: 1.0 0.5;
4080             }
4081             GENLIST_DESCRIPTION_FLIP_ENABLED
4082          }
4083          part { name: "elm.padding.icon.left";
4084             clip_to: "disclip";
4085             type: RECT;
4086             scale: 1;
4087             description { state: "default" 0.0;
4088                min: GENLIST_PADDING_16_INC 0;
4089                fixed: 1 0;
4090                rel1.to_x: "elm.icon";
4091                rel2 {
4092                   relative: 0.0 1.0;
4093                   to_x: "elm.icon";
4094                }
4095                align: 1.0 0.0;
4096                visible: 0;
4097             }
4098          }
4099          part { name: "elm.text.1";
4100             clip_to: "disclip";
4101             type: TEXT;
4102             mouse_events: 0;
4103             scale: 1;
4104             description { state: "default" 0.0;
4105                min: 0 GENLIST_SIZE_61_INC;
4106                fixed: 0 1;
4107                rel1 {
4108                   relative: 1.0 1.0;
4109                   to_x: "elm.padding.left";
4110                   to_y: "elm.padding.top";
4111                }
4112                rel2 {
4113                   relative: 0.0 1.0;
4114                   to_x: "elm.padding.icon.left";
4115                   to_y: "elm.padding.top";
4116                }
4117                align: 0.0 0.0;
4118                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4119                text {
4120                   font: "SLP:style=Roman";
4121                   size: GENLIST_FONT_44_INC;
4122                   min: 0 1;
4123                   align: 0.0 0.5;
4124                   text_class: "list_item";
4125                }
4126             }
4127             description { state: "selected" 0.0;
4128                inherit: "default" 0.0;
4129                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4130             }
4131             GENLIST_DESCRIPTION_FLIP_ENABLED
4132          }
4133          part { name: "elm.text.2";
4134             clip_to: "disclip";
4135             type: TEXT;
4136             mouse_events: 0;
4137             scale: 1;
4138             description { state: "default" 0.0;
4139                rel1 {
4140                   relative: 1.0 1.0;
4141                   to_x: "elm.padding.left";
4142                   to_y: "elm.text.1";
4143                }
4144                rel2 {
4145                   relative: 0.0 0.0;
4146                   to_x: "elm.padding.icon.left";
4147                   to_y: "elm.padding.bottom";
4148                }
4149                align: 0.0 0.0;
4150                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4151                text {
4152                   font: "SLP:style=Medium";
4153                   size: GENLIST_FONT_32_INC;
4154                   min: 0 1;
4155                   align: 0.0 0.5;
4156                   text_class: "slp_medium";
4157                }
4158             }
4159             description { state: "selected" 0.0;
4160                inherit: "default" 0.0;
4161                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4162             }
4163             GENLIST_DESCRIPTION_FLIP_ENABLED
4164          }
4165          GENLIST_PART_FLIP
4166          GENLIST_PART_DISCLIP
4167       }
4168       programs {
4169          // signal: elm,state,%s,active
4170          //   a "check" item named %s went active
4171          // signal: elm,state,%s,passive
4172          //   a "check" item named %s went passive
4173          // default is passive
4174          program { name: "go_active";
4175             signal: "elm,state,selected";
4176             source: "elm";
4177             action: STATE_SET "selected" 0.0;
4178             target: "bg_image";
4179             target: "elm.text.1";
4180             target: "elm.text.2";
4181             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4182          }
4183          program { name: "go_passive";
4184             signal: "elm,state,unselected";
4185             source: "elm";
4186             action: STATE_SET "default" 0.0;
4187             target: "bg_image";
4188             target: "elm.text.1";
4189             target: "elm.text.2";
4190             transition: LINEAR 0.1;
4191          }
4192          program { name: "go_disabled";
4193             signal: "elm,state,disabled";
4194             source: "elm";
4195             action: STATE_SET "disabled" 0.0;
4196             target: "disclip";
4197          }
4198          program { name: "go_enabled";
4199             signal: "elm,state,enabled";
4200             source: "elm";
4201             action: STATE_SET "default" 0.0;
4202             target: "disclip";
4203          }
4204          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4205          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4206       }
4207    }
4208
4209 // 3.2.5
4210    group { name: "elm/genlist/item/2text.1icon.10/default";
4211       alias: "elm/genlist/item_odd/2text.1icon.10/default";
4212       alias: "elm/genlist/item_compress/2text.1icon.10/default";
4213       alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
4214       data.item: "stacking" "above";
4215       data.item: "selectraise" "on";
4216       data.item: "texts" "elm.text.1 elm.text.2";
4217       data.item: "contents" "elm.icon";
4218       data.item: "flips" "elm.flip.content";
4219       images {
4220          image: "00_list_bar_press_1x80.png" COMP;
4221       }
4222       parts {
4223          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4224          GENLIST_PART_BG_IMAGE
4225          GENLIST_PART_BOTTOM_LINE
4226          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4227          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4228          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4229          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4230          part { name: "elm.icon";
4231             clip_to: "disclip";
4232             type: SWALLOW;
4233             scale: 1;
4234             description { state: "default" 0.0;
4235                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4236                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4237                fixed: 1 1;
4238                rel1 {
4239                   relative: 0.0 1.0;
4240                   to_x: "elm.padding.right";
4241                   to_y: "elm.padding.top";
4242                }
4243                rel2 {
4244                   relative: 0.0 0.0;
4245                   to_x: "elm.padding.right";
4246                   to_y: "elm.padding.bottom";
4247                }
4248                align: 1.0 0.5;
4249             }
4250             GENLIST_DESCRIPTION_FLIP_ENABLED
4251          }
4252          part { name: "elm.padding.icon.left";
4253             clip_to: "disclip";
4254             type: RECT;
4255             scale: 1;
4256             description { state: "default" 0.0;
4257                min: GENLIST_PADDING_16_INC 0;
4258                fixed: 1 0;
4259                rel1.to_x: "elm.icon";
4260                rel2 {
4261                   relative: 0.0 1.0;
4262                   to_x: "elm.icon";
4263                }
4264                align: 1.0 0.0;
4265                visible: 0;
4266             }
4267          }
4268          part { name: "elm.text.1";
4269             clip_to: "disclip";
4270             type: TEXT;
4271             mouse_events: 0;
4272             scale: 1;
4273             description { state: "default" 0.0;
4274                min: 0 GENLIST_SIZE_61_INC;
4275                fixed: 0 1;
4276                rel1 {
4277                   relative: 1.0 1.0;
4278                   to_x: "elm.padding.left";
4279                   to_y: "elm.padding.top";
4280                }
4281                rel2 {
4282                   relative: 0.0 1.0;
4283                   to_x: "elm.padding.icon.left";
4284                   to_y: "elm.padding.top";
4285                }
4286                align: 0.0 0.0;
4287                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4288                text {
4289                   font: "SLP:style=Roman";
4290                   size: GENLIST_FONT_44_INC;
4291                   min: 0 1;
4292                   align: 0.0 0.5;
4293                   text_class: "list_item";
4294                }
4295             }
4296             description { state: "selected" 0.0;
4297                inherit: "default" 0.0;
4298                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4299             }
4300             GENLIST_DESCRIPTION_FLIP_ENABLED
4301          }
4302          part { name: "elm.text.2";
4303             clip_to: "disclip";
4304             type: TEXT;
4305             mouse_events: 0;
4306             scale: 1;
4307             description { state: "default" 0.0;
4308                rel1 {
4309                   relative: 1.0 1.0;
4310                   to_x: "elm.padding.left";
4311                   to_y: "elm.text.1";
4312                }
4313                rel2 {
4314                   relative: 0.0 0.0;
4315                   to_x: "elm.padding.icon.left";
4316                   to_y: "elm.padding.bottom";
4317                }
4318                align: 0.0 0.0;
4319                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4320                text {
4321                   font: "SLP:style=Medium";
4322                   size: GENLIST_FONT_32_INC;
4323                   min: 0 1;
4324                   align: 0.0 0.5;
4325                   text_class: "slp_medium";
4326                }
4327             }
4328             description { state: "selected" 0.0;
4329                inherit: "default" 0.0;
4330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4331             }
4332             GENLIST_DESCRIPTION_FLIP_ENABLED
4333          }
4334          GENLIST_PART_FLIP
4335          GENLIST_PART_DISCLIP
4336       }
4337       programs {
4338          // signal: elm,state,%s,active
4339          //   a "check" item named %s went active
4340          // signal: elm,state,%s,passive
4341          //   a "check" item named %s went passive
4342          // default is passive
4343          program { name: "go_active";
4344             signal: "elm,state,selected";
4345             source: "elm";
4346             action: STATE_SET "selected" 0.0;
4347             target: "bg_image";
4348             target: "elm.text.1";
4349             target: "elm.text.2";
4350             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4351          }
4352          program { name: "go_passive";
4353             signal: "elm,state,unselected";
4354             source: "elm";
4355             action: STATE_SET "default" 0.0;
4356             target: "bg_image";
4357             target: "elm.text.1";
4358             target: "elm.text.2";
4359             transition: LINEAR 0.1;
4360          }
4361          program { name: "go_disabled";
4362             signal: "elm,state,disabled";
4363             source: "elm";
4364             action: STATE_SET "disabled" 0.0;
4365             target: "disclip";
4366          }
4367          program { name: "go_enabled";
4368             signal: "elm,state,enabled";
4369             source: "elm";
4370             action: STATE_SET "default" 0.0;
4371             target: "disclip";
4372          }
4373          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4374          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4375       }
4376    }
4377
4378    group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
4379       inherit: "elm/genlist/item/2text.1icon.10/default";
4380       parts {
4381          part { name: "elm.text.2";
4382             clip_to: "disclip";
4383             type: TEXTBLOCK;
4384             mouse_events: 0;
4385             scale: 1;
4386             description { state: "default" 0.0;
4387                rel1 {
4388                   relative: 1.0 1.0;
4389                   to_x: "elm.padding.left";
4390                   to_y: "elm.text.1";
4391                }
4392                rel2 {
4393                   relative: 0.0 0.0;
4394                   to_x: "elm.padding.icon.left";
4395                   to_y: "elm.padding.bottom";
4396                }
4397                align: 0.0 0.5;
4398                text {
4399                   style: "genlist_default_textblock_style";
4400                   min: 0 1;
4401                   align: 0.0 0.5;
4402                }
4403             }
4404             description { state: "selected" 0.0;
4405                inherit: "default" 0.0;
4406                text.style: "genlist_default_textblock_selected_style";
4407             }
4408             GENLIST_DESCRIPTION_FLIP_ENABLED
4409          }
4410       }
4411    }
4412
4413 // 3.2.6
4414    group { name: "elm/genlist/item/2text.1icon.3/default";
4415       alias: "elm/genlist/item_odd/2text.1icon.3/default";
4416       alias: "elm/genlist/item_compress/2text.1icon.3/default";
4417       alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
4418       data.item: "stacking" "above";
4419       data.item: "selectraise" "on";
4420       data.item: "texts" "elm.text.1 elm.text.2";
4421       data.item: "contents" "elm.icon";
4422       data.item: "flips" "elm.flip.content";
4423       images {
4424          image: "00_list_bar_press_1x80.png" COMP;
4425       }
4426       parts {
4427          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4428          GENLIST_PART_BG_IMAGE
4429          GENLIST_PART_BOTTOM_LINE
4430          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4431          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4434          part { name: "elm.text.1";
4435             clip_to: "disclip";
4436             type: TEXT;
4437             mouse_events: 0;
4438             scale: 1;
4439             description { state: "default" 0.0;
4440                min: 0 GENLIST_SIZE_61_INC;
4441                fixed: 0 1;
4442                rel1 {
4443                   relative: 1.0 1.0;
4444                   to_x: "elm.padding.left";
4445                   to_y: "elm.padding.top";
4446                }
4447                rel2 {
4448                   relative: 0.0 1.0;
4449                   to_x: "elm.padding.icon.left";
4450                   to_y: "elm.padding.top";
4451                }
4452                align: 0.0 0.0;
4453                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4454                text {
4455                   font: "SLP:style=Roman";
4456                   size: GENLIST_FONT_44_INC;
4457                   min: 0 1;
4458                   align: 0.0 0.5;
4459                   text_class: "list_item";
4460                }
4461             }
4462             description { state: "selected" 0.0;
4463                inherit: "default" 0.0;
4464                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4465             }
4466             GENLIST_DESCRIPTION_FLIP_ENABLED
4467          }
4468          part { name: "elm.icon";
4469             clip_to: "disclip";
4470             type: SWALLOW;
4471             scale: 1;
4472             description { state: "default" 0.0;
4473                fixed: 1 1;
4474                rel1 {
4475                   relative: 0.0 1.0;
4476                   to_x: "elm.padding.right";
4477                   to_y: "elm.padding.top";
4478                }
4479                rel2 {
4480                   relative: 0.0 1.0;
4481                   to_x: "elm.padding.right";
4482                   to_y: "elm.text.1";
4483                }
4484                align: 1.0 0.5;
4485             }
4486             GENLIST_DESCRIPTION_FLIP_ENABLED
4487          }
4488          part { name: "elm.padding.icon.left";
4489             clip_to: "disclip";
4490             type: RECT;
4491             scale: 1;
4492             description { state: "default" 0.0;
4493                min: GENLIST_PADDING_16_INC 0;
4494                fixed: 1 0;
4495                rel1.to_x: "elm.icon";
4496                rel2 {
4497                   relative: 0.0 1.0;
4498                   to_x: "elm.icon";
4499                }
4500                align: 1.0 0.0;
4501                visible: 0;
4502             }
4503          }
4504          part { name: "elm.text.2";
4505             clip_to: "disclip";
4506             type: TEXT;
4507             mouse_events: 0;
4508             scale: 1;
4509             description { state: "default" 0.0;
4510                rel1 {
4511                   relative: 1.0 1.0;
4512                   to_x: "elm.padding.left";
4513                   to_y: "elm.text.1";
4514                }
4515                rel2 {
4516                   relative: 0.0 0.0;
4517                   to_x: "elm.padding.icon.left";
4518                   to_y: "elm.padding.bottom";
4519                }
4520                align: 0.0 0.0;
4521                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4522                text {
4523                   font: "SLP:style=Medium";
4524                   size: GENLIST_FONT_32_INC;
4525                   min: 0 1;
4526                   align: 0.0 0.5;
4527                   text_class: "slp_medium";
4528                }
4529             }
4530             description { state: "selected" 0.0;
4531                inherit: "default" 0.0;
4532                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4533             }
4534             GENLIST_DESCRIPTION_FLIP_ENABLED
4535          }
4536          GENLIST_PART_FLIP
4537          GENLIST_PART_DISCLIP
4538       }
4539       programs {
4540          // signal: elm,state,%s,active
4541          //   a "check" item named %s went active
4542          // signal: elm,state,%s,passive
4543          //   a "check" item named %s went passive
4544          // default is passive
4545          program { name: "go_active";
4546             signal: "elm,state,selected";
4547             source: "elm";
4548             action: STATE_SET "selected" 0.0;
4549             target: "bg_image";
4550             target: "elm.text.1";
4551             target: "elm.text.2";
4552             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4553          }
4554          program { name: "go_passive";
4555             signal: "elm,state,unselected";
4556             source: "elm";
4557             action: STATE_SET "default" 0.0;
4558             target: "bg_image";
4559             target: "elm.text.1";
4560             target: "elm.text.2";
4561             transition: LINEAR 0.1;
4562          }
4563          program { name: "go_disabled";
4564             signal: "elm,state,disabled";
4565             source: "elm";
4566             action: STATE_SET "disabled" 0.0;
4567             target: "disclip";
4568          }
4569          program { name: "go_enabled";
4570             signal: "elm,state,enabled";
4571             source: "elm";
4572             action: STATE_SET "default" 0.0;
4573             target: "disclip";
4574          }
4575          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4576          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4577       }
4578    }
4579
4580 // 3.2.7
4581    group { name: "elm/genlist/item/3text.1icon/default";
4582       alias: "elm/genlist/item_odd/3text.1icon/default";
4583       alias: "elm/genlist/item_compress/3text.1icon/default";
4584       alias: "elm/genlist/item_compress_odd/3text.1icon/default";
4585       data.item: "stacking" "above";
4586       data.item: "selectraise" "on";
4587       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
4588       data.item: "contents" "elm.icon";
4589       data.item: "flips" "elm.flip.content";
4590       images {
4591          image: "00_list_bar_press_1x80.png" COMP;
4592       }
4593       parts {
4594          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4595          GENLIST_PART_BG_IMAGE
4596          GENLIST_PART_BOTTOM_LINE
4597          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4598          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4599          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4600          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4601          part { name: "elm.text.3";
4602             clip_to: "disclip";
4603             type: TEXT;
4604             mouse_events: 0;
4605             scale: 1;
4606             description { state: "default" 0.0;
4607                min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
4608                fixed: 1 1;
4609                rel1 {
4610                   relative: 0.0 0.0;
4611                   to_x: "elm.padding.right";
4612                   to_y: "elm.padding.bottom";
4613                }
4614                rel2 {
4615                   relative: 0.0 0.0;
4616                   to_x: "elm.padding.right";
4617                   to_y: "elm.padding.bottom";
4618                }
4619                align: 1.0 1.0;
4620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4621                text {
4622                   font: "SLP:style=Medium";
4623                   size: GENLIST_FONT_32_INC;
4624                   min: 0 1;
4625                   align: 1.0 0.5;
4626                   text_class: "slp_medium";
4627                }
4628             }
4629             description { state: "selected" 0.0;
4630                inherit: "default" 0.0;
4631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4632             }
4633             GENLIST_DESCRIPTION_FLIP_ENABLED
4634          }
4635          part { name: "elm.padding.text3.left";
4636             clip_to: "disclip";
4637             type: RECT;
4638             mouse_events: 0;
4639             scale: 1;
4640             description { state: "default" 0.0;
4641                min: GENLIST_SIZE_ICON_SMALL 0;
4642                fixed: 1 0;
4643                rel1.to_x: "elm.text.3";
4644                rel2 {
4645                   relative: 0.0 1.0;
4646                   to_x: "elm.text.3";
4647                }
4648                align: 1.0 0.5;
4649                visible: 0;
4650             }
4651          }
4652          part { name: "elm.icon";
4653             clip_to: "disclip";
4654             type: SWALLOW;
4655             scale: 1;
4656             description { state: "default" 0.0;
4657                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4658                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4659                fixed: 1 1;
4660                rel1 {
4661                   relative: 0.0 1.0;
4662                   to_x: "elm.padding.right";
4663                   to_y: "elm.padding.top";
4664                }
4665                rel2 {
4666                   relative: 0.0 0.0;
4667                   to_x: "elm.padding.right";
4668                   to_y: "elm.text.3";
4669                }
4670                align: 1.0 0.5;
4671             }
4672             GENLIST_DESCRIPTION_FLIP_ENABLED
4673          }
4674          part { name: "elm.padding.icon.left";
4675             clip_to: "disclip";
4676             type: RECT;
4677             scale: 1;
4678             description { state: "default" 0.0;
4679                min: GENLIST_PADDING_16_INC 0;
4680                fixed: 1 0;
4681                rel1.to_x: "elm.icon";
4682                rel2 {
4683                   relative: 0.0 1.0;
4684                   to_x: "elm.icon";
4685                }
4686                align: 1.0 0.0;
4687                visible: 0;
4688             }
4689          }
4690          part { name: "elm.text.1";
4691             clip_to: "disclip";
4692             type: TEXT;
4693             mouse_events: 0;
4694             scale: 1;
4695             description { state: "default" 0.0;
4696                rel1 {
4697                   relative: 1.0 1.0;
4698                   to_x: "elm.padding.left";
4699                   to_y: "elm.padding.top";
4700                }
4701                rel2 {
4702                   relative: 0.0 0.0;
4703                   to_x: "elm.padding.icon.left";
4704                   to_y: "elm.text.3";
4705                }
4706                align: 0.0 0.5;
4707                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4708                text {
4709                   font: "SLP:style=Roman";
4710                   size: GENLIST_FONT_44_INC;
4711                   min: 0 1;
4712                   align: 0.0 0.5;
4713                   text_class: "list_item";
4714                }
4715             }
4716             description { state: "selected" 0.0;
4717                inherit: "default" 0.0;
4718                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4719             }
4720             GENLIST_DESCRIPTION_FLIP_ENABLED
4721          }
4722          part { name: "elm.text.2";
4723             clip_to: "disclip";
4724             type: TEXT;
4725             mouse_events: 0;
4726             scale: 1;
4727             description { state: "default" 0.0;
4728                rel1 {
4729                   relative: 1.0 1.0;
4730                   to_x: "elm.padding.left";
4731                   to_y: "elm.text.1";
4732                }
4733                rel2 {
4734                   relative: 0.0 0.0;
4735                   to_x: "elm.padding.text3.left";
4736                   to_y: "elm.padding.bottom";
4737                }
4738                align: 0.0 0.5;
4739                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4740                text {
4741                   font: "SLP:style=Medium";
4742                   size: GENLIST_FONT_32_INC;
4743                   min: 0 1;
4744                   align: 0.0 0.5;
4745                   text_class: "slp_medium";
4746                }
4747             }
4748             description { state: "selected" 0.0;
4749                inherit: "default" 0.0;
4750                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4751             }
4752             GENLIST_DESCRIPTION_FLIP_ENABLED
4753          }
4754          GENLIST_PART_FLIP
4755          GENLIST_PART_DISCLIP
4756       }
4757       programs {
4758          // signal: elm,state,%s,active
4759          //   a "check" item named %s went active
4760          // signal: elm,state,%s,passive
4761          //   a "check" item named %s went passive
4762          // default is passive
4763          program { name: "go_active";
4764             signal: "elm,state,selected";
4765             source: "elm";
4766             action: STATE_SET "selected" 0.0;
4767             target: "bg_image";
4768             target: "elm.text.1";
4769             target: "elm.text.2";
4770             target: "elm.text.3";
4771             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4772          }
4773          program { name: "go_passive";
4774             signal: "elm,state,unselected";
4775             source: "elm";
4776             action: STATE_SET "default" 0.0;
4777             target: "bg_image";
4778             target: "elm.text.1";
4779             target: "elm.text.2";
4780             target: "elm.text.3";
4781             transition: LINEAR 0.1;
4782          }
4783          program { name: "go_disabled";
4784             signal: "elm,state,disabled";
4785             source: "elm";
4786             action: STATE_SET "disabled" 0.0;
4787             target: "disclip";
4788          }
4789          program { name: "go_enabled";
4790             signal: "elm,state,enabled";
4791             source: "elm";
4792             action: STATE_SET "default" 0.0;
4793             target: "disclip";
4794          }
4795          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
4796          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4797       }
4798    }
4799
4800 // 3.2.8
4801    group { name: "elm/genlist/item/2text.2icon/default";
4802       alias: "elm/genlist/item_odd/2text.2icon/default";
4803       alias: "elm/genlist/item_compress/2text.2icon/default";
4804       alias: "elm/genlist/item_compress_odd/2text.2icon/default";
4805       data.item: "stacking" "above";
4806       data.item: "selectraise" "on";
4807       data.item: "texts" "elm.text.1 elm.text.2";
4808       data.item: "contents" "elm.icon.1 elm.icon.2";
4809       data.item: "flips" "elm.flip.content";
4810       images {
4811          image: "00_list_bar_press_1x80.png" COMP;
4812       }
4813       parts {
4814          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4815          GENLIST_PART_BG_IMAGE
4816          GENLIST_PART_BOTTOM_LINE
4817          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4818          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4819          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4820          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4821          part { name: "elm.icon.1";
4822             clip_to: "disclip";
4823             type: SWALLOW;
4824             scale: 1;
4825             description { state: "default" 0.0;
4826                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4827                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4828                fixed: 1 1;
4829                rel1 {
4830                   relative: 1.0 1.0;
4831                   to_x: "elm.padding.left";
4832                   to_y: "elm.text.1";
4833                }
4834                rel2 {
4835                   relative: 1.0 0.0;
4836                   to_x: "elm.padding.left";
4837                   to_y: "elm.padding.bottom";
4838                }
4839                align: 0.0 0.5;
4840             }
4841             GENLIST_DESCRIPTION_FLIP_ENABLED
4842          }
4843          part { name: "elm.padding.icon1.right";
4844             clip_to: "disclip";
4845             type: RECT;
4846             scale: 1;
4847             description { state: "default" 0.0;
4848                min: GENLIST_PADDING_16_INC 0;
4849                fixed: 1 0;
4850                rel1 {
4851                   relative: 1.0 0.0;
4852                   to_x: "elm.icon.1";
4853                }
4854                rel2.to_x: "elm.icon.1";
4855                align: 0.0 0.0;
4856                visible: 0;
4857             }
4858          }
4859          part { name: "elm.icon.2";
4860             clip_to: "disclip";
4861             type: SWALLOW;
4862             scale: 1;
4863             description { state: "default" 0.0;
4864                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4865                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4866                fixed: 1 1;
4867                rel1 {
4868                   relative: 0.0 1.0;
4869                   to_x: "elm.padding.right";
4870                   to_y: "elm.padding.top";
4871                }
4872                rel2 {
4873                   relative: 0.0 1.0;
4874                   to_x: "elm.padding.right";
4875                   to_y: "elm.text.1";
4876                }
4877                align: 1.0 0.5;
4878             }
4879             GENLIST_DESCRIPTION_FLIP_ENABLED
4880          }
4881          part { name: "elm.padding.icon2.left";
4882             clip_to: "disclip";
4883             type: RECT;
4884             scale: 1;
4885             description { state: "default" 0.0;
4886                min: GENLIST_PADDING_16_INC 0;
4887                fixed: 1 0;
4888                rel1 {
4889                   relative: 0.0 0.0;
4890                   to_x: "elm.icon.2";
4891                }
4892                rel2.to_x: "elm.icon.2";
4893                align: 1.0 0.0;
4894                visible: 0;
4895             }
4896          }
4897          part { name: "elm.text.1";
4898             clip_to: "disclip";
4899             type: TEXT;
4900             mouse_events: 0;
4901             scale: 1;
4902             description { state: "default" 0.0;
4903                min: 0 GENLIST_SIZE_61_INC;
4904                fixed: 0 1;
4905                rel1 {
4906                   relative: 1.0 1.0;
4907                   to_x: "elm.padding.left";
4908                   to_y: "elm.padding.top";
4909                }
4910                rel2 {
4911                   relative: 0.0 1.0;
4912                   to_x: "elm.padding.icon2.left";
4913                   to_y: "elm.padding.top";
4914                }
4915                align: 0.0 0.0;
4916                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4917                text {
4918                   font: "SLP:style=Roman";
4919                   size: GENLIST_FONT_44_INC;
4920                   min: 0 1;
4921                   align: 0.0 0.5;
4922                   text_class: "list_item";
4923                }
4924             }
4925             description { state: "selected" 0.0;
4926                inherit: "default" 0.0;
4927                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4928             }
4929             GENLIST_DESCRIPTION_FLIP_ENABLED
4930          }
4931          part { name: "elm.text.2";
4932             clip_to: "disclip";
4933             type: TEXT;
4934             mouse_events: 0;
4935             scale: 1;
4936             description { state: "default" 0.0;
4937                rel1 {
4938                   relative: 1.0 1.0;
4939                   to_x: "elm.padding.icon1.right";
4940                   to_y: "elm.text.1";
4941                }
4942                rel2 {
4943                   relative: 0.0 0.0;
4944                   to_x: "elm.padding.right";
4945                   to_y: "elm.padding.bottom";
4946                }
4947                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4948                text {
4949                   font: "SLP:style=Medium";
4950                   size: GENLIST_FONT_32_INC;
4951                   min: 0 1;
4952                   align: 0.0 0.5;
4953                   text_class: "slp_medium";
4954                }
4955             }
4956             description { state: "selected" 0.0;
4957                inherit: "default" 0.0;
4958                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4959             }
4960             GENLIST_DESCRIPTION_FLIP_ENABLED
4961          }
4962          GENLIST_PART_FLIP
4963          GENLIST_PART_DISCLIP
4964       }
4965       programs {
4966          // signal: elm,state,%s,active
4967          //   a "check" item named %s went active
4968          // signal: elm,state,%s,passive
4969          //   a "check" item named %s went passive
4970          // default is passive
4971          program { name: "go_active";
4972             signal: "elm,state,selected";
4973             source: "elm";
4974             action: STATE_SET "selected" 0.0;
4975             target: "bg_image";
4976             target: "elm.text.1";
4977             target: "elm.text.2";
4978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4979          }
4980          program { name: "go_passive";
4981             signal: "elm,state,unselected";
4982             source: "elm";
4983             action: STATE_SET "default" 0.0;
4984             target: "bg_image";
4985             target: "elm.text.1";
4986             target: "elm.text.2";
4987             transition: LINEAR 0.1;
4988          }
4989          program { name: "go_disabled";
4990             signal: "elm,state,disabled";
4991             source: "elm";
4992             action: STATE_SET "disabled" 0.0;
4993             target: "disclip";
4994          }
4995          program { name: "go_enabled";
4996             signal: "elm,state,enabled";
4997             source: "elm";
4998             action: STATE_SET "default" 0.0;
4999             target: "disclip";
5000          }
5001          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5002          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5003       }
5004    }
5005
5006 // 3.2.9
5007    group { name: "elm/genlist/item/2text.7/default";
5008       alias: "elm/genlist/item_odd/2text.7/default";
5009       alias: "elm/genlist/item_compress/2text.7/default";
5010       alias: "elm/genlist/item_compress_odd/2text.7/default";
5011       data.item: "stacking" "above";
5012       data.item: "selectraise" "on";
5013       data.item: "texts" "elm.text.1 elm.text.2";
5014       data.item: "flips" "elm.flip.content";
5015       images {
5016          image: "00_list_bar_press_1x80.png" COMP;
5017       }
5018       parts {
5019          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5020          GENLIST_PART_BG_IMAGE
5021          GENLIST_PART_BOTTOM_LINE
5022          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5023          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5024          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5025          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5026          part { name: "elm.text.1";
5027             clip_to: "disclip";
5028             type: TEXT;
5029             mouse_events: 0;
5030             scale: 1;
5031             description { state: "default" 0.0;
5032                min: 0 GENLIST_SIZE_61_INC;
5033                fixed: 0 1;
5034                rel1 {
5035                   relative: 1.0 1.0;
5036                   to_x: "elm.padding.left";
5037                   to_y: "elm.padding.top";
5038                }
5039                rel2 {
5040                   relative: 0.0 1.0;
5041                   to_x: "elm.padding.right";
5042                   to_y: "elm.padding.top";
5043                }
5044                align: 0.0 0.0;
5045                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5046                text {
5047                   font: "SLP:style=Roman";
5048                   size: GENLIST_FONT_44_INC;
5049                   min: 0 1;
5050                   align: 0.0 0.5;
5051                   text_class: "list_item";
5052                }
5053             }
5054             description { state: "selected" 0.0;
5055                inherit: "default" 0.0;
5056                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5057             }
5058             GENLIST_DESCRIPTION_FLIP_ENABLED
5059          }
5060          part { name: "elm.text.2";
5061             clip_to: "disclip";
5062             type: TEXT;
5063             mouse_events: 0;
5064             scale: 1;
5065             description { state: "default" 0.0;
5066                rel1 {
5067                   relative: 1.0 1.0;
5068                   to_x: "elm.padding.left";
5069                   to_y: "elm.text.1";
5070                }
5071                rel2 {
5072                   relative: 0.0 0.0;
5073                   to_x: "elm.padding.right";
5074                   to_y: "elm.padding.bottom";
5075                }
5076                align: 0.0 0.0;
5077                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5078                text {
5079                   font: "SLP:style=Medium";
5080                   size: GENLIST_FONT_32_INC;
5081                   min: 0 1;
5082                   align: 0.0 0.5;
5083                   text_class: "slp_medium";
5084                }
5085             }
5086             description { state: "selected" 0.0;
5087                inherit: "default" 0.0;
5088                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5089             }
5090             GENLIST_DESCRIPTION_FLIP_ENABLED
5091          }
5092          GENLIST_PART_FLIP
5093          GENLIST_PART_DISCLIP
5094       }
5095       programs {
5096          // signal: elm,state,%s,active
5097          //   a "check" item named %s went active
5098          // signal: elm,state,%s,passive
5099          //   a "check" item named %s went passive
5100          // default is passive
5101          program { name: "go_active";
5102             signal: "elm,state,selected";
5103             source: "elm";
5104             action: STATE_SET "selected" 0.0;
5105             target: "bg_image";
5106             target: "elm.text.1";
5107             target: "elm.text.2";
5108             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5109          }
5110          program { name: "go_passive";
5111             signal: "elm,state,unselected";
5112             source: "elm";
5113             action: STATE_SET "default" 0.0;
5114             target: "bg_image";
5115             target: "elm.text.1";
5116             target: "elm.text.2";
5117             transition: LINEAR 0.1;
5118          }
5119          program { name: "go_disabled";
5120             signal: "elm,state,disabled";
5121             source: "elm";
5122             action: STATE_SET "disabled" 0.0;
5123             target: "disclip";
5124          }
5125          program { name: "go_enabled";
5126             signal: "elm,state,enabled";
5127             source: "elm";
5128             action: STATE_SET "default" 0.0;
5129             target: "disclip";
5130          }
5131          GENLIST_PROGRAM_FLIP_2TEXT
5132          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5133       }
5134    }
5135
5136 // 3.2.10
5137    group { name: "elm/genlist/item/2text.1icon.7/default";
5138       alias: "elm/genlist/item_odd/2text.1icon.7/default";
5139       alias: "elm/genlist/item_compress/2text.1icon.7/default";
5140       alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
5141       data.item: "stacking" "above";
5142       data.item: "selectraise" "on";
5143       data.item: "texts" "elm.text.1 elm.text.2";
5144       data.item: "contents" "elm.icon";
5145       data.item: "flips" "elm.flip.content";
5146       images {
5147          image: "00_list_bar_press_1x80.png" COMP;
5148       }
5149       parts {
5150          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5151          GENLIST_PART_BG_IMAGE
5152          GENLIST_PART_BOTTOM_LINE
5153          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5154          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5155          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5156          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5157          part { name: "elm.icon";
5158             clip_to: "disclip";
5159             type: SWALLOW;
5160             scale: 1;
5161             description { state: "default" 0.0;
5162                fixed: 1 1;
5163                rel1 {
5164                   relative: 0.0 1.0;
5165                   to_x: "elm.padding.right";
5166                   to_y: "elm.padding.top";
5167                }
5168                rel2 {
5169                   relative: 0.0 0.0;
5170                   to_x: "elm.padding.right";
5171                   to_y: "elm.padding.bottom";
5172                }
5173                align: 1.0 0.5;
5174             }
5175             GENLIST_DESCRIPTION_FLIP_ENABLED
5176          }
5177          part { name: "elm.padding.icon.left";
5178             clip_to: "disclip";
5179             type: RECT;
5180             scale: 1;
5181             description { state: "default" 0.0;
5182                min: GENLIST_PADDING_16_INC 0;
5183                fixed: 1 0;
5184                rel1.to_x: "elm.icon";
5185                rel2 {
5186                   relative: 0.0 1.0;
5187                   to_x: "elm.icon";
5188                }
5189                align: 1.0 0.0;
5190                visible: 0;
5191             }
5192          }
5193          part { name: "elm.text.1";
5194             clip_to: "disclip";
5195             type: TEXT;
5196             mouse_events: 0;
5197             scale: 1;
5198             description { state: "default" 0.0;
5199                min: 0 GENLIST_SIZE_61_INC;
5200                fixed: 0 1;
5201                rel1 {
5202                   relative: 1.0 1.0;
5203                   to_x: "elm.padding.left";
5204                   to_y: "elm.padding.top";
5205                }
5206                rel2 {
5207                   relative: 0.0 1.0;
5208                   to_x: "elm.padding.icon.left";
5209                   to_y: "elm.padding.top";
5210                }
5211                align: 0.0 0.0;
5212                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5213                text {
5214                   font: "SLP:style=Roman";
5215                   size: GENLIST_FONT_44_INC;
5216                   min: 0 1;
5217                   align: 0.0 0.5;
5218                   text_class: "list_item";
5219                }
5220             }
5221             description { state: "selected" 0.0;
5222                inherit: "default" 0.0;
5223                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5224             }
5225             GENLIST_DESCRIPTION_FLIP_ENABLED
5226          }
5227          part { name: "elm.text.2";
5228             clip_to: "disclip";
5229             type: TEXT;
5230             mouse_events: 0;
5231             scale: 1;
5232             description { state: "default" 0.0;
5233                rel1 {
5234                   relative: 1.0 1.0;
5235                   to_x: "elm.padding.left";
5236                   to_y: "elm.text.1";
5237                }
5238                rel2 {
5239                   relative: 0.0 0.0;
5240                   to_x: "elm.padding.icon.left";
5241                   to_y: "elm.padding.bottom";
5242                }
5243                align: 0.0 0.0;
5244                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5245                text {
5246                   font: "SLP:style=Medium";
5247                   size: GENLIST_FONT_32_INC;
5248                   min: 0 1;
5249                   align: 0.0 0.5;
5250                   text_class: "slp_medium";
5251                }
5252             }
5253             description { state: "selected" 0.0;
5254                inherit: "default" 0.0;
5255                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5256             }
5257             GENLIST_DESCRIPTION_FLIP_ENABLED
5258          }
5259          GENLIST_PART_FLIP
5260          GENLIST_PART_DISCLIP
5261       }
5262       programs {
5263          // signal: elm,state,%s,active
5264          //   a "check" item named %s went active
5265          // signal: elm,state,%s,passive
5266          //   a "check" item named %s went passive
5267          // default is passive
5268          program { name: "go_active";
5269             signal: "elm,state,selected";
5270             source: "elm";
5271             action: STATE_SET "selected" 0.0;
5272             target: "bg_image";
5273             target: "elm.text.1";
5274             target: "elm.text.2";
5275             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5276          }
5277          program { name: "go_passive";
5278             signal: "elm,state,unselected";
5279             source: "elm";
5280             action: STATE_SET "default" 0.0;
5281             target: "bg_image";
5282             target: "elm.text.1";
5283             target: "elm.text.2";
5284             transition: LINEAR 0.1;
5285          }
5286          program { name: "go_disabled";
5287             signal: "elm,state,disabled";
5288             source: "elm";
5289             action: STATE_SET "disabled" 0.0;
5290             target: "disclip";
5291          }
5292          program { name: "go_enabled";
5293             signal: "elm,state,enabled";
5294             source: "elm";
5295             action: STATE_SET "default" 0.0;
5296             target: "disclip";
5297          }
5298          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5299          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5300       }
5301    }
5302
5303    group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
5304       inherit: "elm/genlist/item/2text.1icon.7/default";
5305       parts {
5306          part { name: "elm.text.2";
5307             clip_to: "disclip";
5308             type: TEXTBLOCK;
5309             mouse_events: 0;
5310             scale: 1;
5311             description { state: "default" 0.0;
5312                rel1 {
5313                   relative: 1.0 1.0;
5314                   to_x: "elm.padding.left";
5315                   to_y: "elm.text.1";
5316                }
5317                rel2 {
5318                   relative: 0.0 0.0;
5319                   to_x: "elm.padding.icon.left";
5320                   to_y: "elm.padding.bottom";
5321                }
5322                align: 0.0 0.5;
5323                text {
5324                   style: "genlist_default_textblock_style";
5325                   min: 0 1;
5326                   align: 0.0 0.5;
5327                }
5328             }
5329             description { state: "selected" 0.0;
5330                inherit: "default" 0.0;
5331                text.style: "genlist_default_textblock_selected_style";
5332             }
5333             GENLIST_DESCRIPTION_FLIP_ENABLED
5334          }
5335       }
5336    }
5337
5338 // 3.2.11
5339    group { name: "elm/genlist/item/2text.1icon.11/default";
5340       alias: "elm/genlist/item_odd/2text.1icon.11/default";
5341       alias: "elm/genlist/item_compress/2text.1icon.11/default";
5342       alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
5343       data.item: "stacking" "above";
5344       data.item: "selectraise" "on";
5345       data.item: "texts" "elm.text.1 elm.text.2";
5346       data.item: "contents" "elm.icon";
5347       data.item: "flips" "elm.flip.content";
5348       images {
5349          image: "00_list_bar_press_1x80.png" COMP;
5350       }
5351       parts {
5352          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5353          GENLIST_PART_BG_IMAGE
5354          GENLIST_PART_BOTTOM_LINE
5355          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5356          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5357          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5358          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5359          part { name: "elm.icon";
5360             clip_to: "disclip";
5361             type: SWALLOW;
5362             scale: 1;
5363             description { state: "default" 0.0;
5364                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5365                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5366                fixed: 1 1;
5367                rel1 {
5368                   relative: 0.0 1.0;
5369                   to_x: "elm.padding.right";
5370                   to_y: "elm.padding.top";
5371                }
5372                rel2 {
5373                   relative: 0.0 0.0;
5374                   to_x: "elm.padding.right";
5375                   to_y: "elm.padding.bottom";
5376                }
5377                align: 1.0 0.5;
5378             }
5379             GENLIST_DESCRIPTION_FLIP_ENABLED
5380          }
5381          part { name: "elm.padding.icon.left";
5382             clip_to: "disclip";
5383             type: RECT;
5384             scale: 1;
5385             description { state: "default" 0.0;
5386                min: GENLIST_PADDING_16_INC 0;
5387                fixed: 1 0;
5388                rel1.to_x: "elm.icon";
5389                rel2 {
5390                   relative: 0.0 1.0;
5391                   to_x: "elm.icon";
5392                }
5393                align: 1.0 0.0;
5394                visible: 0;
5395             }
5396          }
5397          part { name: "elm.text.1";
5398             clip_to: "disclip";
5399             type: TEXT;
5400             mouse_events: 0;
5401             scale: 1;
5402             description { state: "default" 0.0;
5403                min: 0 GENLIST_SIZE_61_INC;
5404                fixed: 0 1;
5405                rel1 {
5406                   relative: 1.0 1.0;
5407                   to_x: "elm.padding.left";
5408                   to_y: "elm.padding.top";
5409                }
5410                rel2 {
5411                   relative: 0.0 1.0;
5412                   to_x: "elm.padding.icon.left";
5413                   to_y: "elm.padding.top";
5414                }
5415                align: 0.0 0.0;
5416                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5417                text {
5418                   font: "SLP:style=Roman";
5419                   size: GENLIST_FONT_44_INC;
5420                   min: 0 1;
5421                   align: 0.0 0.5;
5422                   text_class: "list_item";
5423                }
5424             }
5425             description { state: "selected" 0.0;
5426                inherit: "default" 0.0;
5427                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5428             }
5429             GENLIST_DESCRIPTION_FLIP_ENABLED
5430          }
5431          part { name: "elm.text.2";
5432             clip_to: "disclip";
5433             type: TEXT;
5434             mouse_events: 0;
5435             scale: 1;
5436             description { state: "default" 0.0;
5437                rel1 {
5438                   relative: 1.0 1.0;
5439                   to_x: "elm.padding.left";
5440                   to_y: "elm.text.1";
5441                }
5442                rel2 {
5443                   relative: 0.0 0.0;
5444                   to_x: "elm.padding.icon.left";
5445                   to_y: "elm.padding.bottom";
5446                }
5447                align: 0.0 0.0;
5448                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5449                text {
5450                   font: "SLP:style=Medium";
5451                   size: GENLIST_FONT_32_INC;
5452                   min: 0 1;
5453                   align: 0.0 0.5;
5454                   text_class: "slp_medium";
5455                }
5456             }
5457             description { state: "selected" 0.0;
5458                inherit: "default" 0.0;
5459                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5460             }
5461             GENLIST_DESCRIPTION_FLIP_ENABLED
5462          }
5463          GENLIST_PART_FLIP
5464          GENLIST_PART_DISCLIP
5465       }
5466       programs {
5467          // signal: elm,state,%s,active
5468          //   a "check" item named %s went active
5469          // signal: elm,state,%s,passive
5470          //   a "check" item named %s went passive
5471          // default is passive
5472          program { name: "go_active";
5473             signal: "elm,state,selected";
5474             source: "elm";
5475             action: STATE_SET "selected" 0.0;
5476             target: "bg_image";
5477             target: "elm.text.1";
5478             target: "elm.text.2";
5479             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5480          }
5481          program { name: "go_passive";
5482             signal: "elm,state,unselected";
5483             source: "elm";
5484             action: STATE_SET "default" 0.0;
5485             target: "bg_image";
5486             target: "elm.text.1";
5487             target: "elm.text.2";
5488             transition: LINEAR 0.1;
5489          }
5490          program { name: "go_disabled";
5491             signal: "elm,state,disabled";
5492             source: "elm";
5493             action: STATE_SET "disabled" 0.0;
5494             target: "disclip";
5495          }
5496          program { name: "go_enabled";
5497             signal: "elm,state,enabled";
5498             source: "elm";
5499             action: STATE_SET "default" 0.0;
5500             target: "disclip";
5501          }
5502          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5504       }
5505    }
5506
5507 // 3.2.12
5508    group { name: "elm/genlist/item/2text.2icon.2/default";
5509       alias: "elm/genlist/item_odd/2text.2icon.2/default";
5510       alias: "elm/genlist/item_compress/2text.2icon.2/default";
5511       alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
5512       data.item: "stacking" "above";
5513       data.item: "selectraise" "on";
5514       data.item: "texts" "elm.text.1 elm.text.2";
5515       data.item: "contents" "elm.icon.1 elm.icon.2";
5516       data.item: "flips" "elm.flip.content";
5517       images {
5518          image: "00_list_bar_press_1x80.png" COMP;
5519       }
5520       parts {
5521          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5522          GENLIST_PART_BG_IMAGE
5523          GENLIST_PART_BOTTOM_LINE
5524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5528          part { name: "elm.icon.2";
5529             clip_to: "disclip";
5530             type: SWALLOW;
5531             scale: 1;
5532             description { state: "default" 0.0;
5533                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5534                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5535                fixed: 1 1;
5536                rel1 {
5537                   relative: 0.0 1.0;
5538                   to_x: "elm.padding.right";
5539                   to_y: "elm.padding.top";
5540                }
5541                rel2 {
5542                   relative: 0.0 0.0;
5543                   to_x: "elm.padding.right";
5544                   to_y: "elm.padding.bottom";
5545                }
5546                align: 1.0 0.5;
5547             }
5548             GENLIST_DESCRIPTION_FLIP_ENABLED
5549          }
5550          part { name: "elm.padding.icon2.left";
5551             clip_to: "disclip";
5552             type: RECT;
5553             scale: 1;
5554             description { state: "default" 0.0;
5555                min: GENLIST_PADDING_16_INC 0;
5556                fixed: 1 0;
5557                rel1.to_x: "elm.icon.2";
5558                rel2 {
5559                   relative: 0.0 1.0;
5560                   to_x: "elm.icon.2";
5561                }
5562                align: 1.0 0.0;
5563                visible: 0;
5564             }
5565          }
5566         part { name: "elm.text.1";
5567             clip_to: "disclip";
5568             type: TEXT;
5569             mouse_events: 0;
5570             scale: 1;
5571             description { state: "default" 0.0;
5572                min: 0 GENLIST_SIZE_61_INC;
5573                fixed: 0 1;
5574                rel1 {
5575                   relative: 1.0 1.0;
5576                   to_x: "elm.padding.left";
5577                   to_y: "elm.padding.top";
5578                }
5579                rel2 {
5580                   relative: 0.0 1.0;
5581                   to_x: "elm.padding.icon2.left";
5582                   to_y: "elm.padding.top";
5583                }
5584                align: 0.0 0.0;
5585                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5586                text {
5587                   font: "SLP:style=Roman";
5588                   size: GENLIST_FONT_44_INC;
5589                   min: 0 1;
5590                   align: 0.0 0.5;
5591                   text_class: "list_item";
5592                }
5593             }
5594             description { state: "selected" 0.0;
5595                inherit: "default" 0.0;
5596                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5597             }
5598             GENLIST_DESCRIPTION_FLIP_ENABLED
5599          }
5600          part { name: "elm.text.2";
5601             clip_to: "disclip";
5602             type: TEXT;
5603             mouse_events: 0;
5604             scale: 1;
5605             description { state: "default" 0.0;
5606                min: 0 0;
5607                max: GENLIST_SIZE_576_INC 0;
5608                fixed: 1 0;
5609                rel1 {
5610                   relative: 1.0 1.0;
5611                   to_x: "elm.padding.left";
5612                   to_y: "elm.text.1";
5613                }
5614                rel2 {
5615                   relative: 1.0 0.0;
5616                   to_x: "elm.padding.left";
5617                   to_y: "elm.padding.bottom";
5618                }
5619                align: 0.0 0.5;
5620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5621                text {
5622                   font: "SLP:style=Medium";
5623                   size: GENLIST_FONT_32_INC;
5624                   min: 1 1;
5625                   align: 0.0 0.5;
5626                   text_class: "slp_medium";
5627                }
5628             }
5629             description { state: "selected" 0.0;
5630                inherit: "default" 0.0;
5631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5632             }
5633             GENLIST_DESCRIPTION_FLIP_ENABLED
5634          }
5635          part { name: "elm.padding.text2.right";
5636             clip_to: "disclip";
5637             type: RECT;
5638             scale: 1;
5639             description { state: "default" 0.0;
5640                min: GENLIST_PADDING_16_INC 0;
5641                fixed: 1 0;
5642                visible: 0;
5643                rel1 {
5644                   relative: 1.0 0.0;
5645                   to_x: "elm.text.2";
5646                }
5647                rel2.to_x: "elm.text.2";
5648                align: 0.0 0.0;
5649             }
5650          }
5651          part { name: "elm.icon.1";
5652             clip_to: "disclip";
5653             type: SWALLOW;
5654             scale: 1;
5655             description { state: "default" 0.0;
5656                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
5657                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
5658                fixed: 1 1;
5659                rel1 {
5660                   relative: 1.0 1.0;
5661                   to_x: "elm.padding.text2.right";
5662                   to_y: "elm.text.1";
5663                }
5664                rel2 {
5665                   relative: 1.0 0.0;
5666                   to_x: "elm.padding.text2.right";
5667                   to_y: "elm.padding.bottom";
5668                }
5669                align: 0.0 0.5;
5670             }
5671             GENLIST_DESCRIPTION_FLIP_ENABLED
5672          }
5673          GENLIST_PART_FLIP
5674          GENLIST_PART_DISCLIP
5675       }
5676       programs {
5677          // signal: elm,state,%s,active
5678          //   a "check" item named %s went active
5679          // signal: elm,state,%s,passive
5680          //   a "check" item named %s went passive
5681          // default is passive
5682          program { name: "go_active";
5683             signal: "elm,state,selected";
5684             source: "elm";
5685             action: STATE_SET "selected" 0.0;
5686             target: "bg_image";
5687             target: "elm.text.1";
5688             target: "elm.text.2";
5689             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5690          }
5691          program { name: "go_passive";
5692             signal: "elm,state,unselected";
5693             source: "elm";
5694             action: STATE_SET "default" 0.0;
5695             target: "bg_image";
5696             target: "elm.text.1";
5697             target: "elm.text.2";
5698             transition: LINEAR 0.1;
5699          }
5700          program { name: "go_disabled";
5701             signal: "elm,state,disabled";
5702             source: "elm";
5703             action: STATE_SET "disabled" 0.0;
5704             target: "disclip";
5705          }
5706          program { name: "go_enabled";
5707             signal: "elm,state,enabled";
5708             source: "elm";
5709             action: STATE_SET "default" 0.0;
5710             target: "disclip";
5711          }
5712          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5713          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5714       }
5715    }
5716
5717 // 3.2.13
5718    group { name: "elm/genlist/item/2text.1icon.4/default";
5719       alias: "elm/genlist/item_odd/2text.1icon.4/default";
5720       alias: "elm/genlist/item_compress/2text.1icon.4/default";
5721       alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
5722       data.item: "stacking" "above";
5723       data.item: "selectraise" "on";
5724       data.item: "texts" "elm.text.1 elm.text.2";
5725       data.item: "contents" "elm.icon";
5726       data.item: "flips" "elm.flip.content";
5727       images {
5728          image: "00_list_bar_press_1x80.png" COMP;
5729       }
5730       parts {
5731          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5732          GENLIST_PART_BG_IMAGE
5733          GENLIST_PART_BOTTOM_LINE
5734          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5735          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5736          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5737          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5738          part { name: "elm.icon";
5739             clip_to: "disclip";
5740             type: SWALLOW;
5741             scale: 1;
5742             description { state: "default" 0.0;
5743                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5744                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5745                fixed: 1 1;
5746                rel1 {
5747                   relative: 1.0 1.0;
5748                   to_x: "elm.padding.left";
5749                   to_y: "elm.padding.top";
5750                }
5751                rel2 {
5752                   relative: 1.0 0.0;
5753                   to_x: "elm.padding.left";
5754                   to_y: "elm.padding.bottom";
5755                }
5756                align: 0.0 0.5;
5757             }
5758             GENLIST_DESCRIPTION_FLIP_ENABLED
5759          }
5760          part { name: "elm.padding.icon.right";
5761             clip_to: "disclip";
5762             type: RECT;
5763             scale: 1;
5764             description { state: "default" 0.0;
5765                min: GENLIST_PADDING_16_INC 0;
5766                fixed: 1 0;
5767                rel1 {
5768                   relative: 1.0 0.0;
5769                   to_x: "elm.icon";
5770                }
5771                rel2.to_x: "elm.icon";
5772                align: 0.0 0.0;
5773                visible: 0;
5774             }
5775          }
5776          part { name: "elm.text.1";
5777             clip_to: "disclip";
5778             type: TEXT;
5779             mouse_events: 0;
5780             scale: 1;
5781             description { state: "default" 0.0;
5782                min: 0 GENLIST_SIZE_61_INC;
5783                fixed: 0 1;
5784                rel1 {
5785                   relative: 1.0 1.0;
5786                   to_x: "elm.padding.icon.right";
5787                   to_y: "elm.padding.top";
5788                }
5789                rel2 {
5790                   relative: 0.0 1.0;
5791                   to_x: "elm.padding.right";
5792                   to_y: "elm.padding.top";
5793                }
5794                align: 0.0 0.0;
5795                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5796                text {
5797                   font: "SLP:style=Roman";
5798                   size: GENLIST_FONT_44_INC;
5799                   min: 0 1;
5800                   align: 0.0 0.5;
5801                   text_class: "list_item";
5802                }
5803             }
5804             description { state: "selected" 0.0;
5805                inherit: "default" 0.0;
5806                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5807             }
5808             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5809             GENLIST_DESCRIPTION_FLIP_ENABLED
5810          }
5811          part { name: "elm.text.2";
5812             clip_to: "disclip";
5813             type: TEXT;
5814             mouse_events: 0;
5815             scale: 1;
5816             description { state: "default" 0.0;
5817                rel1 {
5818                   relative: 1.0 1.0;
5819                   to_x: "elm.padding.icon.right";
5820                   to_y: "elm.text.1";
5821                }
5822                rel2 {
5823                   relative: 0.0 0.0;
5824                   to_x: "elm.padding.right";
5825                   to_y: "elm.padding.bottom";
5826                }
5827                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5828                text {
5829                   font: "SLP:style=Medium";
5830                   size: GENLIST_FONT_32_INC;
5831                   min: 0 1;
5832                   align: 0.0 0.5;
5833                   text_class: "slp_medium";
5834                }
5835             }
5836             description { state: "selected" 0.0;
5837                inherit: "default" 0.0;
5838                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5839             }
5840             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5841             GENLIST_DESCRIPTION_FLIP_ENABLED
5842          }
5843          GENLIST_PART_FLIP
5844          GENLIST_PART_DISCLIP
5845       }
5846       programs {
5847          // signal: elm,state,%s,active
5848          //   a "check" item named %s went active
5849          // signal: elm,state,%s,passive
5850          //   a "check" item named %s went passive
5851          // default is passive
5852          program { name: "go_active";
5853             signal: "elm,state,selected";
5854             source: "elm";
5855             action: STATE_SET "selected" 0.0;
5856             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
5857             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5858          }
5859          program { name: "go_passive";
5860             signal: "elm,state,unselected";
5861             source: "elm";
5862             action: STATE_SET "default" 0.0;
5863             target: "bg_image";
5864             target: "elm.text.1";
5865             target: "elm.text.2";
5866             transition: LINEAR 0.1;
5867          }
5868          program { name: "go_disabled";
5869             signal: "elm,state,disabled";
5870             source: "elm";
5871             action: STATE_SET "disabled" 0.0;
5872             target: "disclip";
5873          }
5874          program { name: "go_enabled";
5875             signal: "elm,state,enabled";
5876             source: "elm";
5877             action: STATE_SET "default" 0.0;
5878             target: "disclip";
5879          }
5880          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5881          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5882       }
5883    }
5884
5885    group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
5886       inherit: "elm/genlist/item/2text.1icon.4/default";
5887       parts {
5888          part { name: "elm.text.1";
5889             clip_to: "disclip";
5890             type: TEXTBLOCK;
5891             mouse_events: 0;
5892             scale: 1;
5893             description { state: "default" 0.0;
5894                min: 0 GENLIST_SIZE_61_INC;
5895                fixed: 0 1;
5896                rel1 {
5897                   relative: 1.0 1.0;
5898                   to_x: "elm.padding.icon.right";
5899                   to_y: "elm.padding.top";
5900                }
5901                rel2 {
5902                   relative: 0.0 1.0;
5903                   to_x: "elm.padding.right";
5904                   to_y: "elm.padding.top";
5905                }
5906                align: 0.0 0.0;
5907                text {
5908                   style: "genlist_default_textblock_style";
5909                   size: GENLIST_FONT_44_INC;
5910                   min: 0 1;
5911                   align: 0.0 0.5;
5912                   text_class: "list_item";
5913                }
5914             }
5915             description { state: "selected" 0.0;
5916                inherit: "default" 0.0;
5917                text.style: "genlist_default_textblock_selected_style";
5918             }
5919             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5920             GENLIST_DESCRIPTION_FLIP_ENABLED
5921          }
5922          part { name: "elm.text.2";
5923             clip_to: "disclip";
5924             type: TEXTBLOCK;
5925             mouse_events: 0;
5926             scale: 1;
5927             description { state: "default" 0.0;
5928                rel1 {
5929                   relative: 1.0 1.0;
5930                   to_x: "elm.padding.icon.right";
5931                   to_y: "elm.text.1";
5932                }
5933                rel2 {
5934                   relative: 0.0 0.0;
5935                   to_x: "elm.padding.right";
5936                   to_y: "elm.padding.bottom";
5937                }
5938                align: 0.0 0.5;
5939                text {
5940                   style: "genlist_default_textblock_style";
5941                   size: GENLIST_FONT_32_INC;
5942                   min: 0 1;
5943                   align: 0.0 0.5;
5944                }
5945             }
5946             description { state: "selected" 0.0;
5947                inherit: "default" 0.0;
5948                text.style: "genlist_default_textblock_selected_style";
5949             }
5950             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5951             GENLIST_DESCRIPTION_FLIP_ENABLED
5952          }
5953       }
5954    }
5955
5956 // 3.2.14
5957    group { name: "elm/genlist/item/3text.1icon.2/default";
5958       alias: "elm/genlist/item_odd/3text.1icon.2/default";
5959       alias: "elm/genlist/item_compress/3text.1icon.2/default";
5960       alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
5961       data.item: "stacking" "above";
5962       data.item: "selectraise" "on";
5963       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
5964       data.item: "contents" "elm.icon";
5965       data.item: "flips" "elm.flip.content";
5966       images {
5967          image: "00_list_bar_press_1x80.png" COMP;
5968       }
5969       parts {
5970          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5971          GENLIST_PART_BG_IMAGE
5972          GENLIST_PART_BOTTOM_LINE
5973          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5974          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5975          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5976          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5977          part { name: "elm.icon";
5978             clip_to: "disclip";
5979             type: SWALLOW;
5980             scale: 1;
5981             description { state: "default" 0.0;
5982                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5983                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5984                fixed: 1 1;
5985                rel1 {
5986                   relative: 1.0 1.0;
5987                   offset: 0 0;
5988                   to_x: "elm.padding.left";
5989                   to_y: "elm.padding.top";
5990                }
5991                rel2 {
5992                   relative: 1.0 0.0;
5993                   to_x: "elm.padding.left";
5994                   to_y: "elm.padding.bottom";
5995                }
5996                align: 0.0 0.5;
5997             }
5998             GENLIST_DESCRIPTION_FLIP_ENABLED
5999          }
6000          part { name: "elm.padding.icon.right";
6001             clip_to: "disclip";
6002             type: RECT;
6003             scale: 1;
6004             description { state: "default" 0.0;
6005                min: GENLIST_PADDING_16_INC 0;
6006                fixed: 1 0;
6007                rel1 {
6008                   relative: 1.0 0.0;
6009                   to_x: "elm.icon";
6010                }
6011                rel2.to_x: "elm.icon";
6012                align: 0.0 0.0;
6013                visible: 0;
6014             }
6015          }
6016          part { name: "elm.text.3";
6017             clip_to: "disclip";
6018             type: TEXT;
6019             mouse_events: 0;
6020             scale: 1;
6021             description { state: "default" 0.0;
6022                min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
6023                fixed: 1 1;
6024                rel1 {
6025                   relative: 0.0 1.0;
6026                   to_x: "elm.padding.right";
6027                   to_y: "elm.padding.top";
6028                }
6029                rel2 {
6030                   relative: 0.0 1.0;
6031                   to_x: "elm.padding.right";
6032                   to_y: "elm.padding.top";
6033                }
6034                align: 1.0 0.0;
6035                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6036                text {
6037                   font: "SLP:style=Medium";
6038                   size: GENLIST_FONT_32_INC;
6039                   min: 0 1;
6040                   align: 1.0 0.5;
6041                   text_class: "slp_medium";
6042                }
6043             }
6044             description { state: "selected" 0.0;
6045                inherit: "default" 0.0;
6046                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6047             }
6048             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6049             GENLIST_DESCRIPTION_FLIP_ENABLED
6050          }
6051          part { name: "elm.padding.text3.left";
6052             clip_to: "disclip";
6053             type: RECT;
6054             mouse_events: 0;
6055             scale: 1;
6056             description { state: "default" 0.0;
6057                min: GENLIST_SIZE_ICON_SMALL 0;
6058                fixed: 1 0;
6059                rel1.to_x: "elm.text.3";
6060                rel2 {
6061                   relative: 0.0 1.0;
6062                   to_x: "elm.text.3";
6063                }
6064                align: 1.0 0.5;
6065                visible: 0;
6066             }
6067          }
6068          part { name: "elm.text.1";
6069             clip_to: "disclip";
6070             type: TEXT;
6071             mouse_events: 0;
6072             scale: 1;
6073             description { state: "default" 0.0;
6074                rel1 {
6075                   relative: 1.0 1.0;
6076                   to_x: "elm.padding.icon.right";
6077                   to_y: "elm.padding.top";
6078                }
6079                rel2 {
6080                   relative: 0.0 1.0;
6081                   to_x: "elm.padding.text3.left";
6082                   to_y: "elm.text.3";
6083                }
6084                align: 0.0 0.5;
6085                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6086                text {
6087                   font: "SLP:style=Roman";
6088                   size: GENLIST_FONT_44_INC;
6089                   min: 0 1;
6090                   align: 0.0 0.5;
6091                   text_class: "list_item";
6092                }
6093             }
6094             description { state: "selected" 0.0;
6095                inherit: "default" 0.0;
6096                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6097             }
6098             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6099             GENLIST_DESCRIPTION_FLIP_ENABLED
6100          }
6101          part { name: "elm.text.2";
6102             clip_to: "disclip";
6103             type: TEXT;
6104             mouse_events: 0;
6105             scale: 1;
6106             description { state: "default" 0.0;
6107                rel1 {
6108                   relative: 1.0 1.0;
6109                   to_x: "elm.padding.icon.right";
6110                   to_y: "elm.text.1";
6111                }
6112                rel2 {
6113                   relative: 0.0 0.0;
6114                   to_x: "elm.padding.right";
6115                   to_y: "elm.padding.bottom";
6116                }
6117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6118                text {
6119                   font: "SLP:style=Medium";
6120                   size: GENLIST_FONT_32_INC;
6121                   min: 0 1;
6122                   align: 0.0 0.5;
6123                   text_class: "slp_medium";
6124                }
6125             }
6126             description { state: "selected" 0.0;
6127                inherit: "default" 0.0;
6128                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6129             }
6130             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6131             GENLIST_DESCRIPTION_FLIP_ENABLED
6132          }
6133          GENLIST_PART_FLIP
6134          GENLIST_PART_DISCLIP
6135       }
6136       programs {
6137          // signal: elm,state,%s,active
6138          //   a "check" item named %s went active
6139          // signal: elm,state,%s,passive
6140          //   a "check" item named %s went passive
6141          // default is passive
6142          program { name: "go_active";
6143             signal: "elm,state,selected";
6144             source: "elm";
6145             action: STATE_SET "selected" 0.0;
6146             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
6147             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6148          }
6149          program { name: "go_passive";
6150             signal: "elm,state,unselected";
6151             source: "elm";
6152             action: STATE_SET "default" 0.0;
6153             target: "bg_image";
6154             target: "elm.text.1";
6155             target: "elm.text.2";
6156             target: "elm.text.3";
6157             transition: LINEAR 0.1;
6158          }
6159          program { name: "go_disabled";
6160             signal: "elm,state,disabled";
6161             source: "elm";
6162             action: STATE_SET "disabled" 0.0;
6163             target: "disclip";
6164          }
6165          program { name: "go_enabled";
6166             signal: "elm,state,enabled";
6167             source: "elm";
6168             action: STATE_SET "default" 0.0;
6169             target: "disclip";
6170          }
6171          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
6172          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6173       }
6174    }
6175
6176 // 3.2.15
6177    group { name: "elm/genlist/item/2text.1icon.8/default";
6178       alias: "elm/genlist/item_odd/2text.1icon.8/default";
6179       alias: "elm/genlist/item_compress/2text.1icon.8/default";
6180       alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
6181       data.item: "stacking" "above";
6182       data.item: "selectraise" "on";
6183       data.item: "texts" "elm.text.1 elm.text.2";
6184       data.item: "contents" "elm.icon";
6185       data.item: "flips" "elm.flip.content";
6186       images {
6187          image: "00_list_bar_press_1x80.png" COMP;
6188       }
6189       parts {
6190          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6191          GENLIST_PART_BG_IMAGE
6192          GENLIST_PART_BOTTOM_LINE
6193          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6194          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6195          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6196          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6197          part { name: "elm.icon";
6198             clip_to: "disclip";
6199             type: SWALLOW;
6200             scale: 1;
6201             description { state: "default" 0.0;
6202                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6203                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6204                fixed: 1 1;
6205                rel1 {
6206                   relative: 1.0 1.0;
6207                   to_x: "elm.padding.left";
6208                   to_y: "elm.padding.top";
6209                }
6210                rel2 {
6211                   relative: 1.0 0.0;
6212                   to_x: "elm.padding.left";
6213                   to_y: "elm.padding.bottom";
6214                }
6215                align: 0.0 0.5;
6216             }
6217             GENLIST_DESCRIPTION_FLIP_ENABLED
6218          }
6219          part { name: "elm.padding.icon.right";
6220             clip_to: "disclip";
6221             type: RECT;
6222             scale: 1;
6223             description { state: "default" 0.0;
6224                min: GENLIST_PADDING_16_INC 0;
6225                fixed: 1 0;
6226                rel1 {
6227                   relative: 1.0 0.0;
6228                   to_x: "elm.icon";
6229                }
6230                rel2.to_x: "elm.icon";
6231                align: 0.0 0.0;
6232                visible: 0;
6233             }
6234          }
6235          part { name: "elm.text.1";
6236             clip_to: "disclip";
6237             type: TEXT;
6238             mouse_events: 0;
6239             scale: 1;
6240             description { state: "default" 0.0;
6241                min: 0 GENLIST_SIZE_61_INC;
6242                fixed: 0 1;
6243                rel1 {
6244                   relative: 1.0 1.0;
6245                   to_x: "elm.padding.icon.right";
6246                   to_y: "elm.padding.top";
6247                }
6248                rel2 {
6249                   relative: 0.0 1.0;
6250                   to_x: "elm.padding.right";
6251                   to_y: "elm.padding.top";
6252                }
6253                align: 0.0 0.0;
6254                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6255                text {
6256                   font: "SLP:style=Roman";
6257                   size: GENLIST_FONT_44_INC;
6258                   min: 0 1;
6259                   align: 0.0 0.5;
6260                   text_class: "list_item";
6261                }
6262             }
6263             description { state: "selected" 0.0;
6264                inherit: "default" 0.0;
6265                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6266             }
6267             GENLIST_DESCRIPTION_FLIP_ENABLED
6268          }
6269          part { name: "elm.text.2";
6270             clip_to: "disclip";
6271             type: TEXT;
6272             mouse_events: 0;
6273             scale: 1;
6274             description { state: "default" 0.0;
6275                rel1 {
6276                   relative: 1.0 1.0;
6277                   to_x: "elm.padding.icon.right";
6278                   to_y: "elm.text.1";
6279                }
6280                rel2 {
6281                   relative: 0.0 0.0;
6282                   to_x: "elm.padding.right";
6283                   to_y: "elm.padding.bottom";
6284                }
6285                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
6286                text {
6287                   font: "SLP:style=Medium";
6288                   size: GENLIST_FONT_32_INC;
6289                   min: 0 1;
6290                   align: 0.0 0.5;
6291                   text_class: "slp_medium";
6292                }
6293             }
6294             description { state: "selected" 0.0;
6295                inherit: "default" 0.0;
6296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6297             }
6298             GENLIST_DESCRIPTION_FLIP_ENABLED
6299          }
6300          GENLIST_PART_FLIP
6301          GENLIST_PART_DISCLIP
6302       }
6303       programs {
6304          // signal: elm,state,%s,active
6305          //   a "check" item named %s went active
6306          // signal: elm,state,%s,passive
6307          //   a "check" item named %s went passive
6308          // default is passive
6309          program { name: "go_active";
6310             signal: "elm,state,selected";
6311             source: "elm";
6312             action: STATE_SET "selected" 0.0;
6313             target: "bg_image";
6314             target: "elm.text.1";
6315             target: "elm.text.2";
6316             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6317          }
6318          program { name: "go_passive";
6319             signal: "elm,state,unselected";
6320             source: "elm";
6321             action: STATE_SET "default" 0.0;
6322             target: "bg_image";
6323             target: "elm.text.1";
6324             target: "elm.text.2";
6325             transition: LINEAR 0.1;
6326          }
6327          program { name: "go_disabled";
6328             signal: "elm,state,disabled";
6329             source: "elm";
6330             action: STATE_SET "disabled" 0.0;
6331             target: "disclip";
6332          }
6333          program { name: "go_enabled";
6334             signal: "elm,state,enabled";
6335             source: "elm";
6336             action: STATE_SET "default" 0.0;
6337             target: "disclip";
6338          }
6339          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
6340          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6341       }
6342    }
6343
6344 // 3.2.16
6345    group { name: "elm/genlist/item/2text.2icon.3/default";
6346       alias: "elm/genlist/item_odd/2text.2icon.3/default";
6347       alias: "elm/genlist/item_compress/2text.2icon.3/default";
6348       alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
6349       data.item: "stacking" "above";
6350       data.item: "selectraise" "on";
6351       data.item: "texts" "elm.text.1 elm.text.2";
6352       data.item: "contents" "elm.icon.1 elm.icon.2";
6353       data.item: "flips" "elm.flip.content";
6354       images {
6355          image: "00_list_bar_press_1x80.png" COMP;
6356       }
6357       parts {
6358          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6359          GENLIST_PART_BG_IMAGE
6360          GENLIST_PART_BOTTOM_LINE
6361          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6362          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6363          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6364          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6365          part { name: "elm.icon.1";
6366             clip_to: "disclip";
6367             type: SWALLOW;
6368             scale: 1;
6369             description { state: "default" 0.0;
6370                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6371                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6372                fixed: 1 1;
6373                rel1 {
6374                   relative: 1.0 1.0;
6375                   to_x: "elm.padding.left";
6376                   to_y: "elm.padding.top";
6377                }
6378                rel2 {
6379                   relative: 1.0 0.0;
6380                   to_x: "elm.padding.left";
6381                   to_y: "elm.padding.bottom";
6382                }
6383                align: 0.0 0.5;
6384             }
6385             GENLIST_DESCRIPTION_FLIP_ENABLED
6386          }
6387          part { name: "elm.padding.icon1.right";
6388             clip_to: "disclip";
6389             type: RECT;
6390             scale: 1;
6391             description { state: "default" 0.0;
6392                min: GENLIST_PADDING_16_INC 0;
6393                fixed: 1 0;
6394                rel1 {
6395                   relative: 1.0 0.0;
6396                   to_x: "elm.icon.1";
6397                }
6398                rel2.to_x: "elm.icon.1";
6399                align: 0.0 0.0;
6400                visible: 0;
6401             }
6402          }
6403          part { name: "elm.text.1";
6404             clip_to: "disclip";
6405             type: TEXT;
6406             mouse_events: 0;
6407             scale: 1;
6408             description { state: "default" 0.0;
6409                min: 0 GENLIST_SIZE_61_INC;
6410                fixed: 0 1;
6411                rel1 {
6412                   relative: 1.0 1.0;
6413                   to_x: "elm.padding.icon1.right";
6414                   to_y: "elm.padding.top";
6415                }
6416                rel2 {
6417                   relative: 0.0 1.0;
6418                   to_x: "elm.padding.icon2.left";
6419                   to_y: "elm.padding.top";
6420                }
6421                align: 0.0 0.0;
6422                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6423                text {
6424                   font: "SLP:style=Roman";
6425                   size: GENLIST_FONT_44_INC;
6426                   min: 0 1;
6427                   align: 0.0 0.5;
6428                   text_class: "list_item";
6429                }
6430             }
6431             description { state: "selected" 0.0;
6432                inherit: "default" 0.0;
6433                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6434             }
6435             GENLIST_DESCRIPTION_FLIP_ENABLED
6436          }
6437          part { name: "elm.icon.2";
6438             clip_to: "disclip";
6439             type: SWALLOW;
6440             scale: 1;
6441             description { state: "default" 0.0;
6442                fixed: 1 1;
6443                rel1 {
6444                   relative: 0.0 1.0;
6445                   to_x: "elm.padding.right";
6446                   to_y: "elm.padding.top";
6447                }
6448                rel2 {
6449                   relative: 0.0 1.0;
6450                   to_x: "elm.padding.right";
6451                   to_y: "elm.text.1";
6452                }
6453                align: 1.0 0.5;
6454             }
6455             GENLIST_DESCRIPTION_FLIP_ENABLED
6456          }
6457          part { name: "elm.padding.icon2.left";
6458             clip_to: "disclip";
6459             type: RECT;
6460             scale: 1;
6461             description { state: "default" 0.0;
6462                min: GENLIST_PADDING_16_INC 0;
6463                fixed: 1 0;
6464                rel1 {
6465                   relative: 0.0 0.0;
6466                   to_x: "elm.icon.2";
6467                }
6468                rel2.to_x: "elm.icon.2";
6469                align: 1.0 0.0;
6470                visible: 0;
6471             }
6472          }
6473          part { name: "elm.text.2";
6474             clip_to: "disclip";
6475             type: TEXT;
6476             mouse_events: 0;
6477             scale: 1;
6478             description { state: "default" 0.0;
6479                rel1 {
6480                   relative: 1.0 1.0;
6481                   to_x: "elm.padding.icon1.right";
6482                   to_y: "elm.text.1";
6483                }
6484                rel2 {
6485                   relative: 0.0 0.0;
6486                   to_x: "elm.padding.icon2.left";
6487                   to_y: "elm.padding.bottom";
6488                }
6489                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6490                text {
6491                   font: "SLP:style=Medium";
6492                   size: GENLIST_FONT_32_INC;
6493                   min: 0 1;
6494                   align: 0.0 0.5;
6495                   text_class: "slp_medium";
6496                }
6497             }
6498             description { state: "selected" 0.0;
6499                inherit: "default" 0.0;
6500                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6501             }
6502             GENLIST_DESCRIPTION_FLIP_ENABLED
6503          }
6504          GENLIST_PART_FLIP
6505          GENLIST_PART_DISCLIP
6506       }
6507       programs {
6508          // signal: elm,state,%s,active
6509          //   a "check" item named %s went active
6510          // signal: elm,state,%s,passive
6511          //   a "check" item named %s went passive
6512          // default is passive
6513          program { name: "go_active";
6514             signal: "elm,state,selected";
6515             source: "elm";
6516             action: STATE_SET "selected" 0.0;
6517             target: "bg_image";
6518             target: "elm.text.1";
6519             target: "elm.text.2";
6520             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6521          }
6522          program { name: "go_passive";
6523             signal: "elm,state,unselected";
6524             source: "elm";
6525             action: STATE_SET "default" 0.0;
6526             target: "bg_image";
6527             target: "elm.text.1";
6528             target: "elm.text.2";
6529             transition: LINEAR 0.1;
6530          }
6531          program { name: "go_disabled";
6532             signal: "elm,state,disabled";
6533             source: "elm";
6534             action: STATE_SET "disabled" 0.0;
6535             target: "disclip";
6536          }
6537          program { name: "go_enabled";
6538             signal: "elm,state,enabled";
6539             source: "elm";
6540             action: STATE_SET "default" 0.0;
6541             target: "disclip";
6542          }
6543          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6544          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6545       }
6546    }
6547
6548    group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
6549       inherit: "elm/genlist/item/2text.2icon.3/default";
6550       parts {
6551          part { name: "elm.text.2";
6552             clip_to: "disclip";
6553             type: TEXTBLOCK;
6554             mouse_events: 0;
6555             scale: 1;
6556             description { state: "default" 0.0;
6557                rel1 {
6558                   relative: 1.0 1.0;
6559                   to_x: "elm.padding.icon1.right";
6560                   to_y: "elm.text.1";
6561                }
6562                rel2 {
6563                   relative: 0.0 0.0;
6564                   to_x: "elm.padding.icon2.left";
6565                   to_y: "elm.padding.bottom";
6566                }
6567                align: 0.0 0.5;
6568                text {
6569                   style: "genlist_default_textblock_style";
6570                   min: 0 1;
6571                   align: 0.0 0.5;
6572                }
6573             }
6574             description { state: "selected" 0.0;
6575                inherit: "default" 0.0;
6576                text.style: "genlist_default_textblock_selected_style";
6577             }
6578             GENLIST_DESCRIPTION_FLIP_ENABLED
6579          }
6580       }
6581    }
6582
6583 // 3.2.17
6584    group { name: "elm/genlist/item/2text.2icon.4/default";
6585       alias: "elm/genlist/item_odd/2text.2icon.4/default";
6586       alias: "elm/genlist/item_compress/2text.2icon.4/default";
6587       alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
6588       data.item: "stacking" "above";
6589       data.item: "selectraise" "on";
6590       data.item: "texts" "elm.text.1 elm.text.2";
6591       data.item: "contents" "elm.icon.1 elm.icon.2";
6592       data.item: "flips" "elm.flip.content";
6593       images {
6594          image: "00_list_bar_press_1x80.png" COMP;
6595       }
6596       parts {
6597          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6598          GENLIST_PART_BG_IMAGE
6599          GENLIST_PART_BOTTOM_LINE
6600          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6601          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6602          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6603          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6604          part { name: "elm.icon.1";
6605             clip_to: "disclip";
6606             type: SWALLOW;
6607             scale: 1;
6608             description { state: "default" 0.0;
6609                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6610                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6611                fixed: 1 1;
6612                rel1 {
6613                   relative: 1.0 1.0;
6614                   to_x: "elm.padding.left";
6615                   to_y: "elm.padding.top";
6616                }
6617                rel2 {
6618                   relative: 1.0 0.0;
6619                   to_x: "elm.padding.left";
6620                   to_y: "elm.padding.bottom";
6621                }
6622                align: 0.0 0.5;
6623             }
6624             GENLIST_DESCRIPTION_FLIP_ENABLED
6625          }
6626          part { name: "elm.padding.icon1.right";
6627             clip_to: "disclip";
6628             type: RECT;
6629             scale: 1;
6630             description { state: "default" 0.0;
6631                min: GENLIST_PADDING_16_INC 0;
6632                fixed: 1 0;
6633                rel1 {
6634                   relative: 1.0 0.0;
6635                   to_x: "elm.icon.1";
6636                }
6637                rel2.to_x: "elm.icon.1";
6638                align: 0.0 0.0;
6639                visible: 0;
6640             }
6641          }
6642          part { name: "elm.icon.2";
6643             clip_to: "disclip";
6644             type: SWALLOW;
6645             scale: 1;
6646             description { state: "default" 0.0;
6647                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6648                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6649                fixed: 1 1;
6650                rel1 {
6651                   relative: 0.0 1.0;
6652                   to_x: "elm.padding.right";
6653                   to_y: "elm.padding.top";
6654                }
6655                rel2 {
6656                   relative: 0.0 0.0;
6657                   to_x: "elm.padding.right";
6658                   to_y: "elm.padding.bottom";
6659                }
6660                align: 1.0 0.5;
6661             }
6662             GENLIST_DESCRIPTION_FLIP_ENABLED
6663          }
6664          part { name: "elm.padding.icon2.left";
6665             clip_to: "disclip";
6666             type: RECT;
6667             scale: 1;
6668             description { state: "default" 0.0;
6669                min: GENLIST_PADDING_16_INC 0;
6670                fixed: 1 0;
6671                rel1.to_x: "elm.icon.2";
6672                rel2 {
6673                   relative: 0.0 1.0;
6674                   to_x: "elm.icon.2";
6675                }
6676                align: 1.0 0.0;
6677                visible: 0;
6678             }
6679          }
6680          part { name: "elm.text.1";
6681             clip_to: "disclip";
6682             type: TEXT;
6683             mouse_events: 0;
6684             scale: 1;
6685             description { state: "default" 0.0;
6686                min: 0 GENLIST_SIZE_61_INC;
6687                fixed: 0 1;
6688                rel1 {
6689                   relative: 1.0 1.0;
6690                   to_x: "elm.padding.icon1.right";
6691                   to_y: "elm.padding.top";
6692                }
6693                rel2 {
6694                   relative: 0.0 1.0;
6695                   to_x: "elm.padding.icon2.left";
6696                   to_y: "elm.padding.top";
6697                }
6698                align: 0.0 0.0;
6699                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6700                text {
6701                   font: "SLP:style=Roman";
6702                   size: GENLIST_FONT_44_INC;
6703                   min: 0 1;
6704                   align: 0.0 0.5;
6705                   text_class: "list_item";
6706                }
6707             }
6708             description { state: "selected" 0.0;
6709                inherit: "default" 0.0;
6710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6711             }
6712             GENLIST_DESCRIPTION_FLIP_ENABLED
6713          }
6714          part { name: "elm.text.2";
6715             clip_to: "disclip";
6716             type: TEXT;
6717             mouse_events: 0;
6718             scale: 1;
6719             description { state: "default" 0.0;
6720                rel1 {
6721                   relative: 1.0 1.0;
6722                   to_x: "elm.padding.icon1.right";
6723                   to_y: "elm.text.1";
6724                }
6725                rel2 {
6726                   relative: 0.0 0.0;
6727                   to_x: "elm.padding.icon2.left";
6728                   to_y: "elm.padding.bottom";
6729                }
6730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6731                text {
6732                   font: "SLP:style=Medium";
6733                   size: GENLIST_FONT_32_INC;
6734                   min: 0 1;
6735                   align: 0.0 0.5;
6736                   text_class: "slp_medium";
6737                }
6738             }
6739             description { state: "selected" 0.0;
6740                inherit: "default" 0.0;
6741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6742             }
6743             GENLIST_DESCRIPTION_FLIP_ENABLED
6744          }
6745          GENLIST_PART_FLIP
6746          GENLIST_PART_DISCLIP
6747       }
6748       programs {
6749          // signal: elm,state,%s,active
6750          //   a "check" item named %s went active
6751          // signal: elm,state,%s,passive
6752          //   a "check" item named %s went passive
6753          // default is passive
6754          program { name: "go_active";
6755             signal: "elm,state,selected";
6756             source: "elm";
6757             action: STATE_SET "selected" 0.0;
6758             target: "bg_image";
6759             target: "elm.text.1";
6760             target: "elm.text.2";
6761             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6762          }
6763          program { name: "go_passive";
6764             signal: "elm,state,unselected";
6765             source: "elm";
6766             action: STATE_SET "default" 0.0;
6767             target: "bg_image";
6768             target: "elm.text.1";
6769             target: "elm.text.2";
6770             transition: LINEAR 0.1;
6771          }
6772          program { name: "go_disabled";
6773             signal: "elm,state,disabled";
6774             source: "elm";
6775             action: STATE_SET "disabled" 0.0;
6776             target: "disclip";
6777          }
6778          program { name: "go_enabled";
6779             signal: "elm,state,enabled";
6780             source: "elm";
6781             action: STATE_SET "default" 0.0;
6782             target: "disclip";
6783          }
6784          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6785          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6786       }
6787    }
6788
6789    group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
6790       inherit: "elm/genlist/item/2text.2icon.4/default";
6791       parts {
6792          part { name: "elm.text.1";
6793             clip_to: "disclip";
6794             type: TEXTBLOCK;
6795             mouse_events: 0;
6796             scale: 1;
6797             description { state: "default" 0.0;
6798                min: 0 GENLIST_SIZE_61_INC;
6799                fixed: 0 1;
6800                rel1 {
6801                   relative: 1.0 1.0;
6802                   to_x: "elm.padding.icon1.right";
6803                   to_y: "elm.padding.top";
6804                }
6805                rel2 {
6806                   relative: 0.0 1.0;
6807                   to_x: "elm.padding.icon2.left";
6808                   to_y: "elm.padding.top";
6809                }
6810                align: 0.0 0.0;
6811                text {
6812                   style: "genlist_default_textblock_style";
6813                   size: GENLIST_FONT_44_INC;
6814                   min: 0 1;
6815                   align: 0.0 0.5;
6816                   text_class: "list_item";
6817                }
6818             }
6819             description { state: "selected" 0.0;
6820                inherit: "default" 0.0;
6821                text.style: "genlist_default_textblock_selected_style";
6822             }
6823             GENLIST_DESCRIPTION_FLIP_ENABLED
6824          }
6825          part { name: "elm.text.2";
6826             clip_to: "disclip";
6827             type: TEXTBLOCK;
6828             mouse_events: 0;
6829             scale: 1;
6830             description { state: "default" 0.0;
6831                rel1 {
6832                   relative: 1.0 1.0;
6833                   to_x: "elm.padding.icon1.right";
6834                   to_y: "elm.text.1";
6835                }
6836                rel2 {
6837                   relative: 0.0 0.0;
6838                   to_x: "elm.padding.icon2.left";
6839                   to_y: "elm.padding.bottom";
6840                }
6841                text {
6842                   style: "genlist_default_textblock_style";
6843                   size: GENLIST_FONT_32_INC;
6844                   min: 0 1;
6845                   align: 0.0 0.5;
6846                   text_class: "slp_medium";
6847                }
6848             }
6849             description { state: "selected" 0.0;
6850                inherit: "default" 0.0;
6851                text.style: "genlist_default_textblock_selected_style";
6852             }
6853             GENLIST_DESCRIPTION_FLIP_ENABLED
6854          }
6855       }
6856    }
6857
6858 // 3.2.18
6859    group { name: "elm/genlist/item/2text.1icon.9/default";
6860       alias: "elm/genlist/item_odd/2text.1icon.9/default";
6861       alias: "elm/genlist/item_compress/2text.1icon.9/default";
6862       alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
6863       data.item: "stacking" "above";
6864       data.item: "selectraise" "on";
6865       data.item: "texts" "elm.text.1 elm.text.2";
6866       data.item: "contents" "elm.icon";
6867       data.item: "flips" "elm.flip.content";
6868       images {
6869          image: "00_list_bar_press_1x80.png" COMP;
6870       }
6871       parts {
6872          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6873          GENLIST_PART_BG_IMAGE
6874          GENLIST_PART_BOTTOM_LINE
6875          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6876          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6877          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6878          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6879          part { name: "elm.icon";
6880             clip_to: "disclip";
6881             type: SWALLOW;
6882             scale: 1;
6883             description { state: "default" 0.0;
6884                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6885                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6886                fixed: 1 1;
6887                rel1 {
6888                   relative: 1.0 1.0;
6889                   to_x: "elm.padding.left";
6890                   to_y: "elm.padding.top";
6891                }
6892                rel2 {
6893                   relative: 1.0 0.0;
6894                   to_x: "elm.padding.left";
6895                   to_y: "elm.padding.bottom";
6896                }
6897                align: 0.0 0.5;
6898             }
6899             GENLIST_DESCRIPTION_FLIP_ENABLED
6900          }
6901          part { name: "elm.padding.icon.right";
6902             clip_to: "disclip";
6903             type: RECT;
6904             scale: 1;
6905             description { state: "default" 0.0;
6906                min: GENLIST_PADDING_16_INC 0;
6907                fixed: 1 0;
6908                rel1 {
6909                   relative: 1.0 0.0;
6910                   to_x: "elm.icon";
6911                }
6912                rel2.to_x: "elm.icon";
6913                align: 0.0 0.0;
6914                visible: 0;
6915             }
6916          }
6917          part { name: "elm.text.1";
6918             clip_to: "disclip";
6919             type: TEXT;
6920             mouse_events: 0;
6921             scale: 1;
6922             description { state: "default" 0.0;
6923                min: 0 GENLIST_SIZE_61_INC;
6924                fixed: 0 1;
6925                rel1 {
6926                   relative: 1.0 1.0;
6927                   to_x: "elm.padding.icon.right";
6928                   to_y: "elm.padding.top";
6929                }
6930                rel2 {
6931                   relative: 0.0 1.0;
6932                   to_x: "elm.padding.right";
6933                   to_y: "elm.padding.top";
6934                }
6935                align: 0.0 0.0;
6936                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6937                text {
6938                   font: "SLP:style=Roman";
6939                   size: GENLIST_FONT_44_INC;
6940                   min: 0 1;
6941                   align: 0.0 0.5;
6942                   text_class: "list_item";
6943                }
6944             }
6945             description { state: "selected" 0.0;
6946                inherit: "default" 0.0;
6947                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6948             }
6949             GENLIST_DESCRIPTION_FLIP_ENABLED
6950          }
6951          part { name: "elm.text.2";
6952             clip_to: "disclip";
6953             type: TEXT;
6954             mouse_events: 0;
6955             scale: 1;
6956             description { state: "default" 0.0;
6957                rel1 {
6958                   relative: 1.0 1.0;
6959                   to_x: "elm.padding.icon.right";
6960                   to_y: "elm.text.1";
6961                }
6962                rel2 {
6963                   relative: 0.0 0.0;
6964                   to_x: "elm.padding.right";
6965                   to_y: "elm.padding.bottom";
6966                }
6967                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6968                text {
6969                   font: "SLP:style=Medium";
6970                   size: GENLIST_FONT_32_INC;
6971                   min: 0 1;
6972                   align: 0.0 0.5;
6973                   text_class: "slp_medium";
6974                }
6975             }
6976             description { state: "selected" 0.0;
6977                inherit: "default" 0.0;
6978                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6979             }
6980             GENLIST_DESCRIPTION_FLIP_ENABLED
6981          }
6982          GENLIST_PART_FLIP
6983          GENLIST_PART_DISCLIP
6984       }
6985       programs {
6986          // signal: elm,state,%s,active
6987          //   a "check" item named %s went active
6988          // signal: elm,state,%s,passive
6989          //   a "check" item named %s went passive
6990          // default is passive
6991          program { name: "go_active";
6992             signal: "elm,state,selected";
6993             source: "elm";
6994             action: STATE_SET "selected" 0.0;
6995             target: "bg_image";
6996             target: "elm.text.1";
6997             target: "elm.text.2";
6998             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6999          }
7000          program { name: "go_passive";
7001             signal: "elm,state,unselected";
7002             source: "elm";
7003             action: STATE_SET "default" 0.0;
7004             target: "bg_image";
7005             target: "elm.text.1";
7006             target: "elm.text.2";
7007             transition: LINEAR 0.1;
7008          }
7009          program { name: "go_disabled";
7010             signal: "elm,state,disabled";
7011             source: "elm";
7012             action: STATE_SET "disabled" 0.0;
7013             target: "disclip";
7014          }
7015          program { name: "go_enabled";
7016             signal: "elm,state,enabled";
7017             source: "elm";
7018             action: STATE_SET "default" 0.0;
7019             target: "disclip";
7020          }
7021          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
7022          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7023       }
7024    }
7025
7026 // ???
7027    group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
7028       alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
7029       data.item: "stacking" "above";
7030       data.item: "selectraise" "on";
7031       data.item: "texts" "elm.text.1 elm.text.2";
7032       parts {
7033          part { name: "base";
7034             type: RECT;
7035             repeat_events: 1;
7036             description { state: "default" 0.0;
7037                color: GENLIST_PART_BG_COLOR_INC;
7038             }
7039          }
7040          GENLIST_PART_DIALOGUE_BG_IMAGE
7041          GENLIST_PART_BOTTOM_LINE
7042          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
7043          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
7044          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
7045          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7046          GENLIST_PART_DIALOGUE_ITEM
7047          GENLIST_PART_DIALOGUE_RIGHT_LINE
7048          part { name: "elm.text.1";
7049             clip_to: "disclip";
7050             type: TEXT;
7051             mouse_events: 0;
7052             scale: 1;
7053             description { state: "default" 0.0;
7054                min: 0 GENLIST_SIZE_48_INC;
7055                fixed: 0 1;
7056                rel1 {
7057                   relative: 1.0 1.0;
7058                   to_x: "elm.padding.left";
7059                   to_y: "elm.padding.top";
7060                }
7061                rel2 {
7062                   relative: 0.0 1.0;
7063                   to_x: "elm.padding.right";
7064                   to_y: "elm.padding.top";
7065                }
7066                align: 0.0 0.0;
7067                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7068                text {
7069                   font: "SLP:style=Roman";
7070                   size: GENLIST_FONT_44_INC;
7071                   min: 0 1;
7072                   align: 0.0 0.5;
7073                   text_class: "list_item";
7074                }
7075             }
7076             description { state: "selected" 0.0;
7077                inherit: "default" 0.0;
7078                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7079             }
7080          }
7081          part { name: "elm.text.2";
7082             clip_to: "disclip";
7083             type: TEXTBLOCK;
7084             mouse_events: 0;
7085             scale: 1;
7086             description { state: "default" 0.0;
7087                rel1 {
7088                   relative: 1.0 1.0;
7089                   to_x: "elm.padding.left";
7090                   to_y: "elm.text.1";
7091                }
7092                rel2 {
7093                   relative: 0.0 0.0;
7094                   to_x: "elm.padding.right";
7095                   to_y: "elm.padding.bottom";
7096                }
7097                text {
7098                   style: "genlist_textblock_sub_style";
7099                   min: 0 1;
7100                   align: 0.0 0.5;
7101                }
7102             }
7103             description { state: "selected" 0.0;
7104                inherit: "default" 0.0;
7105                text.style: "genlist_textblock_sub_selected_style";
7106             }
7107          }
7108          GENLIST_PART_DISCLIP
7109       }
7110       programs {
7111          // signal: elm,state,%s,active
7112          //   a "check" item named %s went active
7113          // signal: elm,state,%s,passive
7114          //   a "check" item named %s went passive
7115          // default is passive
7116          program { name: "go_active";
7117             signal: "elm,state,selected";
7118             source: "elm";
7119             action: STATE_SET "selected" 0.0;
7120             target: "bg_image";
7121             target: "elm.text.1";
7122             target: "elm.text.2";
7123             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7124          }
7125          program { name: "go_passive";
7126             signal: "elm,state,unselected";
7127             source: "elm";
7128             action: STATE_SET "default" 0.0;
7129             target: "bg_image";
7130             target: "elm.text.1";
7131             target: "elm.text.2";
7132             transition: LINEAR 0.1;
7133          }
7134          program { name: "go_disabled";
7135             signal: "elm,state,disabled";
7136             source: "elm";
7137             action: STATE_SET "disabled" 0.0;
7138             target: "disclip";
7139          }
7140          program { name: "go_enabled";
7141             signal: "elm,state,enabled";
7142             source: "elm";
7143             action: STATE_SET "default" 0.0;
7144             target: "disclip";
7145          }
7146          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7147       }
7148    }
7149
7150 // 3.2.19
7151    group { name: "elm/genlist/item/2text.2icon.7/default";
7152       alias: "elm/genlist/item_odd/2text.2icon.7/default";
7153       alias: "elm/genlist/item_compress/2text.2icon.7/default";
7154       alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
7155       data.item: "stacking" "above";
7156       data.item: "selectraise" "on";
7157       data.item: "texts" "elm.text.1 elm.text.2";
7158       data.item: "contents" "elm.icon.1 elm.icon.2";
7159       data.item: "flips" "elm.flip.content";
7160       images {
7161          image: "00_list_bar_press_1x80.png" COMP;
7162       }
7163       parts {
7164          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7165          GENLIST_PART_BG_IMAGE
7166          GENLIST_PART_BOTTOM_LINE
7167          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7168          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7169          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7170          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7171          part { name: "elm.icon.1";
7172             clip_to: "disclip";
7173             type: SWALLOW;
7174             scale: 1;
7175             description { state: "default" 0.0;
7176                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7177                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7178                fixed: 1 1;
7179                rel1 {
7180                   relative: 1.0 1.0;
7181                   to_x: "elm.padding.left";
7182                   to_y: "elm.padding.top";
7183                }
7184                rel2 {
7185                   relative: 1.0 0.0;
7186                   to_x: "elm.padding.left";
7187                   to_y: "elm.padding.bottom";
7188                }
7189                align: 0.0 0.5;
7190             }
7191             GENLIST_DESCRIPTION_FLIP_ENABLED
7192          }
7193          part { name: "elm.padding.icon1.right";
7194             clip_to: "disclip";
7195             type: RECT;
7196             scale: 1;
7197             description { state: "default" 0.0;
7198                min: GENLIST_PADDING_16_INC 0;
7199                fixed: 1 0;
7200                rel1 {
7201                   relative: 1.0 0.0;
7202                   to_x: "elm.icon.1";
7203                }
7204                rel2.to_x: "elm.icon.1";
7205                align: 0.0 0.0;
7206                visible: 0;
7207             }
7208          }
7209          part { name: "elm.icon.2";
7210             clip_to: "disclip";
7211             type: SWALLOW;
7212             scale: 1;
7213             description { state: "default" 0.0;
7214                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7215                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7216                fixed: 1 1;
7217                rel1 {
7218                   relative: 0.0 1.0;
7219                   to_x: "elm.padding.right";
7220                   to_y: "elm.padding.top";
7221                }
7222                rel2 {
7223                   relative: 0.0 0.0;
7224                   to_x: "elm.padding.right";
7225                   to_y: "elm.padding.bottom";
7226                }
7227                align: 1.0 0.5;
7228             }
7229             GENLIST_DESCRIPTION_FLIP_ENABLED
7230          }
7231          part { name: "elm.padding.icon2.left";
7232             clip_to: "disclip";
7233             type: RECT;
7234             scale: 1;
7235             description { state: "default" 0.0;
7236                min: GENLIST_PADDING_16_INC 0;
7237                fixed: 1 0;
7238                rel1.to_x: "elm.icon.2";
7239                rel2 {
7240                   relative: 0.0 1.0;
7241                   to_x: "elm.icon.2";
7242                }
7243                align: 1.0 0.0;
7244                visible: 0;
7245             }
7246          }
7247          part { name: "elm.text.1";
7248             clip_to: "disclip";
7249             type: TEXT;
7250             mouse_events: 0;
7251             scale: 1;
7252             description { state: "default" 0.0;
7253                min: 0 GENLIST_SIZE_61_INC;
7254                fixed: 0 1;
7255                rel1 {
7256                   relative: 1.0 1.0;
7257                   to_x: "elm.padding.icon1.right";
7258                   to_y: "elm.padding.top";
7259                }
7260                rel2 {
7261                   relative: 0.0 1.0;
7262                   to_x: "elm.padding.icon2.left";
7263                   to_y: "elm.padding.top";
7264                }
7265                align: 0.0 0.0;
7266                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7267                text {
7268                   font: "SLP:style=Roman";
7269                   size: GENLIST_FONT_44_INC;
7270                   min: 0 1;
7271                   align: 0.0 0.5;
7272                   text_class: "list_item";
7273                }
7274             }
7275             description { state: "selected" 0.0;
7276                inherit: "default" 0.0;
7277                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7278             }
7279             GENLIST_DESCRIPTION_FLIP_ENABLED
7280          }
7281          part { name: "elm.text.2";
7282             clip_to: "disclip";
7283             type: TEXT;
7284             mouse_events: 0;
7285             scale: 1;
7286             description { state: "default" 0.0;
7287                rel1 {
7288                   relative: 1.0 1.0;
7289                   to_x: "elm.padding.icon1.right";
7290                   to_y: "elm.text.1";
7291                }
7292                rel2 {
7293                   relative: 0.0 0.0;
7294                   to_x: "elm.padding.icon2.left";
7295                   to_y: "elm.padding.bottom";
7296                }
7297                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7298                text {
7299                   font: "SLP:style=Medium";
7300                   size: GENLIST_FONT_32_INC;
7301                   min: 0 1;
7302                   align: 0.0 0.5;
7303                   text_class: "slp_medium";
7304                }
7305             }
7306             description { state: "selected" 0.0;
7307                inherit: "default" 0.0;
7308                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7309             }
7310             GENLIST_DESCRIPTION_FLIP_ENABLED
7311          }
7312          GENLIST_PART_FLIP
7313          GENLIST_PART_DISCLIP
7314       }
7315       programs {
7316          // signal: elm,state,%s,active
7317          //   a "check" item named %s went active
7318          // signal: elm,state,%s,passive
7319          //   a "check" item named %s went passive
7320          // default is passive
7321          program { name: "go_active";
7322             signal: "elm,state,selected";
7323             source: "elm";
7324             action: STATE_SET "selected" 0.0;
7325             target: "bg_image";
7326             target: "elm.text.1";
7327             target: "elm.text.2";
7328             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7329          }
7330          program { name: "go_passive";
7331             signal: "elm,state,unselected";
7332             source: "elm";
7333             action: STATE_SET "default" 0.0;
7334             target: "bg_image";
7335             target: "elm.text.1";
7336             target: "elm.text.2";
7337             transition: LINEAR 0.1;
7338          }
7339          program { name: "go_disabled";
7340             signal: "elm,state,disabled";
7341             source: "elm";
7342             action: STATE_SET "disabled" 0.0;
7343             target: "disclip";
7344          }
7345          program { name: "go_enabled";
7346             signal: "elm,state,enabled";
7347             source: "elm";
7348             action: STATE_SET "default" 0.0;
7349             target: "disclip";
7350          }
7351          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7352          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7353       }
7354    }
7355
7356 // 3.2.20
7357    group { name: "elm/genlist/item/2text.2icon.5/default";
7358       alias: "elm/genlist/item_odd/2text.2icon.5/default";
7359       alias: "elm/genlist/item_compress/2text.2icon.5/default";
7360       alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
7361       data.item: "stacking" "above";
7362       data.item: "selectraise" "on";
7363       data.item: "texts" "elm.text.1 elm.text.2";
7364       data.item: "contents" "elm.icon.1 elm.icon.2";
7365       data.item: "flips" "elm.flip.content";
7366       images {
7367          image: "00_list_bar_press_1x80.png" COMP;
7368       }
7369       parts {
7370          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7371          GENLIST_PART_BG_IMAGE
7372          GENLIST_PART_BOTTOM_LINE
7373          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7374          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7375          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7376          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7377          part { name: "elm.icon.1";
7378             clip_to: "disclip";
7379             type: SWALLOW;
7380             scale: 1;
7381             description { state: "default" 0.0;
7382                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7383                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7384                fixed: 1 1;
7385                rel1 {
7386                   relative: 1.0 1.0;
7387                   to_x: "elm.padding.left";
7388                   to_y: "elm.padding.top";
7389                }
7390                rel2 {
7391                   relative: 1.0 0.0;
7392                   to_x: "elm.padding.left";
7393                   to_y: "elm.padding.bottom";
7394                }
7395                align: 0.0 0.5;
7396             }
7397             GENLIST_DESCRIPTION_FLIP_ENABLED
7398          }
7399          part { name: "elm.padding.icon1.right";
7400             clip_to: "disclip";
7401             type: RECT;
7402             scale: 1;
7403             description { state: "default" 0.0;
7404                min: GENLIST_PADDING_16_INC 0;
7405                fixed: 1 0;
7406                rel1 {
7407                   relative: 1.0 0.0;
7408                   to_x: "elm.icon.1";
7409                }
7410                rel2.to_x: "elm.icon.1";
7411                align: 0.0 0.0;
7412                visible: 0;
7413             }
7414          }
7415          part { name: "elm.icon.2";
7416             clip_to: "disclip";
7417             type: SWALLOW;
7418             scale: 1;
7419             description { state: "default" 0.0;
7420                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7421                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7422                fixed: 1 1;
7423                rel1 {
7424                   relative: 1.0 1.0;
7425                   to_x: "elm.padding.icon1.right";
7426                   to_y: "elm.padding.top";
7427                }
7428                rel2 {
7429                   relative: 1.0 0.0;
7430                   to_x: "elm.padding.icon1.right";
7431                   to_y: "elm.padding.bottom";
7432                }
7433                align: 0.0 0.5;
7434             }
7435             GENLIST_DESCRIPTION_FLIP_ENABLED
7436          }
7437          part { name: "elm.padding.icon2.right";
7438             clip_to: "disclip";
7439             type: RECT;
7440             scale: 1;
7441             description { state: "default" 0.0;
7442                min: GENLIST_PADDING_16_INC 0;
7443                fixed: 1 0;
7444                rel1 {
7445                   relative: 1.0 0.0;
7446                   to_x: "elm.icon.2";
7447                }
7448                rel2.to_x: "elm.icon.2";
7449                align: 0.0 0.0;
7450                visible: 0;
7451             }
7452          }
7453          part { name: "elm.text.1";
7454             clip_to: "disclip";
7455             type: TEXT;
7456             mouse_events: 0;
7457             scale: 1;
7458             description { state: "default" 0.0;
7459                min: 0 GENLIST_SIZE_61_INC;
7460                fixed: 0 1;
7461                rel1 {
7462                   relative: 1.0 1.0;
7463                   to_x: "elm.padding.icon2.right";
7464                   to_y: "elm.padding.top";
7465                }
7466                rel2 {
7467                   relative: 0.0 1.0;
7468                   to_x: "elm.padding.right";
7469                   to_y: "elm.padding.top";
7470                }
7471                align: 0.0 0.0;
7472                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7473                text {
7474                   font: "SLP:style=Roman";
7475                   size: GENLIST_FONT_44_INC;
7476                   min: 0 1;
7477                   align: 0.0 0.5;
7478                   text_class: "list_item";
7479                }
7480             }
7481             description { state: "selected" 0.0;
7482                inherit: "default" 0.0;
7483                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7484             }
7485             GENLIST_DESCRIPTION_FLIP_ENABLED
7486          }
7487          part { name: "elm.text.2";
7488             clip_to: "disclip";
7489             type: TEXT;
7490             mouse_events: 0;
7491             scale: 1;
7492             description { state: "default" 0.0;
7493                rel1 {
7494                   relative: 1.0 1.0;
7495                   to_x: "elm.padding.icon2.right";
7496                   to_y: "elm.text.1";
7497                }
7498                rel2 {
7499                   relative: 0.0 0.0;
7500                   to_x: "elm.padding.right";
7501                   to_y: "elm.padding.bottom";
7502                }
7503                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7504                text {
7505                   font: "SLP:style=Medium";
7506                   size: GENLIST_FONT_32_INC;
7507                   min: 0 1;
7508                   align: 0.0 0.5;
7509                   text_class: "slp_medium";
7510                }
7511             }
7512             description { state: "selected" 0.0;
7513                inherit: "default" 0.0;
7514                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7515             }
7516             GENLIST_DESCRIPTION_FLIP_ENABLED
7517          }
7518          GENLIST_PART_FLIP
7519          GENLIST_PART_DISCLIP
7520       }
7521       programs {
7522          // signal: elm,state,%s,active
7523          //   a "check" item named %s went active
7524          // signal: elm,state,%s,passive
7525          //   a "check" item named %s went passive
7526          // default is passive
7527          program { name: "go_active";
7528             signal: "elm,state,selected";
7529             source: "elm";
7530             action: STATE_SET "selected" 0.0;
7531             target: "bg_image";
7532             target: "elm.text.1";
7533             target: "elm.text.2";
7534             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7535          }
7536          program { name: "go_passive";
7537             signal: "elm,state,unselected";
7538             source: "elm";
7539             action: STATE_SET "default" 0.0;
7540             target: "bg_image";
7541             target: "elm.text.1";
7542             target: "elm.text.2";
7543             transition: LINEAR 0.1;
7544          }
7545          program { name: "go_disabled";
7546             signal: "elm,state,disabled";
7547             source: "elm";
7548             action: STATE_SET "disabled" 0.0;
7549             target: "disclip";
7550          }
7551          program { name: "go_enabled";
7552             signal: "elm,state,enabled";
7553             source: "elm";
7554             action: STATE_SET "default" 0.0;
7555             target: "disclip";
7556          }
7557          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7558          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7559       }
7560    }
7561
7562 // ???
7563    group { name: "elm/genlist/item/3text.5icon/default";
7564       alias: "elm/genlist/item_odd/3text.5icon/default";
7565       alias: "elm/genlist/item_compress/3text.5icon/default";
7566       alias: "elm/genlist/item_compress_odd/3text.5icon/default";
7567       data.item: "stacking" "above";
7568       data.item: "selectraise" "on";
7569       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
7570       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
7571       data.item: "flips" "elm.flip.content";
7572       images {
7573          image: "00_list_bar_press_1x80.png" COMP;
7574       }
7575       parts {
7576          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7577          GENLIST_PART_BG_IMAGE
7578          GENLIST_PART_BOTTOM_LINE
7579          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7580          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7581          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7582          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7583          part { name: "elm.swallow.colorbar";
7584             clip_to: "disclip";
7585             type: SWALLOW;
7586             scale: 1;
7587             description { state: "default" 0.0;
7588                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7589                fixed: 1 1;
7590                rel2.relative: 0.0 0.0;
7591                align: 0.0 0.0;
7592             }
7593          }
7594          part { name: "elm.text.3";
7595             clip_to: "disclip";
7596             type: TEXT;
7597             mouse_events: 0;
7598             scale: 1;
7599             description { state: "default" 0.0;
7600                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
7601                fixed: 1 1;
7602                rel1 {
7603                   relative: 0.0 0.0;
7604                   to_x: "elm.padding.right";
7605                   to_y: "elm.padding.bottom";
7606                }
7607                rel2 {
7608                   relative: 0.0 0.0;
7609                   to_x: "elm.padding.right";
7610                   to_y: "elm.padding.bottom";
7611                }
7612                align: 1.0 1.0;
7613                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7614                text {
7615                   font: "SLP:style=Medium";
7616                   size: GENLIST_FONT_32_INC;
7617                   min: 0 1;
7618                   align: 1.0 0.5;
7619                   text_class: "slp_medium";
7620                }
7621             }
7622             description { state: "selected" 0.0;
7623                inherit: "default" 0.0;
7624                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7625             }
7626             GENLIST_DESCRIPTION_FLIP_ENABLED
7627          }
7628          part { name: "elm.icon.1";
7629             clip_to: "disclip";
7630             type: SWALLOW;
7631             scale: 1;
7632             description { state: "default" 0.0;
7633                rel1 {
7634                   relative: 0.0 1.0;
7635                   to_x: "elm.padding.right";
7636                   to_y: "elm.padding.top";
7637                }
7638                rel2 {
7639                   relative: 0.0 0.0;
7640                   to_x: "elm.padding.right";
7641                   to_y: "elm.text.3";
7642                }
7643                align: 1.0 0.5;
7644             }
7645             GENLIST_DESCRIPTION_FLIP_ENABLED
7646          }
7647          part { name: "elm.padding.icon1.left";
7648             clip_to: "disclip";
7649             type: RECT;
7650             scale: 1;
7651             description { state: "default" 0.0;
7652                min: GENLIST_PADDING_16_INC 0;
7653                fixed: 1 0;
7654                rel1.to_x: "elm.icon.1";
7655                rel2 {
7656                   relative: 0.0 1.0;
7657                   to_x: "elm.icon.1";
7658                }
7659                align: 1.0 0.0;
7660                visible: 0;
7661             }
7662          }
7663          part { name: "elm.text.1";
7664             clip_to: "disclip";
7665             type: TEXT;
7666             mouse_events: 0;
7667             scale: 1;
7668             description { state: "default" 0.0;
7669                min: 0 GENLIST_SIZE_61_INC;
7670                fixed: 0 1;
7671                rel1 {
7672                   relative: 1.0 1.0;
7673                   to_x: "elm.padding.left";
7674                   to_y: "elm.padding.top";
7675                }
7676                rel2 {
7677                   relative: 0.0 1.0;
7678                   to_x: "elm.padding.icon1.left";
7679                   to_y: "elm.padding.top";
7680                }
7681                align: 0.0 0.0;
7682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7683                text {
7684                   font: "SLP:style=Roman";
7685                   size: GENLIST_FONT_44_INC;
7686                   min: 0 1;
7687                   align: 0.0 0.5;
7688                   text_class: "list_item";
7689                }
7690             }
7691             description { state: "selected" 0.0;
7692                inherit: "default" 0.0;
7693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7694             }
7695             GENLIST_DESCRIPTION_FLIP_ENABLED
7696          }
7697          part { name: "elm.padding.text3.left";
7698             clip_to: "disclip";
7699             type: RECT;
7700             scale: 1;
7701             description { state: "default" 0.0;
7702                min: GENLIST_PADDING_16_INC 0;
7703                fixed: 1 0;
7704                rel1.to: "elm.text.3";
7705                rel2 {
7706                   relative: 0.0 1.0;
7707                   to: "elm.text.3";
7708                }
7709                align: 1.0 1.0;
7710                visible: 0;
7711             }
7712          }
7713          part { name: "elm.text.2";
7714             clip_to: "disclip";
7715             type: TEXT;
7716             mouse_events: 0;
7717             scale: 1;
7718             description { state: "default" 0.0;
7719                rel1 {
7720                   relative: 1.0 1.0;
7721                   to_x: "elm.padding.left";
7722                   to_y: "elm.text.1";
7723                }
7724                rel2 {
7725                   relative: 0.0 0.0;
7726                   to_x: "elm.padding.text3.left";
7727                   to_y: "elm.padding.bottom";
7728                }
7729                align: 0.0 0.5;
7730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7731                text {
7732                   font: "SLP:style=Medium";
7733                   size: GENLIST_FONT_32_INC;
7734                   min: 0 1;
7735                   align: 0.0 0.5;
7736                   text_class: "slp_medium";
7737                }
7738             }
7739             description { state: "selected" 0.0;
7740                inherit: "default" 0.0;
7741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7742             }
7743             GENLIST_DESCRIPTION_FLIP_ENABLED
7744          }
7745          part { name: "elm.padding.icon2.left";
7746             clip_to: "disclip";
7747             type: RECT;
7748             scale: 1;
7749             description { state: "default" 0.0;
7750                min: GENLIST_PADDING_16_INC 0;
7751                fixed: 1 0;
7752                rel1 {
7753                   relative: 1.0 0.0;
7754                   to_x: "elm.text.2";
7755                }
7756                rel2.to_x: "elm.text.2";
7757                align: 0.0 0.0;
7758                visible: 0;
7759             }
7760          }
7761          part { name: "elm.icon.2";
7762             clip_to: "disclip";
7763             type: SWALLOW;
7764             scale: 1;
7765             description { state: "default" 0.0;
7766                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7767                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7768                fixed: 1 1;
7769                rel1 {
7770                   relative: 1.0 1.0;
7771                   to_x: "elm.padding.icon2.left";
7772                   to_y: "elm.text.1";
7773                }
7774                rel2 {
7775                   relative: 1.0 0.0;
7776                   to_x: "elm.padding.icon2.left";
7777                   to_y: "elm.padding.bottom";
7778                }
7779                align: 0.0 0.5;
7780             }
7781             GENLIST_DESCRIPTION_FLIP_ENABLED
7782          }
7783          part { name: "elm.padding.icon3.left";
7784             clip_to: "disclip";
7785             type: RECT;
7786             scale: 1;
7787             description { state: "default" 0.0;
7788                min: GENLIST_PADDING_16_INC 0;
7789                fixed: 1 0;
7790                rel1 {
7791                   relative: 1.0 0.0;
7792                   to_x: "elm.icon.2";
7793                }
7794                rel2.to_x: "elm.icon.2";
7795                align: 0.0 0.0;
7796                visible: 0;
7797             }
7798          }
7799          part { name: "elm.icon.3";
7800             clip_to: "disclip";
7801             type: SWALLOW;
7802             scale: 1;
7803             description { state: "default" 0.0;
7804                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7805                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7806                fixed: 1 1;
7807                rel1 {
7808                   relative: 1.0 1.0;
7809                   to_x: "elm.padding.icon3.left";
7810                   to_y: "elm.text.1";
7811                }
7812                rel2 {
7813                   relative: 1.0 0.0;
7814                   to_x: "elm.padding.icon3.left";
7815                   to_y: "elm.padding.bottom";
7816                }
7817                align: 0.0 0.5;
7818             }
7819             GENLIST_DESCRIPTION_FLIP_ENABLED
7820          }
7821          part { name: "elm.padding.icon4.left";
7822             clip_to: "disclip";
7823             type: RECT;
7824             scale: 1;
7825             description { state: "default" 0.0;
7826                min: GENLIST_PADDING_16_INC 0;
7827                fixed: 1 0;
7828                rel1 {
7829                   relative: 1.0 0.0;
7830                   to_x: "elm.icon.3";
7831                }
7832                rel2.to_x: "elm.icon.3";
7833                align: 0.0 0.0;
7834                visible: 0;
7835             }
7836          }
7837          part { name: "elm.icon.4";
7838             clip_to: "disclip";
7839             type: SWALLOW;
7840             scale: 1;
7841             description { state: "default" 0.0;
7842                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7843                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7844                fixed: 1 1;
7845                rel1 {
7846                   relative: 1.0 1.0;
7847                   to_x: "elm.padding.icon4.left";
7848                   to_y: "elm.text.1";
7849                }
7850                rel2 {
7851                   relative: 1.0 0.0;
7852                   to_x: "elm.padding.icon4.left";
7853                   to_y: "elm.padding.bottom";
7854                }
7855                align: 0.0 0.5;
7856             }
7857             GENLIST_DESCRIPTION_FLIP_ENABLED
7858          }
7859          GENLIST_PART_FLIP
7860          GENLIST_PART_DISCLIP
7861       }
7862       programs {
7863          // signal: elm,state,%s,active
7864          //   a "check" item named %s went active
7865          // signal: elm,state,%s,passive
7866          //   a "check" item named %s went passive
7867          // default is passive
7868          program { name: "go_active";
7869             signal: "elm,state,selected";
7870             source: "elm";
7871             action: STATE_SET "selected" 0.0;
7872             target: "bg_image";
7873             target: "elm.text.1";
7874             target: "elm.text.2";
7875             target: "elm.text.3";
7876             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7877          }
7878          program { name: "go_passive";
7879             signal: "elm,state,unselected";
7880             source: "elm";
7881             action: STATE_SET "default" 0.0;
7882             target: "bg_image";
7883             target: "elm.text.1";
7884             target: "elm.text.2";
7885             target: "elm.text.3";
7886             transition: LINEAR 0.1;
7887          }
7888          program { name: "go_disabled";
7889             signal: "elm,state,disabled";
7890             source: "elm";
7891             action: STATE_SET "disabled" 0.0;
7892             target: "disclip";
7893          }
7894          program { name: "go_enabled";
7895             signal: "elm,state,enabled";
7896             source: "elm";
7897             action: STATE_SET "default" 0.0;
7898             target: "disclip";
7899          }
7900          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
7901          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7902       }
7903    }
7904
7905 // ???
7906    /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
7907    group { name: "elm/genlist/item/3text.5icon.2/default";
7908       alias: "elm/genlist/item_odd/3text.5icon.2/default";
7909       alias: "elm/genlist/item_compress/3text.5icon.2/default";
7910       alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
7911       data.item: "stacking" "above";
7912       data.item: "selectraise" "on";
7913       data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
7914       data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
7915       data.item: "flips" "elm.flip.content";
7916       images {
7917          image: "00_list_bar_press_1x80.png" COMP;
7918       }
7919       parts {
7920          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7921          GENLIST_PART_BG
7922          GENLIST_PART_BG_IMAGE
7923          GENLIST_PART_BOTTOM_LINE
7924          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7925          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7928          part { name: "elm.icon.colorbar";
7929             clip_to: "disclip";
7930             type: SWALLOW;
7931             scale: 1;
7932             description { state: "default" 0.0;
7933                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7934                fixed: 1 1;
7935                rel2.relative: 0.0 0.0;
7936                align: 0.0 0.0;
7937             }
7938          }
7939          part { name: "elm.icon.checkbox";
7940             clip_to: "disclip";
7941             type: SWALLOW;
7942             mouse_events: 1;
7943             scale: 1;
7944             description { state: "default" 0.0;
7945                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7946                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7947                fixed: 1 1;
7948                rel1 {
7949                   relative: 1.0 0.0;
7950                   to_x: "elm.padding.left";
7951                   to_y: "elm.padding.top";
7952                }
7953                rel2 {
7954                   relative: 0.0 0.0;
7955                   to_x: "elm.padding.right";
7956                   to_y: "elm.padding.bottom";
7957                }
7958                align: 0.0 0.5;
7959             }
7960          }
7961          part { name: "elm.text.date";
7962             clip_to: "disclip";
7963             type: TEXT;
7964             mouse_events: 0;
7965             scale: 1;
7966             description { state: "default" 0.0;
7967                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
7968                fixed: 1 1;
7969                rel1 {
7970                   to_x: "elm.padding.right";
7971                   to_y: "elm.padding.bottom";
7972                }
7973                rel2 {
7974                   relative: 0.0 0.0;
7975                   to_x: "elm.padding.right";
7976                   to_y: "elm.padding.bottom";
7977                }
7978                align: 1.0 1.0;
7979                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7980                text {
7981                   font: "SLP:style=Medium";
7982                   size: GENLIST_FONT_32_INC;
7983                   min: 0 1;
7984                   align: 1.0 0.5;
7985                   text_class: "slp_medium";
7986                }
7987             }
7988             description { state: "selected" 0.0;
7989                inherit: "default" 0.0;
7990                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7991             }
7992             GENLIST_DESCRIPTION_FLIP_ENABLED
7993          }
7994          part { name: "elm.icon.important";
7995             clip_to: "disclip";
7996             type: SWALLOW;
7997             mouse_events: 1;
7998             scale: 1;
7999             description { state: "default" 0.0;
8000                min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
8001                fixed: 1 1;
8002                rel1 {
8003                   relative: 0.0 1.0;
8004                   to_x: "elm.padding.right";
8005                   to_y: "elm.padding.top";
8006                }
8007                rel2 {
8008                   relative: 0.0 0.0;
8009                   to_x: "elm.padding.right";
8010                   to_y: "elm.text.date";
8011                }
8012                align: 1.0 0.5;
8013             }
8014             GENLIST_DESCRIPTION_FLIP_ENABLED
8015          }
8016          part { name: "elm.padding.icon.important.left";
8017             clip_to: "disclip";
8018             type: RECT;
8019             scale: 1;
8020             description { state: "default" 0.0;
8021                min: GENLIST_PADDING_16_INC 0;
8022                fixed: 1 0;
8023                rel1{
8024                   relative: 0.0 1.0;
8025                   to_x: "elm.icon.important";
8026                }
8027                rel2 {
8028                   relative: 0.0 1.0;
8029                   to_x: "elm.icon.important";
8030                }
8031                align: 1.0 0.0;
8032                visible: 0;
8033             }
8034          }
8035          part { name: "elm.padding.icon.checkbox.right";
8036             clip_to: "disclip";
8037             type: RECT;
8038             scale: 1;
8039             description { state: "default" 0.0;
8040                min: GENLIST_PADDING_16_INC 0;
8041                fixed: 1 0;
8042                rel1 {
8043                   relative: 1.0 0.0;
8044                   to_x: "elm.icon.checkbox";
8045                   to_y: "elm.padding.top";
8046                }
8047                rel2 {
8048                   relative: 1.0 0.0;
8049                   to_x:  "elm.icon.checkbox";
8050                   to_y: "elm.padding.bottom";
8051                }
8052                align: 1.0 0.0;
8053                visible: 0;
8054             }
8055          }
8056          part { name: "elm.text.subject.rect";
8057             clip_to: "disclip";
8058             type: RECT;
8059             scale: 1;
8060             description { state: "default" 0.0;
8061                min: 0 GENLIST_SIZE_61_INC;
8062                fixed: 1 1;
8063                rel1 {
8064                   relative: 1.0 1.0;
8065                   to_x: "elm.padding.icon.checkbox.right";
8066                   to_y: "elm.padding.top";
8067                }
8068                rel2 {
8069                   relative: 0.0 0.0;
8070                   to_x: "elm.padding.icon.important.left";
8071                   to_y: "elm.padding.top";
8072                }
8073                align: 0.0 0.0;
8074                visible: 0;
8075             }
8076          }
8077          part { name: "elm.text.subject";
8078             clip_to: "disclip";
8079             type: TEXTBLOCK;
8080             mouse_events: 0;
8081             scale: 1;
8082             description { state: "default" 0.0;
8083                fixed: 1 1;
8084                rel1.to: "elm.text.subject.rect";
8085                rel2.to: "elm.text.subject.rect";
8086                align: 0.0 0.0;
8087                text {
8088                   style: "genlist_email_textblock_unread_style";
8089                   min: 0 1;
8090                   max: 0 1;
8091                   align: 0.0 0.5;
8092                }
8093             }
8094             description { state: "selected" 0.0;
8095                inherit: "default" 0.0;
8096                text.style: "genlist_email_textblock_selected_style";
8097             }
8098             description { state: "read" 0.0;
8099                inherit: "default" 0.0;
8100                text.style: "genlist_email_textblock_read_style";
8101             }
8102             description { state: "unread" 0.0;
8103                inherit: "default" 0.0;
8104                text.style: "genlist_email_textblock_unread_style";
8105             }
8106             description { state: "urgency_read" 0.0;
8107                inherit: "default" 0.0;
8108                text.style: "genlist_email_textblock_urgency_read_style";
8109             }
8110             description { state: "urgency_unread" 0.0;
8111                inherit: "default" 0.0;
8112                text.style: "genlist_email_textblock_urgency_unread_style";
8113             }
8114             GENLIST_DESCRIPTION_FLIP_ENABLED
8115          }
8116          part { name: "elm.text.name";
8117             clip_to: "disclip";
8118             type: TEXTBLOCK;
8119             scale: 1;
8120             description { state: "default" 0.0;
8121                fixed: 1 1;
8122                rel1 {
8123                   relative: 1.0 1.0;
8124                   to_x: "elm.padding.icon.checkbox.right";
8125                   to_y: "elm.text.subject";
8126                }
8127                rel2 {
8128                   relative: 0.0 0.0;
8129                   to_x: "elm.padding.icon.num.left";
8130                   to_y: "elm.padding.bottom";
8131                }
8132                align: 0.0 0.5;
8133                text {
8134                   style: "genlist_email_textblock2_style";
8135                   min: 0 1;
8136                   align: 0.0 0.5;
8137                }
8138             }
8139             description { state: "selected" 0.0;
8140                inherit: "default" 0.0;
8141                text.style: "genlist_email_textblock2_selected_style";
8142             }
8143             GENLIST_DESCRIPTION_FLIP_ENABLED
8144          }
8145          part { name: "elm.padding.icon.num.left";
8146             clip_to: "disclip";
8147             type: RECT;
8148             scale: 1;
8149             description { state: "default" 0.0;
8150                min: GENLIST_PADDING_16_INC 0;
8151                fixed: 1 0;
8152                rel1 {
8153                   relative: 0.0 1.0;
8154                   to_x: "elm.icon.num";
8155                   to_y: "elm.text.subject";
8156                }
8157                rel2 {
8158                   relative: 0.0 0.0;
8159                   to_x: "elm.icon.num";
8160                   to_y: "elm.padding.bottom";
8161                }
8162                align: 1.0 0.0;
8163                visible: 0;
8164             }
8165          }
8166          part { name: "elm.icon.num";
8167             clip_to: "disclip";
8168             type: SWALLOW;
8169             mouse_events: 0;
8170             scale: 1;
8171             description { state: "default" 0.0;
8172                min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8173                max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8174                fixed: 1 1;
8175                rel1 {
8176                   relative: 0.0 1.0;
8177                   to_x: "elm.padding.icon.attach.left";
8178                   to_y: "elm.text.subject";
8179                }
8180                rel2 {
8181                   relative: 0.0 0.0;
8182                   to_x: "elm.padding.icon.attach.left";
8183                   to_y: "elm.padding.bottom";
8184                }
8185                align: 1.0 0.5;
8186             }
8187             GENLIST_DESCRIPTION_FLIP_ENABLED
8188          }
8189          part { name: "elm.padding.icon.attach.left";
8190             clip_to: "disclip";
8191             type: RECT;
8192             scale: 1;
8193             description { state: "default" 0.0;
8194                min: GENLIST_PADDING_16_INC 0;
8195                fixed: 1 0;
8196                rel1 {
8197                   relative: 0.0 1.0;
8198                   to_x: "elm.icon.attach";
8199                   to_y: "elm.text.subject";
8200                }
8201                rel2 {
8202                   relative: 0.0 0.0;
8203                   to_x: "elm.icon.attach";
8204                   to_y: "elm.padding.bottom";
8205                }
8206                align: 1.0 0.0;
8207                visible: 0;
8208             }
8209          }
8210          part { name: "elm.icon.attach";
8211             clip_to: "disclip";
8212             type: SWALLOW;
8213             scale: 1;
8214             description { state: "default" 0.0;
8215                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
8216                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
8217                fixed: 1 1;
8218                rel1 {
8219                   relative: 0.0 1.0;
8220                   to_x: "elm.text.date";
8221                   to_y: "elm.text.subject";
8222                }
8223                rel2 {
8224                   relative: 0.0 0.0;
8225                   to_x: "elm.text.date";
8226                   to_y: "elm.padding.bottom";
8227                }
8228                align: 1.0 0.5;
8229             }
8230             GENLIST_DESCRIPTION_FLIP_ENABLED
8231          }
8232          part { name: "elm.swallow.outbox.progress";
8233             type: SWALLOW;
8234             scale: 1;
8235             mouse_events: 1;
8236             repeat_events: 0;
8237             description { state: "default" 0.0;
8238                min: GENLIST_SIZE_168_INC 0;
8239                fixed: 1 1;
8240                color: 0 0 0 0;
8241                align: 1.0 0.5;
8242                rel1 {
8243                   relative: 0.0 1.0;
8244                   offset: 0 0;
8245                   to_x: "elm.padding.right";
8246                   to_y: "elm.padding.top";
8247                }
8248                rel2 {
8249                   relative: 0.0 0.0;
8250                   offset: 0 0;
8251                   to_x: "elm.padding.right";
8252                   to_y: "elm.padding.bottom";
8253                }
8254             }
8255          }
8256          GENLIST_PART_FLIP
8257          GENLIST_PART_DISCLIP
8258       }
8259       programs {
8260          // signal: elm,state,%s,active
8261          //   a "check" item named %s went active
8262          // signal: elm,state,%s,passive
8263          //   a "check" item named %s went passive
8264          // default is passive
8265          program { name: "go_active";
8266             signal: "elm,state,selected";
8267             source: "elm";
8268             action: STATE_SET "selected" 0.0;
8269             target: "bg_image";
8270             target: "elm.text.subject";
8271             target: "elm.text.name";
8272             target: "elm.text.date";
8273             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8274          }
8275          program { name: "go_passive";
8276             signal: "elm,state,unselected";
8277             source: "elm";
8278             action: STATE_SET "default" 0.0;
8279             target: "bg_image";
8280             target: "elm.text.subject";
8281             target: "elm.text.name";
8282             target: "elm.text.date";
8283             transition: LINEAR 0.1;
8284          }
8285          program { name: "go_disabled";
8286             signal: "elm,state,disabled";
8287             source: "elm";
8288             action: STATE_SET "disabled" 0.0;
8289             target: "disclip";
8290          }
8291          program { name: "go_enabled";
8292             signal: "elm,state,enabled";
8293             source: "elm";
8294             action: STATE_SET "default" 0.0;
8295             target: "disclip";
8296          }
8297          program { name: "go_read";
8298             signal: "elm,state,read";
8299             source: "elm";
8300             action: STATE_SET "read" 0.0;
8301             target: "elm.text.subject";
8302          }
8303          program { name: "go_unread";
8304             signal: "elm,state,unread";
8305             source: "elm";
8306             action: STATE_SET "unread" 0.0;
8307             target: "elm.text.subject";
8308          }
8309          program { name: "go_urgeny_unread";
8310             signal: "elm,state,urgency_unread";
8311             source: "elm";
8312             action: STATE_SET "urgency_unread" 0.0;
8313             target: "elm.text.subject";
8314          }
8315          program { name: "go_urgency_read";
8316             signal: "elm,state,urgency_read";
8317             source: "elm";
8318             action: STATE_SET "urgency_read" 0.0;
8319             target: "elm.text.subject";
8320          }
8321          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8322       }
8323    }
8324
8325 // ???
8326    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8327    group { name: "elm/genlist/item/4text.8icon/default";
8328       alias: "elm/genlist/item_odd/4text.8icon/default";
8329       alias: "elm/genlist/item_compress/4text.8icon/default";
8330       alias: "elm/genlist/item_compress_odd/4text.8icon/default";
8331       data.item: "stacking" "above";
8332       data.item: "selectraise" "on";
8333       data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
8334       data.item: "contents" "elm.icon.important elm.icon.important.touch elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox elm.icon.checkbox.touch elm.icon.priority elm.icon.lastverb elm.icon.appointment";
8335       data.item: "flips" "elm.flip.content";
8336       images {
8337          image: "00_list_bar_press_1x80.png" COMP;
8338          image: "M02_button_06_normal.png" COMP;
8339       }
8340       parts {
8341          GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
8342          GENLIST_PART_BG
8343          GENLIST_PART_BG_IMAGE
8344          GENLIST_PART_BOTTOM_LINE
8345          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
8346          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
8347          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8348          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8349          part { name: "elm.icon.colorbar";
8350             clip_to: "disclip";
8351             type: SWALLOW;
8352             scale: 1;
8353             description { state: "default" 0.0;
8354                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8355                fixed: 1 1;
8356                rel2.relative: 0.0 0.0;
8357                align: 0.0 0.0;
8358             }
8359          }
8360
8361          part { name: "elm.icon.checkbox.touch";
8362             clip_to: "disclip";
8363             type: SWALLOW;
8364             mouse_events: 1;
8365             scale: 1;
8366             description { state: "default" 0.0;
8367                max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
8368                fixed: 1 1;
8369                rel1 {
8370                   relative: 0.0 0.0;
8371                   to_x: "elm.padding.left";
8372                   to_y: "elm.padding.top";
8373                }
8374                rel2 {
8375                   relative: 0.0 0.0;
8376                   to_x: "elm.padding.right";
8377                   to_y: "elm.padding.bottom";
8378                }
8379                align: 0.0 0.5;
8380             }
8381          }
8382          part { name: "elm.icon.checkbox";
8383             clip_to: "disclip";
8384             type: SWALLOW;
8385             mouse_events: 1;
8386             scale: 1;
8387             description { state: "default" 0.0;
8388                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8390                fixed: 1 1;
8391                rel1 {
8392                   relative: 1.0 0.0;
8393                   to_x: "elm.padding.left";
8394                   to_y: "elm.padding.top";
8395                }
8396                rel2 {
8397                   relative: 0.0 0.0;
8398                   to_x: "elm.padding.right";
8399                   to_y: "elm.padding.bottom";
8400                }
8401                align: 0.0 0.5;
8402             }
8403          }
8404          part { name: "elm.padding.icon.checkbox.right";
8405             clip_to: "disclip";
8406             type: RECT;
8407             scale: 1;
8408             description { state: "default" 0.0;
8409                min: GENLIST_PADDING_16_INC 0;
8410                fixed: 1 0;
8411                rel1 {
8412                   relative: 1.0 0.0;
8413                   to_x: "elm.icon.checkbox";
8414                   to_y: "elm.padding.top";
8415                }
8416                rel2 {
8417                   relative: 1.0 0.0;
8418                   to_x:  "elm.icon.checkbox";
8419                   to_y: "elm.padding.bottom";
8420                }
8421                align: 1.0 0.0;
8422                visible: 0;
8423             }
8424          }
8425
8426          part { name: "elm.icon.important";
8427             clip_to: "disclip";
8428             type: SWALLOW;
8429             mouse_events: 1;
8430             scale: 1;
8431             description { state: "default" 0.0;
8432                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8433                fixed: 1 1;
8434                rel1 {
8435                   relative: 0.0 1.0;
8436                   to_x: "elm.padding.right";
8437                   to_y: "elm.padding.top";
8438                }
8439                rel2 {
8440                   relative: 0.0 1.0;
8441                   to_x: "elm.padding.right";
8442                   to_y: "elm.padding.top";
8443                }
8444                align: 1.0 0.0;
8445             }
8446             GENLIST_DESCRIPTION_FLIP_ENABLED
8447          }
8448
8449          part { name: "elm.icon.important.touch";
8450             clip_to: "disclip";
8451             type: SWALLOW;
8452             mouse_events: 1;
8453             scale: 1;
8454             description { state: "default" 0.0;
8455                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8456                fixed: 1 1;
8457                rel1 {
8458                   relative: 0.0 1.0;
8459                   to_x: "elm.padding.right";
8460                   to_y: "elm.padding.top";
8461                }
8462                rel2 {
8463                   relative: 0.0 1.0;
8464                   to_x: "elm.padding.right";
8465                   to_y: "elm.padding.top";
8466                }
8467                align: 1.0 0.0;
8468             }
8469             GENLIST_DESCRIPTION_FLIP_ENABLED
8470          }
8471
8472          part { name: "elm.padding.icon.important.left";
8473             clip_to: "disclip";
8474             type: RECT;
8475             scale: 1;
8476             description { state: "default" 0.0;
8477                min: GENLIST_PADDING_16_INC 0;
8478                fixed: 1 0;
8479                rel1{
8480                   relative: 0.0 1.0;
8481                   to_x: "elm.icon.important";
8482                }
8483                rel2 {
8484                   relative: 0.0 1.0;
8485                   to_x: "elm.icon.important";
8486                }
8487                align: 1.0 0.0;
8488                visible: 0;
8489             }
8490          }
8491          part { name: "elm.icon.num";
8492             clip_to: "disclip";
8493             type: IMAGE;
8494             mouse_events: 0;
8495             scale: 1;
8496             description { state: "default" 0.0;
8497                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8498                fixed: 1 1;
8499                rel1 {
8500                   relative: 0.0 1.0;
8501                   offset: 0 GENLIST_SIZE_8_INC;
8502                   to_x: "elm.padding.icon.important.left";
8503                   to_y: "elm.padding.top";
8504                }
8505                rel2 {
8506                   relative: 0.0 1.0;
8507                   offset: 0 GENLIST_SIZE_8_INC;
8508                   to_x: "elm.padding.icon.important.left";
8509                   to_y: "elm.padding.top";
8510                }
8511                align: 1.0 0.0;
8512                image.normal: "M02_button_06_normal.png";
8513                image.border: 5 5 5 5;
8514             }
8515             description { state: "num_enable" 0.0;
8516                inherit: "default" 0.0;
8517                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8518                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8519             }
8520             GENLIST_DESCRIPTION_FLIP_ENABLED
8521          }
8522
8523          part { name: "elm.text.num";
8524             clip_to: "disclip";
8525             type: TEXT;
8526             mouse_events: 0;
8527             scale: 1;
8528             description { state: "default" 0.0;
8529                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8530                fixed: 1 1;
8531                rel1 {
8532                   relative: 0.0 1.0;
8533                   offset: 0 GENLIST_SIZE_8_INC;
8534                   to_x: "elm.padding.icon.important.left";
8535                   to_y: "elm.padding.top";
8536                }
8537                rel2 {
8538                   relative: 0.0 1.0;
8539                   offset: 0 GENLIST_SIZE_8_INC;
8540                   to_x: "elm.padding.icon.important.left";
8541                   to_y: "elm.padding.top";
8542                }
8543                align: 1.0 0.0;
8544             }
8545             description { state: "num_enable" 0.0;
8546                inherit: "default" 0.0;
8547                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8548                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8549                text {
8550                   font: "SLP:style=Medium";
8551                   size: GENLIST_FONT_32_INC;
8552                   min: 1 1;
8553                   align: 0.5 0.5;
8554                   text_class: "slp_medium";
8555                }
8556                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
8557             }
8558             GENLIST_DESCRIPTION_FLIP_ENABLED
8559          }
8560
8561          part { name: "elm.icon.attach";
8562             clip_to: "disclip";
8563             type: SWALLOW;
8564             scale: 1;
8565             description { state: "default" 0.0;
8566                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8567                fixed: 1 1;
8568                rel1 {
8569                   relative: 0.0 1.0;
8570                   to_x: "elm.icon.num";
8571                   to_y: "elm.padding.top";
8572                }
8573                rel2 {
8574                   relative: 0.0 1.0;
8575                   to_x: "elm.icon.num";
8576                   to_y: "elm.padding.top";
8577                }
8578                align: 1.0 0.0;
8579             }
8580             description { state: "attach_enable" 0.0;
8581                inherit: "default" 0.0;
8582                min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
8583             }
8584             GENLIST_DESCRIPTION_FLIP_ENABLED
8585          }
8586          part { name: "elm.text.subject";
8587             clip_to: "disclip";
8588             type: TEXTBLOCK;
8589             mouse_events: 0;
8590             scale: 1;
8591             description { state: "default" 0.0;
8592                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8593                fixed: 1 1;
8594                rel1 {
8595                   relative: 1.0 1.0;
8596                   to_x: "elm.padding.icon.checkbox.right";
8597                   to_y: "elm.padding.top";
8598                }
8599                rel2{
8600                   relative: 0.0 1.0;
8601                   to_x: "elm.icon.attach";
8602                   to_y: "elm.padding.top";
8603                }
8604                align: 0.0 0.0;
8605                text {
8606                   style: "genlist_email_textblock_unread_style";
8607                   min: 0 1;
8608                   max: 0 1;
8609                   align: 0.0 0.5;
8610                }
8611             }
8612             description { state: "selected" 0.0;
8613                inherit: "default" 0.0;
8614                text.style: "genlist_email_textblock_selected_style";
8615             }
8616             description { state: "read" 0.0;
8617                inherit: "default" 0.0;
8618                text.style: "genlist_email_textblock_read_style";
8619             }
8620             description { state: "unread" 0.0;
8621                inherit: "default" 0.0;
8622                text.style: "genlist_email_textblock_unread_style";
8623             }
8624             GENLIST_DESCRIPTION_FLIP_ENABLED
8625          }
8626
8627          part { name: "elm.padding.intermediate";
8628             clip_to: "disclip";
8629             type: RECT;
8630             scale: 1;
8631             description { state: "default" 0.0;
8632                min: 0 GENLIST_PADDING_4_INC;
8633                fixed: 0 1;
8634                rel1 {
8635                   relative: 1.0 1.0;
8636                   to_x: "elm.padding.icon.checkbox.right";
8637                   to_y: "elm.icon.attach";
8638                }
8639                rel2 {
8640                   relative: 1.0 1.0;
8641                   to_x:  "elm.padding.icon.checkbox.right";
8642                   to_y: "elm.icon.attach";
8643                }
8644                align: 1.0 0.0;
8645                visible: 0;
8646             }
8647          }
8648
8649          part { name: "elm.icon.priority";
8650             clip_to: "disclip";
8651             type: SWALLOW;
8652             scale: 1;
8653             description { state: "default" 0.0;
8654                min: 0 GENLIST_SIZE_40_INC;
8655                fixed: 1 1;
8656                rel1 {
8657                   relative: 1.0 1.0;
8658                   to_x: "elm.padding.icon.checkbox.right";
8659                   to_y: "elm.padding.intermediate";
8660                }
8661                rel2 {
8662                   relative: 1.0 1.0;
8663                   to_x: "elm.padding.icon.checkbox.right";
8664                   to_y: "elm.padding.intermediate";
8665                }
8666                align: 0.0 0.0;
8667             }
8668             description { state: "priority_enable" 0.0;
8669                inherit: "default" 0.0;
8670                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8671             }
8672             GENLIST_DESCRIPTION_FLIP_ENABLED
8673          }
8674          part { name: "elm.icon.lastverb";
8675             clip_to: "disclip";
8676             type: SWALLOW;
8677             scale: 1;
8678             description { state: "default" 0.0;
8679                min: 0 GENLIST_SIZE_40_INC;
8680                fixed: 1 1;
8681                rel1 {
8682                   relative: 1.0 1.0;
8683                   to_x: "elm.padding.icon.checkbox.right";
8684                   to_y: "elm.icon.priority";
8685                }
8686                rel2 {
8687                   relative: 1.0 1.0;
8688                   to_x: "elm.padding.icon.checkbox.right";
8689                   to_y: "elm.icon.priority";
8690                }
8691                align: 0.0 0.0;
8692             }
8693             description { state: "lastverb_enable" 0.0;
8694                inherit: "default" 0.0;
8695                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8696             }
8697             GENLIST_DESCRIPTION_FLIP_ENABLED
8698          }
8699
8700          part { name: "elm.text.date";
8701             clip_to: "disclip";
8702             type: TEXT;
8703             mouse_events: 0;
8704             scale: 1;
8705             description { state: "default" 0.0;
8706                min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
8707                fixed: 1 1;
8708                rel1 {
8709                   to_x: "elm.padding.right";
8710                   to_y: "elm.padding.bottom";
8711                }
8712                rel2 {
8713                   relative: 0.0 0.0;
8714                   to_x: "elm.padding.right";
8715                   to_y: "elm.padding.bottom";
8716                }
8717                align: 1.0 1.0;
8718                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8719                text {
8720                   font: "SLP:style=Medium";
8721                   size: GENLIST_FONT_32_INC;
8722                   min: 0 1;
8723                   align: 1.0 0.5;
8724                   text_class: "slp_medium";
8725                }
8726             }
8727             description { state: "selected" 0.0;
8728                inherit: "default" 0.0;
8729                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8730             }
8731             GENLIST_DESCRIPTION_FLIP_ENABLED
8732          }
8733
8734          part { name: "elm.icon.appointment";
8735             clip_to: "disclip";
8736             type: SWALLOW;
8737             mouse_events: 0;
8738             scale: 1;
8739             description { state: "default" 0.0;
8740                min: 0 GENLIST_SIZE_40_INC;
8741                fixed: 1 1;
8742                rel1 {
8743                   relative: 0.0 1.0;
8744                   to_x: "elm.padding.right";
8745                   to_y: "elm.padding.intermediate";
8746                }
8747                rel2 {
8748                   relative: 0.0 1.0;
8749                   to_x: "elm.padding.right";
8750                   to_y: "elm.padding.intermediate";
8751                }
8752                align: 1.0 0.0;
8753             }
8754             GENLIST_DESCRIPTION_FLIP_ENABLED
8755          }
8756          part { name: "elm.text.name";
8757             clip_to: "disclip";
8758             type: TEXTBLOCK;
8759             scale: 1;
8760             description { state: "default" 0.0;
8761                min: 0 GENLIST_SIZE_40_INC;
8762                fixed: 1 1;
8763                rel1 {
8764                   relative: 1.0 1.0;
8765                   to_x: "elm.icon.priority";
8766                   to_y: "elm.padding.intermediate";
8767                }
8768                rel2 {
8769                   relative: 0.0 1.0;
8770                   to_x: "elm.icon.appointment";
8771                   to_y: "elm.padding.intermediate";
8772                }
8773                align: 0.0 0.0;
8774                text {
8775                   style: "genlist_email_textblock2_style";
8776                   min: 0 1;
8777                   align: 0.0 0.5;
8778                }
8779             }
8780             description { state: "selected" 0.0;
8781                inherit: "default" 0.0;
8782                text.style: "genlist_email_textblock2_selected_style";
8783             }
8784             GENLIST_DESCRIPTION_FLIP_ENABLED
8785          }
8786          part { name: "elm.text.preview";
8787             clip_to: "disclip";
8788             type: TEXT;
8789             scale: 1;
8790             description { state: "default" 0.0;
8791                min: 0 GENLIST_SIZE_40_INC;
8792                fixed: 1 1;
8793                rel1 {
8794                   relative: 1.0 0.0;
8795                   to_x: "elm.icon.lastverb";
8796                   to_y: "elm.padding.bottom";
8797                }
8798                rel2 {
8799                   relative: 0.0 0.0;
8800                   to_x: "elm.text.date";
8801                   to_y: "elm.padding.bottom";
8802                }
8803                align: 0.0 1.0;
8804                color: GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC;
8805                text {
8806                   font: "SLP:style=Medium";
8807                   size: GENLIST_FONT_30_INC;
8808                   min: 0 1;
8809                   align: 0.0 0.5;
8810                   text_class: "slp_medium";
8811                }
8812             }
8813             description { state: "selected" 0.0;
8814                inherit: "default" 0.0;
8815                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8816             }
8817             GENLIST_DESCRIPTION_FLIP_ENABLED
8818          }
8819          part { name: "elm.swallow.outbox.progress";
8820             type: SWALLOW;
8821             scale: 1;
8822             mouse_events: 1;
8823             repeat_events: 0;
8824             description { state: "default" 0.0;
8825                min: GENLIST_SIZE_168_INC 0;
8826                fixed: 1 1;
8827                color: 0 0 0 0;
8828                align: 1.0 0.5;
8829                rel1 {
8830                   relative: 0.0 1.0;
8831                   offset: 0 0;
8832                   to_x: "elm.padding.right";
8833                   to_y: "elm.padding.top";
8834                }
8835                rel2 {
8836                   relative: 0.0 0.0;
8837                   offset: 0 0;
8838                   to_x: "elm.padding.right";
8839                   to_y: "elm.padding.bottom";
8840                }
8841             }
8842          }
8843          GENLIST_PART_FLIP
8844          GENLIST_PART_DISCLIP
8845       }
8846       programs {
8847          // signal: elm,state,%s,active
8848          //   a "check" item named %s went active
8849          // signal: elm,state,%s,passive
8850          //   a "check" item named %s went passive
8851          // default is passive
8852          program { name: "go_active";
8853             signal: "elm,state,selected";
8854             source: "elm";
8855             action: STATE_SET "selected" 0.0;
8856             target: "bg_image";
8857             target: "elm.text.subject";
8858             target: "elm.text.name";
8859             target: "elm.text.date";
8860             target: "elm.text.preview";
8861             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8862          }
8863          program { name: "go_passive";
8864             signal: "elm,state,unselected";
8865             source: "elm";
8866             action: STATE_SET "default" 0.0;
8867             target: "bg_image";
8868             target: "elm.text.subject";
8869             target: "elm.text.name";
8870             target: "elm.text.date";
8871             target: "elm.text.preview";
8872             transition: LINEAR 0.1;
8873          }
8874          program { name: "go_disabled";
8875             signal: "elm,state,disabled";
8876             source: "elm";
8877             action: STATE_SET "disabled" 0.0;
8878             target: "disclip";
8879          }
8880          program { name: "go_enabled";
8881             signal: "elm,state,enabled";
8882             source: "elm";
8883             action: STATE_SET "default" 0.0;
8884             target: "disclip";
8885          }
8886          program { name: "go_read";
8887             signal: "elm,state,read";
8888             source: "elm";
8889             action: STATE_SET "read" 0.0;
8890             target: "elm.text.subject";
8891          }
8892          program { name: "go_unread";
8893             signal: "elm,state,unread";
8894             source: "elm";
8895             action: STATE_SET "unread" 0.0;
8896             target: "elm.text.subject";
8897          }
8898          program { name: "go_attach";
8899             signal: "elm,state,attach";
8900             source: "elm";
8901             action: STATE_SET "attach_enable" 0.0;
8902             target: "elm.icon.attach";
8903          }
8904          program { name: "go_priority";
8905             signal: "elm,state,priority";
8906             source: "elm";
8907             action: STATE_SET "priority_enable" 0.0;
8908             target: "elm.icon.priority";
8909          }
8910          program { name: "go_lastverb";
8911             signal: "elm,state,lastverb";
8912             source: "elm";
8913             action: STATE_SET "lastverb_enable" 0.0;
8914             target: "elm.icon.lastverb";
8915          }
8916          program { name: "go_num";
8917             signal: "elm,state,num";
8918             source: "elm";
8919             action: STATE_SET "num_enable" 0.0;
8920             target: "elm.icon.num";
8921             target: "elm.text.num";
8922          }
8923          program { name: "click";
8924             signal: "mouse,up,1";
8925             source: "elm.icon.checkbox.touch";
8926             action: SIGNAL_EMIT "elm,action,check,toggle" "";
8927          }
8928          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8929       }
8930    }
8931
8932
8933 // ???
8934    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8935    group { name: "elm/genlist/item/3text.6icon/default";
8936       alias: "elm/genlist/item_odd/3text.6icon/default";
8937       alias: "elm/genlist/item_compress/3text.6icon/default";
8938       alias: "elm/genlist/item_compress_odd/3text.6icon/default";
8939       data.item: "stacking" "above";
8940       data.item: "selectraise" "on";
8941       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
8942       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
8943       data.item: "flips" "elm.flip.content";
8944       images {
8945          image: "00_list_bar_press_1x80.png" COMP;
8946       }
8947       parts {
8948          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8949          GENLIST_PART_BG
8950          GENLIST_PART_BG_IMAGE
8951          GENLIST_PART_BOTTOM_LINE
8952          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8953          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8954          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8955          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8956          part { name: "elm.swallow.colorbar";
8957             clip_to: "disclip";
8958             type: SWALLOW;
8959             scale: 1;
8960             description { state: "default" 0.0;
8961                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8962                rel2.relative: 0.0 0.0;
8963                align: 0.0 0.0;
8964             }
8965          }
8966          part { name: "elm.text.3";
8967             clip_to: "disclip";
8968             type: TEXT;
8969             mouse_events: 0;
8970             scale: 1;
8971             description { state: "default" 0.0;
8972                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
8973                rel1 {
8974                   relative: 0.0 0.0;
8975                   to_x: "elm.padding.right";
8976                   to_y: "elm.padding.bottom";
8977                }
8978                rel2 {
8979                   relative: 0.0 0.0;
8980                   to_x: "elm.padding.right";
8981                   to_y: "elm.padding.bottom";
8982                }
8983                align: 1.0 1.0;
8984                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8985                text {
8986                   font: "SLP:style=Medium";
8987                   size: GENLIST_FONT_32_INC;
8988                   min: 0 1;
8989                   align: 1.0 0.5;
8990                   text_class: "slp_medium";
8991                }
8992             }
8993             description { state: "selected" 0.0;
8994                inherit: "default" 0.0;
8995                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8996             }
8997             GENLIST_DESCRIPTION_FLIP_ENABLED
8998          }
8999          part { name: "elm.icon.1";
9000             clip_to: "disclip";
9001             type: SWALLOW;
9002             mouse_events: 0;
9003             scale: 1;
9004             description { state: "default" 0.0;
9005                rel1 {
9006                   relative: 0.0 1.0;
9007                   to_x: "elm.padding.right";
9008                   to_y: "elm.padding.top";
9009                }
9010                rel2 {
9011                   relative: 0.0 0.0;
9012                   to_x: "elm.padding.right";
9013                   to_y: "elm.text.3";
9014                }
9015                align: 1.0 0.0;
9016             }
9017             GENLIST_DESCRIPTION_FLIP_ENABLED
9018          }
9019          part { name: "elm.padding.icon1.left";
9020             clip_to: "disclip";
9021             type: RECT;
9022             scale: 1;
9023             description { state: "default" 0.0;
9024                min: GENLIST_PADDING_16_INC 0;
9025                rel1.to_x: "elm.icon.1";
9026                rel2 {
9027                   relative: 0.0 1.0;
9028                   to_x: "elm.icon.1";
9029                }
9030                align: 1.0 0.0;
9031                visible: 0;
9032             }
9033          }
9034          part { name: "elm.text1.rect";
9035             clip_to: "disclip";
9036             type: RECT;
9037             scale: 1;
9038             description { state: "default" 0.0;
9039                min: 0 GENLIST_SIZE_61_INC;
9040                rel1 {
9041                   relative: 1.0 1.0;
9042                   to_x: "elm.swallow.colorbar";
9043                   to_y: "elm.padding.top";
9044                }
9045                rel2 {
9046                   relative: 0.0 0.0;
9047                   to_x: "elm.padding.icon1.left";
9048                   to_y: "elm.padding.top";
9049                }
9050                align: 0.0 0.0;
9051                visible: 0;
9052             }
9053          }
9054          part { name: "elm.text.1";
9055             clip_to: "disclip";
9056             type: TEXTBLOCK;
9057             mouse_events: 0;
9058             scale: 1;
9059             description { state: "default" 0.0;
9060                rel1.to: "elm.text1.rect";
9061                rel2.to: "elm.text1.rect";
9062                align: 0.0 0.0;
9063                text {
9064                   style: "genlist_email_textblock_unread_style";
9065                   min: 0 1;
9066                   max: 0 1;
9067                   align: 0.0 0.5;
9068                }
9069             }
9070             description { state: "selected" 0.0;
9071                inherit: "default" 0.0;
9072                text.style: "genlist_email_textblock_selected_style";
9073             }
9074             description { state: "read" 0.0;
9075                inherit: "default" 0.0;
9076                text.style: "genlist_email_textblock_read_style";
9077             }
9078             description { state: "unread" 0.0;
9079                inherit: "default" 0.0;
9080                text.style: "genlist_email_textblock_unread_style";
9081             }
9082             description { state: "urgency_read" 0.0;
9083                inherit: "default" 0.0;
9084                text.style: "genlist_email_textblock_urgency_read_style";
9085             }
9086             description { state: "urgency_unread" 0.0;
9087                inherit: "default" 0.0;
9088                text.style: "genlist_email_textblock_urgency_unread_style";
9089             }
9090             GENLIST_DESCRIPTION_FLIP_ENABLED
9091          }
9092          part { name: "elm.text.2";
9093             clip_to: "disclip";
9094             type: TEXTBLOCK;
9095             scale: 1;
9096             description { state: "default" 0.0;
9097                rel1 {
9098                   relative: 1.0 1.0;
9099                   to_x: "elm.padding.left";
9100                   to_y: "elm.text.1";
9101                }
9102                rel2 {
9103                   relative: 0.0 0.0;
9104                   to_x: "elm.padding.icon2.left";
9105                   to_y: "elm.padding.bottom";
9106                }
9107                align: 0.0 0.5;
9108                text {
9109                   style: "genlist_email_textblock2_style";
9110                   min: 0 1;
9111                   align: 0.0 0.5;
9112                }
9113             }
9114             description { state: "selected" 0.0;
9115                inherit: "default" 0.0;
9116                text.style: "genlist_email_textblock2_selected_style";
9117             }
9118             GENLIST_DESCRIPTION_FLIP_ENABLED
9119          }
9120          part { name: "elm.padding.icon2.left";
9121             clip_to: "disclip";
9122             type: RECT;
9123             scale: 1;
9124             description { state: "default" 0.0;
9125                min: GENLIST_PADDING_16_INC 0;
9126                rel1 {
9127                   relative: 0.0 1.0;
9128                   to_x: "elm.icon.2";
9129                   to_y: "elm.text.1";
9130                }
9131                rel2 {
9132                   relative: 0.0 0.0;
9133                   to_x: "elm.icon.2";
9134                   to_y: "elm.padding.bottom";
9135                }
9136                align: 1.0 0.0;
9137                visible: 0;
9138             }
9139          }
9140          part { name: "elm.icon.2";
9141             clip_to: "disclip";
9142             type: SWALLOW;
9143             scale: 1;
9144             description { state: "default" 0.0;
9145                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9146                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9147                rel1 {
9148                   relative: 0.0 1.0;
9149                   to_x: "elm.padding.icon3.left";
9150                   to_y: "elm.text.1";
9151                }
9152                rel2 {
9153                   relative: 0.0 0.0;
9154                   to_x: "elm.padding.icon3.left";
9155                   to_y: "elm.padding.bottom";
9156                }
9157                align: 1.0 0.5;
9158             }
9159             GENLIST_DESCRIPTION_FLIP_ENABLED
9160          }
9161          part { name: "elm.padding.icon3.left";
9162             clip_to: "disclip";
9163             type: RECT;
9164             scale: 1;
9165             description { state: "default" 0.0;
9166                min: GENLIST_PADDING_16_INC 0;
9167                rel1 {
9168                   relative: 0.0 1.0;
9169                   to_x: "elm.icon.3";
9170                   to_y: "elm.text.1";
9171                }
9172                rel2 {
9173                   relative: 0.0 0.0;
9174                   to_x: "elm.icon.3";
9175                   to_y: "elm.padding.bottom";
9176                }
9177                align: 1.0 0.0;
9178                visible: 0;
9179             }
9180          }
9181          part { name: "elm.icon.3";
9182             clip_to: "disclip";
9183             type: SWALLOW;
9184             scale: 1;
9185             description { state: "default" 0.0;
9186                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9187                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9188                rel1 {
9189                   relative: 0.0 1.0;
9190                   to_x: "elm.padding.icon4.left";
9191                   to_y: "elm.text.1";
9192                }
9193                rel2 {
9194                   relative: 0.0 0.0;
9195                   to_x: "elm.padding.icon4.left";
9196                   to_y: "elm.padding.bottom";
9197                }
9198                align: 1.0 0.5;
9199             }
9200             GENLIST_DESCRIPTION_FLIP_ENABLED
9201          }
9202          part { name: "elm.padding.icon4.left";
9203             clip_to: "disclip";
9204             type: RECT;
9205             scale: 1;
9206             description { state: "default" 0.0;
9207                min: GENLIST_PADDING_16_INC 0;
9208                rel1 {
9209                   relative: 0.0 1.0;
9210                   to_x: "elm.icon.4";
9211                   to_y: "elm.text.1";
9212                }
9213                rel2 {
9214                   relative: 0.0 0.0;
9215                   to_x: "elm.icon.4";
9216                   to_y: "elm.padding.bottom";
9217                }
9218                align: 1.0 0.0;
9219                visible: 0;
9220             }
9221          }
9222          part { name: "elm.icon.4";
9223             clip_to: "disclip";
9224             type: SWALLOW;
9225             scale: 1;
9226             description { state: "default" 0.0;
9227                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9228                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9229                rel1 {
9230                   relative: 0.0 1.0;
9231                   to_x: "elm.text.3";
9232                   to_y: "elm.text.1";
9233                }
9234                rel2 {
9235                   relative: 0.0 0.0;
9236                   to_x: "elm.text.3";
9237                   to_y: "elm.padding.bottom";
9238                }
9239                align: 1.0 0.5;
9240             }
9241             GENLIST_DESCRIPTION_FLIP_ENABLED
9242          }
9243          part { name: "elm.swallow.outbox.progress";
9244             type: SWALLOW;
9245             scale: 1;
9246             mouse_events: 1;
9247             repeat_events: 0;
9248             description { state: "default" 0.0;
9249                min: GENLIST_SIZE_168_INC 0;
9250                color: 0 0 0 0;
9251                align: 1.0 0.5;
9252                rel1 {
9253                   relative: 0.0 1.0;
9254                   offset: 0 0;
9255                   to_x: "elm.padding.right";
9256                   to_y: "elm.padding.top";
9257                }
9258                rel2 {
9259                   relative: 0.0 0.0;
9260                   offset: 0 0;
9261                   to_x: "elm.padding.right";
9262                   to_y: "elm.padding.bottom";
9263                }
9264             }
9265          }
9266          GENLIST_PART_FLIP
9267          GENLIST_PART_DISCLIP
9268       }
9269       programs {
9270          // signal: elm,state,%s,active
9271          //   a "check" item named %s went active
9272          // signal: elm,state,%s,passive
9273          //   a "check" item named %s went passive
9274          // default is passive
9275          program { name: "go_active";
9276             signal: "elm,state,selected";
9277             source: "elm";
9278             action: STATE_SET "selected" 0.0;
9279             target: "bg_image";
9280             target: "elm.text.1";
9281             target: "elm.text.2";
9282             target: "elm.text.3";
9283             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9284          }
9285          program { name: "go_passive";
9286             signal: "elm,state,unselected";
9287             source: "elm";
9288             action: STATE_SET "default" 0.0;
9289             target: "bg_image";
9290             target: "elm.text.1";
9291             target: "elm.text.2";
9292             target: "elm.text.3";
9293             transition: LINEAR 0.1;
9294          }
9295          program { name: "go_disabled";
9296             signal: "elm,state,disabled";
9297             source: "elm";
9298             action: STATE_SET "disabled" 0.0;
9299             target: "disclip";
9300          }
9301          program { name: "go_enabled";
9302             signal: "elm,state,enabled";
9303             source: "elm";
9304             action: STATE_SET "default" 0.0;
9305             target: "disclip";
9306          }
9307          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
9308          program { name: "go_read";
9309             signal: "elm,state,read";
9310             source: "elm";
9311             action: STATE_SET "read" 0.0;
9312             target: "elm.text.1";
9313          }
9314          program { name: "go_unread";
9315             signal: "elm,state,unread";
9316             source: "elm";
9317             action: STATE_SET "unread" 0.0;
9318             target: "elm.text.1";
9319          }
9320          program { name: "go_urgeny_unread";
9321             signal: "elm,state,urgency_unread";
9322             source: "elm";
9323             action: STATE_SET "urgency_unread" 0.0;
9324             target: "elm.text.1";
9325          }
9326          program { name: "go_urgency_read";
9327             signal: "elm,state,urgency_read";
9328             source: "elm";
9329             action: STATE_SET "urgency_read" 0.0;
9330             target: "elm.text.1";
9331          }
9332          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9333       }
9334    }
9335
9336 // 3.2.24
9337    group { name: "elm/genlist/item/2text.3icon.2/default";
9338       alias: "elm/genlist/item_odd/2text.3icon.2/default";
9339       alias: "elm/genlist/item_compress/2text.3icon.2/default";
9340       alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
9341       data.item: "stacking" "above";
9342       data.item: "selectraise" "on";
9343       data.item: "texts" "elm.text.1 elm.text.2";
9344       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9345       data.item: "flips" "elm.flip.content";
9346       images {
9347          image: "00_list_bar_press_1x80.png" COMP;
9348       }
9349       parts {
9350          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9351          GENLIST_PART_BG_IMAGE
9352          GENLIST_PART_BOTTOM_LINE
9353          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9354          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9355          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9356          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9357          part { name: "elm.swallow.colorbar";
9358             clip_to: "disclip";
9359             type: SWALLOW;
9360             scale: 1;
9361             description { state: "default" 0.0;
9362                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9363                fixed: 1 1;
9364                rel2.relative: 0.0 0.0;
9365                align: 0.0 0.0;
9366             }
9367          }
9368          part { name: "elm.icon.2";
9369             clip_to: "disclip";
9370             type: SWALLOW;
9371             scale: 1;
9372             description { state: "default" 0.0;
9373                fixed: 1 1;
9374                rel1 {
9375                   relative: 0.0 1.0;
9376                   to_x: "elm.padding.right";
9377                   to_y: "elm.padding.top";
9378                }
9379                rel2 {
9380                   relative: 0.0 0.0;
9381                   to_x: "elm.padding.right";
9382                   to_y: "elm.padding.bottom";
9383                }
9384                align: 1.0 0.5;
9385             }
9386             GENLIST_DESCRIPTION_FLIP_ENABLED
9387          }
9388          part { name: "elm.padding.icon2.left";
9389             clip_to: "disclip";
9390             type: RECT;
9391             scale: 1;
9392             description { state: "default" 0.0;
9393                min: GENLIST_PADDING_16_INC 0;
9394                fixed: 1 0;
9395                rel1.to_x: "elm.icon.2";
9396                rel2 {
9397                   relative: 0.0 1.0;
9398                   to_x: "elm.icon.2";
9399                }
9400                align: 1.0 0.0;
9401                visible: 0;
9402             }
9403          }
9404          part { name: "elm.text.2";
9405             clip_to: "disclip";
9406             type: TEXT;
9407             mouse_events: 0;
9408             scale: 1;
9409             description { state: "default" 0.0;
9410                min: 0 GENLIST_SIZE_48_INC;
9411                fixed: 0 1;
9412                rel1 {
9413                   relative: 1.0 0.0;
9414                   to_x: "elm.padding.left";
9415                   to_y: "elm.padding.bottom";
9416                }
9417                rel2 {
9418                   relative: 0.0 0.0;
9419                   to_x: "elm.padding.icon2.left";
9420                   to_y: "elm.padding.bottom";
9421                }
9422                align: 0.0 1.0;
9423                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9424                text {
9425                   font: "SLP:style=Medium";
9426                   size: GENLIST_FONT_32_INC;
9427                   min: 0 1;
9428                   align: 0.0 0.5;
9429                   text_class: "slp_medium";
9430                }
9431             }
9432             description { state: "selected" 0.0;
9433                inherit: "default" 0.0;
9434                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9435             }
9436             GENLIST_DESCRIPTION_FLIP_ENABLED
9437          }
9438          part { name: "elm.text.1";
9439             clip_to: "disclip";
9440             type: TEXT;
9441             mouse_events: 0;
9442             scale: 1;
9443             description { state: "default" 0.0;
9444                min: 0 0;
9445                max: GENLIST_SIZE_560_INC 0;
9446                fixed: 1 0;
9447                rel1 {
9448                   relative: 1.0 1.0;
9449                   to_x: "elm.padding.left";
9450                   to_y: "elm.padding.top";
9451                }
9452                rel2 {
9453                   relative: 1.0 0.0;
9454                   to_x: "elm.padding.left";
9455                   to_y: "elm.text.2";
9456                }
9457                align: 0.0 0.5;
9458                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9459                text {
9460                   font: "SLP:style=Roman";
9461                   size: GENLIST_FONT_44_INC;
9462                   min: 1 1;
9463                   align: 0.0 0.5;
9464                   text_class: "list_item";
9465                }
9466             }
9467             description { state: "selected" 0.0;
9468                inherit: "default" 0.0;
9469                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9470             }
9471             GENLIST_DESCRIPTION_FLIP_ENABLED
9472          }
9473          part { name: "elm.padding.icon1.left";
9474             clip_to: "disclip";
9475             type: RECT;
9476             scale: 1;
9477             description { state: "default" 0.0;
9478                min: GENLIST_PADDING_16_INC 0;
9479                fixed: 1 0;
9480                rel1 {
9481                   relative: 1.0 0.0;
9482                   to_x: "elm.text.1";
9483                }
9484                rel2.to_x: "elm.text.1";
9485                align: 0.0 0.0;
9486                visible: 0;
9487             }
9488          }
9489          part { name: "elm.icon.1";
9490             clip_to: "disclip";
9491             type: SWALLOW;
9492             scale: 1;
9493             description { state: "default" 0.0;
9494                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9495                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9496                fixed: 1 1;
9497                rel1 {
9498                   relative: 1.0 1.0;
9499                   to_x: "elm.padding.icon1.left";
9500                   to_y: "elm.padding.top";
9501                }
9502                rel2 {
9503                   relative: 1.0 0.0;
9504                   to_x: "elm.padding.icon1.left";
9505                   to_y: "elm.text.2";
9506                }
9507                align: 0.0 0.5;
9508             }
9509             GENLIST_DESCRIPTION_FLIP_ENABLED
9510          }
9511          GENLIST_PART_FLIP
9512          GENLIST_PART_DISCLIP
9513       }
9514       programs {
9515          // signal: elm,state,%s,active
9516          //   a "check" item named %s went active
9517          // signal: elm,state,%s,passive
9518          //   a "check" item named %s went passive
9519          // default is passive
9520          program { name: "go_active";
9521             signal: "elm,state,selected";
9522             source: "elm";
9523             action: STATE_SET "selected" 0.0;
9524             target: "bg_image";
9525             target: "elm.text.1";
9526             target: "elm.text.2";
9527             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9528          }
9529          program { name: "go_passive";
9530             signal: "elm,state,unselected";
9531             source: "elm";
9532             action: STATE_SET "default" 0.0;
9533             target: "bg_image";
9534             target: "elm.text.1";
9535             target: "elm.text.2";
9536             transition: LINEAR 0.1;
9537          }
9538          program { name: "go_disabled";
9539             signal: "elm,state,disabled";
9540             source: "elm";
9541             action: STATE_SET "disabled" 0.0;
9542             target: "disclip";
9543          }
9544          program { name: "go_enabled";
9545             signal: "elm,state,enabled";
9546             source: "elm";
9547             action: STATE_SET "default" 0.0;
9548             target: "disclip";
9549          }
9550          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9551          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9552       }
9553    }
9554
9555 // 3.2.25
9556    group { name: "elm/genlist/item/2text.3icon.3/default";
9557       alias: "elm/genlist/item_odd/2text.3icon.3/default";
9558       alias: "elm/genlist/item_compress/2text.3icon.3/default";
9559       alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
9560       data.item: "stacking" "above";
9561       data.item: "selectraise" "on";
9562       data.item: "texts" "elm.text.1 elm.text.2";
9563       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9564       data.item: "flips" "elm.flip.content";
9565       images {
9566          image: "00_list_bar_press_1x80.png" COMP;
9567       }
9568       parts {
9569          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9570          GENLIST_PART_BG_IMAGE
9571          GENLIST_PART_BOTTOM_LINE
9572          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9573          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9574          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9575          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9576          part { name: "elm.swallow.colorbar";
9577             clip_to: "disclip";
9578             type: SWALLOW;
9579             scale: 1;
9580             description { state: "default" 0.0;
9581                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9582                fixed: 1 1;
9583                rel2.relative: 0.0 0.0;
9584                align: 0.0 0.0;
9585             }
9586          }
9587          part { name: "elm.icon.1";
9588             clip_to: "disclip";
9589             type: SWALLOW;
9590             scale: 1;
9591             description { state: "default" 0.0;
9592                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9593                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9594                fixed: 1 1;
9595                rel1 {
9596                   relative: 1.0 1.0;
9597                   to_x: "elm.padding.left";
9598                   to_y: "elm.padding.top";
9599                }
9600                rel2 {
9601                   relative: 1.0 0.0;
9602                   to_x: "elm.padding.left";
9603                   to_y: "elm.padding.bottom";
9604                }
9605                align: 0.0 0.5;
9606             }
9607             GENLIST_DESCRIPTION_FLIP_ENABLED
9608          }
9609          part { name: "elm.padding.icon1.right";
9610             clip_to: "disclip";
9611             type: RECT;
9612             scale: 1;
9613             description { state: "default" 0.0;
9614                min: GENLIST_PADDING_16_INC 0;
9615                fixed: 1 0;
9616                rel1 {
9617                   relative: 1.0 0.0;
9618                   to_x: "elm.icon.1";
9619                }
9620                rel2.to_x: "elm.icon.1";
9621                align: 0.0 0.0;
9622                visible: 0;
9623             }
9624          }
9625          part { name: "elm.icon.2";
9626             clip_to: "disclip";
9627             type: SWALLOW;
9628             scale: 1;
9629             description { state: "default" 0.0;
9630                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9631                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9632                fixed: 1 1;
9633                rel1 {
9634                   relative: 0.0 1.0;
9635                   to_x: "elm.padding.right";
9636                   to_y: "elm.padding.top";
9637                }
9638                rel2 {
9639                   relative: 0.0 1.0;
9640                   to_x: "elm.padding.right";
9641                   to_y: "elm.padding.bottom";
9642                }
9643                align: 1.0 0.5;
9644             }
9645             GENLIST_DESCRIPTION_FLIP_ENABLED
9646          }
9647          part { name: "elm.padding.icon2.left";
9648             clip_to: "disclip";
9649             type: RECT;
9650             scale: 1;
9651             description { state: "default" 0.0;
9652                min: GENLIST_PADDING_16_INC 0;
9653                fixed: 1 0;
9654                rel1 {
9655                   relative: 0.0 0.0;
9656                   to_x: "elm.icon.2";
9657                }
9658                rel2.to_x: "elm.icon.2";
9659                align: 1.0 0.0;
9660                visible: 0;
9661             }
9662          }
9663          part { name: "elm.text.1";
9664             clip_to: "disclip";
9665             type: TEXT;
9666             mouse_events: 0;
9667             scale: 1;
9668             description { state: "default" 0.0;
9669                min: 0 GENLIST_SIZE_61_INC;
9670                fixed: 1 1;
9671                rel1 {
9672                   relative: 1.0 1.0;
9673                   to_x: "elm.padding.icon1.right";
9674                   to_y: "elm.padding.top";
9675                }
9676                rel2 {
9677                   relative: 0.0 1.0;
9678                   to_x: "elm.padding.icon2.left";
9679                   to_y: "elm.padding.top";
9680                }
9681                align: 0.0 0.0;
9682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9683                text {
9684                   font: "SLP:style=Roman";
9685                   size: GENLIST_FONT_44_INC;
9686                   min: 0 1;
9687                   align: 0.0 0.5;
9688                   text_class: "list_item";
9689                }
9690             }
9691             description { state: "selected" 0.0;
9692                inherit: "default" 0.0;
9693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9694             }
9695             GENLIST_DESCRIPTION_FLIP_ENABLED
9696          }
9697          part { name: "elm.text.2";
9698             clip_to: "disclip";
9699             type: TEXT;
9700             mouse_events: 0;
9701             scale: 1;
9702             description { state: "default" 0.0;
9703                rel1 {
9704                   relative: 1.0 1.0;
9705                   to_x: "elm.padding.icon1.right";
9706                   to_y: "elm.text.1";
9707                }
9708                rel2 {
9709                   relative: 0.0 0.0;
9710                   to_x: "elm.padding.icon2.left";
9711                   to_y: "elm.padding.bottom";
9712                }
9713                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9714                text {
9715                   font: "SLP:style=Medium";
9716                   size: GENLIST_FONT_32_INC;
9717                   min: 0 1;
9718                   align: 0.0 0.5;
9719                   text_class: "slp_medium";
9720                }
9721             }
9722             description { state: "selected" 0.0;
9723                inherit: "default" 0.0;
9724                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9725             }
9726             GENLIST_DESCRIPTION_FLIP_ENABLED
9727          }
9728          GENLIST_PART_FLIP
9729          GENLIST_PART_DISCLIP
9730       }
9731       programs {
9732          // signal: elm,state,%s,active
9733          //   a "check" item named %s went active
9734          // signal: elm,state,%s,passive
9735          //   a "check" item named %s went passive
9736          // default is passive
9737          program { name: "go_active";
9738             signal: "elm,state,selected";
9739             source: "elm";
9740             action: STATE_SET "selected" 0.0;
9741             target: "bg_image";
9742             target: "elm.text.1";
9743             target: "elm.text.2";
9744             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9745          }
9746          program { name: "go_passive";
9747             signal: "elm,state,unselected";
9748             source: "elm";
9749             action: STATE_SET "default" 0.0;
9750             target: "bg_image";
9751             target: "elm.text.1";
9752             target: "elm.text.2";
9753             transition: LINEAR 0.1;
9754          }
9755          program { name: "go_disabled";
9756             signal: "elm,state,disabled";
9757             source: "elm";
9758             action: STATE_SET "disabled" 0.0;
9759             target: "disclip";
9760          }
9761          program { name: "go_enabled";
9762             signal: "elm,state,enabled";
9763             source: "elm";
9764             action: STATE_SET "default" 0.0;
9765             target: "disclip";
9766          }
9767          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9768          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9769       }
9770    }
9771
9772 // 3.2.26
9773    group { name: "elm/genlist/item/2text.2icon.6/default";
9774       alias: "elm/genlist/item_odd/2text.2icon.6/default";
9775       alias: "elm/genlist/item_compress/2text.2icon.6/default";
9776       alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
9777       data.item: "stacking" "above";
9778       data.item: "selectraise" "on";
9779       data.item: "texts" "elm.text.1 elm.text.2";
9780       data.item: "contents" "elm.icon.1 elm.icon.2";
9781       data.item: "flips" "elm.flip.content";
9782       images {
9783          image: "00_list_bar_press_1x80.png" COMP;
9784       }
9785       parts {
9786          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9787          GENLIST_PART_BG_IMAGE
9788          GENLIST_PART_BOTTOM_LINE
9789          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9790          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9791          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9792          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9793          part { name: "elm.icon.1";
9794             clip_to: "disclip";
9795             type: SWALLOW;
9796             scale: 1;
9797             description { state: "default" 0.0;
9798                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9799                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9800                fixed: 1 1;
9801                rel1 {
9802                   relative: 1.0 1.0;
9803                   to_x: "elm.padding.left";
9804                   to_y: "elm.padding.top";
9805                }
9806                rel2 {
9807                   relative: 1.0 0.0;
9808                   to_x: "elm.padding.left";
9809                   to_y: "elm.padding.bottom";
9810                }
9811                align: 0.0 0.5;
9812             }
9813             GENLIST_DESCRIPTION_FLIP_ENABLED
9814          }
9815          part { name: "elm.padding.icon1.right";
9816             clip_to: "disclip";
9817             type: RECT;
9818             scale: 1;
9819             description { state: "default" 0.0;
9820                min: GENLIST_PADDING_16_INC 0;
9821                fixed: 1 0;
9822                rel1 {
9823                   relative: 1.0 0.0;
9824                   to_x: "elm.icon.1";
9825                }
9826                rel2.to_x: "elm.icon.1";
9827                align: 0.0 0.0;
9828                visible: 0;
9829             }
9830          }
9831          part { name: "elm.text.1";
9832             clip_to: "disclip";
9833             type: TEXT;
9834             mouse_events: 0;
9835             scale: 1;
9836             description { state: "default" 0.0;
9837                min: 0 GENLIST_SIZE_61_INC;
9838                fixed: 0 1;
9839                rel1 {
9840                   relative: 1.0 1.0;
9841                   to_x: "elm.padding.icon1.right";
9842                   to_y: "elm.padding.top";
9843                }
9844                rel2 {
9845                   relative: 0.0 1.0;
9846                   to_x: "elm.padding.right";
9847                   to_y: "elm.padding.top";
9848                }
9849                align: 0.0 0.0;
9850                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9851                text {
9852                   font: "SLP:style=Roman";
9853                   size: GENLIST_FONT_44_INC;
9854                   min: 0 1;
9855                   align: 0.0 0.5;
9856                   text_class: "list_item";
9857                }
9858             }
9859             description { state: "selected" 0.0;
9860                inherit: "default" 0.0;
9861                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9862             }
9863             GENLIST_DESCRIPTION_FLIP_ENABLED
9864          }
9865          part { name: "elm.icon.2";
9866             clip_to: "disclip";
9867             type: SWALLOW;
9868             scale: 1;
9869             description { state: "default" 0.0;
9870                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9871                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9872                fixed: 1 1;
9873                rel1 {
9874                   relative: 0.0 1.0;
9875                   to_x: "elm.padding.right";
9876                   to_y: "elm.text.1";
9877                }
9878                rel2 {
9879                   relative: 0.0 1.0;
9880                   to_x: "elm.padding.right";
9881                   to_y: "elm.padding.bottom";
9882                }
9883                align: 1.0 0.5;
9884             }
9885             GENLIST_DESCRIPTION_FLIP_ENABLED
9886          }
9887          part { name: "elm.padding.icon2.left";
9888             type: RECT;
9889             scale: 1;
9890             description { state: "default" 0.0;
9891                min: GENLIST_PADDING_16_INC 0;
9892                fixed: 1 0;
9893                rel1 {
9894                   relative: 0.0 0.0;
9895                   to_x: "elm.icon.2";
9896                }
9897                rel2.to_x: "elm.icon.2";
9898                align: 1.0 0.0;
9899                visible: 0;
9900             }
9901          }
9902          part { name: "elm.text.2";
9903             clip_to: "disclip";
9904             type: TEXT;
9905             mouse_events: 0;
9906             scale: 1;
9907             description { state: "default" 0.0;
9908                rel1 {
9909                   relative: 1.0 1.0;
9910                   to_x: "elm.padding.icon1.right";
9911                   to_y: "elm.text.1";
9912                }
9913                rel2 {
9914                   relative: 0.0 0.0;
9915                   offset: 0 0;
9916                   to_x: "elm.padding.icon2.left";
9917                   to_y: "elm.padding.bottom";
9918                }
9919                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9920                text {
9921                   font: "SLP:style=Medium";
9922                   size: GENLIST_FONT_32_INC;
9923                   min: 0 1;
9924                   align: 0.0 0.5;
9925                   text_class: "slp_medium";
9926                }
9927             }
9928             description { state: "selected" 0.0;
9929                inherit: "default" 0.0;
9930                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9931             }
9932             GENLIST_DESCRIPTION_FLIP_ENABLED
9933          }
9934          GENLIST_PART_FLIP
9935          GENLIST_PART_DISCLIP
9936       }
9937       programs {
9938          // signal: elm,state,%s,active
9939          //   a "check" item named %s went active
9940          // signal: elm,state,%s,passive
9941          //   a "check" item named %s went passive
9942          // default is passive
9943          program { name: "go_active";
9944             signal: "elm,state,selected";
9945             source: "elm";
9946             action: STATE_SET "selected" 0.0;
9947             target: "bg_image";
9948             target: "elm.text.1";
9949             target: "elm.text.2";
9950             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9951          }
9952          program { name: "go_passive";
9953             signal: "elm,state,unselected";
9954             source: "elm";
9955             action: STATE_SET "default" 0.0;
9956             target: "bg_image";
9957             target: "elm.text.1";
9958             target: "elm.text.2";
9959             transition: LINEAR 0.1;
9960          }
9961          program { name: "go_disabled";
9962             signal: "elm,state,disabled";
9963             source: "elm";
9964             action: STATE_SET "disabled" 0.0;
9965             target: "disclip";
9966          }
9967          program { name: "go_enabled";
9968             signal: "elm,state,enabled";
9969             source: "elm";
9970             action: STATE_SET "default" 0.0;
9971             target: "disclip";
9972          }
9973          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9974          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9975       }
9976    }
9977
9978    group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
9979       inherit: "elm/genlist/item/2text.2icon.6/default";
9980       parts {
9981          part { name: "elm.text.1";
9982             clip_to: "disclip";
9983             type: TEXTBLOCK;
9984             mouse_events: 0;
9985             scale: 1;
9986             description { state: "default" 0.0;
9987                min: 0 GENLIST_SIZE_61_INC;
9988                fixed: 0 1;
9989                rel1 {
9990                   relative: 1.0 1.0;
9991                   to_x: "elm.padding.icon1.right";
9992                   to_y: "elm.padding.top";
9993                }
9994                rel2 {
9995                   relative: 0.0 1.0;
9996                   to_x: "elm.padding.right";
9997                   to_y: "elm.padding.top";
9998                }
9999                align: 0.0 0.0;
10000                text {
10001                   style: "genlist_default_textblock_style";
10002                   size: GENLIST_FONT_44_INC;
10003                   min: 0 1;
10004                   align: 0.0 0.5;
10005                   text_class: "list_item";
10006                }
10007             }
10008             description { state: "selected" 0.0;
10009                inherit: "default" 0.0;
10010                text.style: "genlist_default_textblock_selected_style";
10011             }
10012             GENLIST_DESCRIPTION_FLIP_ENABLED
10013          }
10014          part { name: "elm.text.2";
10015             clip_to: "disclip";
10016             type: TEXTBLOCK;
10017             mouse_events: 0;
10018             scale: 1;
10019             description { state: "default" 0.0;
10020                rel1 {
10021                   relative: 1.0 1.0;
10022                   to_x: "elm.padding.icon1.right";
10023                   to_y: "elm.text.1";
10024                }
10025                rel2 {
10026                   relative: 0.0 0.0;
10027                   offset: 0 0;
10028                   to_x: "elm.padding.icon2.left";
10029                   to_y: "elm.padding.bottom";
10030                }
10031                text {
10032                   style: "genlist_default_textblock_style";
10033                   size: GENLIST_FONT_32_INC;
10034                   min: 0 1;
10035                   align: 0.0 0.5;
10036                   text_class: "slp_medium";
10037                }
10038             }
10039             description { state: "selected" 0.0;
10040                inherit: "default" 0.0;
10041                text.style: "genlist_default_textblock_selected_style";
10042             }
10043             GENLIST_DESCRIPTION_FLIP_ENABLED
10044          }
10045       }
10046    }
10047
10048 // 3.2.27
10049    group { name: "elm/genlist/item/2text.1icon.12/default";
10050       alias: "elm/genlist/item_odd/2text.1icon.12/default";
10051       alias: "elm/genlist/item_compress/2text.1icon.12/default";
10052       alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
10053       data.item: "stacking" "above";
10054       data.item: "selectraise" "on";
10055       data.item: "texts" "elm.text.1 elm.text.2";
10056       data.item: "contents" "elm.icon";
10057       data.item: "flips" "elm.flip.content";
10058       images {
10059          image: "00_list_bar_press_1x80.png" COMP;
10060       }
10061       parts {
10062          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10063          GENLIST_PART_BG_IMAGE
10064          GENLIST_PART_BOTTOM_LINE
10065          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10066          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10067          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10068          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10069          part { name: "elm.icon";
10070             clip_to: "disclip";
10071             type: SWALLOW;
10072             scale: 1;
10073             description { state: "default" 0.0;
10074                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10075                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10076                fixed: 1 1;
10077                rel1 {
10078                   relative: 0.0 1.0;
10079                   to_x: "elm.padding.right";
10080                   to_y: "elm.padding.top";
10081                }
10082                rel2 {
10083                   relative: 0.0 0.0;
10084                   to_x: "elm.padding.right";
10085                   to_y: "elm.padding.bottom";
10086                }
10087                align: 1.0 0.5;
10088             }
10089             GENLIST_DESCRIPTION_FLIP_ENABLED
10090          }
10091          part { name: "elm.padding.icon.left";
10092             clip_to: "disclip";
10093             type: RECT;
10094             scale: 1;
10095             description { state: "default" 0.0;
10096                min: GENLIST_PADDING_16_INC 0;
10097                fixed: 1 0;
10098                rel1.to_x: "elm.icon";
10099                rel2 {
10100                   relative: 0.0 1.0;
10101                   to_x: "elm.icon";
10102                }
10103                align: 1.0 0.0;
10104                visible: 0;
10105             }
10106          }
10107          part { name: "elm.text.1";
10108             clip_to: "disclip";
10109             type: TEXT;
10110             mouse_events: 0;
10111             scale: 1;
10112             description { state: "default" 0.0;
10113                min: 0 GENLIST_SIZE_61_INC;
10114                fixed: 0 1;
10115                rel1 {
10116                   relative: 1.0 1.0;
10117                   to_x: "elm.padding.left";
10118                   to_y: "elm.padding.top";
10119                }
10120                rel2 {
10121                   relative: 0.0 1.0;
10122                   to_x: "elm.padding.icon.left";
10123                   to_y: "elm.padding.top";
10124                }
10125                align: 0.0 0.0;
10126                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10127                text {
10128                   font: "SLP:style=Roman";
10129                   size: GENLIST_FONT_44_INC;
10130                   min: 0 1;
10131                   align: 0.0 0.5;
10132                   text_class: "list_item";
10133                }
10134             }
10135             description { state: "selected" 0.0;
10136                inherit: "default" 0.0;
10137                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10138             }
10139             GENLIST_DESCRIPTION_FLIP_ENABLED
10140          }
10141          part { name: "elm.text.2";
10142             clip_to: "disclip";
10143             type: TEXT;
10144             mouse_events: 0;
10145             scale: 1;
10146             description { state: "default" 0.0;
10147                rel1 {
10148                   relative: 1.0 1.0;
10149                   to_x: "elm.padding.left";
10150                   to_y: "elm.text.1";
10151                }
10152                rel2 {
10153                   relative: 0.0 0.0;
10154                   to_x: "elm.padding.icon.left";
10155                   to_y: "elm.padding.bottom";
10156                }
10157                align: 0.0 0.0;
10158                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10159                text {
10160                   font: "SLP:style=Medium";
10161                   size: GENLIST_FONT_32_INC;
10162                   min: 0 1;
10163                   align: 0.0 0.5;
10164                   text_class: "slp_medium";
10165                }
10166             }
10167             description { state: "selected" 0.0;
10168                inherit: "default" 0.0;
10169                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10170             }
10171             GENLIST_DESCRIPTION_FLIP_ENABLED
10172          }
10173          GENLIST_PART_FLIP
10174          GENLIST_PART_DISCLIP
10175       }
10176       programs {
10177          // signal: elm,state,%s,active
10178          //   a "check" item named %s went active
10179          // signal: elm,state,%s,passive
10180          //   a "check" item named %s went passive
10181          // default is passive
10182          program { name: "go_active";
10183             signal: "elm,state,selected";
10184             source: "elm";
10185             action: STATE_SET "selected" 0.0;
10186             target: "bg_image";
10187             target: "elm.text.1";
10188             target: "elm.text.2";
10189             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10190          }
10191          program { name: "go_passive";
10192             signal: "elm,state,unselected";
10193             source: "elm";
10194             action: STATE_SET "default" 0.0;
10195             target: "bg_image";
10196             target: "elm.text.1";
10197             target: "elm.text.2";
10198             transition: LINEAR 0.1;
10199          }
10200          program { name: "go_disabled";
10201             signal: "elm,state,disabled";
10202             source: "elm";
10203             action: STATE_SET "disabled" 0.0;
10204             target: "disclip";
10205          }
10206          program { name: "go_enabled";
10207             signal: "elm,state,enabled";
10208             source: "elm";
10209             action: STATE_SET "default" 0.0;
10210             target: "disclip";
10211          }
10212          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10213          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10214       }
10215    }
10216
10217 // ???
10218    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10219    group { name: "elm/genlist/item/2text.1icon.13/default";
10220       alias: "elm/genlist/item_odd/2text.1icon.13/default";
10221       alias: "elm/genlist/item_compress/2text.1icon.13/default";
10222       alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
10223       data.item: "stacking" "above";
10224       data.item: "selectraise" "on";
10225       data.item: "texts" "elm.text elm.text.msgcount";
10226       data.item: "contents" "elm.icon";
10227       data.item: "flips" "elm.flip.content";
10228       images {
10229          image: "00_list_bar_press_1x80.png" COMP;
10230       }
10231       parts {
10232          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10233          GENLIST_PART_BG
10234          GENLIST_PART_BG_IMAGE
10235          GENLIST_PART_BOTTOM_LINE
10236          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10237          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10238          part { name: "elm.icon";
10239             clip_to: "disclip";
10240             type: SWALLOW;
10241             scale: 1;
10242             description { state: "default" 0.0;
10243                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10244                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10245                fixed: 1 1;
10246                rel1 {
10247                   relative: 1.0 0.0;
10248                   to_x: "elm.padding.left";
10249                }
10250                rel2 {
10251                   relative: 1.0 1.0;
10252                   to_x: "elm.padding.left";
10253                }
10254                align: 0.0 0.5;
10255             }
10256             GENLIST_DESCRIPTION_FLIP_ENABLED
10257          }
10258          part { name: "elm.text.msgcount";
10259             clip_to: "disclip";
10260             type: TEXT;
10261             mouse_events: 0;
10262             scale: 1;
10263             description {
10264                state: "default" 0.0;
10265                fixed: 1 1;
10266                align: 0 0;
10267                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10268                rel1.to: "elm.icon";
10269                rel2.to: "elm.icon";
10270                text {
10271                   font: "SLP:style=Medium";
10272                   size: GENLIST_FONT_28_INC;
10273                   min: 0 1;
10274                   align: 0.5 0.5;
10275                   text_class: "slp_medium";
10276                }
10277                align: 0.0 0.5;
10278             }
10279          }
10280          part { name: "elm.padding.icon.right";
10281             clip_to: "disclip";
10282             type: RECT;
10283             scale: 1;
10284             description {
10285                state: "default" 0.0;
10286                min: GENLIST_SIZE_16_INC 0;
10287                fixed: 1 0;
10288                rel1 {
10289                   relative: 1.0 0.0;
10290                   to_x: "elm.icon";
10291                }
10292                rel2.to_x: "elm.icon";
10293                visible: 0;
10294             }
10295          }
10296          part { name: "elm.text";
10297             clip_to: "disclip";
10298             type: TEXT;
10299             mouse_events: 0;
10300             scale: 1;
10301             description { state: "default" 0.0;
10302                rel1 {
10303                   relative: 1.0 0.0;
10304                   to_x: "elm.padding.icon.right";
10305                }
10306                rel2 {
10307                   relative: 0.0 1.0;
10308                   to_x: "elm.padding.right";
10309                }
10310                align: 0.0 0.5;
10311                color: GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC;
10312                text {
10313                   font: "SLP:style=Roman";
10314                   size: GENLIST_FONT_44_INC;
10315                   min: 0 1;
10316                   align: 0.0 0.5;
10317                   text_class: "list_item";
10318                }
10319             }
10320             description { state: "selected" 0.0;
10321                inherit: "default" 0.0;
10322                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10323             }
10324             GENLIST_DESCRIPTION_FLIP_ENABLED
10325          }
10326          GENLIST_PART_FLIP
10327          GENLIST_PART_DISCLIP
10328       }
10329       programs {
10330          program { name: "go_active";
10331             signal: "elm,state,selected";
10332             source: "elm";
10333             action: STATE_SET "selected" 0.0;
10334             target: "bg_image";
10335             target: "elm.text";
10336             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10337          }
10338          program { name: "go_passive";
10339             signal: "elm,state,unselected";
10340             source: "elm";
10341             action: STATE_SET "default" 0.0;
10342             target: "bg_image";
10343             target: "elm.text";
10344             transition: LINEAR 0.1;
10345          }
10346          program { name: "go_disabled";
10347             signal: "elm,state,disabled";
10348             source: "elm";
10349             action: STATE_SET "disabled" 0.0;
10350             target: "disclip";
10351          }
10352          program { name: "go_enabled";
10353             signal: "elm,state,enabled";
10354             source: "elm";
10355             action: STATE_SET "default" 0.0;
10356             target: "disclip";
10357          }
10358          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10359       }
10360    }
10361
10362 // ???
10363    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10364    group { name: "elm/genlist/item/2text.1icon.14/default";
10365       alias: "elm/genlist/item_odd/2text.1icon.14/default";
10366       alias: "elm/genlist/item_compress/2text.1icon.14/default";
10367       alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
10368       data.item: "stacking" "above";
10369       data.item: "selectraise" "on";
10370       data.item: "texts" "elm.text elm.text.msgcount";
10371       data.item: "contents" "elm.check elm.icon";
10372       data.item: "flips" "elm.flip.content";
10373       images {
10374          image: "00_list_bar_press_1x80.png" COMP;
10375       }
10376       parts {
10377          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10378          GENLIST_PART_BG
10379          GENLIST_PART_BG_IMAGE
10380          GENLIST_PART_BOTTOM_LINE
10381          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10382          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10383          part { name: "elm.check";
10384             clip_to: "disclip";
10385             type: SWALLOW;
10386             mouse_events: 1;
10387             scale: 1;
10388             description { state: "default" 0.0;
10389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10390                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10391                fixed: 1 1;
10392                rel1 {
10393                   relative: 1.0 0.0;
10394                   to_x: "elm.padding.left";
10395                }
10396                rel2 {
10397                   relative: 1.0 1.0;
10398                   to_x: "elm.padding.left";
10399                }
10400                align: 0.0 0.5;
10401             }
10402             GENLIST_DESCRIPTION_FLIP_ENABLED
10403          }
10404
10405          part { name: "elm.padding.icon.checkbox.right";
10406             clip_to: "disclip";
10407             type: RECT;
10408             scale: 1;
10409             description { state: "default" 0.0;
10410                min: GENLIST_PADDING_16_INC 0;
10411                fixed: 1 0;
10412                rel1 {
10413                   relative: 1.0 0.0;
10414                   to_x: "elm.check";
10415                }
10416                rel2 {
10417                   relative: 1.0 1.0;
10418                   to_x:  "elm.check";
10419                }
10420                align: 1.0 0.0;
10421                visible: 0;
10422             }
10423          }
10424          part { name: "elm.icon";
10425             clip_to: "disclip";
10426             type: SWALLOW;
10427             scale: 1;
10428             description { state: "default" 0.0;
10429                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10430                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10431                fixed: 1 1;
10432                rel1.to_x: "elm.padding.right";
10433                rel2 {
10434                   relative: 0.0 1.0;
10435                   to_x: "elm.padding.right";
10436                }
10437                align: 1.0 0.5;
10438             }
10439             GENLIST_DESCRIPTION_FLIP_ENABLED
10440          }
10441          part { name: "elm.text.msgcount";
10442             clip_to: "disclip";
10443             type: TEXT;
10444             mouse_events: 0;
10445             scale: 1;
10446             description {
10447                state: "default" 0.0;
10448                fixed: 1 1;
10449                align: 0 0;
10450                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10451                rel1.to: "elm.icon";
10452                rel2.to: "elm.icon";
10453                text {
10454                   font: "SLP:style=Medium";
10455                   size: GENLIST_FONT_28_INC;
10456                   min: 0 1;
10457                   align: 0.5 0.5;
10458                   text_class: "slp_medium";
10459                }
10460                align: 0.0 0.5;
10461             }
10462          }
10463          part { name: "elm.padding.icon.left";
10464             clip_to: "disclip";
10465             type: RECT;
10466             scale: 1;
10467             description {
10468                state: "default" 0.0;
10469                min: GENLIST_SIZE_16_INC 0;
10470                fixed: 1 0;
10471                rel1.to_x: "elm.icon";
10472                rel2 {
10473                   relative: 0.0 1.0;
10474                   to_x: "elm.icon";
10475                }
10476                align: 1.0 0.0;
10477                visible: 0;
10478             }
10479          }
10480          part { name: "elm.text";
10481             clip_to: "disclip";
10482             type: TEXTBLOCK;
10483             mouse_events: 0;
10484             scale: 1;
10485             description { state: "default" 0.0;
10486                rel1 {
10487                   relative: 1.0 0.0;
10488                   to_x: "elm.padding.icon.checkbox.right";
10489                }
10490                rel2 {
10491                   relative: 0.0 1.0;
10492                   to_x: "elm.padding.icon.left";
10493                }
10494                align: 0.0 0.5;
10495                text {
10496                   style: "genlist_email_textblock_unread_style";
10497                   min: 0 1;
10498                   max: 0 1;
10499                   align: 0.0 0.5;
10500                }
10501             }
10502             description { state: "selected" 0.0;
10503                inherit: "default" 0.0;
10504                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10505             }
10506             GENLIST_DESCRIPTION_FLIP_ENABLED
10507          }
10508          GENLIST_PART_FLIP
10509          GENLIST_PART_DISCLIP
10510       }
10511       programs {
10512          program { name: "go_active";
10513             signal: "elm,state,selected";
10514             source: "elm";
10515             action: STATE_SET "selected" 0.0;
10516             target: "bg_image";
10517             target: "elm.text";
10518             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10519          }
10520          program { name: "go_passive";
10521             signal: "elm,state,unselected";
10522             source: "elm";
10523             action: STATE_SET "default" 0.0;
10524             target: "bg_image";
10525             target: "elm.text";
10526             transition: LINEAR 0.1;
10527          }
10528          program { name: "go_disabled";
10529             signal: "elm,state,disabled";
10530             source: "elm";
10531             action: STATE_SET "disabled" 0.0;
10532             target: "disclip";
10533          }
10534          program { name: "go_enabled";
10535             signal: "elm,state,enabled";
10536             source: "elm";
10537             action: STATE_SET "default" 0.0;
10538             target: "disclip";
10539          }
10540          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10541       }
10542    }
10543
10544 // 3.2.28
10545    group { name: "elm/genlist/item/2text.3icon/default";
10546       alias: "elm/genlist/item_odd/2text.3icon/default";
10547       alias: "elm/genlist/item_compress/2text.3icon/default";
10548       alias: "elm/genlist/item_compress_odd/2text.3icon/default";
10549       data.item: "stacking" "above";
10550       data.item: "selectraise" "on";
10551       data.item: "texts" "elm.text.1 elm.text.2";
10552       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
10553       data.item: "flips" "elm.flip.content";
10554       images {
10555          image: "00_list_bar_press_1x80.png" COMP;
10556       }
10557       parts {
10558          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10559          GENLIST_PART_BG_IMAGE
10560          GENLIST_PART_BOTTOM_LINE
10561          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10562          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10563          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10564          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10565          part { name: "elm.icon.3";
10566             clip_to: "disclip";
10567             type: SWALLOW;
10568             scale: 1;
10569             description { state: "default" 0.0;
10570                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10571                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10572                fixed: 1 1;
10573                rel1 {
10574                   relative: 0.0 1.0;
10575                   to_x: "elm.padding.right";
10576                   to_y: "elm.padding.top";
10577                }
10578                rel2 {
10579                   relative: 0.0 1.0;
10580                   to_x: "elm.padding.right";
10581                   to_y: "elm.padding.bottom";
10582                }
10583                align: 1.0 0.5;
10584             }
10585             GENLIST_DESCRIPTION_FLIP_ENABLED
10586          }
10587          part { name: "elm.padding.icon3.left";
10588             clip_to: "disclip";
10589             type: RECT;
10590             scale: 1;
10591             description { state: "default" 0.0;
10592                min: GENLIST_PADDING_16_INC 0;
10593                fixed: 1 0;
10594                rel1.to_x: "elm.icon.3";
10595                rel2 {
10596                   relative: 0.0 1.0;
10597                   to_x: "elm.icon.3";
10598                }
10599                align: 1.0 0.0;
10600                visible: 0;
10601             }
10602          }
10603          part { name: "elm.text.2";
10604             clip_to: "disclip";
10605             type: TEXT;
10606             mouse_events: 0;
10607             scale: 1;
10608             description { state: "default" 0.0;
10609                min: 0 GENLIST_SIZE_48_INC;
10610                fixed: 1 1;
10611                rel1 {
10612                   relative: 1.0 0.0;
10613                   to_x: "elm.padding.icon2.right";
10614                   to_y: "elm.padding.bottom";
10615                }
10616                rel2 {
10617                   relative: 0.0 0.0;
10618                   to_x: "elm.padding.icon3.left";
10619                   to_y: "elm.padding.bottom";
10620                }
10621                align: 0.0 1.0;
10622                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10623                text {
10624                   font: "SLP:style=Medium";
10625                   size: GENLIST_FONT_32_INC;
10626                   min: 0 1;
10627                   align: 0.0 0.5;
10628                   text_class: "slp_medium";
10629                }
10630             }
10631             description { state: "selected" 0.0;
10632                inherit: "default" 0.0;
10633                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10634             }
10635             GENLIST_DESCRIPTION_FLIP_ENABLED
10636          }
10637          part { name: "elm.icon.2";
10638             clip_to: "disclip";
10639             type: SWALLOW;
10640             scale: 1;
10641             description { state: "default" 0.0;
10642                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10643                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10644                fixed: 1 1;
10645                rel1 {
10646                   relative: 1.0 0.0;
10647                   to_x: "elm.padding.left";
10648                   to_y: "elm.text.2";
10649                }
10650                rel2 {
10651                   relative: 1.0 0.0;
10652                   to_x: "elm.padding.left";
10653                   to_y: "elm.padding.bottom";
10654                }
10655                align: 0.0 0.5;
10656             }
10657             GENLIST_DESCRIPTION_FLIP_ENABLED
10658          }
10659          part { name: "elm.padding.icon2.right";
10660             clip_to: "disclip";
10661             type: RECT;
10662             scale: 1;
10663             description { state: "default" 0.0;
10664                min: GENLIST_PADDING_16_INC 0;
10665                fixed: 1 0;
10666                rel1 {
10667                   relative: 1.0 0.0;
10668                   to_x: "elm.icon.2";
10669                }
10670                rel2.to_x: "elm.icon.2";
10671                align: 0.0 0.0;
10672                visible: 0;
10673             }
10674          }
10675          part { name: "elm.text.1";
10676             clip_to: "disclip";
10677             type: TEXT;
10678             mouse_events: 0;
10679             scale: 1;
10680             description { state: "default" 0.0;
10681                min: 0 0;
10682                max: GENLIST_SIZE_576_INC 0;
10683                fixed: 1 0;
10684                rel1 {
10685                   relative: 1.0 1.0;
10686                   to_x: "elm.padding.left";
10687                   to_y: "elm.padding.top";
10688                }
10689                rel2 {
10690                   relative: 1.0 0.0;
10691                   to_x: "elm.padding.left";
10692                   to_y: "elm.text.2";
10693                }
10694                align: 0.0 0.5;
10695                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10696                text {
10697                   font: "SLP:style=Roman";
10698                   size: GENLIST_FONT_44_INC;
10699                   min: 1 1;
10700                   align: 0.0 0.5;
10701                   text_class: "list_item";
10702                }
10703             }
10704             description { state: "selected" 0.0;
10705                inherit: "default" 0.0;
10706                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10707             }
10708             GENLIST_DESCRIPTION_FLIP_ENABLED
10709          }
10710
10711          part { name: "elm.padding.icon1.left";
10712             type: RECT;
10713             scale: 1;
10714             description { state: "default" 0.0;
10715                min: GENLIST_PADDING_16_INC 0;
10716                fixed: 1 0;
10717                rel1 {
10718                   relative: 1.0 0.0;
10719                   to_x: "elm.text.1";
10720                }
10721                rel2.to_x: "elm.text.1";
10722                align: 0.0 0.0;
10723                visible: 0;
10724             }
10725          }
10726          part { name: "elm.icon.1";
10727             clip_to: "disclip";
10728             type: SWALLOW;
10729             scale: 1;
10730             description { state: "default" 0.0;
10731                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10732                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10733                fixed: 1 1;
10734                rel1 {
10735                   relative: 1.0 1.0;
10736                   to_x: "elm.padding.icon1.left";
10737                   to_y: "elm.padding.top";
10738                }
10739                rel2 {
10740                   relative: 1.0 0.0;
10741                   to_x: "elm.padding.icon1.left";
10742                   to_y: "elm.text.2";
10743                }
10744                align: 0.0 0.5;
10745             }
10746             GENLIST_DESCRIPTION_FLIP_ENABLED
10747          }
10748          GENLIST_PART_FLIP
10749          GENLIST_PART_DISCLIP
10750       }
10751       programs {
10752          // signal: elm,state,%s,active
10753          //   a "check" item named %s went active
10754          // signal: elm,state,%s,passive
10755          //   a "check" item named %s went passive
10756          // default is passive
10757          program { name: "go_active";
10758             signal: "elm,state,selected";
10759             source: "elm";
10760             action: STATE_SET "selected" 0.0;
10761             target: "bg_image";
10762             target: "elm.text.1";
10763             target: "elm.text.2";
10764             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10765          }
10766          program { name: "go_passive";
10767             signal: "elm,state,unselected";
10768             source: "elm";
10769             action: STATE_SET "default" 0.0;
10770             target: "bg_image";
10771             target: "elm.text.1";
10772             target: "elm.text.2";
10773             transition: LINEAR 0.1;
10774          }
10775          program { name: "go_disabled";
10776             signal: "elm,state,disabled";
10777             source: "elm";
10778             action: STATE_SET "disabled" 0.0;
10779             target: "disclip";
10780          }
10781          program { name: "go_enabled";
10782             signal: "elm,state,enabled";
10783             source: "elm";
10784             action: STATE_SET "default" 0.0;
10785             target: "disclip";
10786          }
10787          GENLIST_PROGRAM_FLIP_2TEXT_3ICON
10788          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10789       }
10790    }
10791
10792 // 3.2.29
10793    group { name: "elm/genlist/item/2text.1icon.5/default";
10794       alias: "elm/genlist/item_odd/2text.1icon.5/default";
10795       alias: "elm/genlist/item_compress/2text.1icon.5/default";
10796       alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
10797       data.item: "stacking" "above";
10798       data.item: "selectraise" "on";
10799       data.item: "texts" "elm.text.1 elm.text.2";
10800       data.item: "contents" "elm.icon";
10801       data.item: "flips" "elm.flip.content";
10802       images {
10803          image: "00_list_bar_press_1x80.png" COMP;
10804       }
10805       parts {
10806          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10807          GENLIST_PART_BG_IMAGE
10808          GENLIST_PART_BOTTOM_LINE
10809          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10810          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10811          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10812          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10813          part { name: "elm.icon";
10814             clip_to: "disclip";
10815             type: SWALLOW;
10816             scale: 1;
10817             description { state: "default" 0.0;
10818                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10819                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10820                fixed: 1 1;
10821                rel1 {
10822                   relative: 0.0 1.0;
10823                   to_x: "elm.padding.right";
10824                   to_y: "elm.padding.top";
10825                }
10826                rel2 {
10827                   relative: 0.0 0.0;
10828                   to_x: "elm.padding.right";
10829                   to_y: "elm.padding.bottom";
10830                }
10831                align: 1.0 0.5;
10832             }
10833             GENLIST_DESCRIPTION_FLIP_ENABLED
10834          }
10835          part { name: "elm.padding.icon.left";
10836             clip_to: "disclip";
10837             type: RECT;
10838             scale: 1;
10839             description { state: "default" 0.0;
10840                min: GENLIST_PADDING_16_INC 0;
10841                fixed: 1 0;
10842                rel1.to_x: "elm.icon";
10843                rel2 {
10844                   relative: 0.0 1.0;
10845                   to_x: "elm.icon";
10846                }
10847                align: 1.0 0.0;
10848                visible: 0;
10849             }
10850          }
10851          part { name: "elm.text.1";
10852             clip_to: "disclip";
10853             type: TEXT;
10854             mouse_events: 0;
10855             scale: 1;
10856             description { state: "default" 0.0;
10857                min: 0 GENLIST_SIZE_61_INC;
10858                fixed: 0 1;
10859                rel1 {
10860                   relative: 1.0 0.0;
10861                   to_x: "elm.padding.left";
10862                   to_y: "elm.padding.bottom";
10863                }
10864                rel2 {
10865                   relative: 0.0 0.0;
10866                   to_x: "elm.padding.icon.left";
10867                   to_y: "elm.padding.bottom";
10868                }
10869                align: 0.0 1.0;
10870                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10871                text {
10872                   font: "SLP:style=Roman";
10873                   size: GENLIST_FONT_44_INC;
10874                   min: 0 1;
10875                   align: 0.0 0.5;
10876                   text_class: "slp_roman";
10877                }
10878             }
10879             description { state: "selected" 0.0;
10880                inherit: "default" 0.0;
10881                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10882             }
10883             GENLIST_DESCRIPTION_FLIP_ENABLED
10884          }
10885          part { name: "elm.text.2";
10886             clip_to: "disclip";
10887             type: TEXT;
10888             mouse_events: 0;
10889             scale: 1;
10890             description { state: "default" 0.0;
10891                rel1 {
10892                   relative: 1.0 1.0;
10893                   to_x: "elm.padding.left";
10894                   to_y: "elm.padding.top";
10895                }
10896                rel2 {
10897                   relative: 0.0 0.0;
10898                   to_x: "elm.padding.icon.left";
10899                   to_y: "elm.text.1";
10900                }
10901                align: 0.0 1.0;
10902                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10903                text {
10904                   font: "SLP:style=Medium";
10905                   size: GENLIST_FONT_32_INC;
10906                   min: 0 1;
10907                   align: 0.0 0.5;
10908                   text_class: "list_item";
10909                }
10910             }
10911             description { state: "selected" 0.0;
10912                inherit: "default" 0.0;
10913                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10914             }
10915             GENLIST_DESCRIPTION_FLIP_ENABLED
10916          }
10917          GENLIST_PART_FLIP
10918          GENLIST_PART_DISCLIP
10919       }
10920       programs {
10921          // signal: elm,state,%s,active
10922          //   a "check" item named %s went active
10923          // signal: elm,state,%s,passive
10924          //   a "check" item named %s went passive
10925          // default is passive
10926          program { name: "go_active";
10927             signal: "elm,state,selected";
10928             source: "elm";
10929             action: STATE_SET "selected" 0.0;
10930             target: "bg_image";
10931             target: "elm.text.1";
10932             target: "elm.text.2";
10933             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10934          }
10935          program { name: "go_passive";
10936             signal: "elm,state,unselected";
10937             source: "elm";
10938             action: STATE_SET "default" 0.0;
10939             target: "bg_image";
10940             target: "elm.text.1";
10941             target: "elm.text.2";
10942             transition: LINEAR 0.1;
10943          }
10944          program { name: "go_disabled";
10945             signal: "elm,state,disabled";
10946             source: "elm";
10947             action: STATE_SET "disabled" 0.0;
10948             target: "disclip";
10949          }
10950          program { name: "go_enabled";
10951             signal: "elm,state,enabled";
10952             source: "elm";
10953             action: STATE_SET "default" 0.0;
10954             target: "disclip";
10955          }
10956          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10957          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10958       }
10959    }
10960
10961 // 3.2.30
10962    group { name: "elm/genlist/item/1text.3icon.3/default";
10963       alias: "elm/genlist/item_odd/1text.3icon.3/default";
10964       alias: "elm/genlist/item_compress/1text.3icon.3/default";
10965       alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
10966       data.item: "stacking" "above";
10967       data.item: "selectraise" "on";
10968       data.item: "texts" "elm.text.1";
10969       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10970       data.item: "flips" "elm.flip.content";
10971       images {
10972          image: "00_list_bar_press_1x80.png" COMP;
10973       }
10974       parts {
10975          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10976          GENLIST_PART_BG_IMAGE
10977          GENLIST_PART_BOTTOM_LINE
10978          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10979          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10980          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10981          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10982          part { name: "elm.icon.1";
10983             clip_to: "disclip";
10984             type: SWALLOW;
10985             scale: 1;
10986             description { state: "default" 0.0;
10987                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10988                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10989                fixed: 1 1;
10990                rel1 {
10991                   relative: 1.0 1.0;
10992                   to_x: "elm.padding.left";
10993                   to_y: "elm.padding.top";
10994                }
10995                rel2 {
10996                   relative: 1.0 0.0;
10997                   to_x: "elm.padding.left";
10998                   to_y: "elm.padding.bottom";
10999                }
11000                align: 0.0 0.5;
11001             }
11002             GENLIST_DESCRIPTION_FLIP_ENABLED
11003          }
11004          part { name: "elm.padding.icon1.right";
11005             clip_to: "disclip";
11006             type: RECT;
11007             scale: 1;
11008             description { state: "default" 0.0;
11009                min: GENLIST_PADDING_16_INC 0;
11010                fixed: 1 0;
11011                rel1 {
11012                   relative: 1.0 0.0;
11013                   to_x: "elm.icon.1";
11014                }
11015                rel2.to_x: "elm.icon.1";
11016                align: 0.0 0.0;
11017                visible: 0;
11018             }
11019          }
11020          part { name: "elm.icon.2";
11021             clip_to: "disclip";
11022             type: SWALLOW;
11023             scale: 1;
11024             description { state: "default" 0.0;
11025                fixed: 1 1;
11026                rel1 {
11027                   relative: 0.0 1.0;
11028                   to_x: "elm.padding.right";
11029                   to_y: "elm.padding.top";
11030                }
11031                rel2 {
11032                   relative: 0.0 0.0;
11033                   to_x: "elm.padding.right";
11034                   to_y: "elm.padding.bottom";
11035                }
11036                align: 1.0 0.5;
11037             }
11038             GENLIST_DESCRIPTION_FLIP_ENABLED
11039          }
11040          part { name: "elm.padding.icon2.left";
11041             clip_to: "disclip";
11042             type: RECT;
11043             scale: 1;
11044             description { state: "default" 0.0;
11045                min: GENLIST_PADDING_16_INC 0;
11046                fixed: 1 0;
11047                rel1.to_x: "elm.icon.2";
11048                rel2 {
11049                   relative: 0.0 1.0;
11050                   to_x: "elm.icon.2";
11051                }
11052                align: 1.0 0.0;
11053                visible: 0;
11054             }
11055          }
11056          part { name: "elm.text.1";
11057             clip_to: "disclip";
11058             type: TEXT;
11059             mouse_events: 0;
11060             scale: 1;
11061             description { state: "default" 0.0;
11062                min: 0 GENLIST_SIZE_61_INC;
11063                fixed: 0 1;
11064                rel1 {
11065                   relative: 1.0 1.0;
11066                   to_x: "elm.padding.icon1.right";
11067                   to_y: "elm.padding.top";
11068                }
11069                rel2 {
11070                   relative: 0.0 1.0;
11071                   to_x: "elm.padding.icon2.left";
11072                   to_y: "elm.padding.top";
11073                }
11074                align: 0 0;
11075                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11076                text {
11077                   font: "SLP:style=Roman";
11078                   size: GENLIST_FONT_44_INC;
11079                   min: 0 1;
11080                   align: 0.0 0.5;
11081                   text_class: "list_item";
11082                }
11083             }
11084             description { state: "selected" 0.0;
11085                inherit: "default" 0.0;
11086                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11087             }
11088             GENLIST_DESCRIPTION_FLIP_ENABLED
11089          }
11090          part { name: "elm.swallow.progress";
11091             clip_to: "disclip";
11092             type: SWALLOW;
11093             scale: 1;
11094             description { state: "default" 0.0;
11095                fixed: 0 1;
11096                rel1 {
11097                   relative: 1.0 1.0;
11098                   to_x: "elm.padding.icon1.right";
11099                   to_y: "elm.text.1";
11100                }
11101                rel2 {
11102                   relative: 0.0 1.0;
11103                   to_x: "elm.padding.icon2.left";
11104                   to_y: "elm.text.1";
11105                }
11106                align: 0.5 0.0;
11107             }
11108             GENLIST_DESCRIPTION_FLIP_ENABLED
11109          }
11110          GENLIST_PART_FLIP
11111          GENLIST_PART_DISCLIP
11112       }
11113       programs {
11114          // signal: elm,state,%s,active
11115          //   a "check" item named %s went active
11116          // signal: elm,state,%s,passive
11117          //   a "check" item named %s went passive
11118          // default is passive
11119          program { name: "go_active";
11120             signal: "elm,state,selected";
11121             source: "elm";
11122             action: STATE_SET "selected" 0.0;
11123             target: "bg_image";
11124             target: "elm.text.1";
11125             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11126          }
11127          program { name: "go_passive";
11128             signal: "elm,state,unselected";
11129             source: "elm";
11130             action: STATE_SET "default" 0.0;
11131             target: "bg_image";
11132             target: "elm.text.1";
11133             transition: LINEAR 0.1;
11134          }
11135          program { name: "go_disabled";
11136             signal: "elm,state,disabled";
11137             source: "elm";
11138             action: STATE_SET "disabled" 0.0;
11139             target: "disclip";
11140          }
11141          program { name: "go_enabled";
11142             signal: "elm,state,enabled";
11143             source: "elm";
11144             action: STATE_SET "default" 0.0;
11145             target: "disclip";
11146          }
11147          program { name: "flip_enabled";
11148             signal: "elm,state,flip,enabled";
11149             source: "elm";
11150             action: STATE_SET "flip_enabled" 0.0;
11151             target: "elm.text.1";
11152             target: "elm.icon.1";
11153             target: "elm.icon.2";
11154             target: "elm.swallow.progress";
11155             target: "elm.flip.content";
11156          }
11157          program { name: "flip_disabled";
11158             signal: "elm,state,flip,disabled";
11159             source: "elm";
11160             action: STATE_SET "default" 0.0;
11161             target: "elm.text.1";
11162             target: "elm.icon.1";
11163             target: "elm.icon.2";
11164             target: "elm.swallow.progress";
11165             target: "elm.flip.content";
11166          }
11167          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11168       }
11169    }
11170
11171 // 3.2.30
11172    group { name: "elm/genlist/item/3text.3icon/default";
11173       alias: "elm/genlist/item_odd/3text.3icon/default";
11174       alias: "elm/genlist/item_compress/3text.3icon/default";
11175       alias: "elm/genlist/item_compress_odd/3text.3icon/default";
11176       data.item: "stacking" "above";
11177       data.item: "selectraise" "on";
11178       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11179       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
11180       data.item: "flips" "elm.flip.content";
11181       images {
11182          image: "00_list_bar_press_1x80.png" COMP;
11183       }
11184       parts {
11185          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11186          GENLIST_PART_BG_IMAGE
11187          GENLIST_PART_BOTTOM_LINE
11188          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11189          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11190          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11191          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11192          part { name: "elm.icon.1";
11193             clip_to: "disclip";
11194             type: SWALLOW;
11195             scale: 1;
11196             description { state: "default" 0.0;
11197                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11198                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11199                fixed: 1 1;
11200                rel1 {
11201                   relative: 1.0 1.0;
11202                   to_x: "elm.padding.left";
11203                   to_y: "elm.padding.top";
11204                }
11205                rel2 {
11206                   relative: 1.0 0.0;
11207                   to_x: "elm.padding.left";
11208                   to_y: "elm.padding.bottom";
11209                }
11210                align: 0.0 0.5;
11211             }
11212             GENLIST_DESCRIPTION_FLIP_ENABLED
11213          }
11214          part { name: "elm.padding.icon1.right";
11215             clip_to: "disclip";
11216             type: RECT;
11217             scale: 1;
11218             description { state: "default" 0.0;
11219                min: GENLIST_PADDING_16_INC 0;
11220                fixed: 1 0;
11221                rel1 {
11222                   relative: 1.0 0.0;
11223                   to_x: "elm.icon.1";
11224                }
11225                rel2.to_x: "elm.icon.1";
11226                align: 0.0 0.0;
11227                visible: 0;
11228             }
11229          }
11230          part { name: "elm.icon.2";
11231             clip_to: "disclip";
11232             type: SWALLOW;
11233             scale: 1;
11234             description { state: "default" 0.0;
11235                fixed: 1 1;
11236                rel1 {
11237                   relative: 0.0 1.0;
11238                   to_x: "elm.padding.right";
11239                   to_y: "elm.padding.top";
11240                }
11241                rel2 {
11242                   relative: 0.0 0.0;
11243                   to_x: "elm.padding.right";
11244                   to_y: "elm.padding.bottom";
11245                }
11246                align: 1.0 0.5;
11247             }
11248             GENLIST_DESCRIPTION_FLIP_ENABLED
11249          }
11250          part { name: "elm.padding.icon2.left";
11251             clip_to: "disclip";
11252             type: RECT;
11253             scale: 1;
11254             description { state: "default" 0.0;
11255                min: GENLIST_PADDING_16_INC 0;
11256                fixed: 1 0;
11257                rel1.to_x: "elm.icon.2";
11258                rel2 {
11259                   relative: 0.0 1.0;
11260                   to_x: "elm.icon.2";
11261                }
11262                align: 1.0 0.0;
11263                visible: 0;
11264             }
11265          }
11266          part { name: "elm.text.1";
11267             clip_to: "disclip";
11268             type: TEXT;
11269             mouse_events: 0;
11270             scale: 1;
11271             description { state: "default" 0.0;
11272                min: 0 GENLIST_SIZE_61_INC;
11273                fixed: 0 1;
11274                rel1 {
11275                   relative: 1.0 0.0;
11276                   to_x: "elm.padding.icon1.right";
11277                   to_y: "elm.padding.top";
11278                }
11279                rel2 {
11280                   relative: 0.0 0.0;
11281                   to_x: "elm.padding.icon2.left";
11282                   to_y: "elm.padding.top";
11283                }
11284                align: 0 0;
11285                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11286                text {
11287                   font: "SLP:style=Roman";
11288                   size: GENLIST_FONT_44_INC;
11289                   min: 0 1;
11290                   align: 0.0 0.5;
11291                   text_class: "list_item";
11292                }
11293             }
11294             description { state: "selected" 0.0;
11295                inherit: "default" 0.0;
11296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11297             }
11298             GENLIST_DESCRIPTION_FLIP_ENABLED
11299          }
11300          part { name: "elm.swallow.progress";
11301             clip_to: "disclip";
11302             type: SWALLOW;
11303             scale: 1;
11304             description { state: "default" 0.0;
11305                fixed: 0 1;
11306                rel1 {
11307                   relative: 1.0 1.0;
11308                   to_x: "elm.padding.icon1.right";
11309                   to_y: "elm.text.1";
11310                }
11311                rel2 {
11312                   relative: 0.0 0.0;
11313                   to_x: "elm.padding.icon2.left";
11314                   to_y: "elm.text.2";
11315                }
11316                align: 0.5 0.5;
11317             }
11318             GENLIST_DESCRIPTION_FLIP_ENABLED
11319          }
11320          part { name: "elm.text.2";
11321             clip_to: "disclip";
11322             type: TEXT;
11323             mouse_events: 0;
11324             scale: 1;
11325             description { state: "default" 0.0;
11326                min: 0 GENLIST_SIZE_48_INC;
11327                fixed: 0 1;
11328                rel1 {
11329                   relative: 1.0 1.0;
11330                   to_x: "elm.padding.icon1.right";
11331                   to_y: "elm.padding.bottom";
11332                }
11333                rel2 {
11334                   relative: 0.0 1.0;
11335                   to_x: "elm.padding.icon2.left";
11336                   to_y: "elm.padding.bottom";
11337                }
11338                align: 0 1;
11339                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11340                text {
11341                   font: "SLP:style=Roman";
11342                   size: GENLIST_FONT_32_INC;
11343                   min: 0 1;
11344                   align: 0.0 0.5;
11345                   text_class: "slp_roman";
11346                }
11347             }
11348             description { state: "selected" 0.0;
11349                inherit: "default" 0.0;
11350                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11351             }
11352             GENLIST_DESCRIPTION_FLIP_ENABLED
11353          }
11354          part { name: "elm.text.3";
11355             clip_to: "disclip";
11356             type: TEXT;
11357             mouse_events: 0;
11358             scale: 1;
11359             description { state: "default" 0.0;
11360                min: 0 GENLIST_SIZE_48_INC;
11361                fixed: 0 1;
11362                rel1 {
11363                   relative: 1.0 1.0;
11364                   to_x: "elm.padding.icon1.right";
11365                   to_y: "elm.padding.bottom";
11366                }
11367                rel2 {
11368                   relative: 0.0 1.0;
11369                   to_x: "elm.padding.icon2.left";
11370                   to_y: "elm.padding.bottom";
11371                }
11372                align: 1 1;
11373                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11374                text {
11375                   font: "SLP:style=Roman";
11376                   size: GENLIST_FONT_32_INC;
11377                   min: 0 1;
11378                   align: 1.0 0.5;
11379                   text_class: "slp_roman";
11380                }
11381             }
11382             description { state: "selected" 0.0;
11383                inherit: "default" 0.0;
11384                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11385             }
11386             GENLIST_DESCRIPTION_FLIP_ENABLED
11387          }
11388          GENLIST_PART_FLIP
11389          GENLIST_PART_DISCLIP
11390       }
11391       programs {
11392          // signal: elm,state,%s,active
11393          //   a "check" item named %s went active
11394          // signal: elm,state,%s,passive
11395          //   a "check" item named %s went passive
11396          // default is passive
11397          program { name: "go_active";
11398             signal: "elm,state,selected";
11399             source: "elm";
11400             action: STATE_SET "selected" 0.0;
11401             target: "bg_image";
11402             target: "elm.text.1";
11403             target: "elm.text.2";
11404             target: "elm.text.3";
11405             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11406          }
11407          program { name: "go_passive";
11408             signal: "elm,state,unselected";
11409             source: "elm";
11410             action: STATE_SET "default" 0.0;
11411             target: "bg_image";
11412             target: "elm.text.1";
11413             target: "elm.text.2";
11414             target: "elm.text.3";
11415             transition: LINEAR 0.1;
11416          }
11417          program { name: "go_disabled";
11418             signal: "elm,state,disabled";
11419             source: "elm";
11420             action: STATE_SET "disabled" 0.0;
11421             target: "disclip";
11422          }
11423          program { name: "go_enabled";
11424             signal: "elm,state,enabled";
11425             source: "elm";
11426             action: STATE_SET "default" 0.0;
11427             target: "disclip";
11428          }
11429          program { name: "flip_enabled";
11430             signal: "elm,state,flip,enabled";
11431             source: "elm";
11432             action: STATE_SET "flip_enabled" 0.0;
11433             target: "elm.text.1";
11434             target: "elm.text.2";
11435             target: "elm.text.3";
11436             target: "elm.icon.1";
11437             target: "elm.icon.2";
11438             target: "elm.swallow.progress";
11439             target: "elm.flip.content";
11440          }
11441          program { name: "flip_disabled";
11442             signal: "elm,state,flip,disabled";
11443             source: "elm";
11444             action: STATE_SET "default" 0.0;
11445             target: "elm.text.1";
11446             target: "elm.text.2";
11447             target: "elm.text.3";
11448             target: "elm.icon.1";
11449             target: "elm.icon.2";
11450             target: "elm.swallow.progress";
11451             target: "elm.flip.content";
11452          }
11453          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11454       }
11455    }
11456
11457 // 3.2.31
11458    group { name: "elm/genlist/item/2text.2icon.8/default";
11459       alias: "elm/genlist/item_odd/2text.2icon.8/default";
11460       alias: "elm/genlist/item_compress/2text.2icon.8/default";
11461       alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
11462       data.item: "stacking" "above";
11463       data.item: "selectraise" "on";
11464       data.item: "texts" "elm.text.1 elm.text.2";
11465       data.item: "contents" "elm.icon.1 elm.icon.2";
11466       data.item: "flips" "elm.flip.content";
11467       images {
11468          image: "00_list_bar_press_1x80.png" COMP;
11469       }
11470       parts {
11471          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11472          GENLIST_PART_BG_IMAGE
11473          GENLIST_PART_BOTTOM_LINE
11474          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11475          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11476          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11477          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11478          part { name: "elm.icon.1";
11479             clip_to: "disclip";
11480             type: SWALLOW;
11481             scale: 1;
11482             description { state: "default" 0.0;
11483                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11484                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11485                fixed: 1 1;
11486                rel1 {
11487                   relative: 1.0 1.0;
11488                   to_x: "elm.padding.left";
11489                   to_y: "elm.padding.top";
11490                }
11491                rel2 {
11492                   relative: 1.0 0.0;
11493                   to_x: "elm.padding.left";
11494                   to_y: "elm.padding.bottom";
11495                }
11496                align: 0.0 0.5;
11497             }
11498             GENLIST_DESCRIPTION_FLIP_ENABLED
11499          }
11500          part { name: "elm.padding.icon1.right";
11501             clip_to: "disclip";
11502             type: RECT;
11503             scale: 1;
11504             description { state: "default" 0.0;
11505                min: GENLIST_PADDING_16_INC 0;
11506                fixed: 1 0;
11507                rel1 {
11508                   relative: 1.0 0.0;
11509                   to_x: "elm.icon.1";
11510                }
11511                rel2.to_x: "elm.icon.1";
11512                align: 0.0 0.0;
11513                visible: 0;
11514             }
11515          }
11516          part { name: "elm.icon.2";
11517             clip_to: "disclip";
11518             type: SWALLOW;
11519             scale: 1;
11520             description { state: "default" 0.0;
11521                fixed: 1 1;
11522                rel1 {
11523                   relative: 0.0 1.0;
11524                   to_x: "elm.padding.right";
11525                   to_y: "elm.padding.top";
11526                }
11527                rel2 {
11528                   relative: 0.0 0.0;
11529                   to_x: "elm.padding.right";
11530                   to_y: "elm.padding.bottom";
11531                }
11532                align: 1.0 0.5;
11533             }
11534             GENLIST_DESCRIPTION_FLIP_ENABLED
11535          }
11536          part { name: "elm.padding.icon2.left";
11537             clip_to: "disclip";
11538             type: RECT;
11539             scale: 1;
11540             description { state: "default" 0.0;
11541                min: GENLIST_PADDING_16_INC 0;
11542                fixed: 1 0;
11543                rel1.to_x: "elm.icon.2";
11544                rel2 {
11545                   relative: 0.0 1.0;
11546                   to_x: "elm.icon.2";
11547                }
11548                align: 1.0 0.0;
11549                visible: 0;
11550             }
11551          }
11552          part { name: "elm.text.1";
11553             clip_to: "disclip";
11554             type: TEXT;
11555             mouse_events: 0;
11556             scale: 1;
11557             description { state: "default" 0.0;
11558                min: 0 GENLIST_SIZE_61_INC;
11559                fixed: 0 1;
11560                rel1 {
11561                   relative: 1.0 1.0;
11562                   to_x: "elm.padding.icon1.right";
11563                   to_y: "elm.padding.top";
11564                }
11565                rel2 {
11566                   relative: 0.0 1.0;
11567                   to_x: "elm.padding.icon2.left";
11568                   to_y: "elm.padding.top";
11569                }
11570                align: 0.0 0.0;
11571                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11572                text {
11573                   font: "SLP:style=Roman";
11574                   size: GENLIST_FONT_44_INC;
11575                   min: 0 1;
11576                   align: 0.0 0.5;
11577                   text_class: "list_item";
11578                }
11579             }
11580             description { state: "selected" 0.0;
11581                inherit: "default" 0.0;
11582                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11583             }
11584             GENLIST_DESCRIPTION_FLIP_ENABLED
11585          }
11586          part { name: "elm.text.2";
11587             clip_to: "disclip";
11588             type: TEXT;
11589             mouse_events: 0;
11590             scale: 1;
11591             description { state: "default" 0.0;
11592                rel1 {
11593                   relative: 1.0 1.0;
11594                   to_x: "elm.padding.icon1.right";
11595                   to_y: "elm.text.1";
11596                }
11597                rel2 {
11598                   relative: 0.0 0.0;
11599                   to_x: "elm.padding.icon2.left";
11600                   to_y: "elm.padding.bottom";
11601                }
11602                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11603                text {
11604                   font: "SLP:style=Medium";
11605                   size: GENLIST_FONT_32_INC;
11606                   min: 0 1;
11607                   align: 0.0 0.5;
11608                   text_class: "slp_medium";
11609                }
11610             }
11611             description { state: "selected" 0.0;
11612                inherit: "default" 0.0;
11613                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11614             }
11615             GENLIST_DESCRIPTION_FLIP_ENABLED
11616          }
11617          GENLIST_PART_FLIP
11618          GENLIST_PART_DISCLIP
11619       }
11620       programs {
11621          // signal: elm,state,%s,active
11622          //   a "check" item named %s went active
11623          // signal: elm,state,%s,passive
11624          //   a "check" item named %s went passive
11625          // default is passive
11626          program { name: "go_active";
11627             signal: "elm,state,selected";
11628             source: "elm";
11629             action: STATE_SET "selected" 0.0;
11630             target: "bg_image";
11631             target: "elm.text.1";
11632             target: "elm.text.2";
11633             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11634          }
11635          program { name: "go_passive";
11636             signal: "elm,state,unselected";
11637             source: "elm";
11638             action: STATE_SET "default" 0.0;
11639             target: "bg_image";
11640             target: "elm.text.1";
11641             target: "elm.text.2";
11642             transition: LINEAR 0.1;
11643          }
11644          program { name: "go_disabled";
11645             signal: "elm,state,disabled";
11646             source: "elm";
11647             action: STATE_SET "disabled" 0.0;
11648             target: "disclip";
11649          }
11650          program { name: "go_enabled";
11651             signal: "elm,state,enabled";
11652             source: "elm";
11653             action: STATE_SET "default" 0.0;
11654             target: "disclip";
11655          }
11656          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11657          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11658       }
11659    }
11660
11661    group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
11662       inherit: "elm/genlist/item/2text.2icon.8/default";
11663       parts {
11664          part { name: "elm.text.1";
11665             clip_to: "disclip";
11666             type: TEXTBLOCK;
11667             mouse_events: 0;
11668             scale: 1;
11669             description { state: "default" 0.0;
11670                min: 0 GENLIST_SIZE_61_INC;
11671                fixed: 0 1;
11672                rel1 {
11673                   relative: 1.0 1.0;
11674                   to_x: "elm.padding.icon1.right";
11675                   to_y: "elm.padding.top";
11676                }
11677                rel2 {
11678                   relative: 0.0 1.0;
11679                   to_x: "elm.padding.icon2.left";
11680                   to_y: "elm.padding.top";
11681                }
11682                align: 0.0 0.0;
11683                text {
11684                   style: "genlist_default_textblock_style";
11685                   size: GENLIST_FONT_44_INC;
11686                   min: 0 1;
11687                   align: 0.0 0.5;
11688                   text_class: "slp_roman";
11689                }
11690             }
11691             description { state: "selected" 0.0;
11692                inherit: "default" 0.0;
11693                text.style: "genlist_default_textblock_selected_style";
11694             }
11695             GENLIST_DESCRIPTION_FLIP_ENABLED
11696          }
11697       }
11698    }
11699
11700 // 3.2.33
11701    group { name: "elm/genlist/item/1text.2icon.5/default";
11702       alias: "elm/genlist/item_odd/1text.2icon.5/default";
11703       alias: "elm/genlist/item_compress/1text.2icon.5/default";
11704       alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
11705       data.item: "stacking" "above";
11706       data.item: "selectraise" "on";
11707       data.item: "texts" "elm.text.1";
11708       data.item: "contents" "elm.icon.1 elm.swallow.progress";
11709       data.item: "flips" "elm.flip.content";
11710       images {
11711          image: "00_list_bar_press_1x80.png" COMP;
11712       }
11713       parts {
11714          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11715          GENLIST_PART_BG_IMAGE
11716          GENLIST_PART_BOTTOM_LINE
11717          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11718          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11719          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11720          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11721          part { name: "elm.icon.1";
11722             clip_to: "disclip";
11723             type: SWALLOW;
11724             scale: 1;
11725             description { state: "default" 0.0;
11726                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11727                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11728                fixed: 1 1;
11729                rel1 {
11730                   relative: 1.0 1.0;
11731                   to_x: "elm.padding.left";
11732                   to_y: "elm.padding.top";
11733                }
11734                rel2 {
11735                   relative: 1.0 0.0;
11736                   to_x: "elm.padding.left";
11737                   to_y: "elm.padding.bottom";
11738                }
11739                align: 0.0 0.5;
11740             }
11741             GENLIST_DESCRIPTION_FLIP_ENABLED
11742          }
11743          part { name: "elm.padding.icon1.right";
11744             clip_to: "disclip";
11745             type: RECT;
11746             scale: 1;
11747             description { state: "default" 0.0;
11748                min: GENLIST_PADDING_16_INC 0;
11749                fixed: 1 0;
11750                rel1 {
11751                   relative: 1.0 0.0;
11752                   to_x: "elm.icon.1";
11753                }
11754                rel2.to_x: "elm.icon.1";
11755                align: 0.0 0.0;
11756                visible: 0;
11757             }
11758          }
11759          part { name: "elm.text.1";
11760             clip_to: "disclip";
11761             type: TEXT;
11762             mouse_events: 0;
11763             scale: 1;
11764             description { state: "default" 0.0;
11765                min: 0 GENLIST_SIZE_61_INC;
11766                fixed: 0 1;
11767                rel1 {
11768                   relative: 1.0 1.0;
11769                   to_x: "elm.padding.icon1.right";
11770                   to_y: "elm.padding.top";
11771                }
11772                rel2 {
11773                   relative: 0.0 1.0;
11774                   to_x: "elm.padding.right";
11775                   to_y: "elm.padding.top";
11776                }
11777                align: 0 0;
11778                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11779                text {
11780                   font: "SLP:style=Roman";
11781                   size: GENLIST_FONT_44_INC;
11782                   min: 0 1;
11783                   align: 0.0 0.5;
11784                   text_class: "list_item";
11785                }
11786             }
11787             description { state: "selected" 0.0;
11788                inherit: "default" 0.0;
11789                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11790             }
11791             GENLIST_DESCRIPTION_FLIP_ENABLED
11792          }
11793          part { name: "elm.swallow.progress";
11794             clip_to: "disclip";
11795             type: SWALLOW;
11796             scale: 1;
11797             description { state: "default" 0.0;
11798                fixed: 0 1;
11799                rel1 {
11800                   relative: 1.0 1.0;
11801                   to_x: "elm.padding.icon1.right";
11802                   to_y: "elm.text.1";
11803                }
11804                rel2 {
11805                   relative: 0.0 1.0;
11806                   to_x: "elm.padding.right";
11807                   to_y: "elm.text.1";
11808                }
11809                align: 0.5 0.0;
11810             }
11811             GENLIST_DESCRIPTION_FLIP_ENABLED
11812          }
11813          GENLIST_PART_FLIP
11814          GENLIST_PART_DISCLIP
11815       }
11816       programs {
11817          // signal: elm,state,%s,active
11818          //   a "check" item named %s went active
11819          // signal: elm,state,%s,passive
11820          //   a "check" item named %s went passive
11821          // default is passive
11822          program { name: "go_active";
11823             signal: "elm,state,selected";
11824             source: "elm";
11825             action: STATE_SET "selected" 0.0;
11826             target: "bg_image";
11827             target: "elm.text.1";
11828             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11829          }
11830          program { name: "go_passive";
11831             signal: "elm,state,unselected";
11832             source: "elm";
11833             action: STATE_SET "default" 0.0;
11834             target: "bg_image";
11835             target: "elm.text.1";
11836             transition: LINEAR 0.1;
11837          }
11838          program { name: "go_disabled";
11839             signal: "elm,state,disabled";
11840             source: "elm";
11841             action: STATE_SET "disabled" 0.0;
11842             target: "disclip";
11843          }
11844          program { name: "go_enabled";
11845             signal: "elm,state,enabled";
11846             source: "elm";
11847             action: STATE_SET "default" 0.0;
11848             target: "disclip";
11849          }
11850          program { name: "flip_enabled";
11851             signal: "elm,state,flip,enabled";
11852             source: "elm";
11853             action: STATE_SET "flip_enabled" 0.0;
11854             target: "elm.text.1";
11855             target: "elm.icon.1";
11856             target: "elm.swallow.progress";
11857             target: "elm.flip.content";
11858          }
11859          program { name: "flip_disabled";
11860             signal: "elm,state,flip,disabled";
11861             source: "elm";
11862             action: STATE_SET "default" 0.0;
11863             target: "elm.text.1";
11864             target: "elm.icon.1";
11865             target: "elm.swallow.progress";
11866             target: "elm.flip.content";
11867          }
11868          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11869       }
11870    }
11871
11872 // 3.2.33
11873    group { name: "elm/genlist/item/2text.3icon.4/default";
11874       alias: "elm/genlist/item_odd/2text.3icon.4/default";
11875       alias: "elm/genlist/item_compress/2text.3icon.4/default";
11876       alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
11877       data.item: "stacking" "above";
11878       data.item: "selectraise" "on";
11879       data.item: "texts" "elm.text.1 elm.text.2";
11880       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
11881       data.item: "flips" "elm.flip.content";
11882       images {
11883          image: "00_list_bar_press_1x80.png" COMP;
11884       }
11885       parts {
11886          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11887          GENLIST_PART_BG_IMAGE
11888          GENLIST_PART_BOTTOM_LINE
11889          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11890          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11891          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11892          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11893          part { name: "elm.icon.1";
11894             clip_to: "disclip";
11895             type: SWALLOW;
11896             scale: 1;
11897             description { state: "default" 0.0;
11898                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11899                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11900                fixed: 1 1;
11901                rel1 {
11902                   relative: 1.0 1.0;
11903                   to_x: "elm.padding.left";
11904                   to_y: "elm.padding.top";
11905                }
11906                rel2 {
11907                   relative: 1.0 0.0;
11908                   to_x: "elm.padding.left";
11909                   to_y: "elm.padding.bottom";
11910                }
11911                align: 0.0 0.5;
11912             }
11913             GENLIST_DESCRIPTION_FLIP_ENABLED
11914          }
11915          part { name: "elm.padding.icon1.right";
11916             clip_to: "disclip";
11917             type: RECT;
11918             scale: 1;
11919             description { state: "default" 0.0;
11920                min: GENLIST_SIZE_16_INC 0;
11921                fixed: 1 0;
11922                rel1 {
11923                   relative: 1.0 0.0;
11924                   to_x: "elm.icon.1";
11925                }
11926                rel2.to_x: "elm.icon.1";
11927                align: 0.0 0.0;
11928                visible: 0;
11929             }
11930          }
11931          part { name: "elm.icon.2";
11932             clip_to: "disclip";
11933             type: SWALLOW;
11934             scale: 1;
11935             description { state: "default" 0.0;
11936                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11937                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11938                fixed: 1 1;
11939                rel1 {
11940                   relative: 1.0 1.0;
11941                   to_x: "elm.padding.icon1.right";
11942                   to_y: "elm.padding.top";
11943                }
11944                rel2 {
11945                   relative: 1.0 0.0;
11946                   to_x: "elm.padding.icon1.right";
11947                   to_y: "elm.padding.bottom";
11948                }
11949                align: 0.0 0.5;
11950             }
11951             GENLIST_DESCRIPTION_FLIP_ENABLED
11952          }
11953          part { name: "elm.padding.icon2.right";
11954             clip_to: "disclip";
11955             type: RECT;
11956             scale: 1;
11957             description { state: "default" 0.0;
11958                min: GENLIST_SIZE_16_INC 0;
11959                fixed: 1 0;
11960                rel1 {
11961                   relative: 1.0 0.0;
11962                   to_x: "elm.icon.2";
11963                }
11964                rel2.to_x: "elm.icon.2";
11965                align: 0.0 0.0;
11966                visible: 0;
11967             }
11968          }
11969          part { name: "elm.icon.3";
11970             clip_to: "disclip";
11971             type: SWALLOW;
11972             scale: 1;
11973             description { state: "default" 0.0;
11974                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11975                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11976                fixed: 1 1;
11977                rel1 {
11978                   relative: 0.0 1.0;
11979                   to_x: "elm.padding.right";
11980                   to_y: "elm.padding.top";
11981                }
11982                rel2 {
11983                   relative: 0.0 0.0;
11984                   to_x: "elm.padding.right";
11985                   to_y: "elm.padding.bottom";
11986                }
11987                align: 1.0 0.5;
11988             }
11989             GENLIST_DESCRIPTION_FLIP_ENABLED
11990          }
11991          part { name: "elm.padding.icon3.left";
11992             clip_to: "disclip";
11993             type: RECT;
11994             scale: 1;
11995             description { state: "default" 0.0;
11996                min: GENLIST_SIZE_16_INC 0;
11997                fixed: 1 0;
11998                rel1.to_x: "elm.icon.3";
11999                rel2 {
12000                   relative: 0.0 1.0;
12001                   to_x: "elm.icon.3";
12002                }
12003                align: 1.0 0.0;
12004                visible: 0;
12005             }
12006          }
12007          part { name: "elm.text.1";
12008             clip_to: "disclip";
12009             type: TEXT;
12010             mouse_events: 0;
12011             scale: 1;
12012             description { state: "default" 0.0;
12013                min: 0 GENLIST_SIZE_61_INC;
12014                fixed: 0 1;
12015                rel1 {
12016                   relative: 1.0 1.0;
12017                   to_x: "elm.padding.icon2.right";
12018                   to_y: "elm.padding.top";
12019                }
12020                rel2 {
12021                   relative: 0.0 1.0;
12022                   to_x: "elm.padding.icon3.left";
12023                   to_y: "elm.padding.top";
12024                }
12025                align: 0.0 0.0;
12026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12027                text {
12028                   font: "SLP:style=Roman";
12029                   size: GENLIST_FONT_44_INC;
12030                   min: 0 1;
12031                   align: 0.0 0.5;
12032                   text_class: "list_item";
12033                }
12034             }
12035             description { state: "selected" 0.0;
12036                inherit: "default" 0.0;
12037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12038             }
12039             GENLIST_DESCRIPTION_FLIP_ENABLED
12040          }
12041          part { name: "elm.text.2";
12042             clip_to: "disclip";
12043             type: TEXT;
12044             mouse_events: 0;
12045             scale: 1;
12046             description { state: "default" 0.0;
12047                rel1 {
12048                   relative: 1.0 1.0;
12049                   to_x: "elm.padding.icon2.right";
12050                   to_y: "elm.text.1";
12051                }
12052                rel2 {
12053                   relative: 0.0 0.0;
12054                   to_x: "elm.padding.icon3.left";
12055                   to_y: "elm.padding.bottom";
12056                }
12057                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12058                text {
12059                   font: "SLP:style=Medium";
12060                   size: GENLIST_FONT_32_INC;
12061                   min: 0 1;
12062                   align: 0.0 0.5;
12063                   text_class: "slp_medium";
12064                }
12065             }
12066             description { state: "selected" 0.0;
12067                inherit: "default" 0.0;
12068                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12069             }
12070             GENLIST_DESCRIPTION_FLIP_ENABLED
12071          }
12072          GENLIST_PART_FLIP
12073          GENLIST_PART_DISCLIP
12074       }
12075       programs {
12076          // signal: elm,state,%s,active
12077          //   a "check" item named %s went active
12078          // signal: elm,state,%s,passive
12079          //   a "check" item named %s went passive
12080          // default is passive
12081          program { name: "go_active";
12082             signal: "elm,state,selected";
12083             source: "elm";
12084             action: STATE_SET "selected" 0.0;
12085             target: "bg_image";
12086             target: "elm.text.1";
12087             target: "elm.text.2";
12088             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12089          }
12090          program { name: "go_passive";
12091             signal: "elm,state,unselected";
12092             source: "elm";
12093             action: STATE_SET "default" 0.0;
12094             target: "bg_image";
12095             target: "elm.text.1";
12096             target: "elm.text.2";
12097             transition: LINEAR 0.1;
12098          }
12099          program { name: "go_disabled";
12100             signal: "elm,state,disabled";
12101             source: "elm";
12102             action: STATE_SET "disabled" 0.0;
12103             target: "disclip";
12104          }
12105          program { name: "go_enabled";
12106             signal: "elm,state,enabled";
12107             source: "elm";
12108             action: STATE_SET "default" 0.0;
12109             target: "disclip";
12110          }
12111          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12112          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12113       }
12114    }
12115
12116 // 3.2.34
12117    group { name: "elm/genlist/item/2text.2icon.9/default";
12118       alias: "elm/genlist/item_odd/2text.2icon.9/default";
12119       alias: "elm/genlist/item_compress/2text.2icon.9/default";
12120       alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
12121       data.item: "stacking" "above";
12122       data.item: "selectraise" "on";
12123       data.item: "texts" "elm.text.1 elm.text.2";
12124       data.item: "contents" "elm.icon.1 elm.icon.2";
12125       data.item: "flips" "elm.flip.content";
12126       images {
12127          image: "00_list_bar_press_1x80.png" COMP;
12128       }
12129       parts {
12130          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
12131          GENLIST_PART_BG_IMAGE
12132          GENLIST_PART_BOTTOM_LINE
12133          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
12134          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
12135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12137          part { name: "elm.icon.2";
12138             clip_to: "disclip";
12139             type: SWALLOW;
12140             scale: 1;
12141             description { state: "default" 0.0;
12142                fixed: 1 1;
12143                rel1 {
12144                   relative: 0.0 1.0;
12145                   to_x: "elm.padding.right";
12146                   to_y: "elm.padding.top";
12147                }
12148                rel2 {
12149                   relative: 0.0 0.0;
12150                   to_x: "elm.padding.right";
12151                   to_y: "elm.padding.bottom";
12152                }
12153                align: 1.0 0.5;
12154             }
12155             GENLIST_DESCRIPTION_FLIP_ENABLED
12156          }
12157          part { name: "elm.padding.icon2.left";
12158             clip_to: "disclip";
12159             type: RECT;
12160             scale: 1;
12161             description { state: "default" 0.0;
12162                min: GENLIST_SIZE_16_INC 0;
12163                fixed: 1 0;
12164                rel1.to_x: "elm.icon.2";
12165                rel2 {
12166                   relative: 0.0 1.0;
12167                   to_x: "elm.icon.2";
12168                }
12169                align: 1.0 0.0;
12170                visible: 0;
12171             }
12172          }
12173          part { name: "elm.text.2";
12174             clip_to: "disclip";
12175             type: TEXT;
12176             mouse_events: 0;
12177             scale: 1;
12178             description { state: "default" 0.0;
12179                min: 0 GENLIST_SIZE_48_INC;
12180                fixed: 0 1;
12181                rel1 {
12182                   relative: 1.0 0.0;
12183                   to_x: "elm.padding.left";
12184                   to_y: "elm.padding.bottom";
12185                }
12186                rel2 {
12187                   relative: 0.0 0.0;
12188                   to_x: "elm.padding.icon2.left";
12189                   to_y: "elm.padding.bottom";
12190                }
12191                align: 0.0 1.0;
12192                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12193                text {
12194                   font: "SLP:style=Medium";
12195                   size: GENLIST_FONT_32_INC;
12196                   min: 0 1;
12197                   align: 0.0 0.5;
12198                   text_class: "slp_medium";
12199                }
12200             }
12201             description { state: "selected" 0.0;
12202                inherit: "default" 0.0;
12203                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12204             }
12205             GENLIST_DESCRIPTION_FLIP_ENABLED
12206          }
12207          part { name: "elm.text.1";
12208             clip_to: "disclip";
12209             type: TEXT;
12210             mouse_events: 0;
12211             scale: 1;
12212             description { state: "default" 0.0;
12213                min: 0 0;
12214                max: GENLIST_SIZE_560_INC 0;
12215                fixed: 1 0;
12216                rel1 {
12217                   relative: 1.0 1.0;
12218                   to_x: "elm.padding.left";
12219                   to_y: "elm.padding.top";
12220                }
12221                rel2 {
12222                   relative: 1.0 0.0;
12223                   to_x: "elm.padding.left";
12224                   to_y: "elm.text.2";
12225                }
12226                align: 0.0 0.5;
12227                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12228                text {
12229                   font: "SLP:style=Roman";
12230                   size: GENLIST_FONT_44_INC;
12231                   min: 1 1;
12232                   align: 0.0 0.5;
12233                   text_class: "list_item";
12234                }
12235             }
12236             description { state: "selected" 0.0;
12237                inherit: "default" 0.0;
12238                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12239             }
12240             GENLIST_DESCRIPTION_FLIP_ENABLED
12241          }
12242          part { name: "elm.padding.icon1.left";
12243             clip_to: "disclip";
12244             type: RECT;
12245             scale: 1;
12246             description { state: "default" 0.0;
12247                min: GENLIST_SIZE_16_INC 0;
12248                fixed: 1 0;
12249                rel1 {
12250                   relative: 1.0 0.0;
12251                   to_x: "elm.text.1";
12252                }
12253                rel2.to_x: "elm.text.1";
12254                align: 0.0 0.0;
12255                visible: 0;
12256             }
12257          }
12258          part { name: "elm.icon.1";
12259             clip_to: "disclip";
12260             type: SWALLOW;
12261             scale: 1;
12262             description { state: "default" 0.0;
12263                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12264                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12265                fixed: 1 1;
12266                rel1 {
12267                   relative: 1.0 1.0;
12268                   to_x: "elm.padding.icon1.left";
12269                   to_y: "elm.padding.top";
12270                }
12271                rel2 {
12272                   relative: 1.0 0.0;
12273                   to_x: "elm.padding.icon1.left";
12274                   to_y: "elm.text.2";
12275                }
12276                align: 0.0 0.5;
12277             }
12278             GENLIST_DESCRIPTION_FLIP_ENABLED
12279          }
12280          GENLIST_PART_FLIP
12281          GENLIST_PART_DISCLIP
12282       }
12283       programs {
12284          // signal: elm,state,%s,active
12285          //   a "check" item named %s went active
12286          // signal: elm,state,%s,passive
12287          //   a "check" item named %s went passive
12288          // default is passive
12289          program { name: "go_active";
12290             signal: "elm,state,selected";
12291             source: "elm";
12292             action: STATE_SET "selected" 0.0;
12293             target: "bg_image";
12294             target: "elm.text.1";
12295             target: "elm.text.2";
12296             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12297          }
12298          program { name: "go_passive";
12299             signal: "elm,state,unselected";
12300             source: "elm";
12301             action: STATE_SET "default" 0.0;
12302             target: "bg_image";
12303             target: "elm.text.1";
12304             target: "elm.text.2";
12305             transition: LINEAR 0.1;
12306          }
12307          program { name: "go_disabled";
12308             signal: "elm,state,disabled";
12309             source: "elm";
12310             action: STATE_SET "disabled" 0.0;
12311             target: "disclip";
12312          }
12313          program { name: "go_enabled";
12314             signal: "elm,state,enabled";
12315             source: "elm";
12316             action: STATE_SET "default" 0.0;
12317             target: "disclip";
12318          }
12319          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12320          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12321       }
12322    }
12323
12324 // 10.1 Help_dialogue group
12325    group { name: "elm/genlist/item_compress/multiline/1text/default";
12326       alias: "elm/genlist/item_compress_odd/multiline/1text/default";
12327       data.item: "stacking" "above";
12328       data.item: "selectraise" "on";
12329       data.item: "texts" "elm.text.1";
12330       parts {
12331          part { name: "base";
12332             type: RECT;
12333             repeat_events: 1;
12334             description { state: "default" 0.0;
12335                color: GENLIST_DIALOGUE_GROUP_BG_COLOR_INC;
12336             }
12337          }
12338          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
12339          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
12340          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
12341          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
12342          part { name: "elm.text.1";
12343             clip_to: "disclip";
12344             type: TEXTBLOCK;
12345             mouse_events: 0;
12346             scale: 1;
12347             description { state: "default" 0.0;
12348                rel1 {
12349                   relative: 1.0 1.0;
12350                   to_x: "elm.padding.left";
12351                   to_y: "elm.padding.top";
12352                }
12353                rel2 {
12354                   relative: 0.0 0.0;
12355                   to_x: "elm.padding.right";
12356                   to_y: "elm.padding.bottom";
12357                }
12358                text {
12359                   style: "genlist_textblock_help_style";
12360                   min: 0 1;
12361                   align: 0.0 0.5;
12362                }
12363             }
12364          }
12365          GENLIST_PART_DISCLIP
12366       }
12367       programs {
12368          program { name: "go_disabled";
12369             signal: "elm,state,disabled";
12370             source: "elm";
12371             action: STATE_SET "disabled" 0.0;
12372             target: "disclip";
12373          }
12374          program { name: "go_enabled";
12375             signal: "elm,state,enabled";
12376             source: "elm";
12377             action: STATE_SET "default" 0.0;
12378             target: "disclip";
12379          }
12380       }
12381    }
12382
12383 // 3.4.1
12384    group { name: "elm/genlist/item_compress/multiline/2text/default";
12385       alias: "elm/genlist/item_compress_odd/multiline/2text/default";
12386       alias: "elm/genlist/item_compress/multiline.2text/default";
12387       alias: "elm/genlist/item_compress_odd/multiline.2text/default";
12388       data.item: "stacking" "above";
12389       data.item: "selectraise" "on";
12390       data.item: "texts" "elm.text.1 elm.text.2";
12391       parts {
12392          part { name: "base";
12393             type: RECT;
12394             repeat_events: 1;
12395             description { state: "default" 0.0;
12396                color: GENLIST_PART_BG_COLOR_INC;
12397             }
12398          }
12399          GENLIST_PART_BG_IMAGE
12400          GENLIST_PART_BOTTOM_LINE
12401          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12402          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
12403          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12404          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12405          part { name: "elm.text.1";
12406             clip_to: "disclip";
12407             type: TEXT;
12408             mouse_events: 0;
12409             scale: 1;
12410             description { state: "default" 0.0;
12411                min: 0 GENLIST_SIZE_61_INC;
12412                fixed: 0 1;
12413                rel1 {
12414                   relative: 1.0 1.0;
12415                   to_x: "elm.padding.left";
12416                   to_y: "elm.padding.top";
12417                }
12418                rel2 {
12419                   relative: 0.0 1.0;
12420                   to_x: "elm.padding.right";
12421                   to_y: "elm.padding.top";
12422                }
12423                align: 0.0 0.0;
12424                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12425                text {
12426                   font: "SLP:style=Roman";
12427                   size: GENLIST_FONT_42_INC;
12428                   min: 0 1;
12429                   align: 0.0 0.5;
12430                   text_class: "list_item";
12431                }
12432             }
12433             description { state: "selected" 0.0;
12434                inherit: "default" 0.0;
12435                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12436             }
12437          }
12438          part { name: "elm.text.2";
12439             clip_to: "disclip";
12440             type: TEXTBLOCK;
12441             mouse_events: 0;
12442             scale: 1;
12443             description { state: "default" 0.0;
12444                rel1 {
12445                   relative: 1.0 1.0;
12446                   to_x: "elm.padding.left";
12447                   to_y: "elm.text.1";
12448                }
12449                rel2 {
12450                   relative: 0.0 0.0;
12451                   to_x: "elm.padding.right";
12452                   to_y: "elm.padding.bottom";
12453                }
12454                text {
12455                   style: "genlist_textblock_flexible_sub_style";
12456                   min: 0 1;
12457                   align: 0.0 0.5;
12458                }
12459             }
12460             description { state: "selected" 0.0;
12461                inherit: "default" 0.0;
12462                text.style: "genlist_textblock_flexible_sub_selected_style";
12463             }
12464          }
12465          GENLIST_PART_DISCLIP
12466       }
12467       programs {
12468          // signal: elm,state,%s,active
12469          //   a "check" item named %s went active
12470          // signal: elm,state,%s,passive
12471          //   a "check" item named %s went passive
12472          // default is passive
12473          program { name: "go_active";
12474             signal: "elm,state,selected";
12475             source: "elm";
12476             action: STATE_SET "selected" 0.0;
12477             target: "bg_image";
12478             target: "elm.text.1";
12479             target: "elm.text.2";
12480             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12481          }
12482          program { name: "go_passive";
12483             signal: "elm,state,unselected";
12484             source: "elm";
12485             action: STATE_SET "default" 0.0;
12486             target: "bg_image";
12487             target: "elm.text.1";
12488             target: "elm.text.2";
12489             transition: LINEAR 0.1;
12490          }
12491          program { name: "go_disabled";
12492             signal: "elm,state,disabled";
12493             source: "elm";
12494             action: STATE_SET "disabled" 0.0;
12495             target: "disclip";
12496          }
12497          program { name: "go_enabled";
12498             signal: "elm,state,enabled";
12499             source: "elm";
12500             action: STATE_SET "default" 0.0;
12501             target: "disclip";
12502          }
12503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12504       }
12505    }
12506
12507 // 3.4.2
12508    group { name: "elm/genlist/item/multiline/3text.2icon/default";
12509       alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
12510       alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
12511       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
12512       data.item: "stacking" "above";
12513       data.item: "selectraise" "on";
12514       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12515       data.item: "contents" "elm.icon.1 elm.icon.2";
12516       data.item: "flips" "elm.flip.content";
12517       images {
12518          image: "00_list_bar_press_1x80.png" COMP;
12519       }
12520       parts {
12521          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12522          GENLIST_PART_BG_IMAGE
12523          GENLIST_PART_BOTTOM_LINE
12524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12528          part { name: "elm.icon.2";
12529             clip_to: "disclip";
12530             type: SWALLOW;
12531             scale: 1;
12532             description { state: "default" 0.0;
12533                min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12534                max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12535                fixed: 1 1;
12536                rel1 {
12537                   relative: 0.0 1.0;
12538                   to_x: "elm.padding.right";
12539                   to_y: "elm.padding.top";
12540                }
12541                rel2 {
12542                   relative: 0.0 0.0;
12543                   to_x: "elm.padding.right";
12544                   to_y: "elm.padding.bottom";
12545                }
12546                align: 1.0 0.5;
12547             }
12548             GENLIST_DESCRIPTION_FLIP_ENABLED
12549          }
12550          part { name: "elm.padding.icon2.left";
12551             clip_to: "disclip";
12552             type: RECT;
12553             scale: 1;
12554             description { state: "default" 0.0;
12555                min: GENLIST_PADDING_16_INC 0;
12556                fixed: 1 0;
12557                rel1.to_x: "elm.icon.2";
12558                rel2 {
12559                   relative: 0.0 1.0;
12560                   to_x: "elm.icon.2";
12561                }
12562                align: 1.0 0.0;
12563                visible: 0;
12564             }
12565          }
12566          part { name: "elm.text.1.rect";
12567             clip_to: "disclip";
12568             type: RECT;
12569             scale: 1;
12570             description { state: "default" 0.0;
12571                min: 0 GENLIST_SIZE_48_INC;
12572                fixed: 0 1;
12573                rel1 {
12574                   relative: 1.0 1.0;
12575                   to_x: "elm.padding.left";
12576                   to_y: "elm.padding.top";
12577                }
12578                rel2 {
12579                   relative: 0.0 1.0;
12580                   to_x: "elm.padding.icon2.left";
12581                   to_y: "elm.padding.top";
12582                }
12583                align: 0.0 0.0;
12584                visible: 0;
12585             }
12586          }
12587          part { name: "elm.text.1";
12588             clip_to: "disclip";
12589             type: TEXT;
12590             mouse_events: 0;
12591             scale: 1;
12592             description { state: "default" 0.0;
12593                fixed: 1 1;
12594                rel1.to: "elm.text.1.rect";
12595                rel2.to: "elm.text.1.rect";
12596                align: 0.0 0.0;
12597                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12598                text {
12599                   font: "SLP:style=Roman";
12600                   size: GENLIST_FONT_40_INC;
12601                   min: 0 1;
12602                   align: 0.0 0.5;
12603                   text_class: "list_item";
12604                }
12605             }
12606             description { state: "selected" 0.0;
12607                inherit: "default" 0.0;
12608                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12609             }
12610             GENLIST_DESCRIPTION_FLIP_ENABLED
12611          }
12612          part { name: "elm.text.2";
12613             clip_to: "disclip";
12614             type: TEXT;
12615             mouse_events: 0;
12616             scale: 1;
12617             description { state: "default" 0.0;
12618                min: 0 GENLIST_SIZE_48_INC;
12619                fixed: 0 1;
12620                rel1 {
12621                   relative: 1.0 1.0;
12622                   to_x: "elm.padding.left";
12623                   to_y: "elm.text.1.rect";
12624                }
12625                rel2 {
12626                   relative: 0.0 1.0;
12627                   to_x: "elm.padding.icon2.left";
12628                   to_y: "elm.text.1.rect";
12629                }
12630                align: 0.0 0.0;
12631                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12632                text {
12633                   font: "SLP:style=Roman";
12634                   size: GENLIST_FONT_36_INC;
12635                   min: 0 1;
12636                   align: 0.0 0.5;
12637                   text_class: "slp_roman";
12638                }
12639             }
12640             description { state: "selected" 0.0;
12641                inherit: "default" 0.0;
12642                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12643             }
12644             GENLIST_DESCRIPTION_FLIP_ENABLED
12645          }
12646          part { name: "elm.text.3";
12647             clip_to: "disclip";
12648             type: TEXT;
12649             mouse_events: 0;
12650             scale: 1;
12651             description { state: "default" 0.0;
12652                min: 0 GENLIST_SIZE_35_INC;
12653                fixed: 0 1;
12654                rel1 {
12655                   relative: 1.0 0.0;
12656                   to_x: "elm.padding.icon1.right";
12657                   to_y: "elm.padding.bottom";
12658                }
12659                rel2 {
12660                   relative: 0.0 0.0;
12661                   to_x: "elm.padding.icon2.left";
12662                   to_y: "elm.padding.bottom";
12663                }
12664                align: 0.0 1.0;
12665                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12666                text {
12667                   font: "SLP:style=Medium";
12668                   size: GENLIST_FONT_30_INC;
12669                   min: 0 1;
12670                   align: 0.0 0.5;
12671                   text_class: "slp_medium";
12672                }
12673             }
12674             description { state: "selected" 0.0;
12675                inherit: "default" 0.0;
12676                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12677             }
12678             GENLIST_DESCRIPTION_FLIP_ENABLED
12679          }
12680          part { name: "elm.icon.1";
12681             clip_to: "disclip";
12682             type: SWALLOW;
12683             scale: 1;
12684             description { state: "default" 0.0;
12685                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12686                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12687                fixed: 1 1;
12688                rel1 {
12689                   relative: 1.0 1.0;
12690                   to_x: "elm.padding.left";
12691                   to_y: "elm.text.2";
12692                }
12693                rel2 {
12694                   relative: 1.0 0.0;
12695                   to_x: "elm.padding.left";
12696                   to_y: "elm.padding.bottom";
12697                }
12698                align: 0.0 0.5;
12699             }
12700             GENLIST_DESCRIPTION_FLIP_ENABLED
12701          }
12702          part { name: "elm.padding.icon1.right";
12703             clip_to: "disclip";
12704             type: RECT;
12705             scale: 1;
12706             description { state: "default" 0.0;
12707                min: GENLIST_PADDING_16_INC 0;
12708                fixed: 1 0;
12709                rel1 {
12710                   relative: 1.0 0.0;
12711                   to_x: "elm.icon.1";
12712                }
12713                rel2.to_x: "elm.icon.1";
12714                align: 0.0 0.0;
12715                visible: 0;
12716             }
12717          }
12718          GENLIST_PART_FLIP
12719          GENLIST_PART_DISCLIP
12720       }
12721       programs {
12722          // signal: elm,state,%s,active
12723          //   a "check" item named %s went active
12724          // signal: elm,state,%s,passive
12725          //   a "check" item named %s went passive
12726          // default is passive
12727          program { name: "go_active";
12728             signal: "elm,state,selected";
12729             source: "elm";
12730             action: STATE_SET "selected" 0.0;
12731             target: "bg_image";
12732             target: "elm.text.1";
12733             target: "elm.text.2";
12734             target: "elm.text.3";
12735             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12736          }
12737          program { name: "go_passive";
12738             signal: "elm,state,unselected";
12739             source: "elm";
12740             action: STATE_SET "default" 0.0;
12741             target: "bg_image";
12742             target: "elm.text.1";
12743             target: "elm.text.2";
12744             target: "elm.text.3";
12745             transition: LINEAR 0.1;
12746          }
12747          program { name: "go_disabled";
12748             signal: "elm,state,disabled";
12749             source: "elm";
12750             action: STATE_SET "disabled" 0.0;
12751             target: "disclip";
12752          }
12753          program { name: "go_enabled";
12754             signal: "elm,state,enabled";
12755             source: "elm";
12756             action: STATE_SET "default" 0.0;
12757             target: "disclip";
12758          }
12759          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
12760          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12761       }
12762    }
12763
12764 // 3.4.2
12765    group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
12766       alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
12767       alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
12768       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
12769       data.item: "stacking" "above";
12770       data.item: "selectraise" "on";
12771       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12772       data.item: "contents" "elm.icon.1 elm.icon.2";
12773       data.item: "flips" "elm.flip.content";
12774       images {
12775          image: "00_list_bar_press_1x80.png" COMP;
12776       }
12777       parts {
12778          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12779          GENLIST_PART_BG_IMAGE
12780          GENLIST_PART_BOTTOM_LINE
12781          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12782          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12783          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12784          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12785          part { name: "elm.icon.2";
12786             clip_to: "disclip";
12787             type: SWALLOW;
12788             scale: 1;
12789             description { state: "default" 0.0;
12790                min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12791                max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12792                fixed: 1 1;
12793                rel1 {
12794                   relative: 0.0 1.0;
12795                   to_x: "elm.padding.right";
12796                   to_y: "elm.padding.top";
12797                }
12798                rel2 {
12799                   relative: 0.0 0.0;
12800                   to_x: "elm.padding.right";
12801                   to_y: "elm.padding.bottom";
12802                }
12803                align: 1.0 0.5;
12804             }
12805             GENLIST_DESCRIPTION_FLIP_ENABLED
12806          }
12807          part { name: "elm.padding.icon2.left";
12808             clip_to: "disclip";
12809             type: RECT;
12810             scale: 1;
12811             description { state: "default" 0.0;
12812                min: GENLIST_PADDING_16_INC 0;
12813                fixed: 1 0;
12814                rel1.to_x: "elm.icon.2";
12815                rel2 {
12816                   relative: 0.0 1.0;
12817                   to_x: "elm.icon.2";
12818                }
12819                align: 1.0 0.0;
12820                visible: 0;
12821             }
12822          }
12823          part { name: "elm.text.1.rect";
12824             clip_to: "disclip";
12825             type: RECT;
12826             scale: 1;
12827             description { state: "default" 0.0;
12828                min: 0 GENLIST_SIZE_48_INC;
12829                fixed: 0 1;
12830                rel1 {
12831                   relative: 1.0 1.0;
12832                   to_x: "elm.padding.left";
12833                   to_y: "elm.padding.top";
12834                }
12835                rel2 {
12836                   relative: 0.0 1.0;
12837                   to_x: "elm.padding.icon2.left";
12838                   to_y: "elm.padding.top";
12839                }
12840                align: 0.0 0.0;
12841                visible: 0;
12842             }
12843          }
12844          part { name: "elm.text.1";
12845             clip_to: "disclip";
12846             type: TEXT;
12847             mouse_events: 0;
12848             scale: 1;
12849             description { state: "default" 0.0;
12850                fixed: 1 1;
12851                rel1.to: "elm.text.1.rect";
12852                rel2.to: "elm.text.1.rect";
12853                align: 0.0 0.0;
12854                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
12855                text {
12856                   font: "SLP:style=Roman";
12857                   size: GENLIST_FONT_40_INC;
12858                   min: 0 1;
12859                   align: 0.0 0.5;
12860                   text_class: "list_item";
12861                }
12862             }
12863             description { state: "selected" 0.0;
12864                inherit: "default" 0.0;
12865                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12866             }
12867             GENLIST_DESCRIPTION_FLIP_ENABLED
12868          }
12869          part { name: "elm.text.2";
12870             clip_to: "disclip";
12871             type: TEXT;
12872             mouse_events: 0;
12873             scale: 1;
12874             description { state: "default" 0.0;
12875                min: 0 GENLIST_SIZE_48_INC;
12876                fixed: 0 1;
12877                rel1 {
12878                   relative: 1.0 1.0;
12879                   to_x: "elm.padding.left";
12880                   to_y: "elm.text.1.rect";
12881                }
12882                rel2 {
12883                   relative: 0.0 1.0;
12884                   to_x: "elm.padding.icon2.left";
12885                   to_y: "elm.text.1.rect";
12886                }
12887                align: 0.0 0.0;
12888                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
12889                text {
12890                   font: "SLP:style=Roman";
12891                   size: GENLIST_FONT_36_INC;
12892                   min: 0 1;
12893                   align: 0.0 0.5;
12894                   text_class: "slp_roman";
12895                }
12896             }
12897             description { state: "selected" 0.0;
12898                inherit: "default" 0.0;
12899                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12900             }
12901             GENLIST_DESCRIPTION_FLIP_ENABLED
12902          }
12903          part { name: "elm.text.3";
12904             clip_to: "disclip";
12905             type: TEXT;
12906             mouse_events: 0;
12907             scale: 1;
12908             description { state: "default" 0.0;
12909                min: 0 GENLIST_SIZE_35_INC;
12910                fixed: 0 1;
12911                rel1 {
12912                   relative: 1.0 0.0;
12913                   to_x: "elm.padding.icon1.right";
12914                   to_y: "elm.padding.bottom";
12915                }
12916                rel2 {
12917                   relative: 0.0 0.0;
12918                   to_x: "elm.padding.icon2.left";
12919                   to_y: "elm.padding.bottom";
12920                }
12921                align: 0.0 1.0;
12922                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12923                text {
12924                   font: "SLP:style=Medium";
12925                   size: GENLIST_FONT_30_INC;
12926                   min: 0 1;
12927                   align: 0.0 0.5;
12928                   text_class: "slp_medium";
12929                }
12930             }
12931             description { state: "selected" 0.0;
12932                inherit: "default" 0.0;
12933                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12934             }
12935             GENLIST_DESCRIPTION_FLIP_ENABLED
12936          }
12937          part { name: "elm.icon.1";
12938             clip_to: "disclip";
12939             type: SWALLOW;
12940             scale: 1;
12941             description { state: "default" 0.0;
12942                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12943                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12944                fixed: 1 1;
12945                rel1 {
12946                   relative: 1.0 1.0;
12947                   to_x: "elm.padding.left";
12948                   to_y: "elm.text.2";
12949                }
12950                rel2 {
12951                   relative: 1.0 0.0;
12952                   to_x: "elm.padding.left";
12953                   to_y: "elm.padding.bottom";
12954                }
12955                align: 0.0 0.5;
12956             }
12957             GENLIST_DESCRIPTION_FLIP_ENABLED
12958          }
12959          part { name: "elm.padding.icon1.right";
12960             clip_to: "disclip";
12961             type: RECT;
12962             scale: 1;
12963             description { state: "default" 0.0;
12964                min: GENLIST_PADDING_16_INC 0;
12965                fixed: 1 0;
12966                rel1 {
12967                   relative: 1.0 0.0;
12968                   to_x: "elm.icon.1";
12969                }
12970                rel2.to_x: "elm.icon.1";
12971                align: 0.0 0.0;
12972                visible: 0;
12973             }
12974          }
12975          GENLIST_PART_FLIP
12976          GENLIST_PART_DISCLIP
12977       }
12978       programs {
12979          // signal: elm,state,%s,active
12980          //   a "check" item named %s went active
12981          // signal: elm,state,%s,passive
12982          //   a "check" item named %s went passive
12983          // default is passive
12984          program { name: "go_active";
12985             signal: "elm,state,selected";
12986             source: "elm";
12987             action: STATE_SET "selected" 0.0;
12988             target: "bg_image";
12989             target: "elm.text.1";
12990             target: "elm.text.2";
12991             target: "elm.text.3";
12992             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12993          }
12994          program { name: "go_passive";
12995             signal: "elm,state,unselected";
12996             source: "elm";
12997             action: STATE_SET "default" 0.0;
12998             target: "bg_image";
12999             target: "elm.text.1";
13000             target: "elm.text.2";
13001             target: "elm.text.3";
13002             transition: LINEAR 0.1;
13003          }
13004          program { name: "go_disabled";
13005             signal: "elm,state,disabled";
13006             source: "elm";
13007             action: STATE_SET "disabled" 0.0;
13008             target: "disclip";
13009          }
13010          program { name: "go_enabled";
13011             signal: "elm,state,enabled";
13012             source: "elm";
13013             action: STATE_SET "default" 0.0;
13014             target: "disclip";
13015          }
13016          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
13017          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13018       }
13019    }
13020
13021 // 3.4.3
13022    group { name: "elm/genlist/item/multiline/3text.1icon/default";
13023       alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
13024       alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
13025       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
13026       data.item: "stacking" "above";
13027       data.item: "selectraise" "on";
13028       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13029       data.item: "contents" "elm.icon";
13030       data.item: "flips" "elm.flip.content";
13031       images {
13032          image: "00_list_bar_press_1x80.png" COMP;
13033       }
13034       parts {
13035          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13036          GENLIST_PART_BG_IMAGE
13037          GENLIST_PART_BOTTOM_LINE
13038          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13039          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13040          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13041          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13042          part { name: "elm.text.1.rect";
13043             clip_to: "disclip";
13044             type: RECT;
13045             scale: 1;
13046             description { state: "default" 0.0;
13047                min: 0 GENLIST_SIZE_48_INC;
13048                fixed: 0 1;
13049                rel1 {
13050                   relative: 1.0 1.0;
13051                   to_x: "elm.padding.left";
13052                   to_y: "elm.padding.top";
13053                }
13054                rel2 {
13055                   relative: 0.0 1.0;
13056                   to_x: "elm.padding.right";
13057                   to_y: "elm.padding.top";
13058                }
13059                align: 0.0 0.0;
13060                visible: 0;
13061             }
13062          }
13063          part { name: "elm.text.1";
13064             clip_to: "disclip";
13065             type: TEXT;
13066             mouse_events: 0;
13067             scale: 1;
13068             description { state: "default" 0.0;
13069                fixed: 1 1;
13070                rel1.to: "elm.text.1.rect";
13071                rel2.to: "elm.text.1.rect";
13072                align: 0.0 0.0;
13073                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13074                text {
13075                   font: "SLP:style=Roman";
13076                   size: GENLIST_FONT_40_INC;
13077                   min: 0 1;
13078                   align: 0.0 0.5;
13079                   text_class: "list_item";
13080                }
13081             }
13082             description { state: "selected" 0.0;
13083                inherit: "default" 0.0;
13084                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13085             }
13086             GENLIST_DESCRIPTION_FLIP_ENABLED
13087          }
13088          part { name: "elm.text.2";
13089             clip_to: "disclip";
13090             type: TEXT;
13091             mouse_events: 0;
13092             scale: 1;
13093             description { state: "default" 0.0;
13094                min: 0 GENLIST_SIZE_48_INC;
13095                fixed: 0 1;
13096                rel1 {
13097                   relative: 1.0 1.0;
13098                   to_x: "elm.padding.left";
13099                   to_y: "elm.text.1.rect";
13100                }
13101                rel2 {
13102                   relative: 0.0 1.0;
13103                   to_x: "elm.padding.right";
13104                   to_y: "elm.text.1.rect";
13105                }
13106                align: 0.0 0.0;
13107                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13108                text {
13109                   font: "SLP:style=Roman";
13110                   size: GENLIST_FONT_36_INC;
13111                   min: 0 1;
13112                   align: 0.0 0.5;
13113                   text_class: "slp_roman";
13114                }
13115             }
13116             description { state: "selected" 0.0;
13117                inherit: "default" 0.0;
13118                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13119             }
13120             GENLIST_DESCRIPTION_FLIP_ENABLED
13121          }
13122          part { name: "elm.text.3";
13123             clip_to: "disclip";
13124             type: TEXT;
13125             mouse_events: 0;
13126             scale: 1;
13127             description { state: "default" 0.0;
13128                min: 0 GENLIST_SIZE_35_INC;
13129                fixed: 0 1;
13130                rel1 {
13131                   relative: 1.0 0.0;
13132                   to_x: "elm.padding.icon.right";
13133                   to_y: "elm.padding.bottom";
13134                }
13135                rel2 {
13136                   relative: 0.0 0.0;
13137                   to_x: "elm.padding.right";
13138                   to_y: "elm.padding.bottom";
13139                }
13140                align: 0.0 1.0;
13141                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13142                text {
13143                   font: "SLP:style=Medium";
13144                   size: GENLIST_FONT_30_INC;
13145                   min: 0 1;
13146                   align: 0.0 0.5;
13147                   text_class: "slp_medium";
13148                }
13149             }
13150             description { state: "selected" 0.0;
13151                inherit: "default" 0.0;
13152                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13153             }
13154             GENLIST_DESCRIPTION_FLIP_ENABLED
13155          }
13156          part { name: "elm.icon";
13157             clip_to: "disclip";
13158             type: SWALLOW;
13159             scale: 1;
13160             description { state: "default" 0.0;
13161                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13162                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13163                fixed: 1 1;
13164                rel1 {
13165                   relative: 1.0 0.0;
13166                   to_x: "elm.padding.left";
13167                   to_y: "elm.text.3";
13168                }
13169                rel2 {
13170                   relative: 1.0 0.0;
13171                   to_x: "elm.padding.left";
13172                   to_y: "elm.padding.bottom";
13173                }
13174                align: 0.0 0.5;
13175             }
13176             GENLIST_DESCRIPTION_FLIP_ENABLED
13177          }
13178          part { name: "elm.padding.icon.right";
13179             clip_to: "disclip";
13180             type: RECT;
13181             scale: 1;
13182             description { state: "default" 0.0;
13183                min: GENLIST_PADDING_16_INC 0;
13184                fixed: 1 0;
13185                rel1 {
13186                   relative: 1.0 0.0;
13187                   to_x: "elm.icon";
13188                }
13189                rel2.to_x: "elm.icon";
13190                align: 0.0 0.0;
13191                visible: 0;
13192             }
13193          }
13194          GENLIST_PART_FLIP
13195          GENLIST_PART_DISCLIP
13196       }
13197       programs {
13198          // signal: elm,state,%s,active
13199          //   a "check" item named %s went active
13200          // signal: elm,state,%s,passive
13201          //   a "check" item named %s went passive
13202          // default is passive
13203          program { name: "go_active";
13204             signal: "elm,state,selected";
13205             source: "elm";
13206             action: STATE_SET "selected" 0.0;
13207             target: "bg_image";
13208             target: "elm.text.1";
13209             target: "elm.text.2";
13210             target: "elm.text.3";
13211             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13212          }
13213          program { name: "go_passive";
13214             signal: "elm,state,unselected";
13215             source: "elm";
13216             action: STATE_SET "default" 0.0;
13217             target: "bg_image";
13218             target: "elm.text.1";
13219             target: "elm.text.2";
13220             target: "elm.text.3";
13221             transition: LINEAR 0.1;
13222          }
13223          program { name: "go_disabled";
13224             signal: "elm,state,disabled";
13225             source: "elm";
13226             action: STATE_SET "disabled" 0.0;
13227             target: "disclip";
13228          }
13229          program { name: "go_enabled";
13230             signal: "elm,state,enabled";
13231             source: "elm";
13232             action: STATE_SET "default" 0.0;
13233             target: "disclip";
13234          }
13235          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13236          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13237       }
13238    }
13239
13240 // 3.4.3
13241    group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
13242       alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
13243       alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
13244       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
13245       data.item: "stacking" "above";
13246       data.item: "selectraise" "on";
13247       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13248       data.item: "contents" "elm.icon";
13249       data.item: "flips" "elm.flip.content";
13250       images {
13251          image: "00_list_bar_press_1x80.png" COMP;
13252       }
13253       parts {
13254          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13255          GENLIST_PART_BG_IMAGE
13256          GENLIST_PART_BOTTOM_LINE
13257          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13258          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13259          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13260          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13261          part { name: "elm.text.1.rect";
13262             clip_to: "disclip";
13263             type: RECT;
13264             scale: 1;
13265             description { state: "default" 0.0;
13266                min: 0 GENLIST_SIZE_48_INC;
13267                fixed: 0 1;
13268                rel1 {
13269                   relative: 1.0 1.0;
13270                   to_x: "elm.padding.left";
13271                   to_y: "elm.padding.top";
13272                }
13273                rel2 {
13274                   relative: 0.0 1.0;
13275                   to_x: "elm.padding.right";
13276                   to_y: "elm.padding.top";
13277                }
13278                align: 0.0 0.0;
13279                visible: 0;
13280             }
13281          }
13282          part { name: "elm.text.1";
13283             clip_to: "disclip";
13284             type: TEXT;
13285             mouse_events: 0;
13286             scale: 1;
13287             description { state: "default" 0.0;
13288                fixed: 1 1;
13289                rel1.to: "elm.text.1.rect";
13290                rel2.to: "elm.text.1.rect";
13291                align: 0.0 0.0;
13292                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13293                text {
13294                   font: "SLP:style=Roman";
13295                   size: GENLIST_FONT_40_INC;
13296                   min: 0 1;
13297                   align: 0.0 0.5;
13298                   text_class: "list_item";
13299                }
13300             }
13301             description { state: "selected" 0.0;
13302                inherit: "default" 0.0;
13303                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13304             }
13305             GENLIST_DESCRIPTION_FLIP_ENABLED
13306          }
13307          part { name: "elm.text.2";
13308             clip_to: "disclip";
13309             type: TEXT;
13310             mouse_events: 0;
13311             scale: 1;
13312             description { state: "default" 0.0;
13313                min: 0 GENLIST_SIZE_48_INC;
13314                fixed: 0 1;
13315                rel1 {
13316                   relative: 1.0 1.0;
13317                   to_x: "elm.padding.left";
13318                   to_y: "elm.text.1.rect";
13319                }
13320                rel2 {
13321                   relative: 0.0 1.0;
13322                   to_x: "elm.padding.right";
13323                   to_y: "elm.text.1.rect";
13324                }
13325                align: 0.0 0.0;
13326                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
13327                text {
13328                   font: "SLP:style=Roman";
13329                   size: GENLIST_FONT_36_INC;
13330                   min: 0 1;
13331                   align: 0.0 0.5;
13332                   text_class: "slp_roman";
13333                }
13334             }
13335             description { state: "selected" 0.0;
13336                inherit: "default" 0.0;
13337                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13338             }
13339             GENLIST_DESCRIPTION_FLIP_ENABLED
13340          }
13341          part { name: "elm.text.3";
13342             clip_to: "disclip";
13343             type: TEXT;
13344             mouse_events: 0;
13345             scale: 1;
13346             description { state: "default" 0.0;
13347                min: 0 GENLIST_SIZE_35_INC;
13348                fixed: 0 1;
13349                rel1 {
13350                   relative: 1.0 0.0;
13351                   to_x: "elm.padding.icon.right";
13352                   to_y: "elm.padding.bottom";
13353                }
13354                rel2 {
13355                   relative: 0.0 0.0;
13356                   to_x: "elm.padding.right";
13357                   to_y: "elm.padding.bottom";
13358                }
13359                align: 0.0 1.0;
13360                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13361                text {
13362                   font: "SLP:style=Medium";
13363                   size: GENLIST_FONT_30_INC;
13364                   min: 0 1;
13365                   align: 0.0 0.5;
13366                   text_class: "slp_medium";
13367                }
13368             }
13369             description { state: "selected" 0.0;
13370                inherit: "default" 0.0;
13371                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13372             }
13373             GENLIST_DESCRIPTION_FLIP_ENABLED
13374          }
13375          part { name: "elm.icon";
13376             clip_to: "disclip";
13377             type: SWALLOW;
13378             scale: 1;
13379             description { state: "default" 0.0;
13380                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13381                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13382                fixed: 1 1;
13383                rel1 {
13384                   relative: 1.0 0.0;
13385                   to_x: "elm.padding.left";
13386                   to_y: "elm.text.3";
13387                }
13388                rel2 {
13389                   relative: 1.0 0.0;
13390                   to_x: "elm.padding.left";
13391                   to_y: "elm.padding.bottom";
13392                }
13393                align: 0.0 0.5;
13394             }
13395             GENLIST_DESCRIPTION_FLIP_ENABLED
13396          }
13397          part { name: "elm.padding.icon.right";
13398             clip_to: "disclip";
13399             type: RECT;
13400             scale: 1;
13401             description { state: "default" 0.0;
13402                min: GENLIST_PADDING_16_INC 0;
13403                fixed: 1 0;
13404                rel1 {
13405                   relative: 1.0 0.0;
13406                   to_x: "elm.icon";
13407                }
13408                rel2.to_x: "elm.icon";
13409                align: 0.0 0.0;
13410                visible: 0;
13411             }
13412          }
13413          GENLIST_PART_FLIP
13414          GENLIST_PART_DISCLIP
13415       }
13416       programs {
13417          // signal: elm,state,%s,active
13418          //   a "check" item named %s went active
13419          // signal: elm,state,%s,passive
13420          //   a "check" item named %s went passive
13421          // default is passive
13422          program { name: "go_active";
13423             signal: "elm,state,selected";
13424             source: "elm";
13425             action: STATE_SET "selected" 0.0;
13426             target: "bg_image";
13427             target: "elm.text.1";
13428             target: "elm.text.2";
13429             target: "elm.text.3";
13430             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13431          }
13432          program { name: "go_passive";
13433             signal: "elm,state,unselected";
13434             source: "elm";
13435             action: STATE_SET "default" 0.0;
13436             target: "bg_image";
13437             target: "elm.text.1";
13438             target: "elm.text.2";
13439             target: "elm.text.3";
13440             transition: LINEAR 0.1;
13441          }
13442          program { name: "go_disabled";
13443             signal: "elm,state,disabled";
13444             source: "elm";
13445             action: STATE_SET "disabled" 0.0;
13446             target: "disclip";
13447          }
13448          program { name: "go_enabled";
13449             signal: "elm,state,enabled";
13450             source: "elm";
13451             action: STATE_SET "default" 0.0;
13452             target: "disclip";
13453          }
13454          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13455          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13456       }
13457    }
13458
13459    // 2.2.3.11
13460    group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
13461       alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
13462       alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
13463       alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
13464       data.item: "stacking" "above";
13465       data.item: "selectraise" "on";
13466       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
13467       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
13468       data.item: "flips" "elm.flip.content";
13469       images {
13470          image: "00_list_bar_press_1x80.png" COMP;
13471       }
13472       parts {
13473          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
13474          GENLIST_PART_BG_IMAGE
13475          GENLIST_PART_BOTTOM_LINE
13476          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
13477          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
13478          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13479          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13480
13481          part { name: "elm.icon.1";
13482             clip_to: "disclip";
13483             type: SWALLOW;
13484             scale: 1;
13485             description { state: "default" 0.0;
13486                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13487                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13488                fixed: 1 1;
13489                rel1 {
13490                   relative: 1.0 1.0;
13491                   to_x: "elm.padding.left";
13492                   to_y: "elm.padding.top";
13493                }
13494                rel2 {
13495                   relative: 1.0 0.0;
13496                   to_x: "elm.padding.left";
13497                   to_y: "elm.padding.bottom";
13498                }
13499                align: 0.0 0.5;
13500             }
13501             GENLIST_DESCRIPTION_FLIP_ENABLED
13502          }
13503          part { name: "elm.padding.icon1.right";
13504             clip_to: "disclip";
13505             type: RECT;
13506             scale: 1;
13507             description { state: "default" 0.0;
13508                min: GENLIST_PADDING_16_INC 0;
13509                fixed: 1 0;
13510                rel1 {
13511                   relative: 1.0 0.0;
13512                   to_x: "elm.icon.1";
13513                }
13514                rel2.to_x: "elm.icon.1";
13515                align: 0.0 0.0;
13516                visible: 0;
13517             }
13518          }
13519          part { name: "elm.icon.3";
13520             clip_to: "disclip";
13521             type: SWALLOW;
13522             scale: 1;
13523             description { state: "default" 0.0;
13524                min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13525                max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13526                fixed: 1 1;
13527                rel1 {
13528                   relative: 0.0 1.0;
13529                   to_x: "elm.padding.right";
13530                   to_y: "elm.padding.top";
13531                }
13532                rel2 {
13533                   relative: 0.0 0.0;
13534                   to_x: "elm.padding.right";
13535                   to_y: "elm.padding.bottom";
13536                }
13537                align: 1.0 0.0;
13538             }
13539             GENLIST_DESCRIPTION_FLIP_ENABLED
13540          }
13541          part { name: "elm.icon.3.left";
13542             clip_to: "disclip";
13543             type: RECT;
13544             scale: 1;
13545             description { state: "default" 0.0;
13546                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13547                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13548                fixed: 1 1;
13549                rel1 {
13550                   relative: 0.0 1.0;
13551                   to_x: "elm.icon.3";
13552                   to_y: "elm.padding.top";
13553                }
13554                rel2 {
13555                   relative: 0.0 0.0;
13556                   to_x: "elm.icon.3";
13557                   to_y: "elm.padding.bottom";
13558                }
13559                align: 1.0 0.0;
13560                visible: 0;
13561             }
13562             GENLIST_DESCRIPTION_FLIP_ENABLED
13563          }
13564          part { name: "elm.icon.4";
13565             clip_to: "disclip";
13566             type: SWALLOW;
13567             scale: 1;
13568             description { state: "default" 0.0;
13569                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13570                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13571                fixed: 1 1;
13572                rel1 {
13573                   relative: 0.0 1.0;
13574                   to_x: "elm.icon.3.left";
13575                   to_y: "elm.padding.top";
13576                }
13577                rel2 {
13578                   relative: 0.0 0.0;
13579                   to_x: "elm.icon.3.left";
13580                   to_y: "elm.text.2";
13581                }
13582                align: 1.0 0.5;
13583             }
13584             GENLIST_DESCRIPTION_FLIP_ENABLED
13585          }
13586          part { name: "elm.icon.4.left";
13587             clip_to: "disclip";
13588             type: RECT;
13589             scale: 1;
13590             description { state: "default" 0.0;
13591                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13592                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13593                fixed: 1 1;
13594                rel1 {
13595                   relative: 0.0 1.0;
13596                   to_x: "elm.icon.4";
13597                   to_y: "elm.padding.top";
13598                }
13599                rel2 {
13600                   relative: 0.0 0.0;
13601                   to_x: "elm.icon.4";
13602                   to_y: "elm.padding.bottom";
13603                }
13604                align: 1.0 0.0;
13605                visible: 0;
13606             }
13607             GENLIST_DESCRIPTION_FLIP_ENABLED
13608          }
13609
13610          part { name: "elm.text.1.rect";
13611             clip_to: "disclip";
13612             type: RECT;
13613             scale: 1;
13614             description { state: "default" 0.0;
13615                min: 0 GENLIST_SIZE_60_INC;
13616                fixed: 0 1;
13617                rel1 {
13618                   relative: 1.0 1.0;
13619                   to_x: "elm.padding.left";
13620                   to_y: "elm.padding.top";
13621                }
13622                rel2 {
13623                   relative: 0.0 1.0;
13624                   to_x: "elm.icon.4.left";
13625                   to_y: "elm.padding.top";
13626                }
13627                align: 0.0 0.0;
13628                visible: 0;
13629             }
13630          }
13631          part { name: "elm.text.1";
13632             clip_to: "disclip";
13633             type: TEXT;
13634             mouse_events: 0;
13635             scale: 1;
13636             description { state: "default" 0.0;
13637                fixed: 1 1;
13638                rel1 {
13639                   relative: 1.0 1.0;
13640                   to_x: "elm.padding.icon1.right";
13641                   to_y: "elm.padding.top";
13642                }
13643                rel2.to: "elm.text.1.rect";
13644                align: 0.0 0.0;
13645                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13646                text {
13647                   font: "SLP:style=Roman";
13648                   size: GENLIST_FONT_44_INC;
13649                   min: 0 1;
13650                   align: 0.0 0.5;
13651                   text_class: "list_item";
13652                }
13653             }
13654             description { state: "selected" 0.0;
13655                inherit: "default" 0.0;
13656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13657             }
13658             GENLIST_DESCRIPTION_FLIP_ENABLED
13659          }
13660          part { name: "elm.text.1.bottom";
13661             clip_to: "disclip";
13662             type: RECT;
13663             scale: 1;
13664             description { state: "default" 0.0;
13665                min: 0 GENLIST_SIZE_4_INC;
13666                fixed: 1 1;
13667                rel1 {
13668                   relative: 1.0 1.0;
13669                   to_x: "elm.padding.icon1.right";
13670                   to_y: "elm.text.1.rect";
13671                }
13672                rel2 {
13673                   relative: 0.0 1.0;
13674                   to_x: "elm.padding.right";
13675                   to_y: "elm.text.1.rect";
13676                }
13677                align: 0.0 1.0;
13678                visible: 0;
13679             }
13680             GENLIST_DESCRIPTION_FLIP_ENABLED
13681          }
13682          part { name: "elm.text.2";
13683             clip_to: "disclip";
13684             type: TEXT;
13685             mouse_events: 0;
13686             scale: 1;
13687             description { state: "default" 0.0;
13688                min: 0 GENLIST_SIZE_40_INC;
13689                fixed: 0 1;
13690                rel1 {
13691                   relative: 1.0 1.0;
13692                   to_x: "elm.padding.icon1.right";
13693                   to_y: "elm.text.1.bottom";
13694                }
13695                rel2 {
13696                   relative: 0.0 1.0;
13697                   to_x: "elm.padding.right";
13698                   to_y: "elm.text.1.bottom";
13699                }
13700                align: 0.0 0.0;
13701                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
13702                text {
13703                   font: "SLP:style=Medium";
13704                   size: GENLIST_FONT_32_INC;
13705                   min: 0 1;
13706                   align: 0.0 0.5;
13707                   text_class: "slp_medium";
13708                }
13709             }
13710             description { state: "selected" 0.0;
13711                inherit: "default" 0.0;
13712                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13713             }
13714             GENLIST_DESCRIPTION_FLIP_ENABLED
13715          }
13716          part { name: "elm.text.4";
13717             clip_to: "disclip";
13718             type: TEXT;
13719             mouse_events: 0;
13720             scale: 1;
13721             description { state: "default" 0.0;
13722                min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
13723                fixed: 1 1;
13724                rel1 {
13725                   relative: 0.0 1.0;
13726                   to_x: "elm.padding.right";
13727                   to_y: "elm.text.2";
13728                }
13729                rel2 {
13730                   relative: 0.0 0.0;
13731                   to_x: "elm.padding.right";
13732                   to_y: "elm.padding.bottom";
13733                }
13734                align: 1.0 0.0;
13735                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13736                text {
13737                   font: "SLP:style=Medium";
13738                   size: GENLIST_FONT_32_INC;
13739                   min: 0 1;
13740                   align: 0.0 0.5;
13741                   text_class: "slp_medium";
13742                }
13743             }
13744             description { state: "selected" 0.0;
13745                inherit: "default" 0.0;
13746                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13747             }
13748             GENLIST_DESCRIPTION_FLIP_ENABLED
13749          }
13750          part { name: "elm.text.4.left";
13751             clip_to: "disclip";
13752             type: RECT;
13753             scale: 1;
13754             description { state: "default" 0.0;
13755                min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13756                max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13757                fixed: 1 1;
13758                color: 255 0 255 255;
13759                rel1 {
13760                   relative: 0.0 1.0;
13761                   to_x: "elm.text.4";
13762                   to_y: "elm.text.2";
13763                }
13764                rel2 {
13765                   relative: 0.0 0.0;
13766                   to_x: "elm.text.4";
13767                   to_y: "elm.padding.bottom";
13768                }
13769                align: 1.0 0.0;
13770                visible: 0;
13771             }
13772             GENLIST_DESCRIPTION_FLIP_ENABLED
13773          }
13774          part { name: "elm.text.3";
13775             clip_to: "disclip";
13776             type: TEXT;
13777             mouse_events: 0;
13778             scale: 1;
13779             description { state: "default" 0.0;
13780                min: 0 GENLIST_SIZE_40_INC;
13781                fixed: 0 1;
13782                rel1 {
13783                   relative: 1.0 0.0;
13784                   to_x: "elm.padding.icon1.right";
13785                   to_y: "elm.padding.bottom";
13786                }
13787                rel2 {
13788                   relative: 0.0 0.0;
13789                   to_x: "elm.text.4.left";
13790                   to_y: "elm.padding.bottom";
13791                }
13792                align: 0.0 1.0;
13793                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13794                text {
13795                   font: "SLP:style=Medium";
13796                   size: GENLIST_FONT_32_INC;
13797                   min: 0 1;
13798                   align: 0.0 0.5;
13799                   text_class: "slp_medium";
13800                }
13801             }
13802             description { state: "selected" 0.0;
13803                inherit: "default" 0.0;
13804                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13805             }
13806             GENLIST_DESCRIPTION_FLIP_ENABLED
13807          }
13808
13809          GENLIST_PART_FLIP
13810          GENLIST_PART_DISCLIP
13811       }
13812       programs {
13813          program { name: "go_active";
13814             signal: "elm,state,selected";
13815             source: "elm";
13816             action: STATE_SET "selected" 0.0;
13817             target: "bg_image";
13818             target: "elm.text.1";
13819             target: "elm.text.2";
13820             target: "elm.text.3";
13821             target: "elm.text.4";
13822          }
13823          program { name: "go_passive";
13824             signal: "elm,state,unselected";
13825             source: "elm";
13826             action: STATE_SET "default" 0.0;
13827             target: "bg_image";
13828             target: "elm.text.1";
13829             target: "elm.text.2";
13830             target: "elm.text.3";
13831             target: "elm.text.4";
13832             transition: LINEAR 0.1;
13833          }
13834          program { name: "go_disabled";
13835             signal: "elm,state,disabled";
13836             source: "elm";
13837             action: STATE_SET "disabled" 0.0;
13838             target: "disclip";
13839          }
13840          program { name: "go_enabled";
13841             signal: "elm,state,enabled";
13842             source: "elm";
13843             action: STATE_SET "default" 0.0;
13844             target: "disclip";
13845          }
13846       }
13847    }
13848
13849    // 2.2.3.12
13850    group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
13851       alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
13852       alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
13853       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
13854       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13855
13856       parts {
13857          part { name: "elm.text.1";
13858             description { state: "default" 0.0;
13859                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13860             }
13861          }
13862       }
13863    }
13864
13865    // 2.2.3.9
13866    group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
13867       alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
13868       alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
13869       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
13870       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13871       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
13872
13873       parts {
13874          part { name: "elm.icon.5";
13875             clip_to: "disclip";
13876             type: SWALLOW;
13877             scale: 1;
13878             description { state: "default" 0.0;
13879                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13880                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13881                fixed: 1 1;
13882                rel1 {
13883                   relative: 0.0 1.0;
13884                   to_x: "elm.icon.4.left";
13885                   to_y: "elm.padding.top";
13886                }
13887                rel2 {
13888                   relative: 0.0 0.0;
13889                   to_x: "elm.icon.4.left";
13890                   to_y: "elm.text.2";
13891                }
13892                align: 1.0 0.5;
13893             }
13894             GENLIST_DESCRIPTION_FLIP_ENABLED
13895          }
13896          part { name: "elm.icon.5.left";
13897             clip_to: "disclip";
13898             type: RECT;
13899             scale: 1;
13900             description { state: "default" 0.0;
13901                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13902                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13903                fixed: 1 1;
13904                rel1 {
13905                   relative: 0.0 1.0;
13906                   to_x: "elm.icon.5";
13907                   to_y: "elm.padding.top";
13908                }
13909                rel2 {
13910                   relative: 0.0 0.0;
13911                   to_x: "elm.icon.5";
13912                   to_y: "elm.padding.bottom";
13913                }
13914                align: 1.0 0.0;
13915                visible: 0;
13916             }
13917             GENLIST_DESCRIPTION_FLIP_ENABLED
13918          }
13919          part { name: "elm.text.1.rect";
13920             description { state: "default" 0.0;
13921                rel2.to_x: "elm.icon.5.left";
13922             }
13923          }
13924       }
13925    }
13926
13927    // 2.2.3.10
13928    group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
13929       alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
13930       alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
13931       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
13932       inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
13933
13934       parts {
13935          part { name: "elm.text.1";
13936             description { state: "default" 0.0;
13937                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13938             }
13939          }
13940       }
13941    }
13942
13943    // 2.2.3.7
13944    group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
13945       alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
13946       alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
13947       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
13948       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13949       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
13950
13951       parts {
13952           part { name: "elm.icon.2";
13953             clip_to: "disclip";
13954             type: SWALLOW;
13955             scale: 1;
13956             description { state: "default" 0.0;
13957                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13958                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13959                fixed: 1 1;
13960                rel1 {
13961                   relative: 1.0 1.0;
13962                   to_x: "elm.padding.icon1.right";
13963                   to_y: "elm.text.2";
13964                }
13965                rel2 {
13966                   relative: 1.0 0.0;
13967                   to_x: "elm.padding.icon1.right";
13968                   to_y: "elm.padding.bottom";
13969                }
13970                align: 0.0 0.5;
13971             }
13972             GENLIST_DESCRIPTION_FLIP_ENABLED
13973          }
13974          part { name: "elm.padding.icon2.right";
13975             clip_to: "disclip";
13976             type: RECT;
13977             scale: 1;
13978             description { state: "default" 0.0;
13979                min: GENLIST_SIZE_16_INC 0;
13980                fixed: 1 0;
13981                rel1 {
13982                   relative: 1.0 0.0;
13983                   to_x: "elm.icon.2";
13984                }
13985                rel2.to_x: "elm.icon.2";
13986                align: 0.0 0.0;
13987                visible: 0;
13988             }
13989          }
13990          part { name: "elm.text.3";
13991             clip_to: "disclip";
13992             type: TEXT;
13993             mouse_events: 0;
13994             scale: 1;
13995             description { state: "default" 0.0;
13996                min: 0 GENLIST_SIZE_40_INC;
13997                fixed: 0 1;
13998                rel1 {
13999                   relative: 1.0 0.0;
14000                   to_x: "elm.padding.icon2.right";
14001                   to_y: "elm.padding.bottom";
14002                }
14003                rel2 {
14004                   relative: 0.0 0.0;
14005                   to_x: "elm.text.4.left";
14006                   to_y: "elm.padding.bottom";
14007                }
14008                align: 0.0 1.0;
14009                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14010                text {
14011                   font: "SLP:style=Medium";
14012                   size: GENLIST_FONT_32_INC;
14013                   min: 0 1;
14014                   align: 0.0 0.5;
14015                   text_class: "slp_medium";
14016                }
14017             }
14018             description { state: "selected" 0.0;
14019                inherit: "default" 0.0;
14020                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14021             }
14022             GENLIST_DESCRIPTION_FLIP_ENABLED
14023          }
14024       }
14025    }
14026
14027    // 2.2.3.8
14028    group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
14029       alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
14030       alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
14031       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
14032       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14033
14034       parts {
14035          part { name: "elm.text.1";
14036             description { state: "default" 0.0;
14037                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
14038             }
14039          }
14040       }
14041    }
14042
14043    // 2.2.3.5
14044    group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
14045       alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
14046       alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
14047       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
14048       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14049       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
14050
14051       parts {
14052          part { name: "elm.icon.5";
14053             clip_to: "disclip";
14054             type: SWALLOW;
14055             scale: 1;
14056             description { state: "default" 0.0;
14057                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14058                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14059                fixed: 1 1;
14060                rel1 {
14061                   relative: 0.0 1.0;
14062                   to_x: "elm.icon.4.left";
14063                   to_y: "elm.padding.top";
14064                }
14065                rel2 {
14066                   relative: 0.0 0.0;
14067                   to_x: "elm.icon.4.left";
14068                   to_y: "elm.text.2";
14069                }
14070                align: 1.0 0.5;
14071             }
14072             GENLIST_DESCRIPTION_FLIP_ENABLED
14073          }
14074          part { name: "elm.icon.5.left";
14075             clip_to: "disclip";
14076             type: RECT;
14077             scale: 1;
14078             description { state: "default" 0.0;
14079                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14080                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14081                fixed: 1 1;
14082                rel1 {
14083                   relative: 0.0 1.0;
14084                   to_x: "elm.icon.5";
14085                   to_y: "elm.padding.top";
14086                }
14087                rel2 {
14088                   relative: 0.0 0.0;
14089                   to_x: "elm.icon.5";
14090                   to_y: "elm.padding.bottom";
14091                }
14092                align: 1.0 0.0;
14093                visible: 0;
14094             }
14095             GENLIST_DESCRIPTION_FLIP_ENABLED
14096          }
14097          part { name: "elm.text.1.rect";
14098             description { state: "default" 0.0;
14099                rel2 {
14100                   to_x: "elm.icon.5.left";
14101                }
14102             }
14103          }
14104       }
14105    }
14106
14107    // 2.2.3.6
14108    group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
14109       alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
14110       alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
14111       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
14112       inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
14113
14114       parts {
14115          part { name: "elm.text.1";
14116             description { state: "default" 0.0;
14117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14118             }
14119          }
14120       }
14121    }
14122
14123    // 2.2.3.13
14124    group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
14125       alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
14126       alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
14127       alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
14128       data.item: "stacking" "above";
14129       data.item: "selectraise" "on";
14130       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
14131       data.item: "contents" "elm.icon.1 elm.icon.4";
14132       data.item: "flips" "elm.flip.content";
14133       images {
14134          image: "00_list_bar_press_1x80.png" COMP;
14135       }
14136       parts {
14137          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
14138          GENLIST_PART_BG_IMAGE
14139          GENLIST_PART_BOTTOM_LINE
14140          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
14141          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
14142          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14143          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14144
14145          part { name: "elm.icon.1";
14146             clip_to: "disclip";
14147             type: SWALLOW;
14148             scale: 1;
14149             description { state: "default" 0.0;
14150                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14151                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14152                fixed: 1 1;
14153                rel1 {
14154                   relative: 1.0 1.0;
14155                   to_x: "elm.padding.left";
14156                   to_y: "elm.padding.top";
14157                }
14158                rel2 {
14159                   relative: 1.0 0.0;
14160                   to_x: "elm.padding.left";
14161                   to_y: "elm.padding.bottom";
14162                }
14163                align: 0.0 0.5;
14164             }
14165             GENLIST_DESCRIPTION_FLIP_ENABLED
14166          }
14167          part { name: "elm.padding.icon1.right";
14168             clip_to: "disclip";
14169             type: RECT;
14170             scale: 1;
14171             description { state: "default" 0.0;
14172                min: GENLIST_PADDING_16_INC 0;
14173                fixed: 1 0;
14174                rel1 {
14175                   relative: 1.0 0.0;
14176                   to_x: "elm.icon.1";
14177                }
14178                rel2.to_x: "elm.icon.1";
14179                align: 0.0 0.0;
14180                visible: 0;
14181             }
14182          }
14183          part { name: "elm.icon.4";
14184             clip_to: "disclip";
14185             type: SWALLOW;
14186             scale: 1;
14187             description { state: "default" 0.0;
14188                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14189                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14190                fixed: 1 1;
14191                rel1 {
14192                   relative: 0.0 1.0;
14193                   to_x: "elm.padding.right";
14194                   to_y: "elm.padding.top";
14195                }
14196                rel2 {
14197                   relative: 0.0 0.0;
14198                   to_x: "elm.padding.right";
14199                   to_y: "elm.text.2";
14200                }
14201                align: 1.0 0.5;
14202             }
14203             GENLIST_DESCRIPTION_FLIP_ENABLED
14204          }
14205          part { name: "elm.icon.4.left";
14206             clip_to: "disclip";
14207             type: RECT;
14208             scale: 1;
14209             description { state: "default" 0.0;
14210                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14211                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14212                fixed: 1 1;
14213                rel1 {
14214                   relative: 0.0 1.0;
14215                   to_x: "elm.icon.4";
14216                   to_y: "elm.padding.top";
14217                }
14218                rel2 {
14219                   relative: 0.0 0.0;
14220                   to_x: "elm.icon.4";
14221                   to_y: "elm.padding.bottom";
14222                }
14223                align: 1.0 0.0;
14224                visible: 0;
14225             }
14226             GENLIST_DESCRIPTION_FLIP_ENABLED
14227          }
14228          part { name: "elm.icon.2";
14229             clip_to: "disclip";
14230             type: SWALLOW;
14231             scale: 1;
14232             description { state: "default" 0.0;
14233                fixed: 1 1;
14234                min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
14235                rel1 {
14236                   relative: 0.0 1.0;
14237                   to_x: "elm.padding.right";
14238                   to_y: "elm.text.1.bottom";
14239                }
14240                rel2 {
14241                   relative: 0.0 0.0;
14242                   to_x: "elm.padding.right";
14243                   to_y: "elm.padding.bottom";
14244                }
14245                align: 1.0 0.5;
14246             }
14247             GENLIST_DESCRIPTION_FLIP_ENABLED
14248          }
14249          part { name: "elm.padding.icon2.left";
14250             clip_to: "disclip";
14251             type: RECT;
14252             scale: 1;
14253             description { state: "default" 0.0;
14254                min: GENLIST_PADDING_16_INC 0;
14255                fixed: 1 0;
14256                rel1.to_x: "elm.icon.2";
14257                rel2 {
14258                   relative: 0.0 1.0;
14259                   to_x: "elm.icon.2";
14260                }
14261                align: 1.0 0.0;
14262                visible: 0;
14263             }
14264          }
14265          part { name: "elm.text.1.rect";
14266             clip_to: "disclip";
14267             type: RECT;
14268             scale: 1;
14269             description { state: "default" 0.0;
14270                min: 0 GENLIST_SIZE_60_INC;
14271                fixed: 0 1;
14272                rel1 {
14273                   relative: 1.0 1.0;
14274                   to_x: "elm.padding.left";
14275                   to_y: "elm.padding.top";
14276                }
14277                rel2 {
14278                   relative: 0.0 1.0;
14279                   to_x: "elm.icon.4.left";
14280                   to_y: "elm.padding.top";
14281                }
14282                align: 0.0 0.0;
14283                visible: 0;
14284             }
14285          }
14286          part { name: "elm.text.1";
14287             clip_to: "disclip";
14288             type: TEXT;
14289             mouse_events: 0;
14290             scale: 1;
14291             description { state: "default" 0.0;
14292                fixed: 1 1;
14293                rel1 {
14294                   relative: 1.0 1.0;
14295                   to_x: "elm.padding.icon1.right";
14296                   to_y: "elm.padding.top";
14297                }
14298                rel2.to: "elm.text.1.rect";
14299                align: 0.0 0.0;
14300                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
14301                text {
14302                   font: "SLP:style=Roman";
14303                   size: GENLIST_FONT_44_INC;
14304                   min: 0 1;
14305                   align: 0.0 0.5;
14306                   text_class: "list_item";
14307                }
14308             }
14309             description { state: "selected" 0.0;
14310                inherit: "default" 0.0;
14311                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14312             }
14313             GENLIST_DESCRIPTION_FLIP_ENABLED
14314          }
14315          part { name: "elm.text.1.bottom";
14316             clip_to: "disclip";
14317             type: RECT;
14318             scale: 1;
14319             description { state: "default" 0.0;
14320                min: 0 GENLIST_SIZE_4_INC;
14321                fixed: 1 1;
14322                rel1 {
14323                   relative: 1.0 1.0;
14324                   to_x: "elm.padding.icon1.right";
14325                   to_y: "elm.text.1.rect";
14326                }
14327                rel2 {
14328                   relative: 0.0 1.0;
14329                   to_x: "elm.padding.right";
14330                   to_y: "elm.text.1.rect";
14331                }
14332                align: 0.0 1.0;
14333                visible: 0;
14334             }
14335             GENLIST_DESCRIPTION_FLIP_ENABLED
14336          }
14337          part { name: "elm.text.2";
14338             clip_to: "disclip";
14339             type: TEXT;
14340             mouse_events: 0;
14341             scale: 1;
14342             description { state: "default" 0.0;
14343                min: 0 GENLIST_SIZE_40_INC;
14344                fixed: 0 1;
14345                rel1 {
14346                   relative: 1.0 1.0;
14347                   to_x: "elm.padding.icon1.right";
14348                   to_y: "elm.text.1.bottom";
14349                }
14350                rel2 {
14351                   relative: 0.0 1.0;
14352                   to_x: "elm.padding.icon2.left";
14353                   to_y: "elm.text.1.bottom";
14354                }
14355                align: 0.0 0.0;
14356                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14357                text {
14358                   font: "SLP:style=Medium";
14359                   size: GENLIST_FONT_32_INC;
14360                   min: 0 1;
14361                   align: 0.0 0.5;
14362                   text_class: "slp_medium";
14363                }
14364             }
14365             description { state: "selected" 0.0;
14366                inherit: "default" 0.0;
14367                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14368             }
14369             GENLIST_DESCRIPTION_FLIP_ENABLED
14370          }
14371          part { name: "elm.text.3";
14372             clip_to: "disclip";
14373             type: TEXT;
14374             mouse_events: 0;
14375             scale: 1;
14376             description { state: "default" 0.0;
14377                min: 0 GENLIST_SIZE_40_INC;
14378                fixed: 0 1;
14379                rel1 {
14380                   relative: 1.0 0.0;
14381                   to_x: "elm.padding.icon1.right";
14382                   to_y: "elm.padding.bottom";
14383                }
14384                rel2 {
14385                   relative: 0.0 0.0;
14386                   to_x: "elm.padding.icon2.left";
14387                   to_y: "elm.padding.bottom";
14388                }
14389                align: 0.0 1.0;
14390                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14391                text {
14392                   font: "SLP:style=Medium";
14393                   size: GENLIST_FONT_32_INC;
14394                   min: 0 1;
14395                   align: 0.0 0.5;
14396                   text_class: "slp_medium";
14397                }
14398             }
14399             description { state: "selected" 0.0;
14400                inherit: "default" 0.0;
14401                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14402             }
14403             GENLIST_DESCRIPTION_FLIP_ENABLED
14404          }
14405
14406          GENLIST_PART_FLIP
14407          GENLIST_PART_DISCLIP
14408       }
14409       programs {
14410          // signal: elm,state,%s,active
14411          //   a "check" item named %s went active
14412          // signal: elm,state,%s,passive
14413          //   a "check" item named %s went passive
14414          // default is passive
14415          program { name: "go_active";
14416             signal: "elm,state,selected";
14417             source: "elm";
14418             action: STATE_SET "selected" 0.0;
14419             target: "bg_image";
14420             target: "elm.text.1";
14421             target: "elm.text.2";
14422             target: "elm.text.3";
14423          }
14424          program { name: "go_passive";
14425             signal: "elm,state,unselected";
14426             source: "elm";
14427             action: STATE_SET "default" 0.0;
14428             target: "bg_image";
14429             target: "elm.text.1";
14430             target: "elm.text.2";
14431             target: "elm.text.3";
14432             transition: LINEAR 0.1;
14433          }
14434          program { name: "go_disabled";
14435             signal: "elm,state,disabled";
14436             source: "elm";
14437             action: STATE_SET "disabled" 0.0;
14438             target: "disclip";
14439          }
14440          program { name: "go_enabled";
14441             signal: "elm,state,enabled";
14442             source: "elm";
14443             action: STATE_SET "default" 0.0;
14444             target: "disclip";
14445          }
14446       }
14447    }
14448
14449 // 3.4.4
14450    group { name: "elm/genlist/item/multiline/1title.2text/default";
14451       alias: "elm/genlist/item_odd/multiline/1title.2text/default";
14452       alias: "elm/genlist/item_compress/multiline/1title.2text/default";
14453       alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
14454       data.item: "stacking" "above";
14455       data.item: "selectraise" "on";
14456       data.item: "texts" "elm.title elm.text.1 elm.text.2";
14457       parts {
14458          part { name: "base";
14459             type: RECT;
14460             repeat_events: 1;
14461             description { state: "default" 0.0;
14462                color: GENLIST_PART_BG_COLOR_INC;
14463             }
14464          }
14465          GENLIST_PART_BG_IMAGE
14466          GENLIST_PART_BOTTOM_LINE
14467          GENLIST_PART_PADDING_TOP( 0 )
14468          GENLIST_PART_PADDING_BOTTOM( 0 )
14469          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14470          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14471          part { name: "vertical_line";
14472             clip_to: "disclip";
14473             type: RECT;
14474             mouse_events: 0;
14475             description { state: "default" 0.0;
14476                min: 1 0;
14477                fixed: 1 0;
14478                rel1 {
14479                   relative: 1.0 0.0;
14480                   to_x: "elm.padding.title.right";
14481                }
14482                rel2.to_x: "elm.padding.title.right";
14483                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14484             }
14485          }
14486          part { name: "center_line";
14487             clip_to: "disclip";
14488             type: RECT;
14489             mouse_events: 0;
14490             description { state: "default" 0.0;
14491                min: 0 1;
14492                fixed: 0 1;
14493                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14494                rel1 {
14495                   relative: 1.0 0.5;
14496                   to_x: "vertical_line";
14497                }
14498                rel2.relative: 1.0 0.5;
14499                align: 0.5 1.0;
14500             }
14501          }
14502          part { name: "elm.title";
14503             clip_to: "disclip";
14504             type: TEXTBLOCK;
14505             mouse_events: 0;
14506             scale: 1;
14507             description { state: "default" 0.0;
14508                min: 224 0;
14509                fixed: 1 0;
14510                rel1 {
14511                   relative: 1.0 1.0;
14512                   to_x: "elm.padding.left";
14513                   to_y: "elm.padding.top";
14514                }
14515                rel2 {
14516                   relative: 1.0 0.0;
14517                   to_x: "elm.padding.left";
14518                   to_y: "elm.padding.bottom";
14519                }
14520                align: 0.0 0.5;
14521                text {
14522                   style: "genlist_multiline_textblock_style";
14523                   min: 0 1;
14524                   align: 0.0 0.5;
14525                }
14526             }
14527             description { state: "selected" 0.0;
14528                inherit: "default" 0.0;
14529                text.style: "genlist_multiline_textblock_selected_style";
14530             }
14531          }
14532          part { name: "elm.padding.title.right";
14533             clip_to: "disclip";
14534             type: RECT;
14535             mouse_events: 0;
14536             scale: 1;
14537             description { state: "default" 0.0;
14538                min: GENLIST_PADDING_16_INC 0;
14539                fixed: 1 0;
14540                rel1 {
14541                    relative: 1.0 0.0;
14542                    to_x: "elm.title";
14543                }
14544                rel2.to_x: "elm.title";
14545                visible: 0;
14546                align: 0.0 0.5;
14547             }
14548          }
14549          part { name: "elm.padding.text.left";
14550             clip_to: "disclip";
14551             type: RECT;
14552             mouse_events: 0;
14553             scale: 1;
14554             description { state: "default" 0.0;
14555                min: GENLIST_PADDING_16_INC 0;
14556                fixed: 1 0;
14557                rel1 {
14558                    relative: 1.0 0.0;
14559                    to_x: "vertical_line";
14560                }
14561                rel2.to_x: "vertical_line";
14562                visible: 0;
14563                align: 0.0 0.5;
14564             }
14565          }
14566          part { name: "elm.text.1";
14567             clip_to: "disclip";
14568             type: TEXT;
14569             mouse_events: 0;
14570             scale: 1;
14571             description { state: "default" 0.0;
14572                rel1 {
14573                   relative: 1.0 1.0;
14574                   to_x: "elm.padding.text.left";
14575                   to_y: "elm.padding.top";
14576                }
14577                rel2 {
14578                   relative: 0.0 0.0;
14579                   to_x: "elm.padding.right";
14580                   to_y: "center_line";
14581                }
14582                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14583                text {
14584                   font: "SLP:style=Roman";
14585                   size: GENLIST_FONT_44_INC;
14586                   min: 0 1;
14587                   align: 0.0 0.5;
14588                   text_class: "slp_roman";
14589                }
14590             }
14591          }
14592          part { name: "elm.text.2";
14593             clip_to: "disclip";
14594             type: TEXT;
14595             mouse_events: 0;
14596             scale: 1;
14597             description { state: "default" 0.0;
14598                rel1 {
14599                   relative: 1.0 1.0;
14600                   to_x: "elm.padding.text.left";
14601                   to_y: "center_line";
14602                }
14603                rel2 {
14604                   relative: 0.0 0.0;
14605                   to_x: "elm.padding.right";
14606                   to_y: "elm.padding.bottom";
14607                }
14608                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14609                text {
14610                   font: "SLP:style=Roman";
14611                   size: GENLIST_FONT_44_INC;
14612                   min: 0 1;
14613                   align: 0.0 0.5;
14614                   text_class: "slp_roman";
14615                }
14616             }
14617          }
14618          GENLIST_PART_DISCLIP
14619       }
14620       programs {
14621          // signal: elm,state,%s,active
14622          //   a "check" item named %s went active
14623          // signal: elm,state,%s,passive
14624          //   a "check" item named %s went passive
14625          // default is passive
14626          program { name: "go_active";
14627             signal: "elm,state,selected";
14628             source: "elm";
14629             action: STATE_SET "selected" 0.0;
14630             target: "bg_image";
14631             target: "elm.title";
14632             target: "elm.text.1";
14633             target: "elm.text.2";
14634             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14635          }
14636          program { name: "go_passive";
14637             signal: "elm,state,unselected";
14638             source: "elm";
14639             action: STATE_SET "default" 0.0;
14640             target: "bg_image";
14641             target: "elm.title";
14642             target: "elm.text.1";
14643             target: "elm.text.2";
14644             transition: LINEAR 0.1;
14645          }
14646          program { name: "go_disabled";
14647             signal: "elm,state,disabled";
14648             source: "elm";
14649             action: STATE_SET "disabled" 0.0;
14650             target: "disclip";
14651          }
14652          program { name: "go_enabled";
14653             signal: "elm,state,enabled";
14654             source: "elm";
14655             action: STATE_SET "default" 0.0;
14656             target: "disclip";
14657          }
14658          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14659       }
14660    }
14661
14662 // 3.4.5
14663    group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
14664       alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
14665       data.item: "stacking" "above";
14666       data.item: "selectraise" "on";
14667       data.item: "texts" "elm.title elm.text";
14668       parts {
14669          part { name: "base";
14670             type: RECT;
14671             repeat_events: 1;
14672             description { state: "default" 0.0;
14673                color: GENLIST_PART_BG_COLOR_INC;
14674             }
14675          }
14676          GENLIST_PART_BG_IMAGE
14677          GENLIST_PART_BOTTOM_LINE
14678          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14679          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14680          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14681          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14682          part { name: "elm.title";
14683             clip_to: "disclip";
14684             type: TEXT;
14685             mouse_events: 0;
14686             scale: 1;
14687             description { state: "default" 0.0;
14688                min: GENLIST_SIZE_195_INC 0;
14689                fixed: 1 0;
14690                rel1 {
14691                   relative: 1.0 0.0;
14692                   to_x: "elm.padding.left";
14693                }
14694                rel2 {
14695                   relative: 1.0 1.0;
14696                   to_x: "elm.padding.left";
14697                }
14698                align: 0.0 0.0;
14699                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
14700                text {
14701                   font: "SLP:style=Medium";
14702                   size: GENLIST_FONT_32_INC;
14703                   min: 0 1;
14704                   align: 0.0 0.5;
14705                   text_class: "slp_medium";
14706                }
14707             }
14708             description { state: "selected" 0.0;
14709                inherit: "default" 0.0;
14710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14711             }
14712          }
14713          part { name: "elm.padding.title.right";
14714             clip_to: "disclip";
14715             type: RECT;
14716             mouse_events: 0;
14717             description { state: "default" 0.0;
14718                min: GENLIST_PADDING_16_INC 0;
14719                fixed: 1 0;
14720                rel1 {
14721                   relative: 1.0 0.0;
14722                   to_x: "elm.title";
14723                }
14724                rel2.to_x: "elm.title";
14725                align: 0.0 0.5;
14726                visible: 0;
14727             }
14728          }
14729          part { name: "vertical_line";
14730             clip_to: "disclip";
14731             type: RECT;
14732             mouse_events: 0;
14733             description { state: "default" 0.0;
14734                min: 1 0;
14735                fixed: 1 0;
14736                rel1 {
14737                   relative: 1.0 0.0;
14738                   to_x: "elm.padding.title.right";
14739                }
14740                rel2.to_x: "elm.padding.title.right";
14741                align: 0.0 0.5;
14742                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14743             }
14744          }
14745          part { name: "elm.padding.text.left";
14746             clip_to: "disclip";
14747             type: RECT;
14748             mouse_events: 0;
14749             description { state: "default" 0.0;
14750                min: GENLIST_PADDING_16_INC 0;
14751                fixed: 1 0;
14752                rel1 {
14753                   relative: 1.0 0.0;
14754                   to_x: "vertical_line";
14755                }
14756                rel2.to_x: "vertical_line";
14757                align: 0.0 0.5;
14758                visible: 0;
14759             }
14760          }
14761          part { name: "elm.text";
14762             clip_to: "disclip";
14763             type: TEXTBLOCK;
14764             mouse_events: 0;
14765             scale: 1;
14766             description { state: "default" 0.0;
14767                rel1 {
14768                   relative: 1.0 1.0;
14769                   to_x: "elm.padding.text.left";
14770                   to_y: "elm.padding.top";
14771                }
14772                rel2 {
14773                   relative: 0.0 0.0;
14774                   to_x: "elm.padding.right";
14775                   to_y: "elm.padding.bottom";
14776                }
14777                text {
14778                   style: "genlist_textblock_flexible_style";
14779                   min: 0 1;
14780                   align: 0.0 0.5;
14781                   text_class: "list_item";
14782                }
14783             }
14784             description { state: "selected" 0.0;
14785                inherit: "default" 0.0;
14786                text.style: "genlist_textblock_flexible_selected_style";
14787             }
14788          }
14789          GENLIST_PART_DISCLIP
14790       }
14791       programs {
14792          // signal: elm,state,%s,active
14793          //   a "check" item named %s went active
14794          // signal: elm,state,%s,passive
14795          //   a "check" item named %s went passive
14796          // default is passive
14797          program { name: "go_active";
14798             signal: "elm,state,selected";
14799             source: "elm";
14800             action: STATE_SET "selected" 0.0;
14801             target: "bg_image";
14802             target: "elm.title";
14803             target: "elm.text";
14804             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14805          }
14806          program { name: "go_passive";
14807             signal: "elm,state,unselected";
14808             source: "elm";
14809             action: STATE_SET "default" 0.0;
14810             target: "bg_image";
14811             target: "elm.title";
14812             target: "elm.text";
14813             transition: LINEAR 0.1;
14814          }
14815          program { name: "go_disabled";
14816             signal: "elm,state,disabled";
14817             source: "elm";
14818             action: STATE_SET "disabled" 0.0;
14819             target: "disclip";
14820          }
14821          program { name: "go_enabled";
14822             signal: "elm,state,enabled";
14823             source: "elm";
14824             action: STATE_SET "default" 0.0;
14825             target: "disclip";
14826          }
14827          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14828       }
14829    }
14830
14831 // 3.4.6
14832    group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
14833       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
14834       data.item: "stacking" "above";
14835       data.item: "selectraise" "on";
14836       data.item: "texts" "elm.text.1 elm.text.2";
14837       data.item: "contents" "elm.icon";
14838       parts {
14839          part { name: "base";
14840             type: RECT;
14841             repeat_events: 1;
14842             description { state: "default" 0.0;
14843                color: GENLIST_PART_BG_COLOR_INC;
14844             }
14845          }
14846          GENLIST_PART_BG_IMAGE
14847          GENLIST_PART_BOTTOM_LINE
14848          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14849          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14850          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14851          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14852          part { name: "elm.text.1";
14853             clip_to: "disclip";
14854             type: TEXT;
14855             mouse_events: 0;
14856             scale: 1;
14857             description { state: "default" 0.0;
14858                min: 0 GENLIST_SIZE_48_INC;
14859                fixed: 0 1;
14860                rel1 {
14861                   relative: 1.0 1.0;
14862                   to_x: "elm.padding.left";
14863                   to_y: "elm.padding.top";
14864                }
14865                rel2 {
14866                   relative: 0.0 1.0;
14867                   to_x: "elm.padding.icon.left";
14868                   to_y: "elm.padding.top";
14869                }
14870                align: 0.0 0.0;
14871                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14872                text {
14873                   font: "SLP:style=Roman";
14874                   size: GENLIST_FONT_42_INC;
14875                   min: 0 1;
14876                   align: 0.0 0.5;
14877                   text_class: "list_item";
14878                }
14879             }
14880             description { state: "selected" 0.0;
14881                inherit: "default" 0.0;
14882                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14883             }
14884          }
14885          part { name: "elm.icon";
14886             clip_to: "disclip";
14887             type: SWALLOW;
14888             scale: 1;
14889             description { state: "default" 0.0;
14890                fixed: 1 1;
14891                rel1 {
14892                   relative: 0.0 1.0;
14893                   to_x: "elm.padding.right";
14894                   to_y: "elm.padding.top";
14895                }
14896                rel2 {
14897                   relative: 0.0 1.0;
14898                   to_x: "elm.padding.right";
14899                   to_y: "elm.text.1";
14900                }
14901                align: 1.0 0.5;
14902             }
14903             GENLIST_DESCRIPTION_FLIP_ENABLED
14904          }
14905          part { name: "elm.padding.icon.left";
14906             clip_to: "disclip";
14907             type: RECT;
14908             scale: 1;
14909             description { state: "default" 0.0;
14910                min: GENLIST_PADDING_16_INC 0;
14911                fixed: 1 0;
14912                rel1.to_x: "elm.icon";
14913                rel2 {
14914                   relative: 0.0 1.0;
14915                   to_x: "elm.icon";
14916                }
14917                align: 1.0 0.0;
14918                visible: 0;
14919             }
14920          }
14921          part { name: "elm.text.2";
14922             clip_to: "disclip";
14923             type: TEXTBLOCK;
14924             mouse_events: 0;
14925             scale: 1;
14926             description { state: "default" 0.0;
14927                rel1 {
14928                   relative: 1.0 1.0;
14929                   to_x: "elm.padding.left";
14930                   to_y: "elm.text.1";
14931                }
14932                rel2 {
14933                   relative: 0.0 0.0;
14934                   to_x: "elm.padding.right";
14935                   to_y: "elm.padding.bottom";
14936                }
14937                text {
14938                   style: "genlist_textblock_sub_style";
14939                   min: 0 1;
14940                   align: 0.0 0.5;
14941                }
14942             }
14943             description { state: "selected" 0.0;
14944                inherit: "default" 0.0;
14945                text.style: "genlist_textblock_sub_selected_style";
14946             }
14947          }
14948          GENLIST_PART_DISCLIP
14949       }
14950       programs {
14951          // signal: elm,state,%s,active
14952          //   a "check" item named %s went active
14953          // signal: elm,state,%s,passive
14954          //   a "check" item named %s went passive
14955          // default is passive
14956          program { name: "go_active";
14957             signal: "elm,state,selected";
14958             source: "elm";
14959             action: STATE_SET "selected" 0.0;
14960             target: "bg_image";
14961             target: "elm.text.1";
14962             target: "elm.text.2";
14963             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14964          }
14965          program { name: "go_passive";
14966             signal: "elm,state,unselected";
14967             source: "elm";
14968             action: STATE_SET "default" 0.0;
14969             target: "bg_image";
14970             target: "elm.text.1";
14971             target: "elm.text.2";
14972             transition: LINEAR 0.1;
14973          }
14974          program { name: "go_disabled";
14975             signal: "elm,state,disabled";
14976             source: "elm";
14977             action: STATE_SET "disabled" 0.0;
14978             target: "disclip";
14979          }
14980          program { name: "go_enabled";
14981             signal: "elm,state,enabled";
14982             source: "elm";
14983             action: STATE_SET "default" 0.0;
14984             target: "disclip";
14985          }
14986          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14987       }
14988    }
14989
14990 // 3.4.7
14991    group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
14992       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
14993       data.item: "stacking" "above";
14994       data.item: "selectraise" "on";
14995       data.item: "texts" "elm.text.1 elm.text.2";
14996       data.item: "contents" "elm.icon";
14997       parts {
14998          part { name: "base";
14999             type: RECT;
15000             repeat_events: 1;
15001             description { state: "default" 0.0;
15002                color: GENLIST_PART_BG_COLOR_INC;
15003             }
15004          }
15005          GENLIST_PART_BG_IMAGE
15006          GENLIST_PART_BOTTOM_LINE
15007          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
15008          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
15009          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
15010          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15011          part { name: "elm.icon";
15012             clip_to: "disclip";
15013             type: SWALLOW;
15014             scale: 1;
15015             description { state: "default" 0.0;
15016                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15017                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15018                fixed: 1 1;
15019                rel1 {
15020                   relative: 1.0 1.0;
15021                   to_x: "elm.padding.left";
15022                   to_y: "elm.padding.top";
15023                }
15024                rel2 {
15025                   relative: 1.0 1.0;
15026                   to_x: "elm.padding.left";
15027                   to_y: "elm.text.1";
15028                }
15029                align: 0.0 0.5;
15030             }
15031             GENLIST_DESCRIPTION_FLIP_ENABLED
15032          }
15033          part { name: "elm.padding.icon.right";
15034             clip_to: "disclip";
15035             type: RECT;
15036             scale: 1;
15037             description { state: "default" 0.0;
15038                min: GENLIST_PADDING_16_INC 0;
15039                fixed: 1 0;
15040                rel1 {
15041                   relative: 1.0 0.0;
15042                   to_x: "elm.icon";
15043                }
15044                rel2.to_x: "elm.icon";
15045                align: 0.0 0.0;
15046                visible: 0;
15047             }
15048          }
15049          part { name: "elm.text.1";
15050             clip_to: "disclip";
15051             type: TEXT;
15052             mouse_events: 0;
15053             scale: 1;
15054             description { state: "default" 0.0;
15055                min: 0 GENLIST_SIZE_48_INC;
15056                fixed: 0 1;
15057                rel1 {
15058                   relative: 1.0 1.0;
15059                   to_x: "elm.padding.icon.right";
15060                   to_y: "elm.padding.top";
15061                }
15062                rel2 {
15063                   relative: 0.0 1.0;
15064                   to_x: "elm.padding.right";
15065                   to_y: "elm.padding.top";
15066                }
15067                align: 0.0 0.0;
15068                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15069                text {
15070                   font: "SLP:style=Roman";
15071                   size: GENLIST_FONT_42_INC;
15072                   min: 0 1;
15073                   align: 0.0 0.5;
15074                   text_class: "list_item";
15075                }
15076             }
15077             description { state: "selected" 0.0;
15078                inherit: "default" 0.0;
15079                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15080             }
15081          }
15082          part { name: "elm.text.2";
15083             clip_to: "disclip";
15084             type: TEXTBLOCK;
15085             mouse_events: 0;
15086             scale: 1;
15087             description { state: "default" 0.0;
15088                rel1 {
15089                   relative: 1.0 1.0;
15090                   to_x: "elm.padding.left";
15091                   to_y: "elm.text.1";
15092                }
15093                rel2 {
15094                   relative: 0.0 0.0;
15095                   to_x: "elm.padding.right";
15096                   to_y: "elm.padding.bottom";
15097                }
15098                text {
15099                   style: "genlist_textblock_sub_style";
15100                   min: 0 1;
15101                   align: 0.0 0.5;
15102                }
15103             }
15104             description { state: "selected" 0.0;
15105                inherit: "default" 0.0;
15106                text.style: "genlist_textblock_sub_selected_style";
15107             }
15108          }
15109          GENLIST_PART_DISCLIP
15110       }
15111       programs {
15112          // signal: elm,state,%s,active
15113          //   a "check" item named %s went active
15114          // signal: elm,state,%s,passive
15115          //   a "check" item named %s went passive
15116          // default is passive
15117          program { name: "go_active";
15118             signal: "elm,state,selected";
15119             source: "elm";
15120             action: STATE_SET "selected" 0.0;
15121             target: "bg_image";
15122             target: "elm.text.1";
15123             target: "elm.text.2";
15124             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15125          }
15126          program { name: "go_passive";
15127             signal: "elm,state,unselected";
15128             source: "elm";
15129             action: STATE_SET "default" 0.0;
15130             target: "bg_image";
15131             target: "elm.text.1";
15132             target: "elm.text.2";
15133             transition: LINEAR 0.1;
15134          }
15135          program { name: "go_disabled";
15136             signal: "elm,state,disabled";
15137             source: "elm";
15138             action: STATE_SET "disabled" 0.0;
15139             target: "disclip";
15140          }
15141          program { name: "go_enabled";
15142             signal: "elm,state,enabled";
15143             source: "elm";
15144             action: STATE_SET "default" 0.0;
15145             target: "disclip";
15146          }
15147          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15148       }
15149    }
15150
15151    group { name: "elm/genlist/item/readmessage/default";
15152       alias: "elm/genlist/item_odd/readmessage/default";
15153       alias: "elm/genlist/item_compress/readmessage/default";
15154       alias: "elm/genlist/item_compress_odd/readmessage/default";
15155
15156       data.item: "stacking" "above";
15157       data.item: "selectraise" "on";
15158       data.item: "contents" "elm.icon";
15159       parts {
15160          part { name: "base";
15161             type: RECT;
15162             repeat_events: 1;
15163             description { state: "default" 0.0;
15164                color: GENLIST_PART_LIST_BG_COLOR_INC;
15165             }
15166          }
15167          part { name: "elm.icon";
15168             clip_to: "disclip";
15169             type: SWALLOW;
15170             scale: 1;
15171             description { state: "default" 0.0;
15172                //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
15173                rel2 {
15174                   relative: 0.76 0.0;
15175                   to_y: "elm.padding.bottom";
15176                }
15177             }
15178          }
15179          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15180          GENLIST_PART_DISCLIP
15181       }
15182       programs {
15183          // signal: elm,state,%s,active
15184          //   a "check" item named %s went active
15185          // signal: elm,state,%s,passive
15186          //   a "check" item named %s went passive
15187          // default is passive
15188          /*program { name: "go_active";
15189             signal: "elm,state,selected";
15190             source: "elm";
15191             action: STATE_SET "selected" 0.0;
15192             target: "bg_image";
15193          }
15194          program { name: "go_passive";
15195             signal: "elm,state,unselected";
15196             source: "elm";
15197             action: STATE_SET "default" 0.0;
15198             target: "bg_image";
15199             transition: LINEAR 0.1;
15200          }*/
15201          program { name: "go_disabled";
15202             signal: "elm,state,disabled";
15203             source: "elm";
15204             action: STATE_SET "disabled" 0.0;
15205             target: "disclip";
15206          }
15207          program { name: "go_enabled";
15208             signal: "elm,state,enabled";
15209             source: "elm";
15210             action: STATE_SET "default" 0.0;
15211             target: "disclip";
15212          }
15213       }
15214    }
15215
15216    group { name: "elm/genlist/item/sentmessage/default";
15217       alias: "elm/genlist/item_odd/sentmessage/default";
15218       alias: "elm/genlist/item_compress/sentmessage/default";
15219       alias: "elm/genlist/item_compress_odd/sentmessage/default";
15220
15221       data.item: "stacking" "above";
15222       data.item: "selectraise" "on";
15223       data.item: "contents" "elm.icon";
15224       parts {
15225          part { name: "base";
15226             type: RECT;
15227             repeat_events: 1;
15228             description { state: "default" 0.0;
15229                color: GENLIST_PART_LIST_BG_COLOR_INC;
15230             }
15231          }
15232          part { name: "elm.icon";
15233             clip_to: "disclip";
15234             type: SWALLOW;
15235             scale: 1;
15236             description { state: "default" 0.0;
15237                rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
15238                rel2 {
15239                   relative: 1.0 0.0;
15240                   to_y: "elm.padding.bottom";
15241                }
15242             }
15243          }
15244          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15245          GENLIST_PART_DISCLIP
15246       }
15247       programs {
15248          // signal: elm,state,%s,active
15249          //   a "check" item named %s went active
15250          // signal: elm,state,%s,passive
15251          //   a "check" item named %s went passive
15252          // default is passive
15253          /*program { name: "go_active";
15254             signal: "elm,state,selected";
15255             source: "elm";
15256             action: STATE_SET "selected" 0.0;
15257             target: "bg_image";
15258          }
15259          program { name: "go_passive";
15260             signal: "elm,state,unselected";
15261             source: "elm";
15262             action: STATE_SET "default" 0.0;
15263             target: "bg_image";
15264             transition: LINEAR 0.1;
15265          }*/
15266          program { name: "go_disabled";
15267             signal: "elm,state,disabled";
15268             source: "elm";
15269             action: STATE_SET "disabled" 0.0;
15270             target: "disclip";
15271          }
15272          program { name: "go_enabled";
15273             signal: "elm,state,enabled";
15274             source: "elm";
15275             action: STATE_SET "default" 0.0;
15276             target: "disclip";
15277          }
15278       }
15279    }
15280
15281 // 4.3.4
15282    group { name : "elm/genlist/item/dialogue/title/default";
15283       alias: "elm/genlist/item_odd/dialogue/title/default";
15284       alias: "elm/genlist/item_compress/dialogue/title/default";
15285       alias: "elm/genlist/item_compress_odd/dialogue/title/default";
15286       alias: "elm/layout/dialogue/title";
15287
15288       data.item: "stacking" "above";
15289       data.item: "selectraise" "on";
15290       data.item: "texts" "elm.text";
15291       data.item: "contents" "elm.icon";
15292       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15293
15294       parts {
15295          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_77_INC )
15296          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
15297          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15298          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
15299          GENLIST_PART_BOTTOM_LINE
15300          part { name: "elm.text";
15301             type: TEXT;
15302             scale: 1;
15303             description { state: "default" 0.0;
15304                rel1 {
15305                   relative: 1.0 0.0;
15306                   to_x: "elm.padding.left";
15307                }
15308                rel2 {
15309                   relative: 0.0 0.0;
15310                   to_x: "elm.padding.icon.left";
15311                   to_y: "elm.padding.bottom";
15312                }
15313                color: GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC;
15314                text {
15315                   font: "SLP:style=Medium";
15316                   size: GENLIST_FONT_28_INC;
15317                   min: 0 1;
15318                   align: 0.0 0.5;
15319                   text_class: "list_item";
15320                }
15321             }
15322          }
15323          part { name: "elm.icon";
15324             type: SWALLOW;
15325             scale: 1;
15326             description { state: "default" 0.0;
15327                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15328                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15329                fixed: 1 1;
15330                align: 1.0 1.0;
15331                rel1 {
15332                   relative: 0.0 0.0;
15333                   to_x: "elm.padding.right";
15334                   to_y: "elm.padding.bottom";
15335                }
15336                rel2 {
15337                   relative: 0.0 0.0;
15338                   to_x: "elm.padding.right";
15339                   to_y: "elm.padding.bottom";
15340                }
15341             }
15342          }
15343          part { name: "elm.padding.icon.left";
15344             type: RECT;
15345             scale: 1;
15346             mouse_events: 0;
15347             description { state: "default" 0.0;
15348                visible: 0;
15349                min: GENLIST_SIZE_16_INC 0;
15350                fixed: 1 0;
15351                align: 1.0 0.5;
15352                rel1.to_x: "elm.icon";
15353                rel2 {
15354                   relative: 0.0 1.0;
15355                   to_x: "elm.icon";
15356                }
15357             }
15358          }
15359          GENLIST_PART_DISCLIP
15360       }
15361    }
15362
15363    group { name : "elm/genlist/item/dialogue/seperator/default";
15364       alias: "elm/genlist/item_odd/dialogue/seperator/default";
15365       alias: "elm/genlist/item_compress/dialogue/seperator/default";
15366       alias: "elm/genlist/item_compress_odd/dialogue/seperator/default";
15367       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
15368       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
15369       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
15370       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
15371       alias: "elm/layout/dialogue/separator/hd33/with_line";
15372
15373       data.item: "stacking" "above";
15374       data.item: "selectraise" "on";
15375       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15376
15377       parts {
15378          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_33_INC )
15379          GENLIST_PART_BOTTOM_LINE
15380          GENLIST_PART_DISCLIP
15381       }
15382    }
15383
15384    group { name : "elm/genlist/item/dialogue/seperator.2/default";
15385       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
15386       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
15387       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
15388       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
15389       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
15390       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
15391       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
15392       alias: "elm/layout/dialogue/separator/hd18/with_line";
15393
15394       data.item: "stacking" "above";
15395       data.item: "selectraise" "on";
15396       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15397
15398       parts {
15399          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
15400          GENLIST_PART_BOTTOM_LINE
15401          GENLIST_PART_DISCLIP
15402       }
15403    }
15404
15405    group { name : "elm/genlist/item/dialogue/seperator.3/default";
15406       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
15407       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
15408       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
15409       alias: "elm/genlist/item/dialogue/separator/20/default";
15410       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
15411       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
15412       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
15413       alias: "elm/layout/dialogue/separator/hd32";
15414
15415       data.item: "stacking" "above";
15416       data.item: "selectraise" "on";
15417       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15418
15419       parts {
15420          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
15421          GENLIST_PART_DISCLIP
15422       }
15423    }
15424
15425    group { name : "elm/genlist/item/dialogue/seperator.4/default";
15426       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
15427       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
15428       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
15429       alias: "elm/genlist/item/dialogue/separator/10/default";
15430       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
15431       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
15432       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
15433       alias: "elm/layout/dialogue/separator/hd16";
15434
15435       data.item: "stacking" "above";
15436       data.item: "selectraise" "on";
15437       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15438
15439       parts {
15440          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
15441          GENLIST_PART_DISCLIP
15442       }
15443    }
15444
15445    group { name : "elm/genlist/item/dialogue/seperator.5/default";
15446       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
15447       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
15448       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
15449       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
15450       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
15451       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
15452       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
15453       alias: "elm/layout/dialogue/separator/hd1";
15454
15455       data.item: "stacking" "above";
15456       data.item: "selectraise" "on";
15457       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15458
15459       parts {
15460          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
15461          GENLIST_PART_BOTTOM_LINE
15462          GENLIST_PART_DISCLIP
15463       }
15464    }
15465
15466 // 4.1.1
15467    group { name: "elm/genlist/item/dialogue/1text/default";
15468       alias: "elm/genlist/item_odd/dialogue/1text/default";
15469       alias: "elm/genlist/item_compress/dialogue/1text/default";
15470       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
15471       alias: "elm/genlist/item/dialogue.1text/default";
15472       alias: "elm/genlist/item_odd/dialogue.1text/default";
15473       alias: "elm/genlist/item_compress/dialogue.1text/default";
15474       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
15475       alias: "elm/layout/dialogue/1text";
15476       data.item: "stacking" "above";
15477       data.item: "selectraise" "on";
15478       data.item: "texts" "elm.text";
15479       data.item: "flips" "elm.flip.content";
15480       parts {
15481          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15482          GENLIST_PART_DIALOGUE_BG_IMAGE
15483          GENLIST_PART_BOTTOM_LINE
15484          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15485          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15486          GENLIST_PART_DIALOGUE_ITEM
15487          GENLIST_PART_DIALOGUE_RIGHT_LINE
15488          part { name: "elm.text";
15489             clip_to: "disclip";
15490             type: TEXT;
15491             mouse_events: 0;
15492             scale: 1;
15493             description { state: "default" 0.0;
15494                rel1 {
15495                   relative: 1.0  0.0;
15496                   to_x: "elm.padding.left";
15497                }
15498                rel2 {
15499                   relative: 0.0 1.0;
15500                   to_x: "elm.padding.right";
15501                }
15502                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15503                text {
15504                   font: "SLP:style=Roman";
15505                   size: GENLIST_FONT_44_INC;
15506                   min: 0 1;
15507                   align: 0.0 0.5;
15508                   text_class: "list_item";
15509                }
15510             }
15511             description { state: "selected" 0.0;
15512                inherit: "default" 0.0;
15513                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15514             }
15515             GENLIST_DESCRIPTION_FLIP_ENABLED
15516          }
15517          GENLIST_PART_FLIP
15518          GENLIST_PART_DISCLIP
15519       }
15520       programs {
15521          // signal: elm,state,%s,active
15522          //   a "check" item named %s went active
15523          // signal: elm,state,%s,passive
15524          //   a "check" item named %s went passive
15525          // default is passive
15526          program { name: "go_active";
15527             signal: "elm,state,selected";
15528             source: "elm";
15529             action: STATE_SET "selected" 0.0;
15530             target: "bg_image";
15531             target: "elm.text";
15532             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15533          }
15534          program { name: "go_passive";
15535             signal: "elm,state,unselected";
15536             source: "elm";
15537             action: STATE_SET "default" 0.0;
15538             target: "bg_image";
15539             target: "elm.text";
15540             transition: LINEAR 0.1;
15541          }
15542          program { name: "go_disabled";
15543             signal: "elm,state,disabled";
15544             source: "elm";
15545             action: STATE_SET "disabled" 0.0;
15546             target: "disclip";
15547          }
15548          program { name: "go_enabled";
15549             signal: "elm,state,enabled";
15550             source: "elm";
15551             action: STATE_SET "default" 0.0;
15552             target: "disclip";
15553          }
15554          GENLIST_PROGRAM_FLIP_1TEXT
15555          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15556       }
15557    }
15558
15559 // 4.1.2
15560    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
15561       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
15562       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
15563       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
15564       alias: "elm/layout/dialogue/1text.1icon";
15565       data.item: "stacking" "above";
15566       data.item: "selectraise" "on";
15567       data.item: "texts" "elm.text";
15568       data.item: "contents" "elm.icon";
15569       data.item: "flips" "elm.flip.content";
15570       parts {
15571          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15572          GENLIST_PART_DIALOGUE_BG_IMAGE
15573          GENLIST_PART_BOTTOM_LINE
15574          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15575          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15576          GENLIST_PART_DIALOGUE_ITEM
15577          GENLIST_PART_DIALOGUE_RIGHT_LINE
15578          part { name: "elm.icon";
15579             clip_to: "disclip";
15580             type: SWALLOW;
15581             scale: 1;
15582             description { state: "default" 0.0;
15583                fixed: 1 1;
15584                rel1.to_x: "elm.padding.right";
15585                rel2 {
15586                   relative: 0.0 1.0;
15587                   to_x: "elm.padding.right";
15588                }
15589                align: 1.0 0.5;
15590             }
15591             GENLIST_DESCRIPTION_FLIP_ENABLED
15592          }
15593          part { name: "elm.padding.icon.left";
15594             clip_to: "disclip";
15595             type: RECT;
15596             scale: 1;
15597             description { state: "default" 0.0;
15598                min: GENLIST_PADDING_16_INC 0;
15599                fixed: 1 0;
15600                rel1.to_x: "elm.icon";
15601                rel2 {
15602                   relative: 0.0 1.0;
15603                   to_x: "elm.icon";
15604                }
15605                align: 1.0 0.0;
15606                visible: 0;
15607             }
15608          }
15609          part { name: "elm.text";
15610             clip_to: "disclip";
15611             type: TEXT;
15612             mouse_events: 0;
15613             scale: 1;
15614             description { state: "default" 0.0;
15615                rel1 {
15616                   relative: 1.0 0.0;
15617                   to_x: "elm.padding.left";
15618                }
15619                rel2 {
15620                   relative: 0.0 1.0;
15621                   to_x: "elm.padding.icon.left";
15622                }
15623                align: 0.0 0.0;
15624                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15625                text {
15626                   font: "SLP:style=Roman";
15627                   size: GENLIST_FONT_44_INC;
15628                   min: 0 1;
15629                   align: 0.0 0.5;
15630                   text_class: "list_item";
15631                }
15632             }
15633             description { state: "selected" 0.0;
15634                inherit: "default" 0.0;
15635                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15636             }
15637             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15638             GENLIST_DESCRIPTION_FLIP_ENABLED
15639          }
15640          GENLIST_PART_FLIP
15641          GENLIST_PART_DISCLIP
15642       }
15643       programs {
15644          program { name: "go_active";
15645             signal: "elm,state,selected";
15646             source: "elm";
15647             action: STATE_SET "selected" 0.0;
15648             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15649             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15650          }
15651          program { name: "go_passive";
15652             signal: "elm,state,unselected";
15653             source: "elm";
15654             action: STATE_SET "default" 0.0;
15655             target: "bg_image";
15656             target: "elm.text";
15657             transition: LINEAR 0.1;
15658          }
15659          program { name: "go_disabled";
15660             signal: "elm,state,disabled";
15661             source: "elm";
15662             action: STATE_SET "disabled" 0.0;
15663             target: "disclip";
15664          }
15665          program { name: "go_enabled";
15666             signal: "elm,state,enabled";
15667             source: "elm";
15668             action: STATE_SET "default" 0.0;
15669             target: "disclip";
15670          }
15671          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15672          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15673       }
15674    }
15675
15676 // 4.1.3
15677    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
15678       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
15679       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
15680       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
15681       alias: "elm/layout/dialogue/1text.1icon.2";
15682       data.item: "stacking" "above";
15683       data.item: "selectraise" "on";
15684       data.item: "texts" "elm.text";
15685       data.item: "contents" "elm.icon";
15686       data.item: "flips" "elm.flip.content";
15687       parts {
15688          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15689          GENLIST_PART_DIALOGUE_BG_IMAGE
15690          GENLIST_PART_BOTTOM_LINE
15691          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15692          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15693          GENLIST_PART_DIALOGUE_ITEM
15694          GENLIST_PART_DIALOGUE_RIGHT_LINE
15695          part { name: "elm.icon";
15696             clip_to: "disclip";
15697             type: SWALLOW;
15698             scale: 1;
15699             description { state: "default" 0.0;
15700                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15701                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15702                fixed: 1 1;
15703                rel1 {
15704                   relative: 1.0 0.0;
15705                   to_x: "elm.padding.left";
15706                }
15707                rel2 {
15708                   relative: 1.0 1.0;
15709                   to_x: "elm.padding.left";
15710                }
15711                align: 0.0 0.5;
15712             }
15713             GENLIST_DESCRIPTION_FLIP_ENABLED
15714          }
15715          part { name: "elm.padding.icon.right";
15716             clip_to: "disclip";
15717             type: RECT;
15718             scale: 1;
15719             description { state: "default" 0.0;
15720                min: GENLIST_PADDING_16_INC 0;
15721                fixed: 1 0;
15722                rel1 {
15723                   relative: 1.0 0.0;
15724                   to_x: "elm.icon";
15725                }
15726                rel2.to_x: "elm.icon";
15727                align: 0.0 0.0;
15728                visible: 0;
15729             }
15730          }
15731          part { name: "elm.text";
15732             clip_to: "disclip";
15733             type: TEXT;
15734             mouse_events: 0;
15735             scale: 1;
15736             description { state: "default" 0.0;
15737                rel1 {
15738                   relative: 1.0 0.0;
15739                   to_x: "elm.padding.icon.right";
15740                }
15741                rel2 {
15742                   relative: 0.0 1.0;
15743                   to_x: "elm.padding.right";
15744                }
15745                align: 0.0 0.0;
15746                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15747                text {
15748                   font: "SLP:style=Roman";
15749                   size: GENLIST_FONT_44_INC;
15750                   min: 0 1;
15751                   align: 0.0 0.5;
15752                   text_class: "list_item";
15753                }
15754             }
15755             description { state: "selected" 0.0;
15756                inherit: "default" 0.0;
15757                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15758             }
15759             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15760             GENLIST_DESCRIPTION_FLIP_ENABLED
15761          }
15762          GENLIST_PART_FLIP
15763          GENLIST_PART_DISCLIP
15764       }
15765       programs {
15766          program { name: "go_active";
15767             signal: "elm,state,selected";
15768             source: "elm";
15769             action: STATE_SET "selected" 0.0;
15770             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15771             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15772          }
15773          program { name: "go_passive";
15774             signal: "elm,state,unselected";
15775             source: "elm";
15776             action: STATE_SET "default" 0.0;
15777             target: "bg_image";
15778             target: "elm.text";
15779             transition: LINEAR 0.1;
15780          }
15781          program { name: "go_disabled";
15782             signal: "elm,state,disabled";
15783             source: "elm";
15784             action: STATE_SET "disabled" 0.0;
15785             target: "disclip";
15786          }
15787          program { name: "go_enabled";
15788             signal: "elm,state,enabled";
15789             source: "elm";
15790             action: STATE_SET "default" 0.0;
15791             target: "disclip";
15792          }
15793          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15794          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15795       }
15796    }
15797
15798 // 4.1.4
15799    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
15800       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
15801       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
15802       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
15803       alias: "elm/layout/dialogue/1text.2icon";
15804       data.item: "stacking" "above";
15805       data.item: "selectraise" "on";
15806       data.item: "texts" "elm.text";
15807       data.item: "contents" "elm.icon.1 elm.icon.2";
15808       data.item: "flips" "elm.flip.content";
15809       parts {
15810          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15811          GENLIST_PART_DIALOGUE_BG_IMAGE
15812          GENLIST_PART_BOTTOM_LINE
15813          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15814          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15815          GENLIST_PART_DIALOGUE_ITEM
15816          GENLIST_PART_DIALOGUE_RIGHT_LINE
15817          part { name: "elm.icon.1";
15818             clip_to: "disclip";
15819             type: SWALLOW;
15820             scale: 1;
15821             description { state: "default" 0.0;
15822                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15823                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15824                fixed: 1 1;
15825                rel1 {
15826                   relative: 1.0 0.0;
15827                   to_x: "elm.padding.left";
15828                }
15829                rel2 {
15830                   relative: 1.0 1.0;
15831                   to_x: "elm.padding.left";
15832                }
15833                align: 0.0 0.5;
15834             }
15835             GENLIST_DESCRIPTION_FLIP_ENABLED
15836          }
15837          part { name: "elm.padding.icon.right";
15838             clip_to: "disclip";
15839             type: RECT;
15840             scale: 1;
15841             description { state: "default" 0.0;
15842                min: GENLIST_PADDING_16_INC 0;
15843                fixed: 1 0;
15844                rel1 {
15845                   relative: 1.0 0.0;
15846                   to_x: "elm.icon.1";
15847                }
15848                rel2.to_x: "elm.icon.1";
15849                align: 0.0 0.0;
15850                visible: 0;
15851             }
15852          }
15853          part { name: "elm.icon.2";
15854             clip_to: "disclip";
15855             type: SWALLOW;
15856             scale: 1;
15857             description { state: "default" 0.0;
15858                fixed: 1 1;
15859                rel1.to_x: "elm.padding.right";
15860                rel2 {
15861                   relative: 0.0 1.0;
15862                   to_x: "elm.padding.right";
15863                }
15864                align: 1.0 0.5;
15865             }
15866             GENLIST_DESCRIPTION_FLIP_ENABLED
15867          }
15868          part { name: "elm.padding.icon.left";
15869             clip_to: "disclip";
15870             type: RECT;
15871             scale: 1;
15872             description { state: "default" 0.0;
15873                min: GENLIST_PADDING_16_INC 0;
15874                fixed: 1 0;
15875                rel1.to_x: "elm.icon.2";
15876                rel2 {
15877                   relative: 0.0 1.0;
15878                   to_x: "elm.icon.2";
15879                }
15880                align: 1.0 0.0;
15881                visible: 0;
15882             }
15883          }
15884          part { name: "elm.text";
15885             clip_to: "disclip";
15886             type: TEXT;
15887             mouse_events: 0;
15888             scale: 1;
15889             description { state: "default" 0.0;
15890                rel1 {
15891                   relative: 1.0 0.0;
15892                   to_x: "elm.padding.icon.right";
15893                }
15894                rel2 {
15895                   relative: 0.0 1.0;
15896                   to_x: "elm.padding.icon.left";
15897                }
15898                align: 0.0 0.0;
15899                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15900                text {
15901                   font: "SLP:style=Roman";
15902                   size: GENLIST_FONT_44_INC;
15903                   min: 0 1;
15904                   align: 0.0 0.5;
15905                   text_class: "list_item";
15906                }
15907             }
15908             description { state: "selected" 0.0;
15909                inherit: "default" 0.0;
15910                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15911             }
15912             GENLIST_DESCRIPTION_FLIP_ENABLED
15913          }
15914          GENLIST_PART_FLIP
15915          GENLIST_PART_DISCLIP
15916       }
15917       programs {
15918          program { name: "go_active";
15919             signal: "elm,state,selected";
15920             source: "elm";
15921             action: STATE_SET "selected" 0.0;
15922             target: "bg_image";
15923             target: "elm.text";
15924             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15925          }
15926          program { name: "go_passive";
15927             signal: "elm,state,unselected";
15928             source: "elm";
15929             action: STATE_SET "default" 0.0;
15930             target: "bg_image";
15931             target: "elm.text";
15932             transition: LINEAR 0.1;
15933          }
15934          program { name: "go_disabled";
15935             signal: "elm,state,disabled";
15936             source: "elm";
15937             action: STATE_SET "disabled" 0.0;
15938             target: "disclip";
15939          }
15940          program { name: "go_enabled";
15941             signal: "elm,state,enabled";
15942             source: "elm";
15943             action: STATE_SET "default" 0.0;
15944             target: "disclip";
15945          }
15946          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15947          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15948       }
15949    }
15950
15951 // 4.1.5
15952    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15953       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15954       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15955       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15956       alias: "elm/layout/dialogue/2text.1icon";
15957       data.item: "stacking" "above";
15958       data.item: "selectraise" "on";
15959       data.item: "texts" "elm.text.1 elm.text.2";
15960       data.item: "contents" "elm.icon";
15961       data.item: "flips" "elm.flip.content";
15962       parts {
15963          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15964          GENLIST_PART_DIALOGUE_BG_IMAGE
15965          GENLIST_PART_BOTTOM_LINE
15966          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15967          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15968          GENLIST_PART_DIALOGUE_ITEM
15969          GENLIST_PART_DIALOGUE_RIGHT_LINE
15970          part { name: "elm.icon";
15971             clip_to: "disclip";
15972             type: SWALLOW;
15973             scale: 1;
15974             description { state: "default" 0.0;
15975                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15976                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15977                fixed: 1 1;
15978                rel1 {
15979                   relative: 1.0 0.0;
15980                   to_x: "elm.padding.left";
15981                }
15982                rel2 {
15983                   relative: 1.0 1.0;
15984                   to_x: "elm.padding.left";
15985                }
15986                align: 0.0 0.5;
15987             }
15988             GENLIST_DESCRIPTION_FLIP_ENABLED
15989          }
15990          part { name: "elm.padding.icon.right";
15991             clip_to: "disclip";
15992             type: RECT;
15993             scale: 1;
15994             description { state: "default" 0.0;
15995                min: GENLIST_PADDING_16_INC 0;
15996                fixed: 1 0;
15997                rel1 {
15998                   relative: 1.0 0.0;
15999                   to_x: "elm.icon";
16000                }
16001                rel2.to_x: "elm.icon";
16002                align: 0.0 0.0;
16003                visible: 0;
16004             }
16005          }
16006          part { name: "elm.text.2";
16007             clip_to: "disclip";
16008             type: TEXT;
16009             mouse_events: 0;
16010             scale: 1;
16011             description { state: "default" 0.0;
16012                min: GENLIST_SIZE_133_INC 0;
16013                fixed: 1 0;
16014                rel1.to_x: "elm.padding.right";
16015                rel2 {
16016                   relative: 0.0 1.0;
16017                   to_x: "elm.padding.right";
16018                }
16019                align: 1.0 0.5;
16020                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16021                text {
16022                   font: "SLP:style=Medium";
16023                   size: GENLIST_FONT_32_INC;
16024                   min: 0 1;
16025                   align: 1.0 0.5;
16026                   text_class: "slp_medium";
16027                }
16028             }
16029             description { state: "selected" 0.0;
16030                inherit: "default" 0.0;
16031                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16032             }
16033             GENLIST_DESCRIPTION_FLIP_ENABLED
16034          }
16035          part { name: "elm.padding.text2.left";
16036             type: RECT;
16037             mouse_events: 0;
16038             scale: 1;
16039             description { state: "default" 0.0;
16040                min: GENLIST_SIZE_ICON_SMALL 0;
16041                fixed: 1 0;
16042                rel1.to_x: "elm.text.2";
16043                rel2 {
16044                   relative: 0.0 1.0;
16045                   to_x: "elm.text.2";
16046                }
16047                visible: 0;
16048                align: 1.0 0.5;
16049             }
16050          }
16051          part { name: "elm.text.1";
16052             clip_to: "disclip";
16053             type: TEXT;
16054             mouse_events: 0;
16055             scale: 1;
16056             description { state: "default" 0.0;
16057                rel1 {
16058                   relative: 1.0 0.0;
16059                   to_x: "elm.padding.icon.right";
16060                }
16061                rel2 {
16062                   relative: 0.0 1.0;
16063                   to_x: "elm.padding.text2.left";
16064                }
16065                align: 0.0 0.0;
16066                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16067                text {
16068                   font: "SLP:style=Roman";
16069                   size: GENLIST_FONT_44_INC;
16070                   min: 0 1;
16071                   align: 0.0 0.5;
16072                   text_class: "list_item";
16073                }
16074             }
16075             description { state: "selected" 0.0;
16076                inherit: "default" 0.0;
16077                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16078             }
16079             GENLIST_DESCRIPTION_FLIP_ENABLED
16080          }
16081          GENLIST_PART_FLIP
16082          GENLIST_PART_DISCLIP
16083       }
16084       programs {
16085          program { name: "go_active";
16086             signal: "elm,state,selected";
16087             source: "elm";
16088             action: STATE_SET "selected" 0.0;
16089             target: "bg_image";
16090             target: "elm.text.1";
16091             target: "elm.text.2";
16092             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16093          }
16094          program { name: "go_passive";
16095             signal: "elm,state,unselected";
16096             source: "elm";
16097             action: STATE_SET "default" 0.0;
16098             target: "bg_image";
16099             target: "elm.text.1";
16100             target: "elm.text.2";
16101             transition: LINEAR 0.1;
16102          }
16103          program { name: "go_disabled";
16104             signal: "elm,state,disabled";
16105             source: "elm";
16106             action: STATE_SET "disabled" 0.0;
16107             target: "disclip";
16108          }
16109          program { name: "go_enabled";
16110             signal: "elm,state,enabled";
16111             source: "elm";
16112             action: STATE_SET "default" 0.0;
16113             target: "disclip";
16114          }
16115          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16116          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16117       }
16118    }
16119
16120 // 4.1.6
16121    group { name: "elm/genlist/item/dialogue/1text.1icon.3/default";
16122       alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default";
16123       alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default";
16124       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default";
16125       alias: "elm/layout/dialogue/1text.1icon.3";
16126       data.item: "stacking" "above";
16127       data.item: "selectraise" "on";
16128       data.item: "texts" "elm.text";
16129       data.item: "contents" "elm.icon";
16130       data.item: "flips" "elm.flip.content";
16131       parts {
16132          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16133          GENLIST_PART_DIALOGUE_BG_IMAGE
16134          GENLIST_PART_BOTTOM_LINE
16135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16137          GENLIST_PART_DIALOGUE_ITEM
16138          GENLIST_PART_DIALOGUE_RIGHT_LINE
16139          part { name: "elm.icon";
16140             clip_to: "disclip";
16141             type: SWALLOW;
16142             scale: 1;
16143             description { state: "default" 0.0;
16144                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16145                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16146                fixed: 1 1;
16147                rel1 {
16148                   relative: 1.0 0.0;
16149                   to_x: "elm.padding.left";
16150                }
16151                rel2 {
16152                   relative: 1.0 1.0;
16153                   to_x: "elm.padding.left";
16154                }
16155                align: 0.0 0.5;
16156             }
16157             GENLIST_DESCRIPTION_FLIP_ENABLED
16158          }
16159          part { name: "elm.padding.icon.right";
16160             type: RECT;
16161             scale: 1;
16162             description { state: "default" 0.0;
16163                min: GENLIST_PADDING_16_INC 0;
16164                fixed: 1 0;
16165                rel1 {
16166                   relative: 1.0 0.0;
16167                   to_x: "elm.icon";
16168                }
16169                rel2.to_x: "elm.icon";
16170                align: 0.0 0.0;
16171                visible: 0;
16172             }
16173          }
16174          part { name: "elm.text";
16175             clip_to: "disclip";
16176             type: TEXT;
16177             mouse_events: 0;
16178             scale: 1;
16179             description { state: "default" 0.0;
16180                rel1 {
16181                   relative: 1.0 0.0;
16182                   to_x: "elm.padding.icon.right";
16183                }
16184                rel2 {
16185                   relative: 0.0 1.0;
16186                   to_x: "elm.padding.right";
16187                }
16188                align: 0.0 0.0;
16189                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16190                text {
16191                   font: "SLP:style=Roman";
16192                   size: GENLIST_FONT_44_INC;
16193                   min: 0 1;
16194                   align: 0.0 0.5;
16195                   text_class: "list_item";
16196                }
16197             }
16198             description { state: "selected" 0.0;
16199                inherit: "default" 0.0;
16200                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16201             }
16202             GENLIST_DESCRIPTION_FLIP_ENABLED
16203          }
16204          GENLIST_PART_FLIP
16205          GENLIST_PART_DISCLIP
16206       }
16207       programs {
16208          program { name: "go_active";
16209             signal: "elm,state,selected";
16210             source: "elm";
16211             action: STATE_SET "selected" 0.0;
16212             target: "bg_image";
16213             target: "elm.text";
16214             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16215          }
16216          program { name: "go_passive";
16217             signal: "elm,state,unselected";
16218             source: "elm";
16219             action: STATE_SET "default" 0.0;
16220             target: "bg_image";
16221             target: "elm.text";
16222             transition: LINEAR 0.1;
16223          }
16224          program { name: "go_disabled";
16225             signal: "elm,state,disabled";
16226             source: "elm";
16227             action: STATE_SET "disabled" 0.0;
16228             target: "disclip";
16229          }
16230          program { name: "go_enabled";
16231             signal: "elm,state,enabled";
16232             source: "elm";
16233             action: STATE_SET "default" 0.0;
16234             target: "disclip";
16235          }
16236          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16237          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16238       }
16239    }
16240
16241 // 4.1.6 textblock for message
16242    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
16243       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
16244       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
16245       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
16246       alias: "elm/layout/dialogue/1text.1icon.6";
16247       data.item: "stacking" "above";
16248       data.item: "selectraise" "on";
16249       data.item: "texts" "elm.text";
16250       data.item: "contents" "elm.icon";
16251       data.item: "flips" "elm.flip.content";
16252       parts {
16253          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16254          GENLIST_PART_DIALOGUE_BG_IMAGE
16255          GENLIST_PART_BOTTOM_LINE
16256          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16257          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16258          GENLIST_PART_DIALOGUE_ITEM
16259          GENLIST_PART_DIALOGUE_RIGHT_LINE
16260          part { name: "elm.icon";
16261             clip_to: "disclip";
16262             type: SWALLOW;
16263             scale: 1;
16264             description { state: "default" 0.0;
16265                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16266                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16267                fixed: 1 1;
16268                rel1 {
16269                   relative: 1.0 0.0;
16270                   to_x: "elm.padding.left";
16271                }
16272                rel2 {
16273                   relative: 1.0 1.0;
16274                   to_x: "elm.padding.left";
16275                }
16276                align: 0.0 0.5;
16277             }
16278             GENLIST_DESCRIPTION_FLIP_ENABLED
16279          }
16280          part { name: "elm.padding.icon.right";
16281             type: RECT;
16282             scale: 1;
16283             description { state: "default" 0.0;
16284                min: GENLIST_PADDING_16_INC 0;
16285                fixed: 1 0;
16286                rel1 {
16287                   relative: 1.0 0.0;
16288                   to_x: "elm.icon";
16289                }
16290                rel2.to_x: "elm.icon";
16291                align: 0.0 0.0;
16292                visible: 0;
16293             }
16294          }
16295          part { name: "elm.text";
16296             clip_to: "disclip";
16297             type: TEXTBLOCK;
16298             mouse_events: 0;
16299             scale: 1;
16300             description { state: "default" 0.0;
16301                rel1 {
16302                   relative: 1.0 0.0;
16303                   to_x: "elm.padding.icon.right";
16304                }
16305                rel2 {
16306                   relative: 0.0 1.0;
16307                   to_x: "elm.padding.right";
16308                }
16309                align: 0.0 0.5;
16310                text {
16311                   style: "genlist_default_textblock_style";
16312                   min: 0 1;
16313                   align: 0.0 0.5;
16314                }
16315             }
16316             description { state: "selected" 0.0;
16317                inherit: "default" 0.0;
16318                text.style: "genlist_default_textblock_selected_style";
16319             }
16320             GENLIST_DESCRIPTION_FLIP_ENABLED
16321          }
16322          GENLIST_PART_FLIP
16323          GENLIST_PART_DISCLIP
16324       }
16325       programs {
16326          program { name: "go_active";
16327             signal: "elm,state,selected";
16328             source: "elm";
16329             action: STATE_SET "selected" 0.0;
16330             target: "bg_image";
16331             target: "elm.text";
16332             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16333          }
16334          program { name: "go_passive";
16335             signal: "elm,state,unselected";
16336             source: "elm";
16337             action: STATE_SET "default" 0.0;
16338             target: "bg_image";
16339             target: "elm.text";
16340             transition: LINEAR 0.1;
16341          }
16342          program { name: "go_disabled";
16343             signal: "elm,state,disabled";
16344             source: "elm";
16345             action: STATE_SET "disabled" 0.0;
16346             target: "disclip";
16347          }
16348          program { name: "go_enabled";
16349             signal: "elm,state,enabled";
16350             source: "elm";
16351             action: STATE_SET "default" 0.0;
16352             target: "disclip";
16353          }
16354          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16355          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16356       }
16357    }
16358
16359 // 4.1.17
16360    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
16361       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
16362       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
16363       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
16364       alias: "elm/layout/dialogue/1text.1icon.4";
16365       data.item: "stacking" "above";
16366       data.item: "selectraise" "on";
16367       data.item: "texts" "elm.text";
16368       data.item: "contents" "elm.icon";
16369       data.item: "flips" "elm.flip.content";
16370       parts {
16371          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16372          GENLIST_PART_DIALOGUE_BG_IMAGE
16373          GENLIST_PART_BOTTOM_LINE
16374          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16375          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16376          GENLIST_PART_DIALOGUE_ITEM
16377          GENLIST_PART_DIALOGUE_RIGHT_LINE
16378          part { name: "elm.icon";
16379             clip_to: "disclip";
16380             type: SWALLOW;
16381             scale: 1;
16382             description { state: "default" 0.0;
16383                min: 60 60;
16384                max: 60 60;
16385                fixed: 1 1;
16386                rel1.to_x: "elm.padding.right";
16387                rel2 {
16388                   relative: 0.0 1.0;
16389                   to_x: "elm.padding.right";
16390                }
16391                align: 1.0 0.5;
16392             }
16393             GENLIST_DESCRIPTION_FLIP_ENABLED
16394          }
16395          part { name: "elm.padding.icon.left";
16396             clip_to: "disclip";
16397             type: RECT;
16398             scale: 1;
16399             description { state: "default" 0.0;
16400                min: 10 0;
16401                fixed: 1 0;
16402                rel1.to_x: "elm.icon";
16403                rel2 {
16404                   relative: 0.0 1.0;
16405                   to_x: "elm.icon";
16406                }
16407                align: 1.0 0.0;
16408                visible: 0;
16409             }
16410          }
16411          part { name: "elm.text";
16412             clip_to: "disclip";
16413             type: TEXT;
16414             mouse_events: 0;
16415             scale: 1;
16416             description { state: "default" 0.0;
16417                rel1 {
16418                   relative: 1.0 0.0;
16419                   to_x: "elm.padding.left";
16420                }
16421                rel2 {
16422                   relative: 0.0 1.0;
16423                   to_x: "elm.padding.icon.left";
16424                }
16425                align: 0.0 0.0;
16426                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16427                text {
16428                   font: "SLP:style=Roman";
16429                   size: GENLIST_FONT_44_INC;
16430                   min: 0 1;
16431                   align: 0.0 0.5;
16432                   text_class: "list_item";
16433                }
16434             }
16435             description { state: "selected" 0.0;
16436                inherit: "default" 0.0;
16437                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16438             }
16439             GENLIST_DESCRIPTION_FLIP_ENABLED
16440          }
16441          GENLIST_PART_FLIP
16442          GENLIST_PART_DISCLIP
16443       }
16444       programs {
16445          program { name: "go_active";
16446             signal: "elm,state,selected";
16447             source: "elm";
16448             action: STATE_SET "selected" 0.0;
16449             target: "bg_image";
16450             target: "elm.text";
16451             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16452          }
16453          program { name: "go_passive";
16454             signal: "elm,state,unselected";
16455             source: "elm";
16456             action: STATE_SET "default" 0.0;
16457             target: "bg_image";
16458             target: "elm.text";
16459             transition: LINEAR 0.1;
16460          }
16461          program { name: "go_disabled";
16462             signal: "elm,state,disabled";
16463             source: "elm";
16464             action: STATE_SET "disabled" 0.0;
16465             target: "disclip";
16466          }
16467          program { name: "go_enabled";
16468             signal: "elm,state,enabled";
16469             source: "elm";
16470             action: STATE_SET "default" 0.0;
16471             target: "disclip";
16472          }
16473          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16474          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16475       }
16476    }
16477
16478    // 4.1.19
16479    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
16480       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
16481       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
16482       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
16483
16484       data.item: "stacking" "above";
16485       data.item: "selectraise" "on";
16486       data.item: "texts" "elm.text.1";
16487       data.item: "contents" "elm.icon.1";
16488
16489       parts {
16490          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
16491                  GENLIST_PART_DIALOGUE_BG_IMAGE
16492          GENLIST_PART_BOTTOM_LINE
16493          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16494          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
16495          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16496          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16497          GENLIST_PART_DIALOGUE_ITEM
16498          GENLIST_PART_DIALOGUE_RIGHT_LINE
16499          part { name: "elm.text.1";
16500             clip_to: "disclip";
16501             type: TEXT;
16502             mouse_events: 0;
16503             scale: 1;
16504             description { state: "default" 0.0;
16505                min: 0 GENLIST_SIZE_48_INC;
16506                fixed: 0 1;
16507                rel1 {
16508                   relative: 1.0 1.0;
16509                   to_x: "elm.padding.left";
16510                   to_y: "elm.padding.top";
16511                }
16512                rel2 {
16513                   relative: 0.0 1.0;
16514                   to_x: "elm.padding.right";
16515                   to_y: "elm.padding.top";
16516                }
16517                align: 0.0 0.0;
16518                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
16519                text {
16520                   font: "SLP:style=Medium";
16521                   size: GENLIST_FONT_32_INC;
16522                   min: 0 1;
16523                   align: 0.0 0.5;
16524                   text_class: "list_item";
16525                }
16526             }
16527             description { state: "selected" 0.0;
16528                inherit: "default" 0.0;
16529                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16530             }
16531             GENLIST_DESCRIPTION_FLIP_ENABLED
16532          }
16533          part { name: "elm.icon.1";
16534             clip_to: "disclip";
16535             type: SWALLOW;
16536             scale: 1;
16537             description { state: "default" 0.0;
16538                rel1 {
16539                   relative: 1.0 1.0;
16540                   to_x: "elm.padding.left";
16541                   to_y: "elm.text.1";
16542                }
16543                rel2 {
16544                   relative: 0.0 0.0;
16545                   to_x: "elm.padding.right";
16546                   to_y: "elm.padding.bottom";
16547                }
16548             }
16549          }
16550          GENLIST_PART_DISCLIP
16551       }
16552       programs {
16553          // signal: elm,state,%s,active
16554          //   a "check" item named %s went active
16555          // signal: elm,state,%s,passive
16556          //   a "check" item named %s went passive
16557          // default is passive
16558          /*program { name: "go_active";
16559             signal: "elm,state,selected";
16560             source: "elm";
16561             action: STATE_SET "selected" 0.0;
16562             target: "bg_image";
16563             target: "elm.text";
16564          }
16565          program { name: "go_passive";
16566             signal: "elm,state,unselected";
16567             source: "elm";
16568             action: STATE_SET "default" 0.0;
16569             target: "bg_image";
16570             target: "elm.text";
16571             transition: LINEAR 0.1;
16572          }*/
16573          program { name: "go_disabled";
16574             signal: "elm,state,disabled";
16575             source: "elm";
16576             action: STATE_SET "disabled" 0.0;
16577             target: "disclip";
16578          }
16579          program { name: "go_enabled";
16580             signal: "elm,state,enabled";
16581             source: "elm";
16582             action: STATE_SET "default" 0.0;
16583             target: "disclip";
16584          }
16585       }
16586    }
16587
16588    group { name: "elm/genlist/item/dialogue/2text.5/default";
16589       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
16590       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
16591       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
16592       data.item: "stacking" "above";
16593       data.item: "selectraise" "on";
16594       data.item: "texts" "elm.text.1 elm.text.2";
16595       data.item: "flips" "elm.flip.content";
16596       parts {
16597          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16598          GENLIST_PART_DIALOGUE_BG_IMAGE
16599          GENLIST_PART_BOTTOM_LINE
16600          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16601          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16602          GENLIST_PART_DIALOGUE_ITEM
16603          GENLIST_PART_DIALOGUE_RIGHT_LINE
16604          part { name: "elm.text.2";
16605             clip_to: "disclip";
16606             type: TEXT;
16607             mouse_events: 0;
16608             scale: 1;
16609             description { state: "default" 0.0;
16610                min: GENLIST_SIZE_154_INC 0;
16611                fixed: 1 0;
16612                rel1.to_x: "elm.padding.right";
16613                rel2 {
16614                   relative: 0.0 1.0;
16615                   to_x: "elm.padding.right";
16616                }
16617                align: 1.0 0.5;
16618                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16619                text {
16620                   font: "SLP:style=Medium";
16621                   size: GENLIST_FONT_32_INC;
16622                   min: 0 1;
16623                   align: 1.0 0.5;
16624                   text_class: "slp_roman";
16625                }
16626             }
16627             description { state: "selected" 0.0;
16628                inherit: "default" 0.0;
16629                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16630             }
16631             GENLIST_DESCRIPTION_FLIP_ENABLED
16632          }
16633          part { name: "elm.padding.text2.left";
16634             type: RECT;
16635             mouse_events: 0;
16636             scale: 1;
16637             description { state: "default" 0.0;
16638                min: GENLIST_SIZE_ICON_SMALL 0;
16639                fixed: 1 0;
16640                rel1.to_x: "elm.text.2";
16641                rel2 {
16642                   relative: 0.0 1.0;
16643                   to_x: "elm.text.2";
16644                }
16645                visible: 0;
16646                align: 1.0 0.5;
16647             }
16648          }
16649          part { name: "elm.text.1";
16650             clip_to: "disclip";
16651             type: TEXT;
16652             mouse_events: 0;
16653             scale: 1;
16654             description { state: "default" 0.0;
16655                rel1 {
16656                   relative: 1.0 0.0;
16657                   to_x: "elm.padding.left";
16658                }
16659                rel2 {
16660                   relative: 0.0 1.0;
16661                   to_x: "elm.padding.text2.left";
16662                }
16663                align: 0.0 0.0;
16664                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16665                text {
16666                   font: "SLP:style=Roman";
16667                   size: GENLIST_FONT_44_INC;
16668                   min: 0 1;
16669                   align: 0.0 0.5;
16670                   text_class: "list_item";
16671                }
16672             }
16673             description { state: "selected" 0.0;
16674                inherit: "default" 0.0;
16675                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16676             }
16677             GENLIST_DESCRIPTION_FLIP_ENABLED
16678          }
16679          GENLIST_PART_FLIP
16680          GENLIST_PART_DISCLIP
16681       }
16682       programs {
16683          program { name: "go_active";
16684             signal: "elm,state,selected";
16685             source: "elm";
16686             action: STATE_SET "selected" 0.0;
16687             target: "bg_image";
16688             target: "elm.text.1";
16689             target: "elm.text.2";
16690             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16691          }
16692          program { name: "go_passive";
16693             signal: "elm,state,unselected";
16694             source: "elm";
16695             action: STATE_SET "default" 0.0;
16696             target: "bg_image";
16697             target: "elm.text.1";
16698             target: "elm.text.2";
16699             transition: LINEAR 0.1;
16700          }
16701          program { name: "go_disabled";
16702             signal: "elm,state,disabled";
16703             source: "elm";
16704             action: STATE_SET "disabled" 0.0;
16705             target: "disclip";
16706          }
16707          program { name: "go_enabled";
16708             signal: "elm,state,enabled";
16709             source: "elm";
16710             action: STATE_SET "default" 0.0;
16711             target: "disclip";
16712          }
16713          GENLIST_PROGRAM_FLIP_2TEXT
16714          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16715       }
16716    }
16717
16718    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
16719       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
16720       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
16721       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
16722       alias: "elm/layout/dialogue/1text.2icon.2";
16723       data.item: "stacking" "above";
16724       data.item: "selectraise" "on";
16725       data.item: "texts" "elm.text";
16726       data.item: "contents" "elm.icon.1 elm.icon.2";
16727       data.item: "flips" "elm.flip.content";
16728       parts {
16729          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16730          GENLIST_PART_DIALOGUE_BG_IMAGE
16731          GENLIST_PART_BOTTOM_LINE
16732          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16733          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16734          GENLIST_PART_DIALOGUE_ITEM
16735          GENLIST_PART_DIALOGUE_RIGHT_LINE
16736          part { name: "elm.icon.1";
16737             clip_to: "disclip";
16738             type: SWALLOW;
16739             scale: 1;
16740             description { state: "default" 0.0;
16741                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16742                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16743                fixed: 1 1;
16744                rel1 {
16745                   relative: 1.0 0.0;
16746                   to_x: "elm.padding.left";
16747                }
16748                rel2 {
16749                   relative: 1.0 1.0;
16750                   to_x: "elm.padding.left";
16751                }
16752                align: 0.0 0.5;
16753             }
16754             GENLIST_DESCRIPTION_FLIP_ENABLED
16755          }
16756          part { name: "elm.padding.icon1.right";
16757             clip_to: "disclip";
16758             type: RECT;
16759             scale: 1;
16760             description { state: "default" 0.0;
16761                min: GENLIST_PADDING_16_INC 0;
16762                fixed: 1 0;
16763                rel1 {
16764                   relative: 1.0 0.0;
16765                   to_x: "elm.icon.1";
16766                }
16767                rel2.to_x: "elm.icon.1";
16768                align: 0.0 0.0;
16769                visible: 0;
16770             }
16771          }
16772          part { name: "elm.icon.2";
16773             clip_to: "disclip";
16774             type: SWALLOW;
16775             scale: 1;
16776             description { state: "default" 0.0;
16777                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16778                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16779                fixed: 1 1;
16780                rel1.to_x: "elm.padding.right";
16781                rel2 {
16782                   relative: 0.0 1.0;
16783                   to_x: "elm.padding.right";
16784                }
16785                align: 1.0 0.5;
16786             }
16787             GENLIST_DESCRIPTION_FLIP_ENABLED
16788          }
16789          part { name: "elm.padding.icon2.left";
16790             clip_to: "disclip";
16791             type: RECT;
16792             scale: 1;
16793             description { state: "default" 0.0;
16794                min: GENLIST_PADDING_16_INC 0;
16795                fixed: 1 0;
16796                rel1.to_x: "elm.icon.2";
16797                rel2 {
16798                   relative: 0.0 1.0;
16799                   to_x: "elm.icon.2";
16800                }
16801                align: 1.0 0.0;
16802                visible: 0;
16803             }
16804          }
16805          part { name: "elm.text";
16806             clip_to: "disclip";
16807             type: TEXT;
16808             mouse_events: 0;
16809             scale: 1;
16810             description { state: "default" 0.0;
16811                rel1 {
16812                   relative: 1.0 0.0;
16813                   to_x: "elm.padding.icon1.right";
16814                }
16815                rel2 {
16816                   relative: 0.0 1.0;
16817                   to_x: "elm.padding.icon2.left";
16818                }
16819                align: 0.0 0.0;
16820                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16821                text {
16822                   font: "SLP:style=Roman";
16823                   size: GENLIST_FONT_44_INC;
16824                   min: 0 1;
16825                   align: 0.0 0.5;
16826                   text_class: "list_item";
16827                }
16828             }
16829             description { state: "selected" 0.0;
16830                inherit: "default" 0.0;
16831                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16832             }
16833             GENLIST_DESCRIPTION_FLIP_ENABLED
16834          }
16835          GENLIST_PART_FLIP
16836          GENLIST_PART_DISCLIP
16837       }
16838       programs {
16839          program { name: "go_active";
16840             signal: "elm,state,selected";
16841             source: "elm";
16842             action: STATE_SET "selected" 0.0;
16843             target: "bg_image";
16844             target: "elm.text";
16845             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16846          }
16847          program { name: "go_passive";
16848             signal: "elm,state,unselected";
16849             source: "elm";
16850             action: STATE_SET "default" 0.0;
16851             target: "bg_image";
16852             target: "elm.text";
16853             transition: LINEAR 0.1;
16854          }
16855          program { name: "go_disabled";
16856             signal: "elm,state,disabled";
16857             source: "elm";
16858             action: STATE_SET "disabled" 0.0;
16859             target: "disclip";
16860          }
16861          program { name: "go_enabled";
16862             signal: "elm,state,enabled";
16863             source: "elm";
16864             action: STATE_SET "default" 0.0;
16865             target: "disclip";
16866          }
16867          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
16868          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16869       }
16870    }
16871
16872    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
16873       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
16874       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
16875       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
16876       alias: "elm/layout/dialogue/1text.3icon";
16877       data.item: "stacking" "above";
16878       data.item: "selectraise" "on";
16879       data.item: "texts" "elm.text";
16880       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16881       data.item: "flips" "elm.flip.content";
16882       parts {
16883          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16884          GENLIST_PART_DIALOGUE_BG_IMAGE
16885          GENLIST_PART_BOTTOM_LINE
16886          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16887          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16888          GENLIST_PART_DIALOGUE_ITEM
16889          GENLIST_PART_DIALOGUE_RIGHT_LINE
16890          part { name: "elm.icon.1";
16891             clip_to: "disclip";
16892             type: SWALLOW;
16893             scale: 1;
16894             description { state: "default" 0.0;
16895                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16896                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16897                fixed: 1 1;
16898                rel1 {
16899                   relative: 1.0 0.0;
16900                   to_x: "elm.padding.left";
16901                }
16902                rel2 {
16903                   relative: 1.0 1.0;
16904                   to_x: "elm.padding.left";
16905                }
16906                align: 0.0 0.5;
16907             }
16908             GENLIST_DESCRIPTION_FLIP_ENABLED
16909          }
16910          part { name: "elm.padding.icon1.right";
16911             clip_to: "disclip";
16912             type: RECT;
16913             scale: 1;
16914             description { state: "default" 0.0;
16915                min: GENLIST_PADDING_16_INC 0;
16916                fixed: 1 0;
16917                rel1 {
16918                   relative: 1.0 0.0;
16919                   to_x: "elm.icon.1";
16920                }
16921                rel2.to_x: "elm.icon.1";
16922                align: 0.0 0.0;
16923                visible: 0;
16924             }
16925          }
16926          part { name: "elm.icon.3";
16927             clip_to: "disclip";
16928             type: SWALLOW;
16929             scale: 1;
16930             description { state: "default" 0.0;
16931                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16932                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16933                fixed: 1 1;
16934                rel1.to_x: "elm.padding.right";
16935                rel2 {
16936                   relative: 0.0 1.0;
16937                   to_x: "elm.padding.right";
16938                }
16939                align: 1.0 0.5;
16940             }
16941             GENLIST_DESCRIPTION_FLIP_ENABLED
16942          }
16943          part { name: "elm.padding.icon3.left";
16944             clip_to: "disclip";
16945             type: RECT;
16946             scale: 1;
16947             description { state: "default" 0.0;
16948                min: GENLIST_PADDING_16_INC 0;
16949                fixed: 1 0;
16950                rel1.to_x: "elm.icon.3";
16951                rel2 {
16952                   relative: 0.0 1.0;
16953                   to_x: "elm.icon.3";
16954                }
16955                align: 1.0 0.0;
16956                visible: 0;
16957             }
16958          }
16959          part { name: "elm.icon.2";
16960             clip_to: "disclip";
16961             type: SWALLOW;
16962             scale: 1;
16963             description { state: "default" 0.0;
16964                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16965                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16966                fixed: 1 1;
16967                rel1.to_x: "elm.padding.icon3.left";
16968                rel2 {
16969                   relative: 0.0 1.0;
16970                   to_x: "elm.padding.icon3.left";
16971                }
16972                align: 1.0 0.5;
16973             }
16974             GENLIST_DESCRIPTION_FLIP_ENABLED
16975          }
16976          part { name: "elm.padding.icon2.left";
16977             clip_to: "disclip";
16978             type: RECT;
16979             scale: 1;
16980             description { state: "default" 0.0;
16981                min: GENLIST_PADDING_16_INC 0;
16982                fixed: 1 0;
16983                rel1.to_x: "elm.icon.2";
16984                rel2 {
16985                   relative: 0.0 1.0;
16986                   to_x: "elm.icon.2";
16987                }
16988                align: 0.0 0.0;
16989                visible: 0;
16990             }
16991          }
16992          part { name: "elm.text";
16993             clip_to: "disclip";
16994             type: TEXT;
16995             mouse_events: 0;
16996             scale: 1;
16997             description { state: "default" 0.0;
16998                rel1 {
16999                   relative: 1.0 0.0;
17000                   to_x: "elm.padding.icon1.right";
17001                }
17002                rel2 {
17003                   relative: 0.0 1.0;
17004                   to_x: "elm.padding.icon2.left";
17005                }
17006                align: 0.0 0.5;
17007                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17008                text {
17009                   font: "SLP:style=Roman";
17010                   size: GENLIST_FONT_44_INC;
17011                   min: 0 1;
17012                   align: 0.0 0.5;
17013                   text_class: "list_item";
17014                }
17015             }
17016             description { state: "selected" 0.0;
17017                inherit: "default" 0.0;
17018                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17019             }
17020             GENLIST_DESCRIPTION_FLIP_ENABLED
17021          }
17022          GENLIST_PART_FLIP
17023          GENLIST_PART_DISCLIP
17024       }
17025       programs {
17026          // signal: elm,state,%s,active
17027          //   a "check" item named %s went active
17028          // signal: elm,state,%s,passive
17029          //   a "check" item named %s went passive
17030          // default is passive
17031          program { name: "go_active";
17032             signal: "elm,state,selected";
17033             source: "elm";
17034             action: STATE_SET "selected" 0.0;
17035             target: "bg_image";
17036             target: "elm.text";
17037             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17038          }
17039          program { name: "go_passive";
17040             signal: "elm,state,unselected";
17041             source: "elm";
17042             action: STATE_SET "default" 0.0;
17043             target: "bg_image";
17044             target: "elm.text";
17045             transition: LINEAR 0.1;
17046          }
17047          program { name: "go_disabled";
17048             signal: "elm,state,disabled";
17049             source: "elm";
17050             action: STATE_SET "disabled" 0.0;
17051             target: "disclip";
17052          }
17053          program { name: "go_enabled";
17054             signal: "elm,state,enabled";
17055             source: "elm";
17056             action: STATE_SET "default" 0.0;
17057             target: "disclip";
17058          }
17059          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
17060          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17061       }
17062    }
17063
17064    /* password style 4.2.13 */
17065    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
17066    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
17067       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
17068       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
17069       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
17070       alias: "elm/layout/dialogue/4icon";
17071       data.item: "stacking" "above";
17072       data.item: "selectraise" "on";
17073       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
17074       data.item: "texts" "elm.text.1";
17075       images {
17076          image : "00_input_bg.png" COMP;
17077       }
17078       parts {
17079          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
17080          GENLIST_PART_DIALOGUE_BG_IMAGE
17081          GENLIST_PART_BOTTOM_LINE
17082          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17083          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
17084          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17085          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17086          GENLIST_PART_DIALOGUE_ITEM
17087          GENLIST_PART_DIALOGUE_RIGHT_LINE
17088          part { name: "elm.text.1";
17089             clip_to: "disclip";
17090             type: TEXT;
17091             mouse_events: 0;
17092             scale: 1;
17093             description { state: "default" 0.0;
17094                fixed: 1 1;
17095                rel1 {
17096                   relative: 1.0 0.0;
17097                   to_x: "elm.padding.left";
17098                   to_y: "elm.icon.1";
17099                }
17100                rel2 {
17101                   relative: 0.0 1.0;
17102                   to_x: "elm.padding.right";
17103                   to_y: "elm.padding.top";
17104                }
17105                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
17106                text {
17107                   font: "SLP:style=Medium";
17108                   size: GENLIST_FONT_32_INC;
17109                   min: 0 1;
17110                   align: 0.0 0.5;
17111                   text_class: "list_item";
17112                }
17113             }
17114             description { state: "selected" 0.0;
17115                inherit: "default" 0.0;
17116                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17117             }
17118          }
17119          part { name: "elm.padding.icon1.left";
17120             clip_to: "disclip";
17121             type: RECT;
17122             scale: 1;
17123             description { state: "default" 0.0;
17124                min: GENLIST_PADDING_74_INC 0;
17125                fixed: 1 0;
17126                rel1 {
17127                   relative: 1.0 0.0;
17128                   to_x: "elm.rect.dialogue";
17129                   to_y: "elm.padding.bottom";
17130                }
17131                rel2 {
17132                   relative: 1.0 0.0;
17133                   to_x: "elm.rect.dialogue";
17134                   to_y: "elm.padding.bottom";
17135                }
17136                align: 0.0 1.0;
17137                visible: 0;
17138             }
17139          }
17140          part { name: "elm.icon1.bg";
17141             clip_to: "disclip";
17142             type: IMAGE;
17143             scale: 1;
17144             description { state: "default" 0.0;
17145                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17146                fixed: 1 1;
17147                rel1 {
17148                   relative: 1.0 0.0;
17149                   to_x: "elm.padding.icon1.left";
17150                   to_y: "elm.padding.bottom";
17151                }
17152                rel2 {
17153                   relative: 1.0 0.0;
17154                   to_x: "elm.padding.icon1.left";
17155                   to_y: "elm.padding.bottom";
17156                }
17157                align: 0.0 1.0;
17158                image.normal: "00_input_bg.png";
17159                image.border: 5 5 5 5;
17160                image.border_scale: 1;
17161             }
17162          }
17163          part { name: "elm.icon.1";
17164             clip_to: "disclip";
17165             type: SWALLOW;
17166             scale: 1;
17167             description { state: "default" 0.0;
17168                rel1 {
17169                   to: "elm.icon1.bg";
17170                   offset: 2 2;
17171                }
17172                rel2 {
17173                   to: "elm.icon1.bg";
17174                   offset: -3 -3;
17175                }
17176                align: 0.5 0.5;
17177             }
17178          }
17179          part { name: "elm.padding.icon2.left";
17180             clip_to: "disclip";
17181             type: RECT;
17182             scale: 1;
17183             description { state: "default" 0.0;
17184                min: GENLIST_SIZE_ICON_SMALL 0;
17185                fixed: 1 0;
17186                rel1 {
17187                   relative: 1.0 0.0;
17188                   to_x: "elm.icon1.bg";
17189                   to_y: "elm.padding.bottom";
17190                }
17191                rel2 {
17192                   relative: 1.0 0.0;
17193                   to_x: "elm.icon1.bg";
17194                   to_y: "elm.padding.bottom";
17195                }
17196                align: 0.0 1.0;
17197                visible: 0;
17198             }
17199          }
17200          part { name: "elm.icon2.bg";
17201             clip_to: "disclip";
17202             type: IMAGE;
17203             scale: 1;
17204             description { state: "default" 0.0;
17205                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17206                fixed: 1 1;
17207                rel1 {
17208                   relative: 1.0 0.0;
17209                   to_x: "elm.padding.icon2.left";
17210                   to_y: "elm.padding.bottom";
17211                }
17212                rel2 {
17213                   relative: 1.0 0.0;
17214                   to_x: "elm.padding.icon2.left";
17215                   to_y: "elm.padding.bottom";
17216                }
17217                align: 0.0 1.0;
17218                image.normal: "00_input_bg.png";
17219                image.border: 5 5 5 5;
17220                image.border_scale: 1;
17221             }
17222          }
17223          part { name: "elm.icon.2";
17224             clip_to: "disclip";
17225             type: SWALLOW;
17226             scale: 1;
17227             description { state: "default" 0.0;
17228                rel1 {
17229                   to: "elm.icon2.bg";
17230                   offset: 2 2;
17231                }
17232                rel2 {
17233                   to: "elm.icon2.bg";
17234                   offset: -3 -3;
17235                }
17236                align: 0.5 0.5;
17237             }
17238          }
17239          part { name: "elm.padding.icon3.left";
17240             clip_to: "disclip";
17241             type: RECT;
17242             scale: 1;
17243             description { state: "default" 0.0;
17244                min: GENLIST_SIZE_ICON_SMALL 0;
17245                fixed: 1 0;
17246                rel1 {
17247                   relative: 1.0 0.0;
17248                   to_x: "elm.icon2.bg";
17249                   to_y: "elm.padding.bottom";
17250                }
17251                rel2 {
17252                   relative: 1.0 0.0;
17253                   to_x: "elm.icon2.bg";
17254                   to_y: "elm.padding.bottom";
17255                }
17256                align: 0.0 1.0;
17257                visible: 0;
17258             }
17259          }
17260          part { name: "elm.icon3.bg";
17261             clip_to: "disclip";
17262             type: IMAGE;
17263             scale: 1;
17264             description { state: "default" 0.0;
17265                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17266                fixed: 1 1;
17267                rel1 {
17268                   relative: 1.0 0.0;
17269                   to_x: "elm.padding.icon3.left";
17270                   to_y: "elm.padding.bottom";
17271                }
17272                rel2 {
17273                   relative: 1.0 0.0;
17274                   to_x: "elm.padding.icon3.left";
17275                   to_y: "elm.padding.bottom";
17276                }
17277                align: 0.0 1.0;
17278                image.normal: "00_input_bg.png";
17279                image.border: 5 5 5 5;
17280                image.border_scale: 1;
17281             }
17282          }
17283          part { name: "elm.icon.3";
17284             clip_to: "disclip";
17285             type: SWALLOW;
17286             scale: 1;
17287             description { state: "default" 0.0;
17288                rel1 {
17289                   to: "elm.icon3.bg";
17290                   offset: 2 2;
17291                }
17292                rel2 {
17293                   to: "elm.icon3.bg";
17294                   offset: -3 -3;
17295                }
17296                align: 0.5 0.5;
17297             }
17298          }
17299          part { name: "elm.padding.icon4.left";
17300             clip_to: "disclip";
17301             type: RECT;
17302             scale: 1;
17303             description { state: "default" 0.0;
17304                min: GENLIST_SIZE_ICON_SMALL 0;
17305                fixed: 1 0;
17306                rel1 {
17307                   relative: 1.0 0.0;
17308                   to_x: "elm.icon3.bg";
17309                   to_y: "elm.padding.bottom";
17310                }
17311                rel2 {
17312                   relative: 1.0 0.0;
17313                   to_x: "elm.icon3.bg";
17314                   to_y: "elm.padding.bottom";
17315                }
17316                align: 0.0 1.0;
17317                visible: 0;
17318             }
17319          }
17320          part { name: "elm.icon4.bg";
17321             clip_to: "disclip";
17322             type: IMAGE;
17323             scale: 1;
17324             description { state: "default" 0.0;
17325                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17326                fixed: 1 1;
17327                rel1 {
17328                   relative: 1.0 0.0;
17329                   to_x: "elm.padding.icon4.left";
17330                   to_y: "elm.padding.bottom";
17331                }
17332                rel2 {
17333                   relative: 1.0 0.0;
17334                   to_x: "elm.padding.icon4.left";
17335                   to_y: "elm.padding.bottom";
17336                }
17337                align: 0.0 1.0;
17338                image.normal: "00_input_bg.png";
17339                image.border: 5 5 5 5;
17340                image.border_scale: 1;
17341             }
17342          }
17343          part { name: "elm.icon.4";
17344             clip_to: "disclip";
17345             type: SWALLOW;
17346             scale: 1;
17347             description { state: "default" 0.0;
17348                rel1 {
17349                   to: "elm.icon4.bg";
17350                   offset: 2 2;
17351                }
17352                rel2 {
17353                   to: "elm.icon4.bg";
17354                   offset: -3 -3;
17355                }
17356                align: 0.5 0.5;
17357             }
17358          }
17359          GENLIST_PART_DISCLIP
17360       }
17361       programs {
17362          // signal: elm,state,%s,active
17363          //   a "check" item named %s went active
17364          // signal: elm,state,%s,passive
17365          //   a "check" item named %s went passive
17366          // default is passive
17367          /*program { name: "go_active";
17368             signal: "elm,state,selected";
17369             source: "elm";
17370             action: STATE_SET "selected" 0.0;
17371             target: "bg_image";
17372             target: "elm.text.1";
17373             target: "elm.text.2";
17374          }
17375          program { name: "go_passive";
17376             signal: "elm,state,unselected";
17377             source: "elm";
17378             action: STATE_SET "default" 0.0;
17379             target: "bg_image";
17380             target: "elm.text.1";
17381             target: "elm.text.2";
17382             transition: LINEAR 0.1;
17383          }*/
17384          program { name: "go_disabled";
17385             signal: "elm,state,disabled";
17386             source: "elm";
17387             action: STATE_SET "disabled" 0.0;
17388             target: "disclip";
17389          }
17390          program { name: "go_enabled";
17391             signal: "elm,state,enabled";
17392             source: "elm";
17393             action: STATE_SET "default" 0.0;
17394             target: "disclip";
17395          }
17396       }
17397    }
17398
17399    group { name: "elm/genlist/item/dialogue/3icon/default";
17400       alias: "elm/genlist/item_odd/dialogue/3icon/default";
17401       alias: "elm/genlist/item_compress/dialogue/3icon/default";
17402       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
17403       alias: "elm/layout/dialogue/3icon";
17404       data.item: "stacking" "above";
17405       data.item: "selectraise" "on";
17406       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17407       parts {
17408          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17409          GENLIST_PART_DIALOGUE_BG_IMAGE
17410          GENLIST_PART_BOTTOM_LINE
17411          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17412          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17413          GENLIST_PART_DIALOGUE_ITEM
17414          GENLIST_PART_DIALOGUE_RIGHT_LINE
17415          part { name: "elm.icon.1";
17416             clip_to: "disclip";
17417             type: SWALLOW;
17418             scale: 1;
17419             description { state: "default" 0.0;
17420                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17421                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17422                fixed: 1 1;
17423                rel1 {
17424                   relative: 1.0 0.0;
17425                   to_x: "elm.padding.left";
17426                }
17427                rel2 {
17428                   relative: 1.0 1.0;
17429                   to_x: "elm.padding.left";
17430                }
17431                align: 0.0 0.5;
17432             }
17433             GENLIST_DESCRIPTION_FLIP_ENABLED
17434          }
17435          part { name: "elm.padding.icon1.right";
17436             clip_to: "disclip";
17437             type: RECT;
17438             scale: 1;
17439             description { state: "default" 0.0;
17440                min: GENLIST_PADDING_16_INC 0;
17441                fixed: 1 0;
17442                rel1 {
17443                   relative: 1.0 0.0;
17444                   to_x: "elm.icon.1";
17445                }
17446                rel2.to_x: "elm.icon.1";
17447                align: 0.0 0.0;
17448                visible: 0;
17449             }
17450          }
17451          part { name: "elm.icon.3";
17452             clip_to: "disclip";
17453             type: SWALLOW;
17454             scale: 1;
17455             description { state: "default" 0.0;
17456                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17457                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17458                fixed: 1 1;
17459                rel1.to_x: "elm.padding.right";
17460                rel2 {
17461                   relative: 0.0 1.0;
17462                   to_x: "elm.padding.right";
17463                }
17464                align: 1.0 0.5;
17465             }
17466             GENLIST_DESCRIPTION_FLIP_ENABLED
17467          }
17468          part { name: "elm.padding.icon3.left";
17469             clip_to: "disclip";
17470             type: RECT;
17471             scale: 1;
17472             description { state: "default" 0.0;
17473                min: GENLIST_PADDING_16_INC 0;
17474                fixed: 1 0;
17475                rel1.to_x: "elm.icon.3";
17476                rel2 {
17477                   relative: 0.0 1.0;
17478                   to_x: "elm.icon.3";
17479                }
17480                align: 1.0 0.0;
17481                visible: 0;
17482             }
17483          }
17484          part { name: "elm.icon.2";
17485             clip_to: "disclip";
17486             type: SWALLOW;
17487             scale: 1;
17488             description { state: "default" 0.0;
17489                rel1 {
17490                   relative: 1.0 0.0;
17491                   to_x: "elm.padding.icon1.right";
17492                }
17493                rel2 {
17494                   relative: 0.0 1.0;
17495                   to_x: "elm.padding.icon3.left";
17496                }
17497                align: 0.0 0.5;
17498             }
17499             GENLIST_DESCRIPTION_FLIP_ENABLED
17500          }
17501          GENLIST_PART_DISCLIP
17502       }
17503       programs {
17504          // signal: elm,state,%s,active
17505          //   a "check" item named %s went active
17506          // signal: elm,state,%s,passive
17507          //   a "check" item named %s went passive
17508          // default is passive
17509          program { name: "go_disabled";
17510             signal: "elm,state,disabled";
17511             source: "elm";
17512             action: STATE_SET "disabled" 0.0;
17513             target: "disclip";
17514          }
17515          program { name: "go_enabled";
17516             signal: "elm,state,enabled";
17517             source: "elm";
17518             action: STATE_SET "default" 0.0;
17519             target: "disclip";
17520          }
17521       }
17522    }
17523
17524    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
17525       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
17526       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
17527       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
17528       alias: "elm/layout/dialogue/2text.1icon.4";
17529       data.item: "stacking" "above";
17530       data.item: "selectraise" "on";
17531       data.item: "texts" "elm.text.1 elm.text.2";
17532       data.item: "contents" "elm.icon";
17533       data.item: "flips" "elm.flip.content";
17534       parts {
17535          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17536          GENLIST_PART_DIALOGUE_BG_IMAGE
17537          GENLIST_PART_BOTTOM_LINE
17538          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
17539          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
17540          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17541          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17542          GENLIST_PART_DIALOGUE_ITEM
17543          GENLIST_PART_DIALOGUE_RIGHT_LINE
17544          part { name: "elm.text.2";
17545             clip_to: "disclip";
17546             type: TEXT;
17547             mouse_events: 0;
17548             scale: 1;
17549             description { state: "default" 0.0;
17550                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
17551                fixed: 1 1;
17552                rel1 {
17553                   relative: 0.0 1.0;
17554                   to_x: "elm.padding.right";
17555                   to_y: "elm.padding.top";
17556                }
17557                rel2 {
17558                   relative: 0.0 1.0;
17559                   to_x: "elm.padding.right";
17560                   to_y: "elm.padding.top";
17561                }
17562                align: 1.0 0.0;
17563                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
17564                text {
17565                   font: "SLP:style=Medium";
17566                   size: GENLIST_FONT_32_INC;
17567                   min: 0 1;
17568                   align: 1.0 0.5;
17569                   text_class: "slp_medium";
17570                }
17571             }
17572             description { state: "selected" 0.0;
17573                inherit: "default" 0.0;
17574                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17575             }
17576             GENLIST_DESCRIPTION_FLIP_ENABLED
17577          }
17578          part { name: "elm.padding.text2.left";
17579             clip_to: "disclip";
17580             type: RECT;
17581             mouse_events: 0;
17582             scale: 1;
17583             description { state: "default" 0.0;
17584                min: GENLIST_SIZE_ICON_SMALL 0;
17585                fixed: 1 0;
17586                rel1.to_x: "elm.text.2";
17587                rel2 {
17588                   relative: 0.0 1.0;
17589                   to_x: "elm.text.2";
17590                }
17591                align: 1.0 0.5;
17592                visible: 0;
17593             }
17594          }
17595          part { name: "elm.text.1";
17596             clip_to: "disclip";
17597             type: TEXT;
17598             mouse_events: 0;
17599             scale: 1;
17600             description { state: "default" 0.0;
17601                rel1 {
17602                   relative: 1.0 1.0;
17603                   to_x: "elm.padding.left";
17604                   to_y: "elm.padding.top";
17605                }
17606                rel2 {
17607                   relative: 0.0 1.0;
17608                   to_x: "elm.padding.text2.left";
17609                   to_y: "elm.text.2";
17610                }
17611                align: 0.0 0.5;
17612                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17613                text {
17614                   font: "SLP:style=Roman";
17615                   size: GENLIST_FONT_44_INC;
17616                   min: 0 1;
17617                   align: 0.0 0.5;
17618                   text_class: "list_item";
17619                }
17620             }
17621             description { state: "selected" 0.0;
17622                inherit: "default" 0.0;
17623                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17624             }
17625             GENLIST_DESCRIPTION_FLIP_ENABLED
17626          }
17627          part { name: "elm.icon";
17628             clip_to: "disclip";
17629             type: SWALLOW;
17630             scale: 1;
17631             description { state: "default" 0.0;
17632                min: 0 GENLIST_SIZE_16_INC;
17633                fixed: 0 1;
17634                rel1 {
17635                   relative: 1.0 0.0;
17636                   to_x: "elm.padding.left";
17637                   to_y: "elm.padding.bottom";
17638                }
17639                rel2 {
17640                   relative: 0.0 0.0;
17641                   to_x: "elm.padding.right";
17642                   to_y: "elm.padding.bottom";
17643                }
17644                align: 0.0 1.0;
17645             }
17646             GENLIST_DESCRIPTION_FLIP_ENABLED
17647          }
17648          GENLIST_PART_FLIP
17649          GENLIST_PART_DISCLIP
17650       }
17651       programs {
17652          // signal: elm,state,%s,active
17653          //   a "check" item named %s went active
17654          // signal: elm,state,%s,passive
17655          //   a "check" item named %s went passive
17656          // default is passive
17657          program { name: "go_active";
17658             signal: "elm,state,selected";
17659             source: "elm";
17660             action: STATE_SET "selected" 0.0;
17661             target: "bg_image";
17662             target: "elm.text.1";
17663             target: "elm.text.2";
17664             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17665          }
17666          program { name: "go_passive";
17667             signal: "elm,state,unselected";
17668             source: "elm";
17669             action: STATE_SET "default" 0.0;
17670             target: "bg_image";
17671             target: "elm.text.1";
17672             target: "elm.text.2";
17673             transition: LINEAR 0.1;
17674          }
17675          program { name: "go_disabled";
17676             signal: "elm,state,disabled";
17677             source: "elm";
17678             action: STATE_SET "disabled" 0.0;
17679             target: "disclip";
17680          }
17681          program { name: "go_enabled";
17682             signal: "elm,state,enabled";
17683             source: "elm";
17684             action: STATE_SET "default" 0.0;
17685             target: "disclip";
17686          }
17687          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
17688          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17689       }
17690    }
17691
17692    group { name: "elm/genlist/item/dialogue/1title.1text/default";
17693       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
17694       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
17695       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
17696       alias: "elm/genlist/item/dialogue.1title.1text/default";
17697       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
17698       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
17699       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
17700       alias: "elm/layout/dialogue/1title.1text";
17701       data.item: "stacking" "above";
17702       data.item: "selectraise" "on";
17703       data.item: "texts" "elm.title elm.text";
17704       data.item: "flips" "elm.flip.content";
17705       parts {
17706          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17707          GENLIST_PART_DIALOGUE_BG_IMAGE
17708          GENLIST_PART_BOTTOM_LINE
17709          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17710          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17711          GENLIST_PART_DIALOGUE_ITEM
17712          GENLIST_PART_DIALOGUE_RIGHT_LINE
17713          part { name: "elm.title";
17714             clip_to: "disclip";
17715             type: TEXT;
17716             mouse_events: 0;
17717             scale: 1;
17718             description { state: "default" 0.0;
17719                min: GENLIST_SIZE_163_INC 0;
17720                fixed: 1 0;
17721                rel1 {
17722                   relative: 1.0 0.0;
17723                   to_x: "elm.padding.left";
17724                }
17725                rel2.to_x: "elm.padding.left";
17726                align: 0.0 0.5;
17727                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17728                text {
17729                   font: "SLP:style=Medium";
17730                   size: GENLIST_FONT_32_INC;
17731                   min: 0 1;
17732                   align: 0.0 0.5;
17733                   text_class: "slp_roman";
17734                }
17735             }
17736          }
17737          part { name: "vertical_line";
17738             type: RECT;
17739             mouse_events: 0;
17740             description { state: "default" 0.0;
17741                min: 1 0;
17742                fixed: 1 0;
17743                rel1 {
17744                   relative: 1.0 0.0;
17745                   to_x: "elm.title";
17746                }
17747                rel2.to_x: "elm.title";
17748                align: 0.0 0.5;
17749                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17750             }
17751          }
17752          part { name: "elm.padding.text.left";
17753             clip_to: "disclip";
17754             type: RECT;
17755             mouse_events: 0;
17756             scale: 1;
17757             description { state: "default" 0.0;
17758                min: GENLIST_PADDING_16_INC 0;
17759                fixed: 1 0;
17760                rel1 {
17761                    relative: 1.0 0.0;
17762                    to_x: "vertical_line";
17763                }
17764                rel2.to_x: "vertical_line";
17765                align: 0.0 0.5;
17766                visible: 0;
17767             }
17768          }
17769          part { name: "elm.text";
17770             clip_to: "disclip";
17771             type: TEXT;
17772             mouse_events: 0;
17773             scale: 1;
17774             description { state: "default" 0.0;
17775                rel1 {
17776                   relative: 1.0 0.0;
17777                   to_x: "elm.padding.text.left";
17778                }
17779                rel2 {
17780                   relative: 0.0 1.0;
17781                   to_x: "elm.padding.right";
17782                }
17783                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17784                text {
17785                   font: "SLP:style=Roman";
17786                   size: GENLIST_FONT_44_INC;
17787                   min: 0 1;
17788                   align: 0.0 0.5;
17789                   text_class: "list_item";
17790                }
17791             }
17792             GENLIST_DESCRIPTION_FLIP_ENABLED
17793          }
17794          part { name: "elm.flip.content";
17795             clip_to: "disclip";
17796             type: SWALLOW;
17797             mouse_events: 1;
17798             scale: 1;
17799             description { state: "default" 0.0;
17800                fixed: 1 1;
17801                rel1 {
17802                   relative: 0.0 0.5;
17803                   to_x: "elm.text";
17804                }
17805                rel2 {
17806                   relative: 0.0 0.5;
17807                   to_x: "elm.padding.right";
17808                }
17809                visible: 0;
17810             }
17811             description { state: "flip_enabled" 0.0;
17812                inherit: "default" 0.0;
17813                visible: 1;
17814             }
17815          }
17816          GENLIST_PART_DISCLIP
17817       }
17818       programs {
17819          // signal: elm,state,%s,active
17820          //   a "check" item named %s went active
17821          // signal: elm,state,%s,passive
17822          //   a "check" item named %s went passive
17823          // default is passive
17824          /*program { name: "go_active";
17825             signal: "elm,state,selected";
17826             source: "elm";
17827             action: STATE_SET "selected" 0.0;
17828             target: "elm.text";
17829          }
17830          program { name: "go_passive";
17831             signal: "elm,state,unselected";
17832             source: "elm";
17833             action: STATE_SET "default" 0.0;
17834             target: "elm.text";
17835             transition: LINEAR 0.1;
17836          }*/
17837          program { name: "go_disabled";
17838             signal: "elm,state,disabled";
17839             source: "elm";
17840             action: STATE_SET "disabled" 0.0;
17841             target: "disclip";
17842          }
17843          program { name: "go_enabled";
17844             signal: "elm,state,enabled";
17845             source: "elm";
17846             action: STATE_SET "default" 0.0;
17847             target: "disclip";
17848          }
17849          GENLIST_PROGRAM_FLIP_1TEXT
17850       }
17851    }
17852
17853    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
17854       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
17855       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
17856       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
17857       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
17858       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
17859       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
17860       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
17861       alias: "elm/layout/dialogue/1title.1text.3";
17862       data.item: "stacking" "above";
17863       data.item: "selectraise" "on";
17864       data.item: "texts" "elm.title elm.text";
17865       data.item: "flips" "elm.flip.content.title elm.flip.content";
17866       parts {
17867          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17868          GENLIST_PART_DIALOGUE_BG_IMAGE
17869          GENLIST_PART_BOTTOM_LINE
17870          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17871          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17872          GENLIST_PART_DIALOGUE_ITEM
17873          GENLIST_PART_DIALOGUE_RIGHT_LINE
17874          part { name: "elm.title";
17875             clip_to: "disclip";
17876             type: TEXT;
17877             mouse_events: 0;
17878             scale: 1;
17879             description { state: "default" 0.0;
17880                min: GENLIST_SIZE_163_INC 0;
17881                fixed: 1 0;
17882                rel1 {
17883                   relative: 1.0 0.0;
17884                   to_x: "elm.padding.left";
17885                }
17886                rel2.to_x: "elm.padding.left";
17887                align: 0.0 0.5;
17888                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17889                text {
17890                   font: "SLP:style=Medium";
17891                   size: GENLIST_FONT_32_INC;
17892                   min: 0 1;
17893                   align: 0.0 0.5;
17894                   text_class: "slp_medium";
17895                }
17896             }
17897             GENLIST_DESCRIPTION_FLIP_ENABLED
17898          }
17899          part { name: "elm.flip.content.title";
17900             clip_to: "disclip";
17901             type: SWALLOW;
17902             description { state: "default" 0.0;
17903                visible: 0;
17904                fixed: 1 1;
17905                rel1.to: "elm.title";
17906                rel2.to: "elm.title";
17907             }
17908             description { state: "flip_enabled" 0.0;
17909                inherit: "default" 0.0;
17910                visible: 1;
17911             }
17912          }
17913          part { name: "vertical_line";
17914             type: RECT;
17915             mouse_events: 0;
17916             description { state: "default" 0.0;
17917                min: 1 0;
17918                fixed: 1 0;
17919                rel1 {
17920                   relative: 1.0 0.0;
17921                   to_x: "elm.title";
17922                }
17923                rel2.to_x: "elm.title";
17924                align: 0.0 0.5;
17925                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17926             }
17927          }
17928          part { name: "elm.padding.text.left";
17929             clip_to: "disclip";
17930             type: RECT;
17931             mouse_events: 0;
17932             scale: 1;
17933             description { state: "default" 0.0;
17934                min: GENLIST_PADDING_16_INC 0;
17935                fixed: 1 0;
17936                rel1 {
17937                    relative: 1.0 0.0;
17938                    to_x: "vertical_line";
17939                }
17940                rel2.to_x: "vertical_line";
17941                align: 0.0 0.5;
17942                visible: 0;
17943             }
17944          }
17945          part { name: "elm.text";
17946             clip_to: "disclip";
17947             type: TEXT;
17948             mouse_events: 0;
17949             scale: 1;
17950             description { state: "default" 0.0;
17951                rel1 {
17952                   relative: 1.0 0.0;
17953                   to_x: "elm.padding.text.left";
17954                }
17955                rel2 {
17956                   relative: 0.0 1.0;
17957                   to_x: "elm.padding.right";
17958                }
17959                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17960                text {
17961                   font: "SLP:style=Roman";
17962                   size: GENLIST_FONT_44_INC;
17963                   min: 0 1;
17964                   align: 0.0 0.5;
17965                   text_class: "list_item";
17966                }
17967             }
17968             GENLIST_DESCRIPTION_FLIP_ENABLED
17969          }
17970          part { name: "elm.flip.content";
17971             clip_to: "disclip";
17972             type: SWALLOW;
17973             mouse_events: 1;
17974             scale: 1;
17975             description { state: "default" 0.0;
17976                fixed: 1 1;
17977                rel1 {
17978                   relative: 0.0 0.5;
17979                   to_x: "elm.text";
17980                }
17981                rel2 {
17982                   relative: 0.0 0.5;
17983                   to_x: "elm.padding.right";
17984                }
17985                visible: 0;
17986             }
17987             description { state: "flip_enabled" 0.0;
17988                inherit: "default" 0.0;
17989                visible: 1;
17990             }
17991          }
17992          GENLIST_PART_DISCLIP
17993       }
17994       programs {
17995          // signal: elm,state,%s,active
17996          //   a "check" item named %s went active
17997          // signal: elm,state,%s,passive
17998          //   a "check" item named %s went passive
17999          // default is passive
18000          /*program { name: "go_active";
18001             signal: "elm,state,selected";
18002             source: "elm";
18003             action: STATE_SET "selected" 0.0;
18004             target: "elm.text";
18005          }
18006          program { name: "go_passive";
18007             signal: "elm,state,unselected";
18008             source: "elm";
18009             action: STATE_SET "default" 0.0;
18010             target: "elm.text";
18011             transition: LINEAR 0.1;
18012          }*/
18013          program { name: "go_disabled";
18014             signal: "elm,state,disabled";
18015             source: "elm";
18016             action: STATE_SET "disabled" 0.0;
18017             target: "disclip";
18018          }
18019          program { name: "go_enabled";
18020             signal: "elm,state,enabled";
18021             source: "elm";
18022             action: STATE_SET "default" 0.0;
18023             target: "disclip";
18024          }
18025          program { name: "flip_enabled";
18026             signal: "elm,state,flip,enabled";
18027             source: "elm";
18028             action: STATE_SET "flip_enabled" 0.0;
18029             target: "elm.title";
18030             target: "elm.text";
18031             target: "elm.flip.content.title";
18032             target: "elm.flip.content";
18033          }
18034          program { name: "flip_disabled";
18035             signal: "elm,state,flip,disabled";
18036             source: "elm";
18037             action: STATE_SET "default" 0.0;
18038             target: "elm.title";
18039             target: "elm.text";
18040             target: "elm.flip.content.title";
18041             target: "elm.flip.content";
18042          }
18043       }
18044    }
18045
18046    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
18047       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
18048       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
18049       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
18050       alias: "elm/layout/dialogue/1title.1text.1icon";
18051       data.item: "stacking" "above";
18052       data.item: "selectraise" "on";
18053       data.item: "texts" "elm.title elm.text";
18054       data.item: "contents" "elm.icon";
18055       data.item: "flips" "elm.flip.content";
18056       parts {
18057          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18058          GENLIST_PART_DIALOGUE_BG_IMAGE
18059          GENLIST_PART_BOTTOM_LINE
18060          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18061          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18062          GENLIST_PART_DIALOGUE_ITEM
18063          GENLIST_PART_DIALOGUE_RIGHT_LINE
18064          part { name: "elm.title";
18065             clip_to: "disclip";
18066             type: TEXT;
18067             mouse_events: 0;
18068             scale: 1;
18069             description { state: "default" 0.0;
18070                min: GENLIST_SIZE_163_INC 0;
18071                fixed: 1 0;
18072                rel1 {
18073                   relative: 1.0 0.0;
18074                   to_x: "elm.padding.left";
18075                }
18076                rel2.to_x: "elm.padding.left";
18077                align: 0.0 0.5;
18078                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18079                text {
18080                   font: "SLP:style=Medium";
18081                   size: GENLIST_FONT_32_INC;
18082                   min: 0 1;
18083                   align: 0.0 0.5;
18084                   text_class: "slp_medium";
18085                }
18086             }
18087          }
18088          part { name: "vertical_line";
18089             type: RECT;
18090             mouse_events: 0;
18091             description { state: "default" 0.0;
18092                min: 1 0;
18093                fixed: 1 0;
18094                rel1 {
18095                   relative: 1.0 0.0;
18096                   to_x: "elm.title";
18097                }
18098                rel2.to_x: "elm.title";
18099                align: 0.0 0.5;
18100                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18101             }
18102          }
18103          part { name: "elm.padding.text.left";
18104             clip_to: "disclip";
18105             type: RECT;
18106             mouse_events: 0;
18107             scale: 1;
18108             description { state: "default" 0.0;
18109                min: GENLIST_PADDING_16_INC 0;
18110                fixed: 1 0;
18111                rel1 {
18112                    relative: 1.0 0.0;
18113                    to_x: "vertical_line";
18114                }
18115                rel2.to_x: "vertical_line";
18116                align: 0.0 0.5;
18117                visible: 0;
18118             }
18119          }
18120          part { name: "elm.icon";
18121            clip_to: "disclip";
18122             type: SWALLOW;
18123             mouse_events: 0;
18124             scale: 1;
18125             description { state: "default" 0.0;
18126                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18127                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18128                fixed: 1 1;
18129                rel1.to_x: "elm.padding.right";
18130                rel2 {
18131                   relative: 0.0 1.0;
18132                   to_x: "elm.padding.right";
18133                }
18134                align: 1.0 0.5;
18135             }
18136          }
18137          part { name: "elm.padding.icon.left";
18138             clip_to: "disclip";
18139             type: RECT;
18140             mouse_events: 0;
18141             scale: 1;
18142             description { state: "default" 0.0;
18143                min: GENLIST_PADDING_16_INC 0;
18144                fixed: 1 0;
18145                rel1.to_x: "elm.icon";
18146                rel2 {
18147                    relative: 0.0 1.0;
18148                    to_x: "elm.icon";
18149                }
18150                rel2.to_x: "elm.icon";
18151                align: 1.0 0.5;
18152                visible: 0;
18153             }
18154          }
18155          part { name: "elm.text";
18156             clip_to: "disclip";
18157             type: TEXT;
18158             mouse_events: 0;
18159             scale: 1;
18160             description { state: "default" 0.0;
18161                rel1 {
18162                   relative: 1.0 0.0;
18163                   to_x: "elm.padding.text.left";
18164                }
18165                rel2 {
18166                   relative: 0.0 1.0;
18167                   to_x: "elm.padding.icon.left";
18168                }
18169                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18170                text {
18171                   font: "SLP:style=Roman";
18172                   size: GENLIST_FONT_44_INC;
18173                   min: 0 1;
18174                   align: 0.0 0.5;
18175                   text_class: "list_item";
18176                }
18177             }
18178             GENLIST_DESCRIPTION_FLIP_ENABLED
18179          }
18180          part { name: "elm.flip.content";
18181             clip_to: "disclip";
18182             type: SWALLOW;
18183             mouse_events: 1;
18184             scale: 1;
18185             description { state: "default" 0.0;
18186                fixed: 1 1;
18187                rel1 {
18188                   relative: 0.0 0.5;
18189                   to_x: "elm.text";
18190                }
18191                rel2 {
18192                   relative: 0.0 0.5;
18193                   to_x: "elm.padding.right";
18194                }
18195                visible: 0;
18196             }
18197             description { state: "flip_enabled" 0.0;
18198                inherit: "default" 0.0;
18199                visible: 1;
18200             }
18201          }
18202          GENLIST_PART_DISCLIP
18203       }
18204       programs {
18205          // signal: elm,state,%s,active
18206          //   a "check" item named %s went active
18207          // signal: elm,state,%s,passive
18208          //   a "check" item named %s went passive
18209          // default is passive
18210          /*program { name: "go_active";
18211             signal: "elm,state,selected";
18212             source: "elm";
18213             action: STATE_SET "selected" 0.0;
18214             target: "elm.text";
18215          }
18216          program { name: "go_passive";
18217             signal: "elm,state,unselected";
18218             source: "elm";
18219             action: STATE_SET "default" 0.0;
18220             target: "elm.text";
18221             transition: LINEAR 0.1;
18222          }*/
18223          program { name: "go_disabled";
18224             signal: "elm,state,disabled";
18225             source: "elm";
18226             action: STATE_SET "disabled" 0.0;
18227             target: "disclip";
18228          }
18229          program { name: "go_enabled";
18230             signal: "elm,state,enabled";
18231             source: "elm";
18232             action: STATE_SET "default" 0.0;
18233             target: "disclip";
18234          }
18235          GENLIST_PROGRAM_FLIP_1TEXT
18236       }
18237    }
18238
18239    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
18240       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
18241       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
18242       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
18243       alias: "elm/layout/dialogue/1title.1text.1icon.2";
18244       data.item: "stacking" "above";
18245       data.item: "selectraise" "on";
18246       data.item: "texts" "elm.title elm.text";
18247       data.item: "contents" "elm.icon";
18248       data.item: "flips" "elm.flip.content.title elm.flip.content";
18249       parts {
18250          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18251          GENLIST_PART_DIALOGUE_BG_IMAGE
18252          GENLIST_PART_BOTTOM_LINE
18253          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18254          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18255          GENLIST_PART_DIALOGUE_ITEM
18256          GENLIST_PART_DIALOGUE_RIGHT_LINE
18257          part { name: "elm.title";
18258             clip_to: "disclip";
18259             type: TEXT;
18260             mouse_events: 0;
18261             scale: 1;
18262             description { state: "default" 0.0;
18263                min: GENLIST_SIZE_163_INC 0;
18264                fixed: 1 0;
18265                rel1 {
18266                   relative: 1.0 0.0;
18267                   to_x: "elm.padding.left";
18268                }
18269                rel2.to_x: "elm.padding.left";
18270                align: 0.0 0.5;
18271                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18272                text {
18273                   font: "SLP:style=Medium";
18274                   size: GENLIST_FONT_32_INC;
18275                   min: 0 1;
18276                   align: 0.0 0.5;
18277                   text_class: "slp_medium";
18278                }
18279             }
18280             GENLIST_DESCRIPTION_FLIP_ENABLED
18281          }
18282          part { name: "elm.flip.content.title";
18283             clip_to: "disclip";
18284             type: SWALLOW;
18285             description { state: "default" 0.0;
18286                visible: 0;
18287                fixed: 1 1;
18288                rel1.to: "elm.title";
18289                rel2.to: "elm.title";
18290             }
18291             description { state: "flip_enabled" 0.0;
18292                inherit: "default" 0.0;
18293                visible: 1;
18294             }
18295          }
18296          part { name: "vertical_line";
18297             type: RECT;
18298             mouse_events: 0;
18299             description { state: "default" 0.0;
18300                min: 1 0;
18301                fixed: 1 0;
18302                rel1 {
18303                   relative: 1.0 0.0;
18304                   to_x: "elm.title";
18305                }
18306                rel2.to_x: "elm.title";
18307                align: 0.0 0.5;
18308                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18309             }
18310          }
18311          part { name: "elm.padding.text.left";
18312             clip_to: "disclip";
18313             type: RECT;
18314             mouse_events: 0;
18315             scale: 1;
18316             description { state: "default" 0.0;
18317                min: GENLIST_PADDING_16_INC 0;
18318                fixed: 1 0;
18319                rel1 {
18320                    relative: 1.0 0.0;
18321                    to_x: "vertical_line";
18322                }
18323                rel2.to_x: "vertical_line";
18324                align: 0.0 0.5;
18325                visible: 0;
18326             }
18327          }
18328          part { name: "elm.icon";
18329            clip_to: "disclip";
18330             type: SWALLOW;
18331             mouse_events: 0;
18332             scale: 1;
18333             description { state: "default" 0.0;
18334                min: 0 0;
18335                max: 0 0;
18336                rel1.to_x: "elm.padding.right";
18337                rel2 {
18338                   relative: 0.0 1.0;
18339                   to_x: "elm.padding.right";
18340                }
18341                align: 1.0 0.5;
18342                visible: 0;
18343             }
18344             description { state: "contact_default_number_enabled" 0.0;
18345                inherit: "default" 0.0;
18346                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18347                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18348                visible: 1;
18349             }
18350          }
18351          part { name: "elm.padding.icon.left";
18352             clip_to: "disclip";
18353             type: RECT;
18354             mouse_events: 0;
18355             scale: 1;
18356             description { state: "default" 0.0;
18357                min: 0 0;
18358                fixed: 1 0;
18359                rel1.to_x: "elm.icon";
18360                rel2 {
18361                    relative: 0.0 1.0;
18362                    to_x: "elm.icon";
18363                }
18364                rel2.to_x: "elm.icon";
18365                align: 1.0 0.5;
18366                visible: 0;
18367             }
18368             description { state: "contact_default_number_enabled" 0.0;
18369                inherit: "default" 0.0;
18370                min: GENLIST_PADDING_16_INC 0;
18371             }
18372          }
18373          part { name: "elm.text";
18374             clip_to: "disclip";
18375             type: TEXT;
18376             mouse_events: 0;
18377             scale: 1;
18378             description { state: "default" 0.0;
18379                rel1 {
18380                   relative: 1.0 0.0;
18381                   to_x: "elm.padding.text.left";
18382                }
18383                rel2 {
18384                   relative: 0.0 1.0;
18385                   to_x: "elm.padding.icon.left";
18386                }
18387                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18388                text {
18389                   font: "SLP:style=Roman";
18390                   size: GENLIST_FONT_44_INC;
18391                   min: 0 1;
18392                   align: 0.0 0.5;
18393                   text_class: "list_item";
18394                }
18395             }
18396             description { state: "contact_default_number_enabled" 0.0;
18397                inherit: "default" 0.0;
18398                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18399             }
18400             GENLIST_DESCRIPTION_FLIP_ENABLED
18401          }
18402          part { name: "elm.flip.content";
18403             clip_to: "disclip";
18404             type: SWALLOW;
18405             mouse_events: 1;
18406             scale: 1;
18407             description { state: "default" 0.0;
18408                fixed: 1 1;
18409                rel1 {
18410                   relative: 0.0 0.5;
18411                   to_x: "elm.text";
18412                }
18413                rel2 {
18414                   relative: 1.0 0.5;
18415                   to_x: "elm.padding.icon.left";
18416                }
18417                visible: 0;
18418             }
18419             description { state: "flip_enabled" 0.0;
18420                inherit: "default" 0.0;
18421                visible: 1;
18422             }
18423          }
18424          GENLIST_PART_DISCLIP
18425       }
18426       programs {
18427          // signal: elm,state,%s,active
18428          //   a "check" item named %s went active
18429          // signal: elm,state,%s,passive
18430          //   a "check" item named %s went passive
18431          // default is passive
18432          /*program { name: "go_active";
18433             signal: "elm,state,selected";
18434             source: "elm";
18435             action: STATE_SET "selected" 0.0;
18436             target: "elm.text";
18437          }
18438          program { name: "go_passive";
18439             signal: "elm,state,unselected";
18440             source: "elm";
18441             action: STATE_SET "default" 0.0;
18442             target: "elm.text";
18443             transition: LINEAR 0.1;
18444          }*/
18445          program { name: "go_disabled";
18446             signal: "elm,state,disabled";
18447             source: "elm";
18448             action: STATE_SET "disabled" 0.0;
18449             target: "disclip";
18450          }
18451          program { name: "go_enabled";
18452             signal: "elm,state,enabled";
18453             source: "elm";
18454             action: STATE_SET "default" 0.0;
18455             target: "disclip";
18456          }
18457          program { name: "flip_enabled";
18458             signal: "elm,state,flip,enabled";
18459             source: "elm";
18460             action: STATE_SET "flip_enabled" 0.0;
18461             target: "elm.title";
18462             target: "elm.text";
18463             target: "elm.flip.content.title";
18464             target: "elm.flip.content";
18465          }
18466          program { name: "flip_disabled";
18467             signal: "elm,state,flip,disabled";
18468             source: "elm";
18469             action: STATE_SET "default" 0.0;
18470             target: "elm.title";
18471             target: "elm.text";
18472             target: "elm.flip.content.title";
18473             target: "elm.flip.content";
18474          }
18475          program { name: "contact_default_number_enabled";
18476             signal: "elm,state,contact,default_number,enabled";
18477             source: "elm";
18478             action: STATE_SET "contact_default_number_enabled" 0.0;
18479             target: "elm.icon";
18480             target: "elm.padding.icon.left";
18481             target: "elm.text";
18482          }
18483          program { name: "contact_default_number_disabled";
18484             signal: "elm,state,contact,default_number,disabled";
18485             source: "elm";
18486             action: STATE_SET "default" 0.0;
18487             target: "elm.icon";
18488             target: "elm.padding.icon.left";
18489             target: "elm.text";
18490          }
18491       }
18492    }
18493
18494    group { name: "elm/genlist/item/dialogue/2text.4/default";
18495       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
18496       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
18497       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
18498       alias: "elm/layout/dialogue/2text.4";
18499       data.item: "stacking" "above";
18500       data.item: "selectraise" "on";
18501       data.item: "texts" "elm.text.1 elm.text.2";
18502       data.item: "flips" "elm.flip.content";
18503       parts {
18504          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
18505          GENLIST_PART_DIALOGUE_BG_IMAGE
18506          GENLIST_PART_BOTTOM_LINE
18507          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
18508          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18509          GENLIST_PART_DIALOGUE_ITEM
18510          GENLIST_PART_DIALOGUE_RIGHT_LINE
18511          part { name: "elm.text.2";
18512             clip_to: "disclip";
18513             type: TEXT;
18514             mouse_events: 0;
18515             scale: 1;
18516             description { state: "default" 0.0;
18517                min: GENLIST_SIZE_206_INC 0;
18518                fixed: 1 0;
18519                rel1.to_x: "elm.padding.right";
18520                rel2 {
18521                   relative: 0.0 1.0;
18522                   to_x: "elm.padding.right";
18523                }
18524                rel2.to_x: "elm.padding.right";
18525                align: 1.0 0.5;
18526                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18527                text {
18528                   font: "SLP:style=Medium";
18529                   size: GENLIST_FONT_32_INC;
18530                   min: 0 1;
18531                   align: 0.0 0.5;
18532                   text_class: "slp_medium";
18533                }
18534             }
18535          }
18536          part { name: "elm.padding.text2.left";
18537             type: RECT;
18538             mouse_events: 0;
18539             scale: 1;
18540             description { state: "default" 0.0;
18541                min: GENLIST_PADDING_16_INC 0;
18542                fixed: 1 0;
18543                rel1.to_x: "elm.text.2";
18544                rel2 {
18545                   relative: 0.0 1.0;
18546                   to_x: "elm.text.2";
18547                }
18548                align: 1.0 0.5;
18549                visible: 0;
18550             }
18551          }
18552          part { name: "vertical_line";
18553             type: RECT;
18554             mouse_events: 0;
18555             description { state: "default" 0.0;
18556                min: 1 0;
18557                fixed: 1 0;
18558                rel1.to_x: "elm.padding.text2.left";
18559                rel2 {
18560                   relative: 0.0 1.0;
18561                   to_x: "elm.padding.text2.left";
18562                }
18563                align: 1.0 0.5;
18564                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18565             }
18566          }
18567          part { name: "elm.padding.text1.right";
18568             type: RECT;
18569             mouse_events: 0;
18570             scale: 1;
18571             description { state: "default" 0.0;
18572                min: GENLIST_PADDING_16_INC 0;
18573                fixed: 1 0;
18574                rel1.to_x: "vertical_line";
18575                rel2 {
18576                   relative: 0.0 1.0;
18577                   to_x: "vertical_line";
18578                }
18579                align: 1.0 0.5;
18580                visible: 0;
18581             }
18582          }
18583          part { name: "elm.text.1";
18584             clip_to: "disclip";
18585             type: TEXT;
18586             mouse_events: 0;
18587             scale: 1;
18588             description { state: "default" 0.0;
18589                rel1 {
18590                   relative: 1.0 0.0;
18591                   to_x: "elm.padding.left";
18592                }
18593                rel2 {
18594                   relative: 0.0  1.0;
18595                   to_x: "elm.padding.text1.right";
18596                }
18597                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18598                text {
18599                   font: "SLP:style=Roman";
18600                   size: GENLIST_FONT_42_INC;
18601                   min: 0 1;
18602                   align: 1.0 0.5;
18603                   text_class: "list_item";
18604                }
18605             }
18606             description { state: "selected" 0.0;
18607                inherit: "default" 0.0;
18608                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18609             }
18610             GENLIST_DESCRIPTION_FLIP_ENABLED
18611          }
18612          part { name: "elm.flip.content";
18613             clip_to: "disclip";
18614             type: SWALLOW;
18615             mouse_events: 1;
18616             scale: 1;
18617             description { state: "default" 0.0;
18618                fixed: 1 1;
18619                rel1 {
18620                   relative: 1.0 0.5;
18621                   to_x: "vertical_line";
18622                }
18623                rel2 {
18624                   relative: 0.0 0.5;
18625                   to_x: "elm.padding.right";
18626                }
18627                visible: 0;
18628             }
18629             description { state: "flip_enabled" 0.0;
18630                inherit: "default" 0.0;
18631                visible: 1;
18632             }
18633          }
18634          GENLIST_PART_DISCLIP
18635       }
18636       programs {
18637          // signal: elm,state,%s,active
18638          //   a "check" item named %s went active
18639          // signal: elm,state,%s,passive
18640          //   a "check" item named %s went passive
18641          // default is passive
18642          /*program { name: "go_active";
18643             signal: "elm,state,selected";
18644             source: "elm";
18645             action: STATE_SET "selected" 0.0;
18646             target: "elm.text";
18647          }
18648          program { name: "go_passive";
18649             signal: "elm,state,unselected";
18650             source: "elm";
18651             action: STATE_SET "default" 0.0;
18652             target: "elm.text";
18653             transition: LINEAR 0.1;
18654          }*/
18655          program { name: "go_disabled";
18656             signal: "elm,state,disabled";
18657             source: "elm";
18658             action: STATE_SET "disabled" 0.0;
18659             target: "disclip";
18660          }
18661          program { name: "go_enabled";
18662             signal: "elm,state,enabled";
18663             source: "elm";
18664             action: STATE_SET "default" 0.0;
18665             target: "disclip";
18666          }
18667          GENLIST_PROGRAM_FLIP_2TEXT
18668       }
18669    }
18670
18671    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
18672       inherit: "elm/genlist/item/dialogue/2text.4/default";
18673       parts {
18674          part { name: "elm.text.2";
18675             clip_to: "disclip";
18676             type: TEXTBLOCK;
18677             mouse_events: 0;
18678             scale: 1;
18679             description { state: "default" 0.0;
18680                min: GENLIST_SIZE_206_INC 0;
18681                fixed: 1 0;
18682                rel1.to_x: "elm.padding.right";
18683                rel2 {
18684                   relative: 0.0 1.0;
18685                   to_x: "elm.padding.right";
18686                }
18687                rel2.to_x: "elm.padding.right";
18688                align: 1.0 0.5;
18689                text {
18690                   style: "genlist_default_textblock_style";
18691                   size: GENLIST_FONT_32_INC;
18692                   min: 0 1;
18693                   align: 0.0 0.5;
18694                }
18695             }
18696          }
18697       }
18698    }
18699
18700    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
18701       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
18702       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
18703       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
18704       alias: "elm/layout/dialogue/1text.3icon.2";
18705       data.item: "stacking" "above";
18706       data.item: "selectraise" "on";
18707       data.item: "texts" "elm.text";
18708       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
18709       data.item: "flips" "elm.flip.content";
18710       images {
18711          image: "00_list_bar_press_1x80.png" COMP;
18712       }
18713       parts {
18714          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18715          GENLIST_PART_DIALOGUE_BG_IMAGE
18716          GENLIST_PART_BOTTOM_LINE
18717          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18718          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18719          GENLIST_PART_DIALOGUE_ITEM
18720          GENLIST_PART_DIALOGUE_RIGHT_LINE
18721          part { name: "elm.icon.1";
18722             clip_to: "disclip";
18723             type: SWALLOW;
18724             scale: 1;
18725             description { state: "default" 0.0;
18726                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18727                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18728                fixed: 1 1;
18729                rel1 {
18730                   relative: 1.0 0.0;
18731                   to_x: "elm.padding.left";
18732                }
18733                rel2.to_x: "elm.padding.left";
18734                align: 0.0 0.5;
18735             }
18736             GENLIST_DESCRIPTION_FLIP_ENABLED
18737          }
18738          part { name: "elm.padding.icon1.right";
18739             clip_to: "disclip";
18740             type: RECT;
18741             scale: 1;
18742             description { state: "default" 0.0;
18743                min: GENLIST_SIZE_16_INC 0;
18744                fixed: 1 0;
18745                rel1 {
18746                   relative: 1.0 0.0;
18747                   to_x: "elm.icon.1";
18748                }
18749                rel2.to_x: "elm.icon.1";
18750                align: 0.0 0.0;
18751                visible: 0;
18752             }
18753          }
18754          part { name: "elm.icon.2";
18755             clip_to: "disclip";
18756             type: SWALLOW;
18757             scale: 1;
18758             description { state: "default" 0.0;
18759                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18760                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18761                fixed: 1 1;
18762                rel1 {
18763                   relative: 1.0 0.0;
18764                   to_x: "elm.padding.icon1.right";
18765                }
18766                rel2.to_x: "elm.padding.icon1.right";
18767                align: 0.0 0.5;
18768             }
18769             GENLIST_DESCRIPTION_FLIP_ENABLED
18770          }
18771          part { name: "elm.padding.icon2.right";
18772             clip_to: "disclip";
18773             type: RECT;
18774             scale: 1;
18775             description { state: "default" 0.0;
18776                min: GENLIST_SIZE_16_INC 0;
18777                fixed: 1 0;
18778                rel1 {
18779                   relative: 1.0 0.0;
18780                   to_x: "elm.icon.2";
18781                }
18782                rel2.to_x: "elm.icon.2";
18783                visible: 0;
18784             }
18785          }
18786          part { name: "elm.icon.3";
18787             clip_to: "disclip";
18788             type: SWALLOW;
18789             scale: 1;
18790             description { state: "default" 0.0;
18791                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18792                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18793                fixed: 1 1;
18794                rel1 {
18795                   relative: 0.0 0.0;
18796                   to_x: "elm.padding.right";
18797                }
18798                rel2 {
18799                   relative: 0.0 1.0;
18800                   to_x: "elm.padding.right";
18801                }
18802                align: 1.0 0.5;
18803             }
18804             GENLIST_DESCRIPTION_FLIP_ENABLED
18805          }
18806          part { name: "elm.padding.icon3.left";
18807             clip_to: "disclip";
18808             type: RECT;
18809             scale: 1;
18810             description { state: "default" 0.0;
18811                min: GENLIST_SIZE_16_INC 0;
18812                fixed: 1 0;
18813                rel1.to_x: "elm.icon.3";
18814                rel2 {
18815                   relative: 0.0 1.0;
18816                   to_x: "elm.icon.3";
18817                }
18818                align: 1.0 0.0;
18819                visible: 0;
18820             }
18821          }
18822          part { name: "elm.text";
18823             clip_to: "disclip";
18824             type: TEXT;
18825             mouse_events: 0;
18826             scale: 1;
18827             description { state: "default" 0.0;
18828                rel1 {
18829                   relative: 1.0 0.0;
18830                   to_x: "elm.padding.icon2.right";
18831                }
18832                rel2 {
18833                   relative: 0.0 1.0;
18834                   to_x: "elm.padding.icon3.left";
18835                }
18836                align: 0.0 0.5;
18837                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18838                text {
18839                   font: "SLP:style=Roman";
18840                   size: GENLIST_FONT_44_INC;
18841                   min: 0 1;
18842                   align: 0.0 0.5;
18843                   text_class: "list_item";
18844                }
18845             }
18846             description { state: "selected" 0.0;
18847                inherit: "default" 0.0;
18848                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18849             }
18850             GENLIST_DESCRIPTION_FLIP_ENABLED
18851          }
18852          GENLIST_PART_FLIP
18853          GENLIST_PART_DISCLIP
18854       }
18855       programs {
18856          program { name: "go_active";
18857             signal: "elm,state,selected";
18858             source: "elm";
18859             action: STATE_SET "selected" 0.0;
18860             target: "bg_image";
18861             target: "elm.text";
18862             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18863          }
18864          program { name: "go_passive";
18865             signal: "elm,state,unselected";
18866             source: "elm";
18867             action: STATE_SET "default" 0.0;
18868             target: "bg_image";
18869             target: "elm.text";
18870             transition: LINEAR 0.1;
18871          }
18872          program { name: "go_disabled";
18873             signal: "elm,state,disabled";
18874             source: "elm";
18875             action: STATE_SET "disabled" 0.0;
18876             target: "disclip";
18877          }
18878          program { name: "go_enabled";
18879             signal: "elm,state,enabled";
18880             source: "elm";
18881             action: STATE_SET "default" 0.0;
18882             target: "disclip";
18883          }
18884          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
18885          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18886       }
18887    }
18888
18889    group { name: "elm/genlist/item/dialogue/2text/default";
18890       alias: "elm/genlist/item_odd/dialogue/2text/default";
18891       alias: "elm/genlist/item_compress/dialogue/2text/default";
18892       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
18893       alias: "elm/layout/dialogue/2text";
18894       data.item: "stacking" "above";
18895       data.item: "selectraise" "on";
18896       data.item: "texts" "elm.text.1 elm.text.2";
18897       data.item: "flips" "elm.flip.content";
18898       parts {
18899          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18900          GENLIST_PART_DIALOGUE_BG_IMAGE
18901          GENLIST_PART_BOTTOM_LINE
18902          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18903          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18904          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18905          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18906          GENLIST_PART_DIALOGUE_ITEM
18907          GENLIST_PART_DIALOGUE_RIGHT_LINE
18908          part { name: "elm.text.1";
18909             clip_to: "disclip";
18910             type: TEXT;
18911             mouse_events: 0;
18912             scale: 1;
18913             description { state: "default" 0.0;
18914                min: 0 GENLIST_SIZE_61_INC;
18915                fixed: 0 1;
18916                rel1 {
18917                   relative: 1.0 1.0;
18918                   to_x: "elm.padding.left";
18919                   to_y: "elm.padding.top";
18920                }
18921                rel2 {
18922                   relative: 0.0 1.0;
18923                   to_x: "elm.padding.right";
18924                   to_y: "elm.padding.top";
18925                }
18926                align: 0.0 0.0;
18927                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18928                text {
18929                   font: "SLP:style=Roman";
18930                   size: GENLIST_FONT_44_INC;
18931                   min: 0 1;
18932                   align: 0.0 0.5;
18933                   text_class: "list_item";
18934                }
18935             }
18936             description { state: "selected" 0.0;
18937                inherit: "default" 0.0;
18938                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18939             }
18940             GENLIST_DESCRIPTION_FLIP_ENABLED
18941          }
18942          part { name: "elm.text.2";
18943             clip_to: "disclip";
18944             type: TEXT;
18945             mouse_events: 0;
18946             scale: 1;
18947             description { state: "default" 0.0;
18948                rel1 {
18949                   relative: 1.0 1.0;
18950                   to_x: "elm.padding.left";
18951                   to_y: "elm.text.1";
18952                }
18953                rel2 {
18954                   relative: 0.0 0.0;
18955                   to_x: "elm.padding.right";
18956                   to_y: "elm.padding.bottom";
18957                }
18958                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
18959                text {
18960                   font: "SLP:style=Medium";
18961                   size: GENLIST_FONT_32_INC;
18962                   min: 0 1;
18963                   align: 0.0 0.5;
18964                   text_class: "slp_medium";
18965                }
18966             }
18967             description { state: "selected" 0.0;
18968                inherit: "default" 0.0;
18969                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18970             }
18971             GENLIST_DESCRIPTION_FLIP_ENABLED
18972          }
18973          GENLIST_PART_FLIP
18974          GENLIST_PART_DISCLIP
18975       }
18976       programs {
18977          // signal: elm,state,%s,active
18978          //   a "check" item named %s went active
18979          // signal: elm,state,%s,passive
18980          //   a "check" item named %s went passive
18981          // default is passive
18982          program { name: "go_active";
18983             signal: "elm,state,selected";
18984             source: "elm";
18985             action: STATE_SET "selected" 0.0;
18986             target: "bg_image";
18987             target: "elm.text.1";
18988             target: "elm.text.2";
18989             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18990          }
18991          program { name: "go_passive";
18992             signal: "elm,state,unselected";
18993             source: "elm";
18994             action: STATE_SET "default" 0.0;
18995             target: "bg_image";
18996             target: "elm.text.1";
18997             target: "elm.text.2";
18998             transition: LINEAR 0.1;
18999          }
19000          program { name: "go_disabled";
19001             signal: "elm,state,disabled";
19002             source: "elm";
19003             action: STATE_SET "disabled" 0.0;
19004             target: "disclip";
19005          }
19006          program { name: "go_enabled";
19007             signal: "elm,state,enabled";
19008             source: "elm";
19009             action: STATE_SET "default" 0.0;
19010             target: "disclip";
19011          }
19012          GENLIST_PROGRAM_FLIP_2TEXT
19013          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19014       }
19015    }
19016
19017    group { name: "elm/genlist/item/dialogue/2text.2/default";
19018       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
19019       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
19020       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
19021       alias: "elm/layout/dialogue/2text.2";
19022       data.item: "stacking" "above";
19023       data.item: "selectraise" "on";
19024       data.item: "texts" "elm.text.1 elm.text.2";
19025       data.item: "flips" "elm.flip.content";
19026       parts {
19027          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19028          GENLIST_PART_DIALOGUE_BG_IMAGE
19029          GENLIST_PART_BOTTOM_LINE
19030          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19031          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19032          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19033          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19034          GENLIST_PART_DIALOGUE_ITEM
19035          GENLIST_PART_DIALOGUE_RIGHT_LINE
19036          part { name: "elm.text.1";
19037             clip_to: "disclip";
19038             type: TEXT;
19039             mouse_events: 0;
19040             scale: 1;
19041             description { state: "default" 0.0;
19042                min: 0 GENLIST_SIZE_61_INC;
19043                fixed: 0 1;
19044                rel1 {
19045                   relative: 1.0 0.0;
19046                   to_x: "elm.padding.left";
19047                   to_y: "elm.padding.bottom";
19048                }
19049                rel2 {
19050                   relative: 0.0 0.0;
19051                   to_x: "elm.padding.right";
19052                   to_y: "elm.padding.bottom";
19053                }
19054                align: 0.0 1.0;
19055                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19056                text {
19057                   font: "SLP:style=Roman";
19058                   size: GENLIST_FONT_44_INC;
19059                   min: 0 1;
19060                   align: 0.0 0.5;
19061                   text_class: "list_item";
19062                }
19063             }
19064             description { state: "selected" 0.0;
19065                inherit: "default" 0.0;
19066                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19067             }
19068             GENLIST_DESCRIPTION_FLIP_ENABLED
19069          }
19070          part { name: "elm.text.2";
19071             clip_to: "disclip";
19072             type: TEXT;
19073             mouse_events: 0;
19074             scale: 1;
19075             description { state: "default" 0.0;
19076                rel1 {
19077                   relative: 1.0 1.0;
19078                   to_x: "elm.padding.left";
19079                   to_y: "elm.padding.top";
19080                }
19081                rel2 {
19082                   relative: 0.0 0.0;
19083                   to_x: "elm.padding.right";
19084                   to_y: "elm.text.1";
19085                }
19086                align: 0.0 1.0;
19087                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19088                text {
19089                   font: "SLP:style=Medium";
19090                   size: GENLIST_FONT_32_INC;
19091                   min: 0 1;
19092                   align: 0.0 0.5;
19093                   text_class: "slp_medium";
19094                }
19095             }
19096             description { state: "selected" 0.0;
19097                inherit: "default" 0.0;
19098                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19099             }
19100             GENLIST_DESCRIPTION_FLIP_ENABLED
19101          }
19102          GENLIST_PART_FLIP
19103          GENLIST_PART_DISCLIP
19104       }
19105       programs {
19106          // signal: elm,state,%s,active
19107          //   a "check" item named %s went active
19108          // signal: elm,state,%s,passive
19109          //   a "check" item named %s went passive
19110          // default is passive
19111          program { name: "go_active";
19112             signal: "elm,state,selected";
19113             source: "elm";
19114             action: STATE_SET "selected" 0.0;
19115             target: "bg_image";
19116             target: "elm.text.1";
19117             target: "elm.text.2";
19118             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19119          }
19120          program { name: "go_passive";
19121             signal: "elm,state,unselected";
19122             source: "elm";
19123             action: STATE_SET "default" 0.0;
19124             target: "bg_image";
19125             target: "elm.text.1";
19126             target: "elm.text.2";
19127             transition: LINEAR 0.1;
19128          }
19129          program { name: "go_disabled";
19130             signal: "elm,state,disabled";
19131             source: "elm";
19132             action: STATE_SET "disabled" 0.0;
19133             target: "disclip";
19134          }
19135          program { name: "go_enabled";
19136             signal: "elm,state,enabled";
19137             source: "elm";
19138             action: STATE_SET "default" 0.0;
19139             target: "disclip";
19140          }
19141          GENLIST_PROGRAM_FLIP_2TEXT
19142          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19143       }
19144    }
19145
19146    group { name: "elm/genlist/item/dialogue/2text.3/default";
19147       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
19148       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
19149       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
19150       alias: "elm/layout/dialogue/2text.3";
19151       data.item: "stacking" "above";
19152       data.item: "selectraise" "on";
19153       data.item: "texts" "elm.text.1 elm.text.2";
19154       data.item: "flips" "elm.flip.content";
19155       parts {
19156          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19157          GENLIST_PART_DIALOGUE_BG_IMAGE
19158          GENLIST_PART_BOTTOM_LINE
19159          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19160          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19161          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19162          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19163          GENLIST_PART_DIALOGUE_ITEM
19164          GENLIST_PART_DIALOGUE_RIGHT_LINE
19165          part { name: "elm.text.1";
19166             clip_to: "disclip";
19167             type: TEXT;
19168             mouse_events: 0;
19169             scale: 1;
19170             description { state: "default" 0.0;
19171                min: 0 GENLIST_SIZE_61_INC;
19172                fixed: 0 1;
19173                rel1 {
19174                   relative: 1.0 1.0;
19175                   to_x: "elm.padding.left";
19176                   to_y: "elm.padding.top";
19177                }
19178                rel2 {
19179                   relative: 0.0 1.0;
19180                   to_x: "elm.padding.right";
19181                   to_y: "elm.padding.top";
19182                }
19183                align: 0.0 0.0;
19184                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19185                text {
19186                   font: "SLP:style=Roman";
19187                   size: GENLIST_FONT_44_INC;
19188                   min: 0 1;
19189                   align: 0.0 0.5;
19190                   text_class: "list_item";
19191                }
19192             }
19193             description { state: "selected" 0.0;
19194                inherit: "default" 0.0;
19195                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19196             }
19197             GENLIST_DESCRIPTION_FLIP_ENABLED
19198          }
19199          part { name: "elm.text.2";
19200             clip_to: "disclip";
19201             type: TEXT;
19202             mouse_events: 0;
19203             scale: 1;
19204             description { state: "default" 0.0;
19205                rel1 {
19206                   relative: 1.0 1.0;
19207                   to_x: "elm.padding.left";
19208                   to_y: "elm.text.1";
19209                }
19210                rel2 {
19211                   relative: 0.0 0.0;
19212                   to_x: "elm.padding.right";
19213                   to_y: "elm.padding.bottom";
19214                }
19215                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19216                text {
19217                   font: "SLP:style=Medium";
19218                   size: GENLIST_FONT_32_INC;
19219                   min: 0 1;
19220                   align: 0.0 0.5;
19221                   text_class: "slp_roman";
19222                }
19223             }
19224             description { state: "selected" 0.0;
19225                inherit: "default" 0.0;
19226                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19227             }
19228             GENLIST_DESCRIPTION_FLIP_ENABLED
19229          }
19230          GENLIST_PART_FLIP
19231          GENLIST_PART_DISCLIP
19232       }
19233       programs {
19234          // signal: elm,state,%s,active
19235          //   a "check" item named %s went active
19236          // signal: elm,state,%s,passive
19237          //   a "check" item named %s went passive
19238          // default is passive
19239          program { name: "go_active";
19240             signal: "elm,state,selected";
19241             source: "elm";
19242             action: STATE_SET "selected" 0.0;
19243             target: "bg_image";
19244             target: "elm.text.1";
19245             target: "elm.text.2";
19246             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19247          }
19248          program { name: "go_passive";
19249             signal: "elm,state,unselected";
19250             source: "elm";
19251             action: STATE_SET "default" 0.0;
19252             target: "bg_image";
19253             target: "elm.text.1";
19254             target: "elm.text.2";
19255             transition: LINEAR 0.1;
19256          }
19257          program { name: "go_disabled";
19258             signal: "elm,state,disabled";
19259             source: "elm";
19260             action: STATE_SET "disabled" 0.0;
19261             target: "disclip";
19262          }
19263          program { name: "go_enabled";
19264             signal: "elm,state,enabled";
19265             source: "elm";
19266             action: STATE_SET "default" 0.0;
19267             target: "disclip";
19268          }
19269          GENLIST_PROGRAM_FLIP_2TEXT
19270          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19271       }
19272    }
19273
19274    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
19275       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
19276       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
19277       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
19278       alias: "elm/layout/dialogue/2text.1icon.2";
19279       data.item: "stacking" "above";
19280       data.item: "selectraise" "on";
19281       data.item: "texts" "elm.text.1 elm.text.2";
19282       data.item: "contents" "elm.icon";
19283       data.item: "flips" "elm.flip.content";
19284       parts {
19285          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19286          GENLIST_PART_DIALOGUE_BG_IMAGE
19287          GENLIST_PART_BOTTOM_LINE
19288          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19289          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19290          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19291          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19292          GENLIST_PART_DIALOGUE_ITEM
19293          GENLIST_PART_DIALOGUE_RIGHT_LINE
19294          part { name: "elm.icon";
19295             clip_to: "disclip";
19296             type: SWALLOW;
19297             scale: 1;
19298             description { state: "default" 0.0;
19299                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19300                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19301                fixed: 1 1;
19302                rel1 {
19303                   relative: 1.0 0.0;
19304                   to_x: "elm.padding.left";
19305                }
19306                rel2.to_x: "elm.padding.left";
19307                align: 0.0 0.5;
19308             }
19309             GENLIST_DESCRIPTION_FLIP_ENABLED
19310          }
19311          part { name: "elm.padding.icon.right";
19312             clip_to: "disclip";
19313             type: RECT;
19314             scale: 1;
19315             description { state: "default" 0.0;
19316                min: GENLIST_PADDING_16_INC 0;
19317                fixed: 1 0;
19318                rel1 {
19319                   relative: 1.0 0.0;
19320                   to_x: "elm.icon";
19321                }
19322                rel2.to_x: "elm.icon";
19323                align: 0.0 0.0;
19324                visible: 0;
19325             }
19326          }
19327          part { name: "elm.text.1";
19328             clip_to: "disclip";
19329             type: TEXT;
19330             mouse_events: 0;
19331             scale: 1;
19332             description { state: "default" 0.0;
19333                min: 0 GENLIST_SIZE_61_INC;
19334                fixed: 0 1;
19335                rel1 {
19336                   relative: 1.0 1.0;
19337                   to_x: "elm.padding.icon.right";
19338                   to_y: "elm.padding.top";
19339                }
19340                rel2 {
19341                   relative: 0.0 1.0;
19342                   to_x: "elm.padding.right";
19343                   to_y: "elm.padding.top";
19344                }
19345                align: 0.0 0.0;
19346                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19347                text {
19348                   font: "SLP:style=Roman";
19349                   size: GENLIST_FONT_44_INC;
19350                   min: 0 1;
19351                   align: 0.0 0.5;
19352                   text_class: "list_item";
19353                }
19354             }
19355             description { state: "selected" 0.0;
19356                inherit: "default" 0.0;
19357                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19358             }
19359             GENLIST_DESCRIPTION_FLIP_ENABLED
19360          }
19361          part { name: "elm.text.2";
19362             clip_to: "disclip";
19363             type: TEXT;
19364             mouse_events: 0;
19365             scale: 1;
19366             description { state: "default" 0.0;
19367                rel1 {
19368                   relative: 1.0 1.0;
19369                   to_x: "elm.padding.icon.right";
19370                   to_y: "elm.text.1";
19371                }
19372                rel2 {
19373                   relative: 0.0 0.0;
19374                   to_x: "elm.padding.right";
19375                   to_y: "elm.padding.bottom";
19376                }
19377                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19378                text {
19379                   font: "SLP:style=Medium";
19380                   size: GENLIST_FONT_32_INC;
19381                   min: 0 1;
19382                   align: 0.0 0.5;
19383                   text_class: "slp_medium";
19384                }
19385             }
19386             description { state: "selected" 0.0;
19387                inherit: "default" 0.0;
19388                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19389             }
19390             GENLIST_DESCRIPTION_FLIP_ENABLED
19391          }
19392          GENLIST_PART_FLIP
19393          GENLIST_PART_DISCLIP
19394       }
19395       programs {
19396          // signal: elm,state,%s,active
19397          //   a "check" item named %s went active
19398          // signal: elm,state,%s,passive
19399          //   a "check" item named %s went passive
19400          // default is passive
19401          program { name: "go_active";
19402             signal: "elm,state,selected";
19403             source: "elm";
19404             action: STATE_SET "selected" 0.0;
19405             target: "bg_image";
19406             target: "elm.text.1";
19407             target: "elm.text.2";
19408             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19409          }
19410          program { name: "go_passive";
19411             signal: "elm,state,unselected";
19412             source: "elm";
19413             action: STATE_SET "default" 0.0;
19414             target: "bg_image";
19415             target: "elm.text.1";
19416             target: "elm.text.2";
19417             transition: LINEAR 0.1;
19418          }
19419          program { name: "go_disabled";
19420             signal: "elm,state,disabled";
19421             source: "elm";
19422             action: STATE_SET "disabled" 0.0;
19423             target: "disclip";
19424          }
19425          program { name: "go_enabled";
19426             signal: "elm,state,enabled";
19427             source: "elm";
19428             action: STATE_SET "default" 0.0;
19429             target: "disclip";
19430          }
19431          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19432          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19433       }
19434    }
19435
19436    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
19437       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
19438       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
19439       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
19440       alias: "elm/layout/dialogue/2text.1icon.3";
19441       data.item: "stacking" "above";
19442       data.item: "selectraise" "on";
19443       data.item: "texts" "elm.text.1 elm.text.2";
19444       data.item: "contents" "elm.icon";
19445       data.item: "flips" "elm.flip.content";
19446       parts {
19447          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19448          GENLIST_PART_DIALOGUE_BG_IMAGE
19449          GENLIST_PART_BOTTOM_LINE
19450          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19451          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19452          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19453          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19454          GENLIST_PART_DIALOGUE_ITEM
19455          GENLIST_PART_DIALOGUE_RIGHT_LINE
19456          part { name: "elm.icon";
19457             clip_to: "disclip";
19458             type: SWALLOW;
19459             scale: 1;
19460             description { state: "default" 0.0;
19461                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19462                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19463                fixed: 1 1;
19464                rel1 {
19465                   relative: 1.0 0.0;
19466                   to_x: "elm.padding.left";
19467                }
19468                rel2.to_x: "elm.padding.left";
19469                align: 0.0 0.5;
19470             }
19471             GENLIST_DESCRIPTION_FLIP_ENABLED
19472          }
19473          part { name: "elm.padding.icon.right";
19474             clip_to: "disclip";
19475             type: RECT;
19476             scale: 1;
19477             description { state: "default" 0.0;
19478                min: GENLIST_PADDING_16_INC 0;
19479                fixed: 1 0;
19480                rel1 {
19481                   relative: 1.0 0.0;
19482                   to_x: "elm.icon";
19483                }
19484                rel2.to_x: "elm.icon";
19485                align: 0.0 0.0;
19486                visible: 0;
19487             }
19488          }
19489          part { name: "elm.text.1";
19490             clip_to: "disclip";
19491             type: TEXT;
19492             mouse_events: 0;
19493             scale: 1;
19494             description { state: "default" 0.0;
19495                min: 0 GENLIST_SIZE_61_INC;
19496                fixed: 0 1;
19497                rel1 {
19498                   relative: 1.0 1.0;
19499                   to_x: "elm.padding.icon.right";
19500                   to_y: "elm.padding.top";
19501                }
19502                rel2 {
19503                   relative: 0.0 1.0;
19504                   to_x: "elm.padding.right";
19505                   to_y: "elm.padding.top";
19506                }
19507                align: 0.0 0.0;
19508                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19509                text {
19510                   font: "SLP:style=Roman";
19511                   size: GENLIST_FONT_44_INC;
19512                   min: 0 1;
19513                   align: 0.0 0.5;
19514                   text_class: "list_item";
19515                }
19516             }
19517             description { state: "selected" 0.0;
19518                inherit: "default" 0.0;
19519                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19520             }
19521             GENLIST_DESCRIPTION_FLIP_ENABLED
19522          }
19523          part { name: "elm.text.2";
19524             clip_to: "disclip";
19525             type: TEXT;
19526             mouse_events: 0;
19527             scale: 1;
19528             description { state: "default" 0.0;
19529                rel1 {
19530                   relative: 1.0 1.0;
19531                   to_x: "elm.padding.icon.right";
19532                   to_y: "elm.text.1";
19533                }
19534                rel2 {
19535                   relative: 0.0 0.0;
19536                   to_x: "elm.padding.right";
19537                   to_y: "elm.padding.bottom";
19538                }
19539                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19540                text {
19541                   font: "SLP:style=Medium";
19542                   size: GENLIST_FONT_32_INC;
19543                   min: 0 1;
19544                   align: 0.0 0.5;
19545                   text_class: "slp_medium";
19546                }
19547             }
19548             description { state: "selected" 0.0;
19549                inherit: "default" 0.0;
19550                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19551             }
19552             GENLIST_DESCRIPTION_FLIP_ENABLED
19553          }
19554          GENLIST_PART_FLIP
19555          GENLIST_PART_DISCLIP
19556       }
19557       programs {
19558          // signal: elm,state,%s,active
19559          //   a "check" item named %s went active
19560          // signal: elm,state,%s,passive
19561          //   a "check" item named %s went passive
19562          // default is passive
19563          program { name: "go_active";
19564             signal: "elm,state,selected";
19565             source: "elm";
19566             action: STATE_SET "selected" 0.0;
19567             target: "bg_image";
19568             target: "elm.text.1";
19569             target: "elm.text.2";
19570             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19571          }
19572          program { name: "go_passive";
19573             signal: "elm,state,unselected";
19574             source: "elm";
19575             action: STATE_SET "default" 0.0;
19576             target: "bg_image";
19577             target: "elm.text.1";
19578             target: "elm.text.2";
19579             transition: LINEAR 0.1;
19580          }
19581          program { name: "go_disabled";
19582             signal: "elm,state,disabled";
19583             source: "elm";
19584             action: STATE_SET "disabled" 0.0;
19585             target: "disclip";
19586          }
19587          program { name: "go_enabled";
19588             signal: "elm,state,enabled";
19589             source: "elm";
19590             action: STATE_SET "default" 0.0;
19591             target: "disclip";
19592          }
19593          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19594          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19595       }
19596    }
19597
19598    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
19599       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
19600       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
19601       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
19602       alias: "elm/layout/dialogue/2text.3icon";
19603       data.item: "stacking" "above";
19604       data.item: "selectraise" "on";
19605       data.item: "texts" "elm.text.1 elm.text.2";
19606       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
19607       data.item: "flips" "elm.flip.content";
19608       parts {
19609          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19610          GENLIST_PART_DIALOGUE_BG_IMAGE
19611          GENLIST_PART_BOTTOM_LINE
19612          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19613          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19614          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19615          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19616          GENLIST_PART_DIALOGUE_ITEM
19617          GENLIST_PART_DIALOGUE_RIGHT_LINE
19618          part { name: "elm.swallow.colorbar";
19619             clip_to: "disclip";
19620             type: SWALLOW;
19621             scale: 1;
19622             description { state: "default" 0.0;
19623                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
19624                fixed: 1 1;
19625                rel1 {
19626                   relative: 1.0 0.0;
19627                   to_x: "elm.rect.dialogue";
19628                }
19629                rel2 {
19630                   relative: 1.0 0.0;
19631                   to_x: "elm.rect.dialogue";
19632                }
19633                align: 0.0 0.0;
19634             }
19635          }
19636          part { name: "elm.icon.1";
19637             clip_to: "disclip";
19638             type: SWALLOW;
19639             scale: 1;
19640             description { state: "default" 0.0;
19641                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19642                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19643                fixed: 1 1;
19644                rel1 {
19645                   relative: 1.0 0.0;
19646                   to_x: "elm.padding.left";
19647                }
19648                rel2 {
19649                   relative: 1.0 1.0;
19650                   to_x: "elm.padding.left";
19651                }
19652                align: 0.0 0.5;
19653             }
19654             GENLIST_DESCRIPTION_FLIP_ENABLED
19655          }
19656          part { name: "elm.padding.icon1.right";
19657             type: RECT;
19658             scale: 1;
19659             description { state: "default" 0.0;
19660                min: GENLIST_PADDING_16_INC 0;
19661                fixed: 1 0;
19662                rel1 {
19663                   relative: 1.0 0.0;
19664                   to_x: "elm.icon.1";
19665                }
19666                rel2.to_x: "elm.icon.1";
19667                align: 0.0 0.0;
19668                visible: 0;
19669             }
19670          }
19671          part { name: "elm.icon.2";
19672             clip_to: "disclip";
19673             type: SWALLOW;
19674             scale: 1;
19675             description { state: "default" 0.0;
19676                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19677                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19678                fixed: 1 1;
19679                rel1.to_x: "elm.padding.right";
19680                rel2 {
19681                   relative: 0.0 1.0;
19682                   to_x: "elm.padding.right";
19683                }
19684                align: 1.0 0.5;
19685             }
19686             GENLIST_DESCRIPTION_FLIP_ENABLED
19687          }
19688          part { name: "elm.padding.icon2.left";
19689             type: RECT;
19690             scale: 1;
19691             description { state: "default" 0.0;
19692                min: GENLIST_PADDING_16_INC 0;
19693                fixed: 1 0;
19694                rel1.to_x: "elm.icon.2";
19695                rel2 {
19696                   relative: 0.0 1.0;
19697                   to_x: "elm.icon.2";
19698                }
19699                align: 1.0 0.0;
19700                visible: 0;
19701             }
19702          }
19703          part { name: "elm.text.1";
19704             clip_to: "disclip";
19705             type: TEXT;
19706             mouse_events: 0;
19707             scale: 1;
19708             description { state: "default" 0.0;
19709                min: 0 GENLIST_SIZE_61_INC;
19710                fixed: 0 1;
19711                rel1 {
19712                   relative: 1.0 1.0;
19713                   to_x: "elm.padding.icon1.right";
19714                   to_y: "elm.padding.top";
19715                }
19716                rel2 {
19717                   relative: 0.0 1.0;
19718                   to_x: "elm.padding.icon2.left";
19719                   to_y: "elm.padding.top";
19720                }
19721                align: 0.0 0.0;
19722                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19723                text {
19724                   font: "SLP:style=Roman";
19725                   size: GENLIST_FONT_44_INC;
19726                   min: 0 1;
19727                   align: 0.0 0.5;
19728                   text_class: "list_item";
19729                }
19730             }
19731             description { state: "selected" 0.0;
19732                inherit: "default" 0.0;
19733                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19734             }
19735             GENLIST_DESCRIPTION_FLIP_ENABLED
19736          }
19737          part { name: "elm.text.2";
19738             clip_to: "disclip";
19739             type: TEXT;
19740             mouse_events: 0;
19741             scale: 1;
19742             description { state: "default" 0.0;
19743                rel1 {
19744                   relative: 1.0 1.0;
19745                   to_x: "elm.padding.icon1.right";
19746                   to_y: "elm.text.1";
19747                }
19748                rel2 {
19749                   relative: 0.0 0.0;
19750                   to_x: "elm.padding.icon2.left";
19751                   to_y: "elm.padding.bottom";
19752                }
19753                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19754                text {
19755                   font: "SLP:style=Medium";
19756                   size: GENLIST_FONT_32_INC;
19757                   min: 0 1;
19758                   align: 0.0 0.5;
19759                   text_class: "slp_medium";
19760                }
19761             }
19762             description { state: "selected" 0.0;
19763                inherit: "default" 0.0;
19764                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19765             }
19766             GENLIST_DESCRIPTION_FLIP_ENABLED
19767          }
19768          GENLIST_PART_FLIP
19769          GENLIST_PART_DISCLIP
19770       }
19771       programs {
19772          // signal: elm,state,%s,active
19773          //   a "check" item named %s went active
19774          // signal: elm,state,%s,passive
19775          //   a "check" item named %s went passive
19776          // default is passive
19777          program { name: "go_active";
19778             signal: "elm,state,selected";
19779             source: "elm";
19780             action: STATE_SET "selected" 0.0;
19781             target: "bg_image";
19782             target: "elm.text.1";
19783             target: "elm.text.2";
19784             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19785          }
19786          program { name: "go_passive";
19787             signal: "elm,state,unselected";
19788             source: "elm";
19789             action: STATE_SET "default" 0.0;
19790             target: "bg_image";
19791             target: "elm.text.1";
19792             target: "elm.text.2";
19793             transition: LINEAR 0.1;
19794          }
19795          program { name: "go_disabled";
19796             signal: "elm,state,disabled";
19797             source: "elm";
19798             action: STATE_SET "disabled" 0.0;
19799             target: "disclip";
19800          }
19801          program { name: "go_enabled";
19802             signal: "elm,state,enabled";
19803             source: "elm";
19804             action: STATE_SET "default" 0.0;
19805             target: "disclip";
19806          }
19807          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19808          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19809       }
19810    }
19811
19812    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
19813       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
19814       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
19815       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
19816       alias: "elm/layout/dialogue/2text.2icon";
19817       data.item: "stacking" "above";
19818       data.item: "selectraise" "on";
19819       data.item: "texts" "elm.text.1 elm.text.2";
19820       data.item: "contents" "elm.icon.1 elm.icon.2";
19821       data.item: "flips" "elm.flip.content";
19822       parts {
19823          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19824          GENLIST_PART_DIALOGUE_BG_IMAGE
19825          GENLIST_PART_BOTTOM_LINE
19826          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19827          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19828          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19829          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19830          GENLIST_PART_DIALOGUE_ITEM
19831          GENLIST_PART_DIALOGUE_RIGHT_LINE
19832          part { name: "elm.icon.1";
19833             clip_to: "disclip";
19834             type: SWALLOW;
19835             scale: 1;
19836             description { state: "default" 0.0;
19837                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19838                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19839                fixed: 1 1;
19840                rel1 {
19841                   relative: 1.0 1.0;
19842                   to_x: "elm.padding.left";
19843                   to_y: "elm.padding.top";
19844                }
19845                rel2 {
19846                   relative: 1.0 0.0;
19847                   to_x: "elm.padding.left";
19848                   to_y: "elm.padding.bottom";
19849                }
19850                align: 0.0 0.5;
19851             }
19852             GENLIST_DESCRIPTION_FLIP_ENABLED
19853          }
19854          part { name: "elm.padding.icon1.right";
19855             clip_to: "disclip";
19856             type: RECT;
19857             scale: 1;
19858             description { state: "default" 0.0;
19859                min: GENLIST_PADDING_16_INC 0;
19860                fixed: 1 0;
19861                rel1 {
19862                   relative: 1.0 0.0;
19863                   to_x: "elm.icon.1";
19864                }
19865                rel2.to_x: "elm.icon.1";
19866                align: 0.0 0.0;
19867                visible: 0;
19868             }
19869          }
19870          part { name: "elm.icon.2";
19871             clip_to: "disclip";
19872             type: SWALLOW;
19873             scale: 1;
19874             description { state: "default" 0.0;
19875                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19876                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19877                fixed: 1 1;
19878                rel1 {
19879                   relative: 1.0 1.0;
19880                   to_x: "elm.padding.icon1.right";
19881                   to_y: "elm.padding.top";
19882                }
19883                rel2 {
19884                   relative: 1.0 0.0;
19885                   to_x: "elm.padding.icon1.right";
19886                   to_y: "elm.padding.bottom";
19887                }
19888                align: 0.0 0.5;
19889             }
19890             GENLIST_DESCRIPTION_FLIP_ENABLED
19891          }
19892          part { name: "elm.padding.icon2.right";
19893             clip_to: "disclip";
19894             type: RECT;
19895             scale: 1;
19896             description { state: "default" 0.0;
19897                min: GENLIST_PADDING_16_INC 0;
19898                fixed: 1 0;
19899                rel1 {
19900                   relative: 1.0 0.0;
19901                   to_x: "elm.icon.2";
19902                }
19903                rel2.to_x: "elm.icon.2";
19904                align: 0.0 0.0;
19905                visible: 0;
19906             }
19907          }
19908          part { name: "elm.text.1";
19909             clip_to: "disclip";
19910             type: TEXT;
19911             mouse_events: 0;
19912             scale: 1;
19913             description { state: "default" 0.0;
19914                min: 0 GENLIST_SIZE_61_INC;
19915                fixed: 0 1;
19916                rel1 {
19917                   relative: 1.0 1.0;
19918                   to_x: "elm.padding.icon2.right";
19919                   to_y: "elm.padding.top";
19920                }
19921                rel2 {
19922                   relative: 0.0 1.0;
19923                   to_x: "elm.padding.right";
19924                   to_y: "elm.padding.top";
19925                }
19926                align: 0.0 0.0;
19927                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19928                text {
19929                   font: "SLP:style=Roman";
19930                   size: GENLIST_FONT_44_INC;
19931                   min: 0 1;
19932                   align: 0.0 0.5;
19933                   text_class: "list_item";
19934                }
19935             }
19936             description { state: "selected" 0.0;
19937                inherit: "default" 0.0;
19938                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19939             }
19940             GENLIST_DESCRIPTION_FLIP_ENABLED
19941          }
19942          part { name: "elm.text.2";
19943             clip_to: "disclip";
19944             type: TEXT;
19945             mouse_events: 0;
19946             scale: 1;
19947             description { state: "default" 0.0;
19948                rel1 {
19949                   relative: 1.0 1.0;
19950                   to_x: "elm.padding.icon2.right";
19951                   to_y: "elm.text.1";
19952                }
19953                rel2 {
19954                   relative: 0.0 0.0;
19955                   to_x: "elm.padding.right";
19956                   to_y: "elm.padding.bottom";
19957                }
19958                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19959                text {
19960                   font: "SLP:style=Medium";
19961                   size: GENLIST_FONT_32_INC;
19962                   min: 0 1;
19963                   align: 0.0 0.5;
19964                   text_class: "slp_medium";
19965                }
19966             }
19967             description { state: "selected" 0.0;
19968                inherit: "default" 0.0;
19969                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19970             }
19971             GENLIST_DESCRIPTION_FLIP_ENABLED
19972          }
19973          GENLIST_PART_FLIP
19974          GENLIST_PART_DISCLIP
19975       }
19976       programs {
19977          // signal: elm,state,%s,active
19978          //   a "check" item named %s went active
19979          // signal: elm,state,%s,passive
19980          //   a "check" item named %s went passive
19981          // default is passive
19982          program { name: "go_active";
19983             signal: "elm,state,selected";
19984             source: "elm";
19985             action: STATE_SET "selected" 0.0;
19986             target: "bg_image";
19987             target: "elm.text.1";
19988             target: "elm.text.2";
19989             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19990          }
19991          program { name: "go_passive";
19992             signal: "elm,state,unselected";
19993             source: "elm";
19994             action: STATE_SET "default" 0.0;
19995             target: "bg_image";
19996             target: "elm.text.1";
19997             target: "elm.text.2";
19998             transition: LINEAR 0.1;
19999          }
20000          program { name: "go_disabled";
20001             signal: "elm,state,disabled";
20002             source: "elm";
20003             action: STATE_SET "disabled" 0.0;
20004             target: "disclip";
20005          }
20006          program { name: "go_enabled";
20007             signal: "elm,state,enabled";
20008             source: "elm";
20009             action: STATE_SET "default" 0.0;
20010             target: "disclip";
20011          }
20012          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20013          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20014       }
20015    }
20016
20017    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
20018       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
20019       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
20020       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
20021       alias: "elm/layout/dialogue/2text.2icon.2";
20022       data.item: "stacking" "above";
20023       data.item: "selectraise" "on";
20024       data.item: "texts" "elm.text.1 elm.text.2";
20025       data.item: "contents" "elm.icon.1 elm.icon.2";
20026       data.item: "flips" "elm.flip.content";
20027       parts {
20028          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20029          GENLIST_PART_DIALOGUE_BG_IMAGE
20030          GENLIST_PART_BOTTOM_LINE
20031          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20032          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20033          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20034          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20035          GENLIST_PART_DIALOGUE_ITEM
20036          GENLIST_PART_DIALOGUE_RIGHT_LINE
20037          part { name: "elm.icon.1";
20038             clip_to: "disclip";
20039             type: SWALLOW;
20040             scale: 1;
20041             description { state: "default" 0.0;
20042                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20043                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20044                fixed: 1 1;
20045                rel1 {
20046                   relative: 1.0 1.0;
20047                   to_x: "elm.padding.left";
20048                   to_y: "elm.padding.top";
20049                }
20050                rel2 {
20051                   relative: 1.0 0.0;
20052                   to_x: "elm.padding.left";
20053                   to_y: "elm.padding.bottom";
20054                }
20055                align: 0.0 0.5;
20056             }
20057             GENLIST_DESCRIPTION_FLIP_ENABLED
20058          }
20059          part { name: "elm.padding.icon1.right";
20060             clip_to: "disclip";
20061             type: RECT;
20062             scale: 1;
20063             description { state: "default" 0.0;
20064                min: GENLIST_PADDING_16_INC 0;
20065                fixed: 1 0;
20066                rel1 {
20067                   relative: 1.0 0.0;
20068                   to_x: "elm.icon.1";
20069                }
20070                rel2.to_x: "elm.icon.1";
20071                align: 0.0 0.0;
20072                visible: 0;
20073             }
20074          }
20075          part { name: "elm.text.1";
20076             clip_to: "disclip";
20077             type: TEXT;
20078             mouse_events: 0;
20079             scale: 1;
20080             description { state: "default" 0.0;
20081                min: 0 GENLIST_SIZE_61_INC;
20082                fixed: 0 1;
20083                rel1 {
20084                   relative: 1.0 1.0;
20085                   to_x: "elm.padding.icon1.right";
20086                   to_y: "elm.padding.top";
20087                }
20088                rel2 {
20089                   relative: 0.0 1.0;
20090                   to_x: "elm.padding.right";
20091                   to_y: "elm.padding.top";
20092                }
20093                align: 0.0 0.0;
20094                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20095                text {
20096                   font: "SLP:style=Roman";
20097                   size: GENLIST_FONT_44_INC;
20098                   min: 0 1;
20099                   align: 0.0 0.5;
20100                   text_class: "list_item";
20101                }
20102             }
20103             description { state: "selected" 0.0;
20104                inherit: "default" 0.0;
20105                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20106             }
20107             GENLIST_DESCRIPTION_FLIP_ENABLED
20108          }
20109          part { name: "elm.icon.2";
20110             clip_to: "disclip";
20111             type: SWALLOW;
20112             scale: 1;
20113             description { state: "default" 0.0;
20114                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
20115                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
20116                fixed: 1 1;
20117                rel1 {
20118                   relative: 0.0 1.0;
20119                   to_x: "elm.padding.right";
20120                   to_y: "elm.text.1";
20121                }
20122                rel2 {
20123                   relative: 0.0 0.0;
20124                   to_x: "elm.padding.right";
20125                   to_y: "elm.padding.bottom";
20126                }
20127                align: 1.0 0.5;
20128             }
20129             GENLIST_DESCRIPTION_FLIP_ENABLED
20130          }
20131          part { name: "elm.padding.icon2.left";
20132             clip_to: "disclip";
20133             type: RECT;
20134             scale: 1;
20135             description { state: "default" 0.0;
20136                min: GENLIST_PADDING_16_INC 0;
20137                fixed: 1 0;
20138                rel1 {
20139                   relative: 0.0 0.0;
20140                   to_x: "elm.icon.2";
20141                }
20142                rel2.to_x: "elm.icon.2";
20143                align: 1.0 0.0;
20144                visible: 0;
20145             }
20146          }
20147          part { name: "elm.text.2";
20148             clip_to: "disclip";
20149             type: TEXT;
20150             mouse_events: 0;
20151             scale: 1;
20152             description { state: "default" 0.0;
20153                rel1 {
20154                   relative: 1.0 1.0;
20155                   to_x: "elm.padding.icon1.right";
20156                   to_y: "elm.text.1";
20157                }
20158                rel2 {
20159                   relative: 0.0 0.0;
20160                   to_x: "elm.padding.icon2.left";
20161                   to_y: "elm.padding.bottom";
20162                }
20163                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20164                text {
20165                   font: "SLP:style=Medium";
20166                   size: GENLIST_FONT_32_INC;
20167                   min: 0 1;
20168                   align: 0.0 0.5;
20169                   text_class: "slp_medium";
20170                }
20171             }
20172             description { state: "selected" 0.0;
20173                inherit: "default" 0.0;
20174                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20175             }
20176             GENLIST_DESCRIPTION_FLIP_ENABLED
20177          }
20178          GENLIST_PART_FLIP
20179          GENLIST_PART_DISCLIP
20180       }
20181       programs {
20182          // signal: elm,state,%s,active
20183          //   a "check" item named %s went active
20184          // signal: elm,state,%s,passive
20185          //   a "check" item named %s went passive
20186          // default is passive
20187          program { name: "go_active";
20188             signal: "elm,state,selected";
20189             source: "elm";
20190             action: STATE_SET "selected" 0.0;
20191             target: "bg_image";
20192             target: "elm.text.1";
20193             target: "elm.text.2";
20194             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20195          }
20196          program { name: "go_passive";
20197             signal: "elm,state,unselected";
20198             source: "elm";
20199             action: STATE_SET "default" 0.0;
20200             target: "bg_image";
20201             target: "elm.text.1";
20202             target: "elm.text.2";
20203             transition: LINEAR 0.1;
20204          }
20205          program { name: "go_disabled";
20206             signal: "elm,state,disabled";
20207             source: "elm";
20208             action: STATE_SET "disabled" 0.0;
20209             target: "disclip";
20210          }
20211          program { name: "go_enabled";
20212             signal: "elm,state,enabled";
20213             source: "elm";
20214             action: STATE_SET "default" 0.0;
20215             target: "disclip";
20216          }
20217          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20218          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20219       }
20220    }
20221
20222    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
20223       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
20224       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
20225       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
20226       alias: "elm/layout/dialogue/2text.2icon.3";
20227       data.item: "stacking" "above";
20228       data.item: "selectraise" "on";
20229       data.item: "texts" "elm.text.1 elm.text.2";
20230       data.item: "contents" "elm.icon.1 elm.icon.2";
20231       data.item: "flips" "elm.flip.content";
20232       parts {
20233          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20234          GENLIST_PART_DIALOGUE_BG_IMAGE
20235          GENLIST_PART_BOTTOM_LINE
20236          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20237          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20238          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20239          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20240          GENLIST_PART_DIALOGUE_ITEM
20241          GENLIST_PART_DIALOGUE_RIGHT_LINE
20242          part { name: "elm.icon.1";
20243             clip_to: "disclip";
20244             type: SWALLOW;
20245             scale: 1;
20246             description { state: "default" 0.0;
20247                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20248                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20249                fixed: 1 1;
20250                rel1 {
20251                   relative: 1.0 1.0;
20252                   to_x: "elm.padding.left";
20253                   to_y: "elm.padding.top";
20254                }
20255                rel2 {
20256                   relative: 1.0 0.0;
20257                   to_x: "elm.padding.left";
20258                   to_y: "elm.padding.bottom";
20259                }
20260                align: 0.0 0.5;
20261             }
20262             GENLIST_DESCRIPTION_FLIP_ENABLED
20263          }
20264          part { name: "elm.padding.icon1.right";
20265             clip_to: "disclip";
20266             type: RECT;
20267             scale: 1;
20268             description { state: "default" 0.0;
20269                min: GENLIST_PADDING_16_INC 0;
20270                fixed: 1 0;
20271                rel1 {
20272                   relative: 1.0 0.0;
20273                   to_x: "elm.icon.1";
20274                }
20275                rel2.to_x: "elm.icon.1";
20276                align: 0.0 0.0;
20277                visible: 0;
20278             }
20279          }
20280          part { name: "elm.icon.2";
20281             clip_to: "disclip";
20282             type: SWALLOW;
20283             scale: 1;
20284             description { state: "default" 0.0;
20285                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20286                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20287                fixed: 1 1;
20288                rel1 {
20289                   relative: 0.0 1.0;
20290                   to_x: "elm.padding.right";
20291                   to_y: "elm.padding.top";
20292                }
20293                rel2 {
20294                   relative: 0.0 0.0;
20295                   to_x: "elm.padding.right";
20296                   to_y: "elm.padding.bottom";
20297                }
20298                align: 1.0 0.5;
20299             }
20300             GENLIST_DESCRIPTION_FLIP_ENABLED
20301          }
20302          part { name: "elm.padding.icon2.left";
20303             clip_to: "disclip";
20304             type: RECT;
20305             scale: 1;
20306             description { state: "default" 0.0;
20307                min: GENLIST_PADDING_16_INC 0;
20308                fixed: 1 0;
20309                rel1.to_x: "elm.icon.2";
20310                rel2 {
20311                   relative: 0.0 1.0;
20312                   to_x: "elm.icon.2";
20313                }
20314                align: 1.0 0.0;
20315                visible: 0;
20316             }
20317          }
20318          part { name: "elm.text.1";
20319             clip_to: "disclip";
20320             type: TEXT;
20321             mouse_events: 0;
20322             scale: 1;
20323             description { state: "default" 0.0;
20324                min: 0 GENLIST_SIZE_61_INC;
20325                fixed: 0 1;
20326                rel1 {
20327                   relative: 1.0 1.0;
20328                   to_x: "elm.padding.icon1.right";
20329                   to_y: "elm.padding.top";
20330                }
20331                rel2 {
20332                   relative: 0.0 1.0;
20333                   to_x: "elm.padding.icon2.left";
20334                   to_y: "elm.padding.top";
20335                }
20336                align: 0.0 0.0;
20337                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20338                text {
20339                   font: "SLP:style=Roman";
20340                   size: GENLIST_FONT_44_INC;
20341                   min: 0 1;
20342                   align: 0.0 0.5;
20343                   text_class: "list_item";
20344                }
20345             }
20346             description { state: "selected" 0.0;
20347                inherit: "default" 0.0;
20348                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20349             }
20350             GENLIST_DESCRIPTION_FLIP_ENABLED
20351          }
20352          part { name: "elm.text.2";
20353             clip_to: "disclip";
20354             type: TEXT;
20355             mouse_events: 0;
20356             scale: 1;
20357             description { state: "default" 0.0;
20358                rel1 {
20359                   relative: 1.0 1.0;
20360                   to_x: "elm.padding.icon1.right";
20361                   to_y: "elm.text.1";
20362                }
20363                rel2 {
20364                   relative: 0.0 0.0;
20365                   to_x: "elm.padding.icon2.left";
20366                   to_y: "elm.padding.bottom";
20367                }
20368                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20369                text {
20370                   font: "SLP:style=Medium";
20371                   size: GENLIST_FONT_32_INC;
20372                   min: 0 1;
20373                   align: 0.0 0.5;
20374                   text_class: "slp_medium";
20375                }
20376             }
20377             description { state: "selected" 0.0;
20378                inherit: "default" 0.0;
20379                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20380             }
20381             GENLIST_DESCRIPTION_FLIP_ENABLED
20382          }
20383          GENLIST_PART_FLIP
20384          GENLIST_PART_DISCLIP
20385       }
20386       programs {
20387          // signal: elm,state,%s,active
20388          //   a "check" item named %s went active
20389          // signal: elm,state,%s,passive
20390          //   a "check" item named %s went passive
20391          // default is passive
20392          program { name: "go_active";
20393             signal: "elm,state,selected";
20394             source: "elm";
20395             action: STATE_SET "selected" 0.0;
20396             target: "bg_image";
20397             target: "elm.text.1";
20398             target: "elm.text.2";
20399             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20400          }
20401          program { name: "go_passive";
20402             signal: "elm,state,unselected";
20403             source: "elm";
20404             action: STATE_SET "default" 0.0;
20405             target: "bg_image";
20406             target: "elm.text.1";
20407             target: "elm.text.2";
20408             transition: LINEAR 0.1;
20409          }
20410          program { name: "go_disabled";
20411             signal: "elm,state,disabled";
20412             source: "elm";
20413             action: STATE_SET "disabled" 0.0;
20414             target: "disclip";
20415          }
20416          program { name: "go_enabled";
20417             signal: "elm,state,enabled";
20418             source: "elm";
20419             action: STATE_SET "default" 0.0;
20420             target: "disclip";
20421          }
20422          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20423          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20424       }
20425    }
20426
20427    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
20428       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
20429       parts {
20430          part { name: "elm.text.2";
20431             clip_to: "disclip";
20432             type: TEXTBLOCK;
20433             mouse_events: 0;
20434             scale: 1;
20435             description { state: "default" 0.0;
20436                rel1 {
20437                   relative: 1.0 1.0;
20438                   to_x: "elm.padding.icon1.right";
20439                   to_y: "elm.text.1";
20440                }
20441                rel2 {
20442                   relative: 0.0 0.0;
20443                   to_x: "elm.padding.icon2.left";
20444                   to_y: "elm.padding.bottom";
20445                }
20446                text {
20447                   style: "genlist_default_textblock_style";
20448                   size: GENLIST_FONT_32_INC;
20449                   min: 0 1;
20450                   align: 0.0 0.5;
20451                   text_class: "slp_medium";
20452                }
20453             }
20454             description { state: "selected" 0.0;
20455                inherit: "default" 0.0;
20456                text.style: "genlist_default_textblock_selected_style";
20457             }
20458             GENLIST_DESCRIPTION_FLIP_ENABLED
20459          }
20460       }
20461    }
20462
20463    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
20464       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
20465       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
20466       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
20467       alias: "elm/layout/dialogue/2text.1icon.5";
20468       data.item: "stacking" "above";
20469       data.item: "selectraise" "on";
20470       data.item: "texts" "elm.text.1 elm.text.2";
20471       data.item: "contents" "elm.icon";
20472       data.item: "flips" "elm.flip.content";
20473       parts {
20474          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20475          GENLIST_PART_DIALOGUE_BG_IMAGE
20476          GENLIST_PART_BOTTOM_LINE
20477          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20478          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20479          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20480          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20481          GENLIST_PART_DIALOGUE_ITEM
20482          GENLIST_PART_DIALOGUE_RIGHT_LINE
20483          part { name: "elm.icon";
20484             clip_to: "disclip";
20485             type: SWALLOW;
20486             scale: 1;
20487             description { state: "default" 0.0;
20488                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20489                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20490                fixed: 1 1;
20491                rel1 {
20492                   relative: 0.0 1.0;
20493                   to_x: "elm.padding.right";
20494                   to_y: "elm.padding.top";
20495                }
20496                rel2 {
20497                   relative: 0.0 0.0;
20498                   to_x: "elm.padding.right";
20499                   to_y: "elm.padding.bottom";
20500                }
20501                align: 1.0 0.5;
20502             }
20503             GENLIST_DESCRIPTION_FLIP_ENABLED
20504          }
20505          part { name: "elm.padding.icon.left";
20506             clip_to: "disclip";
20507             type: RECT;
20508             scale: 1;
20509             description { state: "default" 0.0;
20510                min: GENLIST_PADDING_16_INC 0;
20511                fixed: 1 0;
20512                rel1.to_x: "elm.icon";
20513                rel2 {
20514                   relative: 0.0 1.0;
20515                   to_x: "elm.icon";
20516                }
20517                align: 1.0 0.0;
20518                visible: 0;
20519             }
20520          }
20521          part { name: "elm.text.1";
20522             clip_to: "disclip";
20523             type: TEXT;
20524             mouse_events: 0;
20525             scale: 1;
20526             description { state: "default" 0.0;
20527                min: 0 GENLIST_SIZE_61_INC;
20528                fixed: 0 1;
20529                rel1 {
20530                   relative: 1.0 0.0;
20531                   to_x: "elm.padding.left";
20532                   to_y: "elm.padding.bottom";
20533                }
20534                rel2 {
20535                   relative: 0.0 0.0;
20536                   to_x: "elm.padding.icon.left";
20537                   to_y: "elm.padding.bottom";
20538                }
20539                align: 0.0 1.0;
20540                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20541                text {
20542                   font: "SLP:style=Roman";
20543                   size: GENLIST_FONT_44_INC;
20544                   min: 0 1;
20545                   align: 0.0 0.5;
20546                   text_class: "list_item";
20547                }
20548             }
20549             description { state: "selected" 0.0;
20550                inherit: "default" 0.0;
20551                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20552             }
20553             GENLIST_DESCRIPTION_FLIP_ENABLED
20554          }
20555          part { name: "elm.text.2";
20556             clip_to: "disclip";
20557             type: TEXT;
20558             mouse_events: 0;
20559             scale: 1;
20560             description { state: "default" 0.0;
20561                rel1 {
20562                   relative: 1.0 1.0;
20563                   to_x: "elm.padding.left";
20564                   to_y: "elm.padding.top";
20565                }
20566                rel2 {
20567                   relative: 0.0 0.0;
20568                   to_x: "elm.padding.icon.left";
20569                   to_y: "elm.text.1";
20570                }
20571                align: 0.0 0.0;
20572                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20573                text {
20574                   font: "SLP:style=Medium";
20575                   size: GENLIST_FONT_32_INC;
20576                   min: 0 1;
20577                   align: 0.0 0.5;
20578                   text_class: "slp_roman";
20579                }
20580             }
20581             description { state: "selected" 0.0;
20582                inherit: "default" 0.0;
20583                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20584             }
20585             GENLIST_DESCRIPTION_FLIP_ENABLED
20586          }
20587          GENLIST_PART_FLIP
20588          GENLIST_PART_DISCLIP
20589       }
20590       programs {
20591          // signal: elm,state,%s,active
20592          //   a "check" item named %s went active
20593          // signal: elm,state,%s,passive
20594          //   a "check" item named %s went passive
20595          // default is passive
20596          program { name: "go_active";
20597             signal: "elm,state,selected";
20598             source: "elm";
20599             action: STATE_SET "selected" 0.0;
20600             target: "bg_image";
20601             target: "elm.text.1";
20602             target: "elm.text.2";
20603             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20604          }
20605          program { name: "go_passive";
20606             signal: "elm,state,unselected";
20607             source: "elm";
20608             action: STATE_SET "default" 0.0;
20609             target: "bg_image";
20610             target: "elm.text.1";
20611             target: "elm.text.2";
20612             transition: LINEAR 0.1;
20613          }
20614          program { name: "go_disabled";
20615             signal: "elm,state,disabled";
20616             source: "elm";
20617             action: STATE_SET "disabled" 0.0;
20618             target: "disclip";
20619          }
20620          program { name: "go_enabled";
20621             signal: "elm,state,enabled";
20622             source: "elm";
20623             action: STATE_SET "default" 0.0;
20624             target: "disclip";
20625          }
20626          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20627          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20628       }
20629    }
20630
20631 // 4.2.11
20632    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
20633       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
20634       alias: "elm/layout/dialogue/1title.1text.2";
20635       data.item: "stacking" "above";
20636       data.item: "selectraise" "on";
20637       data.item: "texts" "elm.title elm.text";
20638       parts {
20639          part { name: "base";
20640             type: RECT;
20641             repeat_events: 1;
20642             description { state: "default" 0.0;
20643                color: GENLIST_PART_BG_COLOR_INC;
20644             }
20645          }
20646          GENLIST_PART_DIALOGUE_BG_IMAGE
20647          GENLIST_PART_BOTTOM_LINE
20648          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
20649          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20650          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20651          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20652          GENLIST_PART_DIALOGUE_ITEM
20653          GENLIST_PART_DIALOGUE_RIGHT_LINE
20654          part { name: "elm.title";
20655             clip_to: "disclip";
20656             type: TEXT;
20657             mouse_events: 0;
20658             scale: 1;
20659             description { state: "default" 0.0;
20660                min: GENLIST_SIZE_163_INC 0;
20661                fixed: 1 0;
20662                rel1 {
20663                   relative: 1.0 0.0;
20664                   to_x: "elm.padding.left";
20665                }
20666                rel2 {
20667                   relative: 1.0 1.0;
20668                   to_x: "elm.padding.left";
20669                }
20670                align: 0.0 0.0;
20671                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20672                text {
20673                   font: "SLP:style=Medium";
20674                   size: GENLIST_FONT_32_INC;
20675                   min: 0 1;
20676                   align: 0.0 0.5;
20677                   text_class: "slp_medium";
20678                }
20679             }
20680             description { state: "selected" 0.0;
20681                inherit: "default" 0.0;
20682                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20683             }
20684          }
20685          part { name: "vertical_line";
20686             clip_to: "disclip";
20687             type: RECT;
20688             mouse_events: 0;
20689             description { state: "default" 0.0;
20690                min: 1 0;
20691                fixed: 1 0;
20692                rel1 {
20693                   relative: 1.0 0.0;
20694                   to_x: "elm.title";
20695                }
20696                rel2.to_x: "elm.title";
20697                align: 0.0 0.5;
20698                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20699             }
20700          }
20701          part { name: "elm.padding.text.left";
20702             clip_to: "disclip";
20703             type: RECT;
20704             mouse_events: 0;
20705             description { state: "default" 0.0;
20706                min: GENLIST_PADDING_16_INC 0;
20707                fixed: 1 0;
20708                rel1 {
20709                   relative: 1.0 0.0;
20710                   to_x: "vertical_line";
20711                }
20712                rel2.to_x: "vertical_line";
20713                align: 0.0 0.5;
20714                visible: 0;
20715             }
20716          }
20717          part { name: "elm.text";
20718             clip_to: "disclip";
20719             type: TEXTBLOCK;
20720             mouse_events: 0;
20721             scale: 1;
20722             description { state: "default" 0.0;
20723                rel1 {
20724                   relative: 1.0 1.0;
20725                   to_x: "elm.padding.text.left";
20726                   to_y: "elm.padding.top";
20727                }
20728                rel2 {
20729                   relative: 0.0 0.0;
20730                   to_x: "elm.padding.right";
20731                   to_y: "elm.padding.bottom";
20732                }
20733                text {
20734                   style: "genlist_textblock_flexible_style";
20735                   min: 0 1;
20736                   align: 0.0 0.5;
20737                }
20738             }
20739             description { state: "selected" 0.0;
20740                inherit: "default" 0.0;
20741                text.style: "genlist_textblock_selected_style";
20742             }
20743          }
20744          GENLIST_PART_DISCLIP
20745       }
20746       programs {
20747          // signal: elm,state,%s,active
20748          //   a "check" item named %s went active
20749          // signal: elm,state,%s,passive
20750          //   a "check" item named %s went passive
20751          // default is passive
20752          program { name: "go_active";
20753             signal: "elm,state,selected";
20754             source: "elm";
20755             action: STATE_SET "selected" 0.0;
20756             target: "bg_image";
20757             target: "elm.title";
20758             target: "elm.text";
20759             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20760          }
20761          program { name: "go_passive";
20762             signal: "elm,state,unselected";
20763             source: "elm";
20764             action: STATE_SET "default" 0.0;
20765             target: "bg_image";
20766             target: "elm.title";
20767             target: "elm.text";
20768             transition: LINEAR 0.1;
20769          }
20770          program { name: "go_disabled";
20771             signal: "elm,state,disabled";
20772             source: "elm";
20773             action: STATE_SET "disabled" 0.0;
20774             target: "disclip";
20775          }
20776          program { name: "go_enabled";
20777             signal: "elm,state,enabled";
20778             source: "elm";
20779             action: STATE_SET "default" 0.0;
20780             target: "disclip";
20781          }
20782          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20783       }
20784    }
20785
20786 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
20787       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
20788       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
20789       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
20790       alias: "elm/layout/dialogue/1title.2text";
20791       data.item: "stacking" "above";
20792       data.item: "selectraise" "on";
20793       data.item: "texts" "elm.title elm.text.1 elm.text.2";
20794       parts {
20795          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
20796          GENLIST_PART_BOTTOM_LINE
20797          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20798          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20799          GENLIST_PART_DIALOGUE_ITEM
20800          GENLIST_PART_DIALOGUE_RIGHT_LINE
20801          part { name: "vertical_line";
20802             clip_to: "disclip";
20803             type: RECT;
20804             mouse_events: 0;
20805             description { state: "default" 0.0;
20806                min: 1 0;
20807                fixed: 1 0;
20808                rel1 {
20809                   relative: 1.0 0.0;
20810                   to_x: "elm.title";
20811                }
20812                rel2.to_x: "elm.title";
20813                align: 0.0 0.5;
20814                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20815             }
20816          }
20817          part { name: "center_line";
20818             clip_to: "disclip";
20819             type: RECT;
20820             mouse_events: 0;
20821             description { state: "default" 0.0;
20822                min: 0 1;
20823                fixed: 0 1;
20824                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20825                rel1 {
20826                   relative: 1.0 0.5;
20827                   to_x: "vertical_line";
20828                }
20829                rel2.relative: 1.0 0.5;
20830                align: 0.5 1.0;
20831             }
20832          }
20833          part { name: "elm.title";
20834             clip_to: "disclip";
20835             type: TEXT;
20836             mouse_events: 0;
20837             scale: 1;
20838             description { state: "default" 0.0;
20839                min: GENLIST_SIZE_163_INC 0;
20840                fixed: 1 0;
20841                rel1 {
20842                   relative: 1.0  0.0;
20843                   to_x: "elm.padding.left";
20844                }
20845                rel2.to_x: "elm.padding.left";
20846                align: 0.0 0.5;
20847                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20848                text {
20849                   font: "SLP:style=Medium";
20850                   size: GENLIST_FONT_32_INC;
20851                   min: 0 1;
20852                   align: 0.0 0.5;
20853                   text_class: "slp_medium";
20854                }
20855             }
20856          }
20857          part { name: "elm.padding.title.right";
20858             clip_to: "disclip";
20859             type: RECT;
20860             mouse_events: 0;
20861             scale: 1;
20862             description { state: "default" 0.0;
20863                min: GENLIST_PADDING_16_INC 0;
20864                fixed: 1 0;
20865                rel1 {
20866                    relative: 1.0 0.0;
20867                    to_x: "elm.title";
20868                }
20869                rel2.to_x: "elm.title";
20870                visible: 0;
20871                align: 0.0 0.5;
20872             }
20873          }
20874          part { name: "elm.text.1";
20875             clip_to: "disclip";
20876             type: TEXT;
20877             mouse_events: 0;
20878             scale: 1;
20879             description { state: "default" 0.0;
20880                rel1 {
20881                   relative: 1.0 0.0;
20882                   to_x: "elm.padding.title.right";
20883                }
20884                rel2 {
20885                   relative: 0.0 0.0;
20886                   to_x: "elm.padding.right";
20887                   to_y: "center_line";
20888                }
20889                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20890                text {
20891                   font: "SLP:style=Roman";
20892                   size: GENLIST_FONT_44_INC;
20893                   min: 0 1;
20894                   align: 0.0 0.5;
20895                   text_class: "list_item";
20896                }
20897             }
20898          }
20899          part { name: "elm.text.2";
20900             clip_to: "disclip";
20901             type: TEXT;
20902             mouse_events: 0;
20903             scale: 1;
20904             description { state: "default" 0.0;
20905                rel1 {
20906                   relative: 1.0 0.5;
20907                   to_x: "elm.padding.title.right";
20908                }
20909                rel2 {
20910                   relative: 0.0 1.0;
20911                   to_x: "elm.padding.right";
20912                }
20913                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20914                text {
20915                   font: "SLP:style=Roman";
20916                   size: GENLIST_FONT_44_INC;
20917                   min: 0 1;
20918                   align: 0.0 0.5;
20919                   text_class: "slp_roman";
20920                }
20921             }
20922          }
20923          GENLIST_PART_DISCLIP
20924       }
20925       programs {
20926          // signal: elm,state,%s,active
20927          //   a "check" item named %s went active
20928          // signal: elm,state,%s,passive
20929          //   a "check" item named %s went passive
20930          // default is passive
20931          program { name: "go_active";
20932             signal: "elm,state,selected";
20933             source: "elm";
20934             action: STATE_SET "selected" 0.0;
20935             target: "elm.title";
20936             target: "elm.text.1";
20937             target: "elm.text.2";
20938          }
20939          program { name: "go_passive";
20940             signal: "elm,state,unselected";
20941             source: "elm";
20942             action: STATE_SET "default" 0.0;
20943             target: "elm.title";
20944             target: "elm.text.1";
20945             target: "elm.text.2";
20946             transition: LINEAR 0.1;
20947          }
20948          program { name: "go_disabled";
20949             signal: "elm,state,disabled";
20950             source: "elm";
20951             action: STATE_SET "disabled" 0.0;
20952             target: "disclip";
20953          }
20954          program { name: "go_enabled";
20955             signal: "elm,state,enabled";
20956             source: "elm";
20957             action: STATE_SET "default" 0.0;
20958             target: "disclip";
20959          }
20960       }
20961    }*/
20962
20963    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
20964    group { name: "elm/genlist/item/dialogue/4icon/default";
20965       alias: "elm/genlist/item_odd/dialogue/4icon/default";
20966       alias: "elm/genlist/item_compress/dialogue/4icon/default";
20967       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
20968       alias: "elm/layout/dialogue/4icon";
20969       data.item: "stacking" "above";
20970       data.item: "selectraise" "on";
20971       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
20972       images {
20973          image : "00_input_bg.png" COMP;
20974       }
20975       parts {
20976          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
20977          GENLIST_PART_DIALOGUE_BG_IMAGE
20978          GENLIST_PART_BOTTOM_LINE
20979          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20980          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20981          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
20982          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
20983          GENLIST_PART_DIALOGUE_ITEM
20984          GENLIST_PART_DIALOGUE_RIGHT_LINE
20985          part { name: "text";
20986             clip_to: "disclip";
20987             type: TEXT;
20988             mouse_events: 0;
20989             scale: 1;
20990             description { state: "default" 0.0;
20991                min: 0 GENLIST_SIZE_48_INC;
20992                fixed: 0 1;
20993                rel1 {
20994                   relative: 1.0 1.0;
20995                   to_x: "elm.padding.left";
20996                   to_y: "elm.padding.top";
20997                }
20998                rel2 {
20999                   relative: 0.0 1.0;
21000                   to_x: "elm.padding.right";
21001                   to_y: "elm.padding.top";
21002                }
21003                align: 0.0 0.0;
21004                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21005                text {
21006                   font: "SLP:style=Medium";
21007                   size: GENLIST_FONT_32_INC;
21008                   min: 0 1;
21009                   align: 0.0 0.5;
21010                   text: "Password";
21011                   text_class: "list_item";
21012                }
21013             }
21014             description { state: "selected" 0.0;
21015                inherit: "default" 0.0;
21016                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21017             }
21018          }
21019          part { name: "elm.padding.icon1.left";
21020             clip_to: "disclip";
21021             type: RECT;
21022             scale: 1;
21023             description { state: "default" 0.0;
21024                min: GENLIST_PADDING_74_INC 0;
21025                fixed: 1 0;
21026                rel1 {
21027                   relative: 1.0 0.0;
21028                   to_x: "elm.padding.left";
21029                   to_y: "elm.padding.bottom";
21030                }
21031                rel2 {
21032                   relative: 1.0 0.0;
21033                   to_x: "elm.padding.left";
21034                   to_y: "elm.padding.bottom";
21035                }
21036                align: 0.0 1.0;
21037                visible: 0;
21038             }
21039          }
21040          part { name: "elm.icon1.bg";
21041             clip_to: "disclip";
21042             type: IMAGE;
21043             scale: 1;
21044             description { state: "default" 0.0;
21045                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21046                fixed: 1 1;
21047                rel1 {
21048                   relative: 1.0 0.0;
21049                   to_x: "elm.padding.icon1.left";
21050                   to_y: "elm.padding.bottom";
21051                }
21052                rel2 {
21053                   relative: 1.0 0.0;
21054                   to_x: "elm.padding.icon1.left";
21055                   to_y: "elm.padding.bottom";
21056                }
21057                align: 0.0 1.0;
21058                image.normal: "00_input_bg.png";
21059                image.border: 4 4 4 4; // TODO: check this out.
21060                image.border_scale: 1;
21061             }
21062          }
21063          part { name: "elm.icon.1";
21064             clip_to: "disclip";
21065             type: SWALLOW;
21066             scale: 1;
21067             description { state: "default" 0.0;
21068                rel1.to: "elm.icon1.bg";
21069                rel2.to: "elm.icon1.bg";
21070                align: 0.5 0.5;
21071             }
21072          }
21073          part { name: "elm.padding.icon2.left";
21074             clip_to: "disclip";
21075             type: RECT;
21076             scale: 1;
21077             description { state: "default" 0.0;
21078                min: GENLIST_SIZE_ICON_SMALL 0;
21079                fixed: 1 0;
21080                rel1 {
21081                   relative: 1.0 0.0;
21082                   to_x: "elm.icon1.bg";
21083                   to_y: "elm.padding.bottom";
21084                }
21085                rel2 {
21086                   relative: 1.0 0.0;
21087                   to_x: "elm.icon1.bg";
21088                   to_y: "elm.padding.bottom";
21089                }
21090                align: 0.0 1.0;
21091                visible: 0;
21092             }
21093          }
21094          part { name: "elm.icon2.bg";
21095             clip_to: "disclip";
21096             type: IMAGE;
21097             scale: 1;
21098             description { state: "default" 0.0;
21099                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21100                fixed: 1 1;
21101                rel1 {
21102                   relative: 1.0 0.0;
21103                   to_x: "elm.padding.icon2.left";
21104                   to_y: "elm.padding.bottom";
21105                }
21106                rel2 {
21107                   relative: 1.0 0.0;
21108                   to_x: "elm.padding.icon2.left";
21109                   to_y: "elm.padding.bottom";
21110                }
21111                align: 0.0 1.0;
21112                image.normal: "00_input_bg.png";
21113                image.border: 4 4 4 4; // TODO : check this out
21114                image.border_scale: 1;
21115             }
21116          }
21117          part { name: "elm.icon.2";
21118             clip_to: "disclip";
21119             type: SWALLOW;
21120             scale: 1;
21121             description { state: "default" 0.0;
21122                rel1.to: "elm.icon2.bg";
21123                rel2.to: "elm.icon2.bg";
21124                align: 0.5 0.5;
21125             }
21126          }
21127          part { name: "elm.padding.icon3.left";
21128             clip_to: "disclip";
21129             type: RECT;
21130             scale: 1;
21131             description { state: "default" 0.0;
21132                min: GENLIST_SIZE_ICON_SMALL 0;
21133                fixed: 1 0;
21134                rel1 {
21135                   relative: 1.0 0.0;
21136                   to_x: "elm.icon2.bg";
21137                   to_y: "elm.padding.bottom";
21138                }
21139                rel2 {
21140                   relative: 1.0 0.0;
21141                   to_x: "elm.icon2.bg";
21142                   to_y: "elm.padding.bottom";
21143                }
21144                align: 0.0 1.0;
21145                visible: 0;
21146             }
21147          }
21148          part { name: "elm.icon3.bg";
21149             clip_to: "disclip";
21150             type: IMAGE;
21151             scale: 1;
21152             description { state: "default" 0.0;
21153                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21154                fixed: 1 1;
21155                rel1 {
21156                   relative: 1.0 0.0;
21157                   to_x: "elm.padding.icon3.left";
21158                   to_y: "elm.padding.bottom";
21159                }
21160                rel2 {
21161                   relative: 1.0 0.0;
21162                   to_x: "elm.padding.icon3.left";
21163                   to_y: "elm.padding.bottom";
21164                }
21165                align: 0.0 1.0;
21166                image.normal: "00_input_bg.png";
21167                image.border: 4 4 4 4; // TODO: handle this?
21168                image.border_scale: 1;
21169             }
21170          }
21171          part { name: "elm.icon.3";
21172             clip_to: "disclip";
21173             type: SWALLOW;
21174             scale: 1;
21175             description { state: "default" 0.0;
21176                rel1.to: "elm.icon3.bg";
21177                rel2.to: "elm.icon3.bg";
21178                align: 0.5 0.5;
21179             }
21180          }
21181          part { name: "elm.padding.icon4.left";
21182             clip_to: "disclip";
21183             type: RECT;
21184             scale: 1;
21185             description { state: "default" 0.0;
21186                min: GENLIST_SIZE_ICON_SMALL 0;
21187                fixed: 1 0;
21188                rel1 {
21189                   relative: 1.0 0.0;
21190                   to_x: "elm.icon3.bg";
21191                   to_y: "elm.padding.bottom";
21192                }
21193                rel2 {
21194                   relative: 1.0 0.0;
21195                   to_x: "elm.icon3.bg";
21196                   to_y: "elm.padding.bottom";
21197                }
21198                align: 0.0 1.0;
21199                visible: 0;
21200             }
21201          }
21202          part { name: "elm.icon4.bg";
21203             clip_to: "disclip";
21204             type: IMAGE;
21205             scale: 1;
21206             description { state: "default" 0.0;
21207                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21208                fixed: 1 1;
21209                rel1 {
21210                   relative: 1.0 0.0;
21211                   to_x: "elm.padding.icon4.left";
21212                   to_y: "elm.padding.bottom";
21213                }
21214                rel2 {
21215                   relative: 1.0 0.0;
21216                   to_x: "elm.padding.icon4.left";
21217                   to_y: "elm.padding.bottom";
21218                }
21219                align: 0.0 1.0;
21220                image.normal: "00_input_bg.png";
21221                image.border: 4 4 4 4; // TODO: check this out
21222                image.border_scale: 1;
21223             }
21224          }
21225          part { name: "elm.icon.4";
21226             clip_to: "disclip";
21227             type: SWALLOW;
21228             scale: 1;
21229             description { state: "default" 0.0;
21230                rel1.to: "elm.icon4.bg";
21231                rel2.to: "elm.icon4.bg";
21232                align: 0.5 0.5;
21233             }
21234          }
21235          GENLIST_PART_DISCLIP
21236       }
21237       programs {
21238          // signal: elm,state,%s,active
21239          //   a "check" item named %s went active
21240          // signal: elm,state,%s,passive
21241          //   a "check" item named %s went passive
21242          // default is passive
21243          /*program { name: "go_active";
21244             signal: "elm,state,selected";
21245             source: "elm";
21246             action: STATE_SET "selected" 0.0;
21247             target: "bg_image";
21248             target: "elm.text.1";
21249             target: "elm.text.2";
21250          }
21251          program { name: "go_passive";
21252             signal: "elm,state,unselected";
21253             source: "elm";
21254             action: STATE_SET "default" 0.0;
21255             target: "bg_image";
21256             target: "elm.text.1";
21257             target: "elm.text.2";
21258             transition: LINEAR 0.1;
21259          }*/
21260          program { name: "go_disabled";
21261             signal: "elm,state,disabled";
21262             source: "elm";
21263             action: STATE_SET "disabled" 0.0;
21264             target: "disclip";
21265          }
21266          program { name: "go_enabled";
21267             signal: "elm,state,enabled";
21268             source: "elm";
21269             action: STATE_SET "default" 0.0;
21270             target: "disclip";
21271          }
21272       }
21273    }
21274
21275    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
21276       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
21277       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
21278       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
21279       alias: "elm/layout/dialogue/2text.2icon.4";
21280       data.item: "stacking" "above";
21281       data.item: "selectraise" "on";
21282       data.item: "texts" "elm.text.1 elm.text.2";
21283       data.item: "contents" "elm.icon.1 elm.icon.2";
21284       data.item: "flips" "elm.flip.content";
21285       images {
21286          image: "00_list_bar_press_1x80.png" COMP;
21287       }
21288       parts {
21289          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21290          GENLIST_PART_DIALOGUE_BG_IMAGE
21291          GENLIST_PART_BOTTOM_LINE
21292          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21293          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21294          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21295          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21296          GENLIST_PART_DIALOGUE_ITEM
21297          GENLIST_PART_DIALOGUE_RIGHT_LINE
21298          part { name: "elm.icon.1";
21299             clip_to: "disclip";
21300             type: SWALLOW;
21301             scale: 1;
21302             description { state: "default" 0.0;
21303                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21304                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21305                fixed: 1 1;
21306                rel1 {
21307                   relative: 1.0 1.0;
21308                   to_x: "elm.padding.left";
21309                   to_y: "elm.text.1";
21310                }
21311                rel2 {
21312                   relative: 1.0 0.0;
21313                   to_x: "elm.padding.left";
21314                   to_y: "elm.padding.bottom";
21315                }
21316                align: 0.0 0.5;
21317             }
21318             GENLIST_DESCRIPTION_FLIP_ENABLED
21319          }
21320          part { name: "elm.padding.icon1.right";
21321             clip_to: "disclip";
21322             type: RECT;
21323             scale: 1;
21324             description { state: "default" 0.0;
21325                min: GENLIST_PADDING_16_INC 0;
21326                fixed: 1 0;
21327                rel1 {
21328                   relative: 1.0 0.0;
21329                   to_x: "elm.icon.1";
21330                }
21331                rel2.to_x: "elm.icon.1";
21332                align: 0.0 0.0;
21333                visible: 0;
21334             }
21335          }
21336          part { name: "elm.icon.2";
21337             clip_to: "disclip";
21338             type: SWALLOW;
21339             scale: 1;
21340             description { state: "default" 0.0;
21341                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21342                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21343                fixed: 1 1;
21344                rel1 {
21345                   relative: 0.0 1.0;
21346                   to_x: "elm.padding.right";
21347                   to_y: "elm.padding.top";
21348                }
21349                rel2 {
21350                   relative: 0.0 1.0;
21351                   to_x: "elm.padding.right";
21352                   to_y: "elm.text.1";
21353                }
21354                align: 1.0 0.5;
21355             }
21356             GENLIST_DESCRIPTION_FLIP_ENABLED
21357          }
21358          part { name: "elm.padding.icon2.left";
21359             clip_to: "disclip";
21360             type: RECT;
21361             scale: 1;
21362             description { state: "default" 0.0;
21363                min: GENLIST_PADDING_16_INC 0;
21364                fixed: 1 0;
21365                rel1 {
21366                   relative: 0.0 0.0;
21367                   to_x: "elm.icon.2";
21368                }
21369                rel2.to_x: "elm.icon.2";
21370                align: 1.0 0.0;
21371                visible: 0;
21372             }
21373          }
21374          part { name: "elm.text.1";
21375             clip_to: "disclip";
21376             type: TEXT;
21377             mouse_events: 0;
21378             scale: 1;
21379             description { state: "default" 0.0;
21380                min: 0 GENLIST_SIZE_61_INC;
21381                fixed: 0 1;
21382                rel1 {
21383                   relative: 1.0 1.0;
21384                   to_x: "elm.padding.left";
21385                   to_y: "elm.padding.top";
21386                }
21387                rel2 {
21388                   relative: 0.0 1.0;
21389                   to_x: "elm.padding.icon2.left";
21390                   to_y: "elm.padding.top";
21391                }
21392                align: 0.0 0.0;
21393                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21394                text {
21395                   font: "SLP:style=Roman";
21396                   size: GENLIST_FONT_44_INC;
21397                   min: 0 1;
21398                   align: 0.0 0.5;
21399                   text_class: "list_item";
21400                }
21401             }
21402             description { state: "selected" 0.0;
21403                inherit: "default" 0.0;
21404                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21405             }
21406             GENLIST_DESCRIPTION_FLIP_ENABLED
21407          }
21408          part { name: "elm.text.2";
21409             clip_to: "disclip";
21410             type: TEXT;
21411             mouse_events: 0;
21412             scale: 1;
21413             description { state: "default" 0.0;
21414                rel1 {
21415                   relative: 1.0 1.0;
21416                   to_x: "elm.padding.icon1.right";
21417                   to_y: "elm.text.1";
21418                }
21419                rel2 {
21420                   relative: 0.0 0.0;
21421                   to_x: "elm.padding.right";
21422                   to_y: "elm.padding.bottom";
21423                }
21424                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21425                text {
21426                   font: "SLP:style=Medium";
21427                   size: GENLIST_FONT_32_INC;
21428                   min: 0 1;
21429                   align: 0.0 0.5;
21430                   text_class: "slp_medium";
21431                }
21432             }
21433             description { state: "selected" 0.0;
21434                inherit: "default" 0.0;
21435                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21436             }
21437             GENLIST_DESCRIPTION_FLIP_ENABLED
21438          }
21439          GENLIST_PART_FLIP
21440          GENLIST_PART_DISCLIP
21441       }
21442       programs {
21443          // signal: elm,state,%s,active
21444          //   a "check" item named %s went active
21445          // signal: elm,state,%s,passive
21446          //   a "check" item named %s went passive
21447          // default is passive
21448          program { name: "go_active";
21449             signal: "elm,state,selected";
21450             source: "elm";
21451             action: STATE_SET "selected" 0.0;
21452             target: "bg_image";
21453             target: "elm.text.1";
21454             target: "elm.text.2";
21455             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21456          }
21457          program { name: "go_passive";
21458             signal: "elm,state,unselected";
21459             source: "elm";
21460             action: STATE_SET "default" 0.0;
21461             target: "bg_image";
21462             target: "elm.text.1";
21463             target: "elm.text.2";
21464             transition: LINEAR 0.1;
21465          }
21466          program { name: "go_disabled";
21467             signal: "elm,state,disabled";
21468             source: "elm";
21469             action: STATE_SET "disabled" 0.0;
21470             target: "disclip";
21471          }
21472          program { name: "go_enabled";
21473             signal: "elm,state,enabled";
21474             source: "elm";
21475             action: STATE_SET "default" 0.0;
21476             target: "disclip";
21477          }
21478          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
21479          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21480       }
21481    }
21482
21483    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
21484       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
21485       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
21486       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
21487       alias: "elm/layout/dialogue/2text.1icon.6";
21488       data.item: "stacking" "above";
21489       data.item: "selectraise" "on";
21490       data.item: "texts" "elm.text.1 elm.text.2";
21491       data.item: "contents" "elm.icon";
21492       data.item: "flips" "elm.flip.content";
21493       parts {
21494          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21495          GENLIST_PART_DIALOGUE_BG_IMAGE
21496          GENLIST_PART_BOTTOM_LINE
21497          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21498          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
21499          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21500          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21501          GENLIST_PART_DIALOGUE_ITEM
21502          GENLIST_PART_DIALOGUE_RIGHT_LINE
21503          part { name: "elm.icon";
21504             clip_to: "disclip";
21505             type: SWALLOW;
21506             scale: 1;
21507             description { state: "default" 0.0;
21508                fixed: 1 1;
21509                rel1.to_x: "elm.padding.right";
21510                rel2 {
21511                   relative: 0.0 1.0;
21512                   to_x: "elm.padding.right";
21513                }
21514                align: 1.0 0.5;
21515             }
21516             GENLIST_DESCRIPTION_FLIP_ENABLED
21517          }
21518          part { name: "elm.padding.icon.left";
21519             clip_to: "disclip";
21520             type: RECT;
21521             scale: 1;
21522             description { state: "default" 0.0;
21523                min: GENLIST_SIZE_16_INC 0;
21524                fixed: 1 0;
21525                rel1.to_x: "elm.icon";
21526                rel2 {
21527                   relative: 0.0 1.0;
21528                   to_x: "elm.icon";
21529                }
21530                align: 1.0 0.0;
21531                visible: 0;
21532             }
21533          }
21534          part { name: "elm.text.1";
21535             clip_to: "disclip";
21536             type: TEXT;
21537             mouse_events: 0;
21538             scale: 1;
21539             description { state: "default" 0.0;
21540                min: 0 GENLIST_SIZE_61_INC;
21541                fixed: 0 1;
21542                rel1 {
21543                   relative: 1.0 1.0;
21544                   to_x: "elm.padding.left";
21545                   to_y: "elm.padding.top";
21546                }
21547                rel2 {
21548                   relative: 0.0 1.0;
21549                   to_x: "elm.padding.icon.left";
21550                   to_y: "elm.padding.top";
21551                }
21552                align: 0.0 0.0;
21553                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21554                text {
21555                   font: "SLP:style=Roman";
21556                   size: GENLIST_FONT_44_INC;
21557                   min: 0 1;
21558                   align: 0.0 0.5;
21559                   text_class: "list_item";
21560                }
21561             }
21562             description { state: "selected" 0.0;
21563                inherit: "default" 0.0;
21564                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21565             }
21566             GENLIST_DESCRIPTION_FLIP_ENABLED
21567          }
21568          part { name: "elm.text.2";
21569             clip_to: "disclip";
21570             type: TEXT;
21571             mouse_events: 0;
21572             scale: 1;
21573             description { state: "default" 0.0;
21574                rel1 {
21575                   relative: 1.0 1.0;
21576                   to_x: "elm.padding.left";
21577                   to_y: "elm.text.1";
21578                }
21579                rel2 {
21580                   relative: 0.0 0.0;
21581                   to_x: "elm.padding.icon.left";
21582                   to_y: "elm.padding.bottom";
21583                }
21584                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
21585                text {
21586                   font: "SLP:style=Medium";
21587                   size: GENLIST_FONT_32_INC;
21588                   min: 0 1;
21589                   align: 0.0 0.5;
21590                   text_class: "slp_medium";
21591                }
21592             }
21593             description { state: "selected" 0.0;
21594                inherit: "default" 0.0;
21595                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21596             }
21597             GENLIST_DESCRIPTION_FLIP_ENABLED
21598          }
21599          GENLIST_PART_FLIP
21600          GENLIST_PART_DISCLIP
21601       }
21602       programs {
21603          // signal: elm,state,%s,active
21604          //   a "check" item named %s went active
21605          // signal: elm,state,%s,passive
21606          //   a "check" item named %s went passive
21607          // default is passive
21608          program { name: "go_active";
21609             signal: "elm,state,selected";
21610             source: "elm";
21611             action: STATE_SET "selected" 0.0;
21612             target: "bg_image";
21613             target: "elm.text.1";
21614             target: "elm.text.2";
21615             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21616          }
21617          program { name: "go_passive";
21618             signal: "elm,state,unselected";
21619             source: "elm";
21620             action: STATE_SET "default" 0.0;
21621             target: "bg_image";
21622             target: "elm.text.1";
21623             target: "elm.text.2";
21624             transition: LINEAR 0.1;
21625          }
21626          program { name: "go_disabled";
21627             signal: "elm,state,disabled";
21628             source: "elm";
21629             action: STATE_SET "disabled" 0.0;
21630             target: "disclip";
21631          }
21632          program { name: "go_enabled";
21633             signal: "elm,state,enabled";
21634             source: "elm";
21635             action: STATE_SET "default" 0.0;
21636             target: "disclip";
21637          }
21638          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21639          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21640       }
21641    }
21642
21643    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
21644       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
21645       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
21646       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
21647       alias: "elm/layout/dialogue/2text.1icon.7";
21648       data.item: "stacking" "above";
21649       data.item: "selectraise" "on";
21650       data.item: "texts" "elm.text.1 elm.text.2";
21651       data.item: "contents" "elm.icon";
21652       data.item: "flips" "elm.flip.content";
21653       parts {
21654          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21655          GENLIST_PART_DIALOGUE_BG_IMAGE
21656          GENLIST_PART_BOTTOM_LINE
21657          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21658          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21659          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21660          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21661          GENLIST_PART_DIALOGUE_ITEM
21662          GENLIST_PART_DIALOGUE_RIGHT_LINE
21663          part { name: "elm.icon";
21664             clip_to: "disclip";
21665             type: SWALLOW;
21666             scale: 1;
21667             description { state: "default" 0.0;
21668                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21669                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21670                fixed: 1 1;
21671                rel1 {
21672                   relative: 0.0 1.0;
21673                   to_x: "elm.padding.right";
21674                   to_y: "elm.padding.top";
21675                }
21676                rel2 {
21677                   relative: 0.0 0.0;
21678                   to_x: "elm.padding.right";
21679                   to_y: "elm.padding.bottom";
21680                }
21681                align: 1.0 0.5;
21682             }
21683             GENLIST_DESCRIPTION_FLIP_ENABLED
21684          }
21685          part { name: "elm.padding.icon.left";
21686             clip_to: "disclip";
21687             type: RECT;
21688             scale: 1;
21689             description { state: "default" 0.0;
21690                min: GENLIST_SIZE_16_INC 0;
21691                fixed: 1 0;
21692                rel1.to_x: "elm.icon";
21693                rel2 {
21694                   relative: 0.0 1.0;
21695                   to_x: "elm.icon";
21696                }
21697                align: 1.0 0.0;
21698                visible: 0;
21699             }
21700          }
21701          part { name: "elm.text.1";
21702             clip_to: "disclip";
21703             type: TEXT;
21704             mouse_events: 0;
21705             scale: 1;
21706             description { state: "default" 0.0;
21707                min: 0 GENLIST_SIZE_61_INC;
21708                fixed: 0 1;
21709                rel1 {
21710                   relative: 1.0 1.0;
21711                   to_x: "elm.padding.left";
21712                   to_y: "elm.padding.top";
21713                }
21714                rel2 {
21715                   relative: 0.0 1.0;
21716                   to_x: "elm.padding.icon.left";
21717                   to_y: "elm.padding.top";
21718                }
21719                align: 0.0 0.0;
21720                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21721                text {
21722                   font: "SLP:style=Roman";
21723                   size: GENLIST_FONT_44_INC;
21724                   min: 0 1;
21725                   align: 0.0 0.5;
21726                   text_class: "list_item";
21727                }
21728             }
21729             description { state: "selected" 0.0;
21730                inherit: "default" 0.0;
21731                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21732             }
21733             GENLIST_DESCRIPTION_FLIP_ENABLED
21734          }
21735          part { name: "elm.text.2";
21736             clip_to: "disclip";
21737             type: TEXT;
21738             mouse_events: 0;
21739             scale: 1;
21740             description { state: "default" 0.0;
21741                rel1 {
21742                   relative: 1.0 1.0;
21743                   to_x: "elm.padding.left";
21744                   to_y: "elm.text.1";
21745                }
21746                rel2 {
21747                   relative: 0.0 0.0;
21748                   to_x: "elm.padding.icon.left";
21749                   to_y: "elm.padding.bottom";
21750                }
21751                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21752                text {
21753                   font: "SLP:style=Medium";
21754                   size: GENLIST_FONT_32_INC;
21755                   min: 0 1;
21756                   align: 0.0 0.5;
21757                   text_class: "slp_medium";
21758                }
21759             }
21760             description { state: "selected" 0.0;
21761                inherit: "default" 0.0;
21762                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21763             }
21764             GENLIST_DESCRIPTION_FLIP_ENABLED
21765          }
21766          GENLIST_PART_FLIP
21767          GENLIST_PART_DISCLIP
21768       }
21769       programs {
21770          // signal: elm,state,%s,active
21771          //   a "check" item named %s went active
21772          // signal: elm,state,%s,passive
21773          //   a "check" item named %s went passive
21774          // default is passive
21775          program { name: "go_active";
21776             signal: "elm,state,selected";
21777             source: "elm";
21778             action: STATE_SET "selected" 0.0;
21779             target: "bg_image";
21780             target: "elm.text.1";
21781             target: "elm.text.2";
21782             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21783          }
21784          program { name: "go_passive";
21785             signal: "elm,state,unselected";
21786             source: "elm";
21787             action: STATE_SET "default" 0.0;
21788             target: "bg_image";
21789             target: "elm.text.1";
21790             target: "elm.text.2";
21791             transition: LINEAR 0.1;
21792          }
21793          program { name: "go_disabled";
21794             signal: "elm,state,disabled";
21795             source: "elm";
21796             action: STATE_SET "disabled" 0.0;
21797             target: "disclip";
21798          }
21799          program { name: "go_enabled";
21800             signal: "elm,state,enabled";
21801             source: "elm";
21802             action: STATE_SET "default" 0.0;
21803             target: "disclip";
21804          }
21805          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21806          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21807       }
21808    }
21809
21810    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
21811       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
21812       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
21813       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
21814       alias: "elm/layout/dialogue/2text.1icon.8";
21815       data.item: "stacking" "above";
21816       data.item: "selectraise" "on";
21817       data.item: "texts" "elm.text.1 elm.text.2";
21818       data.item: "contents" "elm.icon";
21819       data.item: "flips" "elm.flip.content";
21820       images {
21821          image: "00_list_bar_press_1x80.png" COMP;
21822       }
21823       parts {
21824          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21825          GENLIST_PART_DIALOGUE_BG_IMAGE
21826          GENLIST_PART_BOTTOM_LINE
21827          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21828          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21829          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21830          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21831          GENLIST_PART_DIALOGUE_ITEM
21832          GENLIST_PART_DIALOGUE_RIGHT_LINE
21833          part { name: "elm.text.2";
21834             clip_to: "disclip";
21835             type: TEXT;
21836             mouse_events: 0;
21837             scale: 1;
21838             description { state: "default" 0.0;
21839                min: 0 GENLIST_SIZE_48_INC;
21840                fixed: 0 1;
21841                rel1 {
21842                   relative: 1.0 1.0;
21843                   to_x: "elm.padding.left";
21844                   to_y: "elm.padding.top";
21845                }
21846                rel2 {
21847                   relative: 0.0 1.0;
21848                   to_x: "elm.padding.right";
21849                   to_y: "elm.padding.top";
21850                }
21851                align: 0.0 0.0;
21852                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21853                text {
21854                   font: "SLP:style=Medium";
21855                   size: GENLIST_FONT_32_INC;
21856                   min: 0 1;
21857                   align: 0.0 0.5;
21858                   text_class: "slp_roman";
21859                }
21860             }
21861             description { state: "selected" 0.0;
21862                inherit: "default" 0.0;
21863                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21864             }
21865             GENLIST_DESCRIPTION_FLIP_ENABLED
21866          }
21867          part { name: "elm.text.1";
21868             clip_to: "disclip";
21869             type: TEXT;
21870             mouse_events: 0;
21871             scale: 1;
21872             description { state: "default" 0.0;
21873                min: GENLIST_SIZE_672_INC 0;
21874                fixed: 1 0;
21875                rel1 {
21876                   relative: 1.0 1.0;
21877                   to_x: "elm.padding.left";
21878                   to_y: "elm.text.2";
21879                }
21880                rel2 {
21881                   relative: 1.0 0.0;
21882                   to_x: "elm.padding.left";
21883                   to_y: "elm.padding.bottom";
21884                }
21885                align: 0.0 0.5;
21886                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21887                text {
21888                   font: "SLP:style=Roman";
21889                   size: GENLIST_FONT_44_INC;
21890                   min: 1 1;
21891                   align: 0.0 0.5;
21892                   text_class: "list_item";
21893                }
21894             }
21895             description { state: "selected" 0.0;
21896                inherit: "default" 0.0;
21897                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21898             }
21899             GENLIST_DESCRIPTION_FLIP_ENABLED
21900          }
21901          part { name: "elm.padding.text1.right";
21902             clip_to: "disclip";
21903             type: RECT;
21904             scale: 1;
21905             description { state: "default" 0.0;
21906                min: GENLIST_SIZE_16_INC 0;
21907                fixed: 1 0;
21908                visible: 0;
21909                rel1 {
21910                   relative: 1.0 0.0;
21911                   to_x: "elm.text.1";
21912                }
21913                rel2.to_x: "elm.text.1";
21914                align: 0.0 0.0;
21915             }
21916          }
21917          part { name: "elm.icon";
21918             clip_to: "disclip";
21919             type: SWALLOW;
21920             scale: 1;
21921             description { state: "default" 0.0;
21922                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21923                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21924                fixed: 1 1;
21925                rel1 {
21926                   relative: 1.0 1.0;
21927                   to_x: "elm.padding.text1.right";
21928                   to_y: "elm.text.2";
21929                }
21930                rel2 {
21931                   relative: 1.0 0.0;
21932                   to_x: "elm.padding.text1.right";
21933                   to_y: "elm.padding.bottom";
21934                }
21935                align: 0.0 0.5;
21936             }
21937             GENLIST_DESCRIPTION_FLIP_ENABLED
21938          }
21939          GENLIST_PART_FLIP
21940          GENLIST_PART_DISCLIP
21941       }
21942       programs {
21943          // signal: elm,state,%s,active
21944          //   a "check" item named %s went active
21945          // signal: elm,state,%s,passive
21946          //   a "check" item named %s went passive
21947          // default is passive
21948          program { name: "go_active";
21949             signal: "elm,state,selected";
21950             source: "elm";
21951             action: STATE_SET "selected" 0.0;
21952             target: "bg_image";
21953             target: "elm.text.1";
21954             target: "elm.text.2";
21955             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21956          }
21957          program { name: "go_passive";
21958             signal: "elm,state,unselected";
21959             source: "elm";
21960             action: STATE_SET "default" 0.0;
21961             target: "bg_image";
21962             target: "elm.text.1";
21963             target: "elm.text.2";
21964             transition: LINEAR 0.1;
21965          }
21966          program { name: "go_disabled";
21967             signal: "elm,state,disabled";
21968             source: "elm";
21969             action: STATE_SET "disabled" 0.0;
21970             target: "disclip";
21971          }
21972          program { name: "go_enabled";
21973             signal: "elm,state,enabled";
21974             source: "elm";
21975             action: STATE_SET "default" 0.0;
21976             target: "disclip";
21977          }
21978          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21979          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21980       }
21981    }
21982
21983    // 2.4.2.19
21984    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
21985       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
21986       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
21987       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
21988       alias: "elm/layout/dialogue/2text.1icon.9";
21989       data.item: "stacking" "above";
21990       data.item: "selectraise" "on";
21991       data.item: "texts" "elm.text.1 elm.text.2";
21992       data.item: "contents" "elm.icon.1";
21993       data.item: "flips" "elm.flip.content";
21994       images {
21995          image: "00_list_bar_press_1x80.png" COMP;
21996       }
21997       parts {
21998          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21999          GENLIST_PART_DIALOGUE_BG_IMAGE
22000          GENLIST_PART_BOTTOM_LINE
22001          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
22002          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
22003          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22004          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22005          GENLIST_PART_DIALOGUE_ITEM
22006          GENLIST_PART_DIALOGUE_RIGHT_LINE
22007          part { name: "elm.icon.1";
22008             clip_to: "disclip";
22009             type: SWALLOW;
22010             scale: 1;
22011             description { state: "default" 0.0;
22012                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
22013                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
22014                fixed: 1 1;
22015                rel1 {
22016                   relative: 1.0 1.0;
22017                   to_x: "elm.padding.left";
22018                   to_y: "elm.text.1";
22019                }
22020                rel2 {
22021                   relative: 1.0 0.0;
22022                   to_x: "elm.padding.left";
22023                   to_y: "elm.padding.bottom";
22024                }
22025                align: 0.0 0.5;
22026             }
22027             GENLIST_DESCRIPTION_FLIP_ENABLED
22028          }
22029          part { name: "elm.padding.icon1.right";
22030             clip_to: "disclip";
22031             type: RECT;
22032             scale: 1;
22033             description { state: "default" 0.0;
22034                min: GENLIST_PADDING_16_INC 0;
22035                fixed: 1 0;
22036                rel1 {
22037                   relative: 1.0 0.0;
22038                   to_x: "elm.icon.1";
22039                }
22040                rel2.to_x: "elm.icon.1";
22041                align: 0.0 0.0;
22042                visible: 0;
22043             }
22044          }
22045          part { name: "elm.text.1";
22046             clip_to: "disclip";
22047             type: TEXT;
22048             mouse_events: 0;
22049             scale: 1;
22050             description { state: "default" 0.0;
22051                min: 0 GENLIST_SIZE_61_INC;
22052                fixed: 0 1;
22053                rel1 {
22054                   relative: 1.0 1.0;
22055                   to_x: "elm.padding.left";
22056                   to_y: "elm.padding.top";
22057                }
22058                rel2 {
22059                   relative: 0.0 1.0;
22060                   to_x: "elm.padding.right";
22061                   to_y: "elm.padding.top";
22062                }
22063                align: 0.0 0.0;
22064                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
22065                text {
22066                   font: "SLP:style=Roman";
22067                   size: GENLIST_FONT_44_INC;
22068                   min: 0 1;
22069                   align: 0.0 0.5;
22070                   text_class: "list_item";
22071                }
22072             }
22073             description { state: "selected" 0.0;
22074                inherit: "default" 0.0;
22075                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22076             }
22077             GENLIST_DESCRIPTION_FLIP_ENABLED
22078          }
22079          part { name: "elm.text.2";
22080             clip_to: "disclip";
22081             type: TEXT;
22082             mouse_events: 0;
22083             scale: 1;
22084             description { state: "default" 0.0;
22085                rel1 {
22086                   relative: 1.0 1.0;
22087                   to_x: "elm.padding.icon1.right";
22088                   to_y: "elm.text.1";
22089                }
22090                rel2 {
22091                   relative: 0.0 0.0;
22092                   to_x: "elm.padding.right";
22093                   to_y: "elm.padding.bottom";
22094                }
22095                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
22096                text {
22097                   font: "SLP:style=Medium";
22098                   size: GENLIST_FONT_32_INC;
22099                   min: 0 1;
22100                   align: 0.0 0.5;
22101                   text_class: "slp_medium";
22102                }
22103             }
22104             description { state: "selected" 0.0;
22105                inherit: "default" 0.0;
22106                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22107             }
22108             GENLIST_DESCRIPTION_FLIP_ENABLED
22109          }
22110          GENLIST_PART_FLIP
22111          GENLIST_PART_DISCLIP
22112       }
22113       programs {
22114          // signal: elm,state,%s,active
22115          //   a "check" item named %s went active
22116          // signal: elm,state,%s,passive
22117          //   a "check" item named %s went passive
22118          // default is passive
22119          program { name: "go_active";
22120             signal: "elm,state,selected";
22121             source: "elm";
22122             action: STATE_SET "selected" 0.0;
22123             target: "bg_image";
22124             target: "elm.text.1";
22125             target: "elm.text.2";
22126          }
22127          program { name: "go_passive";
22128             signal: "elm,state,unselected";
22129             source: "elm";
22130             action: STATE_SET "default" 0.0;
22131             target: "bg_image";
22132             target: "elm.text.1";
22133             target: "elm.text.2";
22134             transition: LINEAR 0.1;
22135          }
22136          program { name: "go_disabled";
22137             signal: "elm,state,disabled";
22138             source: "elm";
22139             action: STATE_SET "disabled" 0.0;
22140             target: "disclip";
22141          }
22142          program { name: "go_enabled";
22143             signal: "elm,state,enabled";
22144             source: "elm";
22145             action: STATE_SET "default" 0.0;
22146             target: "disclip";
22147          }
22148       }
22149    }
22150
22151 // 4.3.1
22152    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
22153       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
22154       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
22155       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
22156       alias: "elm/layout/dialogue/bg/2text.2icon";
22157       data.item: "stacking" "above";
22158       data.item: "selectraise" "on";
22159       data.item: "texts" "elm.text.1 elm.text.2";
22160       data.item: "contents" "elm.icon.1 elm.icon.2";
22161       images {
22162           image: "00_list_thumbnail_bg.png" COMP;
22163       }
22164       parts {
22165          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22166          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
22167          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
22168          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22169          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22170          part { name: "elm.icon1.bg";
22171             scale: 1;
22172             description { state: "default" 0.0;
22173                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22174                fixed: 1 1;
22175                align: 0.0 0.52;
22176                rel1 {
22177                   relative: 1.0 0.5;
22178                   to_x: "elm.padding.left";
22179                }
22180                rel2 {
22181                   relative: 1.0 0.5;
22182                   to_x: "elm.padding.left";
22183                }
22184                image {
22185                   normal: "00_list_thumbnail_bg.png";
22186                   border: 1 1 1 1;
22187                   border_scale: 1;
22188                   middle: NONE;
22189                }
22190             }
22191          }
22192          part { name: "elm.icon.1";
22193             type: SWALLOW;
22194             description { state: "default" 0.0;
22195                rel1.to: "elm.icon1.bg";
22196                rel2.to: "elm.icon1.bg";
22197             }
22198          }
22199          part { name: "elm.padding.icon1.right";
22200             type: RECT;
22201             mouse_events: 0;
22202             scale: 1;
22203             description { state: "default" 0.0;
22204                min: GENLIST_PADDING_24_INC 0;
22205                fixed: 1 0;
22206                rel1 {
22207                    relative: 1.0 0.0;
22208                    to_x: "elm.icon1.bg";
22209                }
22210                rel2.to_x: "elm.icon1.bg";
22211                visible: 0;
22212                align: 0.0 0.5;
22213             }
22214          }
22215          part { name: "elm.icon.2";
22216             type: SWALLOW;
22217             scale: 1;
22218             description { state: "default" 0.0;
22219                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22220                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22221                fixed: 1 1;
22222                rel1 {
22223                   relative: 0.0 0.5;
22224                   to_x: "elm.padding.right";
22225                }
22226                rel2 {
22227                   relative: 0.0 0.5;
22228                   to_x: "elm.padding.right";
22229                }
22230                align: 1.0 0.5;
22231             }
22232          }
22233          part { name: "elm.padding.icon2.right";
22234             type: RECT;
22235             mouse_events: 0;
22236             scale: 1;
22237             description { state: "default" 0.0;
22238                min: GENLIST_PADDING_16_INC 0;
22239                fixed: 1 0;
22240                rel1.to_x: "elm.icon.2";
22241                rel2 {
22242                   relative: 0.0 1.0;
22243                   to_x: "elm.icon.2";
22244                }
22245                rel2.to_x: "elm.icon.2";
22246                visible: 0;
22247                align: 1.0 0.5;
22248             }
22249          }
22250          part { name: "elm.text.1";
22251             clip_to: "disclip";
22252             type: TEXT;
22253             mouse_events: 0;
22254             scale: 1;
22255             description { state: "default" 0.0;
22256                min: 0 GENLIST_SIZE_54_INC;
22257                fixed: 0 1;
22258                align: 0 0;
22259                rel1 {
22260                   relative: 1.0 1.0;
22261                   to_x: "elm.padding.icon1.right";
22262                   to_y: "elm.padding.top";
22263                }
22264                rel2 {
22265                   relative: 0.0 1.0;
22266                   to_x: "elm.padding.icon2.right";
22267                   to_y: "elm.padding.top";
22268                }
22269                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22270                text {
22271                   font: "SLP:style=Roman";
22272                   size: GENLIST_FONT_48_INC;
22273                   align: 0.0 0.5;
22274                   text_class: "list_item";
22275                }
22276             }
22277          }
22278          part { name: "elm.padding.text.1.bottom";
22279             type: RECT;
22280             mouse_events: 0;
22281             scale: 1;
22282             description { state: "default" 0.0;
22283                min: 0 GENLIST_PADDING_8_INC;
22284                fixed: 0 1;
22285                rel1 {
22286                    relative: 0.0 1.0;
22287                    to_y: "elm.text.1";
22288                }
22289                rel2.to_y: "elm.text.1";
22290                visible: 0;
22291                align: 0.0 0.0;
22292             }
22293          }
22294          part { name: "elm.text.2";
22295             clip_to: "disclip";
22296             type: TEXT;
22297             mouse_events: 0;
22298             scale: 1;
22299             description { state: "default" 0.0;
22300                rel1 {
22301                   relative: 1.0 1.0;
22302                   to_x: "elm.padding.icon1.right";
22303                   to_y: "elm.padding.text.1.bottom";
22304                }
22305                rel2 {
22306                   relative: 0.0 0.0;
22307                   to_x: "elm.padding.icon2.right";
22308                   to_y: "elm.padding.bottom";
22309                }
22310                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22311                text {
22312                   font: "SLP:style=Medium";
22313                   size: GENLIST_FONT_32_INC;
22314                   align: 0.0 0.5;
22315                   text_class: "slp_medium";
22316                }
22317             }
22318          }
22319          GENLIST_PART_DISCLIP
22320       }
22321       programs {
22322          // signal: elm,state,%s,active
22323          //   a "check" item named %s went active
22324          // signal: elm,state,%s,passive
22325          //   a "check" item named %s went passive
22326          // default is passive
22327          /*program { name: "go_active";
22328             signal: "elm,state,selected";
22329             source: "elm";
22330             action: STATE_SET "selected" 0.0;
22331             target: "elm.text";
22332             target: "elm.text.sub";
22333          }
22334          program { name: "go_passive";
22335             signal: "elm,state,unselected";
22336             source: "elm";
22337             action: STATE_SET "default" 0.0;
22338             target: "elm.text";
22339             target: "elm.text.sub";
22340             transition: LINEAR 0.1;
22341          }*/
22342          program { name: "go_disabled";
22343             signal: "elm,state,disabled";
22344             source: "elm";
22345             action: STATE_SET "disabled" 0.0;
22346             target: "disclip";
22347          }
22348          program { name: "go_enabled";
22349             signal: "elm,state,enabled";
22350             source: "elm";
22351             action: STATE_SET "default" 0.0;
22352             target: "disclip";
22353          }
22354       }
22355    }
22356
22357 // 4.3.2
22358    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
22359       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
22360       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
22361       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
22362       alias: "elm/layout/dialogue/bg/3text.2icon";
22363       data.item: "stacking" "above";
22364       data.item: "selectraise" "on";
22365       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
22366       data.item: "contents" "elm.icon.1 elm.icon.2";
22367       images {
22368           image: "00_list_thumbnail_bg.png" COMP;
22369       }
22370       parts {
22371          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22372          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
22373          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
22374          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22375          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22376          part { name: "elm.icon1.bg";
22377             scale: 1;
22378             description { state: "default" 0.0;
22379                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22380                fixed: 1 1;
22381                align: 0.0 0.52;
22382                rel1 {
22383                   relative: 1.0 0.5;
22384                   to_x: "elm.padding.left";
22385                }
22386                rel2 {
22387                   relative: 1.0 0.5;
22388                   to_x: "elm.padding.left";
22389                }
22390                image {
22391                   normal: "00_list_thumbnail_bg.png";
22392                   border: 1 1 1 1;
22393                   border_scale: 1;
22394                   middle: NONE;
22395                }
22396             }
22397          }
22398          part { name: "elm.icon.1";
22399             type: SWALLOW;
22400             description { state: "default" 0.0;
22401                rel1.to: "elm.icon1.bg";
22402                rel2.to: "elm.icon1.bg";
22403             }
22404          }
22405          part { name: "elm.padding.icon1.right";
22406             type: RECT;
22407             mouse_events: 0;
22408             scale: 1;
22409             description { state: "default" 0.0;
22410                min: GENLIST_PADDING_24_INC 0;
22411                fixed: 1 0;
22412                rel1 {
22413                    relative: 1.0 0.0;
22414                    to_x: "elm.icon1.bg";
22415                }
22416                rel2.to_x: "elm.icon1.bg";
22417                visible: 0;
22418                align: 0.0 0.5;
22419             }
22420          }
22421          part { name: "elm.icon.2";
22422             type: SWALLOW;
22423             scale: 1;
22424             description { state: "default" 0.0;
22425                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22426                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22427                fixed: 1 1;
22428                rel1 {
22429                   relative: 0.0 0.5;
22430                   to_x: "elm.padding.right";
22431                }
22432                rel2 {
22433                   relative: 0.0 0.5;
22434                   to_x: "elm.padding.right";
22435                }
22436                align: 1.0 0.5;
22437             }
22438          }
22439          part { name: "elm.padding.icon2.right";
22440             type: RECT;
22441             mouse_events: 0;
22442             scale: 1;
22443             description { state: "default" 0.0;
22444                min: GENLIST_PADDING_16_INC 0;
22445                fixed: 1 0;
22446                rel1.to_x: "elm.icon.2";
22447                rel2 {
22448                   relative: 0.0 1.0;
22449                   to_x: "elm.icon.2";
22450                }
22451                rel2.to_x: "elm.icon.2";
22452                visible: 0;
22453                align: 1.0 0.5;
22454             }
22455          }
22456          part { name: "elm.text.1";
22457             clip_to: "disclip";
22458             type: TEXT;
22459             mouse_events: 0;
22460             scale: 1;
22461             description { state: "default" 0.0;
22462                min: 0 GENLIST_SIZE_54_INC;
22463                fixed: 0 1;
22464                align: 0 0;
22465                rel1 {
22466                   relative: 1.0 1.0;
22467                   to_x: "elm.padding.icon1.right";
22468                   to_y: "elm.padding.top";
22469                }
22470                rel2 {
22471                   relative: 0.0 1.0;
22472                   to_x: "elm.padding.icon2.right";
22473                   to_y: "elm.padding.top";
22474                }
22475                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22476                text {
22477                   font: "SLP:style=Roman";
22478                   size: GENLIST_FONT_48_INC;
22479                   align: 0.0 0.5;
22480                   text_class: "list_item";
22481                }
22482             }
22483          }
22484          part { name: "elm.padding.text.1.bottom";
22485             type: RECT;
22486             mouse_events: 0;
22487             scale: 1;
22488             description { state: "default" 0.0;
22489                min: 0 GENLIST_PADDING_8_INC;
22490                fixed: 0 1;
22491                rel1 {
22492                    relative: 0.0 1.0;
22493                    to_y: "elm.text.1";
22494                }
22495                rel2.to_y: "elm.text.1";
22496                visible: 0;
22497                align: 0.0 0.0;
22498             }
22499          }
22500          part { name: "elm.text.2";
22501             clip_to: "disclip";
22502             type: TEXT;
22503             mouse_events: 0;
22504             scale: 1;
22505             description { state: "default" 0.0;
22506                rel1 {
22507                   relative: 1.0 1.0;
22508                   to_x: "elm.padding.icon1.right";
22509                   to_y: "elm.padding.text.1.bottom";
22510                }
22511                rel2 {
22512                   relative: 0.0 0.0;
22513                   to_x: "elm.padding.icon2.right";
22514                   to_y: "elm.text.3";
22515                }
22516                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22517                text {
22518                   font: "SLP:style=Medium";
22519                   size: GENLIST_FONT_32_INC;
22520                   align: 0.0 0.5;
22521                   text_class: "slp_medium";
22522                }
22523             }
22524          }
22525          part { name: "elm.text.3";
22526             clip_to: "disclip";
22527             type: TEXT;
22528             mouse_events: 0;
22529             scale: 1;
22530             description { state: "default" 0.0;
22531                min: 0 GENLIST_SIZE_ICON_SMALL;
22532                fixed: 0 1;
22533                align: 0 1;
22534                rel1 {
22535                   relative: 1.0 0.0;
22536                   to_x: "elm.padding.icon1.right";
22537                   to_y: "elm.padding.bottom";
22538                }
22539                rel2 {
22540                   relative: 0.0 0.0;
22541                   to_x: "elm.padding.icon2.right";
22542                   to_y: "elm.padding.bottom";
22543                }
22544                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22545                text {
22546                   font: "SLP:style=Medium";
22547                   size: GENLIST_FONT_32_INC;
22548                   align: 0.0 0.5;
22549                   text_class: "slp_medium";
22550                }
22551             }
22552          }
22553          GENLIST_PART_DISCLIP
22554       }
22555       programs {
22556          // signal: elm,state,%s,active
22557          //   a "check" item named %s went active
22558          // signal: elm,state,%s,passive
22559          //   a "check" item named %s went passive
22560          // default is passive
22561          /*program { name: "go_active";
22562             signal: "elm,state,selected";
22563             source: "elm";
22564             action: STATE_SET "selected" 0.0;
22565             target: "elm.text";
22566             target: "elm.text.sub";
22567          }
22568          program { name: "go_passive";
22569             signal: "elm,state,unselected";
22570             source: "elm";
22571             action: STATE_SET "default" 0.0;
22572             target: "elm.text";
22573             target: "elm.text.sub";
22574             transition: LINEAR 0.1;
22575          }*/
22576          program { name: "go_disabled";
22577             signal: "elm,state,disabled";
22578             source: "elm";
22579             action: STATE_SET "disabled" 0.0;
22580             target: "disclip";
22581          }
22582          program { name: "go_enabled";
22583             signal: "elm,state,enabled";
22584             source: "elm";
22585             action: STATE_SET "default" 0.0;
22586             target: "disclip";
22587          }
22588       }
22589    }
22590
22591 // 4.3.3
22592    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
22593       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
22594       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
22595       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
22596       alias: "elm/layout/dialogue/bg/5text.2icon";
22597       data.item: "stacking" "above";
22598       data.item: "selectraise" "on";
22599       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22600       data.item: "contents" "elm.icon.1 elm.icon.2";
22601       images {
22602           image: "00_list_thumbnail_bg.png" COMP;
22603       }
22604       parts {
22605          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
22606          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
22607          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
22608          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22609          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22610          part { name: "elm.icon1.bg";
22611             scale: 1;
22612             description { state: "default" 0.0;
22613                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
22614                fixed: 1 1;
22615                align: 0.0 0.5;
22616                rel1 {
22617                   relative: 1.0 0.5;
22618                   to_x: "elm.padding.left";
22619                }
22620                rel2 {
22621                   relative: 1.0 0.5;
22622                   to_x: "elm.padding.left";
22623                }
22624                image {
22625                   normal: "00_list_thumbnail_bg.png";
22626                   border: 1 1 1 1;
22627                   border_scale: 1;
22628                   middle: NONE;
22629                }
22630             }
22631          }
22632          part { name: "elm.icon.1";
22633             type: SWALLOW;
22634             description { state: "default" 0.0;
22635                rel1.to: "elm.icon1.bg";
22636                rel2.to: "elm.icon1.bg";
22637             }
22638          }
22639          part { name: "elm.padding.icon1.right";
22640             type: RECT;
22641             mouse_events: 0;
22642             scale: 1;
22643             description { state: "default" 0.0;
22644                min: GENLIST_PADDING_16_INC 0;
22645                fixed: 1 0;
22646                rel1 {
22647                    relative: 1.0 0.0;
22648                    to_x: "elm.icon1.bg";
22649                }
22650                rel2.to_x: "elm.icon1.bg";
22651                visible: 0;
22652                align: 0.0 0.5;
22653             }
22654          }
22655          part { name: "elm.text.1";
22656             clip_to: "disclip";
22657             type: TEXT;
22658             mouse_events: 0;
22659             scale: 1;
22660             description { state: "default" 0.0;
22661                min: 0 GENLIST_SIZE_38_INC;
22662                fixed: 0 1;
22663                rel1 {
22664                   relative: 1.0 1.0;
22665                   to_x: "elm.padding.icon1.right";
22666                   to_y: "elm.padding.top";
22667                }
22668                rel2 {
22669                   relative: 0.0 1.0;
22670                   to_x: "elm.padding.right";
22671                   to_y: "elm.padding.top";
22672                }
22673                align: 0.0 0.0;
22674                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
22675                text {
22676                   font: "SLP:style=Medium";
22677                   size: GENLIST_FONT_32_INC;
22678                   align: 0.0 0.5;
22679                   text_class: "list_item";
22680                }
22681             }
22682          }
22683          part { name: "elm.text.2";
22684             clip_to: "disclip";
22685             type: TEXT;
22686             mouse_events: 0;
22687             scale: 1;
22688             description { state: "default" 0.0;
22689                min: 0 GENLIST_SIZE_38_INC;
22690                fixed: 0 1;
22691                rel1 {
22692                   relative: 1.0 1.0;
22693                   to_x: "elm.padding.icon1.right";
22694                   to_y: "elm.text.1";
22695                }
22696                rel2 {
22697                   relative: 0.0 1.0;
22698                   to_x: "elm.padding.right";
22699                   to_y: "elm.text.1";
22700                }
22701                align: 0.0 0.0;
22702                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
22703                text {
22704                   font: "SLP:style=Medium";
22705                   size: GENLIST_FONT_28_INC;
22706                   align: 0.0 0.5;
22707                   text_class: "slp_medium";
22708                }
22709             }
22710          }
22711          part { name: "elm.icon.2";
22712             clip_to: "disclip";
22713             type: SWALLOW;
22714             mouse_events: 0;
22715             scale: 1;
22716             description { state: "default" 0.0;
22717                fixed: 1 1;
22718                rel1 {
22719                   relative: 1.0 0.0;
22720                   to_x: "elm.padding.icon1.right";
22721                   to_y: "elm.text.3";
22722                }
22723                rel2 {
22724                   relative: 1.0 1.0;
22725                   to_x: "elm.padding.icon1.right";
22726                   to_y: "elm.text.3";
22727                }
22728                align: 0.0 0.5;
22729             }
22730          }
22731          part { name: "elm.padding.icon2.right";
22732             type: RECT;
22733             mouse_events: 0;
22734             scale: 1;
22735             description { state: "default" 0.0;
22736                min: GENLIST_PADDING_16_INC 0;
22737                fixed: 1 0;
22738                rel1 {
22739                    relative: 1.0 0.0;
22740                    to_x: "elm.icon.2";
22741                }
22742                rel2.to_x: "elm.icon.2";
22743                visible: 0;
22744                align: 0.0 0.5;
22745             }
22746          }
22747          part { name: "elm.text.3";
22748             clip_to: "disclip";
22749             type: TEXT;
22750             mouse_events: 0;
22751             scale: 1;
22752             description { state: "default" 0.0;
22753                min: 0 GENLIST_SIZE_38_INC;
22754                fixed: 0 1;
22755                rel1 {
22756                   relative: 1.0 1.0;
22757                   to_x: "elm.padding.icon2.right";
22758                   to_y: "elm.text.2";
22759                }
22760                rel2 {
22761                   relative: 0.0 1.0;
22762                   to_x: "elm.padding.right";
22763                   to_y: "elm.text.2";
22764                }
22765                align: 0.0 0.0;
22766                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
22767                text {
22768                   font: "SLP:style=Medium";
22769                   size: GENLIST_FONT_28_INC;
22770                   align: 0.0 0.5;
22771                   text_class: "slp_medium";
22772                }
22773             }
22774          }
22775          part { name: "elm.text.4";
22776             clip_to: "disclip";
22777             type: TEXT;
22778             mouse_events: 0;
22779             scale: 1;
22780             description { state: "default" 0.0;
22781                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22782                fixed: 1 1;
22783                align: 0 1;
22784                rel1 {
22785                   relative: 1.0 0.0;
22786                   to_x: "elm.padding.icon1.right";
22787                   to_y: "elm.padding.bottom";
22788                }
22789                rel2 {
22790                   relative: 1.0 0.0;
22791                   to_x: "elm.padding.icon1.right";
22792                   to_y: "elm.padding.bottom";
22793                }
22794                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
22795                text {
22796                   font: "SLP:style=Medium";
22797                   size: GENLIST_FONT_28_INC;
22798                   align: 0.0 0.5;
22799                   text_class: "slp_medium";
22800                }
22801             }
22802          }
22803          part { name: "elm.padding.text4.right";
22804             type: RECT;
22805             mouse_events: 0;
22806             scale: 1;
22807             description { state: "default" 0.0;
22808                min: GENLIST_PADDING_16_INC 0;
22809                fixed: 1 0;
22810                rel1 {
22811                    relative: 1.0 0.0;
22812                    to_x: "elm.text.4";
22813                }
22814                rel2.to_x: "elm.text.4";
22815                visible: 0;
22816                align: 0.0 0.5;
22817             }
22818          }
22819          part { name: "elm.text.5";
22820             clip_to: "disclip";
22821             type: TEXT;
22822             mouse_events: 0;
22823             scale: 1;
22824             description { state: "default" 0.0;
22825                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22826                fixed: 1 1;
22827                align: 0 1;
22828                rel1 {
22829                   relative: 1.0 0.0;
22830                   to_x: "elm.padding.text4.right";
22831                   to_y: "elm.padding.bottom";
22832                }
22833                rel2 {
22834                   relative: 1.0 0.0;
22835                   to_x: "elm.padding.text4.right";
22836                   to_y: "elm.padding.bottom";
22837                }
22838                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
22839                text {
22840                   font: "SLP:style=Medium";
22841                   size: GENLIST_FONT_28_INC;
22842                   align: 0.0 0.5;
22843                   text_class: "slp_medium";
22844                }
22845             }
22846          }
22847          GENLIST_PART_DISCLIP
22848       }
22849       programs {
22850          // signal: elm,state,%s,active
22851          //   a "check" item named %s went active
22852          // signal: elm,state,%s,passive
22853          //   a "check" item named %s went passive
22854          // default is passive
22855          /*program { name: "go_active";
22856             signal: "elm,state,selected";
22857             source: "elm";
22858             action: STATE_SET "selected" 0.0;
22859             target: "elm.text";
22860             target: "elm.text.sub";
22861          }
22862          program { name: "go_passive";
22863             signal: "elm,state,unselected";
22864             source: "elm";
22865             action: STATE_SET "default" 0.0;
22866             target: "elm.text";
22867             target: "elm.text.sub";
22868             transition: LINEAR 0.1;
22869          }*/
22870          program { name: "go_disabled";
22871             signal: "elm,state,disabled";
22872             source: "elm";
22873             action: STATE_SET "disabled" 0.0;
22874             target: "disclip";
22875          }
22876          program { name: "go_enabled";
22877             signal: "elm,state,enabled";
22878             source: "elm";
22879             action: STATE_SET "default" 0.0;
22880             target: "disclip";
22881          }
22882       }
22883    }
22884
22885    // 4.1.9
22886    group { name: "elm/genlist/item/dialogue/1icon/default";
22887       alias: "elm/genlist/item_odd/dialogue/1icon/default";
22888       alias: "elm/genlist/item_compress/dialogue/1icon/default";
22889       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
22890       alias: "elm/layout/dialogue/1icon";
22891       data.item: "stacking" "above";
22892       data.item: "selectraise" "on";
22893       data.item: "contents" "elm.icon";
22894
22895       parts {
22896          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
22897          GENLIST_PART_DIALOGUE_BG_IMAGE
22898          GENLIST_PART_BOTTOM_LINE
22899          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22900          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22901          GENLIST_PART_DIALOGUE_ITEM
22902          GENLIST_PART_DIALOGUE_RIGHT_LINE
22903          part { name: "elm.icon";
22904             clip_to: "disclip";
22905             type: SWALLOW;
22906             scale: 1;
22907             description { state: "default" 0.0;
22908                rel1 {
22909                   relative: 1.0 0.0;
22910                   to_x: "elm.padding.left";
22911                }
22912                rel2 {
22913                   relative: 0.0 1.0;
22914                   to_x: "elm.padding.right";
22915                }
22916             }
22917          }
22918          GENLIST_PART_DISCLIP
22919       }
22920       programs {
22921          // signal: elm,state,%s,active
22922          //   a "check" item named %s went active
22923          // signal: elm,state,%s,passive
22924          //   a "check" item named %s went passive
22925          // default is passive
22926          /*program { name: "go_active";
22927             signal: "elm,state,selected";
22928             source: "elm";
22929             action: STATE_SET "selected" 0.0;
22930             target: "bg_image";
22931             target: "elm.text";
22932          }
22933          program { name: "go_passive";
22934             signal: "elm,state,unselected";
22935             source: "elm";
22936             action: STATE_SET "default" 0.0;
22937             target: "bg_image";
22938             target: "elm.text";
22939             transition: LINEAR 0.1;
22940          }*/
22941          program { name: "go_disabled";
22942             signal: "elm,state,disabled";
22943             source: "elm";
22944             action: STATE_SET "disabled" 0.0;
22945             target: "disclip";
22946          }
22947          program { name: "go_enabled";
22948             signal: "elm,state,enabled";
22949             source: "elm";
22950             action: STATE_SET "default" 0.0;
22951             target: "disclip";
22952          }
22953       }
22954    }
22955
22956    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
22957       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
22958       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
22959       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
22960       alias: "elm/layout/dialogue/bg/1icon";
22961       data.item: "stacking" "above";
22962       data.item: "selectraise" "on";
22963       data.item: "contents" "elm.icon";
22964
22965       parts {
22966          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
22967          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22968          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22969          part { name: "elm.icon";
22970             clip_to: "disclip";
22971             type: SWALLOW;
22972             scale: 1;
22973             description { state: "default" 0.0;
22974                rel1 {
22975                   relative: 1.0 0.0;
22976                   to_x: "elm.padding.left";
22977                }
22978                rel2 {
22979                   relative: 0.0 1.0;
22980                   to_x: "elm.padding.right";
22981                }
22982             }
22983          }
22984          GENLIST_PART_DISCLIP
22985       }
22986       programs {
22987          // signal: elm,state,%s,active
22988          //   a "check" item named %s went active
22989          // signal: elm,state,%s,passive
22990          //   a "check" item named %s went passive
22991          // default is passive
22992          program { name: "go_disabled";
22993             signal: "elm,state,disabled";
22994             source: "elm";
22995             action: STATE_SET "disabled" 0.0;
22996             target: "disclip";
22997          }
22998          program { name: "go_enabled";
22999             signal: "elm,state,enabled";
23000             source: "elm";
23001             action: STATE_SET "default" 0.0;
23002             target: "disclip";
23003          }
23004       }
23005    }
23006
23007    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
23008       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
23009       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
23010       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
23011       alias: "elm/layout/dialogue/bg/2icon";
23012       data.item: "stacking" "above";
23013       data.item: "selectraise" "on";
23014       data.item: "contents" "elm.icon.1 elm.icon.2";
23015
23016       parts {
23017          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23018          part { name: "elm.icon.1";
23019             clip_to: "disclip";
23020             type: SWALLOW;
23021             description { state: "default" 0.0;
23022                rel1.relative: 0.021 0.0;
23023                rel2.relative: 0.492 1.0;
23024             }
23025          }
23026          part { name: "elm.icon.2";
23027             clip_to: "disclip";
23028             type: SWALLOW;
23029             description { state: "default" 0.0;
23030                rel1.relative: 0.51 0.0;
23031                rel2.relative: 0.979 1.0;
23032             }
23033          }
23034          GENLIST_PART_DISCLIP
23035       }
23036       programs {
23037          // signal: elm,state,%s,active
23038          //   a "check" item named %s went active
23039          // signal: elm,state,%s,passive
23040          //   a "check" item named %s went passive
23041          // default is passive
23042          program { name: "go_disabled";
23043             signal: "elm,state,disabled";
23044             source: "elm";
23045             action: STATE_SET "disabled" 0.0;
23046             target: "disclip";
23047          }
23048          program { name: "go_enabled";
23049             signal: "elm,state,enabled";
23050             source: "elm";
23051             action: STATE_SET "default" 0.0;
23052             target: "disclip";
23053          }
23054       }
23055    }
23056
23057    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
23058       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
23059       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
23060       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
23061
23062       alias: "elm/genlist/item/dialogue.3icon/default";
23063       alias: "elm/genlist/item_odd/dialogue.3icon/default";
23064       alias: "elm/genlist/item_compress/dialogue.3icon/default";
23065       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
23066
23067       alias: "elm/layout/dialogue/bg/3icon";
23068       alias: "elm/layout/dialogue/dialogue.3icon";
23069
23070       data.item: "stacking" "above";
23071       data.item: "selectraise" "on";
23072       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23073
23074       parts {
23075          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23076          part { name: "elm.icon.1";
23077             clip_to: "disclip";
23078             type: SWALLOW;
23079             description { state: "default" 0.0;
23080                rel1.relative: 0.021 0.0;
23081                rel2.relative: 0.327 1.0;
23082             }
23083          }
23084          part { name: "elm.icon.2";
23085             clip_to: "disclip";
23086             type: SWALLOW;
23087             description { state: "default" 0.0;
23088                rel1.relative: 0.348 0.0;
23089                rel2.relative: 0.652 1.0;
23090             }
23091          }
23092          part { name: "elm.icon.3";
23093             clip_to: "disclip";
23094             type: SWALLOW;
23095             description { state: "default" 0.0;
23096                rel1.relative: 0.673 0.0;
23097                rel2.relative: 0.979 1.0;
23098             }
23099          }
23100          GENLIST_PART_DISCLIP
23101       }
23102       programs {
23103          // signal: elm,state,%s,active
23104          //   a "check" item named %s went active
23105          // signal: elm,state,%s,passive
23106          //   a "check" item named %s went passive
23107          // default is passive
23108          program { name: "go_disabled";
23109             signal: "elm,state,disabled";
23110             source: "elm";
23111             action: STATE_SET "disabled" 0.0;
23112             target: "disclip";
23113          }
23114          program { name: "go_enabled";
23115             signal: "elm,state,enabled";
23116             source: "elm";
23117             action: STATE_SET "default" 0.0;
23118             target: "disclip";
23119          }
23120       }
23121    }
23122
23123    group { name: "elm/genlist/item/dialogue.3icon.2/default";
23124       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
23125       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
23126       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
23127       alias: "elm/layout/dialogue/dialogue.3icon.2";
23128       data.item: "stacking" "above";
23129       data.item: "selectraise" "on";
23130       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23131
23132       parts {
23133          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
23134          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
23135          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23136          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
23137          part { name: "elm.icon.1";
23138             clip_to: "disclip";
23139             type: SWALLOW;
23140             description { state: "default" 0.0;
23141                min: GENLIST_SIZE_234_INC 0;
23142                fixed: 1 0;
23143                rel1 {
23144                   relative: 0.0 1.0;
23145                   to_x: "elm.padding.right";
23146                   to_y: "elm.padding.top";
23147                }
23148                rel2 {
23149                   relative: 0.0 1.0;
23150                   to_x: "elm.padding.right";
23151                }
23152                align: 1.0 0.5;
23153             }
23154          }
23155          part { name: "elm.padding.icon.1.left";
23156             clip_to: "disclip";
23157             type: RECT;
23158             mouse_events: 0;
23159             scale: 1;
23160             description { state: "default" 0.0;
23161                min: GENLIST_PADDING_16_INC 0;
23162                fixed: 1 0;
23163                rel1.to_x: "elm.icon.1";
23164                rel2 {
23165                   relative: 0.0 1.0;
23166                   to_x: "elm.icon.1";
23167                }
23168                visible: 0;
23169                align: 1.0 0.5;
23170             }
23171          }
23172          part { name: "elm.icon.2";
23173             clip_to: "disclip";
23174             type: SWALLOW;
23175             description { state: "default" 0.0;
23176                min: GENLIST_SIZE_234_INC 0;
23177                fixed: 1 0;
23178                rel1 {
23179                   relative: 0.0 1.0;
23180                   to_x: "elm.padding.icon.1.left";
23181                   to_y: "elm.padding.top";
23182                }
23183                rel2 {
23184                   relative: 0.0 1.0;
23185                   to_x: "elm.padding.icon.1.left";
23186                }
23187                align: 1.0 0.5;
23188             }
23189          }
23190          part { name: "elm.padding.icon.2.left";
23191             clip_to: "disclip";
23192             type: RECT;
23193             mouse_events: 0;
23194             scale: 1;
23195             description { state: "default" 0.0;
23196                min: GENLIST_PADDING_16_INC 0;
23197                fixed: 1 0;
23198                rel1.to_x: "elm.icon.2";
23199                rel2 {
23200                   relative: 0.0 1.0;
23201                   to_x: "elm.icon.2";
23202                }
23203                visible: 0;
23204                align: 1.0 0.5;
23205             }
23206          }
23207          part { name: "elm.icon.3";
23208             clip_to: "disclip";
23209             type: SWALLOW;
23210             description { state: "default" 0.0;
23211                min: GENLIST_SIZE_234_INC 0;
23212                fixed: 1 0;
23213                rel1 {
23214                   relative: 0.0 1.0;
23215                   to_x: "elm.padding.icon.2.left";
23216                   to_y: "elm.padding.top";
23217                }
23218                rel2 {
23219                   relative: 0.0 1.0;
23220                   to_x: "elm.padding.icon.2.left";
23221                }
23222                align: 1.0 0.5;
23223             }
23224          }
23225          GENLIST_PART_DISCLIP
23226       }
23227       programs {
23228          // signal: elm,state,%s,active
23229          //   a "check" item named %s went active
23230          // signal: elm,state,%s,passive
23231          //   a "check" item named %s went passive
23232          // default is passive
23233          program { name: "go_disabled";
23234             signal: "elm,state,disabled";
23235             source: "elm";
23236             action: STATE_SET "disabled" 0.0;
23237             target: "disclip";
23238          }
23239          program { name: "go_enabled";
23240             signal: "elm,state,enabled";
23241             source: "elm";
23242             action: STATE_SET "default" 0.0;
23243             target: "disclip";
23244          }
23245       }
23246    }
23247
23248    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
23249       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
23250       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
23251       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
23252       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
23253       data.item: "stacking" "above";
23254       data.item: "selectraise" "on";
23255       data.item: "texts" "elm.title elm.text";
23256
23257       images {
23258           image: "00_list_img_check.png" COMP;
23259       }
23260
23261       parts {
23262          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
23263          GENLIST_PART_DIALOGUE_BG_IMAGE
23264          GENLIST_PART_BOTTOM_LINE
23265          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23266          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23267          GENLIST_PART_DIALOGUE_ITEM
23268          GENLIST_PART_DIALOGUE_RIGHT_LINE
23269          part { name: "vertical_line";
23270             type: RECT;
23271             mouse_events: 0;
23272             description { state: "default" 0.0;
23273                min: 1 0;
23274                fixed: 1 0;
23275                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23276                rel1 {
23277                   relative: 1.0 0.0;
23278                   to_x: "elm.title";
23279                }
23280                rel2.to_x: "elm.title";
23281                align: 0.0 0.5;
23282             }
23283          }
23284          part { name: "elm.title";
23285             type: TEXT;
23286             mouse_events: 0;
23287             scale: 1;
23288             description { state: "default" 0.0;
23289                min: GENLIST_SIZE_163_INC 0;
23290                fixed: 1 0;
23291                rel1 {
23292                   relative: 1.0  0.0;
23293                   to_x: "elm.padding.left";
23294                }
23295                rel2.to_x: "elm.padding.left";
23296                align: 0.0 0.5;
23297                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23298                text {
23299                   font: "SLP:style=Medium";
23300                   size: GENLIST_FONT_32_INC;
23301                   min: 0 1;
23302                   align: 0.0 0.5;
23303                   text_class: "slp_medium";
23304                }
23305             }
23306          }
23307          part { name: "elm.padding.title.right";
23308             type: RECT;
23309             mouse_events: 0;
23310             scale: 1;
23311             description { state: "default" 0.0;
23312                min: GENLIST_PADDING_16_INC 0;
23313                fixed: 1 0;
23314                rel1 {
23315                    relative: 1.0 0.0;
23316                    to_x: "vertical_line";
23317                }
23318                rel2.to_x: "vertical_line";
23319                visible: 0;
23320                align: 0.0 0.5;
23321             }
23322          }
23323          part { name: "elm.text";
23324             clip_to: "disclip";
23325             type: TEXT;
23326             mouse_events: 0;
23327             scale: 1;
23328             description { state: "default" 0.0;
23329                rel1 {
23330                   relative: 1.0  0.0;
23331                   to_x: "elm.padding.title.right";
23332                }
23333                rel2.to_x: "elm.padding.title.right";
23334                align: 0.0 0.5;
23335                fixed: 1 1;
23336                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23337                text {
23338                   font: "SLP:style=Roman";
23339                   size: GENLIST_FONT_44_INC;
23340                   min: 1 1;
23341                   max: 1 1;
23342                   align: 0.0 0.5;
23343                   text_class: "list_item";
23344                }
23345             }
23346             description { state: "selected" 0.0;
23347                inherit: "default" 0.0;
23348                color: 217 147 26 255;
23349             }
23350          }
23351          part { name: "elm.padding.text.right";
23352             type: RECT;
23353             mouse_events: 0;
23354             scale: 1;
23355             description { state: "default" 0.0;
23356                min: GENLIST_PADDING_11_INC 0;
23357                fixed: 1 0;
23358                rel1 {
23359                    relative: 1.0 0.0;
23360                    to_x: "elm.text";
23361                }
23362                rel2.to_x: "elm.text";
23363                visible: 0;
23364                align: 0.0 0.5;
23365             }
23366          }
23367          part { name: "elm.image.check";
23368             clip_to: "disclip";
23369             mouse_events: 0;
23370             scale: 1;
23371             description { state: "default" 0.0;
23372                image.normal: "00_list_img_check.png";
23373                rel1 {
23374                   relative: 1.0 0.366;
23375                   to_x: "elm.padding.text.right";
23376                }
23377                rel2 {
23378                   relative: 3.857 0.648;
23379                   to_x: "elm.padding.text.right";
23380                }
23381                visible: 0;
23382             }
23383             description { state: "selected" 0.0;
23384                inherit: "default" 0.0;
23385                visible: 1;
23386             }
23387          }
23388          GENLIST_PART_DISCLIP
23389       }
23390       programs {
23391          // signal: elm,state,%s,active
23392          //   a "check" item named %s went active
23393          // signal: elm,state,%s,passive
23394          //   a "check" item named %s went passive
23395          // default is passive
23396          program { name: "go_active";
23397             signal: "elm,state,selected";
23398             source: "elm";
23399             action: STATE_SET "selected" 0.0;
23400             target: "elm.text";
23401             target: "elm.image.check";
23402             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
23403          }
23404          program { name: "go_passive";
23405             signal: "elm,state,unselected";
23406             source: "elm";
23407             action: STATE_SET "default" 0.0;
23408             target: "elm.text";
23409             target: "elm.image.check";
23410             transition: LINEAR 0.1;
23411          }
23412          program { name: "go_disabled";
23413             signal: "elm,state,disabled";
23414             source: "elm";
23415             action: STATE_SET "disabled" 0.0;
23416             target: "disclip";
23417          }
23418          program { name: "go_enabled";
23419             signal: "elm,state,enabled";
23420             source: "elm";
23421             action: STATE_SET "default" 0.0;
23422             target: "disclip";
23423          }
23424          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
23425       }
23426    }
23427
23428    group { name: "elm/genlist/item/dialogue/1title.4text/default";
23429       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
23430       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
23431       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
23432
23433       alias: "elm/genlist/item/dialogue.1title.4text/default";
23434       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
23435       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
23436       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
23437
23438       alias: "elm/layout/dialogue/1title.4text";
23439
23440       data.item: "stacking" "above";
23441       data.item: "selectraise" "on";
23442       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23443
23444       parts {
23445          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
23446          GENLIST_PART_DIALOGUE_BG_IMAGE
23447          GENLIST_PART_BOTTOM_LINE
23448          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23449          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23450          GENLIST_PART_DIALOGUE_ITEM
23451          GENLIST_PART_DIALOGUE_RIGHT_LINE
23452          part { name: "vertical_line";
23453             type: RECT;
23454             mouse_events: 0;
23455             description { state: "default" 0.0;
23456                min: 1 0;
23457                fixed: 1 0;
23458                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23459                rel1 {
23460                   relative: 1.0 0.0;
23461                   to_x: "elm.title";
23462                }
23463                rel2.to_x: "elm.title";
23464                align: 0.0 0.5;
23465             }
23466          }
23467          part { name: "center1_line";
23468             type: RECT;
23469             mouse_events: 0;
23470             description { state: "default" 0.0;
23471                min: 0 1;
23472                fixed: 0 1;
23473                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23474                rel1 {
23475                   relative: 1.0 0.25;
23476                   to_x: "vertical_line";
23477                }
23478                rel2.relative: 1.0 0.25;
23479                align: 0.5 1.0;
23480             }
23481          }
23482          part { name: "center2_line";
23483             type: RECT;
23484             mouse_events: 0;
23485             description { state: "default" 0.0;
23486                min: 0 1;
23487                fixed: 0 1;
23488                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23489                rel1 {
23490                   relative: 1.0 0.5;
23491                   to_x: "vertical_line";
23492                }
23493                rel2.relative: 1.0 0.5;
23494                align: 0.5 1.0;
23495             }
23496          }
23497          part { name: "center3_line";
23498             type: RECT;
23499             mouse_events: 0;
23500             description { state: "default" 0.0;
23501                min: 0 1;
23502                fixed: 0 1;
23503                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23504                rel1 {
23505                   relative: 1.0 0.75;
23506                   to_x: "vertical_line";
23507                }
23508                rel2.relative: 1.0 0.75;
23509                align: 0.5 1.0;
23510             }
23511          }
23512          part { name: "elm.title";
23513             type: TEXT;
23514             mouse_events: 0;
23515             scale: 1;
23516             description { state: "default" 0.0;
23517                min: GENLIST_SIZE_163_INC 0;
23518                fixed: 1 0;
23519                rel1 {
23520                   relative: 1.0  0.0;
23521                   to_x: "elm.padding.left";
23522                }
23523                rel2.to_x: "elm.padding.left";
23524                align: 0.0 0.5;
23525                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23526                text {
23527                   font: "SLP:style=Medium";
23528                   size: GENLIST_FONT_32_INC;
23529                   min: 0 1;
23530                   align: 0.0 0.5;
23531                   text_class: "slp_medium";
23532                }
23533             }
23534          }
23535          part { name: "elm.padding.title.right";
23536             type: RECT;
23537             mouse_events: 0;
23538             scale: 1;
23539             description { state: "default" 0.0;
23540                min: GENLIST_PADDING_16_INC 0;
23541                fixed: 1 0;
23542                rel1 {
23543                    relative: 1.0 0.0;
23544                    to_x: "elm.title";
23545                }
23546                rel2.to_x: "elm.title";
23547                visible: 0;
23548                align: 0.0 0.5;
23549             }
23550          }
23551          part { name: "elm.text.1";
23552             clip_to: "disclip";
23553             type: TEXT;
23554             mouse_events: 0;
23555             scale: 1;
23556             description { state: "default" 0.0;
23557                rel1 {
23558                   relative: 1.0 0.0;
23559                   to_x: "elm.padding.title.right";
23560                }
23561                rel2 {
23562                   relative: 0.0 0.0;
23563                   to_x: "elm.padding.right";
23564                   to_y: "center1_line";
23565                }
23566                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23567                text {
23568                   font: "SLP:style=Roman";
23569                   size: GENLIST_FONT_44_INC;
23570                   min: 0 1;
23571                   align: 0.0 0.5;
23572                   text_class: "list_item";
23573                }
23574             }
23575          }
23576          part { name: "elm.text.2";
23577             clip_to: "disclip";
23578             type: TEXT;
23579             mouse_events: 0;
23580             scale: 1;
23581             description { state: "default" 0.0;
23582                rel1 {
23583                   relative: 1.0 0.25;
23584                   to_x: "elm.padding.title.right";
23585                }
23586                rel2 {
23587                   relative: 0.0 0.0;
23588                   to_x: "elm.padding.right";
23589                   to_y: "center2_line";
23590                }
23591                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23592                text {
23593                   font: "SLP:style=Roman";
23594                   size: GENLIST_FONT_44_INC;
23595                   min: 0 1;
23596                   align: 0.0 0.5;
23597                   text_class: "list_item";
23598                }
23599             }
23600          }
23601          part { name: "elm.text.3";
23602             clip_to: "disclip";
23603             type: TEXT;
23604             mouse_events: 0;
23605             scale: 1;
23606             description { state: "default" 0.0;
23607                rel1 {
23608                   relative: 1.0  0.5;
23609                   to_x: "elm.padding.title.right";
23610                }
23611                rel2 {
23612                   relative: 0.0 0.0;
23613                   to_x: "elm.padding.right";
23614                   to_y: "center3_line";
23615                }
23616                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23617                text {
23618                   font: "SLP:style=Roman";
23619                   size: GENLIST_FONT_44_INC;
23620                   min: 0 1;
23621                   align: 0.0 0.5;
23622                   text_class: "list_item";
23623                }
23624             }
23625          }
23626          part { name: "elm.text.4";
23627             clip_to: "disclip";
23628             type: TEXT;
23629             mouse_events: 0;
23630             scale: 1;
23631             description { state: "default" 0.0;
23632                rel1 {
23633                   relative: 1.0  0.75;
23634                   to_x: "elm.padding.title.right";
23635                }
23636                rel2 {
23637                   relative: 0.0 0.0;
23638                   to_x: "elm.padding.right";
23639                   to_y: "bottom_line";
23640                }
23641                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23642                text {
23643                   font: "SLP:style=Roman";
23644                   size: GENLIST_FONT_44_INC;
23645                   min: 0 1;
23646                   align: 0.0 0.5;
23647                   text_class: "list_item";
23648                }
23649             }
23650          }
23651          GENLIST_PART_DISCLIP
23652       }
23653       programs {
23654          // signal: elm,state,%s,active
23655          //   a "check" item named %s went active
23656          // signal: elm,state,%s,passive
23657          //   a "check" item named %s went passive
23658          // default is passive
23659          /*program { name: "go_active";
23660             signal: "elm,state,selected";
23661             source: "elm";
23662             action: STATE_SET "selected" 0.0;
23663             target: "elm.text";
23664          }
23665          program { name: "go_passive";
23666             signal: "elm,state,unselected";
23667             source: "elm";
23668             action: STATE_SET "default" 0.0;
23669             target: "elm.text";
23670             transition: LINEAR 0.1;
23671          }*/
23672          program { name: "go_disabled";
23673             signal: "elm,state,disabled";
23674             source: "elm";
23675             action: STATE_SET "disabled" 0.0;
23676             target: "disclip";
23677          }
23678          program { name: "go_enabled";
23679             signal: "elm,state,enabled";
23680             source: "elm";
23681             action: STATE_SET "default" 0.0;
23682             target: "disclip";
23683          }
23684       }
23685    }
23686
23687    group { name: "elm/genlist/item/dialogue/1title.5text/default";
23688       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
23689       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
23690       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
23691       alias: "elm/layout/dialogue/1title.5text";
23692       data.item: "stacking" "above";
23693       data.item: "selectraise" "on";
23694       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
23695       data.item: "flips" "elm.flip.content.title elm.flip.content.1 elm.flip.content.2 elm.flip.content.3 elm.flip.content.4 elm.flip.content.5";
23696
23697       parts {
23698          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
23699          GENLIST_PART_DIALOGUE_BG_IMAGE
23700          GENLIST_PART_BOTTOM_LINE
23701          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23702          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23703          GENLIST_PART_DIALOGUE_ITEM
23704          GENLIST_PART_DIALOGUE_RIGHT_LINE
23705          part { name: "vertical_line";
23706             type: RECT;
23707             mouse_events: 0;
23708             description { state: "default" 0.0;
23709                min: 1 0;
23710                fixed: 1 0;
23711                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23712                rel1 {
23713                   relative: 1.0 0.0;
23714                   to_x: "elm.title";
23715                }
23716                rel2.to_x: "elm.title";
23717                align: 0.0 0.5;
23718             }
23719          }
23720          part { name: "center1_line";
23721             type: RECT;
23722             mouse_events: 0;
23723             description { state: "default" 0.0;
23724                min: 0 1;
23725                fixed: 0 1;
23726                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23727                rel1 {
23728                   relative: 1.0 0.2;
23729                   to_x: "vertical_line";
23730                }
23731                rel2.relative: 1.0 0.2;
23732                align: 0.5 1.0;
23733             }
23734          }
23735          part { name: "center2_line";
23736             type: RECT;
23737             mouse_events: 0;
23738             description { state: "default" 0.0;
23739                min: 0 1;
23740                fixed: 0 1;
23741                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23742                rel1 {
23743                   relative: 1.0 0.4;
23744                   to_x: "vertical_line";
23745                }
23746                rel2.relative: 1.0 0.4;
23747                align: 0.5 1.0;
23748             }
23749          }
23750          part { name: "center3_line";
23751             type: RECT;
23752             mouse_events: 0;
23753             description { state: "default" 0.0;
23754                min: 0 1;
23755                fixed: 0 1;
23756                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23757                rel1 {
23758                   relative: 1.0 0.6;
23759                   to_x: "vertical_line";
23760                }
23761                rel2.relative: 1.0 0.6;
23762                align: 0.5 1.0;
23763             }
23764          }
23765          part { name: "center4_line";
23766             type: RECT;
23767             mouse_events: 0;
23768             description { state: "default" 0.0;
23769                min: 0 1;
23770                fixed: 0 1;
23771                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23772                rel1 {
23773                   relative: 1.0 0.8;
23774                   to_x: "vertical_line";
23775                }
23776                rel2.relative: 1.0 0.8;
23777                align: 0.5 1.0;
23778             }
23779          }
23780          part { name: "elm.title";
23781             type: TEXT;
23782             mouse_events: 0;
23783             scale: 1;
23784             description { state: "default" 0.0;
23785                min: GENLIST_SIZE_163_INC 0;
23786                fixed: 1 0;
23787                rel1 {
23788                   relative: 1.0  0.0;
23789                   to_x: "elm.padding.left";
23790                }
23791                rel2.to_x: "elm.padding.left";
23792                align: 0.0 0.5;
23793                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
23794                text {
23795                   font: "SLP:style=Medium";
23796                   size: GENLIST_FONT_32_INC;
23797                   min: 0 1;
23798                   align: 0.0 0.5;
23799                   text_class: "slp_medium";
23800                }
23801             }
23802             GENLIST_DESCRIPTION_FLIP_ENABLED
23803          }
23804          part { name: "elm.flip.content.title";
23805             clip_to: "disclip";
23806             type: SWALLOW;
23807             description { state: "default" 0.0;
23808                visible: 0;
23809                fixed: 1 1;
23810                rel1.to: "elm.title";
23811                rel2.to: "elm.title";
23812             }
23813             description { state: "flip_enabled" 0.0;
23814                inherit: "default" 0.0;
23815                visible: 1;
23816             }
23817          }
23818          part { name: "elm.padding.title.right";
23819             type: RECT;
23820             mouse_events: 0;
23821             scale: 1;
23822             description { state: "default" 0.0;
23823                min: GENLIST_PADDING_16_INC 0;
23824                fixed: 1 0;
23825                rel1 {
23826                    relative: 1.0 0.0;
23827                    to_x: "elm.title";
23828                }
23829                rel2.to_x: "elm.title";
23830                visible: 0;
23831                align: 0.0 0.5;
23832             }
23833          }
23834          part { name: "elm.text.1";
23835             clip_to: "disclip";
23836             type: TEXT;
23837             mouse_events: 0;
23838             scale: 1;
23839             description { state: "default" 0.0;
23840                rel1 {
23841                   relative: 1.0 0.0;
23842                   to_x: "elm.padding.title.right";
23843                }
23844                rel2 {
23845                   relative: 0.0 0.0;
23846                   to_x: "elm.padding.right";
23847                   to_y: "center1_line";
23848                }
23849                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23850                text {
23851                   font: "SLP:style=Roman";
23852                   size: GENLIST_FONT_44_INC;
23853                   min: 0 1;
23854                   align: 0.0 0.5;
23855                   text_class: "list_item";
23856                }
23857             }
23858             GENLIST_DESCRIPTION_FLIP_ENABLED
23859          }
23860          part { name: "elm.flip.content.1";
23861             clip_to: "disclip";
23862             type: SWALLOW;
23863             description { state: "default" 0.0;
23864                visible: 0;
23865                fixed: 1 1;
23866                rel1.to: "elm.text.1";
23867                rel2.to: "elm.text.1";
23868             }
23869             description { state: "flip_enabled" 0.0;
23870                inherit: "default" 0.0;
23871                visible: 1;
23872             }
23873          }
23874          part { name: "elm.text.2";
23875             clip_to: "disclip";
23876             type: TEXT;
23877             mouse_events: 0;
23878             scale: 1;
23879             description { state: "default" 0.0;
23880                rel1 {
23881                   relative: 1.0 0.2;
23882                   to_x: "elm.padding.title.right";
23883                }
23884                rel2 {
23885                   relative: 0.0 0.0;
23886                   to_x: "elm.padding.right";
23887                   to_y: "center2_line";
23888                }
23889                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23890                text {
23891                   font: "SLP:style=Roman";
23892                   size: GENLIST_FONT_44_INC;
23893                   min: 0 1;
23894                   align: 0.0 0.5;
23895                   text_class: "slp_roman";
23896                }
23897             }
23898             GENLIST_DESCRIPTION_FLIP_ENABLED
23899          }
23900          part { name: "elm.flip.content.2";
23901             clip_to: "disclip";
23902             type: SWALLOW;
23903             description { state: "default" 0.0;
23904                visible: 0;
23905                fixed: 1 1;
23906                rel1.to: "elm.text.2";
23907                rel2.to: "elm.text.2";
23908             }
23909             description { state: "flip_enabled" 0.0;
23910                inherit: "default" 0.0;
23911                visible: 1;
23912             }
23913          }
23914          part { name: "elm.text.3";
23915             clip_to: "disclip";
23916             type: TEXT;
23917             mouse_events: 0;
23918             scale: 1;
23919             description { state: "default" 0.0;
23920                rel1 {
23921                   relative: 1.0  0.4;
23922                   to_x: "elm.padding.title.right";
23923                }
23924                rel2 {
23925                   relative: 0.0 0.0;
23926                   to_x: "elm.padding.right";
23927                   to_y: "center3_line";
23928                }
23929                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23930                text {
23931                   font: "SLP:style=Roman";
23932                   size: GENLIST_FONT_44_INC;
23933                   min: 0 1;
23934                   align: 0.0 0.5;
23935                   text_class: "slp_roman";
23936                }
23937             }
23938             GENLIST_DESCRIPTION_FLIP_ENABLED
23939          }
23940          part { name: "elm.flip.content.3";
23941             clip_to: "disclip";
23942             type: SWALLOW;
23943             description { state: "default" 0.0;
23944                visible: 0;
23945                fixed: 1 1;
23946                rel1.to: "elm.text.3";
23947                rel2.to: "elm.text.3";
23948             }
23949             description { state: "flip_enabled" 0.0;
23950                inherit: "default" 0.0;
23951                visible: 1;
23952             }
23953          }
23954          part { name: "elm.text.4";
23955             clip_to: "disclip";
23956             type: TEXT;
23957             mouse_events: 0;
23958             scale: 1;
23959             description { state: "default" 0.0;
23960                rel1 {
23961                   relative: 1.0 0.6;
23962                   to_x: "elm.padding.title.right";
23963                }
23964                rel2 {
23965                   relative: 0.0 0.0;
23966                   to_x: "elm.padding.right";
23967                   to_y: "center4_line";
23968                }
23969                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23970                text {
23971                   font: "SLP:style=Roman";
23972                   size: GENLIST_FONT_44_INC;
23973                   min: 0 1;
23974                   align: 0.0 0.5;
23975                   text_class: "slp_roman";
23976                }
23977             }
23978             GENLIST_DESCRIPTION_FLIP_ENABLED
23979          }
23980          part { name: "elm.flip.content.4";
23981             clip_to: "disclip";
23982             type: SWALLOW;
23983             description { state: "default" 0.0;
23984                visible: 0;
23985                fixed: 1 1;
23986                rel1.to: "elm.text.4";
23987                rel2.to: "elm.text.4";
23988             }
23989             description { state: "flip_enabled" 0.0;
23990                inherit: "default" 0.0;
23991                visible: 1;
23992             }
23993          }
23994          part { name: "elm.text.5";
23995             clip_to: "disclip";
23996             type: TEXT;
23997             mouse_events: 0;
23998             scale: 1;
23999             description { state: "default" 0.0;
24000                rel1 {
24001                   relative: 1.0  0.8;
24002                   to_x: "elm.padding.title.right";
24003                }
24004                rel2 {
24005                   relative: 0.0 0.0;
24006                   to_x: "elm.padding.right";
24007                   to_y: "bottom_line";
24008                }
24009                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24010                text {
24011                   font: "SLP:style=Roman";
24012                   size: GENLIST_FONT_44_INC;
24013                   min: 0 1;
24014                   align: 0.0 0.5;
24015                   text_class: "slp_roman";
24016                }
24017             }
24018             GENLIST_DESCRIPTION_FLIP_ENABLED
24019          }
24020          part { name: "elm.flip.content.5";
24021             clip_to: "disclip";
24022             type: SWALLOW;
24023             description { state: "default" 0.0;
24024                visible: 0;
24025                fixed: 1 1;
24026                rel1.to: "elm.text.5";
24027                rel2.to: "elm.text.5";
24028             }
24029             description { state: "flip_enabled" 0.0;
24030                inherit: "default" 0.0;
24031                visible: 1;
24032             }
24033          }
24034          GENLIST_PART_DISCLIP
24035       }
24036       programs {
24037          // signal: elm,state,%s,active
24038          //   a "check" item named %s went active
24039          // signal: elm,state,%s,passive
24040          //   a "check" item named %s went passive
24041          // default is passive
24042          /*program { name: "go_active";
24043             signal: "elm,state,selected";
24044             source: "elm";
24045             action: STATE_SET "selected" 0.0;
24046             target: "elm.text";
24047          }
24048          program { name: "go_passive";
24049             signal: "elm,state,unselected";
24050             source: "elm";
24051             action: STATE_SET "default" 0.0;
24052             target: "elm.text";
24053             transition: LINEAR 0.1;
24054          }*/
24055          program { name: "go_disabled";
24056             signal: "elm,state,disabled";
24057             source: "elm";
24058             action: STATE_SET "disabled" 0.0;
24059             target: "disclip";
24060          }
24061          program { name: "go_enabled";
24062             signal: "elm,state,enabled";
24063             source: "elm";
24064             action: STATE_SET "default" 0.0;
24065             target: "disclip";
24066          }
24067          program { name: "flip_enabled";
24068             signal: "elm,state,flip,enabled";
24069             source: "elm";
24070             action: STATE_SET "flip_enabled" 0.0;
24071             target: "elm.title";
24072             target: "elm.text.1";
24073             target: "elm.text.2";
24074             target: "elm.text.3";
24075             target: "elm.text.4";
24076             target: "elm.text.5";
24077             target: "elm.flip.content.title";
24078             target: "elm.flip.content.1";
24079             target: "elm.flip.content.2";
24080             target: "elm.flip.content.3";
24081             target: "elm.flip.content.4";
24082             target: "elm.flip.content.5";
24083          }
24084          program { name: "flip_disabled";
24085             signal: "elm,state,flip,disabled";
24086             source: "elm";
24087             action: STATE_SET "default" 0.0;
24088             target: "elm.title";
24089             target: "elm.text.1";
24090             target: "elm.text.2";
24091             target: "elm.text.3";
24092             target: "elm.text.4";
24093             target: "elm.text.5";
24094             target: "elm.flip.content.title";
24095             target: "elm.flip.content.1";
24096             target: "elm.flip.content.2";
24097             target: "elm.flip.content.3";
24098             target: "elm.flip.content.4";
24099             target: "elm.flip.content.5";
24100          }
24101       }
24102    }
24103
24104 /* extended item of bg/2text.1icon.3 */
24105    group { name: "elm/genlist/item/dialogue/bg/1text/default";
24106       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
24107       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
24108       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
24109       alias: "elm/layout/dialogue/bg/1text";
24110       data.item: "stacking" "above";
24111       data.item: "selectraise" "on";
24112       data.item: "texts" "elm.text";
24113       data.item: "flips" "elm.flip.content";
24114       parts {
24115          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_113_INC )
24116          GENLIST_PART_PADDING_TOP( 0 )
24117          GENLIST_PART_PADDING_BOTTOM( 0 )
24118          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24119          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24120          part { name: "elm.icon.bg";
24121             type: RECT;
24122             scale: 1;
24123             description { state: "default" 0.0;
24124                min: GENLIST_SIZE_160_INC 0;
24125                fixed: 1 0;
24126                align: 0.0 0.5;
24127                rel1 {
24128                   relative: 1.0 0.5;
24129                   to_x: "elm.padding.left";
24130                }
24131                rel2 {
24132                   relative: 1.0 0.5;
24133                   to_x: "elm.padding.left";
24134                }
24135                color: 0 0 0 0;
24136             }
24137          }
24138          part { name: "elm.padding.icon.right";
24139             type: RECT;
24140             mouse_events: 0;
24141             scale: 1;
24142             description { state: "default" 0.0;
24143                min: GENLIST_SIZE_16_INC 0;
24144                fixed: 1 0;
24145                rel1 {
24146                    relative: 1.0 0.0;
24147                    to_x: "elm.icon.bg";
24148                }
24149                rel2.to_x: "elm.icon.bg";
24150                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24151                align: 0.0 0.5;
24152             }
24153          }
24154          part { name: "elm.padding.text.left";
24155             type: RECT;
24156             mouse_events: 0;
24157             scale: 1;
24158             description { state: "default" 0.0;
24159                min: GENLIST_SIZE_16_INC 0;
24160                fixed: 1 0;
24161                rel1 {
24162                    relative: 1.0 1.0;
24163                    to_x: "elm.padding.icon.right";
24164                    to_y: "elm.padding.top";
24165                }
24166                rel2.to_x: "elm.padding.icon.right";
24167                visible: 0;
24168                align: 0.0 0.5;
24169             }
24170          }
24171          part { name: "vertical_line";
24172             type: RECT;
24173             mouse_events: 0;
24174             description { state: "default" 0.0;
24175                visible: 0;
24176                rel1 {
24177                   relative: 1.0 0.0;
24178                   to_x: "elm.padding.icon.right";
24179                }
24180                rel2.to_x: "elm.padding.icon.right";
24181                align: 0.0 0.5;
24182             }
24183          }
24184          part { name: "elm.text.bg";
24185             clip_to: "disclip";
24186             type: RECT;
24187             mouse_events: 0;
24188             scale: 1;
24189             description { state: "default" 0.0;
24190                rel1 {
24191                   relative: 1.0 0.0;
24192                   to_x: "elm.padding.icon.right";
24193                }
24194                rel2 {
24195                   relative: 1.0 1.0;
24196                   to_x: "elm.padding.right";
24197                }
24198                color: GENLIST_PART_BG_COLOR_INC;
24199             }
24200          }
24201          part { name: "elm.text";
24202             clip_to: "disclip";
24203             type: TEXT;
24204             mouse_events: 0;
24205             scale: 1;
24206             description { state: "default" 0.0;
24207                rel1 {
24208                   relative: 1.0 0.0;
24209                   to_x: "elm.padding.text.left";
24210                   to_y: "elm.text.bg";
24211                }
24212                rel2 {
24213                   relative: 0.0 1.0;
24214                   to_x: "elm.padding.right";
24215                   to_y: "elm.text.bg";
24216                }
24217                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24218                text {
24219                   font: "SLP:style=Roman";
24220                   size: GENLIST_FONT_44_INC;
24221                   min: 0 1;
24222                   align: 0.0 0.5;
24223                   text_class: "list_item";
24224                }
24225             }
24226             GENLIST_DESCRIPTION_FLIP_ENABLED
24227          }
24228          part { name: "elm.flip.content";
24229             clip_to: "disclip";
24230             type: SWALLOW;
24231             mouse_events: 1;
24232             scale: 1;
24233             description { state: "default" 0.0;
24234                fixed: 1 1;
24235                rel1 {
24236                   relative: 1.0 0.0;
24237                   to_x: "elm.padding.text.left";
24238                   to_y: "elm.text.bg";
24239                }
24240                rel2 {
24241                   relative: 0.0 1.0;
24242                   to_x: "elm.padding.right";
24243                   to_y: "elm.text.bg";
24244                }
24245                visible: 0;
24246             }
24247             description { state: "flip_enabled" 0.0;
24248                inherit: "default" 0.0;
24249                visible: 1;
24250             }
24251          }
24252          GENLIST_PART_DISCLIP
24253       }
24254       programs {
24255          // signal: elm,state,%s,active
24256          //   a "check" item named %s went active
24257          // signal: elm,state,%s,passive
24258          //   a "check" item named %s went passive
24259          // default is passive
24260          /*program { name: "go_active";
24261             signal: "elm,state,selected";
24262             source: "elm";
24263             action: STATE_SET "selected" 0.0;
24264             target: "elm.text";
24265          }
24266          program { name: "go_passive";
24267             signal: "elm,state,unselected";
24268             source: "elm";
24269             action: STATE_SET "default" 0.0;
24270             target: "elm.text";
24271             transition: LINEAR 0.1;
24272          }*/
24273          program { name: "go_disabled";
24274             signal: "elm,state,disabled";
24275             source: "elm";
24276             action: STATE_SET "disabled" 0.0;
24277             target: "disclip";
24278          }
24279          program { name: "go_enabled";
24280             signal: "elm,state,enabled";
24281             source: "elm";
24282             action: STATE_SET "default" 0.0;
24283             target: "disclip";
24284          }
24285          program { name: "flip_enabled";
24286             signal: "elm,state,flip,enabled";
24287             source: "elm";
24288             action: STATE_SET "flip_enabled" 0.0;
24289             target: "elm.text";
24290             target: "elm.flip.content";
24291          }
24292          program { name: "flip_disabled";
24293             signal: "elm,state,flip,disabled";
24294             source: "elm";
24295             action: STATE_SET "default" 0.0;
24296             target: "elm.text";
24297             target: "elm.flip.content";
24298          }
24299       }
24300    }
24301    // 2.2.2.38
24302    group { name: "elm/genlist/item/4text.1icon.1/default";
24303       alias: "elm/genlist/item_odd/4text.1icon.1/default";
24304       alias: "elm/genlist/item_compress/4text.1icon.1/default";
24305       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
24306       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24307       data.item: "contents" "elm.icon.1";
24308       data.item: "stacking" "above";
24309       data.item: "selectraise" "on";
24310       data.item: "flips" "elm.flip.content";
24311       images {
24312          image: "00_winset_list_bubble_bg.png" COMP;
24313       }
24314       parts {
24315          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24316          GENLIST_PART_BG_IMAGE
24317          GENLIST_PART_BOTTOM_LINE
24318          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24319          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24320          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24321          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24322
24323          part { name: "elm.text.1";
24324             clip_to: "disclip";
24325             type: TEXT;
24326             scale: 1;
24327             description { state: "default" 0.0;
24328                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24329                fixed: 0 1;
24330                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24331                rel1 { relative: 1.0 1.0;
24332                   to_x: "elm.padding.left";
24333                   to_y: "elm.padding.top";
24334                }
24335                rel2 { relative: 0.0 1.0;
24336                   to_x: "elm.padding.text1.right";
24337                   to_y: "elm.padding.text1.right";
24338                }
24339                text {
24340                   font: "SLP:style=Roman";
24341                   size: GENLIST_FONT_44_INC;
24342                   min: 0 1;
24343                   align: 0.0 0.5;
24344                   text_class: "list_item";
24345                }
24346             }
24347             description { state: "read" 0.0;
24348                inherit: "default" 0.0;
24349                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24350             }
24351             description { state: "selected" 0.0;
24352                inherit: "default" 0.0;
24353                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24354             }
24355             GENLIST_DESCRIPTION_FLIP_ENABLED
24356          }
24357          part { name: "elm.padding.text1.right";
24358             clip_to: "disclip";
24359             type: RECT;
24360             scale: 1;
24361             description { state: "default" 0.0;
24362                fixed: 1 1 ;
24363                align: 1.0 0.0;
24364                visible: 0;
24365                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24366                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24367                rel1 { relative: 0.0 1.0;
24368                   to_x: "elm.text.2";
24369                   to_y: "elm.padding.top";
24370                }
24371                rel2 { relative: 0.0 1.0;
24372                   to_x: "elm.text.2";
24373                   to_y: "elm.padding.top";
24374                }
24375             }
24376          }
24377          part { name: "elm.text.2";
24378             clip_to: "disclip";
24379             type: TEXT;
24380             scale: 1;
24381             description { state: "default" 0.0;
24382                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24383                fixed: 0 1;
24384                align: 1.0 1.0;
24385                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24386                rel1 { relative: 0.0 1.0;
24387                   to_x: "elm.padding.right";
24388                   to_y: "elm.padding.bottom";
24389                }
24390                rel2 { relative: 0.0 1.0;
24391                  to_x: "elm.padding.right";
24392                  to_y: "elm.padding.bottom";
24393                }
24394                text {
24395                   font: "SLP:style=Medium";
24396                   size: GENLIST_FONT_32_INC;
24397                   min: 1 1;
24398                   align: 0.5 0.5;
24399                   text_class: "slp_medium";
24400               }
24401             }
24402             description { state: "selected" 0.0;
24403                inherit: "default" 0.0;
24404                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24405             }
24406             GENLIST_DESCRIPTION_FLIP_ENABLED
24407          }
24408          part { name: "elm.bubble";
24409             type: IMAGE;
24410             description{ state: "default" 0.0;
24411                fixed: 0 1;
24412                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24413                rel1 { relative: 0 0;
24414                   to_x: "elm.padding.bubble.text4.left";
24415                   to_y: "elm.padding.bubble.text4.left";
24416                }
24417                rel2 { relative: 1 1;
24418                   to_x: "elm.padding.bubble.text4.right";
24419                   to_y: "elm.padding.bubble.text4.right";
24420                }
24421                image {
24422                   normal: "00_winset_list_bubble_bg.png";
24423                   border:  6 6 0 0;
24424                }
24425             }
24426          }
24427          part { name: "elm.padding.bubble.text4.left";
24428             type: RECT;
24429             scale: 1;
24430             description { state: "default" 0.0;
24431                fixed: 1 1;
24432                align: 1 0;
24433                visible: 0;
24434                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24435                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24436                rel1 { relative: 0 1;
24437                   to_x: "elm.text.4";
24438                   to_y: "elm.padding.top";
24439                }
24440                rel2 { relative: 0 0;
24441                   to_x: "elm.text.4";
24442                   to_y: "elm.text.2";
24443                }
24444
24445             }
24446          }
24447          part { name: "elm.padding.bubble.text4.right";
24448             type: RECT;
24449             scale: 1;
24450             description { state: "default" 0.0;
24451                fixed: 1 1;
24452                align: 1 0;
24453                visible: 0;
24454                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24455                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24456                rel1 { relative: 0 1;
24457                   to_x: "elm.padding.right";
24458                   to_y: "elm.padding.top";
24459                }
24460                rel2 { relative: 0 0;
24461                   to_x: "elm.padding.right";
24462                   to_y: "elm.text.2";
24463                }
24464             }
24465          }
24466          part { name: "elm.text.4";
24467             clip_to: "disclip";
24468             type: TEXT;
24469             scale: 1;
24470             description { state: "default" 0.0;
24471                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24472                fixed: 0 1;
24473                align: 1.0 0.0;
24474                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24475                rel1 { relative: 0 1;
24476                   to_x: "elm.padding.bubble.text4.right";
24477                   to_y: "elm.padding.top";
24478                }
24479                rel2 { relative: 0 0;
24480                   to_x: "elm.padding.bubble.text4.right";
24481                   to_y: "elm.text.2";
24482                }
24483                text {
24484                   font: "SLP:style=Medium";
24485                   size: GENLIST_FONT_32_INC;
24486                   min: 1 1;
24487                   align: 0.5 0.5;
24488                   text_class: "slp_medium";
24489                }
24490             }
24491             GENLIST_DESCRIPTION_FLIP_ENABLED
24492          }
24493
24494          part { name: "elm.padding.icon1.right";
24495             clip_to: "disclip";
24496             type: RECT;
24497             scale: 1;
24498             description { state: "default" 0.0;
24499                fixed: 1 1;
24500                align: 1.0 0.0;
24501                visible: 0;
24502                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24503                rel1 { relative: 0 0;
24504                   to_x: "elm.padding.bubble.text4.left";
24505                   to_y: "elm.padding.top";
24506                }
24507                rel2 { relative: 0 0;
24508                   to_x: "elm.padding.bubble.text4.left";
24509                   to_y: "elm.padding.bubble.text4.left";
24510                }
24511             }
24512          }
24513          part { name: "elm.icon.1";
24514             clip_to: "disclip";
24515             type: SWALLOW;
24516             scale: 1;
24517             description { state: "default" 0.0;
24518                color: 0 255 255 255;
24519                fixed: 1 1;
24520                align: 1.0 0.0;
24521                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24522                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24523                rel1 { relative: 0 0;
24524                   to_x: "elm.padding.icon1.right";
24525                   to_y: "elm.padding.top";
24526                }
24527                rel2 { relative: 0 1;
24528                   to_x: "elm.padding.icon1.right";
24529                   to_y: "elm.padding.icon1.right";
24530                }
24531             }
24532          }
24533          part { name: "elm.padding.text3.right";
24534             clip_to: "disclip";
24535             type: RECT;
24536             scale: 1;
24537             description { state: "default" 0.0;
24538                fixed: 1 1;
24539                align: 1.0 0.0;
24540                visible: 0;
24541                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24542                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24543                rel1 { relative: 0 0;
24544                   to_x: "elm.icon.1";
24545                   to_y: "elm.icon.1";
24546                }
24547                rel2 { relative: 0 0;
24548                   to_x: "elm.icon.1";
24549                   to_y: "elm.padding.bottom";
24550                }
24551             }
24552          }
24553          part { name: "elm.text.3";
24554             clip_to: "disclip";
24555             type: TEXT;
24556             scale: 1;
24557             description { state: "default" 0.0;
24558                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24559                fixed: 0 1;
24560                align: 0.0 0.0;
24561                min: 0 GENLIST_SIZE_48_INC;
24562                rel1 { relative: 1 1;
24563                   to_x: "elm.padding.left";
24564                   to_y: "elm.text.1";
24565                }
24566                rel2 { relative: 0 1;
24567                   to_x: "elm.padding.text3.right";
24568                   to_y: "elm.padding.text3.right";
24569                }
24570                text {
24571                   font: "SLP:style=Medium";
24572                   size: GENLIST_FONT_32_INC;
24573                   min: 0 1;
24574                   align: 0.0 0.5;
24575                   text_class: "slp_medium";
24576                }
24577             }
24578             description { state: "selected" 0.0;
24579                inherit: "default" 0.0;
24580                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24581             }
24582             GENLIST_DESCRIPTION_FLIP_ENABLED
24583          }
24584          GENLIST_PART_FLIP
24585          GENLIST_PART_DISCLIP
24586       }
24587       programs {
24588          // signal: elm,state,%s,active
24589          //   a "check" item named %s went active
24590          // signal: elm,state,%s,passive
24591          //   a "check" item named %s went passive
24592          // default is passive
24593          program { name: "go_active";
24594             signal: "elm,state,selected";
24595             source: "elm";
24596             action: STATE_SET "selected" 0.0;
24597             target: "elm.text.1";
24598             target: "elm.text.2";
24599          }
24600          program { name: "go_passive";
24601             signal: "elm,state,unselected";
24602             source: "elm";
24603             action: STATE_SET "default" 0.0;
24604             target: "elm.text.1";
24605             target: "elm.text.2";
24606             transition: LINEAR 0.1;
24607          }
24608          program { name: "go_read";
24609             signal: "elm,state,read";
24610             source: "elm";
24611             action: STATE_SET "read" 0.0;
24612             target: "elm.text.1";
24613          }
24614          program { name: "go_unread";
24615             signal: "elm,state,unread";
24616             source: "elm";
24617             action: STATE_SET "default" 0.0;
24618             target: "elm.text.1";
24619          }
24620       }
24621    }
24622    // 2.2.2.39
24623    group { name: "elm/genlist/item/4text.1icon.2/default";
24624       alias: "elm/genlist/item_odd/4text.1icon.2/default";
24625       alias: "elm/genlist/item_compress/4text.1icon.2/default";
24626       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
24627       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24628       data.item: "contents" "elm.icon.1";
24629       data.item: "stacking" "above";
24630       data.item: "selectraise" "on";
24631       data.item: "flips" "elm.flip.content";
24632       parts {
24633          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24634          GENLIST_PART_BG_IMAGE
24635          GENLIST_PART_BOTTOM_LINE
24636          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24637          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24638          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24639          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24640
24641          part { name: "elm.text.1";
24642             clip_to: "disclip";
24643             type: TEXT;
24644             scale: 1;
24645             description { state: "default" 0.0;
24646                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24647                fixed: 0 1;
24648                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24649                rel1 { relative: 1.0 1.0;
24650                   to_x: "elm.padding.left";
24651                   to_y: "elm.padding.top";
24652                }
24653                rel2 { relative: 0.0 1.0;
24654                   to_x: "elm.padding.text1.right";
24655                   to_y: "elm.padding.text1.right";
24656                }
24657                text {
24658                   font: "SLP:style=Roman";
24659                   size: GENLIST_FONT_44_INC;
24660                   min: 0 1;
24661                   align: 0.0 0.5;
24662                   text_class: "list_item";
24663                }
24664             }
24665             description { state: "read" 0.0;
24666                inherit: "default" 0.0;
24667                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24668             }
24669             description { state: "selected" 0.0;
24670                inherit: "default" 0.0;
24671                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24672             }
24673             GENLIST_DESCRIPTION_FLIP_ENABLED
24674          }
24675          part { name: "elm.padding.text1.right";
24676             clip_to: "disclip";
24677             type: RECT;
24678             scale: 1;
24679             description { state: "default" 0.0;
24680                fixed: 1 1 ;
24681                align: 1.0 0.0;
24682                visible: 0;
24683                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24684                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24685                rel1 { relative: 0.0 1.0;
24686                   to_x: "elm.text.2";
24687                   to_y: "elm.padding.top";
24688                }
24689                rel2 { relative: 0.0 1.0;
24690                   to_x: "elm.text.2";
24691                   to_y: "elm.padding.top";
24692                }
24693             }
24694          }
24695          part { name: "elm.text.2";
24696             clip_to: "disclip";
24697             type: TEXT;
24698             scale: 1;
24699             description { state: "default" 0.0;
24700                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24701                fixed: 0 1;
24702                align: 1.0 1.0;
24703                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24704                rel1 { relative: 0.0 1.0;
24705                   to_x: "elm.padding.right";
24706                   to_y: "elm.padding.bottom";
24707                }
24708                rel2 { relative: 0.0 1.0;
24709                  to_x: "elm.padding.right";
24710                  to_y: "elm.padding.bottom";
24711                }
24712                text {
24713                   font: "SLP:style=Medium";
24714                   size: GENLIST_FONT_32_INC;
24715                   min: 1 1;
24716                   align: 0.5 0.5;
24717                   text_class: "slp_medium";
24718               }
24719             }
24720             description { state: "selected" 0.0;
24721                inherit: "default" 0.0;
24722                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24723             }
24724             GENLIST_DESCRIPTION_FLIP_ENABLED
24725          }
24726          part { name: "elm.text.4";
24727             clip_to: "disclip";
24728             type: TEXT;
24729             scale: 1;
24730             description { state: "default" 0.0;
24731                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24732                fixed: 0 1;
24733                align: 1.0 0.0;
24734                min: 0 GENLIST_SIZE_48_INC;
24735                rel1 { relative: 0 1;
24736                   to_x: "elm.padding.right";
24737                   to_y: "elm.padding.top";
24738                }
24739                rel2 { relative: 0 0;
24740                   to_x: "elm.padding.right";
24741                   to_y: "elm.text.2";
24742                }
24743                text {
24744                   font: "SLP:style=Medium";
24745                   size: GENLIST_FONT_32_INC;
24746                   min: 1 1;
24747                   align: 0.5 0.5;
24748                   text_class: "slp_medium";
24749                }
24750             }
24751             GENLIST_DESCRIPTION_FLIP_ENABLED
24752          }
24753          part { name: "elm.padding.icon1.right";
24754             clip_to: "disclip";
24755             type: RECT;
24756             scale: 1;
24757             description { state: "default" 0.0;
24758                fixed: 1 1;
24759                align: 1.0 0.0;
24760                visible: 0;
24761                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24762                rel1 { relative: 0 0;
24763                   to_x: "elm.text.4";
24764                   to_y: "elm.padding.top";
24765                }
24766                rel2 { relative: 0 0;
24767                   to_x: "elm.text.4";
24768                   to_y: "elm.text.4";
24769                }
24770             }
24771          }
24772          part { name: "elm.icon.1";
24773             clip_to: "disclip";
24774             type: SWALLOW;
24775             scale: 1;
24776             description { state: "default" 0.0;
24777                color: 0 255 255 255;
24778                fixed: 1 1;
24779                align: 1.0 0.0;
24780                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24781                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24782                rel1 { relative: 0 0;
24783                   to_x: "elm.padding.icon1.right";
24784                   to_y: "elm.padding.top";
24785                }
24786                rel2 { relative: 0 1;
24787                   to_x: "elm.padding.icon1.right";
24788                   to_y: "elm.padding.icon1.right";
24789                }
24790             }
24791          }
24792          part { name: "elm.padding.text3.right";
24793             clip_to: "disclip";
24794             type: RECT;
24795             scale: 1;
24796             description { state: "default" 0.0;
24797                fixed: 1 1;
24798                align: 1.0 0.0;
24799                visible: 0;
24800                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24801                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24802                rel1 { relative: 0 0;
24803                   to_x: "elm.icon.1";
24804                   to_y: "elm.icon.1";
24805                }
24806                rel2 { relative: 0 0;
24807                   to_x: "elm.icon.1";
24808                   to_y: "elm.padding.bottom";
24809                }
24810             }
24811          }
24812          part { name: "elm.text.3";
24813             clip_to: "disclip";
24814             type: TEXT;
24815             scale: 1;
24816             description { state: "default" 0.0;
24817                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24818                fixed: 0 1;
24819                align: 0.0 0.0;
24820                min: 0 GENLIST_SIZE_48_INC;
24821                rel1 { relative: 1 1;
24822                   to_x: "elm.padding.left";
24823                   to_y: "elm.text.1";
24824                }
24825                rel2 { relative: 0 1;
24826                   to_x: "elm.padding.text3.right";
24827                   to_y: "elm.padding.text3.right";
24828                }
24829                text {
24830                   font: "SLP:style=Medium";
24831                   size: GENLIST_FONT_32_INC;
24832                   min: 0 1;
24833                   align: 0.0 0.5;
24834                   text_class: "slp_medium";
24835                }
24836             }
24837             description { state: "selected" 0.0;
24838                inherit: "default" 0.0;
24839                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24840             }
24841             GENLIST_DESCRIPTION_FLIP_ENABLED
24842          }
24843          GENLIST_PART_FLIP
24844          GENLIST_PART_DISCLIP
24845       }
24846       programs {
24847          // signal: elm,state,%s,active
24848          //   a "check" item named %s went active
24849          // signal: elm,state,%s,passive
24850          //   a "check" item named %s went passive
24851          // default is passive
24852          program { name: "go_active";
24853             signal: "elm,state,selected";
24854             source: "elm";
24855             action: STATE_SET "selected" 0.0;
24856             target: "elm.text.1";
24857             target: "elm.text.2";
24858          }
24859          program { name: "go_passive";
24860             signal: "elm,state,unselected";
24861             source: "elm";
24862             action: STATE_SET "default" 0.0;
24863             target: "elm.text.1";
24864             target: "elm.text.2";
24865             transition: LINEAR 0.1;
24866          }
24867          program { name: "go_read";
24868             signal: "elm,state,read";
24869             source: "elm";
24870             action: STATE_SET "read" 0.0;
24871             target: "elm.text.1";
24872          }
24873          program { name: "go_unread";
24874             signal: "elm,state,unread";
24875             source: "elm";
24876             action: STATE_SET "default" 0.0;
24877             target: "elm.text.1";
24878          }
24879       }
24880    }
24881    // 2.2.2.40
24882    group { name: "elm/genlist/item/4text.1/default";
24883       alias: "elm/genlist/item_odd/4text.1/default";
24884       alias: "elm/genlist/item_compress/4text.1/default";
24885       alias: "elm/genlist/item_compress_odd/4text.1/default";
24886       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24887       data.item: "stacking" "above";
24888       data.item: "selectraise" "on";
24889       data.item: "flips" "elm.flip.content";
24890       images {
24891          image: "00_winset_list_bubble_bg.png" COMP;
24892       }
24893       parts {
24894          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24895          GENLIST_PART_BG_IMAGE
24896          GENLIST_PART_BOTTOM_LINE
24897          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24898          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24899          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24900          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24901
24902          part { name: "elm.text.1";
24903             clip_to: "disclip";
24904             type: TEXT;
24905             scale: 1;
24906             description { state: "default" 0.0;
24907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24908                fixed: 0 1;
24909                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24910                rel1 { relative: 1.0 1.0;
24911                   to_x: "elm.padding.left";
24912                   to_y: "elm.padding.top";
24913                }
24914                rel2 { relative: 0.0 1.0;
24915                   to_x: "elm.padding.text1.right";
24916                   to_y: "elm.padding.text1.right";
24917                }
24918                text {
24919                   font: "SLP:style=Roman";
24920                   size: GENLIST_FONT_44_INC;
24921                   min: 0 1;
24922                   align: 0.0 0.5;
24923                   text_class: "list_item";
24924                }
24925             }
24926             description { state: "read" 0.0;
24927                inherit: "default" 0.0;
24928                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24929             }
24930             description { state: "selected" 0.0;
24931                inherit: "default" 0.0;
24932                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24933             }
24934             GENLIST_DESCRIPTION_FLIP_ENABLED
24935          }
24936          part { name: "elm.padding.text1.right";
24937             clip_to: "disclip";
24938             type: RECT;
24939             scale: 1;
24940             description { state: "default" 0.0;
24941                fixed: 1 1 ;
24942                align: 1.0 0.0;
24943                visible: 0;
24944                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24945                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24946                rel1 { relative: 0.0 1.0;
24947                   to_x: "elm.text.2";
24948                   to_y: "elm.padding.top";
24949                }
24950                rel2 { relative: 0.0 1.0;
24951                   to_x: "elm.text.2";
24952                   to_y: "elm.padding.top";
24953                }
24954             }
24955          }
24956          part { name: "elm.text.2";
24957             clip_to: "disclip";
24958             type: TEXT;
24959             scale: 1;
24960             description { state: "default" 0.0;
24961                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24962                fixed: 0 1;
24963                align: 1.0 1.0;
24964                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24965                rel1 { relative: 0.0 1.0;
24966                   to_x: "elm.padding.right";
24967                   to_y: "elm.padding.bottom";
24968                }
24969                rel2 { relative: 0.0 1.0;
24970                  to_x: "elm.padding.right";
24971                  to_y: "elm.padding.bottom";
24972                }
24973                text {
24974                   font: "SLP:style=Medium";
24975                   size: GENLIST_FONT_32_INC;
24976                   min: 1 1;
24977                   align: 0.5 0.5;
24978                   text_class: "slp_medium";
24979               }
24980             }
24981             description { state: "selected" 0.0;
24982                inherit: "default" 0.0;
24983                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24984             }
24985             GENLIST_DESCRIPTION_FLIP_ENABLED
24986          }
24987          part { name: "elm.bubble";
24988             type: IMAGE;
24989             description{ state: "default" 0.0;
24990                fixed: 0 1;
24991                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24992                rel1 { relative: 0 0;
24993                   to_x: "elm.padding.bubble.text4.left";
24994                   to_y: "elm.padding.bubble.text4.left";
24995                }
24996                rel2 { relative: 1 1;
24997                   to_x: "elm.padding.bubble.text4.right";
24998                   to_y: "elm.padding.bubble.text4.right";
24999                }
25000                image {
25001                   normal: "00_winset_list_bubble_bg.png";
25002                   border:  6 6 0 0;
25003                }
25004             }
25005          }
25006          part { name: "elm.padding.bubble.text4.left";
25007             type: RECT;
25008             scale: 1;
25009             description { state: "default" 0.0;
25010                fixed: 1 1;
25011                align: 1 0;
25012                visible: 0;
25013                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25014                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25015                rel1 { relative: 0 1;
25016                   to_x: "elm.text.4";
25017                   to_y: "elm.padding.top";
25018                }
25019                rel2 { relative: 0 0;
25020                   to_x: "elm.text.4";
25021                   to_y: "elm.text.2";
25022                }
25023
25024             }
25025          }
25026          part { name: "elm.padding.bubble.text4.right";
25027             type: RECT;
25028             scale: 1;
25029             description { state: "default" 0.0;
25030                fixed: 1 1;
25031                align: 1 0;
25032                visible: 0;
25033                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25034                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25035                rel1 { relative: 0 1;
25036                   to_x: "elm.padding.right";
25037                   to_y: "elm.padding.top";
25038                }
25039                rel2 { relative: 0 0;
25040                   to_x: "elm.padding.right";
25041                   to_y: "elm.text.2";
25042                }
25043             }
25044          }
25045          part { name: "elm.text.4";
25046             clip_to: "disclip";
25047             type: TEXT;
25048             scale: 1;
25049             description { state: "default" 0.0;
25050                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25051                fixed: 0 1;
25052                align: 1.0 0.0;
25053                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25054                rel1 { relative: 0 1;
25055                   to_x: "elm.padding.bubble.text4.right";
25056                   to_y: "elm.padding.top";
25057                }
25058                rel2 { relative: 0 0;
25059                   to_x: "elm.padding.bubble.text4.right";
25060                   to_y: "elm.text.2";
25061                }
25062                text {
25063                   font: "SLP:style=Medium";
25064                   size: GENLIST_FONT_32_INC;
25065                   min: 1 1;
25066                   align: 0.5 0.5;
25067                   text_class: "slp_medium";
25068                }
25069             }
25070             GENLIST_DESCRIPTION_FLIP_ENABLED
25071          }
25072          part { name: "elm.padding.text3.right";
25073             clip_to: "disclip";
25074             type: RECT;
25075             scale: 1;
25076             description { state: "default" 0.0;
25077                fixed: 1 1;
25078                align: 1.0 0.0;
25079                visible: 0;
25080                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25081                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25082                rel1 { relative: 0 0;
25083                   to_x: "elm.padding.bubble.text4.left";
25084                   to_y: "elm.padding.bubble.text4.left";
25085                }
25086                rel2 { relative: 0 0;
25087                   to_x: "elm.padding.bubble.text4.left";
25088                   to_y: "elm.padding.bottom";
25089                }
25090             }
25091          }
25092          part { name: "elm.text.3";
25093             clip_to: "disclip";
25094             type: TEXT;
25095             scale: 1;
25096             description { state: "default" 0.0;
25097                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25098                fixed: 0 1;
25099                align: 0.0 0.0;
25100                min: 0 GENLIST_SIZE_48_INC;
25101                rel1 { relative: 1 1;
25102                   to_x: "elm.padding.left";
25103                   to_y: "elm.text.1";
25104                }
25105                rel2 { relative: 0 1;
25106                   to_x: "elm.padding.text3.right";
25107                   to_y: "elm.padding.text3.right";
25108                }
25109                text {
25110                   font: "SLP:style=Medium";
25111                   size: GENLIST_FONT_32_INC;
25112                   min: 0 1;
25113                   align: 0.0 0.5;
25114                   text_class: "slp_medium";
25115                }
25116             }
25117             description { state: "selected" 0.0;
25118                inherit: "default" 0.0;
25119                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25120             }
25121             GENLIST_DESCRIPTION_FLIP_ENABLED
25122          }
25123          GENLIST_PART_FLIP
25124          GENLIST_PART_DISCLIP
25125       }
25126       programs {
25127          // signal: elm,state,%s,active
25128          //   a "check" item named %s went active
25129          // signal: elm,state,%s,passive
25130          //   a "check" item named %s went passive
25131          // default is passive
25132          program { name: "go_active";
25133             signal: "elm,state,selected";
25134             source: "elm";
25135             action: STATE_SET "selected" 0.0;
25136             target: "elm.text.1";
25137             target: "elm.text.2";
25138          }
25139          program { name: "go_passive";
25140             signal: "elm,state,unselected";
25141             source: "elm";
25142             action: STATE_SET "default" 0.0;
25143             target: "elm.text.1";
25144             target: "elm.text.2";
25145             transition: LINEAR 0.1;
25146          }
25147          program { name: "go_read";
25148             signal: "elm,state,read";
25149             source: "elm";
25150             action: STATE_SET "read" 0.0;
25151             target: "elm.text.1";
25152          }
25153          program { name: "go_unread";
25154             signal: "elm,state,unread";
25155             source: "elm";
25156             action: STATE_SET "default" 0.0;
25157             target: "elm.text.1";
25158          }
25159       }
25160    }
25161    // 2.2.2.41
25162    group { name: "elm/genlist/item/4text.2/default";
25163       alias: "elm/genlist/item_odd/4text.2/default";
25164       alias: "elm/genlist/item_compress/4text.2/default";
25165       alias: "elm/genlist/item_compress_odd/4text.2/default";
25166       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25167       data.item: "stacking" "above";
25168       data.item: "selectraise" "on";
25169       data.item: "flips" "elm.flip.content";
25170       parts {
25171          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25172          GENLIST_PART_BG_IMAGE
25173          GENLIST_PART_BOTTOM_LINE
25174          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25175          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25176          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25177          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25178
25179          part { name: "elm.text.1";
25180             clip_to: "disclip";
25181             type: TEXT;
25182             scale: 1;
25183             description { state: "default" 0.0;
25184                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25185                fixed: 0 1;
25186                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25187                rel1 { relative: 1.0 1.0;
25188                   to_x: "elm.padding.left";
25189                   to_y: "elm.padding.top";
25190                }
25191                rel2 { relative: 0.0 1.0;
25192                   to_x: "elm.padding.text1.right";
25193                   to_y: "elm.padding.text1.right";
25194                }
25195                text {
25196                   font: "SLP:style=Roman";
25197                   size: GENLIST_FONT_44_INC;
25198                   min: 0 1;
25199                   align: 0.0 0.5;
25200                   text_class: "list_item";
25201                }
25202             }
25203             description { state: "read" 0.0;
25204                inherit: "default" 0.0;
25205                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25206             }
25207             description { state: "selected" 0.0;
25208                inherit: "default" 0.0;
25209                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25210             }
25211             GENLIST_DESCRIPTION_FLIP_ENABLED
25212          }
25213          part { name: "elm.padding.text1.right";
25214             clip_to: "disclip";
25215             type: RECT;
25216             scale: 1;
25217             description { state: "default" 0.0;
25218                fixed: 1 1 ;
25219                align: 1.0 0.0;
25220                visible: 0;
25221                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25222                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25223                rel1 { relative: 0.0 1.0;
25224                   to_x: "elm.text.2";
25225                   to_y: "elm.padding.top";
25226                }
25227                rel2 { relative: 0.0 1.0;
25228                   to_x: "elm.text.2";
25229                   to_y: "elm.padding.top";
25230                }
25231             }
25232          }
25233          part { name: "elm.text.2";
25234             clip_to: "disclip";
25235             type: TEXT;
25236             scale: 1;
25237             description { state: "default" 0.0;
25238                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25239                fixed: 0 1;
25240                align: 1.0 1.0;
25241                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25242                rel1 { relative: 0.0 1.0;
25243                   to_x: "elm.padding.right";
25244                   to_y: "elm.padding.bottom";
25245                }
25246                rel2 { relative: 0.0 1.0;
25247                  to_x: "elm.padding.right";
25248                  to_y: "elm.padding.bottom";
25249                }
25250                text {
25251                   font: "SLP:style=Medium";
25252                   size: GENLIST_FONT_32_INC;
25253                   min: 1 1;
25254                   align: 0.5 0.5;
25255                   text_class: "slp_medium";
25256               }
25257             }
25258             description { state: "selected" 0.0;
25259                inherit: "default" 0.0;
25260                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25261             }
25262             GENLIST_DESCRIPTION_FLIP_ENABLED
25263          }
25264          part { name: "elm.text.4";
25265             clip_to: "disclip";
25266             type: TEXT;
25267             scale: 1;
25268             description { state: "default" 0.0;
25269                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25270                fixed: 0 1;
25271                align: 1.0 0.0;
25272                min: 0 GENLIST_SIZE_48_INC;
25273                rel1 { relative: 0 1;
25274                   to_x: "elm.padding.right";
25275                   to_y: "elm.padding.top";
25276                }
25277                rel2 { relative: 0 0;
25278                   to_x: "elm.padding.right";
25279                   to_y: "elm.text.2";
25280                }
25281                text {
25282                   font: "SLP:style=Medium";
25283                   size: GENLIST_FONT_32_INC;
25284                   min: 1 1;
25285                   align: 0.5 0.5;
25286                   text_class: "slp_medium";
25287                }
25288             }
25289             GENLIST_DESCRIPTION_FLIP_ENABLED
25290          }
25291          part { name: "elm.padding.text3.right";
25292             clip_to: "disclip";
25293             type: RECT;
25294             scale: 1;
25295             description { state: "default" 0.0;
25296                fixed: 1 1;
25297                align: 1.0 0.0;
25298                visible: 0;
25299                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25300                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25301                rel1 { relative: 0 0;
25302                   to_x: "elm.text.4";
25303                   to_y: "elm.text.4";
25304                }
25305                rel2 { relative: 0 0;
25306                   to_x: "elm.text.4";
25307                   to_y: "elm.padding.bottom";
25308                }
25309             }
25310          }
25311          part { name: "elm.text.3";
25312             clip_to: "disclip";
25313             type: TEXT;
25314             scale: 1;
25315             description { state: "default" 0.0;
25316                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25317                fixed: 0 1;
25318                align: 0.0 0.0;
25319                min: 0 GENLIST_SIZE_48_INC;
25320                rel1 { relative: 1 1;
25321                   to_x: "elm.padding.left";
25322                   to_y: "elm.text.1";
25323                }
25324                rel2 { relative: 0 1;
25325                   to_x: "elm.padding.text3.right";
25326                   to_y: "elm.padding.text3.right";
25327                }
25328                text {
25329                   font: "SLP:style=Medium";
25330                   size: GENLIST_FONT_32_INC;
25331                   min: 0 1;
25332                   align: 0.0 0.5;
25333                   text_class: "slp_medium";
25334                }
25335             }
25336             description { state: "selected" 0.0;
25337                inherit: "default" 0.0;
25338                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25339             }
25340             GENLIST_DESCRIPTION_FLIP_ENABLED
25341          }
25342          GENLIST_PART_FLIP
25343          GENLIST_PART_DISCLIP
25344       }
25345       programs {
25346          // signal: elm,state,%s,active
25347          //   a "check" item named %s went active
25348          // signal: elm,state,%s,passive
25349          //   a "check" item named %s went passive
25350          // default is passive
25351          program { name: "go_active";
25352             signal: "elm,state,selected";
25353             source: "elm";
25354             action: STATE_SET "selected" 0.0;
25355             target: "elm.text.1";
25356             target: "elm.text.2";
25357          }
25358          program { name: "go_passive";
25359             signal: "elm,state,unselected";
25360             source: "elm";
25361             action: STATE_SET "default" 0.0;
25362             target: "elm.text.1";
25363             target: "elm.text.2";
25364             transition: LINEAR 0.1;
25365          }
25366          program { name: "go_read";
25367             signal: "elm,state,read";
25368             source: "elm";
25369             action: STATE_SET "read" 0.0;
25370             target: "elm.text.1";
25371          }
25372          program { name: "go_unread";
25373             signal: "elm,state,unread";
25374             source: "elm";
25375             action: STATE_SET "default" 0.0;
25376             target: "elm.text.1";
25377          }
25378       }
25379    }
25380    // 2.2.2.42
25381    group { name: "elm/genlist/item/3text.1icon.3/default";
25382       alias: "elm/genlist/item_odd/3text.1icon.3/default";
25383       alias: "elm/genlist/item_compress/3text.1icon.3/default";
25384       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
25385       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25386       data.item: "contents" "elm.icon.1";
25387       data.item: "stacking" "above";
25388       data.item: "selectraise" "on";
25389       data.item: "flips" "elm.flip.content";
25390       parts {
25391          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25392          GENLIST_PART_BG_IMAGE
25393          GENLIST_PART_BOTTOM_LINE
25394          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25395          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25396          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25397          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25398
25399          part { name: "elm.text.1";
25400             clip_to: "disclip";
25401             type: TEXT;
25402             scale: 1;
25403             description { state: "default" 0.0;
25404                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25405                fixed: 0 1;
25406                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25407                rel1 { relative: 1.0 1.0;
25408                   to_x: "elm.padding.left";
25409                   to_y: "elm.padding.top";
25410                }
25411                rel2 { relative: 0.0 1.0;
25412                   to_x: "elm.padding.text1.right";
25413                   to_y: "elm.padding.text1.right";
25414                }
25415                text {
25416                   font: "SLP:style=Roman";
25417                   size: GENLIST_FONT_44_INC;
25418                   min: 0 1;
25419                   align: 0.0 0.5;
25420                   text_class: "list_item";
25421                }
25422             }
25423             description { state: "read" 0.0;
25424                inherit: "default" 0.0;
25425                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25426             }
25427             description { state: "selected" 0.0;
25428                inherit: "default" 0.0;
25429                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25430             }
25431             GENLIST_DESCRIPTION_FLIP_ENABLED
25432          }
25433          part { name: "elm.padding.text1.right";
25434             clip_to: "disclip";
25435             type: RECT;
25436             scale: 1;
25437             description { state: "default" 0.0;
25438                fixed: 1 1 ;
25439                align: 1.0 0.0;
25440                visible: 0;
25441                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25442                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25443                rel1 { relative: 0.0 1.0;
25444                   to_x: "elm.icon.1";
25445                   to_y: "elm.padding.top";
25446                }
25447                rel2 { relative: 0.0 1.0;
25448                   to_x: "elm.icon.1";
25449                   to_y: "elm.padding.top";
25450                }
25451             }
25452          }
25453          part { name: "elm.text.2";
25454             clip_to: "disclip";
25455             type: TEXT;
25456             scale: 1;
25457             description { state: "default" 0.0;
25458                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25459                fixed: 0 1;
25460                align: 1.0 1.0;
25461                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25462                rel1 { relative: 0.0 1.0;
25463                   to_x: "elm.padding.right";
25464                   to_y: "elm.padding.bottom";
25465                }
25466                rel2 { relative: 0.0 1.0;
25467                  to_x: "elm.padding.right";
25468                  to_y: "elm.padding.bottom";
25469                }
25470                text {
25471                   font: "SLP:style=Medium";
25472                   size: GENLIST_FONT_32_INC;
25473                   min: 1 1;
25474                   align: 0.5 0.5;
25475                   text_class: "slp_medium";
25476               }
25477             }
25478             description { state: "selected" 0.0;
25479                inherit: "default" 0.0;
25480                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25481             }
25482
25483             GENLIST_DESCRIPTION_FLIP_ENABLED
25484          }
25485          part { name: "elm.padding.icon1.right";
25486             clip_to: "disclip";
25487             type: RECT;
25488             scale: 1;
25489             description { state: "default" 0.0;
25490                fixed: 1 1;
25491                align: 1.0 0.0;
25492                visible: 0;
25493                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25494                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25495                rel1 { relative: 0 1;
25496                   to_x: "elm.padding.right";
25497                   to_y: "elm.padding.top";
25498                }
25499                rel2 { relative: 0 0;
25500                   to_x: "elm.padding.right";
25501                   to_y: "elm.text.2";
25502                }
25503             }
25504          }
25505          part { name: "elm.icon.1";
25506             clip_to: "disclip";
25507             type: SWALLOW;
25508             scale: 1;
25509             description { state: "default" 0.0;
25510                color: 0 255 255 255;
25511                fixed: 1 1;
25512                align: 1.0 0.0;
25513                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25514                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25515                rel1 { relative: 0 0;
25516                   to_x: "elm.padding.icon1.right";
25517                   to_y: "elm.padding.icon1.right";
25518                }
25519                rel2 { relative: 0 1;
25520                   to_x: "elm.padding.icon1.right";
25521                   to_y: "elm.padding.icon1.right";
25522                }
25523             }
25524          }
25525          part { name: "elm.padding.text3.right";
25526             clip_to: "disclip";
25527             type: RECT;
25528             scale: 1;
25529             description { state: "default" 0.0;
25530                fixed: 1 1;
25531                align: 1.0 0.0;
25532                visible: 0;
25533                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25534                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25535                rel1 { relative: 0 0;
25536                   to_x: "elm.text.2";
25537                   to_y: "elm.padding.top";
25538                }
25539                rel2 { relative: 0 0;
25540                   to_x: "elm.text.2";
25541                   to_y: "elm.icon.1";
25542                }
25543             }
25544          }
25545          part { name: "elm.text.3";
25546             clip_to: "disclip";
25547             type: TEXT;
25548             scale: 1;
25549             description { state: "default" 0.0;
25550                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25551                fixed: 0 1;
25552                align: 0.0 0.0;
25553                min: 0 GENLIST_SIZE_48_INC;
25554                rel1 { relative: 1 1;
25555                   to_x: "elm.padding.left";
25556                   to_y: "elm.text.1";
25557                }
25558                rel2 { relative: 0 1;
25559                   to_x: "elm.padding.text3.right";
25560                   to_y: "elm.padding.text3.right";
25561                }
25562                text {
25563                   font: "SLP:style=Medium";
25564                   size: GENLIST_FONT_32_INC;
25565                   min: 0 1;
25566                   align: 0.0 0.5;
25567                   text_class: "slp_medium";
25568                }
25569             }
25570             description { state: "selected" 0.0;
25571                inherit: "default" 0.0;
25572                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25573             }
25574             GENLIST_DESCRIPTION_FLIP_ENABLED
25575          }
25576          GENLIST_PART_FLIP
25577          GENLIST_PART_DISCLIP
25578       }
25579       programs {
25580          // signal: elm,state,%s,active
25581          //   a "check" item named %s went active
25582          // signal: elm,state,%s,passive
25583          //   a "check" item named %s went passive
25584          // default is passive
25585          program { name: "go_active";
25586             signal: "elm,state,selected";
25587             source: "elm";
25588             action: STATE_SET "selected" 0.0;
25589             target: "elm.text.1";
25590             target: "elm.text.2";
25591          }
25592          program { name: "go_passive";
25593             signal: "elm,state,unselected";
25594             source: "elm";
25595             action: STATE_SET "default" 0.0;
25596             target: "elm.text.1";
25597             target: "elm.text.2";
25598             transition: LINEAR 0.1;
25599          }
25600          program { name: "go_read";
25601             signal: "elm,state,read";
25602             source: "elm";
25603             action: STATE_SET "read" 0.0;
25604             target: "elm.text.1";
25605          }
25606          program { name: "go_unread";
25607             signal: "elm,state,unread";
25608             source: "elm";
25609             action: STATE_SET "default" 0.0;
25610             target: "elm.text.1";
25611          }
25612       }
25613    }
25614    // 2.2.2.44
25615    group { name: "elm/genlist/item/4text.1icon.3/default";
25616       alias: "elm/genlist/item_odd/4text.1icon.3/default";
25617       alias: "elm/genlist/item_compress/4text.1icon.3/default";
25618       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
25619       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25620       data.item: "stacking" "above";
25621       data.item: "selectraise" "on";
25622       data.item: "contents" "elm.icon.1";
25623       data.item: "flips" "elm.flip.content";
25624       images {
25625          image: "00_winset_list_bubble_bg.png" COMP;
25626       }
25627       parts {
25628          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25629          GENLIST_PART_BG_IMAGE
25630          GENLIST_PART_BOTTOM_LINE
25631          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25632          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25633          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25634          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25635          part { name: "elm.icon.1";
25636             clip_to: "disclip";
25637             type: SWALLOW;
25638             scale: 1;
25639             description { state: "default" 0.0;
25640                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25641                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25642                fixed: 1 1;
25643                rel1 {
25644                   relative: 1.0 0.0;
25645                   to_x: "elm.padding.left";
25646                }
25647                rel2 {
25648                   relative: 1.0 1.0;
25649                   to_x: "elm.padding.left";
25650                }
25651                align: 0.0 0.5;
25652             }
25653             GENLIST_DESCRIPTION_FLIP_ENABLED
25654          }
25655          part { name: "elm.text.1";
25656             clip_to: "disclip";
25657             type: TEXT;
25658             scale: 1;
25659             description { state: "default" 0.0;
25660                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25661                fixed: 0 1;
25662                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25663                rel1 { relative: 1.0 1.0;
25664                   to_x: "elm.icon.1";
25665                   to_y: "elm.padding.top";
25666                }
25667                rel2 { relative: 0.0 1.0;
25668                   to_x: "elm.padding.text1.right";
25669                   to_y: "elm.padding.text1.right";
25670                }
25671                text {
25672                   font: "SLP:style=Roman";
25673                   size: GENLIST_FONT_44_INC;
25674                   min: 0 1;
25675                   align: 0.0 0.5;
25676                   text_class: "list_item";
25677                }
25678             }
25679             description { state: "read" 0.0;
25680                inherit: "default" 0.0;
25681                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25682             }
25683             description { state: "selected" 0.0;
25684                inherit: "default" 0.0;
25685                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25686             }
25687             GENLIST_DESCRIPTION_FLIP_ENABLED
25688          }
25689          part { name: "elm.padding.text1.right";
25690             clip_to: "disclip";
25691             type: RECT;
25692             scale: 1;
25693             description { state: "default" 0.0;
25694                fixed: 1 1 ;
25695                align: 1.0 0.0;
25696                visible: 0;
25697                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25698                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25699                rel1 { relative: 0.0 1.0;
25700                   to_x: "elm.text.2";
25701                   to_y: "elm.padding.top";
25702                }
25703                rel2 { relative: 0.0 1.0;
25704                   to_x: "elm.text.2";
25705                   to_y: "elm.padding.top";
25706                }
25707             }
25708          }
25709          part { name: "elm.text.2";
25710             clip_to: "disclip";
25711             type: TEXT;
25712             scale: 1;
25713             description { state: "default" 0.0;
25714                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25715                fixed: 0 1;
25716                align: 1.0 1.0;
25717                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25718                rel1 { relative: 0.0 1.0;
25719                   to_x: "elm.padding.right";
25720                   to_y: "elm.padding.bottom";
25721                }
25722                rel2 { relative: 0.0 1.0;
25723                  to_x: "elm.padding.right";
25724                  to_y: "elm.padding.bottom";
25725                }
25726                text {
25727                   font: "SLP:style=Medium";
25728                   size: GENLIST_FONT_32_INC;
25729                   min: 1 1;
25730                   align: 0.5 0.5;
25731                   text_class: "slp_medium";
25732                }
25733             }
25734             description { state: "selected" 0.0;
25735                inherit: "default" 0.0;
25736                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25737             }
25738             GENLIST_DESCRIPTION_FLIP_ENABLED
25739          }
25740          part { name: "elm.bubble";
25741             type: IMAGE;
25742             description{ state: "default" 0.0;
25743                fixed: 0 1;
25744                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25745                rel1 { relative: 0 0;
25746                   to_x: "elm.padding.bubble.text4.left";
25747                   to_y: "elm.padding.bubble.text4.left";
25748                }
25749                rel2 { relative: 1 1;
25750                   to_x: "elm.padding.bubble.text4.right";
25751                   to_y: "elm.padding.bubble.text4.right";
25752                }
25753                image {
25754                   normal: "00_winset_list_bubble_bg.png";
25755                   border:  6 6 0 0;
25756                }
25757             }
25758          }
25759          part { name: "elm.padding.bubble.text4.left";
25760             type: RECT;
25761             scale: 1;
25762             description { state: "default" 0.0;
25763                fixed: 1 1;
25764                align: 1 0;
25765                visible: 0;
25766                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25767                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25768                rel1 { relative: 0 1;
25769                   to_x: "elm.text.4";
25770                   to_y: "elm.padding.top";
25771                }
25772                rel2 { relative: 0 0;
25773                   to_x: "elm.text.4";
25774                   to_y: "elm.text.2";
25775                }
25776
25777             }
25778          }
25779          part { name: "elm.padding.bubble.text4.right";
25780             type: RECT;
25781             scale: 1;
25782             description { state: "default" 0.0;
25783                fixed: 1 1;
25784                align: 1 0;
25785                visible: 0;
25786                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25787                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25788                rel1 { relative: 0 1;
25789                   to_x: "elm.padding.right";
25790                   to_y: "elm.padding.top";
25791                }
25792                rel2 { relative: 0 0;
25793                   to_x: "elm.padding.right";
25794                   to_y: "elm.text.2";
25795                }
25796             }
25797          }
25798          part { name: "elm.text.4";
25799             clip_to: "disclip";
25800             type: TEXT;
25801             scale: 1;
25802             description { state: "default" 0.0;
25803                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25804                fixed: 0 1;
25805                align: 1.0 0.0;
25806                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25807                rel1 { relative: 0 1;
25808                   to_x: "elm.padding.bubble.text4.right";
25809                   to_y: "elm.padding.top";
25810                }
25811                rel2 { relative: 0 0;
25812                   to_x: "elm.padding.bubble.text4.right";
25813                   to_y: "elm.text.2";
25814                }
25815                text {
25816                   font: "SLP:style=Medium";
25817                   size: GENLIST_FONT_32_INC;
25818                   min: 1 1;
25819                   align: 0.5 0.5;
25820                   text_class: "slp_medium";
25821                }
25822             }
25823             GENLIST_DESCRIPTION_FLIP_ENABLED
25824          }
25825          part { name: "elm.padding.text3.right";
25826             clip_to: "disclip";
25827             type: RECT;
25828             scale: 1;
25829             description { state: "default" 0.0;
25830                fixed: 1 1;
25831                align: 1.0 0.0;
25832                visible: 0;
25833                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25834                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25835                rel1 { relative: 0 0;
25836                   to_x: "elm.padding.bubble.text4.left";
25837                   to_y: "elm.padding.bubble.text4.left";
25838                }
25839                rel2 { relative: 0 0;
25840                   to_x: "elm.padding.bubble.text4.left";
25841                   to_y: "elm.padding.bottom";
25842                }
25843             }
25844          }
25845          part { name: "elm.text.3";
25846             clip_to: "disclip";
25847             type: TEXT;
25848             scale: 1;
25849             description { state: "default" 0.0;
25850                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25851                fixed: 0 1;
25852                align: 0.0 0.0;
25853                min: 0 GENLIST_SIZE_48_INC;
25854                rel1 { relative: 1 1;
25855                   to_x: "elm.icon.1";
25856                   to_y: "elm.text.1";
25857                }
25858                rel2 { relative: 0 1;
25859                   to_x: "elm.padding.text3.right";
25860                   to_y: "elm.padding.text3.right";
25861                }
25862                text {
25863                   font: "SLP:style=Medium";
25864                   size: GENLIST_FONT_32_INC;
25865                   min: 0 1;
25866                   align: 0.0 0.5;
25867                   text_class: "slp_medium";
25868                }
25869             }
25870             description { state: "selected" 0.0;
25871                inherit: "default" 0.0;
25872                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25873             }
25874             GENLIST_DESCRIPTION_FLIP_ENABLED
25875          }
25876          GENLIST_PART_FLIP
25877          GENLIST_PART_DISCLIP
25878       }
25879       programs {
25880          // signal: elm,state,%s,active
25881          //   a "check" item named %s went active
25882          // signal: elm,state,%s,passive
25883          //   a "check" item named %s went passive
25884          // default is passive
25885          program { name: "go_active";
25886             signal: "elm,state,selected";
25887             source: "elm";
25888             action: STATE_SET "selected" 0.0;
25889             target: "elm.text.1";
25890             target: "elm.text.2";
25891          }
25892          program { name: "go_passive";
25893             signal: "elm,state,unselected";
25894             source: "elm";
25895             action: STATE_SET "default" 0.0;
25896             target: "elm.text.1";
25897             target: "elm.text.2";
25898             transition: LINEAR 0.1;
25899          }
25900          program { name: "go_read";
25901             signal: "elm,state,read";
25902             source: "elm";
25903             action: STATE_SET "read" 0.0;
25904             target: "elm.text.1";
25905          }
25906          program { name: "go_unread";
25907             signal: "elm,state,unread";
25908             source: "elm";
25909             action: STATE_SET "default" 0.0;
25910             target: "elm.text.1";
25911          }
25912       }
25913    }
25914    // 2.2.2.43
25915    group { name: "elm/genlist/item/2text.4icon.1/default";
25916       alias: "elm/genlist/item_odd/2text.4icon.1/default";
25917       alias: "elm/genlist/item_compress/2text.4icon.1/default";
25918       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
25919       data.item: "texts" "elm.text.1 elm.text.2";
25920       data.item: "stacking" "above";
25921       data.item: "selectraise" "on";
25922       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
25923       data.item: "flips" "elm.flip.content";
25924       parts {
25925          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25926          GENLIST_PART_BG_IMAGE
25927          GENLIST_PART_BOTTOM_LINE
25928          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25929          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25930          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25931          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25932          part { name: "elm.icon.1";
25933             clip_to: "disclip";
25934             type: SWALLOW;
25935             scale: 1;
25936             description { state: "default" 0.0;
25937                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25938                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25939                fixed: 1 1;
25940                rel1 {
25941                   relative: 0.0 1.0;
25942                   to_x: "elm.padding.right";
25943                   to_y: "elm.padding.top";
25944                }
25945                rel2 {
25946                   relative: 0.0 0.0;
25947                   to_x: "elm.padding.right";
25948                   to_y: "elm.padding.bottom";
25949                }
25950                align: 1.0 0.5;
25951             }
25952             GENLIST_DESCRIPTION_FLIP_ENABLED
25953          }
25954          part { name: "elm.padding.text1.right";
25955             clip_to: "disclip";
25956             type: RECT;
25957             scale: 1;
25958             description { state: "default" 0.0;
25959                fixed: 1 1 ;
25960                align: 1.0 0.0;
25961                visible: 0;
25962                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25963                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25964                rel1 { relative: 0.0 1.0;
25965                   to_x: "elm.icon.1";
25966                   to_y: "elm.padding.top";
25967                }
25968                rel2 { relative: 0.0 1.0;
25969                   to_x: "elm.icon.1";
25970                   to_y: "elm.padding.top";
25971                }
25972             }
25973          }
25974          part { name: "elm.text.1";
25975             clip_to: "disclip";
25976             type: TEXT;
25977             scale: 1;
25978             description { state: "default" 0.0;
25979                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25980                fixed: 0 1;
25981                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25982                rel1 { relative: 1.0 1.0;
25983                   to_x: "elm.padding.left";
25984                   to_y: "elm.padding.top";
25985                }
25986                rel2 { relative: 0.0 1.0;
25987                   to_x: "elm.padding.text1.right";
25988                   to_y: "elm.padding.text1.right";
25989                }
25990                text {
25991                   font: "SLP:style=Roman";
25992                   size: GENLIST_FONT_44_INC;
25993                   min: 0 1;
25994                   align: 0.0 0.5;
25995                   text_class: "list_item";
25996                }
25997             }
25998             description { state: "read" 0.0;
25999                inherit: "default" 0.0;
26000                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
26001             }
26002             description { state: "selected" 0.0;
26003                inherit: "default" 0.0;
26004                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
26005             }
26006             GENLIST_DESCRIPTION_FLIP_ENABLED
26007          }
26008          part { name: "elm.padding.icon2.right";
26009             clip_to: "disclip";
26010             type: RECT;
26011             scale: 1;
26012             description { state: "default" 0.0;
26013                fixed: 1 1;
26014                align: 1.0 0.0;
26015                visible: 0;
26016                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26017                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26018                rel1 { relative: 0 1;
26019                   to_x: "elm.icon.1";
26020                   to_y: "elm.text.1";
26021                }
26022                rel2 { relative: 0 0;
26023                   to_x: "elm.icon.1";
26024                   to_y: "elm.padding.bottom";
26025                }
26026             }
26027          }
26028          part { name: "elm.icon.2";
26029             clip_to: "disclip";
26030             type: SWALLOW;
26031             scale: 1;
26032             description { state: "default" 0.0;
26033                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26034                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26035                fixed: 1 1;
26036                rel1 {
26037                   relative: 0.0 1.0;
26038                   to_x: "elm.padding.icon2.right";
26039                   to_y: "elm.text.1";
26040                }
26041                rel2 {
26042                   relative: 0.0 0.0;
26043                   to_x: "elm.padding.icon2.right";
26044                   to_y: "elm.padding.bottom";
26045                }
26046                align: 1.0 0.5;
26047             }
26048             GENLIST_DESCRIPTION_FLIP_ENABLED
26049          }
26050          part { name: "elm.padding.icon3.right";
26051             clip_to: "disclip";
26052             type: RECT;
26053             scale: 1;
26054             description { state: "default" 0.0;
26055                fixed: 1 1;
26056                align: 1.0 0.0;
26057                visible: 0;
26058                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26059                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26060                rel1 { relative: 0 1;
26061                   to_x: "elm.icon.2";
26062                   to_y: "elm.text.1";
26063                }
26064                rel2 { relative: 0 0;
26065                   to_x: "elm.icon.2";
26066                   to_y: "elm.padding.bottom";
26067                }
26068             }
26069          }
26070          part { name: "elm.icon.3";
26071             clip_to: "disclip";
26072             type: SWALLOW;
26073             scale: 1;
26074             description { state: "default" 0.0;
26075                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26076                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26077                fixed: 1 1;
26078                rel1 {
26079                   relative: 0.0 1.0;
26080                   to_x: "elm.padding.icon3.right";
26081                   to_y: "elm.text.1";
26082                }
26083                rel2 {
26084                   relative: 0.0 0.0;
26085                   to_x: "elm.padding.icon3.right";
26086                   to_y: "elm.padding.bottom";
26087                }
26088                align: 1.0 0.5;
26089             }
26090             GENLIST_DESCRIPTION_FLIP_ENABLED
26091          }
26092          part { name: "elm.padding.icon4.right";
26093             clip_to: "disclip";
26094             type: RECT;
26095             scale: 1;
26096             description { state: "default" 0.0;
26097                fixed: 1 1;
26098                align: 1.0 0.0;
26099                visible: 0;
26100                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26101                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26102                rel1 { relative: 0 1;
26103                   to_x: "elm.icon.3";
26104                   to_y: "elm.text.1";
26105                }
26106                rel2 { relative: 0 0;
26107                   to_x: "elm.icon.3";
26108                   to_y: "elm.padding.bottom";
26109                }
26110             }
26111          }
26112          part { name: "elm.icon.4";
26113             clip_to: "disclip";
26114             type: SWALLOW;
26115             scale: 1;
26116             description { state: "default" 0.0;
26117                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26118                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26119                fixed: 1 1;
26120                rel1 {
26121                   relative: 0.0 1.0;
26122                   to_x: "elm.padding.icon4.right";
26123                   to_y: "elm.text.1";
26124                }
26125                rel2 {
26126                   relative: 0.0 0.0;
26127                   to_x: "elm.padding.icon4.right";
26128                   to_y: "elm.padding.bottom";
26129                }
26130                align: 1.0 0.5;
26131             }
26132             GENLIST_DESCRIPTION_FLIP_ENABLED
26133          }
26134          part { name: "elm.padding.text2.right";
26135             clip_to: "disclip";
26136             type: RECT;
26137             scale: 1;
26138             description { state: "default" 0.0;
26139                fixed: 1 1;
26140                align: 1.0 0.0;
26141                visible: 0;
26142                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26143                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26144                rel1 { relative: 0 1;
26145                   to_x: "elm.icon.4";
26146                   to_y: "elm.text.1";
26147                }
26148                rel2 { relative: 0 0;
26149                   to_x: "elm.icon.4";
26150                   to_y: "elm.padding.bottom";
26151                }
26152             }
26153          }
26154          part { name: "elm.text.2";
26155             clip_to: "disclip";
26156             type: TEXT;
26157             scale: 1;
26158             description { state: "default" 0.0;
26159                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
26160                fixed: 0 1;
26161                align: 0.0 0.0;
26162                min: 0 GENLIST_SIZE_48_INC;
26163                rel1 { relative: 1 1;
26164                   to_x: "elm.padding.left";
26165                   to_y: "elm.text.1";
26166                }
26167                rel2 { relative: 0 1;
26168                   to_x: "elm.padding.text2.right";
26169                   to_y: "elm.padding.text2.right";
26170                }
26171                text {
26172                   font: "SLP:style=Medium";
26173                   size: GENLIST_FONT_32_INC;
26174                   min: 0 1;
26175                   align: 0.0 0.5;
26176                   text_class: "slp_medium";
26177                }
26178             }
26179             description { state: "selected" 0.0;
26180                inherit: "default" 0.0;
26181                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
26182             }
26183             GENLIST_DESCRIPTION_FLIP_ENABLED
26184          }
26185          GENLIST_PART_FLIP
26186          GENLIST_PART_DISCLIP
26187       }
26188       programs {
26189          // signal: elm,state,%s,active
26190          //   a "check" item named %s went active
26191          // signal: elm,state,%s,passive
26192          //   a "check" item named %s went passive
26193          // default is passive
26194          program { name: "go_active";
26195             signal: "elm,state,selected";
26196             source: "elm";
26197             action: STATE_SET "selected" 0.0;
26198             target: "elm.text.1";
26199          }
26200          program { name: "go_passive";
26201             signal: "elm,state,unselected";
26202             source: "elm";
26203             action: STATE_SET "default" 0.0;
26204             target: "elm.text.1";
26205             transition: LINEAR 0.1;
26206          }
26207          program { name: "go_read";
26208             signal: "elm,state,read";
26209             source: "elm";
26210             action: STATE_SET "read" 0.0;
26211             target: "elm.text.1";
26212          }
26213          program { name: "go_unread";
26214             signal: "elm,state,unread";
26215             source: "elm";
26216             action: STATE_SET "default" 0.0;
26217             target: "elm.text.1";
26218          }
26219       }
26220    }
26221
26222    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
26223       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
26224       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
26225       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
26226       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
26227       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
26228       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
26229       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
26230       alias: "elm/layout/dialogue/bg/2text.1icon.2";
26231       data.item: "stacking" "above";
26232       data.item: "selectraise" "on";
26233       data.item: "texts" "elm.text.1 elm.text.2";
26234       data.item: "contents" "elm.icon";
26235       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26236       images {
26237           image: "00_list_thumbnail_bg.png" COMP;
26238       }
26239       parts {
26240          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
26241          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26242          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
26243          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26244          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26245          part { name: "elm.icon.bg";
26246             scale: 1;
26247             description { state: "default" 0.0;
26248                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26249                fixed: 1 1;
26250                align: 0.0 0.8;
26251                rel1 {
26252                   relative: 1.0 0.5;
26253                   to_x: "elm.padding.left";
26254                }
26255                rel2 {
26256                   relative: 1.0 0.5;
26257                   to_x: "elm.padding.left";
26258                }
26259                image {
26260                   normal: "00_list_thumbnail_bg.png";
26261                   border: 1 1 1 1;
26262                   border_scale: 1;
26263                   middle: NONE;
26264                }
26265             }
26266          }
26267          part { name: "elm.icon";
26268             type: SWALLOW;
26269             description { state: "default" 0.0;
26270                rel1.to: "elm.icon.bg";
26271                rel2.to: "elm.icon.bg";
26272             }
26273          }
26274          part { name: "elm.padding.icon.right";
26275             type: RECT;
26276             mouse_events: 0;
26277             scale: 1;
26278             description { state: "default" 0.0;
26279                min: GENLIST_PADDING_16_INC 0;
26280                fixed: 1 0;
26281                rel1 {
26282                    relative: 1.0 0.0;
26283                    to_x: "elm.icon.bg";
26284                }
26285                rel2.to_x: "elm.icon.bg";
26286                visible: 0;
26287                align: 0.0 0.5;
26288             }
26289          }
26290          part { name: "elm.padding.text.left";
26291             type: RECT;
26292             mouse_events: 0;
26293             scale: 1;
26294             description { state: "default" 0.0;
26295                min: GENLIST_PADDING_16_INC 0;
26296                fixed: 1 0;
26297                rel1 {
26298                    relative: 1.0 1.0;
26299                    to_x: "elm.padding.icon.right";
26300                    to_y: "elm.padding.top";
26301                }
26302                rel2.to_x: "elm.padding.icon.right";
26303                visible: 0;
26304                align: 1.0 0.5;
26305             }
26306          }
26307          part { name: "vertical_line";
26308             type: RECT;
26309             mouse_events: 0;
26310             description { state: "default" 0.0;
26311                min: 1 0;
26312                fixed: 1 0;
26313                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26314                rel1 {
26315                   relative: 1.0 1.0;
26316                   to_x: "elm.padding.text.left";
26317                   to_y: "elm.padding.top";
26318                }
26319                rel2 {
26320                   relative: 1.0 0.0;
26321                   to_x: "elm.padding.text.left";
26322                   to_y: "elm.padding.bottom";
26323                }
26324                align: 0.0 0.5;
26325             }
26326          }
26327          part { name: "text_vertical_rect";
26328             type: RECT;
26329             mouse_events: 0;
26330             description { state: "default" 0.0;
26331                min: GENLIST_PADDING_16_INC 0;
26332                fixed: 1 0;
26333                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26334                rel1 {
26335                   relative: 1.0 1.0;
26336                   to_x: "vertical_line";
26337                   to_y: "elm.padding.top";
26338                }
26339                rel2 {
26340                   relative: 1.0 0.0;
26341                   to_x: "elm.padding.text.left";
26342                   to_y: "elm.padding.bottom";
26343                }
26344                align: 0.0 0.5;
26345             }
26346          }
26347          part { name: "elm.padding.text.right";
26348             type: RECT;
26349             mouse_events: 0;
26350             scale: 1;
26351             description { state: "default" 0.0;
26352                min: GENLIST_PADDING_16_INC 0;
26353                fixed: 1 0;
26354                rel1 {
26355                    relative: 1.0 0.0;
26356                    to_x: "text_vertical_rect";
26357                }
26358                rel2.to_x: "text_vertical_rect";
26359                visible: 0;
26360                align: 0.0 0.5;
26361             }
26362          }
26363          part { name: "text_top_line";
26364             type: RECT;
26365             mouse_events: 0;
26366             description { state: "default" 0.0;
26367                min: 0 1;
26368                fixed: 0 1;
26369                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26370                rel1 {
26371                   relative: 1.0 0.0;
26372                   to_x: "text_vertical_rect";
26373                   to_y: "text_vertical_rect";
26374                }
26375                rel2 {
26376                   relative: 1.0 0.0;
26377                   to_y: "text_vertical_rect";
26378                }
26379                align: 0.0 0.0;
26380             }
26381          }
26382          part { name: "text_center_line";
26383             type: RECT;
26384             mouse_events: 0;
26385             description { state: "default" 0.0;
26386                min: 0 1;
26387                fixed: 0 1;
26388                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26389                rel1 {
26390                   relative: 1.0 0.5;
26391                   to_x: "text_vertical_rect";
26392                }
26393                rel2.relative: 1.0 0.5;
26394                align: 0.5 0.5;
26395             }
26396          }
26397          part { name: "text_bottom_line";
26398             type: RECT;
26399             mouse_events: 0;
26400             description { state: "default" 0.0;
26401                min: 0 1;
26402                fixed: 0 1;
26403                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26404                rel1 {
26405                   relative: 1.0 1.0;
26406                   to_x: "text_vertical_rect";
26407                   to_y: "text_vertical_rect";
26408                }
26409                rel2 {
26410                   relative: 1.0 1.0;
26411                   to_y: "text_vertical_rect";
26412                }
26413                align: 0.0 1.0;
26414             }
26415          }
26416          part { name: "elm.text.bg.1";
26417             clip_to: "disclip";
26418             type: RECT;
26419             mouse_events: 0;
26420             scale: 1;
26421             description { state: "default" 0.0;
26422                rel1 {
26423                   relative: 1.0 1.0;
26424                   to_x: "text_vertical_rect";
26425                   to_y: "text_top_line";
26426                }
26427                rel2 {
26428                   relative: 1.0 0.0;
26429                   to_x: "elm.padding.right";
26430                   to_y: "text_center_line";
26431                }
26432                color: GENLIST_PART_BG_COLOR_INC;
26433             }
26434          }
26435          part { name: "elm.text.1";
26436             type: TEXT;
26437             mouse_events: 0;
26438             scale: 1;
26439             description { state: "default" 0.0;
26440                min: 0 GENLIST_SIZE_54_INC;
26441                rel1 {
26442                   relative: 1.0 0.0;
26443                   to_x: "elm.padding.text.right";
26444                   to_y: "elm.text.bg.1";
26445                }
26446                rel2 {
26447                   relative: 0.0 1.0;
26448                   to_x: "elm.padding.right";
26449                   to_y: "elm.text.bg.1";
26450                }
26451                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26452                text {
26453                   font: "SLP:style=Roman";
26454                   size: GENLIST_FONT_48_INC;
26455                   align: 0.0 0.5;
26456                   text_class: "list_item";
26457                }
26458             }
26459             GENLIST_DESCRIPTION_FLIP_ENABLED
26460          }
26461          part { name: "elm.flip.content.1";
26462             clip_to: "disclip";
26463             type: SWALLOW;
26464             description { state: "default" 0.0;
26465                visible: 0;
26466                fixed: 1 1;
26467                rel1.to: "elm.text.1";
26468                rel2.to: "elm.text.1";
26469             }
26470             description { state: "flip_enabled" 0.0;
26471                inherit: "default" 0.0;
26472                visible: 1;
26473             }
26474          }
26475          part { name: "elm.text.bg.2";
26476             clip_to: "disclip";
26477             type: RECT;
26478             mouse_events: 0;
26479             scale: 1;
26480             description { state: "default" 0.0;
26481                rel1 {
26482                   relative: 1.0 1.0;
26483                   to_x: "text_vertical_rect";
26484                   to_y: "text_center_line";
26485                }
26486                rel2 {
26487                   relative: 1.0 0.0;
26488                   to_x: "elm.padding.right";
26489                   to_y: "text_bottom_line";
26490                }
26491                color: GENLIST_PART_BG_COLOR_INC;
26492             }
26493          }
26494          part { name: "elm.text.2";
26495             clip_to: "disclip";
26496             type: TEXT;
26497             mouse_events: 0;
26498             scale: 1;
26499             description { state: "default" 0.0;
26500                min: 0 GENLIST_SIZE_54_INC;
26501                rel1 {
26502                   relative: 1.0 0.0;
26503                   to_x: "elm.padding.text.right";
26504                   to_y: "elm.text.bg.2";
26505                }
26506                rel2 {
26507                   relative: 0.0 1.0;
26508                   to_x: "elm.padding.right";
26509                   to_y: "elm.text.bg.2";
26510                }
26511                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26512                text {
26513                   font: "SLP:style=Roman";
26514                   size: GENLIST_FONT_48_INC;
26515                   align: 0.0 0.5;
26516                   text_class: "slp_roman";
26517                }
26518             }
26519             GENLIST_DESCRIPTION_FLIP_ENABLED
26520          }
26521          part { name: "elm.flip.content.2";
26522             clip_to: "disclip";
26523             type: SWALLOW;
26524             description { state: "default" 0.0;
26525                visible: 0;
26526                fixed: 1 1;
26527                rel1.to: "elm.text.2";
26528                rel2.to: "elm.text.2";
26529             }
26530             description { state: "flip_enabled" 0.0;
26531                inherit: "default" 0.0;
26532                visible: 1;
26533             }
26534          }
26535          GENLIST_PART_DISCLIP
26536       }
26537       programs {
26538          // signal: elm,state,%s,active
26539          //   a "check" item named %s went active
26540          // signal: elm,state,%s,passive
26541          //   a "check" item named %s went passive
26542          // default is passive
26543          /*program { name: "go_active";
26544             signal: "elm,state,selected";
26545             source: "elm";
26546             action: STATE_SET "selected" 0.0;
26547             target: "elm.text";
26548             target: "elm.text.sub";
26549          }
26550          program { name: "go_passive";
26551             signal: "elm,state,unselected";
26552             source: "elm";
26553             action: STATE_SET "default" 0.0;
26554             target: "elm.text";
26555             target: "elm.text.sub";
26556             transition: LINEAR 0.1;
26557          }*/
26558          program { name: "go_disabled";
26559             signal: "elm,state,disabled";
26560             source: "elm";
26561             action: STATE_SET "disabled" 0.0;
26562             target: "disclip";
26563          }
26564          program { name: "go_enabled";
26565             signal: "elm,state,enabled";
26566             source: "elm";
26567             action: STATE_SET "default" 0.0;
26568             target: "disclip";
26569          }
26570          program { name: "flip_enabled";
26571             signal: "elm,state,flip,enabled";
26572             source: "elm";
26573             action: STATE_SET "flip_enabled" 0.0;
26574             target: "elm.text.1";
26575             target: "elm.text.2";
26576             target: "elm.flip.content.1";
26577             target: "elm.flip.content.2";
26578          }
26579          program { name: "flip_disabled";
26580             signal: "elm,state,flip,disabled";
26581             source: "elm";
26582             action: STATE_SET "default" 0.0;
26583             target: "elm.text.1";
26584             target: "elm.text.2";
26585             target: "elm.flip.content.1";
26586             target: "elm.flip.content.2";
26587          }
26588       }
26589    }
26590
26591 /* non-bottom-border-area version of 2text.1icon.2 */
26592    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
26593       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
26594       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
26595       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
26596       alias: "elm/layout/dialogue/bg/2text.1icon.3";
26597       data.item: "stacking" "above";
26598       data.item: "selectraise" "on";
26599       data.item: "texts" "elm.text.1 elm.text.2";
26600       data.item: "contents" "elm.icon";
26601       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26602       images {
26603           image: "00_list_thumbnail_bg.png" COMP;
26604       }
26605       parts {
26606          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
26607          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26608          GENLIST_PART_PADDING_BOTTOM( 0 )
26609          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26610          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26611          part { name: "elm.icon.bg";
26612             scale: 1;
26613             description { state: "default" 0.0;
26614                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26615                fixed: 1 1;
26616                align: 0.0 0.7;
26617                rel1 {
26618                   relative: 1.0 0.5;
26619                   to_x: "elm.padding.left";
26620                }
26621                rel2 {
26622                   relative: 1.0 0.5;
26623                   to_x: "elm.padding.left";
26624                }
26625                image {
26626                   normal: "00_list_thumbnail_bg.png";
26627                   border: 1 1 1 1;
26628                   border_scale: 1;
26629                   middle: NONE;
26630                }
26631             }
26632          }
26633          part { name: "elm.icon";
26634             type: SWALLOW;
26635             description { state: "default" 0.0;
26636                rel1.to: "elm.icon.bg";
26637                rel2.to: "elm.icon.bg";
26638             }
26639          }
26640          part { name: "elm.padding.icon.right";
26641             type: RECT;
26642             mouse_events: 0;
26643             scale: 1;
26644             description { state: "default" 0.0;
26645                min: GENLIST_PADDING_16_INC 0;
26646                fixed: 1 0;
26647                rel1 {
26648                    relative: 1.0 0.0;
26649                    to_x: "elm.icon.bg";
26650                }
26651                rel2.to_x: "elm.icon.bg";
26652                visible: 0;
26653                align: 0.0 0.5;
26654             }
26655          }
26656          part { name: "elm.padding.text.left";
26657             type: RECT;
26658             mouse_events: 0;
26659             scale: 1;
26660             description { state: "default" 0.0;
26661                min: GENLIST_PADDING_16_INC 0;
26662                fixed: 1 0;
26663                rel1 {
26664                    relative: 1.0 1.0;
26665                    to_x: "elm.padding.icon.right";
26666                    to_y: "elm.padding.top";
26667                }
26668                rel2.to_x: "elm.padding.icon.right";
26669                visible: 0;
26670                align: 1.0 0.5;
26671             }
26672          }
26673          part { name: "vertical_line";
26674             type: RECT;
26675             mouse_events: 0;
26676             description { state: "default" 0.0;
26677                visible: 0;
26678                rel1 {
26679                   relative: 1.0 1.0;
26680                   to_x: "elm.padding.text.left";
26681                   to_y: "elm.padding.top";
26682                }
26683                rel2 {
26684                   relative: 1.0 0.0;
26685                   to_x: "elm.padding.text.left";
26686                   to_y: "elm.padding.bottom";
26687                }
26688             }
26689          }
26690          part { name: "text_vertical_rect";
26691             type: RECT;
26692             mouse_events: 0;
26693             scale: 1;
26694             description { state: "default" 0.0;
26695                min: GENLIST_SIZE_16_INC 0;
26696                fixed: 1 0;
26697                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26698                rel1 {
26699                   relative: 1.0 1.0;
26700                   to_x: "vertical_line";
26701                   to_y: "elm.padding.top";
26702                }
26703                rel2 {
26704                   relative: 1.0 0.0;
26705                   to_x: "elm.padding.text.left";
26706                   to_y: "elm.padding.bottom";
26707                }
26708                align: 0.0 0.5;
26709             }
26710          }
26711          part { name: "elm.padding.text.right";
26712             type: RECT;
26713             mouse_events: 0;
26714             scale: 1;
26715             description { state: "default" 0.0;
26716                min: GENLIST_PADDING_16_INC 0;
26717                fixed: 1 0;
26718                rel1 {
26719                    relative: 1.0 0.0;
26720                    to_x: "text_vertical_rect";
26721                }
26722                rel2.to_x: "text_vertical_rect";
26723                visible: 0;
26724                align: 0.0 0.5;
26725             }
26726          }
26727          part { name: "text_top_line";
26728             type: RECT;
26729             mouse_events: 0;
26730             description { state: "default" 0.0;
26731                min: 0 1;
26732                fixed: 0 1;
26733                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26734                rel1 {
26735                   relative: 1.0 0.0;
26736                   to_x: "text_vertical_rect";
26737                   to_y: "text_vertical_rect";
26738                }
26739                rel2 {
26740                   relative: 1.0 0.0;
26741                   to_y: "text_vertical_rect";
26742                }
26743                align: 0.0 0.0;
26744             }
26745          }
26746          part { name: "text_center_line";
26747             type: RECT;
26748             mouse_events: 0;
26749             description { state: "default" 0.0;
26750                min: 0 1;
26751                fixed: 0 1;
26752                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26753                rel1 {
26754                   relative: 1.0 0.56;
26755                   to_x: "text_vertical_rect";
26756                }
26757                rel2.relative: 1.0 0.56;
26758                align: 0.5 0.5;
26759             }
26760          }
26761          part { name: "text_bottom_line";
26762             type: RECT;
26763             mouse_events: 0;
26764             description { state: "default" 0.0;
26765                min: 0 1;
26766                fixed: 0 1;
26767                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26768                rel1 {
26769                   relative: 1.0 1.0;
26770                   to_x: "text_vertical_rect";
26771                   to_y: "text_vertical_rect";
26772                }
26773                rel2 {
26774                   relative: 1.0 1.0;
26775                   to_y: "text_vertical_rect";
26776                }
26777                align: 0.0 1.0;
26778             }
26779          }
26780          part { name: "elm.text.bg.1";
26781             clip_to: "disclip";
26782             type: RECT;
26783             mouse_events: 0;
26784             scale: 1;
26785             description { state: "default" 0.0;
26786                rel1 {
26787                   relative: 1.0 1.0;
26788                   to_x: "text_vertical_rect";
26789                   to_y: "text_top_line";
26790                }
26791                rel2 {
26792                   relative: 1.0 0.0;
26793                   to_x: "elm.padding.right";
26794                   to_y: "text_center_line";
26795                }
26796                color: GENLIST_PART_BG_COLOR_INC;
26797             }
26798          }
26799          part { name: "elm.text.1";
26800             type: TEXT;
26801             mouse_events: 0;
26802             scale: 1;
26803             description { state: "default" 0.0;
26804                min: 0 GENLIST_SIZE_54_INC;
26805                rel1 {
26806                   relative: 1.0 0.0;
26807                   to_x: "elm.padding.text.right";
26808                   to_y: "elm.text.bg.1";
26809                }
26810                rel2 {
26811                   relative: 0.0 1.0;
26812                   to_x: "elm.padding.right";
26813                   to_y: "elm.text.bg.1";
26814                }
26815                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26816                text {
26817                   font: "SLP:style=Roman";
26818                   size: GENLIST_FONT_48_INC;
26819                   align: 0.0 0.5;
26820                   text_class: "list_item";
26821                }
26822             }
26823             GENLIST_DESCRIPTION_FLIP_ENABLED
26824          }
26825          part { name: "elm.flip.content.1";
26826             type: SWALLOW;
26827             description { state: "default" 0.0;
26828                visible: 0;
26829                fixed: 1 1;
26830                rel1.to: "elm.text.1";
26831                rel2.to: "elm.text.1";
26832             }
26833             description { state: "flip_enabled" 0.0;
26834                inherit: "default" 0.0;
26835                visible: 1;
26836             }
26837          }
26838          part { name: "elm.text.bg.2";
26839             clip_to: "disclip";
26840             type: RECT;
26841             mouse_events: 0;
26842             scale: 1;
26843             description { state: "default" 0.0;
26844                rel1 {
26845                   relative: 1.0 1.0;
26846                   to_x: "text_vertical_rect";
26847                   to_y: "text_center_line";
26848                }
26849                rel2 {
26850                   relative: 1.0 0.0;
26851                   to_x: "elm.padding.right";
26852                   to_y: "text_bottom_line";
26853                }
26854                color: GENLIST_PART_BG_COLOR_INC;
26855             }
26856          }
26857          part { name: "elm.text.2";
26858             clip_to: "disclip";
26859             type: TEXT;
26860             mouse_events: 0;
26861             scale: 1;
26862             description { state: "default" 0.0;
26863                min: 0 GENLIST_SIZE_54_INC;
26864                rel1 {
26865                   relative: 1.0 0.0;
26866                   to_x: "elm.padding.text.right";
26867                   to_y: "elm.text.bg.2";
26868                }
26869                rel2 {
26870                   relative: 0.0 1.0;
26871                   to_x: "elm.padding.right";
26872                   to_y: "elm.text.bg.2";
26873                }
26874                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26875                text {
26876                   font: "SLP:style=Roman";
26877                   size: GENLIST_FONT_48_INC;
26878                   text_class: "slp_roman";
26879                }
26880             }
26881             GENLIST_DESCRIPTION_FLIP_ENABLED
26882          }
26883          part { name: "elm.flip.content.2";
26884             type: SWALLOW;
26885             description { state: "default" 0.0;
26886                visible: 0;
26887                fixed: 1 1;
26888                rel1.to: "elm.text.2";
26889                rel2.to: "elm.text.2";
26890             }
26891             description { state: "flip_enabled" 0.0;
26892                inherit: "default" 0.0;
26893                visible: 1;
26894             }
26895          }
26896          GENLIST_PART_DISCLIP
26897       }
26898       programs {
26899          // signal: elm,state,%s,active
26900          //   a "check" item named %s went active
26901          // signal: elm,state,%s,passive
26902          //   a "check" item named %s went passive
26903          // default is passive
26904          /*program { name: "go_active";
26905             signal: "elm,state,selected";
26906             source: "elm";
26907             action: STATE_SET "selected" 0.0;
26908             target: "elm.text";
26909             target: "elm.text.sub";
26910          }
26911          program { name: "go_passive";
26912             signal: "elm,state,unselected";
26913             source: "elm";
26914             action: STATE_SET "default" 0.0;
26915             target: "elm.text";
26916             target: "elm.text.sub";
26917             transition: LINEAR 0.1;
26918          }*/
26919          program { name: "go_disabled";
26920             signal: "elm,state,disabled";
26921             source: "elm";
26922             action: STATE_SET "disabled" 0.0;
26923             target: "disclip";
26924          }
26925          program { name: "go_enabled";
26926             signal: "elm,state,enabled";
26927             source: "elm";
26928             action: STATE_SET "default" 0.0;
26929             target: "disclip";
26930          }
26931          program { name: "flip_enabled";
26932             signal: "elm,state,flip,enabled";
26933             source: "elm";
26934             action: STATE_SET "flip_enabled" 0.0;
26935             target: "elm.text.1";
26936             target: "elm.text.2";
26937             target: "elm.flip.content.1";
26938             target: "elm.flip.content.2";
26939          }
26940          program { name: "flip_disabled";
26941             signal: "elm,state,flip,disabled";
26942             source: "elm";
26943             action: STATE_SET "default" 0.0;
26944             target: "elm.text.1";
26945             target: "elm.text.2";
26946             target: "elm.flip.content.1";
26947             target: "elm.flip.content.2";
26948          }
26949       }
26950    }
26951
26952    ///////// will be removed /////////
26953    group { name: "elm/genlist/item/dialogue/1icon.2/default";
26954       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
26955       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
26956       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
26957       alias: "elm/layout/dialogue/1icon.2";
26958       data.item: "stacking" "above";
26959       data.item: "selectraise" "on";
26960       data.item: "contents" "elm.icon";
26961
26962       parts {
26963          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
26964          GENLIST_PART_DIALOGUE_BG_IMAGE
26965          GENLIST_PART_BOTTOM_LINE
26966          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
26967          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26968          GENLIST_PART_DIALOGUE_ITEM
26969          GENLIST_PART_DIALOGUE_RIGHT_LINE
26970          part { name: "elm.icon";
26971             clip_to: "disclip";
26972             type: SWALLOW;
26973             scale: 1;
26974             description { state: "default" 0.0;
26975                rel1 {
26976                   relative: 1.0 0.0;
26977                   to_x: "elm.padding.left";
26978                }
26979                rel2 {
26980                   relative: 0.0 1.0;
26981                   to_x: "elm.padding.right";
26982                }
26983             }
26984          }
26985          GENLIST_PART_DISCLIP
26986       }
26987       programs {
26988          // signal: elm,state,%s,active
26989          //   a "check" item named %s went active
26990          // signal: elm,state,%s,passive
26991          //   a "check" item named %s went passive
26992          // default is passive
26993          /*program { name: "go_active";
26994             signal: "elm,state,selected";
26995             source: "elm";
26996             action: STATE_SET "selected" 0.0;
26997             target: "bg_image";
26998             target: "elm.text";
26999          }
27000          program { name: "go_passive";
27001             signal: "elm,state,unselected";
27002             source: "elm";
27003             action: STATE_SET "default" 0.0;
27004             target: "bg_image";
27005             target: "elm.text";
27006             transition: LINEAR 0.1;
27007          }*/
27008          program { name: "go_disabled";
27009             signal: "elm,state,disabled";
27010             source: "elm";
27011             action: STATE_SET "disabled" 0.0;
27012             target: "disclip";
27013          }
27014          program { name: "go_enabled";
27015             signal: "elm,state,enabled";
27016             source: "elm";
27017             action: STATE_SET "default" 0.0;
27018             target: "disclip";
27019          }
27020       }
27021    }
27022
27023    //////////////////////// will be removed //////////////////////////
27024    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
27025       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
27026       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
27027       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
27028       alias: "elm/genlist/item/dialogue.1icon.2text/default";
27029       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
27030       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
27031       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
27032       alias: "elm/layout/dialogue/bg/2text.1icon";
27033       data.item: "stacking" "above";
27034       data.item: "selectraise" "on";
27035       data.item: "texts" "elm.text.1 elm.text.2";
27036       data.item: "contents" "elm.icon";
27037       images {
27038           image: "00_list_thumbnail_bg.png" COMP;
27039       }
27040       parts {
27041          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27042          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
27043          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
27044          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27045          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27046          part { name: "elm.icon.bg";
27047             scale: 1;
27048             description { state: "default" 0.0;
27049                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27050                fixed: 1 1;
27051                align: 0.0 0.5;
27052                rel1 {
27053                   relative: 1.0 0.5;
27054                   to_x: "elm.padding.left";
27055                }
27056                rel2 {
27057                   relative: 1.0 0.5;
27058                   to_x: "elm.padding.left";
27059                }
27060                image {
27061                   normal: "00_list_thumbnail_bg.png";
27062                   border: 1 1 1 1;
27063                   border_scale: 1;
27064                   middle: NONE;
27065                }
27066             }
27067          }
27068          part { name: "elm.icon";
27069             type: SWALLOW;
27070             description { state: "default" 0.0;
27071                rel1.to: "elm.icon.bg";
27072                rel2.to: "elm.icon.bg";
27073             }
27074          }
27075          part { name: "elm.padding.icon.right";
27076             type: RECT;
27077             mouse_events: 0;
27078             scale: 1;
27079             description { state: "default" 0.0;
27080                min: GENLIST_PADDING_24_INC 0;
27081                fixed: 1 0;
27082                rel1 {
27083                    relative: 1.0 0.0;
27084                    to_x: "elm.icon.bg";
27085                }
27086                rel2.to_x: "elm.icon.bg";
27087                visible: 0;
27088                align: 0.0 0.5;
27089             }
27090          }
27091          part { name: "elm.text.1";
27092             clip_to: "disclip";
27093             type: TEXT;
27094             mouse_events: 0;
27095             scale: 1;
27096             description { state: "default" 0.0;
27097                min: 0 GENLIST_SIZE_54_INC;
27098                fixed: 0 1;
27099                align: 0 0;
27100                rel1 {
27101                   relative: 1.0 1.0;
27102                   to_x: "elm.padding.icon.right";
27103                   to_y: "elm.padding.top";
27104                }
27105                rel2 {
27106                   relative: 0.0 1.0;
27107                   to_x: "elm.padding.right";
27108                   to_y: "elm.padding.top";
27109                }
27110                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27111                text {
27112                   font: "SLP:style=Roman";
27113                   size: GENLIST_FONT_48_INC;
27114                   align: 0.0 0.0;
27115                   text_class: "list_item";
27116                }
27117             }
27118          }
27119          part { name: "elm.text.2";
27120             clip_to: "disclip";
27121             type: TEXT;
27122             mouse_events: 0;
27123             scale: 1;
27124             description { state: "default" 0.0;
27125                rel1 {
27126                   relative: 1.0 1.0;
27127                   to_x: "elm.padding.icon.right";
27128                   to_y: "elm.text.1";
27129                }
27130                rel2 {
27131                   relative: 0.0 0.0;
27132                   to_x: "elm.padding.right";
27133                   to_y: "elm.padding.bottom";
27134                }
27135                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27136                text {
27137                   font: "SLP:style=Medium";
27138                   size: GENLIST_FONT_32_INC;
27139                   align: 0.0 1.0;
27140                   text_class: "slp_medium";
27141                }
27142             }
27143          }
27144          GENLIST_PART_DISCLIP
27145       }
27146       programs {
27147          // signal: elm,state,%s,active
27148          //   a "check" item named %s went active
27149          // signal: elm,state,%s,passive
27150          //   a "check" item named %s went passive
27151          // default is passive
27152          /*program { name: "go_active";
27153             signal: "elm,state,selected";
27154             source: "elm";
27155             action: STATE_SET "selected" 0.0;
27156             target: "elm.text";
27157             target: "elm.text.sub";
27158          }
27159          program { name: "go_passive";
27160             signal: "elm,state,unselected";
27161             source: "elm";
27162             action: STATE_SET "default" 0.0;
27163             target: "elm.text";
27164             target: "elm.text.sub";
27165             transition: LINEAR 0.1;
27166          }*/
27167          program { name: "go_disabled";
27168             signal: "elm,state,disabled";
27169             source: "elm";
27170             action: STATE_SET "disabled" 0.0;
27171             target: "disclip";
27172          }
27173          program { name: "go_enabled";
27174             signal: "elm,state,enabled";
27175             source: "elm";
27176             action: STATE_SET "default" 0.0;
27177             target: "disclip";
27178          }
27179       }
27180    }
27181
27182 // 4.3.2 (old)
27183    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
27184       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
27185       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
27186       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
27187       alias: "elm/layout/dialogue/bg/3text.1icon";
27188       data.item: "stacking" "above";
27189       data.item: "selectraise" "on";
27190       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
27191       data.item: "contents" "elm.icon";
27192       images {
27193           image: "00_list_thumbnail_bg.png" COMP;
27194       }
27195       parts {
27196          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27197          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
27198          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
27199          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27200          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27201          part { name: "elm.icon.bg";
27202             scale: 1;
27203             description { state: "default" 0.0;
27204                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27205                fixed: 1 1;
27206                align: 0.0 0.5;
27207                rel1 {
27208                   relative: 1.0 0.5;
27209                   to_x: "elm.padding.left";
27210                }
27211                rel2 {
27212                   relative: 1.0 0.5;
27213                   to_x: "elm.padding.left";
27214                }
27215                image {
27216                   normal: "00_list_thumbnail_bg.png";
27217                   border: 1 1 1 1;
27218                   border_scale: 1;
27219                   middle: NONE;
27220                }
27221             }
27222          }
27223          part { name: "elm.icon";
27224             type: SWALLOW;
27225             description { state: "default" 0.0;
27226                rel1.to: "elm.icon.bg";
27227                rel2.to: "elm.icon.bg";
27228             }
27229          }
27230          part { name: "elm.padding.icon.right";
27231             type: RECT;
27232             mouse_events: 0;
27233             scale: 1;
27234             description { state: "default" 0.0;
27235                min: GENLIST_PADDING_24_INC 0;
27236                fixed: 1 0;
27237                rel1 {
27238                    relative: 1.0 0.0;
27239                    to_x: "elm.icon.bg";
27240                }
27241                rel2.to_x: "elm.icon.bg";
27242                visible: 0;
27243                align: 0.0 0.5;
27244             }
27245          }
27246          part { name: "elm.text.1";
27247             clip_to: "disclip";
27248             type: TEXT;
27249             mouse_events: 0;
27250             scale: 1;
27251             description { state: "default" 0.0;
27252                min: 0 GENLIST_SIZE_54_INC;
27253                fixed: 0 1;
27254                align: 0 0;
27255                rel1 {
27256                   relative: 1.0 1.0;
27257                   to_x: "elm.padding.icon.right";
27258                   to_y: "elm.padding.top";
27259                }
27260                rel2 {
27261                   relative: 0.0 1.0;
27262                   to_x: "elm.padding.right";
27263                   to_y: "elm.padding.top";
27264                }
27265                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27266                text {
27267                   font: "SLP:style=Roman";
27268                   size: GENLIST_FONT_48_INC;
27269                   align: 0.0 0.0;
27270                   text_class: "list_item";
27271                }
27272             }
27273          }
27274          part { name: "elm.text.2";
27275             clip_to: "disclip";
27276             type: TEXT;
27277             mouse_events: 0;
27278             scale: 1;
27279             description { state: "default" 0.0;
27280                rel1 {
27281                   relative: 1.0 1.0;
27282                   to_x: "elm.padding.icon.right";
27283                   to_y: "elm.text.1";
27284                }
27285                rel2 {
27286                   relative: 0.0 0.0;
27287                   to_x: "elm.padding.right";
27288                   to_y: "elm.text.3";
27289                }
27290                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27291                text {
27292                   font: "SLP:style=Medium";
27293                   size: GENLIST_FONT_32_INC;
27294                   align: 0.0 1.0;
27295                   text_class: "slp_medium";
27296                }
27297             }
27298          }
27299          part { name: "elm.text.3";
27300             clip_to: "disclip";
27301             type: TEXT;
27302             mouse_events: 0;
27303             scale: 1;
27304             description { state: "default" 0.0;
27305                min: 0 GENLIST_SIZE_ICON_SMALL;
27306                fixed: 0 1;
27307                align: 0 1;
27308                rel1 {
27309                   relative: 1.0 0.0;
27310                   to_x: "elm.padding.icon.right";
27311                   to_y: "elm.padding.bottom";
27312                }
27313                rel2 {
27314                   relative: 0.0 0.0;
27315                   to_x: "elm.padding.right";
27316                   to_y: "elm.padding.bottom";
27317                }
27318                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27319                text {
27320                   font: "SLP:style=Medium";
27321                   size: GENLIST_FONT_32_INC;
27322                   align: 0.0 1.0;
27323                   text_class: "slp_medium";
27324                }
27325             }
27326          }
27327          GENLIST_PART_DISCLIP
27328       }
27329       programs {
27330          // signal: elm,state,%s,active
27331          //   a "check" item named %s went active
27332          // signal: elm,state,%s,passive
27333          //   a "check" item named %s went passive
27334          // default is passive
27335          /*program { name: "go_active";
27336             signal: "elm,state,selected";
27337             source: "elm";
27338             action: STATE_SET "selected" 0.0;
27339             target: "elm.text";
27340             target: "elm.text.sub";
27341          }
27342          program { name: "go_passive";
27343             signal: "elm,state,unselected";
27344             source: "elm";
27345             action: STATE_SET "default" 0.0;
27346             target: "elm.text";
27347             target: "elm.text.sub";
27348             transition: LINEAR 0.1;
27349          }*/
27350          program { name: "go_disabled";
27351             signal: "elm,state,disabled";
27352             source: "elm";
27353             action: STATE_SET "disabled" 0.0;
27354             target: "disclip";
27355          }
27356          program { name: "go_enabled";
27357             signal: "elm,state,enabled";
27358             source: "elm";
27359             action: STATE_SET "default" 0.0;
27360             target: "disclip";
27361          }
27362       }
27363   }
27364
27365 ////////////////////////////////////////////////////////