[Genlist] Add List message text
[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.icon 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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
1321                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4658                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4827                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4865                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
5657                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE 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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7767                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7805                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7843                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8216                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9146                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9187                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9228                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9495                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9871                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10643                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10732                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12264                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12686                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12943                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13162                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13381                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13570                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13880                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13958                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14058                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14189                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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 0.0;
14898                   to_x: "elm.padding.right";
14899                   to_y: "elm.padding.bottom";
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.icon.left";
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15017                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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 // 2.4.4.1
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       alias: "elm/genlist/item/dialogue/grouptitle/default";
15288       alias: "elm/genlist/item_odd/dialogue/grouptitle/default";
15289       alias: "elm/genlist/item_compress/dialogue/grouptitle/default";
15290       alias: "elm/genlist/item_compress_odd/dialogue/grouptitle/default";
15291       alias: "elm/layout/dialogue/grouptitle";
15292
15293       data.item: "stacking" "above";
15294       data.item: "selectraise" "on";
15295       data.item: "texts" "elm.text";
15296       data.item: "contents" "elm.icon";
15297       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15298
15299       parts {
15300  //        GENLIST_PART_BASE_EVENT_OFF
15301          GENLIST_PART_DISCLIP
15302          GENLIST_DIALOGUE_PART_BASE(   GENLIST_GT_H )
15303          GENLIST_PART_PADDING_TOP(     GENLIST_GT_PAD_T_H )
15304          GENLIST_PART_PADDING_BOTTOM(  GENLIST_GT_PAD_B_H )
15305          GENLIST_PART_PADDING_LEFT(    GENLIST_GT_PAD_L_W )
15306          GENLIST_PART_PADDING_RIGHT(   GENLIST_GT_PAD_R_W )
15307          GENLIST_PART_BOTTOM_LINE
15308          part { name: "elm.text";
15309             type: TEXT;
15310             scale: 1;
15311             description { state: "default" 0.0;
15312                align: 0.0 0.0;
15313                rel1 {
15314                   relative: 1.0 1.0;
15315                   to_x: "elm.padding.left";
15316                   to_y: "elm.padding.top";
15317                }
15318                rel2 {
15319                   relative: 0.0 0.0;
15320                   offset: GENLIST_GT_PAD_M_W 0;
15321                   to_x: "elm.icon";
15322                   to_y: "elm.padding.bottom";
15323                }
15324                color: GENLIST_DIALOGUE_GT_TEXT_COLOR;
15325                text {
15326                   font: "SLP:style=Medium";
15327                   size: GENLIST_FONT_28_INC;
15328                   min: 0 1;
15329                   align: 0.0 0.5;
15330                   text_class: "list_item";
15331                }
15332             }
15333          }
15334          part { name: "elm.icon";
15335             type: SWALLOW;
15336             scale: 1;
15337             description { state: "default" 0.0;
15338                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15339                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15340                fixed: 1 1;
15341                            align: 1.0 1.0;
15342                rel2 {
15343                   relative: 0.0 0.0;
15344                   to_x: "elm.padding.right";
15345                   to_y: "elm.padding.bottom";
15346                }
15347             }
15348          }
15349       }
15350    }
15351
15352 // Dialogue Group Separators
15353 // default separator
15354 // FIXME: style (dialgoue) might be moved to last words (as-is default)
15355 // FIXME: seperator --> separator typo
15356 // FIXME: Check whether below separators are used now..
15357    group { name : "elm/genlist/item/dialogue/separator/default";
15358       alias: "elm/genlist/item_odd/dialogue/separator/default";
15359       alias: "elm/genlist/item_compress/dialogue/separator/default";
15360       alias: "elm/genlist/item_compress_odd/dialogue/separator/default";
15361           //FIXME: below name should be used??
15362       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
15363       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
15364       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
15365       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
15366       alias: "elm/layout/dialogue/separator/hd33/with_line";
15367
15368       data.item: "stacking" "above";
15369       data.item: "selectraise" "on";
15370       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15371
15372       parts {
15373          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT + 1)
15374          GENLIST_PART_BOTTOM_LINE
15375          GENLIST_PART_DISCLIP
15376       }
15377    }
15378
15379    group { name : "elm/genlist/item/dialogue/separator/end/default";
15380       alias: "elm/genlist/item_odd/dialogue/separator/end/default";
15381       alias: "elm/genlist/item_compress/dialogue/separator/end/default";
15382       alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default";
15383       data.item: "stacking" "above";
15384       data.item: "selectraise" "on";
15385       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15386       parts {
15387          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT)
15388          GENLIST_PART_DISCLIP
15389       }
15390    }
15391
15392    group { name : "elm/genlist/item/dialogue/seperator.2/default";
15393       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
15394       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
15395       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
15396       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
15397       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
15398       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
15399       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
15400       alias: "elm/layout/dialogue/separator/hd18/with_line";
15401
15402       data.item: "stacking" "above";
15403       data.item: "selectraise" "on";
15404       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15405
15406       parts {
15407          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
15408          GENLIST_PART_BOTTOM_LINE
15409          GENLIST_PART_DISCLIP
15410       }
15411    }
15412
15413    group { name : "elm/genlist/item/dialogue/seperator.3/default";
15414       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
15415       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
15416       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
15417       alias: "elm/genlist/item/dialogue/separator/20/default";
15418       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
15419       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
15420       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
15421       alias: "elm/layout/dialogue/separator/hd32";
15422
15423       data.item: "stacking" "above";
15424       data.item: "selectraise" "on";
15425       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15426
15427       parts {
15428          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
15429          GENLIST_PART_DISCLIP
15430       }
15431    }
15432
15433    group { name : "elm/genlist/item/dialogue/seperator.4/default";
15434       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
15435       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
15436       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
15437       alias: "elm/genlist/item/dialogue/separator/10/default";
15438       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
15439       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
15440       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
15441       alias: "elm/layout/dialogue/separator/hd16";
15442
15443       data.item: "stacking" "above";
15444       data.item: "selectraise" "on";
15445       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15446
15447       parts {
15448          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
15449          GENLIST_PART_DISCLIP
15450       }
15451    }
15452
15453    group { name : "elm/genlist/item/dialogue/seperator.5/default";
15454       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
15455       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
15456       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
15457       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
15458       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
15459       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
15460       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
15461       alias: "elm/layout/dialogue/separator/hd1";
15462
15463       data.item: "stacking" "above";
15464       data.item: "selectraise" "on";
15465       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15466
15467       parts {
15468          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
15469          GENLIST_PART_BOTTOM_LINE
15470          GENLIST_PART_DISCLIP
15471       }
15472    }
15473
15474 // 4.1.1
15475    group { name: "elm/genlist/item/dialogue/1text/default";
15476       alias: "elm/genlist/item_odd/dialogue/1text/default";
15477       alias: "elm/genlist/item_compress/dialogue/1text/default";
15478       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
15479       alias: "elm/genlist/item/dialogue.1text/default";
15480       alias: "elm/genlist/item_odd/dialogue.1text/default";
15481       alias: "elm/genlist/item_compress/dialogue.1text/default";
15482       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
15483       alias: "elm/layout/dialogue/1text";
15484       data.item: "stacking" "above";
15485       data.item: "selectraise" "on";
15486       data.item: "texts" "elm.text";
15487       data.item: "flips" "elm.flip.content";
15488       parts {
15489          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15490          GENLIST_PART_DIALOGUE_BG_IMAGE
15491          GENLIST_PART_BOTTOM_LINE
15492          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15493          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15494          GENLIST_PART_DIALOGUE_ITEM
15495          GENLIST_PART_DIALOGUE_RIGHT_LINE
15496          part { name: "elm.text";
15497             clip_to: "disclip";
15498             type: TEXT;
15499             mouse_events: 0;
15500             scale: 1;
15501             description { state: "default" 0.0;
15502                rel1 {
15503                   relative: 1.0  0.0;
15504                   to_x: "elm.padding.left";
15505                }
15506                rel2 {
15507                   relative: 0.0 1.0;
15508                   to_x: "elm.padding.right";
15509                }
15510                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15511                text {
15512                   font: "SLP:style=Roman";
15513                   size: GENLIST_FONT_44_INC;
15514                   min: 0 1;
15515                   align: 0.0 0.5;
15516                   text_class: "list_item";
15517                }
15518             }
15519             description { state: "selected" 0.0;
15520                inherit: "default" 0.0;
15521                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15522             }
15523             GENLIST_DESCRIPTION_FLIP_ENABLED
15524          }
15525          GENLIST_PART_FLIP
15526          GENLIST_PART_DISCLIP
15527       }
15528       programs {
15529          // signal: elm,state,%s,active
15530          //   a "check" item named %s went active
15531          // signal: elm,state,%s,passive
15532          //   a "check" item named %s went passive
15533          // default is passive
15534          program { name: "go_active";
15535             signal: "elm,state,selected";
15536             source: "elm";
15537             action: STATE_SET "selected" 0.0;
15538             target: "bg_image";
15539             target: "elm.text";
15540             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15541          }
15542          program { name: "go_passive";
15543             signal: "elm,state,unselected";
15544             source: "elm";
15545             action: STATE_SET "default" 0.0;
15546             target: "bg_image";
15547             target: "elm.text";
15548             transition: LINEAR 0.1;
15549          }
15550          program { name: "go_disabled";
15551             signal: "elm,state,disabled";
15552             source: "elm";
15553             action: STATE_SET "disabled" 0.0;
15554             target: "disclip";
15555          }
15556          program { name: "go_enabled";
15557             signal: "elm,state,enabled";
15558             source: "elm";
15559             action: STATE_SET "default" 0.0;
15560             target: "disclip";
15561          }
15562          //GENLIST_PROGRAM_FLIP_1TEXT
15563          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15564       }
15565    }
15566
15567 // 4.1.2
15568    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
15569       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
15570       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
15571       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
15572       alias: "elm/layout/dialogue/1text.1icon";
15573       data.item: "stacking" "above";
15574       data.item: "selectraise" "on";
15575       data.item: "texts" "elm.text";
15576       data.item: "contents" "elm.icon";
15577       data.item: "flips" "elm.flip.content";
15578       parts {
15579          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15580          GENLIST_PART_DIALOGUE_BG_IMAGE
15581          GENLIST_PART_BOTTOM_LINE
15582          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15583          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15584          GENLIST_PART_DIALOGUE_ITEM
15585          GENLIST_PART_DIALOGUE_RIGHT_LINE
15586          part { name: "elm.icon";
15587             clip_to: "disclip";
15588             type: SWALLOW;
15589             scale: 1;
15590             description { state: "default" 0.0;
15591                fixed: 1 1;
15592                rel1.to_x: "elm.padding.right";
15593                rel2 {
15594                   relative: 0.0 1.0;
15595                   to_x: "elm.padding.right";
15596                }
15597                align: 1.0 0.5;
15598             }
15599             GENLIST_DESCRIPTION_FLIP_ENABLED
15600          }
15601          part { name: "elm.padding.icon.left";
15602             clip_to: "disclip";
15603             type: RECT;
15604             scale: 1;
15605             description { state: "default" 0.0;
15606                min: GENLIST_PADDING_16_INC 0;
15607                fixed: 1 0;
15608                rel1.to_x: "elm.icon";
15609                rel2 {
15610                   relative: 0.0 1.0;
15611                   to_x: "elm.icon";
15612                }
15613                align: 1.0 0.0;
15614                visible: 0;
15615             }
15616          }
15617          part { name: "elm.text";
15618             clip_to: "disclip";
15619             type: TEXT;
15620             mouse_events: 0;
15621             scale: 1;
15622             description { state: "default" 0.0;
15623                rel1 {
15624                   relative: 1.0 0.0;
15625                   to_x: "elm.padding.left";
15626                }
15627                rel2 {
15628                   relative: 0.0 1.0;
15629                   to_x: "elm.padding.icon.left";
15630                }
15631                align: 0.0 0.0;
15632                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15633                text {
15634                   font: "SLP:style=Roman";
15635                   size: GENLIST_FONT_44_INC;
15636                   min: 0 1;
15637                   align: 0.0 0.5;
15638                   text_class: "list_item";
15639                }
15640             }
15641             description { state: "selected" 0.0;
15642                inherit: "default" 0.0;
15643                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15644             }
15645             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15646             GENLIST_DESCRIPTION_FLIP_ENABLED
15647          }
15648          GENLIST_PART_FLIP
15649          GENLIST_PART_DISCLIP
15650       }
15651       programs {
15652          program { name: "go_active";
15653             signal: "elm,state,selected";
15654             source: "elm";
15655             action: STATE_SET "selected" 0.0;
15656             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15657             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15658          }
15659          program { name: "go_passive";
15660             signal: "elm,state,unselected";
15661             source: "elm";
15662             action: STATE_SET "default" 0.0;
15663             target: "bg_image";
15664             target: "elm.text";
15665             transition: LINEAR 0.1;
15666          }
15667          program { name: "go_disabled";
15668             signal: "elm,state,disabled";
15669             source: "elm";
15670             action: STATE_SET "disabled" 0.0;
15671             target: "disclip";
15672          }
15673          program { name: "go_enabled";
15674             signal: "elm,state,enabled";
15675             source: "elm";
15676             action: STATE_SET "default" 0.0;
15677             target: "disclip";
15678          }
15679          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15680          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15681       }
15682    }
15683
15684 // 4.1.3
15685    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
15686       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
15687       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
15688       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
15689       alias: "elm/layout/dialogue/1text.1icon.2";
15690       data.item: "stacking" "above";
15691       data.item: "selectraise" "on";
15692       data.item: "texts" "elm.text";
15693       data.item: "contents" "elm.icon";
15694       data.item: "flips" "elm.flip.content";
15695       parts {
15696          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15697          GENLIST_PART_DIALOGUE_BG_IMAGE
15698          GENLIST_PART_BOTTOM_LINE
15699          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15700          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15701          GENLIST_PART_DIALOGUE_ITEM
15702          GENLIST_PART_DIALOGUE_RIGHT_LINE
15703          part { name: "elm.icon";
15704             clip_to: "disclip";
15705             type: SWALLOW;
15706             scale: 1;
15707             description { state: "default" 0.0;
15708                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15709                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15710                fixed: 1 1;
15711                rel1 {
15712                   relative: 1.0 0.0;
15713                   to_x: "elm.padding.left";
15714                }
15715                rel2 {
15716                   relative: 1.0 1.0;
15717                   to_x: "elm.padding.left";
15718                }
15719                align: 0.0 0.5;
15720             }
15721             GENLIST_DESCRIPTION_FLIP_ENABLED
15722          }
15723          part { name: "elm.padding.icon.right";
15724             clip_to: "disclip";
15725             type: RECT;
15726             scale: 1;
15727             description { state: "default" 0.0;
15728                min: GENLIST_PADDING_16_INC 0;
15729                fixed: 1 0;
15730                rel1 {
15731                   relative: 1.0 0.0;
15732                   to_x: "elm.icon";
15733                }
15734                rel2.to_x: "elm.icon";
15735                align: 0.0 0.0;
15736                visible: 0;
15737             }
15738          }
15739          part { name: "elm.text";
15740             clip_to: "disclip";
15741             type: TEXT;
15742             mouse_events: 0;
15743             scale: 1;
15744             description { state: "default" 0.0;
15745                rel1 {
15746                   relative: 1.0 0.0;
15747                   to_x: "elm.padding.icon.right";
15748                }
15749                rel2 {
15750                   relative: 0.0 1.0;
15751                   to_x: "elm.padding.right";
15752                }
15753                align: 0.0 0.0;
15754                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15755                text {
15756                   font: "SLP:style=Roman";
15757                   size: GENLIST_FONT_44_INC;
15758                   min: 0 1;
15759                   align: 0.0 0.5;
15760                   text_class: "list_item";
15761                }
15762             }
15763             description { state: "selected" 0.0;
15764                inherit: "default" 0.0;
15765                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15766             }
15767             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15768             GENLIST_DESCRIPTION_FLIP_ENABLED
15769          }
15770          GENLIST_PART_FLIP
15771          GENLIST_PART_DISCLIP
15772       }
15773       programs {
15774          program { name: "go_active";
15775             signal: "elm,state,selected";
15776             source: "elm";
15777             action: STATE_SET "selected" 0.0;
15778             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15779             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15780          }
15781          program { name: "go_passive";
15782             signal: "elm,state,unselected";
15783             source: "elm";
15784             action: STATE_SET "default" 0.0;
15785             target: "bg_image";
15786             target: "elm.text";
15787             transition: LINEAR 0.1;
15788          }
15789          program { name: "go_disabled";
15790             signal: "elm,state,disabled";
15791             source: "elm";
15792             action: STATE_SET "disabled" 0.0;
15793             target: "disclip";
15794          }
15795          program { name: "go_enabled";
15796             signal: "elm,state,enabled";
15797             source: "elm";
15798             action: STATE_SET "default" 0.0;
15799             target: "disclip";
15800          }
15801          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15802          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15803       }
15804    }
15805
15806 // 4.1.4
15807    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
15808       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
15809       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
15810       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
15811       alias: "elm/layout/dialogue/1text.2icon";
15812       data.item: "stacking" "above";
15813       data.item: "selectraise" "on";
15814       data.item: "texts" "elm.text";
15815       data.item: "contents" "elm.icon.1 elm.icon.2";
15816       data.item: "flips" "elm.flip.content";
15817       parts {
15818          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15819          GENLIST_PART_DIALOGUE_BG_IMAGE
15820          GENLIST_PART_BOTTOM_LINE
15821          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15822          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15823          GENLIST_PART_DIALOGUE_ITEM
15824          GENLIST_PART_DIALOGUE_RIGHT_LINE
15825          part { name: "elm.icon.1";
15826             clip_to: "disclip";
15827             type: SWALLOW;
15828             scale: 1;
15829             description { state: "default" 0.0;
15830                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15831                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15832                fixed: 1 1;
15833                rel1 {
15834                   relative: 1.0 0.0;
15835                   to_x: "elm.padding.left";
15836                }
15837                rel2 {
15838                   relative: 1.0 1.0;
15839                   to_x: "elm.padding.left";
15840                }
15841                align: 0.0 0.5;
15842             }
15843             GENLIST_DESCRIPTION_FLIP_ENABLED
15844          }
15845          part { name: "elm.padding.icon.right";
15846             clip_to: "disclip";
15847             type: RECT;
15848             scale: 1;
15849             description { state: "default" 0.0;
15850                min: GENLIST_PADDING_16_INC 0;
15851                fixed: 1 0;
15852                rel1 {
15853                   relative: 1.0 0.0;
15854                   to_x: "elm.icon.1";
15855                }
15856                rel2.to_x: "elm.icon.1";
15857                align: 0.0 0.0;
15858                visible: 0;
15859             }
15860          }
15861          part { name: "elm.icon.2";
15862             clip_to: "disclip";
15863             type: SWALLOW;
15864             scale: 1;
15865             description { state: "default" 0.0;
15866                fixed: 1 1;
15867                rel1.to_x: "elm.padding.right";
15868                rel2 {
15869                   relative: 0.0 1.0;
15870                   to_x: "elm.padding.right";
15871                }
15872                align: 1.0 0.5;
15873             }
15874             GENLIST_DESCRIPTION_FLIP_ENABLED
15875          }
15876          part { name: "elm.padding.icon.left";
15877             clip_to: "disclip";
15878             type: RECT;
15879             scale: 1;
15880             description { state: "default" 0.0;
15881                min: GENLIST_PADDING_16_INC 0;
15882                fixed: 1 0;
15883                rel1.to_x: "elm.icon.2";
15884                rel2 {
15885                   relative: 0.0 1.0;
15886                   to_x: "elm.icon.2";
15887                }
15888                align: 1.0 0.0;
15889                visible: 0;
15890             }
15891          }
15892          part { name: "elm.text";
15893             clip_to: "disclip";
15894             type: TEXT;
15895             mouse_events: 0;
15896             scale: 1;
15897             description { state: "default" 0.0;
15898                rel1 {
15899                   relative: 1.0 0.0;
15900                   to_x: "elm.padding.icon.right";
15901                }
15902                rel2 {
15903                   relative: 0.0 1.0;
15904                   to_x: "elm.padding.icon.left";
15905                }
15906                align: 0.0 0.0;
15907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15908                text {
15909                   font: "SLP:style=Roman";
15910                   size: GENLIST_FONT_44_INC;
15911                   min: 0 1;
15912                   align: 0.0 0.5;
15913                   text_class: "list_item";
15914                }
15915             }
15916             description { state: "selected" 0.0;
15917                inherit: "default" 0.0;
15918                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15919             }
15920             GENLIST_DESCRIPTION_FLIP_ENABLED
15921          }
15922          GENLIST_PART_FLIP
15923          GENLIST_PART_DISCLIP
15924       }
15925       programs {
15926          program { name: "go_active";
15927             signal: "elm,state,selected";
15928             source: "elm";
15929             action: STATE_SET "selected" 0.0;
15930             target: "bg_image";
15931             target: "elm.text";
15932             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15933          }
15934          program { name: "go_passive";
15935             signal: "elm,state,unselected";
15936             source: "elm";
15937             action: STATE_SET "default" 0.0;
15938             target: "bg_image";
15939             target: "elm.text";
15940             transition: LINEAR 0.1;
15941          }
15942          program { name: "go_disabled";
15943             signal: "elm,state,disabled";
15944             source: "elm";
15945             action: STATE_SET "disabled" 0.0;
15946             target: "disclip";
15947          }
15948          program { name: "go_enabled";
15949             signal: "elm,state,enabled";
15950             source: "elm";
15951             action: STATE_SET "default" 0.0;
15952             target: "disclip";
15953          }
15954          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15955          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15956       }
15957    }
15958
15959 // 4.1.5
15960    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15961       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15962       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15963       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15964       alias: "elm/layout/dialogue/2text.1icon";
15965       data.item: "stacking" "above";
15966       data.item: "selectraise" "on";
15967       data.item: "texts" "elm.text.1 elm.text.2";
15968       data.item: "contents" "elm.icon";
15969       data.item: "flips" "elm.flip.content";
15970       parts {
15971          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15972          GENLIST_PART_DIALOGUE_BG_IMAGE
15973          GENLIST_PART_BOTTOM_LINE
15974          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15975          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15976          GENLIST_PART_DIALOGUE_ITEM
15977          GENLIST_PART_DIALOGUE_RIGHT_LINE
15978          part { name: "elm.icon";
15979             clip_to: "disclip";
15980             type: SWALLOW;
15981             scale: 1;
15982             description { state: "default" 0.0;
15983                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15984                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15985                fixed: 1 1;
15986                rel1 {
15987                   relative: 1.0 0.0;
15988                   to_x: "elm.padding.left";
15989                }
15990                rel2 {
15991                   relative: 1.0 1.0;
15992                   to_x: "elm.padding.left";
15993                }
15994                align: 0.0 0.5;
15995             }
15996             GENLIST_DESCRIPTION_FLIP_ENABLED
15997          }
15998          part { name: "elm.padding.icon.right";
15999             clip_to: "disclip";
16000             type: RECT;
16001             scale: 1;
16002             description { state: "default" 0.0;
16003                min: GENLIST_PADDING_16_INC 0;
16004                fixed: 1 0;
16005                rel1 {
16006                   relative: 1.0 0.0;
16007                   to_x: "elm.icon";
16008                }
16009                rel2.to_x: "elm.icon";
16010                align: 0.0 0.0;
16011                visible: 0;
16012             }
16013          }
16014          part { name: "elm.text.2";
16015             clip_to: "disclip";
16016             type: TEXT;
16017             mouse_events: 0;
16018             scale: 1;
16019             description { state: "default" 0.0;
16020                min: GENLIST_SIZE_133_INC 0;
16021                fixed: 1 0;
16022                rel1.to_x: "elm.padding.right";
16023                rel2 {
16024                   relative: 0.0 1.0;
16025                   to_x: "elm.padding.right";
16026                }
16027                align: 1.0 0.5;
16028                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16029                text {
16030                   font: "SLP:style=Medium";
16031                   size: GENLIST_FONT_32_INC;
16032                   min: 0 1;
16033                   align: 1.0 0.5;
16034                   text_class: "slp_medium";
16035                }
16036             }
16037             description { state: "selected" 0.0;
16038                inherit: "default" 0.0;
16039                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16040             }
16041             GENLIST_DESCRIPTION_FLIP_ENABLED
16042          }
16043          part { name: "elm.padding.text2.left";
16044             type: RECT;
16045             mouse_events: 0;
16046             scale: 1;
16047             description { state: "default" 0.0;
16048                min: GENLIST_ICON_SMALL_SIZE 0;
16049                fixed: 1 0;
16050                rel1.to_x: "elm.text.2";
16051                rel2 {
16052                   relative: 0.0 1.0;
16053                   to_x: "elm.text.2";
16054                }
16055                visible: 0;
16056                align: 1.0 0.5;
16057             }
16058          }
16059          part { name: "elm.text.1";
16060             clip_to: "disclip";
16061             type: TEXT;
16062             mouse_events: 0;
16063             scale: 1;
16064             description { state: "default" 0.0;
16065                rel1 {
16066                   relative: 1.0 0.0;
16067                   to_x: "elm.padding.icon.right";
16068                }
16069                rel2 {
16070                   relative: 0.0 1.0;
16071                   to_x: "elm.padding.text2.left";
16072                }
16073                align: 0.0 0.0;
16074                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16075                text {
16076                   font: "SLP:style=Roman";
16077                   size: GENLIST_FONT_44_INC;
16078                   min: 0 1;
16079                   align: 0.0 0.5;
16080                   text_class: "list_item";
16081                }
16082             }
16083             description { state: "selected" 0.0;
16084                inherit: "default" 0.0;
16085                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16086             }
16087             GENLIST_DESCRIPTION_FLIP_ENABLED
16088          }
16089          GENLIST_PART_FLIP
16090          GENLIST_PART_DISCLIP
16091       }
16092       programs {
16093          program { name: "go_active";
16094             signal: "elm,state,selected";
16095             source: "elm";
16096             action: STATE_SET "selected" 0.0;
16097             target: "bg_image";
16098             target: "elm.text.1";
16099             target: "elm.text.2";
16100             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16101          }
16102          program { name: "go_passive";
16103             signal: "elm,state,unselected";
16104             source: "elm";
16105             action: STATE_SET "default" 0.0;
16106             target: "bg_image";
16107             target: "elm.text.1";
16108             target: "elm.text.2";
16109             transition: LINEAR 0.1;
16110          }
16111          program { name: "go_disabled";
16112             signal: "elm,state,disabled";
16113             source: "elm";
16114             action: STATE_SET "disabled" 0.0;
16115             target: "disclip";
16116          }
16117          program { name: "go_enabled";
16118             signal: "elm,state,enabled";
16119             source: "elm";
16120             action: STATE_SET "default" 0.0;
16121             target: "disclip";
16122          }
16123          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16124          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16125       }
16126    }
16127
16128 // 4.1.6
16129    group { name: "elm/genlist/item/dialogue/1text.1icon.3/default";
16130       alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default";
16131       alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default";
16132       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default";
16133       alias: "elm/layout/dialogue/1text.1icon.3";
16134       data.item: "stacking" "above";
16135       data.item: "selectraise" "on";
16136       data.item: "texts" "elm.text";
16137       data.item: "contents" "elm.icon";
16138       data.item: "flips" "elm.flip.content";
16139       parts {
16140          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16141          GENLIST_PART_DIALOGUE_BG_IMAGE
16142          GENLIST_PART_BOTTOM_LINE
16143          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16144          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16145          GENLIST_PART_DIALOGUE_ITEM
16146          GENLIST_PART_DIALOGUE_RIGHT_LINE
16147          part { name: "elm.icon";
16148             clip_to: "disclip";
16149             type: SWALLOW;
16150             scale: 1;
16151             description { state: "default" 0.0;
16152                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16153                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16154                fixed: 1 1;
16155                rel1 {
16156                   relative: 1.0 0.0;
16157                   to_x: "elm.padding.left";
16158                }
16159                rel2 {
16160                   relative: 1.0 1.0;
16161                   to_x: "elm.padding.left";
16162                }
16163                align: 0.0 0.5;
16164             }
16165             GENLIST_DESCRIPTION_FLIP_ENABLED
16166          }
16167          part { name: "elm.padding.icon.right";
16168             type: RECT;
16169             scale: 1;
16170             description { state: "default" 0.0;
16171                min: GENLIST_PADDING_16_INC 0;
16172                fixed: 1 0;
16173                rel1 {
16174                   relative: 1.0 0.0;
16175                   to_x: "elm.icon";
16176                }
16177                rel2.to_x: "elm.icon";
16178                align: 0.0 0.0;
16179                visible: 0;
16180             }
16181          }
16182          part { name: "elm.text";
16183             clip_to: "disclip";
16184             type: TEXT;
16185             mouse_events: 0;
16186             scale: 1;
16187             description { state: "default" 0.0;
16188                rel1 {
16189                   relative: 1.0 0.0;
16190                   to_x: "elm.padding.icon.right";
16191                }
16192                rel2 {
16193                   relative: 0.0 1.0;
16194                   to_x: "elm.padding.right";
16195                }
16196                align: 0.0 0.0;
16197                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16198                text {
16199                   font: "SLP:style=Roman";
16200                   size: GENLIST_FONT_44_INC;
16201                   min: 0 1;
16202                   align: 0.0 0.5;
16203                   text_class: "list_item";
16204                }
16205             }
16206             description { state: "selected" 0.0;
16207                inherit: "default" 0.0;
16208                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16209             }
16210             GENLIST_DESCRIPTION_FLIP_ENABLED
16211          }
16212          GENLIST_PART_FLIP
16213          GENLIST_PART_DISCLIP
16214       }
16215       programs {
16216          program { name: "go_active";
16217             signal: "elm,state,selected";
16218             source: "elm";
16219             action: STATE_SET "selected" 0.0;
16220             target: "bg_image";
16221             target: "elm.text";
16222             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16223          }
16224          program { name: "go_passive";
16225             signal: "elm,state,unselected";
16226             source: "elm";
16227             action: STATE_SET "default" 0.0;
16228             target: "bg_image";
16229             target: "elm.text";
16230             transition: LINEAR 0.1;
16231          }
16232          program { name: "go_disabled";
16233             signal: "elm,state,disabled";
16234             source: "elm";
16235             action: STATE_SET "disabled" 0.0;
16236             target: "disclip";
16237          }
16238          program { name: "go_enabled";
16239             signal: "elm,state,enabled";
16240             source: "elm";
16241             action: STATE_SET "default" 0.0;
16242             target: "disclip";
16243          }
16244          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16245          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16246       }
16247    }
16248
16249 // 4.1.6 textblock for message
16250    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
16251       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
16252       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
16253       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
16254       alias: "elm/layout/dialogue/1text.1icon.6";
16255       data.item: "stacking" "above";
16256       data.item: "selectraise" "on";
16257       data.item: "texts" "elm.text";
16258       data.item: "contents" "elm.icon";
16259       data.item: "flips" "elm.flip.content";
16260       parts {
16261          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16262          GENLIST_PART_DIALOGUE_BG_IMAGE
16263          GENLIST_PART_BOTTOM_LINE
16264          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16265          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16266          GENLIST_PART_DIALOGUE_ITEM
16267          GENLIST_PART_DIALOGUE_RIGHT_LINE
16268          part { name: "elm.icon";
16269             clip_to: "disclip";
16270             type: SWALLOW;
16271             scale: 1;
16272             description { state: "default" 0.0;
16273                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16274                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16275                fixed: 1 1;
16276                rel1 {
16277                   relative: 1.0 0.0;
16278                   to_x: "elm.padding.left";
16279                }
16280                rel2 {
16281                   relative: 1.0 1.0;
16282                   to_x: "elm.padding.left";
16283                }
16284                align: 0.0 0.5;
16285             }
16286             GENLIST_DESCRIPTION_FLIP_ENABLED
16287          }
16288          part { name: "elm.padding.icon.right";
16289             type: RECT;
16290             scale: 1;
16291             description { state: "default" 0.0;
16292                min: GENLIST_PADDING_16_INC 0;
16293                fixed: 1 0;
16294                rel1 {
16295                   relative: 1.0 0.0;
16296                   to_x: "elm.icon";
16297                }
16298                rel2.to_x: "elm.icon";
16299                align: 0.0 0.0;
16300                visible: 0;
16301             }
16302          }
16303          part { name: "elm.text";
16304             clip_to: "disclip";
16305             type: TEXTBLOCK;
16306             mouse_events: 0;
16307             scale: 1;
16308             description { state: "default" 0.0;
16309                rel1 {
16310                   relative: 1.0 0.0;
16311                   to_x: "elm.padding.icon.right";
16312                }
16313                rel2 {
16314                   relative: 0.0 1.0;
16315                   to_x: "elm.padding.right";
16316                }
16317                align: 0.0 0.5;
16318                text {
16319                   style: "genlist_default_textblock_style";
16320                   min: 0 1;
16321                   align: 0.0 0.5;
16322                }
16323             }
16324             description { state: "selected" 0.0;
16325                inherit: "default" 0.0;
16326                text.style: "genlist_default_textblock_selected_style";
16327             }
16328             GENLIST_DESCRIPTION_FLIP_ENABLED
16329          }
16330          GENLIST_PART_FLIP
16331          GENLIST_PART_DISCLIP
16332       }
16333       programs {
16334          program { name: "go_active";
16335             signal: "elm,state,selected";
16336             source: "elm";
16337             action: STATE_SET "selected" 0.0;
16338             target: "bg_image";
16339             target: "elm.text";
16340             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16341          }
16342          program { name: "go_passive";
16343             signal: "elm,state,unselected";
16344             source: "elm";
16345             action: STATE_SET "default" 0.0;
16346             target: "bg_image";
16347             target: "elm.text";
16348             transition: LINEAR 0.1;
16349          }
16350          program { name: "go_disabled";
16351             signal: "elm,state,disabled";
16352             source: "elm";
16353             action: STATE_SET "disabled" 0.0;
16354             target: "disclip";
16355          }
16356          program { name: "go_enabled";
16357             signal: "elm,state,enabled";
16358             source: "elm";
16359             action: STATE_SET "default" 0.0;
16360             target: "disclip";
16361          }
16362          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16363          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16364       }
16365    }
16366
16367 // 4.1.17
16368    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
16369       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
16370       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
16371       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
16372       alias: "elm/layout/dialogue/1text.1icon.4";
16373       data.item: "stacking" "above";
16374       data.item: "selectraise" "on";
16375       data.item: "texts" "elm.text";
16376       data.item: "contents" "elm.icon";
16377       data.item: "flips" "elm.flip.content";
16378       parts {
16379          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16380          GENLIST_PART_DIALOGUE_BG_IMAGE
16381          GENLIST_PART_BOTTOM_LINE
16382          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16383          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16384          GENLIST_PART_DIALOGUE_ITEM
16385          GENLIST_PART_DIALOGUE_RIGHT_LINE
16386          part { name: "elm.icon";
16387             clip_to: "disclip";
16388             type: SWALLOW;
16389             scale: 1;
16390             description { state: "default" 0.0;
16391                min: 60 60;
16392                max: 60 60;
16393                fixed: 1 1;
16394                rel1.to_x: "elm.padding.right";
16395                rel2 {
16396                   relative: 0.0 1.0;
16397                   to_x: "elm.padding.right";
16398                }
16399                align: 1.0 0.5;
16400             }
16401             GENLIST_DESCRIPTION_FLIP_ENABLED
16402          }
16403          part { name: "elm.padding.icon.left";
16404             clip_to: "disclip";
16405             type: RECT;
16406             scale: 1;
16407             description { state: "default" 0.0;
16408                min: 10 0;
16409                fixed: 1 0;
16410                rel1.to_x: "elm.icon";
16411                rel2 {
16412                   relative: 0.0 1.0;
16413                   to_x: "elm.icon";
16414                }
16415                align: 1.0 0.0;
16416                visible: 0;
16417             }
16418          }
16419          part { name: "elm.text";
16420             clip_to: "disclip";
16421             type: TEXT;
16422             mouse_events: 0;
16423             scale: 1;
16424             description { state: "default" 0.0;
16425                rel1 {
16426                   relative: 1.0 0.0;
16427                   to_x: "elm.padding.left";
16428                }
16429                rel2 {
16430                   relative: 0.0 1.0;
16431                   to_x: "elm.padding.icon.left";
16432                }
16433                align: 0.0 0.0;
16434                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16435                text {
16436                   font: "SLP:style=Roman";
16437                   size: GENLIST_FONT_44_INC;
16438                   min: 0 1;
16439                   align: 0.0 0.5;
16440                   text_class: "list_item";
16441                }
16442             }
16443             description { state: "selected" 0.0;
16444                inherit: "default" 0.0;
16445                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16446             }
16447             GENLIST_DESCRIPTION_FLIP_ENABLED
16448          }
16449          GENLIST_PART_FLIP
16450          GENLIST_PART_DISCLIP
16451       }
16452       programs {
16453          program { name: "go_active";
16454             signal: "elm,state,selected";
16455             source: "elm";
16456             action: STATE_SET "selected" 0.0;
16457             target: "bg_image";
16458             target: "elm.text";
16459             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16460          }
16461          program { name: "go_passive";
16462             signal: "elm,state,unselected";
16463             source: "elm";
16464             action: STATE_SET "default" 0.0;
16465             target: "bg_image";
16466             target: "elm.text";
16467             transition: LINEAR 0.1;
16468          }
16469          program { name: "go_disabled";
16470             signal: "elm,state,disabled";
16471             source: "elm";
16472             action: STATE_SET "disabled" 0.0;
16473             target: "disclip";
16474          }
16475          program { name: "go_enabled";
16476             signal: "elm,state,enabled";
16477             source: "elm";
16478             action: STATE_SET "default" 0.0;
16479             target: "disclip";
16480          }
16481          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16482          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16483       }
16484    }
16485
16486    // 4.1.19
16487    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
16488       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
16489       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
16490       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
16491
16492       data.item: "stacking" "above";
16493       data.item: "selectraise" "on";
16494       data.item: "texts" "elm.text.1";
16495       data.item: "contents" "elm.icon.1";
16496
16497       parts {
16498          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
16499                  GENLIST_PART_DIALOGUE_BG_IMAGE
16500          GENLIST_PART_BOTTOM_LINE
16501          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16502          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
16503          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16504          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16505          GENLIST_PART_DIALOGUE_ITEM
16506          GENLIST_PART_DIALOGUE_RIGHT_LINE
16507          part { name: "elm.text.1";
16508             clip_to: "disclip";
16509             type: TEXT;
16510             mouse_events: 0;
16511             scale: 1;
16512             description { state: "default" 0.0;
16513                min: 0 GENLIST_SIZE_48_INC;
16514                fixed: 0 1;
16515                rel1 {
16516                   relative: 1.0 1.0;
16517                   to_x: "elm.padding.left";
16518                   to_y: "elm.padding.top";
16519                }
16520                rel2 {
16521                   relative: 0.0 1.0;
16522                   to_x: "elm.padding.right";
16523                   to_y: "elm.padding.top";
16524                }
16525                align: 0.0 0.0;
16526                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
16527                text {
16528                   font: "SLP:style=Medium";
16529                   size: GENLIST_FONT_32_INC;
16530                   min: 0 1;
16531                   align: 0.0 0.5;
16532                   text_class: "list_item";
16533                }
16534             }
16535             description { state: "selected" 0.0;
16536                inherit: "default" 0.0;
16537                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16538             }
16539             GENLIST_DESCRIPTION_FLIP_ENABLED
16540          }
16541          part { name: "elm.icon.1";
16542             clip_to: "disclip";
16543             type: SWALLOW;
16544             scale: 1;
16545             description { state: "default" 0.0;
16546                rel1 {
16547                   relative: 1.0 1.0;
16548                   to_x: "elm.padding.left";
16549                   to_y: "elm.text.1";
16550                }
16551                rel2 {
16552                   relative: 0.0 0.0;
16553                   to_x: "elm.padding.right";
16554                   to_y: "elm.padding.bottom";
16555                }
16556             }
16557          }
16558          GENLIST_PART_DISCLIP
16559       }
16560       programs {
16561          // signal: elm,state,%s,active
16562          //   a "check" item named %s went active
16563          // signal: elm,state,%s,passive
16564          //   a "check" item named %s went passive
16565          // default is passive
16566          /*program { name: "go_active";
16567             signal: "elm,state,selected";
16568             source: "elm";
16569             action: STATE_SET "selected" 0.0;
16570             target: "bg_image";
16571             target: "elm.text";
16572          }
16573          program { name: "go_passive";
16574             signal: "elm,state,unselected";
16575             source: "elm";
16576             action: STATE_SET "default" 0.0;
16577             target: "bg_image";
16578             target: "elm.text";
16579             transition: LINEAR 0.1;
16580          }*/
16581          program { name: "go_disabled";
16582             signal: "elm,state,disabled";
16583             source: "elm";
16584             action: STATE_SET "disabled" 0.0;
16585             target: "disclip";
16586          }
16587          program { name: "go_enabled";
16588             signal: "elm,state,enabled";
16589             source: "elm";
16590             action: STATE_SET "default" 0.0;
16591             target: "disclip";
16592          }
16593       }
16594    }
16595
16596    group { name: "elm/genlist/item/dialogue/2text.5/default";
16597       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
16598       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
16599       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
16600       data.item: "stacking" "above";
16601       data.item: "selectraise" "on";
16602       data.item: "texts" "elm.text.1 elm.text.2";
16603       data.item: "flips" "elm.flip.content";
16604       parts {
16605          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16606          GENLIST_PART_DIALOGUE_BG_IMAGE
16607          GENLIST_PART_BOTTOM_LINE
16608          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16609          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16610          GENLIST_PART_DIALOGUE_ITEM
16611          GENLIST_PART_DIALOGUE_RIGHT_LINE
16612          part { name: "elm.text.2";
16613             clip_to: "disclip";
16614             type: TEXT;
16615             mouse_events: 0;
16616             scale: 1;
16617             description { state: "default" 0.0;
16618                min: GENLIST_SIZE_154_INC 0;
16619                fixed: 1 0;
16620                rel1.to_x: "elm.padding.right";
16621                rel2 {
16622                   relative: 0.0 1.0;
16623                   to_x: "elm.padding.right";
16624                }
16625                align: 1.0 0.5;
16626                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16627                text {
16628                   font: "SLP:style=Medium";
16629                   size: GENLIST_FONT_32_INC;
16630                   min: 0 1;
16631                   align: 1.0 0.5;
16632                   text_class: "slp_roman";
16633                }
16634             }
16635             description { state: "selected" 0.0;
16636                inherit: "default" 0.0;
16637                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16638             }
16639             GENLIST_DESCRIPTION_FLIP_ENABLED
16640          }
16641          part { name: "elm.padding.text2.left";
16642             type: RECT;
16643             mouse_events: 0;
16644             scale: 1;
16645             description { state: "default" 0.0;
16646                min: GENLIST_ICON_SMALL_SIZE 0;
16647                fixed: 1 0;
16648                rel1.to_x: "elm.text.2";
16649                rel2 {
16650                   relative: 0.0 1.0;
16651                   to_x: "elm.text.2";
16652                }
16653                visible: 0;
16654                align: 1.0 0.5;
16655             }
16656          }
16657          part { name: "elm.text.1";
16658             clip_to: "disclip";
16659             type: TEXT;
16660             mouse_events: 0;
16661             scale: 1;
16662             description { state: "default" 0.0;
16663                rel1 {
16664                   relative: 1.0 0.0;
16665                   to_x: "elm.padding.left";
16666                }
16667                rel2 {
16668                   relative: 0.0 1.0;
16669                   to_x: "elm.padding.text2.left";
16670                }
16671                align: 0.0 0.0;
16672                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16673                text {
16674                   font: "SLP:style=Roman";
16675                   size: GENLIST_FONT_44_INC;
16676                   min: 0 1;
16677                   align: 0.0 0.5;
16678                   text_class: "list_item";
16679                }
16680             }
16681             description { state: "selected" 0.0;
16682                inherit: "default" 0.0;
16683                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16684             }
16685             GENLIST_DESCRIPTION_FLIP_ENABLED
16686          }
16687          GENLIST_PART_FLIP
16688          GENLIST_PART_DISCLIP
16689       }
16690       programs {
16691          program { name: "go_active";
16692             signal: "elm,state,selected";
16693             source: "elm";
16694             action: STATE_SET "selected" 0.0;
16695             target: "bg_image";
16696             target: "elm.text.1";
16697             target: "elm.text.2";
16698             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16699          }
16700          program { name: "go_passive";
16701             signal: "elm,state,unselected";
16702             source: "elm";
16703             action: STATE_SET "default" 0.0;
16704             target: "bg_image";
16705             target: "elm.text.1";
16706             target: "elm.text.2";
16707             transition: LINEAR 0.1;
16708          }
16709          program { name: "go_disabled";
16710             signal: "elm,state,disabled";
16711             source: "elm";
16712             action: STATE_SET "disabled" 0.0;
16713             target: "disclip";
16714          }
16715          program { name: "go_enabled";
16716             signal: "elm,state,enabled";
16717             source: "elm";
16718             action: STATE_SET "default" 0.0;
16719             target: "disclip";
16720          }
16721          GENLIST_PROGRAM_FLIP_2TEXT
16722          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16723          //GENLIST_PROGRAM_FLIP_1TEXT
16724       }
16725    }
16726
16727    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
16728       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
16729       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
16730       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
16731       alias: "elm/layout/dialogue/1text.2icon.2";
16732       data.item: "stacking" "above";
16733       data.item: "selectraise" "on";
16734       data.item: "texts" "elm.text";
16735       data.item: "contents" "elm.icon.1 elm.icon.2";
16736       data.item: "flips" "elm.flip.content";
16737       parts {
16738          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16739          GENLIST_PART_DIALOGUE_BG_IMAGE
16740          GENLIST_PART_BOTTOM_LINE
16741          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16742          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16743          GENLIST_PART_DIALOGUE_ITEM
16744          GENLIST_PART_DIALOGUE_RIGHT_LINE
16745          part { name: "elm.icon.1";
16746             clip_to: "disclip";
16747             type: SWALLOW;
16748             scale: 1;
16749             description { state: "default" 0.0;
16750                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16751                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16752                fixed: 1 1;
16753                rel1 {
16754                   relative: 1.0 0.0;
16755                   to_x: "elm.padding.left";
16756                }
16757                rel2 {
16758                   relative: 1.0 1.0;
16759                   to_x: "elm.padding.left";
16760                }
16761                align: 0.0 0.5;
16762             }
16763             GENLIST_DESCRIPTION_FLIP_ENABLED
16764          }
16765          part { name: "elm.padding.icon1.right";
16766             clip_to: "disclip";
16767             type: RECT;
16768             scale: 1;
16769             description { state: "default" 0.0;
16770                min: GENLIST_PADDING_16_INC 0;
16771                fixed: 1 0;
16772                rel1 {
16773                   relative: 1.0 0.0;
16774                   to_x: "elm.icon.1";
16775                }
16776                rel2.to_x: "elm.icon.1";
16777                align: 0.0 0.0;
16778                visible: 0;
16779             }
16780          }
16781          part { name: "elm.icon.2";
16782             clip_to: "disclip";
16783             type: SWALLOW;
16784             scale: 1;
16785             description { state: "default" 0.0;
16786                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16787                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16788                fixed: 1 1;
16789                rel1.to_x: "elm.padding.right";
16790                rel2 {
16791                   relative: 0.0 1.0;
16792                   to_x: "elm.padding.right";
16793                }
16794                align: 1.0 0.5;
16795             }
16796             GENLIST_DESCRIPTION_FLIP_ENABLED
16797          }
16798          part { name: "elm.padding.icon2.left";
16799             clip_to: "disclip";
16800             type: RECT;
16801             scale: 1;
16802             description { state: "default" 0.0;
16803                min: GENLIST_PADDING_16_INC 0;
16804                fixed: 1 0;
16805                rel1.to_x: "elm.icon.2";
16806                rel2 {
16807                   relative: 0.0 1.0;
16808                   to_x: "elm.icon.2";
16809                }
16810                align: 1.0 0.0;
16811                visible: 0;
16812             }
16813          }
16814          part { name: "elm.text";
16815             clip_to: "disclip";
16816             type: TEXT;
16817             mouse_events: 0;
16818             scale: 1;
16819             description { state: "default" 0.0;
16820                rel1 {
16821                   relative: 1.0 0.0;
16822                   to_x: "elm.padding.icon1.right";
16823                }
16824                rel2 {
16825                   relative: 0.0 1.0;
16826                   to_x: "elm.padding.icon2.left";
16827                }
16828                align: 0.0 0.0;
16829                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16830                text {
16831                   font: "SLP:style=Roman";
16832                   size: GENLIST_FONT_44_INC;
16833                   min: 0 1;
16834                   align: 0.0 0.5;
16835                   text_class: "list_item";
16836                }
16837             }
16838             description { state: "selected" 0.0;
16839                inherit: "default" 0.0;
16840                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16841             }
16842             GENLIST_DESCRIPTION_FLIP_ENABLED
16843          }
16844          GENLIST_PART_FLIP
16845          GENLIST_PART_DISCLIP
16846       }
16847       programs {
16848          program { name: "go_active";
16849             signal: "elm,state,selected";
16850             source: "elm";
16851             action: STATE_SET "selected" 0.0;
16852             target: "bg_image";
16853             target: "elm.text";
16854             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16855          }
16856          program { name: "go_passive";
16857             signal: "elm,state,unselected";
16858             source: "elm";
16859             action: STATE_SET "default" 0.0;
16860             target: "bg_image";
16861             target: "elm.text";
16862             transition: LINEAR 0.1;
16863          }
16864          program { name: "go_disabled";
16865             signal: "elm,state,disabled";
16866             source: "elm";
16867             action: STATE_SET "disabled" 0.0;
16868             target: "disclip";
16869          }
16870          program { name: "go_enabled";
16871             signal: "elm,state,enabled";
16872             source: "elm";
16873             action: STATE_SET "default" 0.0;
16874             target: "disclip";
16875          }
16876          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
16877          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16878       }
16879    }
16880
16881    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
16882       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
16883       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
16884       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
16885       alias: "elm/layout/dialogue/1text.3icon";
16886       data.item: "stacking" "above";
16887       data.item: "selectraise" "on";
16888       data.item: "texts" "elm.text";
16889       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16890       data.item: "flips" "elm.flip.content";
16891       parts {
16892          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16893          GENLIST_PART_DIALOGUE_BG_IMAGE
16894          GENLIST_PART_BOTTOM_LINE
16895          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16896          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16897          GENLIST_PART_DIALOGUE_ITEM
16898          GENLIST_PART_DIALOGUE_RIGHT_LINE
16899          part { name: "elm.icon.1";
16900             clip_to: "disclip";
16901             type: SWALLOW;
16902             scale: 1;
16903             description { state: "default" 0.0;
16904                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16905                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16906                fixed: 1 1;
16907                rel1 {
16908                   relative: 1.0 0.0;
16909                   to_x: "elm.padding.left";
16910                }
16911                rel2 {
16912                   relative: 1.0 1.0;
16913                   to_x: "elm.padding.left";
16914                }
16915                align: 0.0 0.5;
16916             }
16917             GENLIST_DESCRIPTION_FLIP_ENABLED
16918          }
16919          part { name: "elm.padding.icon1.right";
16920             clip_to: "disclip";
16921             type: RECT;
16922             scale: 1;
16923             description { state: "default" 0.0;
16924                min: GENLIST_PADDING_16_INC 0;
16925                fixed: 1 0;
16926                rel1 {
16927                   relative: 1.0 0.0;
16928                   to_x: "elm.icon.1";
16929                }
16930                rel2.to_x: "elm.icon.1";
16931                align: 0.0 0.0;
16932                visible: 0;
16933             }
16934          }
16935          part { name: "elm.icon.3";
16936             clip_to: "disclip";
16937             type: SWALLOW;
16938             scale: 1;
16939             description { state: "default" 0.0;
16940                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16941                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16942                fixed: 1 1;
16943                rel1.to_x: "elm.padding.right";
16944                rel2 {
16945                   relative: 0.0 1.0;
16946                   to_x: "elm.padding.right";
16947                }
16948                align: 1.0 0.5;
16949             }
16950             GENLIST_DESCRIPTION_FLIP_ENABLED
16951          }
16952          part { name: "elm.padding.icon3.left";
16953             clip_to: "disclip";
16954             type: RECT;
16955             scale: 1;
16956             description { state: "default" 0.0;
16957                min: GENLIST_PADDING_16_INC 0;
16958                fixed: 1 0;
16959                rel1.to_x: "elm.icon.3";
16960                rel2 {
16961                   relative: 0.0 1.0;
16962                   to_x: "elm.icon.3";
16963                }
16964                align: 1.0 0.0;
16965                visible: 0;
16966             }
16967          }
16968          part { name: "elm.icon.2";
16969             clip_to: "disclip";
16970             type: SWALLOW;
16971             scale: 1;
16972             description { state: "default" 0.0;
16973                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16974                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16975                fixed: 1 1;
16976                rel1.to_x: "elm.padding.icon3.left";
16977                rel2 {
16978                   relative: 0.0 1.0;
16979                   to_x: "elm.padding.icon3.left";
16980                }
16981                align: 1.0 0.5;
16982             }
16983             GENLIST_DESCRIPTION_FLIP_ENABLED
16984          }
16985          part { name: "elm.padding.icon2.left";
16986             clip_to: "disclip";
16987             type: RECT;
16988             scale: 1;
16989             description { state: "default" 0.0;
16990                min: GENLIST_PADDING_16_INC 0;
16991                fixed: 1 0;
16992                rel1.to_x: "elm.icon.2";
16993                rel2 {
16994                   relative: 0.0 1.0;
16995                   to_x: "elm.icon.2";
16996                }
16997                align: 0.0 0.0;
16998                visible: 0;
16999             }
17000          }
17001          part { name: "elm.text";
17002             clip_to: "disclip";
17003             type: TEXT;
17004             mouse_events: 0;
17005             scale: 1;
17006             description { state: "default" 0.0;
17007                rel1 {
17008                   relative: 1.0 0.0;
17009                   to_x: "elm.padding.icon1.right";
17010                }
17011                rel2 {
17012                   relative: 0.0 1.0;
17013                   to_x: "elm.padding.icon2.left";
17014                }
17015                align: 0.0 0.5;
17016                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17017                text {
17018                   font: "SLP:style=Roman";
17019                   size: GENLIST_FONT_44_INC;
17020                   min: 0 1;
17021                   align: 0.0 0.5;
17022                   text_class: "list_item";
17023                }
17024             }
17025             description { state: "selected" 0.0;
17026                inherit: "default" 0.0;
17027                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17028             }
17029             GENLIST_DESCRIPTION_FLIP_ENABLED
17030          }
17031          GENLIST_PART_FLIP
17032          GENLIST_PART_DISCLIP
17033       }
17034       programs {
17035          // signal: elm,state,%s,active
17036          //   a "check" item named %s went active
17037          // signal: elm,state,%s,passive
17038          //   a "check" item named %s went passive
17039          // default is passive
17040          program { name: "go_active";
17041             signal: "elm,state,selected";
17042             source: "elm";
17043             action: STATE_SET "selected" 0.0;
17044             target: "bg_image";
17045             target: "elm.text";
17046             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17047          }
17048          program { name: "go_passive";
17049             signal: "elm,state,unselected";
17050             source: "elm";
17051             action: STATE_SET "default" 0.0;
17052             target: "bg_image";
17053             target: "elm.text";
17054             transition: LINEAR 0.1;
17055          }
17056          program { name: "go_disabled";
17057             signal: "elm,state,disabled";
17058             source: "elm";
17059             action: STATE_SET "disabled" 0.0;
17060             target: "disclip";
17061          }
17062          program { name: "go_enabled";
17063             signal: "elm,state,enabled";
17064             source: "elm";
17065             action: STATE_SET "default" 0.0;
17066             target: "disclip";
17067          }
17068          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
17069          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17070          //GENLIST_PROGRAM_FLIP_1TEXT
17071       }
17072    }
17073
17074    /* password style 4.2.13 */
17075    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
17076    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
17077       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
17078       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
17079       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
17080       alias: "elm/layout/dialogue/4icon";
17081       data.item: "stacking" "above";
17082       data.item: "selectraise" "on";
17083       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
17084       data.item: "texts" "elm.text.1";
17085       images {
17086          image : "00_input_bg.png" COMP;
17087       }
17088       parts {
17089          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
17090          GENLIST_PART_DIALOGUE_BG_IMAGE
17091          GENLIST_PART_BOTTOM_LINE
17092          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17093          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
17094          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17095          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17096          GENLIST_PART_DIALOGUE_ITEM
17097          GENLIST_PART_DIALOGUE_RIGHT_LINE
17098          part { name: "elm.text.1";
17099             clip_to: "disclip";
17100             type: TEXT;
17101             mouse_events: 0;
17102             scale: 1;
17103             description { state: "default" 0.0;
17104                fixed: 1 1;
17105                rel1 {
17106                   relative: 1.0 0.0;
17107                   to_x: "elm.padding.left";
17108                   to_y: "elm.icon.1";
17109                }
17110                rel2 {
17111                   relative: 0.0 1.0;
17112                   to_x: "elm.padding.right";
17113                   to_y: "elm.padding.top";
17114                }
17115                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
17116                text {
17117                   font: "SLP:style=Medium";
17118                   size: GENLIST_FONT_32_INC;
17119                   min: 0 1;
17120                   align: 0.0 0.5;
17121                   text_class: "list_item";
17122                }
17123             }
17124             description { state: "selected" 0.0;
17125                inherit: "default" 0.0;
17126                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17127             }
17128          }
17129          part { name: "elm.padding.icon1.left";
17130             clip_to: "disclip";
17131             type: RECT;
17132             scale: 1;
17133             description { state: "default" 0.0;
17134                min: GENLIST_PADDING_74_INC 0;
17135                fixed: 1 0;
17136                rel1 {
17137                   relative: 1.0 0.0;
17138                   to_x: "elm.rect.dialogue";
17139                   to_y: "elm.padding.bottom";
17140                }
17141                rel2 {
17142                   relative: 1.0 0.0;
17143                   to_x: "elm.rect.dialogue";
17144                   to_y: "elm.padding.bottom";
17145                }
17146                align: 0.0 1.0;
17147                visible: 0;
17148             }
17149          }
17150          part { name: "elm.icon1.bg";
17151             clip_to: "disclip";
17152             type: IMAGE;
17153             scale: 1;
17154             description { state: "default" 0.0;
17155                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17156                fixed: 1 1;
17157                rel1 {
17158                   relative: 1.0 0.0;
17159                   to_x: "elm.padding.icon1.left";
17160                   to_y: "elm.padding.bottom";
17161                }
17162                rel2 {
17163                   relative: 1.0 0.0;
17164                   to_x: "elm.padding.icon1.left";
17165                   to_y: "elm.padding.bottom";
17166                }
17167                align: 0.0 1.0;
17168                image.normal: "00_input_bg.png";
17169                image.border: 5 5 5 5;
17170                image.border_scale: 1;
17171             }
17172          }
17173          part { name: "elm.icon.1";
17174             clip_to: "disclip";
17175             type: SWALLOW;
17176             scale: 1;
17177             description { state: "default" 0.0;
17178                rel1 {
17179                   to: "elm.icon1.bg";
17180                   offset: 2 2;
17181                }
17182                rel2 {
17183                   to: "elm.icon1.bg";
17184                   offset: -3 -3;
17185                }
17186                align: 0.5 0.5;
17187             }
17188          }
17189          part { name: "elm.padding.icon2.left";
17190             clip_to: "disclip";
17191             type: RECT;
17192             scale: 1;
17193             description { state: "default" 0.0;
17194                min: GENLIST_ICON_SMALL_SIZE 0;
17195                fixed: 1 0;
17196                rel1 {
17197                   relative: 1.0 0.0;
17198                   to_x: "elm.icon1.bg";
17199                   to_y: "elm.padding.bottom";
17200                }
17201                rel2 {
17202                   relative: 1.0 0.0;
17203                   to_x: "elm.icon1.bg";
17204                   to_y: "elm.padding.bottom";
17205                }
17206                align: 0.0 1.0;
17207                visible: 0;
17208             }
17209          }
17210          part { name: "elm.icon2.bg";
17211             clip_to: "disclip";
17212             type: IMAGE;
17213             scale: 1;
17214             description { state: "default" 0.0;
17215                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17216                fixed: 1 1;
17217                rel1 {
17218                   relative: 1.0 0.0;
17219                   to_x: "elm.padding.icon2.left";
17220                   to_y: "elm.padding.bottom";
17221                }
17222                rel2 {
17223                   relative: 1.0 0.0;
17224                   to_x: "elm.padding.icon2.left";
17225                   to_y: "elm.padding.bottom";
17226                }
17227                align: 0.0 1.0;
17228                image.normal: "00_input_bg.png";
17229                image.border: 5 5 5 5;
17230                image.border_scale: 1;
17231             }
17232          }
17233          part { name: "elm.icon.2";
17234             clip_to: "disclip";
17235             type: SWALLOW;
17236             scale: 1;
17237             description { state: "default" 0.0;
17238                rel1 {
17239                   to: "elm.icon2.bg";
17240                   offset: 2 2;
17241                }
17242                rel2 {
17243                   to: "elm.icon2.bg";
17244                   offset: -3 -3;
17245                }
17246                align: 0.5 0.5;
17247             }
17248          }
17249          part { name: "elm.padding.icon3.left";
17250             clip_to: "disclip";
17251             type: RECT;
17252             scale: 1;
17253             description { state: "default" 0.0;
17254                min: GENLIST_ICON_SMALL_SIZE 0;
17255                fixed: 1 0;
17256                rel1 {
17257                   relative: 1.0 0.0;
17258                   to_x: "elm.icon2.bg";
17259                   to_y: "elm.padding.bottom";
17260                }
17261                rel2 {
17262                   relative: 1.0 0.0;
17263                   to_x: "elm.icon2.bg";
17264                   to_y: "elm.padding.bottom";
17265                }
17266                align: 0.0 1.0;
17267                visible: 0;
17268             }
17269          }
17270          part { name: "elm.icon3.bg";
17271             clip_to: "disclip";
17272             type: IMAGE;
17273             scale: 1;
17274             description { state: "default" 0.0;
17275                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17276                fixed: 1 1;
17277                rel1 {
17278                   relative: 1.0 0.0;
17279                   to_x: "elm.padding.icon3.left";
17280                   to_y: "elm.padding.bottom";
17281                }
17282                rel2 {
17283                   relative: 1.0 0.0;
17284                   to_x: "elm.padding.icon3.left";
17285                   to_y: "elm.padding.bottom";
17286                }
17287                align: 0.0 1.0;
17288                image.normal: "00_input_bg.png";
17289                image.border: 5 5 5 5;
17290                image.border_scale: 1;
17291             }
17292          }
17293          part { name: "elm.icon.3";
17294             clip_to: "disclip";
17295             type: SWALLOW;
17296             scale: 1;
17297             description { state: "default" 0.0;
17298                rel1 {
17299                   to: "elm.icon3.bg";
17300                   offset: 2 2;
17301                }
17302                rel2 {
17303                   to: "elm.icon3.bg";
17304                   offset: -3 -3;
17305                }
17306                align: 0.5 0.5;
17307             }
17308          }
17309          part { name: "elm.padding.icon4.left";
17310             clip_to: "disclip";
17311             type: RECT;
17312             scale: 1;
17313             description { state: "default" 0.0;
17314                min: GENLIST_ICON_SMALL_SIZE 0;
17315                fixed: 1 0;
17316                rel1 {
17317                   relative: 1.0 0.0;
17318                   to_x: "elm.icon3.bg";
17319                   to_y: "elm.padding.bottom";
17320                }
17321                rel2 {
17322                   relative: 1.0 0.0;
17323                   to_x: "elm.icon3.bg";
17324                   to_y: "elm.padding.bottom";
17325                }
17326                align: 0.0 1.0;
17327                visible: 0;
17328             }
17329          }
17330          part { name: "elm.icon4.bg";
17331             clip_to: "disclip";
17332             type: IMAGE;
17333             scale: 1;
17334             description { state: "default" 0.0;
17335                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17336                fixed: 1 1;
17337                rel1 {
17338                   relative: 1.0 0.0;
17339                   to_x: "elm.padding.icon4.left";
17340                   to_y: "elm.padding.bottom";
17341                }
17342                rel2 {
17343                   relative: 1.0 0.0;
17344                   to_x: "elm.padding.icon4.left";
17345                   to_y: "elm.padding.bottom";
17346                }
17347                align: 0.0 1.0;
17348                image.normal: "00_input_bg.png";
17349                image.border: 5 5 5 5;
17350                image.border_scale: 1;
17351             }
17352          }
17353          part { name: "elm.icon.4";
17354             clip_to: "disclip";
17355             type: SWALLOW;
17356             scale: 1;
17357             description { state: "default" 0.0;
17358                rel1 {
17359                   to: "elm.icon4.bg";
17360                   offset: 2 2;
17361                }
17362                rel2 {
17363                   to: "elm.icon4.bg";
17364                   offset: -3 -3;
17365                }
17366                align: 0.5 0.5;
17367             }
17368          }
17369          GENLIST_PART_DISCLIP
17370       }
17371       programs {
17372          // signal: elm,state,%s,active
17373          //   a "check" item named %s went active
17374          // signal: elm,state,%s,passive
17375          //   a "check" item named %s went passive
17376          // default is passive
17377          /*program { name: "go_active";
17378             signal: "elm,state,selected";
17379             source: "elm";
17380             action: STATE_SET "selected" 0.0;
17381             target: "bg_image";
17382             target: "elm.text.1";
17383             target: "elm.text.2";
17384          }
17385          program { name: "go_passive";
17386             signal: "elm,state,unselected";
17387             source: "elm";
17388             action: STATE_SET "default" 0.0;
17389             target: "bg_image";
17390             target: "elm.text.1";
17391             target: "elm.text.2";
17392             transition: LINEAR 0.1;
17393          }*/
17394          program { name: "go_disabled";
17395             signal: "elm,state,disabled";
17396             source: "elm";
17397             action: STATE_SET "disabled" 0.0;
17398             target: "disclip";
17399          }
17400          program { name: "go_enabled";
17401             signal: "elm,state,enabled";
17402             source: "elm";
17403             action: STATE_SET "default" 0.0;
17404             target: "disclip";
17405          }
17406       }
17407    }
17408
17409    group { name: "elm/genlist/item/dialogue/3icon/default";
17410       alias: "elm/genlist/item_odd/dialogue/3icon/default";
17411       alias: "elm/genlist/item_compress/dialogue/3icon/default";
17412       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
17413       alias: "elm/layout/dialogue/3icon";
17414       data.item: "stacking" "above";
17415       data.item: "selectraise" "on";
17416       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17417       parts {
17418          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17419          GENLIST_PART_DIALOGUE_BG_IMAGE
17420          GENLIST_PART_BOTTOM_LINE
17421          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17422          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17423          GENLIST_PART_DIALOGUE_ITEM
17424          GENLIST_PART_DIALOGUE_RIGHT_LINE
17425          part { name: "elm.icon.1";
17426             clip_to: "disclip";
17427             type: SWALLOW;
17428             scale: 1;
17429             description { state: "default" 0.0;
17430                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17431                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17432                fixed: 1 1;
17433                rel1 {
17434                   relative: 1.0 0.0;
17435                   to_x: "elm.padding.left";
17436                }
17437                rel2 {
17438                   relative: 1.0 1.0;
17439                   to_x: "elm.padding.left";
17440                }
17441                align: 0.0 0.5;
17442             }
17443             GENLIST_DESCRIPTION_FLIP_ENABLED
17444          }
17445          part { name: "elm.padding.icon1.right";
17446             clip_to: "disclip";
17447             type: RECT;
17448             scale: 1;
17449             description { state: "default" 0.0;
17450                min: GENLIST_PADDING_16_INC 0;
17451                fixed: 1 0;
17452                rel1 {
17453                   relative: 1.0 0.0;
17454                   to_x: "elm.icon.1";
17455                }
17456                rel2.to_x: "elm.icon.1";
17457                align: 0.0 0.0;
17458                visible: 0;
17459             }
17460          }
17461          part { name: "elm.icon.3";
17462             clip_to: "disclip";
17463             type: SWALLOW;
17464             scale: 1;
17465             description { state: "default" 0.0;
17466                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17467                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17468                fixed: 1 1;
17469                rel1.to_x: "elm.padding.right";
17470                rel2 {
17471                   relative: 0.0 1.0;
17472                   to_x: "elm.padding.right";
17473                }
17474                align: 1.0 0.5;
17475             }
17476             GENLIST_DESCRIPTION_FLIP_ENABLED
17477          }
17478          part { name: "elm.padding.icon3.left";
17479             clip_to: "disclip";
17480             type: RECT;
17481             scale: 1;
17482             description { state: "default" 0.0;
17483                min: GENLIST_PADDING_16_INC 0;
17484                fixed: 1 0;
17485                rel1.to_x: "elm.icon.3";
17486                rel2 {
17487                   relative: 0.0 1.0;
17488                   to_x: "elm.icon.3";
17489                }
17490                align: 1.0 0.0;
17491                visible: 0;
17492             }
17493          }
17494          part { name: "elm.icon.2";
17495             clip_to: "disclip";
17496             type: SWALLOW;
17497             scale: 1;
17498             description { state: "default" 0.0;
17499                rel1 {
17500                   relative: 1.0 0.0;
17501                   to_x: "elm.padding.icon1.right";
17502                }
17503                rel2 {
17504                   relative: 0.0 1.0;
17505                   to_x: "elm.padding.icon3.left";
17506                }
17507                align: 0.0 0.5;
17508             }
17509             GENLIST_DESCRIPTION_FLIP_ENABLED
17510          }
17511          GENLIST_PART_DISCLIP
17512       }
17513       programs {
17514          // signal: elm,state,%s,active
17515          //   a "check" item named %s went active
17516          // signal: elm,state,%s,passive
17517          //   a "check" item named %s went passive
17518          // default is passive
17519          program { name: "go_disabled";
17520             signal: "elm,state,disabled";
17521             source: "elm";
17522             action: STATE_SET "disabled" 0.0;
17523             target: "disclip";
17524          }
17525          program { name: "go_enabled";
17526             signal: "elm,state,enabled";
17527             source: "elm";
17528             action: STATE_SET "default" 0.0;
17529             target: "disclip";
17530          }
17531       }
17532    }
17533
17534    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
17535       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
17536       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
17537       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
17538       alias: "elm/layout/dialogue/2text.1icon.4";
17539       data.item: "stacking" "above";
17540       data.item: "selectraise" "on";
17541       data.item: "texts" "elm.text.1 elm.text.2";
17542       data.item: "contents" "elm.icon";
17543       data.item: "flips" "elm.flip.content";
17544       parts {
17545          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17546          GENLIST_PART_DIALOGUE_BG_IMAGE
17547          GENLIST_PART_BOTTOM_LINE
17548          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
17549          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
17550          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17551          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17552          GENLIST_PART_DIALOGUE_ITEM
17553          GENLIST_PART_DIALOGUE_RIGHT_LINE
17554          part { name: "elm.text.2";
17555             clip_to: "disclip";
17556             type: TEXT;
17557             mouse_events: 0;
17558             scale: 1;
17559             description { state: "default" 0.0;
17560                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
17561                fixed: 1 1;
17562                rel1 {
17563                   relative: 0.0 1.0;
17564                   to_x: "elm.padding.right";
17565                   to_y: "elm.padding.top";
17566                }
17567                rel2 {
17568                   relative: 0.0 1.0;
17569                   to_x: "elm.padding.right";
17570                   to_y: "elm.padding.top";
17571                }
17572                align: 1.0 0.0;
17573                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
17574                text {
17575                   font: "SLP:style=Medium";
17576                   size: GENLIST_FONT_32_INC;
17577                   min: 0 1;
17578                   align: 1.0 0.5;
17579                   text_class: "slp_medium";
17580                }
17581             }
17582             description { state: "selected" 0.0;
17583                inherit: "default" 0.0;
17584                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17585             }
17586             GENLIST_DESCRIPTION_FLIP_ENABLED
17587          }
17588          part { name: "elm.padding.text2.left";
17589             clip_to: "disclip";
17590             type: RECT;
17591             mouse_events: 0;
17592             scale: 1;
17593             description { state: "default" 0.0;
17594                min: GENLIST_ICON_SMALL_SIZE 0;
17595                fixed: 1 0;
17596                rel1.to_x: "elm.text.2";
17597                rel2 {
17598                   relative: 0.0 1.0;
17599                   to_x: "elm.text.2";
17600                }
17601                align: 1.0 0.5;
17602                visible: 0;
17603             }
17604          }
17605          part { name: "elm.text.1";
17606             clip_to: "disclip";
17607             type: TEXT;
17608             mouse_events: 0;
17609             scale: 1;
17610             description { state: "default" 0.0;
17611                rel1 {
17612                   relative: 1.0 1.0;
17613                   to_x: "elm.padding.left";
17614                   to_y: "elm.padding.top";
17615                }
17616                rel2 {
17617                   relative: 0.0 1.0;
17618                   to_x: "elm.padding.text2.left";
17619                   to_y: "elm.text.2";
17620                }
17621                align: 0.0 0.5;
17622                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17623                text {
17624                   font: "SLP:style=Roman";
17625                   size: GENLIST_FONT_44_INC;
17626                   min: 0 1;
17627                   align: 0.0 0.5;
17628                   text_class: "list_item";
17629                }
17630             }
17631             description { state: "selected" 0.0;
17632                inherit: "default" 0.0;
17633                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17634             }
17635             GENLIST_DESCRIPTION_FLIP_ENABLED
17636          }
17637          part { name: "elm.icon";
17638             clip_to: "disclip";
17639             type: SWALLOW;
17640             scale: 1;
17641             description { state: "default" 0.0;
17642                min: 0 GENLIST_SIZE_16_INC;
17643                fixed: 0 1;
17644                rel1 {
17645                   relative: 1.0 0.0;
17646                   to_x: "elm.padding.left";
17647                   to_y: "elm.padding.bottom";
17648                }
17649                rel2 {
17650                   relative: 0.0 0.0;
17651                   to_x: "elm.padding.right";
17652                   to_y: "elm.padding.bottom";
17653                }
17654                align: 0.0 1.0;
17655             }
17656             GENLIST_DESCRIPTION_FLIP_ENABLED
17657          }
17658          GENLIST_PART_FLIP
17659          GENLIST_PART_DISCLIP
17660       }
17661       programs {
17662          // signal: elm,state,%s,active
17663          //   a "check" item named %s went active
17664          // signal: elm,state,%s,passive
17665          //   a "check" item named %s went passive
17666          // default is passive
17667          program { name: "go_active";
17668             signal: "elm,state,selected";
17669             source: "elm";
17670             action: STATE_SET "selected" 0.0;
17671             target: "bg_image";
17672             target: "elm.text.1";
17673             target: "elm.text.2";
17674             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17675          }
17676          program { name: "go_passive";
17677             signal: "elm,state,unselected";
17678             source: "elm";
17679             action: STATE_SET "default" 0.0;
17680             target: "bg_image";
17681             target: "elm.text.1";
17682             target: "elm.text.2";
17683             transition: LINEAR 0.1;
17684          }
17685          program { name: "go_disabled";
17686             signal: "elm,state,disabled";
17687             source: "elm";
17688             action: STATE_SET "disabled" 0.0;
17689             target: "disclip";
17690          }
17691          program { name: "go_enabled";
17692             signal: "elm,state,enabled";
17693             source: "elm";
17694             action: STATE_SET "default" 0.0;
17695             target: "disclip";
17696          }
17697          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
17698          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17699       }
17700    }
17701
17702    group { name: "elm/genlist/item/dialogue/1title.1text/default";
17703       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
17704       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
17705       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
17706       alias: "elm/genlist/item/dialogue.1title.1text/default";
17707       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
17708       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
17709       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
17710       alias: "elm/layout/dialogue/1title.1text";
17711       data.item: "stacking" "above";
17712       data.item: "selectraise" "on";
17713       data.item: "texts" "elm.title elm.text";
17714       data.item: "flips" "elm.flip.content";
17715       parts {
17716          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17717          GENLIST_PART_DIALOGUE_BG_IMAGE
17718          GENLIST_PART_BOTTOM_LINE
17719          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17720          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17721          GENLIST_PART_DIALOGUE_ITEM
17722          GENLIST_PART_DIALOGUE_RIGHT_LINE
17723          part { name: "elm.title";
17724             clip_to: "disclip";
17725             type: TEXT;
17726             mouse_events: 0;
17727             scale: 1;
17728             description { state: "default" 0.0;
17729                min: GENLIST_SIZE_163_INC 0;
17730                fixed: 1 0;
17731                rel1 {
17732                   relative: 1.0 0.0;
17733                   to_x: "elm.padding.left";
17734                }
17735                rel2.to_x: "elm.padding.left";
17736                align: 0.0 0.5;
17737                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17738                text {
17739                   font: "SLP:style=Medium";
17740                   size: GENLIST_FONT_32_INC;
17741                   min: 0 1;
17742                   align: 0.0 0.5;
17743                   text_class: "slp_roman";
17744                }
17745             }
17746          }
17747          part { name: "vertical_line";
17748             type: RECT;
17749             mouse_events: 0;
17750             description { state: "default" 0.0;
17751                min: 1 0;
17752                fixed: 1 0;
17753                rel1 {
17754                   relative: 1.0 0.0;
17755                   to_x: "elm.title";
17756                }
17757                rel2.to_x: "elm.title";
17758                align: 0.0 0.5;
17759                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17760             }
17761          }
17762          part { name: "elm.padding.text.left";
17763             clip_to: "disclip";
17764             type: RECT;
17765             mouse_events: 0;
17766             scale: 1;
17767             description { state: "default" 0.0;
17768                min: GENLIST_PADDING_16_INC 0;
17769                fixed: 1 0;
17770                rel1 {
17771                    relative: 1.0 0.0;
17772                    to_x: "vertical_line";
17773                }
17774                rel2.to_x: "vertical_line";
17775                align: 0.0 0.5;
17776                visible: 0;
17777             }
17778          }
17779          part { name: "elm.text";
17780             clip_to: "disclip";
17781             type: TEXT;
17782             mouse_events: 0;
17783             scale: 1;
17784             description { state: "default" 0.0;
17785                rel1 {
17786                   relative: 1.0 0.0;
17787                   to_x: "elm.padding.text.left";
17788                }
17789                rel2 {
17790                   relative: 0.0 1.0;
17791                   to_x: "elm.padding.right";
17792                }
17793                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17794                text {
17795                   font: "SLP:style=Roman";
17796                   size: GENLIST_FONT_44_INC;
17797                   min: 0 1;
17798                   align: 0.0 0.5;
17799                   text_class: "list_item";
17800                }
17801             }
17802             GENLIST_DESCRIPTION_FLIP_ENABLED
17803          }
17804          part { name: "elm.flip.content";
17805             clip_to: "disclip";
17806             type: SWALLOW;
17807             mouse_events: 1;
17808             scale: 1;
17809             description { state: "default" 0.0;
17810                fixed: 1 1;
17811                rel1 {
17812                   relative: 0.0 0.5;
17813                   to_x: "elm.text";
17814                }
17815                rel2 {
17816                   relative: 0.0 0.5;
17817                   to_x: "elm.padding.right";
17818                }
17819                visible: 0;
17820             }
17821             description { state: "flip_enabled" 0.0;
17822                inherit: "default" 0.0;
17823                visible: 1;
17824             }
17825          }
17826          GENLIST_PART_DISCLIP
17827       }
17828       programs {
17829          // signal: elm,state,%s,active
17830          //   a "check" item named %s went active
17831          // signal: elm,state,%s,passive
17832          //   a "check" item named %s went passive
17833          // default is passive
17834          /*program { name: "go_active";
17835             signal: "elm,state,selected";
17836             source: "elm";
17837             action: STATE_SET "selected" 0.0;
17838             target: "elm.text";
17839          }
17840          program { name: "go_passive";
17841             signal: "elm,state,unselected";
17842             source: "elm";
17843             action: STATE_SET "default" 0.0;
17844             target: "elm.text";
17845             transition: LINEAR 0.1;
17846          }*/
17847          program { name: "go_disabled";
17848             signal: "elm,state,disabled";
17849             source: "elm";
17850             action: STATE_SET "disabled" 0.0;
17851             target: "disclip";
17852          }
17853          program { name: "go_enabled";
17854             signal: "elm,state,enabled";
17855             source: "elm";
17856             action: STATE_SET "default" 0.0;
17857             target: "disclip";
17858          }
17859          //GENLIST_PROGRAM_FLIP_1TEXT
17860       }
17861    }
17862
17863    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
17864       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
17865       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
17866       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
17867       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
17868       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
17869       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
17870       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
17871       alias: "elm/layout/dialogue/1title.1text.3";
17872       data.item: "stacking" "above";
17873       data.item: "selectraise" "on";
17874       data.item: "texts" "elm.title elm.text";
17875       data.item: "flips" "elm.flip.content.title elm.flip.content";
17876       parts {
17877          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17878          GENLIST_PART_DIALOGUE_BG_IMAGE
17879          GENLIST_PART_BOTTOM_LINE
17880          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17881          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17882          GENLIST_PART_DIALOGUE_ITEM
17883          GENLIST_PART_DIALOGUE_RIGHT_LINE
17884          part { name: "elm.title";
17885             clip_to: "disclip";
17886             type: TEXT;
17887             mouse_events: 0;
17888             scale: 1;
17889             description { state: "default" 0.0;
17890                min: GENLIST_SIZE_163_INC 0;
17891                fixed: 1 0;
17892                rel1 {
17893                   relative: 1.0 0.0;
17894                   to_x: "elm.padding.left";
17895                }
17896                rel2.to_x: "elm.padding.left";
17897                align: 0.0 0.5;
17898                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17899                text {
17900                   font: "SLP:style=Medium";
17901                   size: GENLIST_FONT_32_INC;
17902                   min: 0 1;
17903                   align: 0.0 0.5;
17904                   text_class: "slp_medium";
17905                }
17906             }
17907             GENLIST_DESCRIPTION_FLIP_ENABLED
17908          }
17909          part { name: "elm.flip.content.title";
17910             clip_to: "disclip";
17911             type: SWALLOW;
17912             description { state: "default" 0.0;
17913                visible: 0;
17914                fixed: 1 1;
17915                rel1.to: "elm.title";
17916                rel2.to: "elm.title";
17917             }
17918             description { state: "flip_enabled" 0.0;
17919                inherit: "default" 0.0;
17920                visible: 1;
17921             }
17922          }
17923          part { name: "vertical_line";
17924             type: RECT;
17925             mouse_events: 0;
17926             description { state: "default" 0.0;
17927                min: 1 0;
17928                fixed: 1 0;
17929                rel1 {
17930                   relative: 1.0 0.0;
17931                   to_x: "elm.title";
17932                }
17933                rel2.to_x: "elm.title";
17934                align: 0.0 0.5;
17935                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17936             }
17937          }
17938          part { name: "elm.padding.text.left";
17939             clip_to: "disclip";
17940             type: RECT;
17941             mouse_events: 0;
17942             scale: 1;
17943             description { state: "default" 0.0;
17944                min: GENLIST_PADDING_16_INC 0;
17945                fixed: 1 0;
17946                rel1 {
17947                    relative: 1.0 0.0;
17948                    to_x: "vertical_line";
17949                }
17950                rel2.to_x: "vertical_line";
17951                align: 0.0 0.5;
17952                visible: 0;
17953             }
17954          }
17955          part { name: "elm.text";
17956             clip_to: "disclip";
17957             type: TEXT;
17958             mouse_events: 0;
17959             scale: 1;
17960             description { state: "default" 0.0;
17961                rel1 {
17962                   relative: 1.0 0.0;
17963                   to_x: "elm.padding.text.left";
17964                }
17965                rel2 {
17966                   relative: 0.0 1.0;
17967                   to_x: "elm.padding.right";
17968                }
17969                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17970                text {
17971                   font: "SLP:style=Roman";
17972                   size: GENLIST_FONT_44_INC;
17973                   min: 0 1;
17974                   align: 0.0 0.5;
17975                   text_class: "list_item";
17976                }
17977             }
17978             GENLIST_DESCRIPTION_FLIP_ENABLED
17979          }
17980          part { name: "elm.flip.content";
17981             clip_to: "disclip";
17982             type: SWALLOW;
17983             mouse_events: 1;
17984             scale: 1;
17985             description { state: "default" 0.0;
17986                fixed: 1 1;
17987                rel1 {
17988                   relative: 0.0 0.5;
17989                   to_x: "elm.text";
17990                }
17991                rel2 {
17992                   relative: 0.0 0.5;
17993                   to_x: "elm.padding.right";
17994                }
17995                visible: 0;
17996             }
17997             description { state: "flip_enabled" 0.0;
17998                inherit: "default" 0.0;
17999                visible: 1;
18000             }
18001          }
18002          GENLIST_PART_DISCLIP
18003       }
18004       programs {
18005          // signal: elm,state,%s,active
18006          //   a "check" item named %s went active
18007          // signal: elm,state,%s,passive
18008          //   a "check" item named %s went passive
18009          // default is passive
18010          /*program { name: "go_active";
18011             signal: "elm,state,selected";
18012             source: "elm";
18013             action: STATE_SET "selected" 0.0;
18014             target: "elm.text";
18015          }
18016          program { name: "go_passive";
18017             signal: "elm,state,unselected";
18018             source: "elm";
18019             action: STATE_SET "default" 0.0;
18020             target: "elm.text";
18021             transition: LINEAR 0.1;
18022          }*/
18023          program { name: "go_disabled";
18024             signal: "elm,state,disabled";
18025             source: "elm";
18026             action: STATE_SET "disabled" 0.0;
18027             target: "disclip";
18028          }
18029          program { name: "go_enabled";
18030             signal: "elm,state,enabled";
18031             source: "elm";
18032             action: STATE_SET "default" 0.0;
18033             target: "disclip";
18034          }
18035          program { name: "flip_enabled";
18036             signal: "elm,state,flip,enabled";
18037             source: "elm";
18038             action: STATE_SET "flip_enabled" 0.0;
18039             target: "elm.title";
18040             target: "elm.text";
18041             target: "elm.flip.content.title";
18042             target: "elm.flip.content";
18043          }
18044          program { name: "flip_disabled";
18045             signal: "elm,state,flip,disabled";
18046             source: "elm";
18047             action: STATE_SET "default" 0.0;
18048             target: "elm.title";
18049             target: "elm.text";
18050             target: "elm.flip.content.title";
18051             target: "elm.flip.content";
18052          }
18053       }
18054    }
18055
18056    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
18057       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
18058       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
18059       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
18060       alias: "elm/layout/dialogue/1title.1text.1icon";
18061       data.item: "stacking" "above";
18062       data.item: "selectraise" "on";
18063       data.item: "texts" "elm.title elm.text";
18064       data.item: "contents" "elm.icon";
18065       data.item: "flips" "elm.flip.content";
18066       parts {
18067          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18068          GENLIST_PART_DIALOGUE_BG_IMAGE
18069          GENLIST_PART_BOTTOM_LINE
18070          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18071          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18072          GENLIST_PART_DIALOGUE_ITEM
18073          GENLIST_PART_DIALOGUE_RIGHT_LINE
18074          part { name: "elm.title";
18075             clip_to: "disclip";
18076             type: TEXT;
18077             mouse_events: 0;
18078             scale: 1;
18079             description { state: "default" 0.0;
18080                min: GENLIST_SIZE_163_INC 0;
18081                fixed: 1 0;
18082                rel1 {
18083                   relative: 1.0 0.0;
18084                   to_x: "elm.padding.left";
18085                }
18086                rel2.to_x: "elm.padding.left";
18087                align: 0.0 0.5;
18088                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18089                text {
18090                   font: "SLP:style=Medium";
18091                   size: GENLIST_FONT_32_INC;
18092                   min: 0 1;
18093                   align: 0.0 0.5;
18094                   text_class: "slp_medium";
18095                }
18096             }
18097          }
18098          part { name: "vertical_line";
18099             type: RECT;
18100             mouse_events: 0;
18101             description { state: "default" 0.0;
18102                min: 1 0;
18103                fixed: 1 0;
18104                rel1 {
18105                   relative: 1.0 0.0;
18106                   to_x: "elm.title";
18107                }
18108                rel2.to_x: "elm.title";
18109                align: 0.0 0.5;
18110                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18111             }
18112          }
18113          part { name: "elm.padding.text.left";
18114             clip_to: "disclip";
18115             type: RECT;
18116             mouse_events: 0;
18117             scale: 1;
18118             description { state: "default" 0.0;
18119                min: GENLIST_PADDING_16_INC 0;
18120                fixed: 1 0;
18121                rel1 {
18122                    relative: 1.0 0.0;
18123                    to_x: "vertical_line";
18124                }
18125                rel2.to_x: "vertical_line";
18126                align: 0.0 0.5;
18127                visible: 0;
18128             }
18129          }
18130          part { name: "elm.icon";
18131            clip_to: "disclip";
18132             type: SWALLOW;
18133             mouse_events: 0;
18134             scale: 1;
18135             description { state: "default" 0.0;
18136                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18137                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18138                fixed: 1 1;
18139                rel1.to_x: "elm.padding.right";
18140                rel2 {
18141                   relative: 0.0 1.0;
18142                   to_x: "elm.padding.right";
18143                }
18144                align: 1.0 0.5;
18145             }
18146          }
18147          part { name: "elm.padding.icon.left";
18148             clip_to: "disclip";
18149             type: RECT;
18150             mouse_events: 0;
18151             scale: 1;
18152             description { state: "default" 0.0;
18153                min: GENLIST_PADDING_16_INC 0;
18154                fixed: 1 0;
18155                rel1.to_x: "elm.icon";
18156                rel2 {
18157                    relative: 0.0 1.0;
18158                    to_x: "elm.icon";
18159                }
18160                rel2.to_x: "elm.icon";
18161                align: 1.0 0.5;
18162                visible: 0;
18163             }
18164          }
18165          part { name: "elm.text";
18166             clip_to: "disclip";
18167             type: TEXT;
18168             mouse_events: 0;
18169             scale: 1;
18170             description { state: "default" 0.0;
18171                rel1 {
18172                   relative: 1.0 0.0;
18173                   to_x: "elm.padding.text.left";
18174                }
18175                rel2 {
18176                   relative: 0.0 1.0;
18177                   to_x: "elm.padding.icon.left";
18178                }
18179                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18180                text {
18181                   font: "SLP:style=Roman";
18182                   size: GENLIST_FONT_44_INC;
18183                   min: 0 1;
18184                   align: 0.0 0.5;
18185                   text_class: "list_item";
18186                }
18187             }
18188             GENLIST_DESCRIPTION_FLIP_ENABLED
18189          }
18190          part { name: "elm.flip.content";
18191             clip_to: "disclip";
18192             type: SWALLOW;
18193             mouse_events: 1;
18194             scale: 1;
18195             description { state: "default" 0.0;
18196                fixed: 1 1;
18197                rel1 {
18198                   relative: 0.0 0.5;
18199                   to_x: "elm.text";
18200                }
18201                rel2 {
18202                   relative: 0.0 0.5;
18203                   to_x: "elm.padding.right";
18204                }
18205                visible: 0;
18206             }
18207             description { state: "flip_enabled" 0.0;
18208                inherit: "default" 0.0;
18209                visible: 1;
18210             }
18211          }
18212          GENLIST_PART_DISCLIP
18213       }
18214       programs {
18215          // signal: elm,state,%s,active
18216          //   a "check" item named %s went active
18217          // signal: elm,state,%s,passive
18218          //   a "check" item named %s went passive
18219          // default is passive
18220          /*program { name: "go_active";
18221             signal: "elm,state,selected";
18222             source: "elm";
18223             action: STATE_SET "selected" 0.0;
18224             target: "elm.text";
18225          }
18226          program { name: "go_passive";
18227             signal: "elm,state,unselected";
18228             source: "elm";
18229             action: STATE_SET "default" 0.0;
18230             target: "elm.text";
18231             transition: LINEAR 0.1;
18232          }*/
18233          program { name: "go_disabled";
18234             signal: "elm,state,disabled";
18235             source: "elm";
18236             action: STATE_SET "disabled" 0.0;
18237             target: "disclip";
18238          }
18239          program { name: "go_enabled";
18240             signal: "elm,state,enabled";
18241             source: "elm";
18242             action: STATE_SET "default" 0.0;
18243             target: "disclip";
18244          }
18245          //GENLIST_PROGRAM_FLIP_1TEXT
18246       }
18247    }
18248
18249    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
18250       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
18251       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
18252       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
18253       alias: "elm/layout/dialogue/1title.1text.1icon.2";
18254       data.item: "stacking" "above";
18255       data.item: "selectraise" "on";
18256       data.item: "texts" "elm.title elm.text";
18257       data.item: "contents" "elm.icon";
18258       data.item: "flips" "elm.flip.content.title elm.flip.content";
18259       parts {
18260          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18261          GENLIST_PART_DIALOGUE_BG_IMAGE
18262          GENLIST_PART_BOTTOM_LINE
18263          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18264          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18265          GENLIST_PART_DIALOGUE_ITEM
18266          GENLIST_PART_DIALOGUE_RIGHT_LINE
18267          part { name: "elm.title";
18268             clip_to: "disclip";
18269             type: TEXT;
18270             mouse_events: 0;
18271             scale: 1;
18272             description { state: "default" 0.0;
18273                min: GENLIST_SIZE_163_INC 0;
18274                fixed: 1 0;
18275                rel1 {
18276                   relative: 1.0 0.0;
18277                   to_x: "elm.padding.left";
18278                }
18279                rel2.to_x: "elm.padding.left";
18280                align: 0.0 0.5;
18281                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18282                text {
18283                   font: "SLP:style=Medium";
18284                   size: GENLIST_FONT_32_INC;
18285                   min: 0 1;
18286                   align: 0.0 0.5;
18287                   text_class: "slp_medium";
18288                }
18289             }
18290             GENLIST_DESCRIPTION_FLIP_ENABLED
18291          }
18292          part { name: "elm.flip.content.title";
18293             clip_to: "disclip";
18294             type: SWALLOW;
18295             description { state: "default" 0.0;
18296                visible: 0;
18297                fixed: 1 1;
18298                rel1.to: "elm.title";
18299                rel2.to: "elm.title";
18300             }
18301             description { state: "flip_enabled" 0.0;
18302                inherit: "default" 0.0;
18303                visible: 1;
18304             }
18305          }
18306          part { name: "vertical_line";
18307             type: RECT;
18308             mouse_events: 0;
18309             description { state: "default" 0.0;
18310                min: 1 0;
18311                fixed: 1 0;
18312                rel1 {
18313                   relative: 1.0 0.0;
18314                   to_x: "elm.title";
18315                }
18316                rel2.to_x: "elm.title";
18317                align: 0.0 0.5;
18318                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18319             }
18320          }
18321          part { name: "elm.padding.text.left";
18322             clip_to: "disclip";
18323             type: RECT;
18324             mouse_events: 0;
18325             scale: 1;
18326             description { state: "default" 0.0;
18327                min: GENLIST_PADDING_16_INC 0;
18328                fixed: 1 0;
18329                rel1 {
18330                    relative: 1.0 0.0;
18331                    to_x: "vertical_line";
18332                }
18333                rel2.to_x: "vertical_line";
18334                align: 0.0 0.5;
18335                visible: 0;
18336             }
18337          }
18338          part { name: "elm.icon";
18339            clip_to: "disclip";
18340             type: SWALLOW;
18341             mouse_events: 0;
18342             scale: 1;
18343             description { state: "default" 0.0;
18344                min: 0 0;
18345                max: 0 0;
18346                rel1.to_x: "elm.padding.right";
18347                rel2 {
18348                   relative: 0.0 1.0;
18349                   to_x: "elm.padding.right";
18350                }
18351                align: 1.0 0.5;
18352                visible: 0;
18353             }
18354             description { state: "contact_default_number_enabled" 0.0;
18355                inherit: "default" 0.0;
18356                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18357                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18358                visible: 1;
18359             }
18360          }
18361          part { name: "elm.padding.icon.left";
18362             clip_to: "disclip";
18363             type: RECT;
18364             mouse_events: 0;
18365             scale: 1;
18366             description { state: "default" 0.0;
18367                min: 0 0;
18368                fixed: 1 0;
18369                rel1.to_x: "elm.icon";
18370                rel2 {
18371                    relative: 0.0 1.0;
18372                    to_x: "elm.icon";
18373                }
18374                rel2.to_x: "elm.icon";
18375                align: 1.0 0.5;
18376                visible: 0;
18377             }
18378             description { state: "contact_default_number_enabled" 0.0;
18379                inherit: "default" 0.0;
18380                min: GENLIST_PADDING_16_INC 0;
18381             }
18382          }
18383          part { name: "elm.text";
18384             clip_to: "disclip";
18385             type: TEXT;
18386             mouse_events: 0;
18387             scale: 1;
18388             description { state: "default" 0.0;
18389                rel1 {
18390                   relative: 1.0 0.0;
18391                   to_x: "elm.padding.text.left";
18392                }
18393                rel2 {
18394                   relative: 0.0 1.0;
18395                   to_x: "elm.padding.icon.left";
18396                }
18397                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18398                text {
18399                   font: "SLP:style=Roman";
18400                   size: GENLIST_FONT_44_INC;
18401                   min: 0 1;
18402                   align: 0.0 0.5;
18403                   text_class: "list_item";
18404                }
18405             }
18406             description { state: "contact_default_number_enabled" 0.0;
18407                inherit: "default" 0.0;
18408                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18409             }
18410             GENLIST_DESCRIPTION_FLIP_ENABLED
18411          }
18412          part { name: "elm.flip.content";
18413             clip_to: "disclip";
18414             type: SWALLOW;
18415             mouse_events: 1;
18416             scale: 1;
18417             description { state: "default" 0.0;
18418                fixed: 1 1;
18419                rel1 {
18420                   relative: 0.0 0.5;
18421                   to_x: "elm.text";
18422                }
18423                rel2 {
18424                   relative: 1.0 0.5;
18425                   to_x: "elm.padding.icon.left";
18426                }
18427                visible: 0;
18428             }
18429             description { state: "flip_enabled" 0.0;
18430                inherit: "default" 0.0;
18431                visible: 1;
18432             }
18433          }
18434          GENLIST_PART_DISCLIP
18435       }
18436       programs {
18437          // signal: elm,state,%s,active
18438          //   a "check" item named %s went active
18439          // signal: elm,state,%s,passive
18440          //   a "check" item named %s went passive
18441          // default is passive
18442          /*program { name: "go_active";
18443             signal: "elm,state,selected";
18444             source: "elm";
18445             action: STATE_SET "selected" 0.0;
18446             target: "elm.text";
18447          }
18448          program { name: "go_passive";
18449             signal: "elm,state,unselected";
18450             source: "elm";
18451             action: STATE_SET "default" 0.0;
18452             target: "elm.text";
18453             transition: LINEAR 0.1;
18454          }*/
18455          program { name: "go_disabled";
18456             signal: "elm,state,disabled";
18457             source: "elm";
18458             action: STATE_SET "disabled" 0.0;
18459             target: "disclip";
18460          }
18461          program { name: "go_enabled";
18462             signal: "elm,state,enabled";
18463             source: "elm";
18464             action: STATE_SET "default" 0.0;
18465             target: "disclip";
18466          }
18467          program { name: "flip_enabled";
18468             signal: "elm,state,flip,enabled";
18469             source: "elm";
18470             action: STATE_SET "flip_enabled" 0.0;
18471             target: "elm.title";
18472             target: "elm.text";
18473             target: "elm.flip.content.title";
18474             target: "elm.flip.content";
18475          }
18476          program { name: "flip_disabled";
18477             signal: "elm,state,flip,disabled";
18478             source: "elm";
18479             action: STATE_SET "default" 0.0;
18480             target: "elm.title";
18481             target: "elm.text";
18482             target: "elm.flip.content.title";
18483             target: "elm.flip.content";
18484          }
18485          program { name: "contact_default_number_enabled";
18486             signal: "elm,state,contact,default_number,enabled";
18487             source: "elm";
18488             action: STATE_SET "contact_default_number_enabled" 0.0;
18489             target: "elm.icon";
18490             target: "elm.padding.icon.left";
18491             target: "elm.text";
18492          }
18493          program { name: "contact_default_number_disabled";
18494             signal: "elm,state,contact,default_number,disabled";
18495             source: "elm";
18496             action: STATE_SET "default" 0.0;
18497             target: "elm.icon";
18498             target: "elm.padding.icon.left";
18499             target: "elm.text";
18500          }
18501       }
18502    }
18503
18504    group { name: "elm/genlist/item/dialogue/2text.4/default";
18505       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
18506       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
18507       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
18508       alias: "elm/layout/dialogue/2text.4";
18509       data.item: "stacking" "above";
18510       data.item: "selectraise" "on";
18511       data.item: "texts" "elm.text.1 elm.text.2";
18512       data.item: "flips" "elm.flip.content";
18513       parts {
18514          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
18515          GENLIST_PART_DIALOGUE_BG_IMAGE
18516          GENLIST_PART_BOTTOM_LINE
18517          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
18518          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18519          GENLIST_PART_DIALOGUE_ITEM
18520          GENLIST_PART_DIALOGUE_RIGHT_LINE
18521          part { name: "elm.text.2";
18522             clip_to: "disclip";
18523             type: TEXT;
18524             mouse_events: 0;
18525             scale: 1;
18526             description { state: "default" 0.0;
18527                min: GENLIST_SIZE_206_INC 0;
18528                fixed: 1 0;
18529                rel1.to_x: "elm.padding.right";
18530                rel2 {
18531                   relative: 0.0 1.0;
18532                   to_x: "elm.padding.right";
18533                }
18534                rel2.to_x: "elm.padding.right";
18535                align: 1.0 0.5;
18536                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18537                text {
18538                   font: "SLP:style=Medium";
18539                   size: GENLIST_FONT_32_INC;
18540                   min: 0 1;
18541                   align: 0.0 0.5;
18542                   text_class: "slp_medium";
18543                }
18544             }
18545          }
18546          part { name: "elm.padding.text2.left";
18547             type: RECT;
18548             mouse_events: 0;
18549             scale: 1;
18550             description { state: "default" 0.0;
18551                min: GENLIST_PADDING_16_INC 0;
18552                fixed: 1 0;
18553                rel1.to_x: "elm.text.2";
18554                rel2 {
18555                   relative: 0.0 1.0;
18556                   to_x: "elm.text.2";
18557                }
18558                align: 1.0 0.5;
18559                visible: 0;
18560             }
18561          }
18562          part { name: "vertical_line";
18563             type: RECT;
18564             mouse_events: 0;
18565             description { state: "default" 0.0;
18566                min: 1 0;
18567                fixed: 1 0;
18568                rel1.to_x: "elm.padding.text2.left";
18569                rel2 {
18570                   relative: 0.0 1.0;
18571                   to_x: "elm.padding.text2.left";
18572                }
18573                align: 1.0 0.5;
18574                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18575             }
18576          }
18577          part { name: "elm.padding.text1.right";
18578             type: RECT;
18579             mouse_events: 0;
18580             scale: 1;
18581             description { state: "default" 0.0;
18582                min: GENLIST_PADDING_16_INC 0;
18583                fixed: 1 0;
18584                rel1.to_x: "vertical_line";
18585                rel2 {
18586                   relative: 0.0 1.0;
18587                   to_x: "vertical_line";
18588                }
18589                align: 1.0 0.5;
18590                visible: 0;
18591             }
18592          }
18593          part { name: "elm.text.1";
18594             clip_to: "disclip";
18595             type: TEXT;
18596             mouse_events: 0;
18597             scale: 1;
18598             description { state: "default" 0.0;
18599                rel1 {
18600                   relative: 1.0 0.0;
18601                   to_x: "elm.padding.left";
18602                }
18603                rel2 {
18604                   relative: 0.0  1.0;
18605                   to_x: "elm.padding.text1.right";
18606                }
18607                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18608                text {
18609                   font: "SLP:style=Roman";
18610                   size: GENLIST_FONT_42_INC;
18611                   min: 0 1;
18612                   align: 1.0 0.5;
18613                   text_class: "list_item";
18614                }
18615             }
18616             description { state: "selected" 0.0;
18617                inherit: "default" 0.0;
18618                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18619             }
18620             GENLIST_DESCRIPTION_FLIP_ENABLED
18621          }
18622          part { name: "elm.flip.content";
18623             clip_to: "disclip";
18624             type: SWALLOW;
18625             mouse_events: 1;
18626             scale: 1;
18627             description { state: "default" 0.0;
18628                fixed: 1 1;
18629                rel1 {
18630                   relative: 1.0 0.5;
18631                   to_x: "vertical_line";
18632                }
18633                rel2 {
18634                   relative: 0.0 0.5;
18635                   to_x: "elm.padding.right";
18636                }
18637                visible: 0;
18638             }
18639             description { state: "flip_enabled" 0.0;
18640                inherit: "default" 0.0;
18641                visible: 1;
18642             }
18643          }
18644          GENLIST_PART_DISCLIP
18645       }
18646       programs {
18647          // signal: elm,state,%s,active
18648          //   a "check" item named %s went active
18649          // signal: elm,state,%s,passive
18650          //   a "check" item named %s went passive
18651          // default is passive
18652          /*program { name: "go_active";
18653             signal: "elm,state,selected";
18654             source: "elm";
18655             action: STATE_SET "selected" 0.0;
18656             target: "elm.text";
18657          }
18658          program { name: "go_passive";
18659             signal: "elm,state,unselected";
18660             source: "elm";
18661             action: STATE_SET "default" 0.0;
18662             target: "elm.text";
18663             transition: LINEAR 0.1;
18664          }*/
18665          program { name: "go_disabled";
18666             signal: "elm,state,disabled";
18667             source: "elm";
18668             action: STATE_SET "disabled" 0.0;
18669             target: "disclip";
18670          }
18671          program { name: "go_enabled";
18672             signal: "elm,state,enabled";
18673             source: "elm";
18674             action: STATE_SET "default" 0.0;
18675             target: "disclip";
18676          }
18677          GENLIST_PROGRAM_FLIP_2TEXT
18678       }
18679    }
18680
18681    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
18682       inherit: "elm/genlist/item/dialogue/2text.4/default";
18683       parts {
18684          part { name: "elm.text.2";
18685             clip_to: "disclip";
18686             type: TEXTBLOCK;
18687             mouse_events: 0;
18688             scale: 1;
18689             description { state: "default" 0.0;
18690                min: GENLIST_SIZE_206_INC 0;
18691                fixed: 1 0;
18692                rel1.to_x: "elm.padding.right";
18693                rel2 {
18694                   relative: 0.0 1.0;
18695                   to_x: "elm.padding.right";
18696                }
18697                rel2.to_x: "elm.padding.right";
18698                align: 1.0 0.5;
18699                text {
18700                   style: "genlist_default_textblock_style";
18701                   size: GENLIST_FONT_32_INC;
18702                   min: 0 1;
18703                   align: 0.0 0.5;
18704                }
18705             }
18706          }
18707       }
18708    }
18709
18710    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
18711       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
18712       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
18713       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
18714       alias: "elm/layout/dialogue/1text.3icon.2";
18715       data.item: "stacking" "above";
18716       data.item: "selectraise" "on";
18717       data.item: "texts" "elm.text";
18718       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
18719       data.item: "flips" "elm.flip.content";
18720       images {
18721          image: "00_list_bar_press_1x80.png" COMP;
18722       }
18723       parts {
18724          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18725          GENLIST_PART_DIALOGUE_BG_IMAGE
18726          GENLIST_PART_BOTTOM_LINE
18727          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18728          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18729          GENLIST_PART_DIALOGUE_ITEM
18730          GENLIST_PART_DIALOGUE_RIGHT_LINE
18731          part { name: "elm.icon.1";
18732             clip_to: "disclip";
18733             type: SWALLOW;
18734             scale: 1;
18735             description { state: "default" 0.0;
18736                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18737                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18738                fixed: 1 1;
18739                rel1 {
18740                   relative: 1.0 0.0;
18741                   to_x: "elm.padding.left";
18742                }
18743                rel2.to_x: "elm.padding.left";
18744                align: 0.0 0.5;
18745             }
18746             GENLIST_DESCRIPTION_FLIP_ENABLED
18747          }
18748          part { name: "elm.padding.icon1.right";
18749             clip_to: "disclip";
18750             type: RECT;
18751             scale: 1;
18752             description { state: "default" 0.0;
18753                min: GENLIST_SIZE_16_INC 0;
18754                fixed: 1 0;
18755                rel1 {
18756                   relative: 1.0 0.0;
18757                   to_x: "elm.icon.1";
18758                }
18759                rel2.to_x: "elm.icon.1";
18760                align: 0.0 0.0;
18761                visible: 0;
18762             }
18763          }
18764          part { name: "elm.icon.2";
18765             clip_to: "disclip";
18766             type: SWALLOW;
18767             scale: 1;
18768             description { state: "default" 0.0;
18769                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18770                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18771                fixed: 1 1;
18772                rel1 {
18773                   relative: 1.0 0.0;
18774                   to_x: "elm.padding.icon1.right";
18775                }
18776                rel2.to_x: "elm.padding.icon1.right";
18777                align: 0.0 0.5;
18778             }
18779             GENLIST_DESCRIPTION_FLIP_ENABLED
18780          }
18781          part { name: "elm.padding.icon2.right";
18782             clip_to: "disclip";
18783             type: RECT;
18784             scale: 1;
18785             description { state: "default" 0.0;
18786                min: GENLIST_SIZE_16_INC 0;
18787                fixed: 1 0;
18788                rel1 {
18789                   relative: 1.0 0.0;
18790                   to_x: "elm.icon.2";
18791                }
18792                rel2.to_x: "elm.icon.2";
18793                visible: 0;
18794             }
18795          }
18796          part { name: "elm.icon.3";
18797             clip_to: "disclip";
18798             type: SWALLOW;
18799             scale: 1;
18800             description { state: "default" 0.0;
18801                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18802                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18803                fixed: 1 1;
18804                rel1 {
18805                   relative: 0.0 0.0;
18806                   to_x: "elm.padding.right";
18807                }
18808                rel2 {
18809                   relative: 0.0 1.0;
18810                   to_x: "elm.padding.right";
18811                }
18812                align: 1.0 0.5;
18813             }
18814             GENLIST_DESCRIPTION_FLIP_ENABLED
18815          }
18816          part { name: "elm.padding.icon3.left";
18817             clip_to: "disclip";
18818             type: RECT;
18819             scale: 1;
18820             description { state: "default" 0.0;
18821                min: GENLIST_SIZE_16_INC 0;
18822                fixed: 1 0;
18823                rel1.to_x: "elm.icon.3";
18824                rel2 {
18825                   relative: 0.0 1.0;
18826                   to_x: "elm.icon.3";
18827                }
18828                align: 1.0 0.0;
18829                visible: 0;
18830             }
18831          }
18832          part { name: "elm.text";
18833             clip_to: "disclip";
18834             type: TEXT;
18835             mouse_events: 0;
18836             scale: 1;
18837             description { state: "default" 0.0;
18838                rel1 {
18839                   relative: 1.0 0.0;
18840                   to_x: "elm.padding.icon2.right";
18841                }
18842                rel2 {
18843                   relative: 0.0 1.0;
18844                   to_x: "elm.padding.icon3.left";
18845                }
18846                align: 0.0 0.5;
18847                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18848                text {
18849                   font: "SLP:style=Roman";
18850                   size: GENLIST_FONT_44_INC;
18851                   min: 0 1;
18852                   align: 0.0 0.5;
18853                   text_class: "list_item";
18854                }
18855             }
18856             description { state: "selected" 0.0;
18857                inherit: "default" 0.0;
18858                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18859             }
18860             GENLIST_DESCRIPTION_FLIP_ENABLED
18861          }
18862          GENLIST_PART_FLIP
18863          GENLIST_PART_DISCLIP
18864       }
18865       programs {
18866          program { name: "go_active";
18867             signal: "elm,state,selected";
18868             source: "elm";
18869             action: STATE_SET "selected" 0.0;
18870             target: "bg_image";
18871             target: "elm.text";
18872             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18873          }
18874          program { name: "go_passive";
18875             signal: "elm,state,unselected";
18876             source: "elm";
18877             action: STATE_SET "default" 0.0;
18878             target: "bg_image";
18879             target: "elm.text";
18880             transition: LINEAR 0.1;
18881          }
18882          program { name: "go_disabled";
18883             signal: "elm,state,disabled";
18884             source: "elm";
18885             action: STATE_SET "disabled" 0.0;
18886             target: "disclip";
18887          }
18888          program { name: "go_enabled";
18889             signal: "elm,state,enabled";
18890             source: "elm";
18891             action: STATE_SET "default" 0.0;
18892             target: "disclip";
18893          }
18894          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
18895          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18896       }
18897    }
18898
18899    group { name: "elm/genlist/item/dialogue/2text/default";
18900       alias: "elm/genlist/item_odd/dialogue/2text/default";
18901       alias: "elm/genlist/item_compress/dialogue/2text/default";
18902       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
18903       alias: "elm/layout/dialogue/2text";
18904       data.item: "stacking" "above";
18905       data.item: "selectraise" "on";
18906       data.item: "texts" "elm.text.1 elm.text.2";
18907       data.item: "flips" "elm.flip.content";
18908       parts {
18909          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18910          GENLIST_PART_DIALOGUE_BG_IMAGE
18911          GENLIST_PART_BOTTOM_LINE
18912          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18913          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18914          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18915          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18916          GENLIST_PART_DIALOGUE_ITEM
18917          GENLIST_PART_DIALOGUE_RIGHT_LINE
18918          part { name: "elm.text.1";
18919             clip_to: "disclip";
18920             type: TEXT;
18921             mouse_events: 0;
18922             scale: 1;
18923             description { state: "default" 0.0;
18924                min: 0 GENLIST_SIZE_61_INC;
18925                fixed: 0 1;
18926                rel1 {
18927                   relative: 1.0 1.0;
18928                   to_x: "elm.padding.left";
18929                   to_y: "elm.padding.top";
18930                }
18931                rel2 {
18932                   relative: 0.0 1.0;
18933                   to_x: "elm.padding.right";
18934                   to_y: "elm.padding.top";
18935                }
18936                align: 0.0 0.0;
18937                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18938                text {
18939                   font: "SLP:style=Roman";
18940                   size: GENLIST_FONT_44_INC;
18941                   min: 0 1;
18942                   align: 0.0 0.5;
18943                   text_class: "list_item";
18944                }
18945             }
18946             description { state: "selected" 0.0;
18947                inherit: "default" 0.0;
18948                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18949             }
18950             GENLIST_DESCRIPTION_FLIP_ENABLED
18951          }
18952          part { name: "elm.text.2";
18953             clip_to: "disclip";
18954             type: TEXT;
18955             mouse_events: 0;
18956             scale: 1;
18957             description { state: "default" 0.0;
18958                rel1 {
18959                   relative: 1.0 1.0;
18960                   to_x: "elm.padding.left";
18961                   to_y: "elm.text.1";
18962                }
18963                rel2 {
18964                   relative: 0.0 0.0;
18965                   to_x: "elm.padding.right";
18966                   to_y: "elm.padding.bottom";
18967                }
18968                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
18969                text {
18970                   font: "SLP:style=Medium";
18971                   size: GENLIST_FONT_32_INC;
18972                   min: 0 1;
18973                   align: 0.0 0.5;
18974                   text_class: "slp_medium";
18975                }
18976             }
18977             description { state: "selected" 0.0;
18978                inherit: "default" 0.0;
18979                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18980             }
18981             GENLIST_DESCRIPTION_FLIP_ENABLED
18982          }
18983          GENLIST_PART_FLIP
18984          GENLIST_PART_DISCLIP
18985       }
18986       programs {
18987          // signal: elm,state,%s,active
18988          //   a "check" item named %s went active
18989          // signal: elm,state,%s,passive
18990          //   a "check" item named %s went passive
18991          // default is passive
18992          program { name: "go_active";
18993             signal: "elm,state,selected";
18994             source: "elm";
18995             action: STATE_SET "selected" 0.0;
18996             target: "bg_image";
18997             target: "elm.text.1";
18998             target: "elm.text.2";
18999             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19000          }
19001          program { name: "go_passive";
19002             signal: "elm,state,unselected";
19003             source: "elm";
19004             action: STATE_SET "default" 0.0;
19005             target: "bg_image";
19006             target: "elm.text.1";
19007             target: "elm.text.2";
19008             transition: LINEAR 0.1;
19009          }
19010          program { name: "go_disabled";
19011             signal: "elm,state,disabled";
19012             source: "elm";
19013             action: STATE_SET "disabled" 0.0;
19014             target: "disclip";
19015          }
19016          program { name: "go_enabled";
19017             signal: "elm,state,enabled";
19018             source: "elm";
19019             action: STATE_SET "default" 0.0;
19020             target: "disclip";
19021          }
19022          GENLIST_PROGRAM_FLIP_2TEXT
19023          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19024       }
19025    }
19026
19027    group { name: "elm/genlist/item/dialogue/2text.2/default";
19028       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
19029       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
19030       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
19031       alias: "elm/layout/dialogue/2text.2";
19032       data.item: "stacking" "above";
19033       data.item: "selectraise" "on";
19034       data.item: "texts" "elm.text.1 elm.text.2";
19035       data.item: "flips" "elm.flip.content";
19036       parts {
19037          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19038          GENLIST_PART_DIALOGUE_BG_IMAGE
19039          GENLIST_PART_BOTTOM_LINE
19040          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19041          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19042          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19043          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19044          GENLIST_PART_DIALOGUE_ITEM
19045          GENLIST_PART_DIALOGUE_RIGHT_LINE
19046          part { name: "elm.text.1";
19047             clip_to: "disclip";
19048             type: TEXT;
19049             mouse_events: 0;
19050             scale: 1;
19051             description { state: "default" 0.0;
19052                min: 0 GENLIST_SIZE_61_INC;
19053                fixed: 0 1;
19054                rel1 {
19055                   relative: 1.0 0.0;
19056                   to_x: "elm.padding.left";
19057                   to_y: "elm.padding.bottom";
19058                }
19059                rel2 {
19060                   relative: 0.0 0.0;
19061                   to_x: "elm.padding.right";
19062                   to_y: "elm.padding.bottom";
19063                }
19064                align: 0.0 1.0;
19065                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19066                text {
19067                   font: "SLP:style=Roman";
19068                   size: GENLIST_FONT_44_INC;
19069                   min: 0 1;
19070                   align: 0.0 0.5;
19071                   text_class: "list_item";
19072                }
19073             }
19074             description { state: "selected" 0.0;
19075                inherit: "default" 0.0;
19076                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19077             }
19078             GENLIST_DESCRIPTION_FLIP_ENABLED
19079          }
19080          part { name: "elm.text.2";
19081             clip_to: "disclip";
19082             type: TEXT;
19083             mouse_events: 0;
19084             scale: 1;
19085             description { state: "default" 0.0;
19086                rel1 {
19087                   relative: 1.0 1.0;
19088                   to_x: "elm.padding.left";
19089                   to_y: "elm.padding.top";
19090                }
19091                rel2 {
19092                   relative: 0.0 0.0;
19093                   to_x: "elm.padding.right";
19094                   to_y: "elm.text.1";
19095                }
19096                align: 0.0 1.0;
19097                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19098                text {
19099                   font: "SLP:style=Medium";
19100                   size: GENLIST_FONT_32_INC;
19101                   min: 0 1;
19102                   align: 0.0 0.5;
19103                   text_class: "slp_medium";
19104                }
19105             }
19106             description { state: "selected" 0.0;
19107                inherit: "default" 0.0;
19108                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19109             }
19110             GENLIST_DESCRIPTION_FLIP_ENABLED
19111          }
19112          GENLIST_PART_FLIP
19113          GENLIST_PART_DISCLIP
19114       }
19115       programs {
19116          // signal: elm,state,%s,active
19117          //   a "check" item named %s went active
19118          // signal: elm,state,%s,passive
19119          //   a "check" item named %s went passive
19120          // default is passive
19121          program { name: "go_active";
19122             signal: "elm,state,selected";
19123             source: "elm";
19124             action: STATE_SET "selected" 0.0;
19125             target: "bg_image";
19126             target: "elm.text.1";
19127             target: "elm.text.2";
19128             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19129          }
19130          program { name: "go_passive";
19131             signal: "elm,state,unselected";
19132             source: "elm";
19133             action: STATE_SET "default" 0.0;
19134             target: "bg_image";
19135             target: "elm.text.1";
19136             target: "elm.text.2";
19137             transition: LINEAR 0.1;
19138          }
19139          program { name: "go_disabled";
19140             signal: "elm,state,disabled";
19141             source: "elm";
19142             action: STATE_SET "disabled" 0.0;
19143             target: "disclip";
19144          }
19145          program { name: "go_enabled";
19146             signal: "elm,state,enabled";
19147             source: "elm";
19148             action: STATE_SET "default" 0.0;
19149             target: "disclip";
19150          }
19151          GENLIST_PROGRAM_FLIP_2TEXT
19152          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19153       }
19154    }
19155
19156    group { name: "elm/genlist/item/dialogue/2text.3/default";
19157       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
19158       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
19159       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
19160       alias: "elm/layout/dialogue/2text.3";
19161       data.item: "stacking" "above";
19162       data.item: "selectraise" "on";
19163       data.item: "texts" "elm.text.1 elm.text.2";
19164       data.item: "flips" "elm.flip.content";
19165       parts {
19166          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19167          GENLIST_PART_DIALOGUE_BG_IMAGE
19168          GENLIST_PART_BOTTOM_LINE
19169          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19170          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19171          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19172          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19173          GENLIST_PART_DIALOGUE_ITEM
19174          GENLIST_PART_DIALOGUE_RIGHT_LINE
19175          part { name: "elm.text.1";
19176             clip_to: "disclip";
19177             type: TEXT;
19178             mouse_events: 0;
19179             scale: 1;
19180             description { state: "default" 0.0;
19181                min: 0 GENLIST_SIZE_61_INC;
19182                fixed: 0 1;
19183                rel1 {
19184                   relative: 1.0 1.0;
19185                   to_x: "elm.padding.left";
19186                   to_y: "elm.padding.top";
19187                }
19188                rel2 {
19189                   relative: 0.0 1.0;
19190                   to_x: "elm.padding.right";
19191                   to_y: "elm.padding.top";
19192                }
19193                align: 0.0 0.0;
19194                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19195                text {
19196                   font: "SLP:style=Roman";
19197                   size: GENLIST_FONT_44_INC;
19198                   min: 0 1;
19199                   align: 0.0 0.5;
19200                   text_class: "list_item";
19201                }
19202             }
19203             description { state: "selected" 0.0;
19204                inherit: "default" 0.0;
19205                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19206             }
19207             GENLIST_DESCRIPTION_FLIP_ENABLED
19208          }
19209          part { name: "elm.text.2";
19210             clip_to: "disclip";
19211             type: TEXT;
19212             mouse_events: 0;
19213             scale: 1;
19214             description { state: "default" 0.0;
19215                rel1 {
19216                   relative: 1.0 1.0;
19217                   to_x: "elm.padding.left";
19218                   to_y: "elm.text.1";
19219                }
19220                rel2 {
19221                   relative: 0.0 0.0;
19222                   to_x: "elm.padding.right";
19223                   to_y: "elm.padding.bottom";
19224                }
19225                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19226                text {
19227                   font: "SLP:style=Medium";
19228                   size: GENLIST_FONT_32_INC;
19229                   min: 0 1;
19230                   align: 0.0 0.5;
19231                   text_class: "slp_roman";
19232                }
19233             }
19234             description { state: "selected" 0.0;
19235                inherit: "default" 0.0;
19236                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19237             }
19238             GENLIST_DESCRIPTION_FLIP_ENABLED
19239          }
19240          GENLIST_PART_FLIP
19241          GENLIST_PART_DISCLIP
19242       }
19243       programs {
19244          // signal: elm,state,%s,active
19245          //   a "check" item named %s went active
19246          // signal: elm,state,%s,passive
19247          //   a "check" item named %s went passive
19248          // default is passive
19249          program { name: "go_active";
19250             signal: "elm,state,selected";
19251             source: "elm";
19252             action: STATE_SET "selected" 0.0;
19253             target: "bg_image";
19254             target: "elm.text.1";
19255             target: "elm.text.2";
19256             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19257          }
19258          program { name: "go_passive";
19259             signal: "elm,state,unselected";
19260             source: "elm";
19261             action: STATE_SET "default" 0.0;
19262             target: "bg_image";
19263             target: "elm.text.1";
19264             target: "elm.text.2";
19265             transition: LINEAR 0.1;
19266          }
19267          program { name: "go_disabled";
19268             signal: "elm,state,disabled";
19269             source: "elm";
19270             action: STATE_SET "disabled" 0.0;
19271             target: "disclip";
19272          }
19273          program { name: "go_enabled";
19274             signal: "elm,state,enabled";
19275             source: "elm";
19276             action: STATE_SET "default" 0.0;
19277             target: "disclip";
19278          }
19279          GENLIST_PROGRAM_FLIP_2TEXT
19280          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19281       }
19282    }
19283
19284    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
19285       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
19286       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
19287       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
19288       alias: "elm/layout/dialogue/2text.1icon.2";
19289       data.item: "stacking" "above";
19290       data.item: "selectraise" "on";
19291       data.item: "texts" "elm.text.1 elm.text.2";
19292       data.item: "contents" "elm.icon";
19293       data.item: "flips" "elm.flip.content";
19294       parts {
19295          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19296          GENLIST_PART_DIALOGUE_BG_IMAGE
19297          GENLIST_PART_BOTTOM_LINE
19298          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19299          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19300          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19301          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19302          GENLIST_PART_DIALOGUE_ITEM
19303          GENLIST_PART_DIALOGUE_RIGHT_LINE
19304          part { name: "elm.icon";
19305             clip_to: "disclip";
19306             type: SWALLOW;
19307             scale: 1;
19308             description { state: "default" 0.0;
19309                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19310                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19311                fixed: 1 1;
19312                rel1 {
19313                   relative: 1.0 0.0;
19314                   to_x: "elm.padding.left";
19315                }
19316                rel2.to_x: "elm.padding.left";
19317                align: 0.0 0.5;
19318             }
19319             GENLIST_DESCRIPTION_FLIP_ENABLED
19320          }
19321          part { name: "elm.padding.icon.right";
19322             clip_to: "disclip";
19323             type: RECT;
19324             scale: 1;
19325             description { state: "default" 0.0;
19326                min: GENLIST_PADDING_16_INC 0;
19327                fixed: 1 0;
19328                rel1 {
19329                   relative: 1.0 0.0;
19330                   to_x: "elm.icon";
19331                }
19332                rel2.to_x: "elm.icon";
19333                align: 0.0 0.0;
19334                visible: 0;
19335             }
19336          }
19337          part { name: "elm.text.1";
19338             clip_to: "disclip";
19339             type: TEXT;
19340             mouse_events: 0;
19341             scale: 1;
19342             description { state: "default" 0.0;
19343                min: 0 GENLIST_SIZE_61_INC;
19344                fixed: 0 1;
19345                rel1 {
19346                   relative: 1.0 1.0;
19347                   to_x: "elm.padding.icon.right";
19348                   to_y: "elm.padding.top";
19349                }
19350                rel2 {
19351                   relative: 0.0 1.0;
19352                   to_x: "elm.padding.right";
19353                   to_y: "elm.padding.top";
19354                }
19355                align: 0.0 0.0;
19356                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19357                text {
19358                   font: "SLP:style=Roman";
19359                   size: GENLIST_FONT_44_INC;
19360                   min: 0 1;
19361                   align: 0.0 0.5;
19362                   text_class: "list_item";
19363                }
19364             }
19365             description { state: "selected" 0.0;
19366                inherit: "default" 0.0;
19367                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19368             }
19369             GENLIST_DESCRIPTION_FLIP_ENABLED
19370          }
19371          part { name: "elm.text.2";
19372             clip_to: "disclip";
19373             type: TEXT;
19374             mouse_events: 0;
19375             scale: 1;
19376             description { state: "default" 0.0;
19377                rel1 {
19378                   relative: 1.0 1.0;
19379                   to_x: "elm.padding.icon.right";
19380                   to_y: "elm.text.1";
19381                }
19382                rel2 {
19383                   relative: 0.0 0.0;
19384                   to_x: "elm.padding.right";
19385                   to_y: "elm.padding.bottom";
19386                }
19387                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19388                text {
19389                   font: "SLP:style=Medium";
19390                   size: GENLIST_FONT_32_INC;
19391                   min: 0 1;
19392                   align: 0.0 0.5;
19393                   text_class: "slp_medium";
19394                }
19395             }
19396             description { state: "selected" 0.0;
19397                inherit: "default" 0.0;
19398                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19399             }
19400             GENLIST_DESCRIPTION_FLIP_ENABLED
19401          }
19402          GENLIST_PART_FLIP
19403          GENLIST_PART_DISCLIP
19404       }
19405       programs {
19406          // signal: elm,state,%s,active
19407          //   a "check" item named %s went active
19408          // signal: elm,state,%s,passive
19409          //   a "check" item named %s went passive
19410          // default is passive
19411          program { name: "go_active";
19412             signal: "elm,state,selected";
19413             source: "elm";
19414             action: STATE_SET "selected" 0.0;
19415             target: "bg_image";
19416             target: "elm.text.1";
19417             target: "elm.text.2";
19418             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19419          }
19420          program { name: "go_passive";
19421             signal: "elm,state,unselected";
19422             source: "elm";
19423             action: STATE_SET "default" 0.0;
19424             target: "bg_image";
19425             target: "elm.text.1";
19426             target: "elm.text.2";
19427             transition: LINEAR 0.1;
19428          }
19429          program { name: "go_disabled";
19430             signal: "elm,state,disabled";
19431             source: "elm";
19432             action: STATE_SET "disabled" 0.0;
19433             target: "disclip";
19434          }
19435          program { name: "go_enabled";
19436             signal: "elm,state,enabled";
19437             source: "elm";
19438             action: STATE_SET "default" 0.0;
19439             target: "disclip";
19440          }
19441          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19442          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19443       }
19444    }
19445
19446    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
19447       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
19448       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
19449       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
19450       alias: "elm/layout/dialogue/2text.1icon.3";
19451       data.item: "stacking" "above";
19452       data.item: "selectraise" "on";
19453       data.item: "texts" "elm.text.1 elm.text.2";
19454       data.item: "contents" "elm.icon";
19455       data.item: "flips" "elm.flip.content";
19456       parts {
19457          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19458          GENLIST_PART_DIALOGUE_BG_IMAGE
19459          GENLIST_PART_BOTTOM_LINE
19460          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19461          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19462          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19463          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19464          GENLIST_PART_DIALOGUE_ITEM
19465          GENLIST_PART_DIALOGUE_RIGHT_LINE
19466          part { name: "elm.icon";
19467             clip_to: "disclip";
19468             type: SWALLOW;
19469             scale: 1;
19470             description { state: "default" 0.0;
19471                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19472                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19473                fixed: 1 1;
19474                rel1 {
19475                   relative: 1.0 0.0;
19476                   to_x: "elm.padding.left";
19477                }
19478                rel2.to_x: "elm.padding.left";
19479                align: 0.0 0.5;
19480             }
19481             GENLIST_DESCRIPTION_FLIP_ENABLED
19482          }
19483          part { name: "elm.padding.icon.right";
19484             clip_to: "disclip";
19485             type: RECT;
19486             scale: 1;
19487             description { state: "default" 0.0;
19488                min: GENLIST_PADDING_16_INC 0;
19489                fixed: 1 0;
19490                rel1 {
19491                   relative: 1.0 0.0;
19492                   to_x: "elm.icon";
19493                }
19494                rel2.to_x: "elm.icon";
19495                align: 0.0 0.0;
19496                visible: 0;
19497             }
19498          }
19499          part { name: "elm.text.1";
19500             clip_to: "disclip";
19501             type: TEXT;
19502             mouse_events: 0;
19503             scale: 1;
19504             description { state: "default" 0.0;
19505                min: 0 GENLIST_SIZE_61_INC;
19506                fixed: 0 1;
19507                rel1 {
19508                   relative: 1.0 1.0;
19509                   to_x: "elm.padding.icon.right";
19510                   to_y: "elm.padding.top";
19511                }
19512                rel2 {
19513                   relative: 0.0 1.0;
19514                   to_x: "elm.padding.right";
19515                   to_y: "elm.padding.top";
19516                }
19517                align: 0.0 0.0;
19518                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19519                text {
19520                   font: "SLP:style=Roman";
19521                   size: GENLIST_FONT_44_INC;
19522                   min: 0 1;
19523                   align: 0.0 0.5;
19524                   text_class: "list_item";
19525                }
19526             }
19527             description { state: "selected" 0.0;
19528                inherit: "default" 0.0;
19529                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19530             }
19531             GENLIST_DESCRIPTION_FLIP_ENABLED
19532          }
19533          part { name: "elm.text.2";
19534             clip_to: "disclip";
19535             type: TEXT;
19536             mouse_events: 0;
19537             scale: 1;
19538             description { state: "default" 0.0;
19539                rel1 {
19540                   relative: 1.0 1.0;
19541                   to_x: "elm.padding.icon.right";
19542                   to_y: "elm.text.1";
19543                }
19544                rel2 {
19545                   relative: 0.0 0.0;
19546                   to_x: "elm.padding.right";
19547                   to_y: "elm.padding.bottom";
19548                }
19549                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19550                text {
19551                   font: "SLP:style=Medium";
19552                   size: GENLIST_FONT_32_INC;
19553                   min: 0 1;
19554                   align: 0.0 0.5;
19555                   text_class: "slp_medium";
19556                }
19557             }
19558             description { state: "selected" 0.0;
19559                inherit: "default" 0.0;
19560                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19561             }
19562             GENLIST_DESCRIPTION_FLIP_ENABLED
19563          }
19564          GENLIST_PART_FLIP
19565          GENLIST_PART_DISCLIP
19566       }
19567       programs {
19568          // signal: elm,state,%s,active
19569          //   a "check" item named %s went active
19570          // signal: elm,state,%s,passive
19571          //   a "check" item named %s went passive
19572          // default is passive
19573          program { name: "go_active";
19574             signal: "elm,state,selected";
19575             source: "elm";
19576             action: STATE_SET "selected" 0.0;
19577             target: "bg_image";
19578             target: "elm.text.1";
19579             target: "elm.text.2";
19580             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19581          }
19582          program { name: "go_passive";
19583             signal: "elm,state,unselected";
19584             source: "elm";
19585             action: STATE_SET "default" 0.0;
19586             target: "bg_image";
19587             target: "elm.text.1";
19588             target: "elm.text.2";
19589             transition: LINEAR 0.1;
19590          }
19591          program { name: "go_disabled";
19592             signal: "elm,state,disabled";
19593             source: "elm";
19594             action: STATE_SET "disabled" 0.0;
19595             target: "disclip";
19596          }
19597          program { name: "go_enabled";
19598             signal: "elm,state,enabled";
19599             source: "elm";
19600             action: STATE_SET "default" 0.0;
19601             target: "disclip";
19602          }
19603          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19604          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19605       }
19606    }
19607
19608    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
19609       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
19610       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
19611       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
19612       alias: "elm/layout/dialogue/2text.3icon";
19613       data.item: "stacking" "above";
19614       data.item: "selectraise" "on";
19615       data.item: "texts" "elm.text.1 elm.text.2";
19616       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
19617       data.item: "flips" "elm.flip.content";
19618       parts {
19619          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19620          GENLIST_PART_DIALOGUE_BG_IMAGE
19621          GENLIST_PART_BOTTOM_LINE
19622          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19623          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19624          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19625          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19626          GENLIST_PART_DIALOGUE_ITEM
19627          GENLIST_PART_DIALOGUE_RIGHT_LINE
19628          part { name: "elm.swallow.colorbar";
19629             clip_to: "disclip";
19630             type: SWALLOW;
19631             scale: 1;
19632             description { state: "default" 0.0;
19633                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
19634                fixed: 1 1;
19635                rel1 {
19636                   relative: 1.0 0.0;
19637                   to_x: "elm.rect.dialogue";
19638                }
19639                rel2 {
19640                   relative: 1.0 0.0;
19641                   to_x: "elm.rect.dialogue";
19642                }
19643                align: 0.0 0.0;
19644             }
19645          }
19646          part { name: "elm.icon.1";
19647             clip_to: "disclip";
19648             type: SWALLOW;
19649             scale: 1;
19650             description { state: "default" 0.0;
19651                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19652                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19653                fixed: 1 1;
19654                rel1 {
19655                   relative: 1.0 0.0;
19656                   to_x: "elm.padding.left";
19657                }
19658                rel2 {
19659                   relative: 1.0 1.0;
19660                   to_x: "elm.padding.left";
19661                }
19662                align: 0.0 0.5;
19663             }
19664             GENLIST_DESCRIPTION_FLIP_ENABLED
19665          }
19666          part { name: "elm.padding.icon1.right";
19667             type: RECT;
19668             scale: 1;
19669             description { state: "default" 0.0;
19670                min: GENLIST_PADDING_16_INC 0;
19671                fixed: 1 0;
19672                rel1 {
19673                   relative: 1.0 0.0;
19674                   to_x: "elm.icon.1";
19675                }
19676                rel2.to_x: "elm.icon.1";
19677                align: 0.0 0.0;
19678                visible: 0;
19679             }
19680          }
19681          part { name: "elm.icon.2";
19682             clip_to: "disclip";
19683             type: SWALLOW;
19684             scale: 1;
19685             description { state: "default" 0.0;
19686                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19687                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19688                fixed: 1 1;
19689                rel1.to_x: "elm.padding.right";
19690                rel2 {
19691                   relative: 0.0 1.0;
19692                   to_x: "elm.padding.right";
19693                }
19694                align: 1.0 0.5;
19695             }
19696             GENLIST_DESCRIPTION_FLIP_ENABLED
19697          }
19698          part { name: "elm.padding.icon2.left";
19699             type: RECT;
19700             scale: 1;
19701             description { state: "default" 0.0;
19702                min: GENLIST_PADDING_16_INC 0;
19703                fixed: 1 0;
19704                rel1.to_x: "elm.icon.2";
19705                rel2 {
19706                   relative: 0.0 1.0;
19707                   to_x: "elm.icon.2";
19708                }
19709                align: 1.0 0.0;
19710                visible: 0;
19711             }
19712          }
19713          part { name: "elm.text.1";
19714             clip_to: "disclip";
19715             type: TEXT;
19716             mouse_events: 0;
19717             scale: 1;
19718             description { state: "default" 0.0;
19719                min: 0 GENLIST_SIZE_61_INC;
19720                fixed: 0 1;
19721                rel1 {
19722                   relative: 1.0 1.0;
19723                   to_x: "elm.padding.icon1.right";
19724                   to_y: "elm.padding.top";
19725                }
19726                rel2 {
19727                   relative: 0.0 1.0;
19728                   to_x: "elm.padding.icon2.left";
19729                   to_y: "elm.padding.top";
19730                }
19731                align: 0.0 0.0;
19732                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19733                text {
19734                   font: "SLP:style=Roman";
19735                   size: GENLIST_FONT_44_INC;
19736                   min: 0 1;
19737                   align: 0.0 0.5;
19738                   text_class: "list_item";
19739                }
19740             }
19741             description { state: "selected" 0.0;
19742                inherit: "default" 0.0;
19743                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19744             }
19745             GENLIST_DESCRIPTION_FLIP_ENABLED
19746          }
19747          part { name: "elm.text.2";
19748             clip_to: "disclip";
19749             type: TEXT;
19750             mouse_events: 0;
19751             scale: 1;
19752             description { state: "default" 0.0;
19753                rel1 {
19754                   relative: 1.0 1.0;
19755                   to_x: "elm.padding.icon1.right";
19756                   to_y: "elm.text.1";
19757                }
19758                rel2 {
19759                   relative: 0.0 0.0;
19760                   to_x: "elm.padding.icon2.left";
19761                   to_y: "elm.padding.bottom";
19762                }
19763                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19764                text {
19765                   font: "SLP:style=Medium";
19766                   size: GENLIST_FONT_32_INC;
19767                   min: 0 1;
19768                   align: 0.0 0.5;
19769                   text_class: "slp_medium";
19770                }
19771             }
19772             description { state: "selected" 0.0;
19773                inherit: "default" 0.0;
19774                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19775             }
19776             GENLIST_DESCRIPTION_FLIP_ENABLED
19777          }
19778          GENLIST_PART_FLIP
19779          GENLIST_PART_DISCLIP
19780       }
19781       programs {
19782          // signal: elm,state,%s,active
19783          //   a "check" item named %s went active
19784          // signal: elm,state,%s,passive
19785          //   a "check" item named %s went passive
19786          // default is passive
19787          program { name: "go_active";
19788             signal: "elm,state,selected";
19789             source: "elm";
19790             action: STATE_SET "selected" 0.0;
19791             target: "bg_image";
19792             target: "elm.text.1";
19793             target: "elm.text.2";
19794             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19795          }
19796          program { name: "go_passive";
19797             signal: "elm,state,unselected";
19798             source: "elm";
19799             action: STATE_SET "default" 0.0;
19800             target: "bg_image";
19801             target: "elm.text.1";
19802             target: "elm.text.2";
19803             transition: LINEAR 0.1;
19804          }
19805          program { name: "go_disabled";
19806             signal: "elm,state,disabled";
19807             source: "elm";
19808             action: STATE_SET "disabled" 0.0;
19809             target: "disclip";
19810          }
19811          program { name: "go_enabled";
19812             signal: "elm,state,enabled";
19813             source: "elm";
19814             action: STATE_SET "default" 0.0;
19815             target: "disclip";
19816          }
19817          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19818          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19819       }
19820    }
19821
19822    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
19823       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
19824       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
19825       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
19826       alias: "elm/layout/dialogue/2text.2icon";
19827       data.item: "stacking" "above";
19828       data.item: "selectraise" "on";
19829       data.item: "texts" "elm.text.1 elm.text.2";
19830       data.item: "contents" "elm.icon.1 elm.icon.2";
19831       data.item: "flips" "elm.flip.content";
19832       parts {
19833          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19834          GENLIST_PART_DIALOGUE_BG_IMAGE
19835          GENLIST_PART_BOTTOM_LINE
19836          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19837          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19838          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19839          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19840          GENLIST_PART_DIALOGUE_ITEM
19841          GENLIST_PART_DIALOGUE_RIGHT_LINE
19842          part { name: "elm.icon.1";
19843             clip_to: "disclip";
19844             type: SWALLOW;
19845             scale: 1;
19846             description { state: "default" 0.0;
19847                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19848                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19849                fixed: 1 1;
19850                rel1 {
19851                   relative: 1.0 1.0;
19852                   to_x: "elm.padding.left";
19853                   to_y: "elm.padding.top";
19854                }
19855                rel2 {
19856                   relative: 1.0 0.0;
19857                   to_x: "elm.padding.left";
19858                   to_y: "elm.padding.bottom";
19859                }
19860                align: 0.0 0.5;
19861             }
19862             GENLIST_DESCRIPTION_FLIP_ENABLED
19863          }
19864          part { name: "elm.padding.icon1.right";
19865             clip_to: "disclip";
19866             type: RECT;
19867             scale: 1;
19868             description { state: "default" 0.0;
19869                min: GENLIST_PADDING_16_INC 0;
19870                fixed: 1 0;
19871                rel1 {
19872                   relative: 1.0 0.0;
19873                   to_x: "elm.icon.1";
19874                }
19875                rel2.to_x: "elm.icon.1";
19876                align: 0.0 0.0;
19877                visible: 0;
19878             }
19879          }
19880          part { name: "elm.icon.2";
19881             clip_to: "disclip";
19882             type: SWALLOW;
19883             scale: 1;
19884             description { state: "default" 0.0;
19885                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19886                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19887                fixed: 1 1;
19888                rel1 {
19889                   relative: 1.0 1.0;
19890                   to_x: "elm.padding.icon1.right";
19891                   to_y: "elm.padding.top";
19892                }
19893                rel2 {
19894                   relative: 1.0 0.0;
19895                   to_x: "elm.padding.icon1.right";
19896                   to_y: "elm.padding.bottom";
19897                }
19898                align: 0.0 0.5;
19899             }
19900             GENLIST_DESCRIPTION_FLIP_ENABLED
19901          }
19902          part { name: "elm.padding.icon2.right";
19903             clip_to: "disclip";
19904             type: RECT;
19905             scale: 1;
19906             description { state: "default" 0.0;
19907                min: GENLIST_PADDING_16_INC 0;
19908                fixed: 1 0;
19909                rel1 {
19910                   relative: 1.0 0.0;
19911                   to_x: "elm.icon.2";
19912                }
19913                rel2.to_x: "elm.icon.2";
19914                align: 0.0 0.0;
19915                visible: 0;
19916             }
19917          }
19918          part { name: "elm.text.1";
19919             clip_to: "disclip";
19920             type: TEXT;
19921             mouse_events: 0;
19922             scale: 1;
19923             description { state: "default" 0.0;
19924                min: 0 GENLIST_SIZE_61_INC;
19925                fixed: 0 1;
19926                rel1 {
19927                   relative: 1.0 1.0;
19928                   to_x: "elm.padding.icon2.right";
19929                   to_y: "elm.padding.top";
19930                }
19931                rel2 {
19932                   relative: 0.0 1.0;
19933                   to_x: "elm.padding.right";
19934                   to_y: "elm.padding.top";
19935                }
19936                align: 0.0 0.0;
19937                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19938                text {
19939                   font: "SLP:style=Roman";
19940                   size: GENLIST_FONT_44_INC;
19941                   min: 0 1;
19942                   align: 0.0 0.5;
19943                   text_class: "list_item";
19944                }
19945             }
19946             description { state: "selected" 0.0;
19947                inherit: "default" 0.0;
19948                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19949             }
19950             GENLIST_DESCRIPTION_FLIP_ENABLED
19951          }
19952          part { name: "elm.text.2";
19953             clip_to: "disclip";
19954             type: TEXT;
19955             mouse_events: 0;
19956             scale: 1;
19957             description { state: "default" 0.0;
19958                rel1 {
19959                   relative: 1.0 1.0;
19960                   to_x: "elm.padding.icon2.right";
19961                   to_y: "elm.text.1";
19962                }
19963                rel2 {
19964                   relative: 0.0 0.0;
19965                   to_x: "elm.padding.right";
19966                   to_y: "elm.padding.bottom";
19967                }
19968                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19969                text {
19970                   font: "SLP:style=Medium";
19971                   size: GENLIST_FONT_32_INC;
19972                   min: 0 1;
19973                   align: 0.0 0.5;
19974                   text_class: "slp_medium";
19975                }
19976             }
19977             description { state: "selected" 0.0;
19978                inherit: "default" 0.0;
19979                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19980             }
19981             GENLIST_DESCRIPTION_FLIP_ENABLED
19982          }
19983          GENLIST_PART_FLIP
19984          GENLIST_PART_DISCLIP
19985       }
19986       programs {
19987          // signal: elm,state,%s,active
19988          //   a "check" item named %s went active
19989          // signal: elm,state,%s,passive
19990          //   a "check" item named %s went passive
19991          // default is passive
19992          program { name: "go_active";
19993             signal: "elm,state,selected";
19994             source: "elm";
19995             action: STATE_SET "selected" 0.0;
19996             target: "bg_image";
19997             target: "elm.text.1";
19998             target: "elm.text.2";
19999             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20000          }
20001          program { name: "go_passive";
20002             signal: "elm,state,unselected";
20003             source: "elm";
20004             action: STATE_SET "default" 0.0;
20005             target: "bg_image";
20006             target: "elm.text.1";
20007             target: "elm.text.2";
20008             transition: LINEAR 0.1;
20009          }
20010          program { name: "go_disabled";
20011             signal: "elm,state,disabled";
20012             source: "elm";
20013             action: STATE_SET "disabled" 0.0;
20014             target: "disclip";
20015          }
20016          program { name: "go_enabled";
20017             signal: "elm,state,enabled";
20018             source: "elm";
20019             action: STATE_SET "default" 0.0;
20020             target: "disclip";
20021          }
20022          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20023          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20024       }
20025    }
20026
20027    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
20028       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
20029       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
20030       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
20031       alias: "elm/layout/dialogue/2text.2icon.2";
20032       data.item: "stacking" "above";
20033       data.item: "selectraise" "on";
20034       data.item: "texts" "elm.text.1 elm.text.2";
20035       data.item: "contents" "elm.icon.1 elm.icon.2";
20036       data.item: "flips" "elm.flip.content";
20037       parts {
20038          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20039          GENLIST_PART_DIALOGUE_BG_IMAGE
20040          GENLIST_PART_BOTTOM_LINE
20041          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20042          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20043          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20044          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20045          GENLIST_PART_DIALOGUE_ITEM
20046          GENLIST_PART_DIALOGUE_RIGHT_LINE
20047          part { name: "elm.icon.1";
20048             clip_to: "disclip";
20049             type: SWALLOW;
20050             scale: 1;
20051             description { state: "default" 0.0;
20052                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20053                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20054                fixed: 1 1;
20055                rel1 {
20056                   relative: 1.0 1.0;
20057                   to_x: "elm.padding.left";
20058                   to_y: "elm.padding.top";
20059                }
20060                rel2 {
20061                   relative: 1.0 0.0;
20062                   to_x: "elm.padding.left";
20063                   to_y: "elm.padding.bottom";
20064                }
20065                align: 0.0 0.5;
20066             }
20067             GENLIST_DESCRIPTION_FLIP_ENABLED
20068          }
20069          part { name: "elm.padding.icon1.right";
20070             clip_to: "disclip";
20071             type: RECT;
20072             scale: 1;
20073             description { state: "default" 0.0;
20074                min: GENLIST_PADDING_16_INC 0;
20075                fixed: 1 0;
20076                rel1 {
20077                   relative: 1.0 0.0;
20078                   to_x: "elm.icon.1";
20079                }
20080                rel2.to_x: "elm.icon.1";
20081                align: 0.0 0.0;
20082                visible: 0;
20083             }
20084          }
20085          part { name: "elm.text.1";
20086             clip_to: "disclip";
20087             type: TEXT;
20088             mouse_events: 0;
20089             scale: 1;
20090             description { state: "default" 0.0;
20091                min: 0 GENLIST_SIZE_61_INC;
20092                fixed: 0 1;
20093                rel1 {
20094                   relative: 1.0 1.0;
20095                   to_x: "elm.padding.icon1.right";
20096                   to_y: "elm.padding.top";
20097                }
20098                rel2 {
20099                   relative: 0.0 1.0;
20100                   to_x: "elm.padding.right";
20101                   to_y: "elm.padding.top";
20102                }
20103                align: 0.0 0.0;
20104                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20105                text {
20106                   font: "SLP:style=Roman";
20107                   size: GENLIST_FONT_44_INC;
20108                   min: 0 1;
20109                   align: 0.0 0.5;
20110                   text_class: "list_item";
20111                }
20112             }
20113             description { state: "selected" 0.0;
20114                inherit: "default" 0.0;
20115                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20116             }
20117             GENLIST_DESCRIPTION_FLIP_ENABLED
20118          }
20119          part { name: "elm.icon.2";
20120             clip_to: "disclip";
20121             type: SWALLOW;
20122             scale: 1;
20123             description { state: "default" 0.0;
20124                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20125                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20126                fixed: 1 1;
20127                rel1 {
20128                   relative: 0.0 1.0;
20129                   to_x: "elm.padding.right";
20130                   to_y: "elm.text.1";
20131                }
20132                rel2 {
20133                   relative: 0.0 0.0;
20134                   to_x: "elm.padding.right";
20135                   to_y: "elm.padding.bottom";
20136                }
20137                align: 1.0 0.5;
20138             }
20139             GENLIST_DESCRIPTION_FLIP_ENABLED
20140          }
20141          part { name: "elm.padding.icon2.left";
20142             clip_to: "disclip";
20143             type: RECT;
20144             scale: 1;
20145             description { state: "default" 0.0;
20146                min: GENLIST_PADDING_16_INC 0;
20147                fixed: 1 0;
20148                rel1 {
20149                   relative: 0.0 0.0;
20150                   to_x: "elm.icon.2";
20151                }
20152                rel2.to_x: "elm.icon.2";
20153                align: 1.0 0.0;
20154                visible: 0;
20155             }
20156          }
20157          part { name: "elm.text.2";
20158             clip_to: "disclip";
20159             type: TEXT;
20160             mouse_events: 0;
20161             scale: 1;
20162             description { state: "default" 0.0;
20163                rel1 {
20164                   relative: 1.0 1.0;
20165                   to_x: "elm.padding.icon1.right";
20166                   to_y: "elm.text.1";
20167                }
20168                rel2 {
20169                   relative: 0.0 0.0;
20170                   to_x: "elm.padding.icon2.left";
20171                   to_y: "elm.padding.bottom";
20172                }
20173                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20174                text {
20175                   font: "SLP:style=Medium";
20176                   size: GENLIST_FONT_32_INC;
20177                   min: 0 1;
20178                   align: 0.0 0.5;
20179                   text_class: "slp_medium";
20180                }
20181             }
20182             description { state: "selected" 0.0;
20183                inherit: "default" 0.0;
20184                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20185             }
20186             GENLIST_DESCRIPTION_FLIP_ENABLED
20187          }
20188          GENLIST_PART_FLIP
20189          GENLIST_PART_DISCLIP
20190       }
20191       programs {
20192          // signal: elm,state,%s,active
20193          //   a "check" item named %s went active
20194          // signal: elm,state,%s,passive
20195          //   a "check" item named %s went passive
20196          // default is passive
20197          program { name: "go_active";
20198             signal: "elm,state,selected";
20199             source: "elm";
20200             action: STATE_SET "selected" 0.0;
20201             target: "bg_image";
20202             target: "elm.text.1";
20203             target: "elm.text.2";
20204             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20205          }
20206          program { name: "go_passive";
20207             signal: "elm,state,unselected";
20208             source: "elm";
20209             action: STATE_SET "default" 0.0;
20210             target: "bg_image";
20211             target: "elm.text.1";
20212             target: "elm.text.2";
20213             transition: LINEAR 0.1;
20214          }
20215          program { name: "go_disabled";
20216             signal: "elm,state,disabled";
20217             source: "elm";
20218             action: STATE_SET "disabled" 0.0;
20219             target: "disclip";
20220          }
20221          program { name: "go_enabled";
20222             signal: "elm,state,enabled";
20223             source: "elm";
20224             action: STATE_SET "default" 0.0;
20225             target: "disclip";
20226          }
20227          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20228          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20229       }
20230    }
20231
20232    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
20233       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
20234       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
20235       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
20236       alias: "elm/layout/dialogue/2text.2icon.3";
20237       data.item: "stacking" "above";
20238       data.item: "selectraise" "on";
20239       data.item: "texts" "elm.text.1 elm.text.2";
20240       data.item: "contents" "elm.icon.1 elm.icon.2";
20241       data.item: "flips" "elm.flip.content";
20242       parts {
20243          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20244          GENLIST_PART_DIALOGUE_BG_IMAGE
20245          GENLIST_PART_BOTTOM_LINE
20246          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20247          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20248          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20249          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20250          GENLIST_PART_DIALOGUE_ITEM
20251          GENLIST_PART_DIALOGUE_RIGHT_LINE
20252          part { name: "elm.icon.1";
20253             clip_to: "disclip";
20254             type: SWALLOW;
20255             scale: 1;
20256             description { state: "default" 0.0;
20257                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20258                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20259                fixed: 1 1;
20260                rel1 {
20261                   relative: 1.0 1.0;
20262                   to_x: "elm.padding.left";
20263                   to_y: "elm.padding.top";
20264                }
20265                rel2 {
20266                   relative: 1.0 0.0;
20267                   to_x: "elm.padding.left";
20268                   to_y: "elm.padding.bottom";
20269                }
20270                align: 0.0 0.5;
20271             }
20272             GENLIST_DESCRIPTION_FLIP_ENABLED
20273          }
20274          part { name: "elm.padding.icon1.right";
20275             clip_to: "disclip";
20276             type: RECT;
20277             scale: 1;
20278             description { state: "default" 0.0;
20279                min: GENLIST_PADDING_16_INC 0;
20280                fixed: 1 0;
20281                rel1 {
20282                   relative: 1.0 0.0;
20283                   to_x: "elm.icon.1";
20284                }
20285                rel2.to_x: "elm.icon.1";
20286                align: 0.0 0.0;
20287                visible: 0;
20288             }
20289          }
20290          part { name: "elm.icon.2";
20291             clip_to: "disclip";
20292             type: SWALLOW;
20293             scale: 1;
20294             description { state: "default" 0.0;
20295                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20296                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20297                fixed: 1 1;
20298                rel1 {
20299                   relative: 0.0 1.0;
20300                   to_x: "elm.padding.right";
20301                   to_y: "elm.padding.top";
20302                }
20303                rel2 {
20304                   relative: 0.0 0.0;
20305                   to_x: "elm.padding.right";
20306                   to_y: "elm.padding.bottom";
20307                }
20308                align: 1.0 0.5;
20309             }
20310             GENLIST_DESCRIPTION_FLIP_ENABLED
20311          }
20312          part { name: "elm.padding.icon2.left";
20313             clip_to: "disclip";
20314             type: RECT;
20315             scale: 1;
20316             description { state: "default" 0.0;
20317                min: GENLIST_PADDING_16_INC 0;
20318                fixed: 1 0;
20319                rel1.to_x: "elm.icon.2";
20320                rel2 {
20321                   relative: 0.0 1.0;
20322                   to_x: "elm.icon.2";
20323                }
20324                align: 1.0 0.0;
20325                visible: 0;
20326             }
20327          }
20328          part { name: "elm.text.1";
20329             clip_to: "disclip";
20330             type: TEXT;
20331             mouse_events: 0;
20332             scale: 1;
20333             description { state: "default" 0.0;
20334                min: 0 GENLIST_SIZE_61_INC;
20335                fixed: 0 1;
20336                rel1 {
20337                   relative: 1.0 1.0;
20338                   to_x: "elm.padding.icon1.right";
20339                   to_y: "elm.padding.top";
20340                }
20341                rel2 {
20342                   relative: 0.0 1.0;
20343                   to_x: "elm.padding.icon2.left";
20344                   to_y: "elm.padding.top";
20345                }
20346                align: 0.0 0.0;
20347                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20348                text {
20349                   font: "SLP:style=Roman";
20350                   size: GENLIST_FONT_44_INC;
20351                   min: 0 1;
20352                   align: 0.0 0.5;
20353                   text_class: "list_item";
20354                }
20355             }
20356             description { state: "selected" 0.0;
20357                inherit: "default" 0.0;
20358                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20359             }
20360             GENLIST_DESCRIPTION_FLIP_ENABLED
20361          }
20362          part { name: "elm.text.2";
20363             clip_to: "disclip";
20364             type: TEXT;
20365             mouse_events: 0;
20366             scale: 1;
20367             description { state: "default" 0.0;
20368                rel1 {
20369                   relative: 1.0 1.0;
20370                   to_x: "elm.padding.icon1.right";
20371                   to_y: "elm.text.1";
20372                }
20373                rel2 {
20374                   relative: 0.0 0.0;
20375                   to_x: "elm.padding.icon2.left";
20376                   to_y: "elm.padding.bottom";
20377                }
20378                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20379                text {
20380                   font: "SLP:style=Medium";
20381                   size: GENLIST_FONT_32_INC;
20382                   min: 0 1;
20383                   align: 0.0 0.5;
20384                   text_class: "slp_medium";
20385                }
20386             }
20387             description { state: "selected" 0.0;
20388                inherit: "default" 0.0;
20389                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20390             }
20391             GENLIST_DESCRIPTION_FLIP_ENABLED
20392          }
20393          GENLIST_PART_FLIP
20394          GENLIST_PART_DISCLIP
20395       }
20396       programs {
20397          // signal: elm,state,%s,active
20398          //   a "check" item named %s went active
20399          // signal: elm,state,%s,passive
20400          //   a "check" item named %s went passive
20401          // default is passive
20402          program { name: "go_active";
20403             signal: "elm,state,selected";
20404             source: "elm";
20405             action: STATE_SET "selected" 0.0;
20406             target: "bg_image";
20407             target: "elm.text.1";
20408             target: "elm.text.2";
20409             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20410          }
20411          program { name: "go_passive";
20412             signal: "elm,state,unselected";
20413             source: "elm";
20414             action: STATE_SET "default" 0.0;
20415             target: "bg_image";
20416             target: "elm.text.1";
20417             target: "elm.text.2";
20418             transition: LINEAR 0.1;
20419          }
20420          program { name: "go_disabled";
20421             signal: "elm,state,disabled";
20422             source: "elm";
20423             action: STATE_SET "disabled" 0.0;
20424             target: "disclip";
20425          }
20426          program { name: "go_enabled";
20427             signal: "elm,state,enabled";
20428             source: "elm";
20429             action: STATE_SET "default" 0.0;
20430             target: "disclip";
20431          }
20432          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20433          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20434       }
20435    }
20436
20437    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
20438       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
20439       parts {
20440          part { name: "elm.text.2";
20441             clip_to: "disclip";
20442             type: TEXTBLOCK;
20443             mouse_events: 0;
20444             scale: 1;
20445             description { state: "default" 0.0;
20446                rel1 {
20447                   relative: 1.0 1.0;
20448                   to_x: "elm.padding.icon1.right";
20449                   to_y: "elm.text.1";
20450                }
20451                rel2 {
20452                   relative: 0.0 0.0;
20453                   to_x: "elm.padding.icon2.left";
20454                   to_y: "elm.padding.bottom";
20455                }
20456                text {
20457                   style: "genlist_default_textblock_style";
20458                   size: GENLIST_FONT_32_INC;
20459                   min: 0 1;
20460                   align: 0.0 0.5;
20461                   text_class: "slp_medium";
20462                }
20463             }
20464             description { state: "selected" 0.0;
20465                inherit: "default" 0.0;
20466                text.style: "genlist_default_textblock_selected_style";
20467             }
20468             GENLIST_DESCRIPTION_FLIP_ENABLED
20469          }
20470       }
20471    }
20472
20473    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
20474       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
20475       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
20476       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
20477       alias: "elm/layout/dialogue/2text.1icon.5";
20478       data.item: "stacking" "above";
20479       data.item: "selectraise" "on";
20480       data.item: "texts" "elm.text.1 elm.text.2";
20481       data.item: "contents" "elm.icon";
20482       data.item: "flips" "elm.flip.content";
20483       parts {
20484          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20485          GENLIST_PART_DIALOGUE_BG_IMAGE
20486          GENLIST_PART_BOTTOM_LINE
20487          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20488          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20489          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20490          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20491          GENLIST_PART_DIALOGUE_ITEM
20492          GENLIST_PART_DIALOGUE_RIGHT_LINE
20493          part { name: "elm.icon";
20494             clip_to: "disclip";
20495             type: SWALLOW;
20496             scale: 1;
20497             description { state: "default" 0.0;
20498                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20499                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20500                fixed: 1 1;
20501                rel1 {
20502                   relative: 0.0 1.0;
20503                   to_x: "elm.padding.right";
20504                   to_y: "elm.padding.top";
20505                }
20506                rel2 {
20507                   relative: 0.0 0.0;
20508                   to_x: "elm.padding.right";
20509                   to_y: "elm.padding.bottom";
20510                }
20511                align: 1.0 0.5;
20512             }
20513             GENLIST_DESCRIPTION_FLIP_ENABLED
20514          }
20515          part { name: "elm.padding.icon.left";
20516             clip_to: "disclip";
20517             type: RECT;
20518             scale: 1;
20519             description { state: "default" 0.0;
20520                min: GENLIST_PADDING_16_INC 0;
20521                fixed: 1 0;
20522                rel1.to_x: "elm.icon";
20523                rel2 {
20524                   relative: 0.0 1.0;
20525                   to_x: "elm.icon";
20526                }
20527                align: 1.0 0.0;
20528                visible: 0;
20529             }
20530          }
20531          part { name: "elm.text.1";
20532             clip_to: "disclip";
20533             type: TEXT;
20534             mouse_events: 0;
20535             scale: 1;
20536             description { state: "default" 0.0;
20537                min: 0 GENLIST_SIZE_61_INC;
20538                fixed: 0 1;
20539                rel1 {
20540                   relative: 1.0 0.0;
20541                   to_x: "elm.padding.left";
20542                   to_y: "elm.padding.bottom";
20543                }
20544                rel2 {
20545                   relative: 0.0 0.0;
20546                   to_x: "elm.padding.icon.left";
20547                   to_y: "elm.padding.bottom";
20548                }
20549                align: 0.0 1.0;
20550                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20551                text {
20552                   font: "SLP:style=Roman";
20553                   size: GENLIST_FONT_44_INC;
20554                   min: 0 1;
20555                   align: 0.0 0.5;
20556                   text_class: "list_item";
20557                }
20558             }
20559             description { state: "selected" 0.0;
20560                inherit: "default" 0.0;
20561                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20562             }
20563             GENLIST_DESCRIPTION_FLIP_ENABLED
20564          }
20565          part { name: "elm.text.2";
20566             clip_to: "disclip";
20567             type: TEXT;
20568             mouse_events: 0;
20569             scale: 1;
20570             description { state: "default" 0.0;
20571                rel1 {
20572                   relative: 1.0 1.0;
20573                   to_x: "elm.padding.left";
20574                   to_y: "elm.padding.top";
20575                }
20576                rel2 {
20577                   relative: 0.0 0.0;
20578                   to_x: "elm.padding.icon.left";
20579                   to_y: "elm.text.1";
20580                }
20581                align: 0.0 0.0;
20582                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20583                text {
20584                   font: "SLP:style=Medium";
20585                   size: GENLIST_FONT_32_INC;
20586                   min: 0 1;
20587                   align: 0.0 0.5;
20588                   text_class: "slp_roman";
20589                }
20590             }
20591             description { state: "selected" 0.0;
20592                inherit: "default" 0.0;
20593                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20594             }
20595             GENLIST_DESCRIPTION_FLIP_ENABLED
20596          }
20597          GENLIST_PART_FLIP
20598          GENLIST_PART_DISCLIP
20599       }
20600       programs {
20601          // signal: elm,state,%s,active
20602          //   a "check" item named %s went active
20603          // signal: elm,state,%s,passive
20604          //   a "check" item named %s went passive
20605          // default is passive
20606          program { name: "go_active";
20607             signal: "elm,state,selected";
20608             source: "elm";
20609             action: STATE_SET "selected" 0.0;
20610             target: "bg_image";
20611             target: "elm.text.1";
20612             target: "elm.text.2";
20613             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20614          }
20615          program { name: "go_passive";
20616             signal: "elm,state,unselected";
20617             source: "elm";
20618             action: STATE_SET "default" 0.0;
20619             target: "bg_image";
20620             target: "elm.text.1";
20621             target: "elm.text.2";
20622             transition: LINEAR 0.1;
20623          }
20624          program { name: "go_disabled";
20625             signal: "elm,state,disabled";
20626             source: "elm";
20627             action: STATE_SET "disabled" 0.0;
20628             target: "disclip";
20629          }
20630          program { name: "go_enabled";
20631             signal: "elm,state,enabled";
20632             source: "elm";
20633             action: STATE_SET "default" 0.0;
20634             target: "disclip";
20635          }
20636          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20637          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20638       }
20639    }
20640
20641 // 4.2.11
20642    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
20643       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
20644       alias: "elm/layout/dialogue/1title.1text.2";
20645       data.item: "stacking" "above";
20646       data.item: "selectraise" "on";
20647       data.item: "texts" "elm.title elm.text";
20648       parts {
20649          part { name: "base";
20650             type: RECT;
20651             repeat_events: 1;
20652             description { state: "default" 0.0;
20653                color: GENLIST_PART_BG_COLOR_INC;
20654             }
20655          }
20656          GENLIST_PART_DIALOGUE_BG_IMAGE
20657          GENLIST_PART_BOTTOM_LINE
20658          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
20659          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20660          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20661          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20662          GENLIST_PART_DIALOGUE_ITEM
20663          GENLIST_PART_DIALOGUE_RIGHT_LINE
20664          part { name: "elm.title";
20665             clip_to: "disclip";
20666             type: TEXT;
20667             mouse_events: 0;
20668             scale: 1;
20669             description { state: "default" 0.0;
20670                min: GENLIST_SIZE_163_INC 0;
20671                fixed: 1 0;
20672                rel1 {
20673                   relative: 1.0 0.0;
20674                   to_x: "elm.padding.left";
20675                }
20676                rel2 {
20677                   relative: 1.0 1.0;
20678                   to_x: "elm.padding.left";
20679                }
20680                align: 0.0 0.0;
20681                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20682                text {
20683                   font: "SLP:style=Medium";
20684                   size: GENLIST_FONT_32_INC;
20685                   min: 0 1;
20686                   align: 0.0 0.5;
20687                   text_class: "slp_medium";
20688                }
20689             }
20690             description { state: "selected" 0.0;
20691                inherit: "default" 0.0;
20692                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20693             }
20694          }
20695          part { name: "vertical_line";
20696             clip_to: "disclip";
20697             type: RECT;
20698             mouse_events: 0;
20699             description { state: "default" 0.0;
20700                min: 1 0;
20701                fixed: 1 0;
20702                rel1 {
20703                   relative: 1.0 0.0;
20704                   to_x: "elm.title";
20705                }
20706                rel2.to_x: "elm.title";
20707                align: 0.0 0.5;
20708                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20709             }
20710          }
20711          part { name: "elm.padding.text.left";
20712             clip_to: "disclip";
20713             type: RECT;
20714             mouse_events: 0;
20715             description { state: "default" 0.0;
20716                min: GENLIST_PADDING_16_INC 0;
20717                fixed: 1 0;
20718                rel1 {
20719                   relative: 1.0 0.0;
20720                   to_x: "vertical_line";
20721                }
20722                rel2.to_x: "vertical_line";
20723                align: 0.0 0.5;
20724                visible: 0;
20725             }
20726          }
20727          part { name: "elm.text";
20728             clip_to: "disclip";
20729             type: TEXTBLOCK;
20730             mouse_events: 0;
20731             scale: 1;
20732             description { state: "default" 0.0;
20733                rel1 {
20734                   relative: 1.0 1.0;
20735                   to_x: "elm.padding.text.left";
20736                   to_y: "elm.padding.top";
20737                }
20738                rel2 {
20739                   relative: 0.0 0.0;
20740                   to_x: "elm.padding.right";
20741                   to_y: "elm.padding.bottom";
20742                }
20743                text {
20744                   style: "genlist_textblock_flexible_style";
20745                   min: 0 1;
20746                   align: 0.0 0.5;
20747                }
20748             }
20749             description { state: "selected" 0.0;
20750                inherit: "default" 0.0;
20751                text.style: "genlist_textblock_selected_style";
20752             }
20753          }
20754          GENLIST_PART_DISCLIP
20755       }
20756       programs {
20757          // signal: elm,state,%s,active
20758          //   a "check" item named %s went active
20759          // signal: elm,state,%s,passive
20760          //   a "check" item named %s went passive
20761          // default is passive
20762          program { name: "go_active";
20763             signal: "elm,state,selected";
20764             source: "elm";
20765             action: STATE_SET "selected" 0.0;
20766             target: "bg_image";
20767             target: "elm.title";
20768             target: "elm.text";
20769             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20770          }
20771          program { name: "go_passive";
20772             signal: "elm,state,unselected";
20773             source: "elm";
20774             action: STATE_SET "default" 0.0;
20775             target: "bg_image";
20776             target: "elm.title";
20777             target: "elm.text";
20778             transition: LINEAR 0.1;
20779          }
20780          program { name: "go_disabled";
20781             signal: "elm,state,disabled";
20782             source: "elm";
20783             action: STATE_SET "disabled" 0.0;
20784             target: "disclip";
20785          }
20786          program { name: "go_enabled";
20787             signal: "elm,state,enabled";
20788             source: "elm";
20789             action: STATE_SET "default" 0.0;
20790             target: "disclip";
20791          }
20792          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20793       }
20794    }
20795
20796 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
20797       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
20798       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
20799       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
20800       alias: "elm/layout/dialogue/1title.2text";
20801       data.item: "stacking" "above";
20802       data.item: "selectraise" "on";
20803       data.item: "texts" "elm.title elm.text.1 elm.text.2";
20804       parts {
20805          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
20806          GENLIST_PART_BOTTOM_LINE
20807          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20808          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20809          GENLIST_PART_DIALOGUE_ITEM
20810          GENLIST_PART_DIALOGUE_RIGHT_LINE
20811          part { name: "vertical_line";
20812             clip_to: "disclip";
20813             type: RECT;
20814             mouse_events: 0;
20815             description { state: "default" 0.0;
20816                min: 1 0;
20817                fixed: 1 0;
20818                rel1 {
20819                   relative: 1.0 0.0;
20820                   to_x: "elm.title";
20821                }
20822                rel2.to_x: "elm.title";
20823                align: 0.0 0.5;
20824                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20825             }
20826          }
20827          part { name: "center_line";
20828             clip_to: "disclip";
20829             type: RECT;
20830             mouse_events: 0;
20831             description { state: "default" 0.0;
20832                min: 0 1;
20833                fixed: 0 1;
20834                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20835                rel1 {
20836                   relative: 1.0 0.5;
20837                   to_x: "vertical_line";
20838                }
20839                rel2.relative: 1.0 0.5;
20840                align: 0.5 1.0;
20841             }
20842          }
20843          part { name: "elm.title";
20844             clip_to: "disclip";
20845             type: TEXT;
20846             mouse_events: 0;
20847             scale: 1;
20848             description { state: "default" 0.0;
20849                min: GENLIST_SIZE_163_INC 0;
20850                fixed: 1 0;
20851                rel1 {
20852                   relative: 1.0  0.0;
20853                   to_x: "elm.padding.left";
20854                }
20855                rel2.to_x: "elm.padding.left";
20856                align: 0.0 0.5;
20857                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20858                text {
20859                   font: "SLP:style=Medium";
20860                   size: GENLIST_FONT_32_INC;
20861                   min: 0 1;
20862                   align: 0.0 0.5;
20863                   text_class: "slp_medium";
20864                }
20865             }
20866          }
20867          part { name: "elm.padding.title.right";
20868             clip_to: "disclip";
20869             type: RECT;
20870             mouse_events: 0;
20871             scale: 1;
20872             description { state: "default" 0.0;
20873                min: GENLIST_PADDING_16_INC 0;
20874                fixed: 1 0;
20875                rel1 {
20876                    relative: 1.0 0.0;
20877                    to_x: "elm.title";
20878                }
20879                rel2.to_x: "elm.title";
20880                visible: 0;
20881                align: 0.0 0.5;
20882             }
20883          }
20884          part { name: "elm.text.1";
20885             clip_to: "disclip";
20886             type: TEXT;
20887             mouse_events: 0;
20888             scale: 1;
20889             description { state: "default" 0.0;
20890                rel1 {
20891                   relative: 1.0 0.0;
20892                   to_x: "elm.padding.title.right";
20893                }
20894                rel2 {
20895                   relative: 0.0 0.0;
20896                   to_x: "elm.padding.right";
20897                   to_y: "center_line";
20898                }
20899                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20900                text {
20901                   font: "SLP:style=Roman";
20902                   size: GENLIST_FONT_44_INC;
20903                   min: 0 1;
20904                   align: 0.0 0.5;
20905                   text_class: "list_item";
20906                }
20907             }
20908          }
20909          part { name: "elm.text.2";
20910             clip_to: "disclip";
20911             type: TEXT;
20912             mouse_events: 0;
20913             scale: 1;
20914             description { state: "default" 0.0;
20915                rel1 {
20916                   relative: 1.0 0.5;
20917                   to_x: "elm.padding.title.right";
20918                }
20919                rel2 {
20920                   relative: 0.0 1.0;
20921                   to_x: "elm.padding.right";
20922                }
20923                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20924                text {
20925                   font: "SLP:style=Roman";
20926                   size: GENLIST_FONT_44_INC;
20927                   min: 0 1;
20928                   align: 0.0 0.5;
20929                   text_class: "slp_roman";
20930                }
20931             }
20932          }
20933          GENLIST_PART_DISCLIP
20934       }
20935       programs {
20936          // signal: elm,state,%s,active
20937          //   a "check" item named %s went active
20938          // signal: elm,state,%s,passive
20939          //   a "check" item named %s went passive
20940          // default is passive
20941          program { name: "go_active";
20942             signal: "elm,state,selected";
20943             source: "elm";
20944             action: STATE_SET "selected" 0.0;
20945             target: "elm.title";
20946             target: "elm.text.1";
20947             target: "elm.text.2";
20948          }
20949          program { name: "go_passive";
20950             signal: "elm,state,unselected";
20951             source: "elm";
20952             action: STATE_SET "default" 0.0;
20953             target: "elm.title";
20954             target: "elm.text.1";
20955             target: "elm.text.2";
20956             transition: LINEAR 0.1;
20957          }
20958          program { name: "go_disabled";
20959             signal: "elm,state,disabled";
20960             source: "elm";
20961             action: STATE_SET "disabled" 0.0;
20962             target: "disclip";
20963          }
20964          program { name: "go_enabled";
20965             signal: "elm,state,enabled";
20966             source: "elm";
20967             action: STATE_SET "default" 0.0;
20968             target: "disclip";
20969          }
20970       }
20971    }*/
20972
20973    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
20974    group { name: "elm/genlist/item/dialogue/4icon/default";
20975       alias: "elm/genlist/item_odd/dialogue/4icon/default";
20976       alias: "elm/genlist/item_compress/dialogue/4icon/default";
20977       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
20978       alias: "elm/layout/dialogue/4icon";
20979       data.item: "stacking" "above";
20980       data.item: "selectraise" "on";
20981       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
20982       images {
20983          image : "00_input_bg.png" COMP;
20984       }
20985       parts {
20986          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
20987          GENLIST_PART_DIALOGUE_BG_IMAGE
20988          GENLIST_PART_BOTTOM_LINE
20989          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20990          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20991          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
20992          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
20993          GENLIST_PART_DIALOGUE_ITEM
20994          GENLIST_PART_DIALOGUE_RIGHT_LINE
20995          part { name: "text";
20996             clip_to: "disclip";
20997             type: TEXT;
20998             mouse_events: 0;
20999             scale: 1;
21000             description { state: "default" 0.0;
21001                min: 0 GENLIST_SIZE_48_INC;
21002                fixed: 0 1;
21003                rel1 {
21004                   relative: 1.0 1.0;
21005                   to_x: "elm.padding.left";
21006                   to_y: "elm.padding.top";
21007                }
21008                rel2 {
21009                   relative: 0.0 1.0;
21010                   to_x: "elm.padding.right";
21011                   to_y: "elm.padding.top";
21012                }
21013                align: 0.0 0.0;
21014                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21015                text {
21016                   font: "SLP:style=Medium";
21017                   size: GENLIST_FONT_32_INC;
21018                   min: 0 1;
21019                   align: 0.0 0.5;
21020                   text: "Password";
21021                   text_class: "list_item";
21022                }
21023             }
21024             description { state: "selected" 0.0;
21025                inherit: "default" 0.0;
21026                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21027             }
21028          }
21029          part { name: "elm.padding.icon1.left";
21030             clip_to: "disclip";
21031             type: RECT;
21032             scale: 1;
21033             description { state: "default" 0.0;
21034                min: GENLIST_PADDING_74_INC 0;
21035                fixed: 1 0;
21036                rel1 {
21037                   relative: 1.0 0.0;
21038                   to_x: "elm.padding.left";
21039                   to_y: "elm.padding.bottom";
21040                }
21041                rel2 {
21042                   relative: 1.0 0.0;
21043                   to_x: "elm.padding.left";
21044                   to_y: "elm.padding.bottom";
21045                }
21046                align: 0.0 1.0;
21047                visible: 0;
21048             }
21049          }
21050          part { name: "elm.icon1.bg";
21051             clip_to: "disclip";
21052             type: IMAGE;
21053             scale: 1;
21054             description { state: "default" 0.0;
21055                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21056                fixed: 1 1;
21057                rel1 {
21058                   relative: 1.0 0.0;
21059                   to_x: "elm.padding.icon1.left";
21060                   to_y: "elm.padding.bottom";
21061                }
21062                rel2 {
21063                   relative: 1.0 0.0;
21064                   to_x: "elm.padding.icon1.left";
21065                   to_y: "elm.padding.bottom";
21066                }
21067                align: 0.0 1.0;
21068                image.normal: "00_input_bg.png";
21069                image.border: 4 4 4 4; // TODO: check this out.
21070                image.border_scale: 1;
21071             }
21072          }
21073          part { name: "elm.icon.1";
21074             clip_to: "disclip";
21075             type: SWALLOW;
21076             scale: 1;
21077             description { state: "default" 0.0;
21078                rel1.to: "elm.icon1.bg";
21079                rel2.to: "elm.icon1.bg";
21080                align: 0.5 0.5;
21081             }
21082          }
21083          part { name: "elm.padding.icon2.left";
21084             clip_to: "disclip";
21085             type: RECT;
21086             scale: 1;
21087             description { state: "default" 0.0;
21088                min: GENLIST_ICON_SMALL_SIZE 0;
21089                fixed: 1 0;
21090                rel1 {
21091                   relative: 1.0 0.0;
21092                   to_x: "elm.icon1.bg";
21093                   to_y: "elm.padding.bottom";
21094                }
21095                rel2 {
21096                   relative: 1.0 0.0;
21097                   to_x: "elm.icon1.bg";
21098                   to_y: "elm.padding.bottom";
21099                }
21100                align: 0.0 1.0;
21101                visible: 0;
21102             }
21103          }
21104          part { name: "elm.icon2.bg";
21105             clip_to: "disclip";
21106             type: IMAGE;
21107             scale: 1;
21108             description { state: "default" 0.0;
21109                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21110                fixed: 1 1;
21111                rel1 {
21112                   relative: 1.0 0.0;
21113                   to_x: "elm.padding.icon2.left";
21114                   to_y: "elm.padding.bottom";
21115                }
21116                rel2 {
21117                   relative: 1.0 0.0;
21118                   to_x: "elm.padding.icon2.left";
21119                   to_y: "elm.padding.bottom";
21120                }
21121                align: 0.0 1.0;
21122                image.normal: "00_input_bg.png";
21123                image.border: 4 4 4 4; // TODO : check this out
21124                image.border_scale: 1;
21125             }
21126          }
21127          part { name: "elm.icon.2";
21128             clip_to: "disclip";
21129             type: SWALLOW;
21130             scale: 1;
21131             description { state: "default" 0.0;
21132                rel1.to: "elm.icon2.bg";
21133                rel2.to: "elm.icon2.bg";
21134                align: 0.5 0.5;
21135             }
21136          }
21137          part { name: "elm.padding.icon3.left";
21138             clip_to: "disclip";
21139             type: RECT;
21140             scale: 1;
21141             description { state: "default" 0.0;
21142                min: GENLIST_ICON_SMALL_SIZE 0;
21143                fixed: 1 0;
21144                rel1 {
21145                   relative: 1.0 0.0;
21146                   to_x: "elm.icon2.bg";
21147                   to_y: "elm.padding.bottom";
21148                }
21149                rel2 {
21150                   relative: 1.0 0.0;
21151                   to_x: "elm.icon2.bg";
21152                   to_y: "elm.padding.bottom";
21153                }
21154                align: 0.0 1.0;
21155                visible: 0;
21156             }
21157          }
21158          part { name: "elm.icon3.bg";
21159             clip_to: "disclip";
21160             type: IMAGE;
21161             scale: 1;
21162             description { state: "default" 0.0;
21163                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21164                fixed: 1 1;
21165                rel1 {
21166                   relative: 1.0 0.0;
21167                   to_x: "elm.padding.icon3.left";
21168                   to_y: "elm.padding.bottom";
21169                }
21170                rel2 {
21171                   relative: 1.0 0.0;
21172                   to_x: "elm.padding.icon3.left";
21173                   to_y: "elm.padding.bottom";
21174                }
21175                align: 0.0 1.0;
21176                image.normal: "00_input_bg.png";
21177                image.border: 4 4 4 4; // TODO: handle this?
21178                image.border_scale: 1;
21179             }
21180          }
21181          part { name: "elm.icon.3";
21182             clip_to: "disclip";
21183             type: SWALLOW;
21184             scale: 1;
21185             description { state: "default" 0.0;
21186                rel1.to: "elm.icon3.bg";
21187                rel2.to: "elm.icon3.bg";
21188                align: 0.5 0.5;
21189             }
21190          }
21191          part { name: "elm.padding.icon4.left";
21192             clip_to: "disclip";
21193             type: RECT;
21194             scale: 1;
21195             description { state: "default" 0.0;
21196                min: GENLIST_ICON_SMALL_SIZE 0;
21197                fixed: 1 0;
21198                rel1 {
21199                   relative: 1.0 0.0;
21200                   to_x: "elm.icon3.bg";
21201                   to_y: "elm.padding.bottom";
21202                }
21203                rel2 {
21204                   relative: 1.0 0.0;
21205                   to_x: "elm.icon3.bg";
21206                   to_y: "elm.padding.bottom";
21207                }
21208                align: 0.0 1.0;
21209                visible: 0;
21210             }
21211          }
21212          part { name: "elm.icon4.bg";
21213             clip_to: "disclip";
21214             type: IMAGE;
21215             scale: 1;
21216             description { state: "default" 0.0;
21217                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21218                fixed: 1 1;
21219                rel1 {
21220                   relative: 1.0 0.0;
21221                   to_x: "elm.padding.icon4.left";
21222                   to_y: "elm.padding.bottom";
21223                }
21224                rel2 {
21225                   relative: 1.0 0.0;
21226                   to_x: "elm.padding.icon4.left";
21227                   to_y: "elm.padding.bottom";
21228                }
21229                align: 0.0 1.0;
21230                image.normal: "00_input_bg.png";
21231                image.border: 4 4 4 4; // TODO: check this out
21232                image.border_scale: 1;
21233             }
21234          }
21235          part { name: "elm.icon.4";
21236             clip_to: "disclip";
21237             type: SWALLOW;
21238             scale: 1;
21239             description { state: "default" 0.0;
21240                rel1.to: "elm.icon4.bg";
21241                rel2.to: "elm.icon4.bg";
21242                align: 0.5 0.5;
21243             }
21244          }
21245          GENLIST_PART_DISCLIP
21246       }
21247       programs {
21248          // signal: elm,state,%s,active
21249          //   a "check" item named %s went active
21250          // signal: elm,state,%s,passive
21251          //   a "check" item named %s went passive
21252          // default is passive
21253          /*program { name: "go_active";
21254             signal: "elm,state,selected";
21255             source: "elm";
21256             action: STATE_SET "selected" 0.0;
21257             target: "bg_image";
21258             target: "elm.text.1";
21259             target: "elm.text.2";
21260          }
21261          program { name: "go_passive";
21262             signal: "elm,state,unselected";
21263             source: "elm";
21264             action: STATE_SET "default" 0.0;
21265             target: "bg_image";
21266             target: "elm.text.1";
21267             target: "elm.text.2";
21268             transition: LINEAR 0.1;
21269          }*/
21270          program { name: "go_disabled";
21271             signal: "elm,state,disabled";
21272             source: "elm";
21273             action: STATE_SET "disabled" 0.0;
21274             target: "disclip";
21275          }
21276          program { name: "go_enabled";
21277             signal: "elm,state,enabled";
21278             source: "elm";
21279             action: STATE_SET "default" 0.0;
21280             target: "disclip";
21281          }
21282       }
21283    }
21284
21285    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
21286       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
21287       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
21288       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
21289       alias: "elm/layout/dialogue/2text.2icon.4";
21290       data.item: "stacking" "above";
21291       data.item: "selectraise" "on";
21292       data.item: "texts" "elm.text.1 elm.text.2";
21293       data.item: "contents" "elm.icon.1 elm.icon.2";
21294       data.item: "flips" "elm.flip.content";
21295       images {
21296          image: "00_list_bar_press_1x80.png" COMP;
21297       }
21298       parts {
21299          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21300          GENLIST_PART_DIALOGUE_BG_IMAGE
21301          GENLIST_PART_BOTTOM_LINE
21302          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21303          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21304          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21305          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21306          GENLIST_PART_DIALOGUE_ITEM
21307          GENLIST_PART_DIALOGUE_RIGHT_LINE
21308          part { name: "elm.icon.1";
21309             clip_to: "disclip";
21310             type: SWALLOW;
21311             scale: 1;
21312             description { state: "default" 0.0;
21313                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21314                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21315                fixed: 1 1;
21316                rel1 {
21317                   relative: 1.0 1.0;
21318                   to_x: "elm.padding.left";
21319                   to_y: "elm.text.1";
21320                }
21321                rel2 {
21322                   relative: 1.0 0.0;
21323                   to_x: "elm.padding.left";
21324                   to_y: "elm.padding.bottom";
21325                }
21326                align: 0.0 0.5;
21327             }
21328             GENLIST_DESCRIPTION_FLIP_ENABLED
21329          }
21330          part { name: "elm.padding.icon1.right";
21331             clip_to: "disclip";
21332             type: RECT;
21333             scale: 1;
21334             description { state: "default" 0.0;
21335                min: GENLIST_PADDING_16_INC 0;
21336                fixed: 1 0;
21337                rel1 {
21338                   relative: 1.0 0.0;
21339                   to_x: "elm.icon.1";
21340                }
21341                rel2.to_x: "elm.icon.1";
21342                align: 0.0 0.0;
21343                visible: 0;
21344             }
21345          }
21346          part { name: "elm.icon.2";
21347             clip_to: "disclip";
21348             type: SWALLOW;
21349             scale: 1;
21350             description { state: "default" 0.0;
21351                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21352                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21353                fixed: 1 1;
21354                rel1 {
21355                   relative: 0.0 1.0;
21356                   to_x: "elm.padding.right";
21357                   to_y: "elm.padding.top";
21358                }
21359                rel2 {
21360                   relative: 0.0 1.0;
21361                   to_x: "elm.padding.right";
21362                   to_y: "elm.text.1";
21363                }
21364                align: 1.0 0.5;
21365             }
21366             GENLIST_DESCRIPTION_FLIP_ENABLED
21367          }
21368          part { name: "elm.padding.icon2.left";
21369             clip_to: "disclip";
21370             type: RECT;
21371             scale: 1;
21372             description { state: "default" 0.0;
21373                min: GENLIST_PADDING_16_INC 0;
21374                fixed: 1 0;
21375                rel1 {
21376                   relative: 0.0 0.0;
21377                   to_x: "elm.icon.2";
21378                }
21379                rel2.to_x: "elm.icon.2";
21380                align: 1.0 0.0;
21381                visible: 0;
21382             }
21383          }
21384          part { name: "elm.text.1";
21385             clip_to: "disclip";
21386             type: TEXT;
21387             mouse_events: 0;
21388             scale: 1;
21389             description { state: "default" 0.0;
21390                min: 0 GENLIST_SIZE_61_INC;
21391                fixed: 0 1;
21392                rel1 {
21393                   relative: 1.0 1.0;
21394                   to_x: "elm.padding.left";
21395                   to_y: "elm.padding.top";
21396                }
21397                rel2 {
21398                   relative: 0.0 1.0;
21399                   to_x: "elm.padding.icon2.left";
21400                   to_y: "elm.padding.top";
21401                }
21402                align: 0.0 0.0;
21403                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21404                text {
21405                   font: "SLP:style=Roman";
21406                   size: GENLIST_FONT_44_INC;
21407                   min: 0 1;
21408                   align: 0.0 0.5;
21409                   text_class: "list_item";
21410                }
21411             }
21412             description { state: "selected" 0.0;
21413                inherit: "default" 0.0;
21414                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21415             }
21416             GENLIST_DESCRIPTION_FLIP_ENABLED
21417          }
21418          part { name: "elm.text.2";
21419             clip_to: "disclip";
21420             type: TEXT;
21421             mouse_events: 0;
21422             scale: 1;
21423             description { state: "default" 0.0;
21424                rel1 {
21425                   relative: 1.0 1.0;
21426                   to_x: "elm.padding.icon1.right";
21427                   to_y: "elm.text.1";
21428                }
21429                rel2 {
21430                   relative: 0.0 0.0;
21431                   to_x: "elm.padding.right";
21432                   to_y: "elm.padding.bottom";
21433                }
21434                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21435                text {
21436                   font: "SLP:style=Medium";
21437                   size: GENLIST_FONT_32_INC;
21438                   min: 0 1;
21439                   align: 0.0 0.5;
21440                   text_class: "slp_medium";
21441                }
21442             }
21443             description { state: "selected" 0.0;
21444                inherit: "default" 0.0;
21445                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21446             }
21447             GENLIST_DESCRIPTION_FLIP_ENABLED
21448          }
21449          GENLIST_PART_FLIP
21450          GENLIST_PART_DISCLIP
21451       }
21452       programs {
21453          // signal: elm,state,%s,active
21454          //   a "check" item named %s went active
21455          // signal: elm,state,%s,passive
21456          //   a "check" item named %s went passive
21457          // default is passive
21458          program { name: "go_active";
21459             signal: "elm,state,selected";
21460             source: "elm";
21461             action: STATE_SET "selected" 0.0;
21462             target: "bg_image";
21463             target: "elm.text.1";
21464             target: "elm.text.2";
21465             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21466          }
21467          program { name: "go_passive";
21468             signal: "elm,state,unselected";
21469             source: "elm";
21470             action: STATE_SET "default" 0.0;
21471             target: "bg_image";
21472             target: "elm.text.1";
21473             target: "elm.text.2";
21474             transition: LINEAR 0.1;
21475          }
21476          program { name: "go_disabled";
21477             signal: "elm,state,disabled";
21478             source: "elm";
21479             action: STATE_SET "disabled" 0.0;
21480             target: "disclip";
21481          }
21482          program { name: "go_enabled";
21483             signal: "elm,state,enabled";
21484             source: "elm";
21485             action: STATE_SET "default" 0.0;
21486             target: "disclip";
21487          }
21488          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
21489          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21490       }
21491    }
21492
21493    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
21494       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
21495       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
21496       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
21497       alias: "elm/layout/dialogue/2text.1icon.6";
21498       data.item: "stacking" "above";
21499       data.item: "selectraise" "on";
21500       data.item: "texts" "elm.text.1 elm.text.2";
21501       data.item: "contents" "elm.icon";
21502       data.item: "flips" "elm.flip.content";
21503       parts {
21504          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21505          GENLIST_PART_DIALOGUE_BG_IMAGE
21506          GENLIST_PART_BOTTOM_LINE
21507          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21508          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
21509          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21510          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21511          GENLIST_PART_DIALOGUE_ITEM
21512          GENLIST_PART_DIALOGUE_RIGHT_LINE
21513          part { name: "elm.icon";
21514             clip_to: "disclip";
21515             type: SWALLOW;
21516             scale: 1;
21517             description { state: "default" 0.0;
21518                fixed: 1 1;
21519                rel1.to_x: "elm.padding.right";
21520                rel2 {
21521                   relative: 0.0 1.0;
21522                   to_x: "elm.padding.right";
21523                }
21524                align: 1.0 0.5;
21525             }
21526             GENLIST_DESCRIPTION_FLIP_ENABLED
21527          }
21528          part { name: "elm.padding.icon.left";
21529             clip_to: "disclip";
21530             type: RECT;
21531             scale: 1;
21532             description { state: "default" 0.0;
21533                min: GENLIST_SIZE_16_INC 0;
21534                fixed: 1 0;
21535                rel1.to_x: "elm.icon";
21536                rel2 {
21537                   relative: 0.0 1.0;
21538                   to_x: "elm.icon";
21539                }
21540                align: 1.0 0.0;
21541                visible: 0;
21542             }
21543          }
21544          part { name: "elm.text.1";
21545             clip_to: "disclip";
21546             type: TEXT;
21547             mouse_events: 0;
21548             scale: 1;
21549             description { state: "default" 0.0;
21550                min: 0 GENLIST_SIZE_61_INC;
21551                fixed: 0 1;
21552                rel1 {
21553                   relative: 1.0 1.0;
21554                   to_x: "elm.padding.left";
21555                   to_y: "elm.padding.top";
21556                }
21557                rel2 {
21558                   relative: 0.0 1.0;
21559                   to_x: "elm.padding.icon.left";
21560                   to_y: "elm.padding.top";
21561                }
21562                align: 0.0 0.0;
21563                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21564                text {
21565                   font: "SLP:style=Roman";
21566                   size: GENLIST_FONT_44_INC;
21567                   min: 0 1;
21568                   align: 0.0 0.5;
21569                   text_class: "list_item";
21570                }
21571             }
21572             description { state: "selected" 0.0;
21573                inherit: "default" 0.0;
21574                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21575             }
21576             GENLIST_DESCRIPTION_FLIP_ENABLED
21577          }
21578          part { name: "elm.text.2";
21579             clip_to: "disclip";
21580             type: TEXT;
21581             mouse_events: 0;
21582             scale: 1;
21583             description { state: "default" 0.0;
21584                rel1 {
21585                   relative: 1.0 1.0;
21586                   to_x: "elm.padding.left";
21587                   to_y: "elm.text.1";
21588                }
21589                rel2 {
21590                   relative: 0.0 0.0;
21591                   to_x: "elm.padding.icon.left";
21592                   to_y: "elm.padding.bottom";
21593                }
21594                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
21595                text {
21596                   font: "SLP:style=Medium";
21597                   size: GENLIST_FONT_32_INC;
21598                   min: 0 1;
21599                   align: 0.0 0.5;
21600                   text_class: "slp_medium";
21601                }
21602             }
21603             description { state: "selected" 0.0;
21604                inherit: "default" 0.0;
21605                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21606             }
21607             GENLIST_DESCRIPTION_FLIP_ENABLED
21608          }
21609          GENLIST_PART_FLIP
21610          GENLIST_PART_DISCLIP
21611       }
21612       programs {
21613          // signal: elm,state,%s,active
21614          //   a "check" item named %s went active
21615          // signal: elm,state,%s,passive
21616          //   a "check" item named %s went passive
21617          // default is passive
21618          program { name: "go_active";
21619             signal: "elm,state,selected";
21620             source: "elm";
21621             action: STATE_SET "selected" 0.0;
21622             target: "bg_image";
21623             target: "elm.text.1";
21624             target: "elm.text.2";
21625             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21626          }
21627          program { name: "go_passive";
21628             signal: "elm,state,unselected";
21629             source: "elm";
21630             action: STATE_SET "default" 0.0;
21631             target: "bg_image";
21632             target: "elm.text.1";
21633             target: "elm.text.2";
21634             transition: LINEAR 0.1;
21635          }
21636          program { name: "go_disabled";
21637             signal: "elm,state,disabled";
21638             source: "elm";
21639             action: STATE_SET "disabled" 0.0;
21640             target: "disclip";
21641          }
21642          program { name: "go_enabled";
21643             signal: "elm,state,enabled";
21644             source: "elm";
21645             action: STATE_SET "default" 0.0;
21646             target: "disclip";
21647          }
21648          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21649          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21650       }
21651    }
21652
21653    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
21654       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
21655       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
21656       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
21657       alias: "elm/layout/dialogue/2text.1icon.7";
21658       data.item: "stacking" "above";
21659       data.item: "selectraise" "on";
21660       data.item: "texts" "elm.text.1 elm.text.2";
21661       data.item: "contents" "elm.icon";
21662       data.item: "flips" "elm.flip.content";
21663       parts {
21664          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21665          GENLIST_PART_DIALOGUE_BG_IMAGE
21666          GENLIST_PART_BOTTOM_LINE
21667          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21668          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21669          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21670          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21671          GENLIST_PART_DIALOGUE_ITEM
21672          GENLIST_PART_DIALOGUE_RIGHT_LINE
21673          part { name: "elm.icon";
21674             clip_to: "disclip";
21675             type: SWALLOW;
21676             scale: 1;
21677             description { state: "default" 0.0;
21678                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21679                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21680                fixed: 1 1;
21681                rel1 {
21682                   relative: 0.0 1.0;
21683                   to_x: "elm.padding.right";
21684                   to_y: "elm.padding.top";
21685                }
21686                rel2 {
21687                   relative: 0.0 0.0;
21688                   to_x: "elm.padding.right";
21689                   to_y: "elm.padding.bottom";
21690                }
21691                align: 1.0 0.5;
21692             }
21693             GENLIST_DESCRIPTION_FLIP_ENABLED
21694          }
21695          part { name: "elm.padding.icon.left";
21696             clip_to: "disclip";
21697             type: RECT;
21698             scale: 1;
21699             description { state: "default" 0.0;
21700                min: GENLIST_SIZE_16_INC 0;
21701                fixed: 1 0;
21702                rel1.to_x: "elm.icon";
21703                rel2 {
21704                   relative: 0.0 1.0;
21705                   to_x: "elm.icon";
21706                }
21707                align: 1.0 0.0;
21708                visible: 0;
21709             }
21710          }
21711          part { name: "elm.text.1";
21712             clip_to: "disclip";
21713             type: TEXT;
21714             mouse_events: 0;
21715             scale: 1;
21716             description { state: "default" 0.0;
21717                min: 0 GENLIST_SIZE_61_INC;
21718                fixed: 0 1;
21719                rel1 {
21720                   relative: 1.0 1.0;
21721                   to_x: "elm.padding.left";
21722                   to_y: "elm.padding.top";
21723                }
21724                rel2 {
21725                   relative: 0.0 1.0;
21726                   to_x: "elm.padding.icon.left";
21727                   to_y: "elm.padding.top";
21728                }
21729                align: 0.0 0.0;
21730                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21731                text {
21732                   font: "SLP:style=Roman";
21733                   size: GENLIST_FONT_44_INC;
21734                   min: 0 1;
21735                   align: 0.0 0.5;
21736                   text_class: "list_item";
21737                }
21738             }
21739             description { state: "selected" 0.0;
21740                inherit: "default" 0.0;
21741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21742             }
21743             GENLIST_DESCRIPTION_FLIP_ENABLED
21744          }
21745          part { name: "elm.text.2";
21746             clip_to: "disclip";
21747             type: TEXT;
21748             mouse_events: 0;
21749             scale: 1;
21750             description { state: "default" 0.0;
21751                rel1 {
21752                   relative: 1.0 1.0;
21753                   to_x: "elm.padding.left";
21754                   to_y: "elm.text.1";
21755                }
21756                rel2 {
21757                   relative: 0.0 0.0;
21758                   to_x: "elm.padding.icon.left";
21759                   to_y: "elm.padding.bottom";
21760                }
21761                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21762                text {
21763                   font: "SLP:style=Medium";
21764                   size: GENLIST_FONT_32_INC;
21765                   min: 0 1;
21766                   align: 0.0 0.5;
21767                   text_class: "slp_medium";
21768                }
21769             }
21770             description { state: "selected" 0.0;
21771                inherit: "default" 0.0;
21772                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21773             }
21774             GENLIST_DESCRIPTION_FLIP_ENABLED
21775          }
21776          GENLIST_PART_FLIP
21777          GENLIST_PART_DISCLIP
21778       }
21779       programs {
21780          // signal: elm,state,%s,active
21781          //   a "check" item named %s went active
21782          // signal: elm,state,%s,passive
21783          //   a "check" item named %s went passive
21784          // default is passive
21785          program { name: "go_active";
21786             signal: "elm,state,selected";
21787             source: "elm";
21788             action: STATE_SET "selected" 0.0;
21789             target: "bg_image";
21790             target: "elm.text.1";
21791             target: "elm.text.2";
21792             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21793          }
21794          program { name: "go_passive";
21795             signal: "elm,state,unselected";
21796             source: "elm";
21797             action: STATE_SET "default" 0.0;
21798             target: "bg_image";
21799             target: "elm.text.1";
21800             target: "elm.text.2";
21801             transition: LINEAR 0.1;
21802          }
21803          program { name: "go_disabled";
21804             signal: "elm,state,disabled";
21805             source: "elm";
21806             action: STATE_SET "disabled" 0.0;
21807             target: "disclip";
21808          }
21809          program { name: "go_enabled";
21810             signal: "elm,state,enabled";
21811             source: "elm";
21812             action: STATE_SET "default" 0.0;
21813             target: "disclip";
21814          }
21815          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21816          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21817       }
21818    }
21819
21820    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
21821       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
21822       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
21823       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
21824       alias: "elm/layout/dialogue/2text.1icon.8";
21825       data.item: "stacking" "above";
21826       data.item: "selectraise" "on";
21827       data.item: "texts" "elm.text.1 elm.text.2";
21828       data.item: "contents" "elm.icon";
21829       data.item: "flips" "elm.flip.content";
21830       images {
21831          image: "00_list_bar_press_1x80.png" COMP;
21832       }
21833       parts {
21834          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21835          GENLIST_PART_DIALOGUE_BG_IMAGE
21836          GENLIST_PART_BOTTOM_LINE
21837          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21838          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21839          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21840          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21841          GENLIST_PART_DIALOGUE_ITEM
21842          GENLIST_PART_DIALOGUE_RIGHT_LINE
21843          part { name: "elm.text.2";
21844             clip_to: "disclip";
21845             type: TEXT;
21846             mouse_events: 0;
21847             scale: 1;
21848             description { state: "default" 0.0;
21849                min: 0 GENLIST_SIZE_48_INC;
21850                fixed: 0 1;
21851                rel1 {
21852                   relative: 1.0 1.0;
21853                   to_x: "elm.padding.left";
21854                   to_y: "elm.padding.top";
21855                }
21856                rel2 {
21857                   relative: 0.0 1.0;
21858                   to_x: "elm.padding.right";
21859                   to_y: "elm.padding.top";
21860                }
21861                align: 0.0 0.0;
21862                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21863                text {
21864                   font: "SLP:style=Medium";
21865                   size: GENLIST_FONT_32_INC;
21866                   min: 0 1;
21867                   align: 0.0 0.5;
21868                   text_class: "slp_roman";
21869                }
21870             }
21871             description { state: "selected" 0.0;
21872                inherit: "default" 0.0;
21873                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21874             }
21875             GENLIST_DESCRIPTION_FLIP_ENABLED
21876          }
21877          part { name: "elm.text.1";
21878             clip_to: "disclip";
21879             type: TEXT;
21880             mouse_events: 0;
21881             scale: 1;
21882             description { state: "default" 0.0;
21883                min: GENLIST_SIZE_672_INC 0;
21884                fixed: 1 0;
21885                rel1 {
21886                   relative: 1.0 1.0;
21887                   to_x: "elm.padding.left";
21888                   to_y: "elm.text.2";
21889                }
21890                rel2 {
21891                   relative: 1.0 0.0;
21892                   to_x: "elm.padding.left";
21893                   to_y: "elm.padding.bottom";
21894                }
21895                align: 0.0 0.5;
21896                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21897                text {
21898                   font: "SLP:style=Roman";
21899                   size: GENLIST_FONT_44_INC;
21900                   min: 1 1;
21901                   align: 0.0 0.5;
21902                   text_class: "list_item";
21903                }
21904             }
21905             description { state: "selected" 0.0;
21906                inherit: "default" 0.0;
21907                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21908             }
21909             GENLIST_DESCRIPTION_FLIP_ENABLED
21910          }
21911          part { name: "elm.padding.text1.right";
21912             clip_to: "disclip";
21913             type: RECT;
21914             scale: 1;
21915             description { state: "default" 0.0;
21916                min: GENLIST_SIZE_16_INC 0;
21917                fixed: 1 0;
21918                visible: 0;
21919                rel1 {
21920                   relative: 1.0 0.0;
21921                   to_x: "elm.text.1";
21922                }
21923                rel2.to_x: "elm.text.1";
21924                align: 0.0 0.0;
21925             }
21926          }
21927          part { name: "elm.icon";
21928             clip_to: "disclip";
21929             type: SWALLOW;
21930             scale: 1;
21931             description { state: "default" 0.0;
21932                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21933                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21934                fixed: 1 1;
21935                rel1 {
21936                   relative: 1.0 1.0;
21937                   to_x: "elm.padding.text1.right";
21938                   to_y: "elm.text.2";
21939                }
21940                rel2 {
21941                   relative: 1.0 0.0;
21942                   to_x: "elm.padding.text1.right";
21943                   to_y: "elm.padding.bottom";
21944                }
21945                align: 0.0 0.5;
21946             }
21947             GENLIST_DESCRIPTION_FLIP_ENABLED
21948          }
21949          GENLIST_PART_FLIP
21950          GENLIST_PART_DISCLIP
21951       }
21952       programs {
21953          // signal: elm,state,%s,active
21954          //   a "check" item named %s went active
21955          // signal: elm,state,%s,passive
21956          //   a "check" item named %s went passive
21957          // default is passive
21958          program { name: "go_active";
21959             signal: "elm,state,selected";
21960             source: "elm";
21961             action: STATE_SET "selected" 0.0;
21962             target: "bg_image";
21963             target: "elm.text.1";
21964             target: "elm.text.2";
21965             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21966          }
21967          program { name: "go_passive";
21968             signal: "elm,state,unselected";
21969             source: "elm";
21970             action: STATE_SET "default" 0.0;
21971             target: "bg_image";
21972             target: "elm.text.1";
21973             target: "elm.text.2";
21974             transition: LINEAR 0.1;
21975          }
21976          program { name: "go_disabled";
21977             signal: "elm,state,disabled";
21978             source: "elm";
21979             action: STATE_SET "disabled" 0.0;
21980             target: "disclip";
21981          }
21982          program { name: "go_enabled";
21983             signal: "elm,state,enabled";
21984             source: "elm";
21985             action: STATE_SET "default" 0.0;
21986             target: "disclip";
21987          }
21988          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21989          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21990       }
21991    }
21992
21993    // 2.4.2.19
21994    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
21995       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
21996       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
21997       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
21998       alias: "elm/layout/dialogue/2text.1icon.9";
21999       data.item: "stacking" "above";
22000       data.item: "selectraise" "on";
22001       data.item: "texts" "elm.text.1 elm.text.2";
22002       data.item: "contents" "elm.icon.1";
22003       data.item: "flips" "elm.flip.content";
22004       images {
22005          image: "00_list_bar_press_1x80.png" COMP;
22006       }
22007       parts {
22008          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
22009          GENLIST_PART_DIALOGUE_BG_IMAGE
22010          GENLIST_PART_BOTTOM_LINE
22011          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
22012          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
22013          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22014          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22015          GENLIST_PART_DIALOGUE_ITEM
22016          GENLIST_PART_DIALOGUE_RIGHT_LINE
22017          part { name: "elm.icon.1";
22018             clip_to: "disclip";
22019             type: SWALLOW;
22020             scale: 1;
22021             description { state: "default" 0.0;
22022                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
22023                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
22024                fixed: 1 1;
22025                rel1 {
22026                   relative: 1.0 1.0;
22027                   to_x: "elm.padding.left";
22028                   to_y: "elm.text.1";
22029                }
22030                rel2 {
22031                   relative: 1.0 0.0;
22032                   to_x: "elm.padding.left";
22033                   to_y: "elm.padding.bottom";
22034                }
22035                align: 0.0 0.5;
22036             }
22037             GENLIST_DESCRIPTION_FLIP_ENABLED
22038          }
22039          part { name: "elm.padding.icon1.right";
22040             clip_to: "disclip";
22041             type: RECT;
22042             scale: 1;
22043             description { state: "default" 0.0;
22044                min: GENLIST_PADDING_16_INC 0;
22045                fixed: 1 0;
22046                rel1 {
22047                   relative: 1.0 0.0;
22048                   to_x: "elm.icon.1";
22049                }
22050                rel2.to_x: "elm.icon.1";
22051                align: 0.0 0.0;
22052                visible: 0;
22053             }
22054          }
22055          part { name: "elm.text.1";
22056             clip_to: "disclip";
22057             type: TEXT;
22058             mouse_events: 0;
22059             scale: 1;
22060             description { state: "default" 0.0;
22061                min: 0 GENLIST_SIZE_61_INC;
22062                fixed: 0 1;
22063                rel1 {
22064                   relative: 1.0 1.0;
22065                   to_x: "elm.padding.left";
22066                   to_y: "elm.padding.top";
22067                }
22068                rel2 {
22069                   relative: 0.0 1.0;
22070                   to_x: "elm.padding.right";
22071                   to_y: "elm.padding.top";
22072                }
22073                align: 0.0 0.0;
22074                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
22075                text {
22076                   font: "SLP:style=Roman";
22077                   size: GENLIST_FONT_44_INC;
22078                   min: 0 1;
22079                   align: 0.0 0.5;
22080                   text_class: "list_item";
22081                }
22082             }
22083             description { state: "selected" 0.0;
22084                inherit: "default" 0.0;
22085                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22086             }
22087             GENLIST_DESCRIPTION_FLIP_ENABLED
22088          }
22089          part { name: "elm.text.2";
22090             clip_to: "disclip";
22091             type: TEXT;
22092             mouse_events: 0;
22093             scale: 1;
22094             description { state: "default" 0.0;
22095                rel1 {
22096                   relative: 1.0 1.0;
22097                   to_x: "elm.padding.icon1.right";
22098                   to_y: "elm.text.1";
22099                }
22100                rel2 {
22101                   relative: 0.0 0.0;
22102                   to_x: "elm.padding.right";
22103                   to_y: "elm.padding.bottom";
22104                }
22105                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
22106                text {
22107                   font: "SLP:style=Medium";
22108                   size: GENLIST_FONT_32_INC;
22109                   min: 0 1;
22110                   align: 0.0 0.5;
22111                   text_class: "slp_medium";
22112                }
22113             }
22114             description { state: "selected" 0.0;
22115                inherit: "default" 0.0;
22116                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22117             }
22118             GENLIST_DESCRIPTION_FLIP_ENABLED
22119          }
22120          GENLIST_PART_FLIP
22121          GENLIST_PART_DISCLIP
22122       }
22123       programs {
22124          // signal: elm,state,%s,active
22125          //   a "check" item named %s went active
22126          // signal: elm,state,%s,passive
22127          //   a "check" item named %s went passive
22128          // default is passive
22129          program { name: "go_active";
22130             signal: "elm,state,selected";
22131             source: "elm";
22132             action: STATE_SET "selected" 0.0;
22133             target: "bg_image";
22134             target: "elm.text.1";
22135             target: "elm.text.2";
22136          }
22137          program { name: "go_passive";
22138             signal: "elm,state,unselected";
22139             source: "elm";
22140             action: STATE_SET "default" 0.0;
22141             target: "bg_image";
22142             target: "elm.text.1";
22143             target: "elm.text.2";
22144             transition: LINEAR 0.1;
22145          }
22146          program { name: "go_disabled";
22147             signal: "elm,state,disabled";
22148             source: "elm";
22149             action: STATE_SET "disabled" 0.0;
22150             target: "disclip";
22151          }
22152          program { name: "go_enabled";
22153             signal: "elm,state,enabled";
22154             source: "elm";
22155             action: STATE_SET "default" 0.0;
22156             target: "disclip";
22157          }
22158       }
22159    }
22160
22161 // 4.3.1
22162    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
22163       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
22164       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
22165       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
22166       alias: "elm/layout/dialogue/bg/2text.2icon";
22167       data.item: "stacking" "above";
22168       data.item: "selectraise" "on";
22169       data.item: "texts" "elm.text.1 elm.text.2";
22170       data.item: "contents" "elm.icon.1 elm.icon.2";
22171       images {
22172           image: "00_list_thumbnail_bg.png" COMP;
22173       }
22174       parts {
22175          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22176          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
22177          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
22178          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22179          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22180          part { name: "elm.icon1.bg";
22181             scale: 1;
22182             description { state: "default" 0.0;
22183                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22184                fixed: 1 1;
22185                align: 0.0 0.52;
22186                rel1 {
22187                   relative: 1.0 0.5;
22188                   to_x: "elm.padding.left";
22189                }
22190                rel2 {
22191                   relative: 1.0 0.5;
22192                   to_x: "elm.padding.left";
22193                }
22194                image {
22195                   normal: "00_list_thumbnail_bg.png";
22196                   border: 1 1 1 1;
22197                   border_scale: 1;
22198                   middle: NONE;
22199                }
22200             }
22201          }
22202          part { name: "elm.icon.1";
22203             type: SWALLOW;
22204             description { state: "default" 0.0;
22205                rel1.to: "elm.icon1.bg";
22206                rel2.to: "elm.icon1.bg";
22207             }
22208          }
22209          part { name: "elm.padding.icon1.right";
22210             type: RECT;
22211             mouse_events: 0;
22212             scale: 1;
22213             description { state: "default" 0.0;
22214                min: GENLIST_PADDING_24_INC 0;
22215                fixed: 1 0;
22216                rel1 {
22217                    relative: 1.0 0.0;
22218                    to_x: "elm.icon1.bg";
22219                }
22220                rel2.to_x: "elm.icon1.bg";
22221                visible: 0;
22222                align: 0.0 0.5;
22223             }
22224          }
22225          part { name: "elm.icon.2";
22226             type: SWALLOW;
22227             scale: 1;
22228             description { state: "default" 0.0;
22229                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22230                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22231                fixed: 1 1;
22232                rel1 {
22233                   relative: 0.0 0.5;
22234                   to_x: "elm.padding.right";
22235                }
22236                rel2 {
22237                   relative: 0.0 0.5;
22238                   to_x: "elm.padding.right";
22239                }
22240                align: 1.0 0.5;
22241             }
22242          }
22243          part { name: "elm.padding.icon2.right";
22244             type: RECT;
22245             mouse_events: 0;
22246             scale: 1;
22247             description { state: "default" 0.0;
22248                min: GENLIST_PADDING_16_INC 0;
22249                fixed: 1 0;
22250                rel1.to_x: "elm.icon.2";
22251                rel2 {
22252                   relative: 0.0 1.0;
22253                   to_x: "elm.icon.2";
22254                }
22255                rel2.to_x: "elm.icon.2";
22256                visible: 0;
22257                align: 1.0 0.5;
22258             }
22259          }
22260          part { name: "elm.text.1";
22261             clip_to: "disclip";
22262             type: TEXT;
22263             mouse_events: 0;
22264             scale: 1;
22265             description { state: "default" 0.0;
22266                min: 0 GENLIST_SIZE_54_INC;
22267                fixed: 0 1;
22268                align: 0 0;
22269                rel1 {
22270                   relative: 1.0 1.0;
22271                   to_x: "elm.padding.icon1.right";
22272                   to_y: "elm.padding.top";
22273                }
22274                rel2 {
22275                   relative: 0.0 1.0;
22276                   to_x: "elm.padding.icon2.right";
22277                   to_y: "elm.padding.top";
22278                }
22279                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22280                text {
22281                   font: "SLP:style=Roman";
22282                   size: GENLIST_FONT_48_INC;
22283                   align: 0.0 0.5;
22284                   text_class: "list_item";
22285                }
22286             }
22287          }
22288          part { name: "elm.padding.text.1.bottom";
22289             type: RECT;
22290             mouse_events: 0;
22291             scale: 1;
22292             description { state: "default" 0.0;
22293                min: 0 GENLIST_PADDING_8_INC;
22294                fixed: 0 1;
22295                rel1 {
22296                    relative: 0.0 1.0;
22297                    to_y: "elm.text.1";
22298                }
22299                rel2.to_y: "elm.text.1";
22300                visible: 0;
22301                align: 0.0 0.0;
22302             }
22303          }
22304          part { name: "elm.text.2";
22305             clip_to: "disclip";
22306             type: TEXT;
22307             mouse_events: 0;
22308             scale: 1;
22309             description { state: "default" 0.0;
22310                rel1 {
22311                   relative: 1.0 1.0;
22312                   to_x: "elm.padding.icon1.right";
22313                   to_y: "elm.padding.text.1.bottom";
22314                }
22315                rel2 {
22316                   relative: 0.0 0.0;
22317                   to_x: "elm.padding.icon2.right";
22318                   to_y: "elm.padding.bottom";
22319                }
22320                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22321                text {
22322                   font: "SLP:style=Medium";
22323                   size: GENLIST_FONT_32_INC;
22324                   align: 0.0 0.5;
22325                   text_class: "slp_medium";
22326                }
22327             }
22328          }
22329          GENLIST_PART_DISCLIP
22330       }
22331       programs {
22332          // signal: elm,state,%s,active
22333          //   a "check" item named %s went active
22334          // signal: elm,state,%s,passive
22335          //   a "check" item named %s went passive
22336          // default is passive
22337          /*program { name: "go_active";
22338             signal: "elm,state,selected";
22339             source: "elm";
22340             action: STATE_SET "selected" 0.0;
22341             target: "elm.text";
22342             target: "elm.text.sub";
22343          }
22344          program { name: "go_passive";
22345             signal: "elm,state,unselected";
22346             source: "elm";
22347             action: STATE_SET "default" 0.0;
22348             target: "elm.text";
22349             target: "elm.text.sub";
22350             transition: LINEAR 0.1;
22351          }*/
22352          program { name: "go_disabled";
22353             signal: "elm,state,disabled";
22354             source: "elm";
22355             action: STATE_SET "disabled" 0.0;
22356             target: "disclip";
22357          }
22358          program { name: "go_enabled";
22359             signal: "elm,state,enabled";
22360             source: "elm";
22361             action: STATE_SET "default" 0.0;
22362             target: "disclip";
22363          }
22364       }
22365    }
22366
22367 // 4.3.2
22368    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
22369       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
22370       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
22371       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
22372       alias: "elm/layout/dialogue/bg/3text.2icon";
22373       data.item: "stacking" "above";
22374       data.item: "selectraise" "on";
22375       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
22376       data.item: "contents" "elm.icon.1 elm.icon.2";
22377       images {
22378           image: "00_list_thumbnail_bg.png" COMP;
22379       }
22380       parts {
22381          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22382          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
22383          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
22384          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22385          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22386          part { name: "elm.icon1.bg";
22387             scale: 1;
22388             description { state: "default" 0.0;
22389                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22390                fixed: 1 1;
22391                align: 0.0 0.52;
22392                rel1 {
22393                   relative: 1.0 0.5;
22394                   to_x: "elm.padding.left";
22395                }
22396                rel2 {
22397                   relative: 1.0 0.5;
22398                   to_x: "elm.padding.left";
22399                }
22400                image {
22401                   normal: "00_list_thumbnail_bg.png";
22402                   border: 1 1 1 1;
22403                   border_scale: 1;
22404                   middle: NONE;
22405                }
22406             }
22407          }
22408          part { name: "elm.icon.1";
22409             type: SWALLOW;
22410             description { state: "default" 0.0;
22411                rel1.to: "elm.icon1.bg";
22412                rel2.to: "elm.icon1.bg";
22413             }
22414          }
22415          part { name: "elm.padding.icon1.right";
22416             type: RECT;
22417             mouse_events: 0;
22418             scale: 1;
22419             description { state: "default" 0.0;
22420                min: GENLIST_PADDING_24_INC 0;
22421                fixed: 1 0;
22422                rel1 {
22423                    relative: 1.0 0.0;
22424                    to_x: "elm.icon1.bg";
22425                }
22426                rel2.to_x: "elm.icon1.bg";
22427                visible: 0;
22428                align: 0.0 0.5;
22429             }
22430          }
22431          part { name: "elm.icon.2";
22432             type: SWALLOW;
22433             scale: 1;
22434             description { state: "default" 0.0;
22435                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22436                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22437                fixed: 1 1;
22438                rel1 {
22439                   relative: 0.0 0.5;
22440                   to_x: "elm.padding.right";
22441                }
22442                rel2 {
22443                   relative: 0.0 0.5;
22444                   to_x: "elm.padding.right";
22445                }
22446                align: 1.0 0.5;
22447             }
22448          }
22449          part { name: "elm.padding.icon2.right";
22450             type: RECT;
22451             mouse_events: 0;
22452             scale: 1;
22453             description { state: "default" 0.0;
22454                min: GENLIST_PADDING_16_INC 0;
22455                fixed: 1 0;
22456                rel1.to_x: "elm.icon.2";
22457                rel2 {
22458                   relative: 0.0 1.0;
22459                   to_x: "elm.icon.2";
22460                }
22461                rel2.to_x: "elm.icon.2";
22462                visible: 0;
22463                align: 1.0 0.5;
22464             }
22465          }
22466          part { name: "elm.text.1";
22467             clip_to: "disclip";
22468             type: TEXT;
22469             mouse_events: 0;
22470             scale: 1;
22471             description { state: "default" 0.0;
22472                min: 0 GENLIST_SIZE_54_INC;
22473                fixed: 0 1;
22474                align: 0 0;
22475                rel1 {
22476                   relative: 1.0 1.0;
22477                   to_x: "elm.padding.icon1.right";
22478                   to_y: "elm.padding.top";
22479                }
22480                rel2 {
22481                   relative: 0.0 1.0;
22482                   to_x: "elm.padding.icon2.right";
22483                   to_y: "elm.padding.top";
22484                }
22485                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22486                text {
22487                   font: "SLP:style=Roman";
22488                   size: GENLIST_FONT_48_INC;
22489                   align: 0.0 0.5;
22490                   text_class: "list_item";
22491                }
22492             }
22493          }
22494          part { name: "elm.padding.text.1.bottom";
22495             type: RECT;
22496             mouse_events: 0;
22497             scale: 1;
22498             description { state: "default" 0.0;
22499                min: 0 GENLIST_PADDING_8_INC;
22500                fixed: 0 1;
22501                rel1 {
22502                    relative: 0.0 1.0;
22503                    to_y: "elm.text.1";
22504                }
22505                rel2.to_y: "elm.text.1";
22506                visible: 0;
22507                align: 0.0 0.0;
22508             }
22509          }
22510          part { name: "elm.text.2";
22511             clip_to: "disclip";
22512             type: TEXT;
22513             mouse_events: 0;
22514             scale: 1;
22515             description { state: "default" 0.0;
22516                rel1 {
22517                   relative: 1.0 1.0;
22518                   to_x: "elm.padding.icon1.right";
22519                   to_y: "elm.padding.text.1.bottom";
22520                }
22521                rel2 {
22522                   relative: 0.0 0.0;
22523                   to_x: "elm.padding.icon2.right";
22524                   to_y: "elm.text.3";
22525                }
22526                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22527                text {
22528                   font: "SLP:style=Medium";
22529                   size: GENLIST_FONT_32_INC;
22530                   align: 0.0 0.5;
22531                   text_class: "slp_medium";
22532                }
22533             }
22534          }
22535          part { name: "elm.text.3";
22536             clip_to: "disclip";
22537             type: TEXT;
22538             mouse_events: 0;
22539             scale: 1;
22540             description { state: "default" 0.0;
22541                min: 0 GENLIST_ICON_SMALL_SIZE;
22542                fixed: 0 1;
22543                align: 0 1;
22544                rel1 {
22545                   relative: 1.0 0.0;
22546                   to_x: "elm.padding.icon1.right";
22547                   to_y: "elm.padding.bottom";
22548                }
22549                rel2 {
22550                   relative: 0.0 0.0;
22551                   to_x: "elm.padding.icon2.right";
22552                   to_y: "elm.padding.bottom";
22553                }
22554                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22555                text {
22556                   font: "SLP:style=Medium";
22557                   size: GENLIST_FONT_32_INC;
22558                   align: 0.0 0.5;
22559                   text_class: "slp_medium";
22560                }
22561             }
22562          }
22563          GENLIST_PART_DISCLIP
22564       }
22565       programs {
22566          // signal: elm,state,%s,active
22567          //   a "check" item named %s went active
22568          // signal: elm,state,%s,passive
22569          //   a "check" item named %s went passive
22570          // default is passive
22571          /*program { name: "go_active";
22572             signal: "elm,state,selected";
22573             source: "elm";
22574             action: STATE_SET "selected" 0.0;
22575             target: "elm.text";
22576             target: "elm.text.sub";
22577          }
22578          program { name: "go_passive";
22579             signal: "elm,state,unselected";
22580             source: "elm";
22581             action: STATE_SET "default" 0.0;
22582             target: "elm.text";
22583             target: "elm.text.sub";
22584             transition: LINEAR 0.1;
22585          }*/
22586          program { name: "go_disabled";
22587             signal: "elm,state,disabled";
22588             source: "elm";
22589             action: STATE_SET "disabled" 0.0;
22590             target: "disclip";
22591          }
22592          program { name: "go_enabled";
22593             signal: "elm,state,enabled";
22594             source: "elm";
22595             action: STATE_SET "default" 0.0;
22596             target: "disclip";
22597          }
22598       }
22599    }
22600
22601 // 4.3.3
22602    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
22603       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
22604       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
22605       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
22606       alias: "elm/layout/dialogue/bg/5text.2icon";
22607       data.item: "stacking" "above";
22608       data.item: "selectraise" "on";
22609       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22610       data.item: "contents" "elm.icon.1 elm.icon.2";
22611       images {
22612           image: "00_list_thumbnail_bg.png" COMP;
22613       }
22614       parts {
22615          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
22616          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
22617          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
22618          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22619          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22620          part { name: "elm.icon1.bg";
22621             scale: 1;
22622             description { state: "default" 0.0;
22623                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
22624                fixed: 1 1;
22625                align: 0.0 0.5;
22626                rel1 {
22627                   relative: 1.0 0.5;
22628                   to_x: "elm.padding.left";
22629                }
22630                rel2 {
22631                   relative: 1.0 0.5;
22632                   to_x: "elm.padding.left";
22633                }
22634                image {
22635                   normal: "00_list_thumbnail_bg.png";
22636                   border: 1 1 1 1;
22637                   border_scale: 1;
22638                   middle: NONE;
22639                }
22640             }
22641          }
22642          part { name: "elm.icon.1";
22643             type: SWALLOW;
22644             description { state: "default" 0.0;
22645                rel1.to: "elm.icon1.bg";
22646                rel2.to: "elm.icon1.bg";
22647             }
22648          }
22649          part { name: "elm.padding.icon1.right";
22650             type: RECT;
22651             mouse_events: 0;
22652             scale: 1;
22653             description { state: "default" 0.0;
22654                min: GENLIST_PADDING_16_INC 0;
22655                fixed: 1 0;
22656                rel1 {
22657                    relative: 1.0 0.0;
22658                    to_x: "elm.icon1.bg";
22659                }
22660                rel2.to_x: "elm.icon1.bg";
22661                visible: 0;
22662                align: 0.0 0.5;
22663             }
22664          }
22665          part { name: "elm.text.1";
22666             clip_to: "disclip";
22667             type: TEXT;
22668             mouse_events: 0;
22669             scale: 1;
22670             description { state: "default" 0.0;
22671                min: 0 GENLIST_SIZE_38_INC;
22672                fixed: 0 1;
22673                rel1 {
22674                   relative: 1.0 1.0;
22675                   to_x: "elm.padding.icon1.right";
22676                   to_y: "elm.padding.top";
22677                }
22678                rel2 {
22679                   relative: 0.0 1.0;
22680                   to_x: "elm.padding.right";
22681                   to_y: "elm.padding.top";
22682                }
22683                align: 0.0 0.0;
22684                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
22685                text {
22686                   font: "SLP:style=Medium";
22687                   size: GENLIST_FONT_32_INC;
22688                   align: 0.0 0.5;
22689                   text_class: "list_item";
22690                }
22691             }
22692          }
22693          part { name: "elm.text.2";
22694             clip_to: "disclip";
22695             type: TEXT;
22696             mouse_events: 0;
22697             scale: 1;
22698             description { state: "default" 0.0;
22699                min: 0 GENLIST_SIZE_38_INC;
22700                fixed: 0 1;
22701                rel1 {
22702                   relative: 1.0 1.0;
22703                   to_x: "elm.padding.icon1.right";
22704                   to_y: "elm.text.1";
22705                }
22706                rel2 {
22707                   relative: 0.0 1.0;
22708                   to_x: "elm.padding.right";
22709                   to_y: "elm.text.1";
22710                }
22711                align: 0.0 0.0;
22712                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
22713                text {
22714                   font: "SLP:style=Medium";
22715                   size: GENLIST_FONT_28_INC;
22716                   align: 0.0 0.5;
22717                   text_class: "slp_medium";
22718                }
22719             }
22720          }
22721          part { name: "elm.icon.2";
22722             clip_to: "disclip";
22723             type: SWALLOW;
22724             mouse_events: 0;
22725             scale: 1;
22726             description { state: "default" 0.0;
22727                fixed: 1 1;
22728                rel1 {
22729                   relative: 1.0 0.0;
22730                   to_x: "elm.padding.icon1.right";
22731                   to_y: "elm.text.3";
22732                }
22733                rel2 {
22734                   relative: 1.0 1.0;
22735                   to_x: "elm.padding.icon1.right";
22736                   to_y: "elm.text.3";
22737                }
22738                align: 0.0 0.5;
22739             }
22740          }
22741          part { name: "elm.padding.icon2.right";
22742             type: RECT;
22743             mouse_events: 0;
22744             scale: 1;
22745             description { state: "default" 0.0;
22746                min: GENLIST_PADDING_16_INC 0;
22747                fixed: 1 0;
22748                rel1 {
22749                    relative: 1.0 0.0;
22750                    to_x: "elm.icon.2";
22751                }
22752                rel2.to_x: "elm.icon.2";
22753                visible: 0;
22754                align: 0.0 0.5;
22755             }
22756          }
22757          part { name: "elm.text.3";
22758             clip_to: "disclip";
22759             type: TEXT;
22760             mouse_events: 0;
22761             scale: 1;
22762             description { state: "default" 0.0;
22763                min: 0 GENLIST_SIZE_38_INC;
22764                fixed: 0 1;
22765                rel1 {
22766                   relative: 1.0 1.0;
22767                   to_x: "elm.padding.icon2.right";
22768                   to_y: "elm.text.2";
22769                }
22770                rel2 {
22771                   relative: 0.0 1.0;
22772                   to_x: "elm.padding.right";
22773                   to_y: "elm.text.2";
22774                }
22775                align: 0.0 0.0;
22776                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
22777                text {
22778                   font: "SLP:style=Medium";
22779                   size: GENLIST_FONT_28_INC;
22780                   align: 0.0 0.5;
22781                   text_class: "slp_medium";
22782                }
22783             }
22784          }
22785          part { name: "elm.text.4";
22786             clip_to: "disclip";
22787             type: TEXT;
22788             mouse_events: 0;
22789             scale: 1;
22790             description { state: "default" 0.0;
22791                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22792                fixed: 1 1;
22793                align: 0 1;
22794                rel1 {
22795                   relative: 1.0 0.0;
22796                   to_x: "elm.padding.icon1.right";
22797                   to_y: "elm.padding.bottom";
22798                }
22799                rel2 {
22800                   relative: 1.0 0.0;
22801                   to_x: "elm.padding.icon1.right";
22802                   to_y: "elm.padding.bottom";
22803                }
22804                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
22805                text {
22806                   font: "SLP:style=Medium";
22807                   size: GENLIST_FONT_28_INC;
22808                   align: 0.0 0.5;
22809                   text_class: "slp_medium";
22810                }
22811             }
22812          }
22813          part { name: "elm.padding.text4.right";
22814             type: RECT;
22815             mouse_events: 0;
22816             scale: 1;
22817             description { state: "default" 0.0;
22818                min: GENLIST_PADDING_16_INC 0;
22819                fixed: 1 0;
22820                rel1 {
22821                    relative: 1.0 0.0;
22822                    to_x: "elm.text.4";
22823                }
22824                rel2.to_x: "elm.text.4";
22825                visible: 0;
22826                align: 0.0 0.5;
22827             }
22828          }
22829          part { name: "elm.text.5";
22830             clip_to: "disclip";
22831             type: TEXT;
22832             mouse_events: 0;
22833             scale: 1;
22834             description { state: "default" 0.0;
22835                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22836                fixed: 1 1;
22837                align: 0 1;
22838                rel1 {
22839                   relative: 1.0 0.0;
22840                   to_x: "elm.padding.text4.right";
22841                   to_y: "elm.padding.bottom";
22842                }
22843                rel2 {
22844                   relative: 1.0 0.0;
22845                   to_x: "elm.padding.text4.right";
22846                   to_y: "elm.padding.bottom";
22847                }
22848                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
22849                text {
22850                   font: "SLP:style=Medium";
22851                   size: GENLIST_FONT_28_INC;
22852                   align: 0.0 0.5;
22853                   text_class: "slp_medium";
22854                }
22855             }
22856          }
22857          GENLIST_PART_DISCLIP
22858       }
22859       programs {
22860          // signal: elm,state,%s,active
22861          //   a "check" item named %s went active
22862          // signal: elm,state,%s,passive
22863          //   a "check" item named %s went passive
22864          // default is passive
22865          /*program { name: "go_active";
22866             signal: "elm,state,selected";
22867             source: "elm";
22868             action: STATE_SET "selected" 0.0;
22869             target: "elm.text";
22870             target: "elm.text.sub";
22871          }
22872          program { name: "go_passive";
22873             signal: "elm,state,unselected";
22874             source: "elm";
22875             action: STATE_SET "default" 0.0;
22876             target: "elm.text";
22877             target: "elm.text.sub";
22878             transition: LINEAR 0.1;
22879          }*/
22880          program { name: "go_disabled";
22881             signal: "elm,state,disabled";
22882             source: "elm";
22883             action: STATE_SET "disabled" 0.0;
22884             target: "disclip";
22885          }
22886          program { name: "go_enabled";
22887             signal: "elm,state,enabled";
22888             source: "elm";
22889             action: STATE_SET "default" 0.0;
22890             target: "disclip";
22891          }
22892       }
22893    }
22894
22895    // 4.1.9
22896    group { name: "elm/genlist/item/dialogue/1icon/default";
22897       alias: "elm/genlist/item_odd/dialogue/1icon/default";
22898       alias: "elm/genlist/item_compress/dialogue/1icon/default";
22899       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
22900       alias: "elm/layout/dialogue/1icon";
22901       data.item: "stacking" "above";
22902       data.item: "selectraise" "on";
22903       data.item: "contents" "elm.icon";
22904
22905       parts {
22906          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
22907          GENLIST_PART_DIALOGUE_BG_IMAGE
22908          GENLIST_PART_BOTTOM_LINE
22909          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22910          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22911          GENLIST_PART_DIALOGUE_ITEM
22912          GENLIST_PART_DIALOGUE_RIGHT_LINE
22913          part { name: "elm.icon";
22914             clip_to: "disclip";
22915             type: SWALLOW;
22916             scale: 1;
22917             description { state: "default" 0.0;
22918                rel1 {
22919                   relative: 1.0 0.0;
22920                   to_x: "elm.padding.left";
22921                }
22922                rel2 {
22923                   relative: 0.0 1.0;
22924                   to_x: "elm.padding.right";
22925                }
22926             }
22927          }
22928          GENLIST_PART_DISCLIP
22929       }
22930       programs {
22931          // signal: elm,state,%s,active
22932          //   a "check" item named %s went active
22933          // signal: elm,state,%s,passive
22934          //   a "check" item named %s went passive
22935          // default is passive
22936          /*program { name: "go_active";
22937             signal: "elm,state,selected";
22938             source: "elm";
22939             action: STATE_SET "selected" 0.0;
22940             target: "bg_image";
22941             target: "elm.text";
22942          }
22943          program { name: "go_passive";
22944             signal: "elm,state,unselected";
22945             source: "elm";
22946             action: STATE_SET "default" 0.0;
22947             target: "bg_image";
22948             target: "elm.text";
22949             transition: LINEAR 0.1;
22950          }*/
22951          program { name: "go_disabled";
22952             signal: "elm,state,disabled";
22953             source: "elm";
22954             action: STATE_SET "disabled" 0.0;
22955             target: "disclip";
22956          }
22957          program { name: "go_enabled";
22958             signal: "elm,state,enabled";
22959             source: "elm";
22960             action: STATE_SET "default" 0.0;
22961             target: "disclip";
22962          }
22963       }
22964    }
22965
22966    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
22967       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
22968       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
22969       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
22970       alias: "elm/layout/dialogue/bg/1icon";
22971       data.item: "stacking" "above";
22972       data.item: "selectraise" "on";
22973       data.item: "contents" "elm.icon";
22974
22975       parts {
22976          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
22977          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22978          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22979          part { name: "elm.icon";
22980             clip_to: "disclip";
22981             type: SWALLOW;
22982             scale: 1;
22983             description { state: "default" 0.0;
22984                rel1 {
22985                   relative: 1.0 0.0;
22986                   to_x: "elm.padding.left";
22987                }
22988                rel2 {
22989                   relative: 0.0 1.0;
22990                   to_x: "elm.padding.right";
22991                }
22992             }
22993          }
22994          GENLIST_PART_DISCLIP
22995       }
22996       programs {
22997          // signal: elm,state,%s,active
22998          //   a "check" item named %s went active
22999          // signal: elm,state,%s,passive
23000          //   a "check" item named %s went passive
23001          // default is passive
23002          program { name: "go_disabled";
23003             signal: "elm,state,disabled";
23004             source: "elm";
23005             action: STATE_SET "disabled" 0.0;
23006             target: "disclip";
23007          }
23008          program { name: "go_enabled";
23009             signal: "elm,state,enabled";
23010             source: "elm";
23011             action: STATE_SET "default" 0.0;
23012             target: "disclip";
23013          }
23014       }
23015    }
23016
23017    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
23018       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
23019       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
23020       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
23021       alias: "elm/layout/dialogue/bg/2icon";
23022       data.item: "stacking" "above";
23023       data.item: "selectraise" "on";
23024       data.item: "contents" "elm.icon.1 elm.icon.2";
23025
23026       parts {
23027          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23028          part { name: "elm.icon.1";
23029             clip_to: "disclip";
23030             type: SWALLOW;
23031             description { state: "default" 0.0;
23032                rel1.relative: 0.021 0.0;
23033                rel2.relative: 0.492 1.0;
23034             }
23035          }
23036          part { name: "elm.icon.2";
23037             clip_to: "disclip";
23038             type: SWALLOW;
23039             description { state: "default" 0.0;
23040                rel1.relative: 0.51 0.0;
23041                rel2.relative: 0.979 1.0;
23042             }
23043          }
23044          GENLIST_PART_DISCLIP
23045       }
23046       programs {
23047          // signal: elm,state,%s,active
23048          //   a "check" item named %s went active
23049          // signal: elm,state,%s,passive
23050          //   a "check" item named %s went passive
23051          // default is passive
23052          program { name: "go_disabled";
23053             signal: "elm,state,disabled";
23054             source: "elm";
23055             action: STATE_SET "disabled" 0.0;
23056             target: "disclip";
23057          }
23058          program { name: "go_enabled";
23059             signal: "elm,state,enabled";
23060             source: "elm";
23061             action: STATE_SET "default" 0.0;
23062             target: "disclip";
23063          }
23064       }
23065    }
23066
23067    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
23068       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
23069       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
23070       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
23071
23072       alias: "elm/genlist/item/dialogue.3icon/default";
23073       alias: "elm/genlist/item_odd/dialogue.3icon/default";
23074       alias: "elm/genlist/item_compress/dialogue.3icon/default";
23075       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
23076
23077       alias: "elm/layout/dialogue/bg/3icon";
23078       alias: "elm/layout/dialogue/dialogue.3icon";
23079
23080       data.item: "stacking" "above";
23081       data.item: "selectraise" "on";
23082       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23083
23084       parts {
23085          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23086          part { name: "elm.icon.1";
23087             clip_to: "disclip";
23088             type: SWALLOW;
23089             description { state: "default" 0.0;
23090                rel1.relative: 0.021 0.0;
23091                rel2.relative: 0.327 1.0;
23092             }
23093          }
23094          part { name: "elm.icon.2";
23095             clip_to: "disclip";
23096             type: SWALLOW;
23097             description { state: "default" 0.0;
23098                rel1.relative: 0.348 0.0;
23099                rel2.relative: 0.652 1.0;
23100             }
23101          }
23102          part { name: "elm.icon.3";
23103             clip_to: "disclip";
23104             type: SWALLOW;
23105             description { state: "default" 0.0;
23106                rel1.relative: 0.673 0.0;
23107                rel2.relative: 0.979 1.0;
23108             }
23109          }
23110          GENLIST_PART_DISCLIP
23111       }
23112       programs {
23113          // signal: elm,state,%s,active
23114          //   a "check" item named %s went active
23115          // signal: elm,state,%s,passive
23116          //   a "check" item named %s went passive
23117          // default is passive
23118          program { name: "go_disabled";
23119             signal: "elm,state,disabled";
23120             source: "elm";
23121             action: STATE_SET "disabled" 0.0;
23122             target: "disclip";
23123          }
23124          program { name: "go_enabled";
23125             signal: "elm,state,enabled";
23126             source: "elm";
23127             action: STATE_SET "default" 0.0;
23128             target: "disclip";
23129          }
23130       }
23131    }
23132
23133    group { name: "elm/genlist/item/dialogue.3icon.2/default";
23134       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
23135       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
23136       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
23137       alias: "elm/layout/dialogue/dialogue.3icon.2";
23138       data.item: "stacking" "above";
23139       data.item: "selectraise" "on";
23140       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23141
23142       parts {
23143          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
23144          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
23145          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23146          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
23147          part { name: "elm.icon.1";
23148             clip_to: "disclip";
23149             type: SWALLOW;
23150             description { state: "default" 0.0;
23151                min: GENLIST_SIZE_234_INC 0;
23152                fixed: 1 0;
23153                rel1 {
23154                   relative: 0.0 1.0;
23155                   to_x: "elm.padding.right";
23156                   to_y: "elm.padding.top";
23157                }
23158                rel2 {
23159                   relative: 0.0 1.0;
23160                   to_x: "elm.padding.right";
23161                }
23162                align: 1.0 0.5;
23163             }
23164          }
23165          part { name: "elm.padding.icon.1.left";
23166             clip_to: "disclip";
23167             type: RECT;
23168             mouse_events: 0;
23169             scale: 1;
23170             description { state: "default" 0.0;
23171                min: GENLIST_PADDING_16_INC 0;
23172                fixed: 1 0;
23173                rel1.to_x: "elm.icon.1";
23174                rel2 {
23175                   relative: 0.0 1.0;
23176                   to_x: "elm.icon.1";
23177                }
23178                visible: 0;
23179                align: 1.0 0.5;
23180             }
23181          }
23182          part { name: "elm.icon.2";
23183             clip_to: "disclip";
23184             type: SWALLOW;
23185             description { state: "default" 0.0;
23186                min: GENLIST_SIZE_234_INC 0;
23187                fixed: 1 0;
23188                rel1 {
23189                   relative: 0.0 1.0;
23190                   to_x: "elm.padding.icon.1.left";
23191                   to_y: "elm.padding.top";
23192                }
23193                rel2 {
23194                   relative: 0.0 1.0;
23195                   to_x: "elm.padding.icon.1.left";
23196                }
23197                align: 1.0 0.5;
23198             }
23199          }
23200          part { name: "elm.padding.icon.2.left";
23201             clip_to: "disclip";
23202             type: RECT;
23203             mouse_events: 0;
23204             scale: 1;
23205             description { state: "default" 0.0;
23206                min: GENLIST_PADDING_16_INC 0;
23207                fixed: 1 0;
23208                rel1.to_x: "elm.icon.2";
23209                rel2 {
23210                   relative: 0.0 1.0;
23211                   to_x: "elm.icon.2";
23212                }
23213                visible: 0;
23214                align: 1.0 0.5;
23215             }
23216          }
23217          part { name: "elm.icon.3";
23218             clip_to: "disclip";
23219             type: SWALLOW;
23220             description { state: "default" 0.0;
23221                min: GENLIST_SIZE_234_INC 0;
23222                fixed: 1 0;
23223                rel1 {
23224                   relative: 0.0 1.0;
23225                   to_x: "elm.padding.icon.2.left";
23226                   to_y: "elm.padding.top";
23227                }
23228                rel2 {
23229                   relative: 0.0 1.0;
23230                   to_x: "elm.padding.icon.2.left";
23231                }
23232                align: 1.0 0.5;
23233             }
23234          }
23235          GENLIST_PART_DISCLIP
23236       }
23237       programs {
23238          // signal: elm,state,%s,active
23239          //   a "check" item named %s went active
23240          // signal: elm,state,%s,passive
23241          //   a "check" item named %s went passive
23242          // default is passive
23243          program { name: "go_disabled";
23244             signal: "elm,state,disabled";
23245             source: "elm";
23246             action: STATE_SET "disabled" 0.0;
23247             target: "disclip";
23248          }
23249          program { name: "go_enabled";
23250             signal: "elm,state,enabled";
23251             source: "elm";
23252             action: STATE_SET "default" 0.0;
23253             target: "disclip";
23254          }
23255       }
23256    }
23257
23258    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
23259       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
23260       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
23261       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
23262       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
23263       data.item: "stacking" "above";
23264       data.item: "selectraise" "on";
23265       data.item: "texts" "elm.title elm.text";
23266
23267       images {
23268           image: "00_list_img_check.png" COMP;
23269       }
23270
23271       parts {
23272          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
23273          GENLIST_PART_DIALOGUE_BG_IMAGE
23274          GENLIST_PART_BOTTOM_LINE
23275          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23276          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23277          GENLIST_PART_DIALOGUE_ITEM
23278          GENLIST_PART_DIALOGUE_RIGHT_LINE
23279          part { name: "vertical_line";
23280             type: RECT;
23281             mouse_events: 0;
23282             description { state: "default" 0.0;
23283                min: 1 0;
23284                fixed: 1 0;
23285                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23286                rel1 {
23287                   relative: 1.0 0.0;
23288                   to_x: "elm.title";
23289                }
23290                rel2.to_x: "elm.title";
23291                align: 0.0 0.5;
23292             }
23293          }
23294          part { name: "elm.title";
23295             type: TEXT;
23296             mouse_events: 0;
23297             scale: 1;
23298             description { state: "default" 0.0;
23299                min: GENLIST_SIZE_163_INC 0;
23300                fixed: 1 0;
23301                rel1 {
23302                   relative: 1.0  0.0;
23303                   to_x: "elm.padding.left";
23304                }
23305                rel2.to_x: "elm.padding.left";
23306                align: 0.0 0.5;
23307                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23308                text {
23309                   font: "SLP:style=Medium";
23310                   size: GENLIST_FONT_32_INC;
23311                   min: 0 1;
23312                   align: 0.0 0.5;
23313                   text_class: "slp_medium";
23314                }
23315             }
23316          }
23317          part { name: "elm.padding.title.right";
23318             type: RECT;
23319             mouse_events: 0;
23320             scale: 1;
23321             description { state: "default" 0.0;
23322                min: GENLIST_PADDING_16_INC 0;
23323                fixed: 1 0;
23324                rel1 {
23325                    relative: 1.0 0.0;
23326                    to_x: "vertical_line";
23327                }
23328                rel2.to_x: "vertical_line";
23329                visible: 0;
23330                align: 0.0 0.5;
23331             }
23332          }
23333          part { name: "elm.text";
23334             clip_to: "disclip";
23335             type: TEXT;
23336             mouse_events: 0;
23337             scale: 1;
23338             description { state: "default" 0.0;
23339                rel1 {
23340                   relative: 1.0  0.0;
23341                   to_x: "elm.padding.title.right";
23342                }
23343                rel2.to_x: "elm.padding.title.right";
23344                align: 0.0 0.5;
23345                fixed: 1 1;
23346                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23347                text {
23348                   font: "SLP:style=Roman";
23349                   size: GENLIST_FONT_44_INC;
23350                   min: 1 1;
23351                   max: 1 1;
23352                   align: 0.0 0.5;
23353                   text_class: "list_item";
23354                }
23355             }
23356             description { state: "selected" 0.0;
23357                inherit: "default" 0.0;
23358                color: 217 147 26 255;
23359             }
23360          }
23361          part { name: "elm.padding.text.right";
23362             type: RECT;
23363             mouse_events: 0;
23364             scale: 1;
23365             description { state: "default" 0.0;
23366                min: GENLIST_PADDING_11_INC 0;
23367                fixed: 1 0;
23368                rel1 {
23369                    relative: 1.0 0.0;
23370                    to_x: "elm.text";
23371                }
23372                rel2.to_x: "elm.text";
23373                visible: 0;
23374                align: 0.0 0.5;
23375             }
23376          }
23377          part { name: "elm.image.check";
23378             clip_to: "disclip";
23379             mouse_events: 0;
23380             scale: 1;
23381             description { state: "default" 0.0;
23382                image.normal: "00_list_img_check.png";
23383                rel1 {
23384                   relative: 1.0 0.366;
23385                   to_x: "elm.padding.text.right";
23386                }
23387                rel2 {
23388                   relative: 3.857 0.648;
23389                   to_x: "elm.padding.text.right";
23390                }
23391                visible: 0;
23392             }
23393             description { state: "selected" 0.0;
23394                inherit: "default" 0.0;
23395                visible: 1;
23396             }
23397          }
23398          GENLIST_PART_DISCLIP
23399       }
23400       programs {
23401          // signal: elm,state,%s,active
23402          //   a "check" item named %s went active
23403          // signal: elm,state,%s,passive
23404          //   a "check" item named %s went passive
23405          // default is passive
23406          program { name: "go_active";
23407             signal: "elm,state,selected";
23408             source: "elm";
23409             action: STATE_SET "selected" 0.0;
23410             target: "elm.text";
23411             target: "elm.image.check";
23412             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
23413          }
23414          program { name: "go_passive";
23415             signal: "elm,state,unselected";
23416             source: "elm";
23417             action: STATE_SET "default" 0.0;
23418             target: "elm.text";
23419             target: "elm.image.check";
23420             transition: LINEAR 0.1;
23421          }
23422          program { name: "go_disabled";
23423             signal: "elm,state,disabled";
23424             source: "elm";
23425             action: STATE_SET "disabled" 0.0;
23426             target: "disclip";
23427          }
23428          program { name: "go_enabled";
23429             signal: "elm,state,enabled";
23430             source: "elm";
23431             action: STATE_SET "default" 0.0;
23432             target: "disclip";
23433          }
23434          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
23435       }
23436    }
23437
23438    group { name: "elm/genlist/item/dialogue/1title.4text/default";
23439       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
23440       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
23441       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
23442
23443       alias: "elm/genlist/item/dialogue.1title.4text/default";
23444       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
23445       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
23446       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
23447
23448       alias: "elm/layout/dialogue/1title.4text";
23449
23450       data.item: "stacking" "above";
23451       data.item: "selectraise" "on";
23452       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23453
23454       parts {
23455          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
23456          GENLIST_PART_DIALOGUE_BG_IMAGE
23457          GENLIST_PART_BOTTOM_LINE
23458          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23459          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23460          GENLIST_PART_DIALOGUE_ITEM
23461          GENLIST_PART_DIALOGUE_RIGHT_LINE
23462          part { name: "vertical_line";
23463             type: RECT;
23464             mouse_events: 0;
23465             description { state: "default" 0.0;
23466                min: 1 0;
23467                fixed: 1 0;
23468                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23469                rel1 {
23470                   relative: 1.0 0.0;
23471                   to_x: "elm.title";
23472                }
23473                rel2.to_x: "elm.title";
23474                align: 0.0 0.5;
23475             }
23476          }
23477          part { name: "center1_line";
23478             type: RECT;
23479             mouse_events: 0;
23480             description { state: "default" 0.0;
23481                min: 0 1;
23482                fixed: 0 1;
23483                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23484                rel1 {
23485                   relative: 1.0 0.25;
23486                   to_x: "vertical_line";
23487                }
23488                rel2.relative: 1.0 0.25;
23489                align: 0.5 1.0;
23490             }
23491          }
23492          part { name: "center2_line";
23493             type: RECT;
23494             mouse_events: 0;
23495             description { state: "default" 0.0;
23496                min: 0 1;
23497                fixed: 0 1;
23498                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23499                rel1 {
23500                   relative: 1.0 0.5;
23501                   to_x: "vertical_line";
23502                }
23503                rel2.relative: 1.0 0.5;
23504                align: 0.5 1.0;
23505             }
23506          }
23507          part { name: "center3_line";
23508             type: RECT;
23509             mouse_events: 0;
23510             description { state: "default" 0.0;
23511                min: 0 1;
23512                fixed: 0 1;
23513                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23514                rel1 {
23515                   relative: 1.0 0.75;
23516                   to_x: "vertical_line";
23517                }
23518                rel2.relative: 1.0 0.75;
23519                align: 0.5 1.0;
23520             }
23521          }
23522          part { name: "elm.title";
23523             type: TEXT;
23524             mouse_events: 0;
23525             scale: 1;
23526             description { state: "default" 0.0;
23527                min: GENLIST_SIZE_163_INC 0;
23528                fixed: 1 0;
23529                rel1 {
23530                   relative: 1.0  0.0;
23531                   to_x: "elm.padding.left";
23532                }
23533                rel2.to_x: "elm.padding.left";
23534                align: 0.0 0.5;
23535                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23536                text {
23537                   font: "SLP:style=Medium";
23538                   size: GENLIST_FONT_32_INC;
23539                   min: 0 1;
23540                   align: 0.0 0.5;
23541                   text_class: "slp_medium";
23542                }
23543             }
23544          }
23545          part { name: "elm.padding.title.right";
23546             type: RECT;
23547             mouse_events: 0;
23548             scale: 1;
23549             description { state: "default" 0.0;
23550                min: GENLIST_PADDING_16_INC 0;
23551                fixed: 1 0;
23552                rel1 {
23553                    relative: 1.0 0.0;
23554                    to_x: "elm.title";
23555                }
23556                rel2.to_x: "elm.title";
23557                visible: 0;
23558                align: 0.0 0.5;
23559             }
23560          }
23561          part { name: "elm.text.1";
23562             clip_to: "disclip";
23563             type: TEXT;
23564             mouse_events: 0;
23565             scale: 1;
23566             description { state: "default" 0.0;
23567                rel1 {
23568                   relative: 1.0 0.0;
23569                   to_x: "elm.padding.title.right";
23570                }
23571                rel2 {
23572                   relative: 0.0 0.0;
23573                   to_x: "elm.padding.right";
23574                   to_y: "center1_line";
23575                }
23576                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23577                text {
23578                   font: "SLP:style=Roman";
23579                   size: GENLIST_FONT_44_INC;
23580                   min: 0 1;
23581                   align: 0.0 0.5;
23582                   text_class: "list_item";
23583                }
23584             }
23585          }
23586          part { name: "elm.text.2";
23587             clip_to: "disclip";
23588             type: TEXT;
23589             mouse_events: 0;
23590             scale: 1;
23591             description { state: "default" 0.0;
23592                rel1 {
23593                   relative: 1.0 0.25;
23594                   to_x: "elm.padding.title.right";
23595                }
23596                rel2 {
23597                   relative: 0.0 0.0;
23598                   to_x: "elm.padding.right";
23599                   to_y: "center2_line";
23600                }
23601                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23602                text {
23603                   font: "SLP:style=Roman";
23604                   size: GENLIST_FONT_44_INC;
23605                   min: 0 1;
23606                   align: 0.0 0.5;
23607                   text_class: "list_item";
23608                }
23609             }
23610          }
23611          part { name: "elm.text.3";
23612             clip_to: "disclip";
23613             type: TEXT;
23614             mouse_events: 0;
23615             scale: 1;
23616             description { state: "default" 0.0;
23617                rel1 {
23618                   relative: 1.0  0.5;
23619                   to_x: "elm.padding.title.right";
23620                }
23621                rel2 {
23622                   relative: 0.0 0.0;
23623                   to_x: "elm.padding.right";
23624                   to_y: "center3_line";
23625                }
23626                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23627                text {
23628                   font: "SLP:style=Roman";
23629                   size: GENLIST_FONT_44_INC;
23630                   min: 0 1;
23631                   align: 0.0 0.5;
23632                   text_class: "list_item";
23633                }
23634             }
23635          }
23636          part { name: "elm.text.4";
23637             clip_to: "disclip";
23638             type: TEXT;
23639             mouse_events: 0;
23640             scale: 1;
23641             description { state: "default" 0.0;
23642                rel1 {
23643                   relative: 1.0  0.75;
23644                   to_x: "elm.padding.title.right";
23645                }
23646                rel2 {
23647                   relative: 0.0 0.0;
23648                   to_x: "elm.padding.right";
23649                   to_y: "bottom_line";
23650                }
23651                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23652                text {
23653                   font: "SLP:style=Roman";
23654                   size: GENLIST_FONT_44_INC;
23655                   min: 0 1;
23656                   align: 0.0 0.5;
23657                   text_class: "list_item";
23658                }
23659             }
23660          }
23661          GENLIST_PART_DISCLIP
23662       }
23663       programs {
23664          // signal: elm,state,%s,active
23665          //   a "check" item named %s went active
23666          // signal: elm,state,%s,passive
23667          //   a "check" item named %s went passive
23668          // default is passive
23669          /*program { name: "go_active";
23670             signal: "elm,state,selected";
23671             source: "elm";
23672             action: STATE_SET "selected" 0.0;
23673             target: "elm.text";
23674          }
23675          program { name: "go_passive";
23676             signal: "elm,state,unselected";
23677             source: "elm";
23678             action: STATE_SET "default" 0.0;
23679             target: "elm.text";
23680             transition: LINEAR 0.1;
23681          }*/
23682          program { name: "go_disabled";
23683             signal: "elm,state,disabled";
23684             source: "elm";
23685             action: STATE_SET "disabled" 0.0;
23686             target: "disclip";
23687          }
23688          program { name: "go_enabled";
23689             signal: "elm,state,enabled";
23690             source: "elm";
23691             action: STATE_SET "default" 0.0;
23692             target: "disclip";
23693          }
23694       }
23695    }
23696
23697    group { name: "elm/genlist/item/dialogue/1title.5text/default";
23698       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
23699       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
23700       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
23701       alias: "elm/layout/dialogue/1title.5text";
23702       data.item: "stacking" "above";
23703       data.item: "selectraise" "on";
23704       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
23705       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";
23706
23707       parts {
23708          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
23709          GENLIST_PART_DIALOGUE_BG_IMAGE
23710          GENLIST_PART_BOTTOM_LINE
23711          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23712          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23713          GENLIST_PART_DIALOGUE_ITEM
23714          GENLIST_PART_DIALOGUE_RIGHT_LINE
23715          part { name: "vertical_line";
23716             type: RECT;
23717             mouse_events: 0;
23718             description { state: "default" 0.0;
23719                min: 1 0;
23720                fixed: 1 0;
23721                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23722                rel1 {
23723                   relative: 1.0 0.0;
23724                   to_x: "elm.title";
23725                }
23726                rel2.to_x: "elm.title";
23727                align: 0.0 0.5;
23728             }
23729          }
23730          part { name: "center1_line";
23731             type: RECT;
23732             mouse_events: 0;
23733             description { state: "default" 0.0;
23734                min: 0 1;
23735                fixed: 0 1;
23736                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23737                rel1 {
23738                   relative: 1.0 0.2;
23739                   to_x: "vertical_line";
23740                }
23741                rel2.relative: 1.0 0.2;
23742                align: 0.5 1.0;
23743             }
23744          }
23745          part { name: "center2_line";
23746             type: RECT;
23747             mouse_events: 0;
23748             description { state: "default" 0.0;
23749                min: 0 1;
23750                fixed: 0 1;
23751                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23752                rel1 {
23753                   relative: 1.0 0.4;
23754                   to_x: "vertical_line";
23755                }
23756                rel2.relative: 1.0 0.4;
23757                align: 0.5 1.0;
23758             }
23759          }
23760          part { name: "center3_line";
23761             type: RECT;
23762             mouse_events: 0;
23763             description { state: "default" 0.0;
23764                min: 0 1;
23765                fixed: 0 1;
23766                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23767                rel1 {
23768                   relative: 1.0 0.6;
23769                   to_x: "vertical_line";
23770                }
23771                rel2.relative: 1.0 0.6;
23772                align: 0.5 1.0;
23773             }
23774          }
23775          part { name: "center4_line";
23776             type: RECT;
23777             mouse_events: 0;
23778             description { state: "default" 0.0;
23779                min: 0 1;
23780                fixed: 0 1;
23781                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23782                rel1 {
23783                   relative: 1.0 0.8;
23784                   to_x: "vertical_line";
23785                }
23786                rel2.relative: 1.0 0.8;
23787                align: 0.5 1.0;
23788             }
23789          }
23790          part { name: "elm.title";
23791             type: TEXT;
23792             mouse_events: 0;
23793             scale: 1;
23794             description { state: "default" 0.0;
23795                min: GENLIST_SIZE_163_INC 0;
23796                fixed: 1 0;
23797                rel1 {
23798                   relative: 1.0  0.0;
23799                   to_x: "elm.padding.left";
23800                }
23801                rel2.to_x: "elm.padding.left";
23802                align: 0.0 0.5;
23803                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
23804                text {
23805                   font: "SLP:style=Medium";
23806                   size: GENLIST_FONT_32_INC;
23807                   min: 0 1;
23808                   align: 0.0 0.5;
23809                   text_class: "slp_medium";
23810                }
23811             }
23812             GENLIST_DESCRIPTION_FLIP_ENABLED
23813          }
23814          part { name: "elm.flip.content.title";
23815             clip_to: "disclip";
23816             type: SWALLOW;
23817             description { state: "default" 0.0;
23818                visible: 0;
23819                fixed: 1 1;
23820                rel1.to: "elm.title";
23821                rel2.to: "elm.title";
23822             }
23823             description { state: "flip_enabled" 0.0;
23824                inherit: "default" 0.0;
23825                visible: 1;
23826             }
23827          }
23828          part { name: "elm.padding.title.right";
23829             type: RECT;
23830             mouse_events: 0;
23831             scale: 1;
23832             description { state: "default" 0.0;
23833                min: GENLIST_PADDING_16_INC 0;
23834                fixed: 1 0;
23835                rel1 {
23836                    relative: 1.0 0.0;
23837                    to_x: "elm.title";
23838                }
23839                rel2.to_x: "elm.title";
23840                visible: 0;
23841                align: 0.0 0.5;
23842             }
23843          }
23844          part { name: "elm.text.1";
23845             clip_to: "disclip";
23846             type: TEXT;
23847             mouse_events: 0;
23848             scale: 1;
23849             description { state: "default" 0.0;
23850                rel1 {
23851                   relative: 1.0 0.0;
23852                   to_x: "elm.padding.title.right";
23853                }
23854                rel2 {
23855                   relative: 0.0 0.0;
23856                   to_x: "elm.padding.right";
23857                   to_y: "center1_line";
23858                }
23859                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23860                text {
23861                   font: "SLP:style=Roman";
23862                   size: GENLIST_FONT_44_INC;
23863                   min: 0 1;
23864                   align: 0.0 0.5;
23865                   text_class: "list_item";
23866                }
23867             }
23868             GENLIST_DESCRIPTION_FLIP_ENABLED
23869          }
23870          part { name: "elm.flip.content.1";
23871             clip_to: "disclip";
23872             type: SWALLOW;
23873             description { state: "default" 0.0;
23874                visible: 0;
23875                fixed: 1 1;
23876                rel1.to: "elm.text.1";
23877                rel2.to: "elm.text.1";
23878             }
23879             description { state: "flip_enabled" 0.0;
23880                inherit: "default" 0.0;
23881                visible: 1;
23882             }
23883          }
23884          part { name: "elm.text.2";
23885             clip_to: "disclip";
23886             type: TEXT;
23887             mouse_events: 0;
23888             scale: 1;
23889             description { state: "default" 0.0;
23890                rel1 {
23891                   relative: 1.0 0.2;
23892                   to_x: "elm.padding.title.right";
23893                }
23894                rel2 {
23895                   relative: 0.0 0.0;
23896                   to_x: "elm.padding.right";
23897                   to_y: "center2_line";
23898                }
23899                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23900                text {
23901                   font: "SLP:style=Roman";
23902                   size: GENLIST_FONT_44_INC;
23903                   min: 0 1;
23904                   align: 0.0 0.5;
23905                   text_class: "slp_roman";
23906                }
23907             }
23908             GENLIST_DESCRIPTION_FLIP_ENABLED
23909          }
23910          part { name: "elm.flip.content.2";
23911             clip_to: "disclip";
23912             type: SWALLOW;
23913             description { state: "default" 0.0;
23914                visible: 0;
23915                fixed: 1 1;
23916                rel1.to: "elm.text.2";
23917                rel2.to: "elm.text.2";
23918             }
23919             description { state: "flip_enabled" 0.0;
23920                inherit: "default" 0.0;
23921                visible: 1;
23922             }
23923          }
23924          part { name: "elm.text.3";
23925             clip_to: "disclip";
23926             type: TEXT;
23927             mouse_events: 0;
23928             scale: 1;
23929             description { state: "default" 0.0;
23930                rel1 {
23931                   relative: 1.0  0.4;
23932                   to_x: "elm.padding.title.right";
23933                }
23934                rel2 {
23935                   relative: 0.0 0.0;
23936                   to_x: "elm.padding.right";
23937                   to_y: "center3_line";
23938                }
23939                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23940                text {
23941                   font: "SLP:style=Roman";
23942                   size: GENLIST_FONT_44_INC;
23943                   min: 0 1;
23944                   align: 0.0 0.5;
23945                   text_class: "slp_roman";
23946                }
23947             }
23948             GENLIST_DESCRIPTION_FLIP_ENABLED
23949          }
23950          part { name: "elm.flip.content.3";
23951             clip_to: "disclip";
23952             type: SWALLOW;
23953             description { state: "default" 0.0;
23954                visible: 0;
23955                fixed: 1 1;
23956                rel1.to: "elm.text.3";
23957                rel2.to: "elm.text.3";
23958             }
23959             description { state: "flip_enabled" 0.0;
23960                inherit: "default" 0.0;
23961                visible: 1;
23962             }
23963          }
23964          part { name: "elm.text.4";
23965             clip_to: "disclip";
23966             type: TEXT;
23967             mouse_events: 0;
23968             scale: 1;
23969             description { state: "default" 0.0;
23970                rel1 {
23971                   relative: 1.0 0.6;
23972                   to_x: "elm.padding.title.right";
23973                }
23974                rel2 {
23975                   relative: 0.0 0.0;
23976                   to_x: "elm.padding.right";
23977                   to_y: "center4_line";
23978                }
23979                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23980                text {
23981                   font: "SLP:style=Roman";
23982                   size: GENLIST_FONT_44_INC;
23983                   min: 0 1;
23984                   align: 0.0 0.5;
23985                   text_class: "slp_roman";
23986                }
23987             }
23988             GENLIST_DESCRIPTION_FLIP_ENABLED
23989          }
23990          part { name: "elm.flip.content.4";
23991             clip_to: "disclip";
23992             type: SWALLOW;
23993             description { state: "default" 0.0;
23994                visible: 0;
23995                fixed: 1 1;
23996                rel1.to: "elm.text.4";
23997                rel2.to: "elm.text.4";
23998             }
23999             description { state: "flip_enabled" 0.0;
24000                inherit: "default" 0.0;
24001                visible: 1;
24002             }
24003          }
24004          part { name: "elm.text.5";
24005             clip_to: "disclip";
24006             type: TEXT;
24007             mouse_events: 0;
24008             scale: 1;
24009             description { state: "default" 0.0;
24010                rel1 {
24011                   relative: 1.0  0.8;
24012                   to_x: "elm.padding.title.right";
24013                }
24014                rel2 {
24015                   relative: 0.0 0.0;
24016                   to_x: "elm.padding.right";
24017                   to_y: "bottom_line";
24018                }
24019                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24020                text {
24021                   font: "SLP:style=Roman";
24022                   size: GENLIST_FONT_44_INC;
24023                   min: 0 1;
24024                   align: 0.0 0.5;
24025                   text_class: "slp_roman";
24026                }
24027             }
24028             GENLIST_DESCRIPTION_FLIP_ENABLED
24029          }
24030          part { name: "elm.flip.content.5";
24031             clip_to: "disclip";
24032             type: SWALLOW;
24033             description { state: "default" 0.0;
24034                visible: 0;
24035                fixed: 1 1;
24036                rel1.to: "elm.text.5";
24037                rel2.to: "elm.text.5";
24038             }
24039             description { state: "flip_enabled" 0.0;
24040                inherit: "default" 0.0;
24041                visible: 1;
24042             }
24043          }
24044          GENLIST_PART_DISCLIP
24045       }
24046       programs {
24047          // signal: elm,state,%s,active
24048          //   a "check" item named %s went active
24049          // signal: elm,state,%s,passive
24050          //   a "check" item named %s went passive
24051          // default is passive
24052          /*program { name: "go_active";
24053             signal: "elm,state,selected";
24054             source: "elm";
24055             action: STATE_SET "selected" 0.0;
24056             target: "elm.text";
24057          }
24058          program { name: "go_passive";
24059             signal: "elm,state,unselected";
24060             source: "elm";
24061             action: STATE_SET "default" 0.0;
24062             target: "elm.text";
24063             transition: LINEAR 0.1;
24064          }*/
24065          program { name: "go_disabled";
24066             signal: "elm,state,disabled";
24067             source: "elm";
24068             action: STATE_SET "disabled" 0.0;
24069             target: "disclip";
24070          }
24071          program { name: "go_enabled";
24072             signal: "elm,state,enabled";
24073             source: "elm";
24074             action: STATE_SET "default" 0.0;
24075             target: "disclip";
24076          }
24077          program { name: "flip_enabled";
24078             signal: "elm,state,flip,enabled";
24079             source: "elm";
24080             action: STATE_SET "flip_enabled" 0.0;
24081             target: "elm.title";
24082             target: "elm.text.1";
24083             target: "elm.text.2";
24084             target: "elm.text.3";
24085             target: "elm.text.4";
24086             target: "elm.text.5";
24087             target: "elm.flip.content.title";
24088             target: "elm.flip.content.1";
24089             target: "elm.flip.content.2";
24090             target: "elm.flip.content.3";
24091             target: "elm.flip.content.4";
24092             target: "elm.flip.content.5";
24093          }
24094          program { name: "flip_disabled";
24095             signal: "elm,state,flip,disabled";
24096             source: "elm";
24097             action: STATE_SET "default" 0.0;
24098             target: "elm.title";
24099             target: "elm.text.1";
24100             target: "elm.text.2";
24101             target: "elm.text.3";
24102             target: "elm.text.4";
24103             target: "elm.text.5";
24104             target: "elm.flip.content.title";
24105             target: "elm.flip.content.1";
24106             target: "elm.flip.content.2";
24107             target: "elm.flip.content.3";
24108             target: "elm.flip.content.4";
24109             target: "elm.flip.content.5";
24110          }
24111       }
24112    }
24113
24114 /* extended item of bg/2text.1icon.3 */
24115    group { name: "elm/genlist/item/dialogue/bg/1text/default";
24116       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
24117       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
24118       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
24119       alias: "elm/layout/dialogue/bg/1text";
24120       data.item: "stacking" "above";
24121       data.item: "selectraise" "on";
24122       data.item: "texts" "elm.text";
24123       data.item: "flips" "elm.flip.content";
24124       parts {
24125          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_113_INC )
24126          GENLIST_PART_PADDING_TOP( 0 )
24127          GENLIST_PART_PADDING_BOTTOM( 0 )
24128          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24129          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24130          part { name: "elm.icon.bg";
24131             type: RECT;
24132             scale: 1;
24133             description { state: "default" 0.0;
24134                min: GENLIST_SIZE_160_INC 0;
24135                fixed: 1 0;
24136                align: 0.0 0.5;
24137                rel1 {
24138                   relative: 1.0 0.5;
24139                   to_x: "elm.padding.left";
24140                }
24141                rel2 {
24142                   relative: 1.0 0.5;
24143                   to_x: "elm.padding.left";
24144                }
24145                color: 0 0 0 0;
24146             }
24147          }
24148          part { name: "elm.padding.icon.right";
24149             type: RECT;
24150             mouse_events: 0;
24151             scale: 1;
24152             description { state: "default" 0.0;
24153                min: GENLIST_SIZE_16_INC 0;
24154                fixed: 1 0;
24155                rel1 {
24156                    relative: 1.0 0.0;
24157                    to_x: "elm.icon.bg";
24158                }
24159                rel2.to_x: "elm.icon.bg";
24160                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24161                align: 0.0 0.5;
24162             }
24163          }
24164          part { name: "elm.padding.text.left";
24165             type: RECT;
24166             mouse_events: 0;
24167             scale: 1;
24168             description { state: "default" 0.0;
24169                min: GENLIST_SIZE_16_INC 0;
24170                fixed: 1 0;
24171                rel1 {
24172                    relative: 1.0 1.0;
24173                    to_x: "elm.padding.icon.right";
24174                    to_y: "elm.padding.top";
24175                }
24176                rel2.to_x: "elm.padding.icon.right";
24177                visible: 0;
24178                align: 0.0 0.5;
24179             }
24180          }
24181          part { name: "vertical_line";
24182             type: RECT;
24183             mouse_events: 0;
24184             description { state: "default" 0.0;
24185                visible: 0;
24186                rel1 {
24187                   relative: 1.0 0.0;
24188                   to_x: "elm.padding.icon.right";
24189                }
24190                rel2.to_x: "elm.padding.icon.right";
24191                align: 0.0 0.5;
24192             }
24193          }
24194          part { name: "elm.text.bg";
24195             clip_to: "disclip";
24196             type: RECT;
24197             mouse_events: 0;
24198             scale: 1;
24199             description { state: "default" 0.0;
24200                rel1 {
24201                   relative: 1.0 0.0;
24202                   to_x: "elm.padding.icon.right";
24203                }
24204                rel2 {
24205                   relative: 1.0 1.0;
24206                   to_x: "elm.padding.right";
24207                }
24208                color: GENLIST_PART_BG_COLOR_INC;
24209             }
24210          }
24211          part { name: "elm.text";
24212             clip_to: "disclip";
24213             type: TEXT;
24214             mouse_events: 0;
24215             scale: 1;
24216             description { state: "default" 0.0;
24217                rel1 {
24218                   relative: 1.0 0.0;
24219                   to_x: "elm.padding.text.left";
24220                   to_y: "elm.text.bg";
24221                }
24222                rel2 {
24223                   relative: 0.0 1.0;
24224                   to_x: "elm.padding.right";
24225                   to_y: "elm.text.bg";
24226                }
24227                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24228                text {
24229                   font: "SLP:style=Roman";
24230                   size: GENLIST_FONT_44_INC;
24231                   min: 0 1;
24232                   align: 0.0 0.5;
24233                   text_class: "list_item";
24234                }
24235             }
24236             GENLIST_DESCRIPTION_FLIP_ENABLED
24237          }
24238          part { name: "elm.flip.content";
24239             clip_to: "disclip";
24240             type: SWALLOW;
24241             mouse_events: 1;
24242             scale: 1;
24243             description { state: "default" 0.0;
24244                fixed: 1 1;
24245                rel1 {
24246                   relative: 1.0 0.0;
24247                   to_x: "elm.padding.text.left";
24248                   to_y: "elm.text.bg";
24249                }
24250                rel2 {
24251                   relative: 0.0 1.0;
24252                   to_x: "elm.padding.right";
24253                   to_y: "elm.text.bg";
24254                }
24255                visible: 0;
24256             }
24257             description { state: "flip_enabled" 0.0;
24258                inherit: "default" 0.0;
24259                visible: 1;
24260             }
24261          }
24262          GENLIST_PART_DISCLIP
24263       }
24264       programs {
24265          // signal: elm,state,%s,active
24266          //   a "check" item named %s went active
24267          // signal: elm,state,%s,passive
24268          //   a "check" item named %s went passive
24269          // default is passive
24270          /*program { name: "go_active";
24271             signal: "elm,state,selected";
24272             source: "elm";
24273             action: STATE_SET "selected" 0.0;
24274             target: "elm.text";
24275          }
24276          program { name: "go_passive";
24277             signal: "elm,state,unselected";
24278             source: "elm";
24279             action: STATE_SET "default" 0.0;
24280             target: "elm.text";
24281             transition: LINEAR 0.1;
24282          }*/
24283          program { name: "go_disabled";
24284             signal: "elm,state,disabled";
24285             source: "elm";
24286             action: STATE_SET "disabled" 0.0;
24287             target: "disclip";
24288          }
24289          program { name: "go_enabled";
24290             signal: "elm,state,enabled";
24291             source: "elm";
24292             action: STATE_SET "default" 0.0;
24293             target: "disclip";
24294          }
24295          program { name: "flip_enabled";
24296             signal: "elm,state,flip,enabled";
24297             source: "elm";
24298             action: STATE_SET "flip_enabled" 0.0;
24299             target: "elm.text";
24300             target: "elm.flip.content";
24301          }
24302          program { name: "flip_disabled";
24303             signal: "elm,state,flip,disabled";
24304             source: "elm";
24305             action: STATE_SET "default" 0.0;
24306             target: "elm.text";
24307             target: "elm.flip.content";
24308          }
24309       }
24310    }
24311    // 2.2.2.38
24312    group { name: "elm/genlist/item/4text.1icon.1/default";
24313       alias: "elm/genlist/item_odd/4text.1icon.1/default";
24314       alias: "elm/genlist/item_compress/4text.1icon.1/default";
24315       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
24316       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24317       data.item: "contents" "elm.icon.1";
24318       data.item: "stacking" "above";
24319       data.item: "selectraise" "on";
24320       data.item: "flips" "elm.flip.content";
24321       images {
24322          image: "00_winset_list_bubble_bg.png" COMP;
24323       }
24324       parts {
24325          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24326          GENLIST_PART_BG_IMAGE
24327          GENLIST_PART_BOTTOM_LINE
24328          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24329          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24330          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24331          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24332
24333          part { name: "elm.text.1";
24334             clip_to: "disclip";
24335             type: TEXT;
24336             scale: 1;
24337             description { state: "default" 0.0;
24338                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24339                fixed: 0 1;
24340                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24341                rel1 { relative: 1.0 1.0;
24342                   to_x: "elm.padding.left";
24343                   to_y: "elm.padding.top";
24344                }
24345                rel2 { relative: 0.0 1.0;
24346                   to_x: "elm.padding.text1.right";
24347                   to_y: "elm.padding.text1.right";
24348                }
24349                text {
24350                   font: "SLP:style=Roman";
24351                   size: GENLIST_FONT_44_INC;
24352                   min: 0 1;
24353                   align: 0.0 0.5;
24354                   text_class: "list_item";
24355                }
24356             }
24357             description { state: "read" 0.0;
24358                inherit: "default" 0.0;
24359                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24360             }
24361             description { state: "selected" 0.0;
24362                inherit: "default" 0.0;
24363                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24364             }
24365             GENLIST_DESCRIPTION_FLIP_ENABLED
24366          }
24367          part { name: "elm.padding.text1.right";
24368             clip_to: "disclip";
24369             type: RECT;
24370             scale: 1;
24371             description { state: "default" 0.0;
24372                fixed: 1 1 ;
24373                align: 1.0 0.0;
24374                visible: 0;
24375                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24376                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24377                rel1 { relative: 0.0 1.0;
24378                   to_x: "elm.text.2";
24379                   to_y: "elm.padding.top";
24380                }
24381                rel2 { relative: 0.0 1.0;
24382                   to_x: "elm.text.2";
24383                   to_y: "elm.padding.top";
24384                }
24385             }
24386          }
24387          part { name: "elm.text.2";
24388             clip_to: "disclip";
24389             type: TEXT;
24390             scale: 1;
24391             description { state: "default" 0.0;
24392                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24393                fixed: 0 1;
24394                align: 1.0 1.0;
24395                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24396                rel1 { relative: 0.0 1.0;
24397                   to_x: "elm.padding.right";
24398                   to_y: "elm.padding.bottom";
24399                }
24400                rel2 { relative: 0.0 1.0;
24401                  to_x: "elm.padding.right";
24402                  to_y: "elm.padding.bottom";
24403                }
24404                text {
24405                   font: "SLP:style=Medium";
24406                   size: GENLIST_FONT_32_INC;
24407                   min: 1 1;
24408                   align: 0.5 0.5;
24409                   text_class: "slp_medium";
24410               }
24411             }
24412             description { state: "selected" 0.0;
24413                inherit: "default" 0.0;
24414                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24415             }
24416             GENLIST_DESCRIPTION_FLIP_ENABLED
24417          }
24418          part { name: "elm.bubble";
24419             type: IMAGE;
24420             description{ state: "default" 0.0;
24421                fixed: 0 1;
24422                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24423                rel1 { relative: 0 0;
24424                   to_x: "elm.padding.bubble.text4.left";
24425                   to_y: "elm.padding.bubble.text4.left";
24426                }
24427                rel2 { relative: 1 1;
24428                   to_x: "elm.padding.bubble.text4.right";
24429                   to_y: "elm.padding.bubble.text4.right";
24430                }
24431                image {
24432                   normal: "00_winset_list_bubble_bg.png";
24433                   border:  6 6 0 0;
24434                }
24435             }
24436          }
24437          part { name: "elm.padding.bubble.text4.left";
24438             type: RECT;
24439             scale: 1;
24440             description { state: "default" 0.0;
24441                fixed: 1 1;
24442                align: 1 0;
24443                visible: 0;
24444                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24445                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24446                rel1 { relative: 0 1;
24447                   to_x: "elm.text.4";
24448                   to_y: "elm.padding.top";
24449                }
24450                rel2 { relative: 0 0;
24451                   to_x: "elm.text.4";
24452                   to_y: "elm.text.2";
24453                }
24454
24455             }
24456          }
24457          part { name: "elm.padding.bubble.text4.right";
24458             type: RECT;
24459             scale: 1;
24460             description { state: "default" 0.0;
24461                fixed: 1 1;
24462                align: 1 0;
24463                visible: 0;
24464                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24465                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24466                rel1 { relative: 0 1;
24467                   to_x: "elm.padding.right";
24468                   to_y: "elm.padding.top";
24469                }
24470                rel2 { relative: 0 0;
24471                   to_x: "elm.padding.right";
24472                   to_y: "elm.text.2";
24473                }
24474             }
24475          }
24476          part { name: "elm.text.4";
24477             clip_to: "disclip";
24478             type: TEXT;
24479             scale: 1;
24480             description { state: "default" 0.0;
24481                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24482                fixed: 0 1;
24483                align: 1.0 0.0;
24484                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24485                rel1 { relative: 0 1;
24486                   to_x: "elm.padding.bubble.text4.right";
24487                   to_y: "elm.padding.top";
24488                }
24489                rel2 { relative: 0 0;
24490                   to_x: "elm.padding.bubble.text4.right";
24491                   to_y: "elm.text.2";
24492                }
24493                text {
24494                   font: "SLP:style=Medium";
24495                   size: GENLIST_FONT_32_INC;
24496                   min: 1 1;
24497                   align: 0.5 0.5;
24498                   text_class: "slp_medium";
24499                }
24500             }
24501             GENLIST_DESCRIPTION_FLIP_ENABLED
24502          }
24503
24504          part { name: "elm.padding.icon1.right";
24505             clip_to: "disclip";
24506             type: RECT;
24507             scale: 1;
24508             description { state: "default" 0.0;
24509                fixed: 1 1;
24510                align: 1.0 0.0;
24511                visible: 0;
24512                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24513                rel1 { relative: 0 0;
24514                   to_x: "elm.padding.bubble.text4.left";
24515                   to_y: "elm.padding.top";
24516                }
24517                rel2 { relative: 0 0;
24518                   to_x: "elm.padding.bubble.text4.left";
24519                   to_y: "elm.padding.bubble.text4.left";
24520                }
24521             }
24522          }
24523          part { name: "elm.icon.1";
24524             clip_to: "disclip";
24525             type: SWALLOW;
24526             scale: 1;
24527             description { state: "default" 0.0;
24528                color: 0 255 255 255;
24529                fixed: 1 1;
24530                align: 1.0 0.0;
24531                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24532                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24533                rel1 { relative: 0 0;
24534                   to_x: "elm.padding.icon1.right";
24535                   to_y: "elm.padding.top";
24536                }
24537                rel2 { relative: 0 1;
24538                   to_x: "elm.padding.icon1.right";
24539                   to_y: "elm.padding.icon1.right";
24540                }
24541             }
24542          }
24543          part { name: "elm.padding.text3.right";
24544             clip_to: "disclip";
24545             type: RECT;
24546             scale: 1;
24547             description { state: "default" 0.0;
24548                fixed: 1 1;
24549                align: 1.0 0.0;
24550                visible: 0;
24551                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24552                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24553                rel1 { relative: 0 0;
24554                   to_x: "elm.icon.1";
24555                   to_y: "elm.icon.1";
24556                }
24557                rel2 { relative: 0 0;
24558                   to_x: "elm.icon.1";
24559                   to_y: "elm.padding.bottom";
24560                }
24561             }
24562          }
24563          part { name: "elm.text.3";
24564             clip_to: "disclip";
24565             type: TEXT;
24566             scale: 1;
24567             description { state: "default" 0.0;
24568                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24569                fixed: 0 1;
24570                align: 0.0 0.0;
24571                min: 0 GENLIST_SIZE_48_INC;
24572                rel1 { relative: 1 1;
24573                   to_x: "elm.padding.left";
24574                   to_y: "elm.text.1";
24575                }
24576                rel2 { relative: 0 1;
24577                   to_x: "elm.padding.text3.right";
24578                   to_y: "elm.padding.text3.right";
24579                }
24580                text {
24581                   font: "SLP:style=Medium";
24582                   size: GENLIST_FONT_32_INC;
24583                   min: 0 1;
24584                   align: 0.0 0.5;
24585                   text_class: "slp_medium";
24586                }
24587             }
24588             description { state: "selected" 0.0;
24589                inherit: "default" 0.0;
24590                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24591             }
24592             GENLIST_DESCRIPTION_FLIP_ENABLED
24593          }
24594          GENLIST_PART_FLIP
24595          GENLIST_PART_DISCLIP
24596       }
24597       programs {
24598          // signal: elm,state,%s,active
24599          //   a "check" item named %s went active
24600          // signal: elm,state,%s,passive
24601          //   a "check" item named %s went passive
24602          // default is passive
24603          program { name: "go_active";
24604             signal: "elm,state,selected";
24605             source: "elm";
24606             action: STATE_SET "selected" 0.0;
24607             target: "elm.text.1";
24608             target: "elm.text.2";
24609          }
24610          program { name: "go_passive";
24611             signal: "elm,state,unselected";
24612             source: "elm";
24613             action: STATE_SET "default" 0.0;
24614             target: "elm.text.1";
24615             target: "elm.text.2";
24616             transition: LINEAR 0.1;
24617          }
24618          program { name: "go_read";
24619             signal: "elm,state,read";
24620             source: "elm";
24621             action: STATE_SET "read" 0.0;
24622             target: "elm.text.1";
24623          }
24624          program { name: "go_unread";
24625             signal: "elm,state,unread";
24626             source: "elm";
24627             action: STATE_SET "default" 0.0;
24628             target: "elm.text.1";
24629          }
24630       }
24631    }
24632    // 2.2.2.39
24633    group { name: "elm/genlist/item/4text.1icon.2/default";
24634       alias: "elm/genlist/item_odd/4text.1icon.2/default";
24635       alias: "elm/genlist/item_compress/4text.1icon.2/default";
24636       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
24637       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24638       data.item: "contents" "elm.icon.1";
24639       data.item: "stacking" "above";
24640       data.item: "selectraise" "on";
24641       data.item: "flips" "elm.flip.content";
24642       parts {
24643          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24644          GENLIST_PART_BG_IMAGE
24645          GENLIST_PART_BOTTOM_LINE
24646          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24647          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24648          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24649          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24650
24651          part { name: "elm.text.1";
24652             clip_to: "disclip";
24653             type: TEXT;
24654             scale: 1;
24655             description { state: "default" 0.0;
24656                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24657                fixed: 0 1;
24658                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24659                rel1 { relative: 1.0 1.0;
24660                   to_x: "elm.padding.left";
24661                   to_y: "elm.padding.top";
24662                }
24663                rel2 { relative: 0.0 1.0;
24664                   to_x: "elm.padding.text1.right";
24665                   to_y: "elm.padding.text1.right";
24666                }
24667                text {
24668                   font: "SLP:style=Roman";
24669                   size: GENLIST_FONT_44_INC;
24670                   min: 0 1;
24671                   align: 0.0 0.5;
24672                   text_class: "list_item";
24673                }
24674             }
24675             description { state: "read" 0.0;
24676                inherit: "default" 0.0;
24677                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24678             }
24679             description { state: "selected" 0.0;
24680                inherit: "default" 0.0;
24681                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24682             }
24683             GENLIST_DESCRIPTION_FLIP_ENABLED
24684          }
24685          part { name: "elm.padding.text1.right";
24686             clip_to: "disclip";
24687             type: RECT;
24688             scale: 1;
24689             description { state: "default" 0.0;
24690                fixed: 1 1 ;
24691                align: 1.0 0.0;
24692                visible: 0;
24693                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24694                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24695                rel1 { relative: 0.0 1.0;
24696                   to_x: "elm.text.2";
24697                   to_y: "elm.padding.top";
24698                }
24699                rel2 { relative: 0.0 1.0;
24700                   to_x: "elm.text.2";
24701                   to_y: "elm.padding.top";
24702                }
24703             }
24704          }
24705          part { name: "elm.text.2";
24706             clip_to: "disclip";
24707             type: TEXT;
24708             scale: 1;
24709             description { state: "default" 0.0;
24710                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24711                fixed: 0 1;
24712                align: 1.0 1.0;
24713                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24714                rel1 { relative: 0.0 1.0;
24715                   to_x: "elm.padding.right";
24716                   to_y: "elm.padding.bottom";
24717                }
24718                rel2 { relative: 0.0 1.0;
24719                  to_x: "elm.padding.right";
24720                  to_y: "elm.padding.bottom";
24721                }
24722                text {
24723                   font: "SLP:style=Medium";
24724                   size: GENLIST_FONT_32_INC;
24725                   min: 1 1;
24726                   align: 0.5 0.5;
24727                   text_class: "slp_medium";
24728               }
24729             }
24730             description { state: "selected" 0.0;
24731                inherit: "default" 0.0;
24732                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24733             }
24734             GENLIST_DESCRIPTION_FLIP_ENABLED
24735          }
24736          part { name: "elm.text.4";
24737             clip_to: "disclip";
24738             type: TEXT;
24739             scale: 1;
24740             description { state: "default" 0.0;
24741                color: GENLIST_PART_FONT_LIST_MESSAGE_TEXT_COLOR_INC;
24742                fixed: 0 1;
24743                align: 1.0 0.0;
24744                min: 0 GENLIST_SIZE_48_INC;
24745                rel1 { relative: 0 1;
24746                   to_x: "elm.padding.right";
24747                   to_y: "elm.padding.top";
24748                }
24749                rel2 { relative: 0 0;
24750                   to_x: "elm.padding.right";
24751                   to_y: "elm.text.2";
24752                }
24753                text {
24754                   font: "SLP:style=Medium";
24755                   size: GENLIST_FONT_32_INC;
24756                   min: 1 1;
24757                   align: 0.5 0.5;
24758                   text_class: "slp_medium";
24759                }
24760             }
24761             GENLIST_DESCRIPTION_FLIP_ENABLED
24762          }
24763          part { name: "elm.padding.icon1.right";
24764             clip_to: "disclip";
24765             type: RECT;
24766             scale: 1;
24767             description { state: "default" 0.0;
24768                fixed: 1 1;
24769                align: 1.0 0.0;
24770                visible: 0;
24771                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24772                rel1 { relative: 0 0;
24773                   to_x: "elm.text.4";
24774                   to_y: "elm.padding.top";
24775                }
24776                rel2 { relative: 0 0;
24777                   to_x: "elm.text.4";
24778                   to_y: "elm.text.4";
24779                }
24780             }
24781          }
24782          part { name: "elm.icon.1";
24783             clip_to: "disclip";
24784             type: SWALLOW;
24785             scale: 1;
24786             description { state: "default" 0.0;
24787                color: 0 255 255 255;
24788                fixed: 1 1;
24789                align: 1.0 0.0;
24790                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24791                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24792                rel1 { relative: 0 0;
24793                   to_x: "elm.padding.icon1.right";
24794                   to_y: "elm.padding.top";
24795                }
24796                rel2 { relative: 0 1;
24797                   to_x: "elm.padding.icon1.right";
24798                   to_y: "elm.padding.icon1.right";
24799                }
24800             }
24801          }
24802          part { name: "elm.padding.text3.right";
24803             clip_to: "disclip";
24804             type: RECT;
24805             scale: 1;
24806             description { state: "default" 0.0;
24807                fixed: 1 1;
24808                align: 1.0 0.0;
24809                visible: 0;
24810                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24811                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24812                rel1 { relative: 0 0;
24813                   to_x: "elm.icon.1";
24814                   to_y: "elm.icon.1";
24815                }
24816                rel2 { relative: 0 0;
24817                   to_x: "elm.icon.1";
24818                   to_y: "elm.padding.bottom";
24819                }
24820             }
24821          }
24822          part { name: "elm.text.3";
24823             clip_to: "disclip";
24824             type: TEXT;
24825             scale: 1;
24826             description { state: "default" 0.0;
24827                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24828                fixed: 0 1;
24829                align: 0.0 0.0;
24830                min: 0 GENLIST_SIZE_48_INC;
24831                rel1 { relative: 1 1;
24832                   to_x: "elm.padding.left";
24833                   to_y: "elm.text.1";
24834                }
24835                rel2 { relative: 0 1;
24836                   to_x: "elm.padding.text3.right";
24837                   to_y: "elm.padding.text3.right";
24838                }
24839                text {
24840                   font: "SLP:style=Medium";
24841                   size: GENLIST_FONT_32_INC;
24842                   min: 0 1;
24843                   align: 0.0 0.5;
24844                   text_class: "slp_medium";
24845                }
24846             }
24847             description { state: "selected" 0.0;
24848                inherit: "default" 0.0;
24849                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24850             }
24851             GENLIST_DESCRIPTION_FLIP_ENABLED
24852          }
24853          GENLIST_PART_FLIP
24854          GENLIST_PART_DISCLIP
24855       }
24856       programs {
24857          // signal: elm,state,%s,active
24858          //   a "check" item named %s went active
24859          // signal: elm,state,%s,passive
24860          //   a "check" item named %s went passive
24861          // default is passive
24862          program { name: "go_active";
24863             signal: "elm,state,selected";
24864             source: "elm";
24865             action: STATE_SET "selected" 0.0;
24866             target: "elm.text.1";
24867             target: "elm.text.2";
24868          }
24869          program { name: "go_passive";
24870             signal: "elm,state,unselected";
24871             source: "elm";
24872             action: STATE_SET "default" 0.0;
24873             target: "elm.text.1";
24874             target: "elm.text.2";
24875             transition: LINEAR 0.1;
24876          }
24877          program { name: "go_read";
24878             signal: "elm,state,read";
24879             source: "elm";
24880             action: STATE_SET "read" 0.0;
24881             target: "elm.text.1";
24882          }
24883          program { name: "go_unread";
24884             signal: "elm,state,unread";
24885             source: "elm";
24886             action: STATE_SET "default" 0.0;
24887             target: "elm.text.1";
24888          }
24889       }
24890    }
24891    // 2.2.2.40
24892    group { name: "elm/genlist/item/4text.1/default";
24893       alias: "elm/genlist/item_odd/4text.1/default";
24894       alias: "elm/genlist/item_compress/4text.1/default";
24895       alias: "elm/genlist/item_compress_odd/4text.1/default";
24896       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24897       data.item: "stacking" "above";
24898       data.item: "selectraise" "on";
24899       data.item: "flips" "elm.flip.content";
24900       images {
24901          image: "00_winset_list_bubble_bg.png" COMP;
24902       }
24903       parts {
24904          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24905          GENLIST_PART_BG_IMAGE
24906          GENLIST_PART_BOTTOM_LINE
24907          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24908          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24909          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24910          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24911
24912          part { name: "elm.text.1";
24913             clip_to: "disclip";
24914             type: TEXT;
24915             scale: 1;
24916             description { state: "default" 0.0;
24917                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24918                fixed: 0 1;
24919                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24920                rel1 { relative: 1.0 1.0;
24921                   to_x: "elm.padding.left";
24922                   to_y: "elm.padding.top";
24923                }
24924                rel2 { relative: 0.0 1.0;
24925                   to_x: "elm.padding.text1.right";
24926                   to_y: "elm.padding.text1.right";
24927                }
24928                text {
24929                   font: "SLP:style=Roman";
24930                   size: GENLIST_FONT_44_INC;
24931                   min: 0 1;
24932                   align: 0.0 0.5;
24933                   text_class: "list_item";
24934                }
24935             }
24936             description { state: "read" 0.0;
24937                inherit: "default" 0.0;
24938                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24939             }
24940             description { state: "selected" 0.0;
24941                inherit: "default" 0.0;
24942                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24943             }
24944             GENLIST_DESCRIPTION_FLIP_ENABLED
24945          }
24946          part { name: "elm.padding.text1.right";
24947             clip_to: "disclip";
24948             type: RECT;
24949             scale: 1;
24950             description { state: "default" 0.0;
24951                fixed: 1 1 ;
24952                align: 1.0 0.0;
24953                visible: 0;
24954                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24955                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24956                rel1 { relative: 0.0 1.0;
24957                   to_x: "elm.text.2";
24958                   to_y: "elm.padding.top";
24959                }
24960                rel2 { relative: 0.0 1.0;
24961                   to_x: "elm.text.2";
24962                   to_y: "elm.padding.top";
24963                }
24964             }
24965          }
24966          part { name: "elm.text.2";
24967             clip_to: "disclip";
24968             type: TEXT;
24969             scale: 1;
24970             description { state: "default" 0.0;
24971                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24972                fixed: 0 1;
24973                align: 1.0 1.0;
24974                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24975                rel1 { relative: 0.0 1.0;
24976                   to_x: "elm.padding.right";
24977                   to_y: "elm.padding.bottom";
24978                }
24979                rel2 { relative: 0.0 1.0;
24980                  to_x: "elm.padding.right";
24981                  to_y: "elm.padding.bottom";
24982                }
24983                text {
24984                   font: "SLP:style=Medium";
24985                   size: GENLIST_FONT_32_INC;
24986                   min: 1 1;
24987                   align: 0.5 0.5;
24988                   text_class: "slp_medium";
24989               }
24990             }
24991             description { state: "selected" 0.0;
24992                inherit: "default" 0.0;
24993                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24994             }
24995             GENLIST_DESCRIPTION_FLIP_ENABLED
24996          }
24997          part { name: "elm.bubble";
24998             type: IMAGE;
24999             description{ state: "default" 0.0;
25000                fixed: 0 1;
25001                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25002                rel1 { relative: 0 0;
25003                   to_x: "elm.padding.bubble.text4.left";
25004                   to_y: "elm.padding.bubble.text4.left";
25005                }
25006                rel2 { relative: 1 1;
25007                   to_x: "elm.padding.bubble.text4.right";
25008                   to_y: "elm.padding.bubble.text4.right";
25009                }
25010                image {
25011                   normal: "00_winset_list_bubble_bg.png";
25012                   border:  6 6 0 0;
25013                }
25014             }
25015          }
25016          part { name: "elm.padding.bubble.text4.left";
25017             type: RECT;
25018             scale: 1;
25019             description { state: "default" 0.0;
25020                fixed: 1 1;
25021                align: 1 0;
25022                visible: 0;
25023                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25024                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25025                rel1 { relative: 0 1;
25026                   to_x: "elm.text.4";
25027                   to_y: "elm.padding.top";
25028                }
25029                rel2 { relative: 0 0;
25030                   to_x: "elm.text.4";
25031                   to_y: "elm.text.2";
25032                }
25033
25034             }
25035          }
25036          part { name: "elm.padding.bubble.text4.right";
25037             type: RECT;
25038             scale: 1;
25039             description { state: "default" 0.0;
25040                fixed: 1 1;
25041                align: 1 0;
25042                visible: 0;
25043                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25044                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25045                rel1 { relative: 0 1;
25046                   to_x: "elm.padding.right";
25047                   to_y: "elm.padding.top";
25048                }
25049                rel2 { relative: 0 0;
25050                   to_x: "elm.padding.right";
25051                   to_y: "elm.text.2";
25052                }
25053             }
25054          }
25055          part { name: "elm.text.4";
25056             clip_to: "disclip";
25057             type: TEXT;
25058             scale: 1;
25059             description { state: "default" 0.0;
25060                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25061                fixed: 0 1;
25062                align: 1.0 0.0;
25063                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25064                rel1 { relative: 0 1;
25065                   to_x: "elm.padding.bubble.text4.right";
25066                   to_y: "elm.padding.top";
25067                }
25068                rel2 { relative: 0 0;
25069                   to_x: "elm.padding.bubble.text4.right";
25070                   to_y: "elm.text.2";
25071                }
25072                text {
25073                   font: "SLP:style=Medium";
25074                   size: GENLIST_FONT_32_INC;
25075                   min: 1 1;
25076                   align: 0.5 0.5;
25077                   text_class: "slp_medium";
25078                }
25079             }
25080             GENLIST_DESCRIPTION_FLIP_ENABLED
25081          }
25082          part { name: "elm.padding.text3.right";
25083             clip_to: "disclip";
25084             type: RECT;
25085             scale: 1;
25086             description { state: "default" 0.0;
25087                fixed: 1 1;
25088                align: 1.0 0.0;
25089                visible: 0;
25090                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25091                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25092                rel1 { relative: 0 0;
25093                   to_x: "elm.padding.bubble.text4.left";
25094                   to_y: "elm.padding.bubble.text4.left";
25095                }
25096                rel2 { relative: 0 0;
25097                   to_x: "elm.padding.bubble.text4.left";
25098                   to_y: "elm.padding.bottom";
25099                }
25100             }
25101          }
25102          part { name: "elm.text.3";
25103             clip_to: "disclip";
25104             type: TEXT;
25105             scale: 1;
25106             description { state: "default" 0.0;
25107                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25108                fixed: 0 1;
25109                align: 0.0 0.0;
25110                min: 0 GENLIST_SIZE_48_INC;
25111                rel1 { relative: 1 1;
25112                   to_x: "elm.padding.left";
25113                   to_y: "elm.text.1";
25114                }
25115                rel2 { relative: 0 1;
25116                   to_x: "elm.padding.text3.right";
25117                   to_y: "elm.padding.text3.right";
25118                }
25119                text {
25120                   font: "SLP:style=Medium";
25121                   size: GENLIST_FONT_32_INC;
25122                   min: 0 1;
25123                   align: 0.0 0.5;
25124                   text_class: "slp_medium";
25125                }
25126             }
25127             description { state: "selected" 0.0;
25128                inherit: "default" 0.0;
25129                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25130             }
25131             GENLIST_DESCRIPTION_FLIP_ENABLED
25132          }
25133          GENLIST_PART_FLIP
25134          GENLIST_PART_DISCLIP
25135       }
25136       programs {
25137          // signal: elm,state,%s,active
25138          //   a "check" item named %s went active
25139          // signal: elm,state,%s,passive
25140          //   a "check" item named %s went passive
25141          // default is passive
25142          program { name: "go_active";
25143             signal: "elm,state,selected";
25144             source: "elm";
25145             action: STATE_SET "selected" 0.0;
25146             target: "elm.text.1";
25147             target: "elm.text.2";
25148          }
25149          program { name: "go_passive";
25150             signal: "elm,state,unselected";
25151             source: "elm";
25152             action: STATE_SET "default" 0.0;
25153             target: "elm.text.1";
25154             target: "elm.text.2";
25155             transition: LINEAR 0.1;
25156          }
25157          program { name: "go_read";
25158             signal: "elm,state,read";
25159             source: "elm";
25160             action: STATE_SET "read" 0.0;
25161             target: "elm.text.1";
25162          }
25163          program { name: "go_unread";
25164             signal: "elm,state,unread";
25165             source: "elm";
25166             action: STATE_SET "default" 0.0;
25167             target: "elm.text.1";
25168          }
25169       }
25170    }
25171    // 2.2.2.41
25172    group { name: "elm/genlist/item/4text.2/default";
25173       alias: "elm/genlist/item_odd/4text.2/default";
25174       alias: "elm/genlist/item_compress/4text.2/default";
25175       alias: "elm/genlist/item_compress_odd/4text.2/default";
25176       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25177       data.item: "stacking" "above";
25178       data.item: "selectraise" "on";
25179       data.item: "flips" "elm.flip.content";
25180       parts {
25181          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25182          GENLIST_PART_BG_IMAGE
25183          GENLIST_PART_BOTTOM_LINE
25184          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25185          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25186          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25187          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25188
25189          part { name: "elm.text.1";
25190             clip_to: "disclip";
25191             type: TEXT;
25192             scale: 1;
25193             description { state: "default" 0.0;
25194                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25195                fixed: 0 1;
25196                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25197                rel1 { relative: 1.0 1.0;
25198                   to_x: "elm.padding.left";
25199                   to_y: "elm.padding.top";
25200                }
25201                rel2 { relative: 0.0 1.0;
25202                   to_x: "elm.padding.text1.right";
25203                   to_y: "elm.padding.text1.right";
25204                }
25205                text {
25206                   font: "SLP:style=Roman";
25207                   size: GENLIST_FONT_44_INC;
25208                   min: 0 1;
25209                   align: 0.0 0.5;
25210                   text_class: "list_item";
25211                }
25212             }
25213             description { state: "read" 0.0;
25214                inherit: "default" 0.0;
25215                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25216             }
25217             description { state: "selected" 0.0;
25218                inherit: "default" 0.0;
25219                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25220             }
25221             GENLIST_DESCRIPTION_FLIP_ENABLED
25222          }
25223          part { name: "elm.padding.text1.right";
25224             clip_to: "disclip";
25225             type: RECT;
25226             scale: 1;
25227             description { state: "default" 0.0;
25228                fixed: 1 1 ;
25229                align: 1.0 0.0;
25230                visible: 0;
25231                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25232                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25233                rel1 { relative: 0.0 1.0;
25234                   to_x: "elm.text.2";
25235                   to_y: "elm.padding.top";
25236                }
25237                rel2 { relative: 0.0 1.0;
25238                   to_x: "elm.text.2";
25239                   to_y: "elm.padding.top";
25240                }
25241             }
25242          }
25243          part { name: "elm.text.2";
25244             clip_to: "disclip";
25245             type: TEXT;
25246             scale: 1;
25247             description { state: "default" 0.0;
25248                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25249                fixed: 0 1;
25250                align: 1.0 1.0;
25251                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25252                rel1 { relative: 0.0 1.0;
25253                   to_x: "elm.padding.right";
25254                   to_y: "elm.padding.bottom";
25255                }
25256                rel2 { relative: 0.0 1.0;
25257                  to_x: "elm.padding.right";
25258                  to_y: "elm.padding.bottom";
25259                }
25260                text {
25261                   font: "SLP:style=Medium";
25262                   size: GENLIST_FONT_32_INC;
25263                   min: 1 1;
25264                   align: 0.5 0.5;
25265                   text_class: "slp_medium";
25266               }
25267             }
25268             description { state: "selected" 0.0;
25269                inherit: "default" 0.0;
25270                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25271             }
25272             GENLIST_DESCRIPTION_FLIP_ENABLED
25273          }
25274          part { name: "elm.text.4";
25275             clip_to: "disclip";
25276             type: TEXT;
25277             scale: 1;
25278             description { state: "default" 0.0;
25279                color: GENLIST_PART_FONT_LIST_MESSAGE_TEXT_COLOR_INC;
25280                fixed: 0 1;
25281                align: 1.0 0.0;
25282                min: 0 GENLIST_SIZE_48_INC;
25283                rel1 { relative: 0 1;
25284                   to_x: "elm.padding.right";
25285                   to_y: "elm.padding.top";
25286                }
25287                rel2 { relative: 0 0;
25288                   to_x: "elm.padding.right";
25289                   to_y: "elm.text.2";
25290                }
25291                text {
25292                   font: "SLP:style=Medium";
25293                   size: GENLIST_FONT_32_INC;
25294                   min: 1 1;
25295                   align: 0.5 0.5;
25296                   text_class: "slp_medium";
25297                }
25298             }
25299             GENLIST_DESCRIPTION_FLIP_ENABLED
25300          }
25301          part { name: "elm.padding.text3.right";
25302             clip_to: "disclip";
25303             type: RECT;
25304             scale: 1;
25305             description { state: "default" 0.0;
25306                fixed: 1 1;
25307                align: 1.0 0.0;
25308                visible: 0;
25309                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25310                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25311                rel1 { relative: 0 0;
25312                   to_x: "elm.text.4";
25313                   to_y: "elm.text.4";
25314                }
25315                rel2 { relative: 0 0;
25316                   to_x: "elm.text.4";
25317                   to_y: "elm.padding.bottom";
25318                }
25319             }
25320          }
25321          part { name: "elm.text.3";
25322             clip_to: "disclip";
25323             type: TEXT;
25324             scale: 1;
25325             description { state: "default" 0.0;
25326                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25327                fixed: 0 1;
25328                align: 0.0 0.0;
25329                min: 0 GENLIST_SIZE_48_INC;
25330                rel1 { relative: 1 1;
25331                   to_x: "elm.padding.left";
25332                   to_y: "elm.text.1";
25333                }
25334                rel2 { relative: 0 1;
25335                   to_x: "elm.padding.text3.right";
25336                   to_y: "elm.padding.text3.right";
25337                }
25338                text {
25339                   font: "SLP:style=Medium";
25340                   size: GENLIST_FONT_32_INC;
25341                   min: 0 1;
25342                   align: 0.0 0.5;
25343                   text_class: "slp_medium";
25344                }
25345             }
25346             description { state: "selected" 0.0;
25347                inherit: "default" 0.0;
25348                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25349             }
25350             GENLIST_DESCRIPTION_FLIP_ENABLED
25351          }
25352          GENLIST_PART_FLIP
25353          GENLIST_PART_DISCLIP
25354       }
25355       programs {
25356          // signal: elm,state,%s,active
25357          //   a "check" item named %s went active
25358          // signal: elm,state,%s,passive
25359          //   a "check" item named %s went passive
25360          // default is passive
25361          program { name: "go_active";
25362             signal: "elm,state,selected";
25363             source: "elm";
25364             action: STATE_SET "selected" 0.0;
25365             target: "elm.text.1";
25366             target: "elm.text.2";
25367          }
25368          program { name: "go_passive";
25369             signal: "elm,state,unselected";
25370             source: "elm";
25371             action: STATE_SET "default" 0.0;
25372             target: "elm.text.1";
25373             target: "elm.text.2";
25374             transition: LINEAR 0.1;
25375          }
25376          program { name: "go_read";
25377             signal: "elm,state,read";
25378             source: "elm";
25379             action: STATE_SET "read" 0.0;
25380             target: "elm.text.1";
25381          }
25382          program { name: "go_unread";
25383             signal: "elm,state,unread";
25384             source: "elm";
25385             action: STATE_SET "default" 0.0;
25386             target: "elm.text.1";
25387          }
25388       }
25389    }
25390    // 2.2.2.42
25391    group { name: "elm/genlist/item/3text.1icon.3/default";
25392       alias: "elm/genlist/item_odd/3text.1icon.3/default";
25393       alias: "elm/genlist/item_compress/3text.1icon.3/default";
25394       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
25395       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25396       data.item: "contents" "elm.icon.1";
25397       data.item: "stacking" "above";
25398       data.item: "selectraise" "on";
25399       data.item: "flips" "elm.flip.content";
25400       parts {
25401          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25402          GENLIST_PART_BG_IMAGE
25403          GENLIST_PART_BOTTOM_LINE
25404          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25405          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25406          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25407          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25408
25409          part { name: "elm.text.1";
25410             clip_to: "disclip";
25411             type: TEXT;
25412             scale: 1;
25413             description { state: "default" 0.0;
25414                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25415                fixed: 0 1;
25416                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25417                rel1 { relative: 1.0 1.0;
25418                   to_x: "elm.padding.left";
25419                   to_y: "elm.padding.top";
25420                }
25421                rel2 { relative: 0.0 1.0;
25422                   to_x: "elm.padding.text1.right";
25423                   to_y: "elm.padding.text1.right";
25424                }
25425                text {
25426                   font: "SLP:style=Roman";
25427                   size: GENLIST_FONT_44_INC;
25428                   min: 0 1;
25429                   align: 0.0 0.5;
25430                   text_class: "list_item";
25431                }
25432             }
25433             description { state: "read" 0.0;
25434                inherit: "default" 0.0;
25435                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25436             }
25437             description { state: "selected" 0.0;
25438                inherit: "default" 0.0;
25439                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25440             }
25441             GENLIST_DESCRIPTION_FLIP_ENABLED
25442          }
25443          part { name: "elm.padding.text1.right";
25444             clip_to: "disclip";
25445             type: RECT;
25446             scale: 1;
25447             description { state: "default" 0.0;
25448                fixed: 1 1 ;
25449                align: 1.0 0.0;
25450                visible: 0;
25451                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25452                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25453                rel1 { relative: 0.0 1.0;
25454                   to_x: "elm.icon.1";
25455                   to_y: "elm.padding.top";
25456                }
25457                rel2 { relative: 0.0 1.0;
25458                   to_x: "elm.icon.1";
25459                   to_y: "elm.padding.top";
25460                }
25461             }
25462          }
25463          part { name: "elm.text.2";
25464             clip_to: "disclip";
25465             type: TEXT;
25466             scale: 1;
25467             description { state: "default" 0.0;
25468                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25469                fixed: 0 1;
25470                align: 1.0 1.0;
25471                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25472                rel1 { relative: 0.0 1.0;
25473                   to_x: "elm.padding.right";
25474                   to_y: "elm.padding.bottom";
25475                }
25476                rel2 { relative: 0.0 1.0;
25477                  to_x: "elm.padding.right";
25478                  to_y: "elm.padding.bottom";
25479                }
25480                text {
25481                   font: "SLP:style=Medium";
25482                   size: GENLIST_FONT_32_INC;
25483                   min: 1 1;
25484                   align: 0.5 0.5;
25485                   text_class: "slp_medium";
25486               }
25487             }
25488             description { state: "selected" 0.0;
25489                inherit: "default" 0.0;
25490                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25491             }
25492
25493             GENLIST_DESCRIPTION_FLIP_ENABLED
25494          }
25495          part { name: "elm.padding.icon1.right";
25496             clip_to: "disclip";
25497             type: RECT;
25498             scale: 1;
25499             description { state: "default" 0.0;
25500                fixed: 1 1;
25501                align: 1.0 0.0;
25502                visible: 0;
25503                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25504                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25505                rel1 { relative: 0 1;
25506                   to_x: "elm.padding.right";
25507                   to_y: "elm.padding.top";
25508                }
25509                rel2 { relative: 0 0;
25510                   to_x: "elm.padding.right";
25511                   to_y: "elm.text.2";
25512                }
25513             }
25514          }
25515          part { name: "elm.icon.1";
25516             clip_to: "disclip";
25517             type: SWALLOW;
25518             scale: 1;
25519             description { state: "default" 0.0;
25520                color: 0 255 255 255;
25521                fixed: 1 1;
25522                align: 1.0 0.0;
25523                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25524                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25525                rel1 { relative: 0 0;
25526                   to_x: "elm.padding.icon1.right";
25527                   to_y: "elm.padding.icon1.right";
25528                }
25529                rel2 { relative: 0 1;
25530                   to_x: "elm.padding.icon1.right";
25531                   to_y: "elm.padding.icon1.right";
25532                }
25533             }
25534          }
25535          part { name: "elm.padding.text3.right";
25536             clip_to: "disclip";
25537             type: RECT;
25538             scale: 1;
25539             description { state: "default" 0.0;
25540                fixed: 1 1;
25541                align: 1.0 0.0;
25542                visible: 0;
25543                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25544                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25545                rel1 { relative: 0 0;
25546                   to_x: "elm.text.2";
25547                   to_y: "elm.padding.top";
25548                }
25549                rel2 { relative: 0 0;
25550                   to_x: "elm.text.2";
25551                   to_y: "elm.icon.1";
25552                }
25553             }
25554          }
25555          part { name: "elm.text.3";
25556             clip_to: "disclip";
25557             type: TEXT;
25558             scale: 1;
25559             description { state: "default" 0.0;
25560                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25561                fixed: 0 1;
25562                align: 0.0 0.0;
25563                min: 0 GENLIST_SIZE_48_INC;
25564                rel1 { relative: 1 1;
25565                   to_x: "elm.padding.left";
25566                   to_y: "elm.text.1";
25567                }
25568                rel2 { relative: 0 1;
25569                   to_x: "elm.padding.text3.right";
25570                   to_y: "elm.padding.text3.right";
25571                }
25572                text {
25573                   font: "SLP:style=Medium";
25574                   size: GENLIST_FONT_32_INC;
25575                   min: 0 1;
25576                   align: 0.0 0.5;
25577                   text_class: "slp_medium";
25578                }
25579             }
25580             description { state: "selected" 0.0;
25581                inherit: "default" 0.0;
25582                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25583             }
25584             GENLIST_DESCRIPTION_FLIP_ENABLED
25585          }
25586          GENLIST_PART_FLIP
25587          GENLIST_PART_DISCLIP
25588       }
25589       programs {
25590          // signal: elm,state,%s,active
25591          //   a "check" item named %s went active
25592          // signal: elm,state,%s,passive
25593          //   a "check" item named %s went passive
25594          // default is passive
25595          program { name: "go_active";
25596             signal: "elm,state,selected";
25597             source: "elm";
25598             action: STATE_SET "selected" 0.0;
25599             target: "elm.text.1";
25600             target: "elm.text.2";
25601          }
25602          program { name: "go_passive";
25603             signal: "elm,state,unselected";
25604             source: "elm";
25605             action: STATE_SET "default" 0.0;
25606             target: "elm.text.1";
25607             target: "elm.text.2";
25608             transition: LINEAR 0.1;
25609          }
25610          program { name: "go_read";
25611             signal: "elm,state,read";
25612             source: "elm";
25613             action: STATE_SET "read" 0.0;
25614             target: "elm.text.1";
25615          }
25616          program { name: "go_unread";
25617             signal: "elm,state,unread";
25618             source: "elm";
25619             action: STATE_SET "default" 0.0;
25620             target: "elm.text.1";
25621          }
25622       }
25623    }
25624    // 2.2.2.44
25625    group { name: "elm/genlist/item/4text.1icon.3/default";
25626       alias: "elm/genlist/item_odd/4text.1icon.3/default";
25627       alias: "elm/genlist/item_compress/4text.1icon.3/default";
25628       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
25629       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25630       data.item: "stacking" "above";
25631       data.item: "selectraise" "on";
25632       data.item: "contents" "elm.icon.1";
25633       data.item: "flips" "elm.flip.content";
25634       images {
25635          image: "00_winset_list_bubble_bg.png" COMP;
25636       }
25637       parts {
25638          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25639          GENLIST_PART_BG_IMAGE
25640          GENLIST_PART_BOTTOM_LINE
25641          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25642          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25643          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25644          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25645          part { name: "elm.icon.1";
25646             clip_to: "disclip";
25647             type: SWALLOW;
25648             scale: 1;
25649             description { state: "default" 0.0;
25650                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25651                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25652                fixed: 1 1;
25653                rel1 {
25654                   relative: 1.0 0.0;
25655                   to_x: "elm.padding.left";
25656                }
25657                rel2 {
25658                   relative: 1.0 1.0;
25659                   to_x: "elm.padding.left";
25660                }
25661                align: 0.0 0.5;
25662             }
25663             GENLIST_DESCRIPTION_FLIP_ENABLED
25664          }
25665          part { name: "elm.text.1";
25666             clip_to: "disclip";
25667             type: TEXT;
25668             scale: 1;
25669             description { state: "default" 0.0;
25670                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25671                fixed: 0 1;
25672                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25673                rel1 { relative: 1.0 1.0;
25674                   to_x: "elm.icon.1";
25675                   to_y: "elm.padding.top";
25676                }
25677                rel2 { relative: 0.0 1.0;
25678                   to_x: "elm.padding.text1.right";
25679                   to_y: "elm.padding.text1.right";
25680                }
25681                text {
25682                   font: "SLP:style=Roman";
25683                   size: GENLIST_FONT_44_INC;
25684                   min: 0 1;
25685                   align: 0.0 0.5;
25686                   text_class: "list_item";
25687                }
25688             }
25689             description { state: "read" 0.0;
25690                inherit: "default" 0.0;
25691                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25692             }
25693             description { state: "selected" 0.0;
25694                inherit: "default" 0.0;
25695                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25696             }
25697             GENLIST_DESCRIPTION_FLIP_ENABLED
25698          }
25699          part { name: "elm.padding.text1.right";
25700             clip_to: "disclip";
25701             type: RECT;
25702             scale: 1;
25703             description { state: "default" 0.0;
25704                fixed: 1 1 ;
25705                align: 1.0 0.0;
25706                visible: 0;
25707                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25708                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25709                rel1 { relative: 0.0 1.0;
25710                   to_x: "elm.text.2";
25711                   to_y: "elm.padding.top";
25712                }
25713                rel2 { relative: 0.0 1.0;
25714                   to_x: "elm.text.2";
25715                   to_y: "elm.padding.top";
25716                }
25717             }
25718          }
25719          part { name: "elm.text.2";
25720             clip_to: "disclip";
25721             type: TEXT;
25722             scale: 1;
25723             description { state: "default" 0.0;
25724                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25725                fixed: 0 1;
25726                align: 1.0 1.0;
25727                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25728                rel1 { relative: 0.0 1.0;
25729                   to_x: "elm.padding.right";
25730                   to_y: "elm.padding.bottom";
25731                }
25732                rel2 { relative: 0.0 1.0;
25733                  to_x: "elm.padding.right";
25734                  to_y: "elm.padding.bottom";
25735                }
25736                text {
25737                   font: "SLP:style=Medium";
25738                   size: GENLIST_FONT_32_INC;
25739                   min: 1 1;
25740                   align: 0.5 0.5;
25741                   text_class: "slp_medium";
25742                }
25743             }
25744             description { state: "selected" 0.0;
25745                inherit: "default" 0.0;
25746                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25747             }
25748             GENLIST_DESCRIPTION_FLIP_ENABLED
25749          }
25750          part { name: "elm.bubble";
25751             type: IMAGE;
25752             description{ state: "default" 0.0;
25753                fixed: 0 1;
25754                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25755                rel1 { relative: 0 0;
25756                   to_x: "elm.padding.bubble.text4.left";
25757                   to_y: "elm.padding.bubble.text4.left";
25758                }
25759                rel2 { relative: 1 1;
25760                   to_x: "elm.padding.bubble.text4.right";
25761                   to_y: "elm.padding.bubble.text4.right";
25762                }
25763                image {
25764                   normal: "00_winset_list_bubble_bg.png";
25765                   border:  6 6 0 0;
25766                }
25767             }
25768          }
25769          part { name: "elm.padding.bubble.text4.left";
25770             type: RECT;
25771             scale: 1;
25772             description { state: "default" 0.0;
25773                fixed: 1 1;
25774                align: 1 0;
25775                visible: 0;
25776                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25777                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25778                rel1 { relative: 0 1;
25779                   to_x: "elm.text.4";
25780                   to_y: "elm.padding.top";
25781                }
25782                rel2 { relative: 0 0;
25783                   to_x: "elm.text.4";
25784                   to_y: "elm.text.2";
25785                }
25786
25787             }
25788          }
25789          part { name: "elm.padding.bubble.text4.right";
25790             type: RECT;
25791             scale: 1;
25792             description { state: "default" 0.0;
25793                fixed: 1 1;
25794                align: 1 0;
25795                visible: 0;
25796                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25797                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25798                rel1 { relative: 0 1;
25799                   to_x: "elm.padding.right";
25800                   to_y: "elm.padding.top";
25801                }
25802                rel2 { relative: 0 0;
25803                   to_x: "elm.padding.right";
25804                   to_y: "elm.text.2";
25805                }
25806             }
25807          }
25808          part { name: "elm.text.4";
25809             clip_to: "disclip";
25810             type: TEXT;
25811             scale: 1;
25812             description { state: "default" 0.0;
25813                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25814                fixed: 0 1;
25815                align: 1.0 0.0;
25816                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25817                rel1 { relative: 0 1;
25818                   to_x: "elm.padding.bubble.text4.right";
25819                   to_y: "elm.padding.top";
25820                }
25821                rel2 { relative: 0 0;
25822                   to_x: "elm.padding.bubble.text4.right";
25823                   to_y: "elm.text.2";
25824                }
25825                text {
25826                   font: "SLP:style=Medium";
25827                   size: GENLIST_FONT_32_INC;
25828                   min: 1 1;
25829                   align: 0.5 0.5;
25830                   text_class: "slp_medium";
25831                }
25832             }
25833             GENLIST_DESCRIPTION_FLIP_ENABLED
25834          }
25835          part { name: "elm.padding.text3.right";
25836             clip_to: "disclip";
25837             type: RECT;
25838             scale: 1;
25839             description { state: "default" 0.0;
25840                fixed: 1 1;
25841                align: 1.0 0.0;
25842                visible: 0;
25843                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25844                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25845                rel1 { relative: 0 0;
25846                   to_x: "elm.padding.bubble.text4.left";
25847                   to_y: "elm.padding.bubble.text4.left";
25848                }
25849                rel2 { relative: 0 0;
25850                   to_x: "elm.padding.bubble.text4.left";
25851                   to_y: "elm.padding.bottom";
25852                }
25853             }
25854          }
25855          part { name: "elm.text.3";
25856             clip_to: "disclip";
25857             type: TEXT;
25858             scale: 1;
25859             description { state: "default" 0.0;
25860                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25861                fixed: 0 1;
25862                align: 0.0 0.0;
25863                min: 0 GENLIST_SIZE_48_INC;
25864                rel1 { relative: 1 1;
25865                   to_x: "elm.icon.1";
25866                   to_y: "elm.text.1";
25867                }
25868                rel2 { relative: 0 1;
25869                   to_x: "elm.padding.text3.right";
25870                   to_y: "elm.padding.text3.right";
25871                }
25872                text {
25873                   font: "SLP:style=Medium";
25874                   size: GENLIST_FONT_32_INC;
25875                   min: 0 1;
25876                   align: 0.0 0.5;
25877                   text_class: "slp_medium";
25878                }
25879             }
25880             description { state: "selected" 0.0;
25881                inherit: "default" 0.0;
25882                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25883             }
25884             GENLIST_DESCRIPTION_FLIP_ENABLED
25885          }
25886          GENLIST_PART_FLIP
25887          GENLIST_PART_DISCLIP
25888       }
25889       programs {
25890          // signal: elm,state,%s,active
25891          //   a "check" item named %s went active
25892          // signal: elm,state,%s,passive
25893          //   a "check" item named %s went passive
25894          // default is passive
25895          program { name: "go_active";
25896             signal: "elm,state,selected";
25897             source: "elm";
25898             action: STATE_SET "selected" 0.0;
25899             target: "elm.text.1";
25900             target: "elm.text.2";
25901          }
25902          program { name: "go_passive";
25903             signal: "elm,state,unselected";
25904             source: "elm";
25905             action: STATE_SET "default" 0.0;
25906             target: "elm.text.1";
25907             target: "elm.text.2";
25908             transition: LINEAR 0.1;
25909          }
25910          program { name: "go_read";
25911             signal: "elm,state,read";
25912             source: "elm";
25913             action: STATE_SET "read" 0.0;
25914             target: "elm.text.1";
25915          }
25916          program { name: "go_unread";
25917             signal: "elm,state,unread";
25918             source: "elm";
25919             action: STATE_SET "default" 0.0;
25920             target: "elm.text.1";
25921          }
25922       }
25923    }
25924    // 2.2.2.43
25925    group { name: "elm/genlist/item/2text.4icon.1/default";
25926       alias: "elm/genlist/item_odd/2text.4icon.1/default";
25927       alias: "elm/genlist/item_compress/2text.4icon.1/default";
25928       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
25929       data.item: "texts" "elm.text.1 elm.text.2";
25930       data.item: "stacking" "above";
25931       data.item: "selectraise" "on";
25932       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
25933       data.item: "flips" "elm.flip.content";
25934       parts {
25935          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25936          GENLIST_PART_BG_IMAGE
25937          GENLIST_PART_BOTTOM_LINE
25938          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25939          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25940          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25941          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25942          part { name: "elm.icon.1";
25943             clip_to: "disclip";
25944             type: SWALLOW;
25945             scale: 1;
25946             description { state: "default" 0.0;
25947                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25948                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25949                fixed: 1 1;
25950                rel1 {
25951                   relative: 0.0 1.0;
25952                   to_x: "elm.padding.right";
25953                   to_y: "elm.padding.top";
25954                }
25955                rel2 {
25956                   relative: 0.0 0.0;
25957                   to_x: "elm.padding.right";
25958                   to_y: "elm.padding.bottom";
25959                }
25960                align: 1.0 0.5;
25961             }
25962             GENLIST_DESCRIPTION_FLIP_ENABLED
25963          }
25964          part { name: "elm.padding.text1.right";
25965             clip_to: "disclip";
25966             type: RECT;
25967             scale: 1;
25968             description { state: "default" 0.0;
25969                fixed: 1 1 ;
25970                align: 1.0 0.0;
25971                visible: 0;
25972                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25973                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25974                rel1 { relative: 0.0 1.0;
25975                   to_x: "elm.icon.1";
25976                   to_y: "elm.padding.top";
25977                }
25978                rel2 { relative: 0.0 1.0;
25979                   to_x: "elm.icon.1";
25980                   to_y: "elm.padding.top";
25981                }
25982             }
25983          }
25984          part { name: "elm.text.1";
25985             clip_to: "disclip";
25986             type: TEXT;
25987             scale: 1;
25988             description { state: "default" 0.0;
25989                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25990                fixed: 0 1;
25991                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25992                rel1 { relative: 1.0 1.0;
25993                   to_x: "elm.padding.left";
25994                   to_y: "elm.padding.top";
25995                }
25996                rel2 { relative: 0.0 1.0;
25997                   to_x: "elm.padding.text1.right";
25998                   to_y: "elm.padding.text1.right";
25999                }
26000                text {
26001                   font: "SLP:style=Roman";
26002                   size: GENLIST_FONT_44_INC;
26003                   min: 0 1;
26004                   align: 0.0 0.5;
26005                   text_class: "list_item";
26006                }
26007             }
26008             description { state: "read" 0.0;
26009                inherit: "default" 0.0;
26010                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
26011             }
26012             description { state: "selected" 0.0;
26013                inherit: "default" 0.0;
26014                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
26015             }
26016             GENLIST_DESCRIPTION_FLIP_ENABLED
26017          }
26018          part { name: "elm.padding.icon2.right";
26019             clip_to: "disclip";
26020             type: RECT;
26021             scale: 1;
26022             description { state: "default" 0.0;
26023                fixed: 1 1;
26024                align: 1.0 0.0;
26025                visible: 0;
26026                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26027                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26028                rel1 { relative: 0 1;
26029                   to_x: "elm.icon.1";
26030                   to_y: "elm.text.1";
26031                }
26032                rel2 { relative: 0 0;
26033                   to_x: "elm.icon.1";
26034                   to_y: "elm.padding.bottom";
26035                }
26036             }
26037          }
26038          part { name: "elm.icon.2";
26039             clip_to: "disclip";
26040             type: SWALLOW;
26041             scale: 1;
26042             description { state: "default" 0.0;
26043                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26044                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26045                fixed: 1 1;
26046                rel1 {
26047                   relative: 0.0 1.0;
26048                   to_x: "elm.padding.icon2.right";
26049                   to_y: "elm.text.1";
26050                }
26051                rel2 {
26052                   relative: 0.0 0.0;
26053                   to_x: "elm.padding.icon2.right";
26054                   to_y: "elm.padding.bottom";
26055                }
26056                align: 1.0 0.5;
26057             }
26058             GENLIST_DESCRIPTION_FLIP_ENABLED
26059          }
26060          part { name: "elm.padding.icon3.right";
26061             clip_to: "disclip";
26062             type: RECT;
26063             scale: 1;
26064             description { state: "default" 0.0;
26065                fixed: 1 1;
26066                align: 1.0 0.0;
26067                visible: 0;
26068                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26069                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26070                rel1 { relative: 0 1;
26071                   to_x: "elm.icon.2";
26072                   to_y: "elm.text.1";
26073                }
26074                rel2 { relative: 0 0;
26075                   to_x: "elm.icon.2";
26076                   to_y: "elm.padding.bottom";
26077                }
26078             }
26079          }
26080          part { name: "elm.icon.3";
26081             clip_to: "disclip";
26082             type: SWALLOW;
26083             scale: 1;
26084             description { state: "default" 0.0;
26085                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26086                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26087                fixed: 1 1;
26088                rel1 {
26089                   relative: 0.0 1.0;
26090                   to_x: "elm.padding.icon3.right";
26091                   to_y: "elm.text.1";
26092                }
26093                rel2 {
26094                   relative: 0.0 0.0;
26095                   to_x: "elm.padding.icon3.right";
26096                   to_y: "elm.padding.bottom";
26097                }
26098                align: 1.0 0.5;
26099             }
26100             GENLIST_DESCRIPTION_FLIP_ENABLED
26101          }
26102          part { name: "elm.padding.icon4.right";
26103             clip_to: "disclip";
26104             type: RECT;
26105             scale: 1;
26106             description { state: "default" 0.0;
26107                fixed: 1 1;
26108                align: 1.0 0.0;
26109                visible: 0;
26110                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26111                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26112                rel1 { relative: 0 1;
26113                   to_x: "elm.icon.3";
26114                   to_y: "elm.text.1";
26115                }
26116                rel2 { relative: 0 0;
26117                   to_x: "elm.icon.3";
26118                   to_y: "elm.padding.bottom";
26119                }
26120             }
26121          }
26122          part { name: "elm.icon.4";
26123             clip_to: "disclip";
26124             type: SWALLOW;
26125             scale: 1;
26126             description { state: "default" 0.0;
26127                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26128                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26129                fixed: 1 1;
26130                rel1 {
26131                   relative: 0.0 1.0;
26132                   to_x: "elm.padding.icon4.right";
26133                   to_y: "elm.text.1";
26134                }
26135                rel2 {
26136                   relative: 0.0 0.0;
26137                   to_x: "elm.padding.icon4.right";
26138                   to_y: "elm.padding.bottom";
26139                }
26140                align: 1.0 0.5;
26141             }
26142             GENLIST_DESCRIPTION_FLIP_ENABLED
26143          }
26144          part { name: "elm.padding.text2.right";
26145             clip_to: "disclip";
26146             type: RECT;
26147             scale: 1;
26148             description { state: "default" 0.0;
26149                fixed: 1 1;
26150                align: 1.0 0.0;
26151                visible: 0;
26152                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26153                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26154                rel1 { relative: 0 1;
26155                   to_x: "elm.icon.4";
26156                   to_y: "elm.text.1";
26157                }
26158                rel2 { relative: 0 0;
26159                   to_x: "elm.icon.4";
26160                   to_y: "elm.padding.bottom";
26161                }
26162             }
26163          }
26164          part { name: "elm.text.2";
26165             clip_to: "disclip";
26166             type: TEXT;
26167             scale: 1;
26168             description { state: "default" 0.0;
26169                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
26170                fixed: 0 1;
26171                align: 0.0 0.0;
26172                min: 0 GENLIST_SIZE_48_INC;
26173                rel1 { relative: 1 1;
26174                   to_x: "elm.padding.left";
26175                   to_y: "elm.text.1";
26176                }
26177                rel2 { relative: 0 1;
26178                   to_x: "elm.padding.text2.right";
26179                   to_y: "elm.padding.text2.right";
26180                }
26181                text {
26182                   font: "SLP:style=Medium";
26183                   size: GENLIST_FONT_32_INC;
26184                   min: 0 1;
26185                   align: 0.0 0.5;
26186                   text_class: "slp_medium";
26187                }
26188             }
26189             description { state: "selected" 0.0;
26190                inherit: "default" 0.0;
26191                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
26192             }
26193             GENLIST_DESCRIPTION_FLIP_ENABLED
26194          }
26195          GENLIST_PART_FLIP
26196          GENLIST_PART_DISCLIP
26197       }
26198       programs {
26199          // signal: elm,state,%s,active
26200          //   a "check" item named %s went active
26201          // signal: elm,state,%s,passive
26202          //   a "check" item named %s went passive
26203          // default is passive
26204          program { name: "go_active";
26205             signal: "elm,state,selected";
26206             source: "elm";
26207             action: STATE_SET "selected" 0.0;
26208             target: "elm.text.1";
26209          }
26210          program { name: "go_passive";
26211             signal: "elm,state,unselected";
26212             source: "elm";
26213             action: STATE_SET "default" 0.0;
26214             target: "elm.text.1";
26215             transition: LINEAR 0.1;
26216          }
26217          program { name: "go_read";
26218             signal: "elm,state,read";
26219             source: "elm";
26220             action: STATE_SET "read" 0.0;
26221             target: "elm.text.1";
26222          }
26223          program { name: "go_unread";
26224             signal: "elm,state,unread";
26225             source: "elm";
26226             action: STATE_SET "default" 0.0;
26227             target: "elm.text.1";
26228          }
26229       }
26230    }
26231
26232    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
26233       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
26234       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
26235       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
26236       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
26237       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
26238       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
26239       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
26240       alias: "elm/layout/dialogue/bg/2text.1icon.2";
26241       data.item: "stacking" "above";
26242       data.item: "selectraise" "on";
26243       data.item: "texts" "elm.text.1 elm.text.2";
26244       data.item: "contents" "elm.icon";
26245       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26246       images {
26247           image: "00_list_thumbnail_bg.png" COMP;
26248       }
26249       parts {
26250          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
26251          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26252          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
26253          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26254          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26255          part { name: "elm.icon.bg";
26256             scale: 1;
26257             description { state: "default" 0.0;
26258                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26259                fixed: 1 1;
26260                align: 0.0 0.8;
26261                rel1 {
26262                   relative: 1.0 0.5;
26263                   to_x: "elm.padding.left";
26264                }
26265                rel2 {
26266                   relative: 1.0 0.5;
26267                   to_x: "elm.padding.left";
26268                }
26269                image {
26270                   normal: "00_list_thumbnail_bg.png";
26271                   border: 1 1 1 1;
26272                   border_scale: 1;
26273                   middle: NONE;
26274                }
26275             }
26276          }
26277          part { name: "elm.icon";
26278             type: SWALLOW;
26279             description { state: "default" 0.0;
26280                rel1.to: "elm.icon.bg";
26281                rel2.to: "elm.icon.bg";
26282             }
26283          }
26284          part { name: "elm.padding.icon.right";
26285             type: RECT;
26286             mouse_events: 0;
26287             scale: 1;
26288             description { state: "default" 0.0;
26289                min: GENLIST_PADDING_16_INC 0;
26290                fixed: 1 0;
26291                rel1 {
26292                    relative: 1.0 0.0;
26293                    to_x: "elm.icon.bg";
26294                }
26295                rel2.to_x: "elm.icon.bg";
26296                visible: 0;
26297                align: 0.0 0.5;
26298             }
26299          }
26300          part { name: "elm.padding.text.left";
26301             type: RECT;
26302             mouse_events: 0;
26303             scale: 1;
26304             description { state: "default" 0.0;
26305                min: GENLIST_PADDING_16_INC 0;
26306                fixed: 1 0;
26307                rel1 {
26308                    relative: 1.0 1.0;
26309                    to_x: "elm.padding.icon.right";
26310                    to_y: "elm.padding.top";
26311                }
26312                rel2.to_x: "elm.padding.icon.right";
26313                visible: 0;
26314                align: 1.0 0.5;
26315             }
26316          }
26317          part { name: "vertical_line";
26318             type: RECT;
26319             mouse_events: 0;
26320             description { state: "default" 0.0;
26321                min: 1 0;
26322                fixed: 1 0;
26323                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26324                rel1 {
26325                   relative: 1.0 1.0;
26326                   to_x: "elm.padding.text.left";
26327                   to_y: "elm.padding.top";
26328                }
26329                rel2 {
26330                   relative: 1.0 0.0;
26331                   to_x: "elm.padding.text.left";
26332                   to_y: "elm.padding.bottom";
26333                }
26334                align: 0.0 0.5;
26335             }
26336          }
26337          part { name: "text_vertical_rect";
26338             type: RECT;
26339             mouse_events: 0;
26340             description { state: "default" 0.0;
26341                min: GENLIST_PADDING_16_INC 0;
26342                fixed: 1 0;
26343                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26344                rel1 {
26345                   relative: 1.0 1.0;
26346                   to_x: "vertical_line";
26347                   to_y: "elm.padding.top";
26348                }
26349                rel2 {
26350                   relative: 1.0 0.0;
26351                   to_x: "elm.padding.text.left";
26352                   to_y: "elm.padding.bottom";
26353                }
26354                align: 0.0 0.5;
26355             }
26356          }
26357          part { name: "elm.padding.text.right";
26358             type: RECT;
26359             mouse_events: 0;
26360             scale: 1;
26361             description { state: "default" 0.0;
26362                min: GENLIST_PADDING_16_INC 0;
26363                fixed: 1 0;
26364                rel1 {
26365                    relative: 1.0 0.0;
26366                    to_x: "text_vertical_rect";
26367                }
26368                rel2.to_x: "text_vertical_rect";
26369                visible: 0;
26370                align: 0.0 0.5;
26371             }
26372          }
26373          part { name: "text_top_line";
26374             type: RECT;
26375             mouse_events: 0;
26376             description { state: "default" 0.0;
26377                min: 0 1;
26378                fixed: 0 1;
26379                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26380                rel1 {
26381                   relative: 1.0 0.0;
26382                   to_x: "text_vertical_rect";
26383                   to_y: "text_vertical_rect";
26384                }
26385                rel2 {
26386                   relative: 1.0 0.0;
26387                   to_y: "text_vertical_rect";
26388                }
26389                align: 0.0 0.0;
26390             }
26391          }
26392          part { name: "text_center_line";
26393             type: RECT;
26394             mouse_events: 0;
26395             description { state: "default" 0.0;
26396                min: 0 1;
26397                fixed: 0 1;
26398                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26399                rel1 {
26400                   relative: 1.0 0.5;
26401                   to_x: "text_vertical_rect";
26402                }
26403                rel2.relative: 1.0 0.5;
26404                align: 0.5 0.5;
26405             }
26406          }
26407          part { name: "text_bottom_line";
26408             type: RECT;
26409             mouse_events: 0;
26410             description { state: "default" 0.0;
26411                min: 0 1;
26412                fixed: 0 1;
26413                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26414                rel1 {
26415                   relative: 1.0 1.0;
26416                   to_x: "text_vertical_rect";
26417                   to_y: "text_vertical_rect";
26418                }
26419                rel2 {
26420                   relative: 1.0 1.0;
26421                   to_y: "text_vertical_rect";
26422                }
26423                align: 0.0 1.0;
26424             }
26425          }
26426          part { name: "elm.text.bg.1";
26427             clip_to: "disclip";
26428             type: RECT;
26429             mouse_events: 0;
26430             scale: 1;
26431             description { state: "default" 0.0;
26432                rel1 {
26433                   relative: 1.0 1.0;
26434                   to_x: "text_vertical_rect";
26435                   to_y: "text_top_line";
26436                }
26437                rel2 {
26438                   relative: 1.0 0.0;
26439                   to_x: "elm.padding.right";
26440                   to_y: "text_center_line";
26441                }
26442                color: GENLIST_PART_BG_COLOR_INC;
26443             }
26444          }
26445          part { name: "elm.text.1";
26446             type: TEXT;
26447             mouse_events: 0;
26448             scale: 1;
26449             description { state: "default" 0.0;
26450                min: 0 GENLIST_SIZE_54_INC;
26451                rel1 {
26452                   relative: 1.0 0.0;
26453                   to_x: "elm.padding.text.right";
26454                   to_y: "elm.text.bg.1";
26455                }
26456                rel2 {
26457                   relative: 0.0 1.0;
26458                   to_x: "elm.padding.right";
26459                   to_y: "elm.text.bg.1";
26460                }
26461                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26462                text {
26463                   font: "SLP:style=Roman";
26464                   size: GENLIST_FONT_48_INC;
26465                   align: 0.0 0.5;
26466                   text_class: "list_item";
26467                }
26468             }
26469             GENLIST_DESCRIPTION_FLIP_ENABLED
26470          }
26471          part { name: "elm.flip.content.1";
26472             clip_to: "disclip";
26473             type: SWALLOW;
26474             description { state: "default" 0.0;
26475                visible: 0;
26476                fixed: 1 1;
26477                rel1.to: "elm.text.1";
26478                rel2.to: "elm.text.1";
26479             }
26480             description { state: "flip_enabled" 0.0;
26481                inherit: "default" 0.0;
26482                visible: 1;
26483             }
26484          }
26485          part { name: "elm.text.bg.2";
26486             clip_to: "disclip";
26487             type: RECT;
26488             mouse_events: 0;
26489             scale: 1;
26490             description { state: "default" 0.0;
26491                rel1 {
26492                   relative: 1.0 1.0;
26493                   to_x: "text_vertical_rect";
26494                   to_y: "text_center_line";
26495                }
26496                rel2 {
26497                   relative: 1.0 0.0;
26498                   to_x: "elm.padding.right";
26499                   to_y: "text_bottom_line";
26500                }
26501                color: GENLIST_PART_BG_COLOR_INC;
26502             }
26503          }
26504          part { name: "elm.text.2";
26505             clip_to: "disclip";
26506             type: TEXT;
26507             mouse_events: 0;
26508             scale: 1;
26509             description { state: "default" 0.0;
26510                min: 0 GENLIST_SIZE_54_INC;
26511                rel1 {
26512                   relative: 1.0 0.0;
26513                   to_x: "elm.padding.text.right";
26514                   to_y: "elm.text.bg.2";
26515                }
26516                rel2 {
26517                   relative: 0.0 1.0;
26518                   to_x: "elm.padding.right";
26519                   to_y: "elm.text.bg.2";
26520                }
26521                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26522                text {
26523                   font: "SLP:style=Roman";
26524                   size: GENLIST_FONT_48_INC;
26525                   align: 0.0 0.5;
26526                   text_class: "slp_roman";
26527                }
26528             }
26529             GENLIST_DESCRIPTION_FLIP_ENABLED
26530          }
26531          part { name: "elm.flip.content.2";
26532             clip_to: "disclip";
26533             type: SWALLOW;
26534             description { state: "default" 0.0;
26535                visible: 0;
26536                fixed: 1 1;
26537                rel1.to: "elm.text.2";
26538                rel2.to: "elm.text.2";
26539             }
26540             description { state: "flip_enabled" 0.0;
26541                inherit: "default" 0.0;
26542                visible: 1;
26543             }
26544          }
26545          GENLIST_PART_DISCLIP
26546       }
26547       programs {
26548          // signal: elm,state,%s,active
26549          //   a "check" item named %s went active
26550          // signal: elm,state,%s,passive
26551          //   a "check" item named %s went passive
26552          // default is passive
26553          /*program { name: "go_active";
26554             signal: "elm,state,selected";
26555             source: "elm";
26556             action: STATE_SET "selected" 0.0;
26557             target: "elm.text";
26558             target: "elm.text.sub";
26559          }
26560          program { name: "go_passive";
26561             signal: "elm,state,unselected";
26562             source: "elm";
26563             action: STATE_SET "default" 0.0;
26564             target: "elm.text";
26565             target: "elm.text.sub";
26566             transition: LINEAR 0.1;
26567          }*/
26568          program { name: "go_disabled";
26569             signal: "elm,state,disabled";
26570             source: "elm";
26571             action: STATE_SET "disabled" 0.0;
26572             target: "disclip";
26573          }
26574          program { name: "go_enabled";
26575             signal: "elm,state,enabled";
26576             source: "elm";
26577             action: STATE_SET "default" 0.0;
26578             target: "disclip";
26579          }
26580          program { name: "flip_enabled";
26581             signal: "elm,state,flip,enabled";
26582             source: "elm";
26583             action: STATE_SET "flip_enabled" 0.0;
26584             target: "elm.text.1";
26585             target: "elm.text.2";
26586             target: "elm.flip.content.1";
26587             target: "elm.flip.content.2";
26588          }
26589          program { name: "flip_disabled";
26590             signal: "elm,state,flip,disabled";
26591             source: "elm";
26592             action: STATE_SET "default" 0.0;
26593             target: "elm.text.1";
26594             target: "elm.text.2";
26595             target: "elm.flip.content.1";
26596             target: "elm.flip.content.2";
26597          }
26598       }
26599    }
26600
26601 /* non-bottom-border-area version of 2text.1icon.2 */
26602    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
26603       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
26604       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
26605       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
26606       alias: "elm/layout/dialogue/bg/2text.1icon.3";
26607       data.item: "stacking" "above";
26608       data.item: "selectraise" "on";
26609       data.item: "texts" "elm.text.1 elm.text.2";
26610       data.item: "contents" "elm.icon";
26611       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26612       images {
26613           image: "00_list_thumbnail_bg.png" COMP;
26614       }
26615       parts {
26616          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
26617          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26618          GENLIST_PART_PADDING_BOTTOM( 0 )
26619          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26620          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26621          part { name: "elm.icon.bg";
26622             scale: 1;
26623             description { state: "default" 0.0;
26624                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26625                fixed: 1 1;
26626                align: 0.0 0.7;
26627                rel1 {
26628                   relative: 1.0 0.5;
26629                   to_x: "elm.padding.left";
26630                }
26631                rel2 {
26632                   relative: 1.0 0.5;
26633                   to_x: "elm.padding.left";
26634                }
26635                image {
26636                   normal: "00_list_thumbnail_bg.png";
26637                   border: 1 1 1 1;
26638                   border_scale: 1;
26639                   middle: NONE;
26640                }
26641             }
26642          }
26643          part { name: "elm.icon";
26644             type: SWALLOW;
26645             description { state: "default" 0.0;
26646                rel1.to: "elm.icon.bg";
26647                rel2.to: "elm.icon.bg";
26648             }
26649          }
26650          part { name: "elm.padding.icon.right";
26651             type: RECT;
26652             mouse_events: 0;
26653             scale: 1;
26654             description { state: "default" 0.0;
26655                min: GENLIST_PADDING_16_INC 0;
26656                fixed: 1 0;
26657                rel1 {
26658                    relative: 1.0 0.0;
26659                    to_x: "elm.icon.bg";
26660                }
26661                rel2.to_x: "elm.icon.bg";
26662                visible: 0;
26663                align: 0.0 0.5;
26664             }
26665          }
26666          part { name: "elm.padding.text.left";
26667             type: RECT;
26668             mouse_events: 0;
26669             scale: 1;
26670             description { state: "default" 0.0;
26671                min: GENLIST_PADDING_16_INC 0;
26672                fixed: 1 0;
26673                rel1 {
26674                    relative: 1.0 1.0;
26675                    to_x: "elm.padding.icon.right";
26676                    to_y: "elm.padding.top";
26677                }
26678                rel2.to_x: "elm.padding.icon.right";
26679                visible: 0;
26680                align: 1.0 0.5;
26681             }
26682          }
26683          part { name: "vertical_line";
26684             type: RECT;
26685             mouse_events: 0;
26686             description { state: "default" 0.0;
26687                visible: 0;
26688                rel1 {
26689                   relative: 1.0 1.0;
26690                   to_x: "elm.padding.text.left";
26691                   to_y: "elm.padding.top";
26692                }
26693                rel2 {
26694                   relative: 1.0 0.0;
26695                   to_x: "elm.padding.text.left";
26696                   to_y: "elm.padding.bottom";
26697                }
26698             }
26699          }
26700          part { name: "text_vertical_rect";
26701             type: RECT;
26702             mouse_events: 0;
26703             scale: 1;
26704             description { state: "default" 0.0;
26705                min: GENLIST_SIZE_16_INC 0;
26706                fixed: 1 0;
26707                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26708                rel1 {
26709                   relative: 1.0 1.0;
26710                   to_x: "vertical_line";
26711                   to_y: "elm.padding.top";
26712                }
26713                rel2 {
26714                   relative: 1.0 0.0;
26715                   to_x: "elm.padding.text.left";
26716                   to_y: "elm.padding.bottom";
26717                }
26718                align: 0.0 0.5;
26719             }
26720          }
26721          part { name: "elm.padding.text.right";
26722             type: RECT;
26723             mouse_events: 0;
26724             scale: 1;
26725             description { state: "default" 0.0;
26726                min: GENLIST_PADDING_16_INC 0;
26727                fixed: 1 0;
26728                rel1 {
26729                    relative: 1.0 0.0;
26730                    to_x: "text_vertical_rect";
26731                }
26732                rel2.to_x: "text_vertical_rect";
26733                visible: 0;
26734                align: 0.0 0.5;
26735             }
26736          }
26737          part { name: "text_top_line";
26738             type: RECT;
26739             mouse_events: 0;
26740             description { state: "default" 0.0;
26741                min: 0 1;
26742                fixed: 0 1;
26743                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26744                rel1 {
26745                   relative: 1.0 0.0;
26746                   to_x: "text_vertical_rect";
26747                   to_y: "text_vertical_rect";
26748                }
26749                rel2 {
26750                   relative: 1.0 0.0;
26751                   to_y: "text_vertical_rect";
26752                }
26753                align: 0.0 0.0;
26754             }
26755          }
26756          part { name: "text_center_line";
26757             type: RECT;
26758             mouse_events: 0;
26759             description { state: "default" 0.0;
26760                min: 0 1;
26761                fixed: 0 1;
26762                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26763                rel1 {
26764                   relative: 1.0 0.56;
26765                   to_x: "text_vertical_rect";
26766                }
26767                rel2.relative: 1.0 0.56;
26768                align: 0.5 0.5;
26769             }
26770          }
26771          part { name: "text_bottom_line";
26772             type: RECT;
26773             mouse_events: 0;
26774             description { state: "default" 0.0;
26775                min: 0 1;
26776                fixed: 0 1;
26777                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26778                rel1 {
26779                   relative: 1.0 1.0;
26780                   to_x: "text_vertical_rect";
26781                   to_y: "text_vertical_rect";
26782                }
26783                rel2 {
26784                   relative: 1.0 1.0;
26785                   to_y: "text_vertical_rect";
26786                }
26787                align: 0.0 1.0;
26788             }
26789          }
26790          part { name: "elm.text.bg.1";
26791             clip_to: "disclip";
26792             type: RECT;
26793             mouse_events: 0;
26794             scale: 1;
26795             description { state: "default" 0.0;
26796                rel1 {
26797                   relative: 1.0 1.0;
26798                   to_x: "text_vertical_rect";
26799                   to_y: "text_top_line";
26800                }
26801                rel2 {
26802                   relative: 1.0 0.0;
26803                   to_x: "elm.padding.right";
26804                   to_y: "text_center_line";
26805                }
26806                color: GENLIST_PART_BG_COLOR_INC;
26807             }
26808          }
26809          part { name: "elm.text.1";
26810             type: TEXT;
26811             mouse_events: 0;
26812             scale: 1;
26813             description { state: "default" 0.0;
26814                min: 0 GENLIST_SIZE_54_INC;
26815                rel1 {
26816                   relative: 1.0 0.0;
26817                   to_x: "elm.padding.text.right";
26818                   to_y: "elm.text.bg.1";
26819                }
26820                rel2 {
26821                   relative: 0.0 1.0;
26822                   to_x: "elm.padding.right";
26823                   to_y: "elm.text.bg.1";
26824                }
26825                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26826                text {
26827                   font: "SLP:style=Roman";
26828                   size: GENLIST_FONT_48_INC;
26829                   align: 0.0 0.5;
26830                   text_class: "list_item";
26831                }
26832             }
26833             GENLIST_DESCRIPTION_FLIP_ENABLED
26834          }
26835          part { name: "elm.flip.content.1";
26836             type: SWALLOW;
26837             description { state: "default" 0.0;
26838                visible: 0;
26839                fixed: 1 1;
26840                rel1.to: "elm.text.1";
26841                rel2.to: "elm.text.1";
26842             }
26843             description { state: "flip_enabled" 0.0;
26844                inherit: "default" 0.0;
26845                visible: 1;
26846             }
26847          }
26848          part { name: "elm.text.bg.2";
26849             clip_to: "disclip";
26850             type: RECT;
26851             mouse_events: 0;
26852             scale: 1;
26853             description { state: "default" 0.0;
26854                rel1 {
26855                   relative: 1.0 1.0;
26856                   to_x: "text_vertical_rect";
26857                   to_y: "text_center_line";
26858                }
26859                rel2 {
26860                   relative: 1.0 0.0;
26861                   to_x: "elm.padding.right";
26862                   to_y: "text_bottom_line";
26863                }
26864                color: GENLIST_PART_BG_COLOR_INC;
26865             }
26866          }
26867          part { name: "elm.text.2";
26868             clip_to: "disclip";
26869             type: TEXT;
26870             mouse_events: 0;
26871             scale: 1;
26872             description { state: "default" 0.0;
26873                min: 0 GENLIST_SIZE_54_INC;
26874                rel1 {
26875                   relative: 1.0 0.0;
26876                   to_x: "elm.padding.text.right";
26877                   to_y: "elm.text.bg.2";
26878                }
26879                rel2 {
26880                   relative: 0.0 1.0;
26881                   to_x: "elm.padding.right";
26882                   to_y: "elm.text.bg.2";
26883                }
26884                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26885                text {
26886                   font: "SLP:style=Roman";
26887                   size: GENLIST_FONT_48_INC;
26888                   text_class: "slp_roman";
26889                }
26890             }
26891             GENLIST_DESCRIPTION_FLIP_ENABLED
26892          }
26893          part { name: "elm.flip.content.2";
26894             type: SWALLOW;
26895             description { state: "default" 0.0;
26896                visible: 0;
26897                fixed: 1 1;
26898                rel1.to: "elm.text.2";
26899                rel2.to: "elm.text.2";
26900             }
26901             description { state: "flip_enabled" 0.0;
26902                inherit: "default" 0.0;
26903                visible: 1;
26904             }
26905          }
26906          GENLIST_PART_DISCLIP
26907       }
26908       programs {
26909          // signal: elm,state,%s,active
26910          //   a "check" item named %s went active
26911          // signal: elm,state,%s,passive
26912          //   a "check" item named %s went passive
26913          // default is passive
26914          /*program { name: "go_active";
26915             signal: "elm,state,selected";
26916             source: "elm";
26917             action: STATE_SET "selected" 0.0;
26918             target: "elm.text";
26919             target: "elm.text.sub";
26920          }
26921          program { name: "go_passive";
26922             signal: "elm,state,unselected";
26923             source: "elm";
26924             action: STATE_SET "default" 0.0;
26925             target: "elm.text";
26926             target: "elm.text.sub";
26927             transition: LINEAR 0.1;
26928          }*/
26929          program { name: "go_disabled";
26930             signal: "elm,state,disabled";
26931             source: "elm";
26932             action: STATE_SET "disabled" 0.0;
26933             target: "disclip";
26934          }
26935          program { name: "go_enabled";
26936             signal: "elm,state,enabled";
26937             source: "elm";
26938             action: STATE_SET "default" 0.0;
26939             target: "disclip";
26940          }
26941          program { name: "flip_enabled";
26942             signal: "elm,state,flip,enabled";
26943             source: "elm";
26944             action: STATE_SET "flip_enabled" 0.0;
26945             target: "elm.text.1";
26946             target: "elm.text.2";
26947             target: "elm.flip.content.1";
26948             target: "elm.flip.content.2";
26949          }
26950          program { name: "flip_disabled";
26951             signal: "elm,state,flip,disabled";
26952             source: "elm";
26953             action: STATE_SET "default" 0.0;
26954             target: "elm.text.1";
26955             target: "elm.text.2";
26956             target: "elm.flip.content.1";
26957             target: "elm.flip.content.2";
26958          }
26959       }
26960    }
26961
26962    ///////// will be removed /////////
26963    group { name: "elm/genlist/item/dialogue/1icon.2/default";
26964       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
26965       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
26966       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
26967       alias: "elm/layout/dialogue/1icon.2";
26968       data.item: "stacking" "above";
26969       data.item: "selectraise" "on";
26970       data.item: "contents" "elm.icon";
26971
26972       parts {
26973          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
26974          GENLIST_PART_DIALOGUE_BG_IMAGE
26975          GENLIST_PART_BOTTOM_LINE
26976          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
26977          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26978          GENLIST_PART_DIALOGUE_ITEM
26979          GENLIST_PART_DIALOGUE_RIGHT_LINE
26980          part { name: "elm.icon";
26981             clip_to: "disclip";
26982             type: SWALLOW;
26983             scale: 1;
26984             description { state: "default" 0.0;
26985                rel1 {
26986                   relative: 1.0 0.0;
26987                   to_x: "elm.padding.left";
26988                }
26989                rel2 {
26990                   relative: 0.0 1.0;
26991                   to_x: "elm.padding.right";
26992                }
26993             }
26994          }
26995          GENLIST_PART_DISCLIP
26996       }
26997       programs {
26998          // signal: elm,state,%s,active
26999          //   a "check" item named %s went active
27000          // signal: elm,state,%s,passive
27001          //   a "check" item named %s went passive
27002          // default is passive
27003          /*program { name: "go_active";
27004             signal: "elm,state,selected";
27005             source: "elm";
27006             action: STATE_SET "selected" 0.0;
27007             target: "bg_image";
27008             target: "elm.text";
27009          }
27010          program { name: "go_passive";
27011             signal: "elm,state,unselected";
27012             source: "elm";
27013             action: STATE_SET "default" 0.0;
27014             target: "bg_image";
27015             target: "elm.text";
27016             transition: LINEAR 0.1;
27017          }*/
27018          program { name: "go_disabled";
27019             signal: "elm,state,disabled";
27020             source: "elm";
27021             action: STATE_SET "disabled" 0.0;
27022             target: "disclip";
27023          }
27024          program { name: "go_enabled";
27025             signal: "elm,state,enabled";
27026             source: "elm";
27027             action: STATE_SET "default" 0.0;
27028             target: "disclip";
27029          }
27030       }
27031    }
27032
27033    //////////////////////// will be removed //////////////////////////
27034    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
27035       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
27036       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
27037       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
27038       alias: "elm/genlist/item/dialogue.1icon.2text/default";
27039       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
27040       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
27041       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
27042       alias: "elm/layout/dialogue/bg/2text.1icon";
27043       data.item: "stacking" "above";
27044       data.item: "selectraise" "on";
27045       data.item: "texts" "elm.text.1 elm.text.2";
27046       data.item: "contents" "elm.icon";
27047       images {
27048           image: "00_list_thumbnail_bg.png" COMP;
27049       }
27050       parts {
27051          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27052          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
27053          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
27054          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27055          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27056          part { name: "elm.icon.bg";
27057             scale: 1;
27058             description { state: "default" 0.0;
27059                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27060                fixed: 1 1;
27061                align: 0.0 0.5;
27062                rel1 {
27063                   relative: 1.0 0.5;
27064                   to_x: "elm.padding.left";
27065                }
27066                rel2 {
27067                   relative: 1.0 0.5;
27068                   to_x: "elm.padding.left";
27069                }
27070                image {
27071                   normal: "00_list_thumbnail_bg.png";
27072                   border: 1 1 1 1;
27073                   border_scale: 1;
27074                   middle: NONE;
27075                }
27076             }
27077          }
27078          part { name: "elm.icon";
27079             type: SWALLOW;
27080             description { state: "default" 0.0;
27081                rel1.to: "elm.icon.bg";
27082                rel2.to: "elm.icon.bg";
27083             }
27084          }
27085          part { name: "elm.padding.icon.right";
27086             type: RECT;
27087             mouse_events: 0;
27088             scale: 1;
27089             description { state: "default" 0.0;
27090                min: GENLIST_PADDING_24_INC 0;
27091                fixed: 1 0;
27092                rel1 {
27093                    relative: 1.0 0.0;
27094                    to_x: "elm.icon.bg";
27095                }
27096                rel2.to_x: "elm.icon.bg";
27097                visible: 0;
27098                align: 0.0 0.5;
27099             }
27100          }
27101          part { name: "elm.text.1";
27102             clip_to: "disclip";
27103             type: TEXT;
27104             mouse_events: 0;
27105             scale: 1;
27106             description { state: "default" 0.0;
27107                min: 0 GENLIST_SIZE_54_INC;
27108                fixed: 0 1;
27109                align: 0 0;
27110                rel1 {
27111                   relative: 1.0 1.0;
27112                   to_x: "elm.padding.icon.right";
27113                   to_y: "elm.padding.top";
27114                }
27115                rel2 {
27116                   relative: 0.0 1.0;
27117                   to_x: "elm.padding.right";
27118                   to_y: "elm.padding.top";
27119                }
27120                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27121                text {
27122                   font: "SLP:style=Roman";
27123                   size: GENLIST_FONT_48_INC;
27124                   align: 0.0 0.0;
27125                   text_class: "list_item";
27126                }
27127             }
27128          }
27129          part { name: "elm.text.2";
27130             clip_to: "disclip";
27131             type: TEXT;
27132             mouse_events: 0;
27133             scale: 1;
27134             description { state: "default" 0.0;
27135                rel1 {
27136                   relative: 1.0 1.0;
27137                   to_x: "elm.padding.icon.right";
27138                   to_y: "elm.text.1";
27139                }
27140                rel2 {
27141                   relative: 0.0 0.0;
27142                   to_x: "elm.padding.right";
27143                   to_y: "elm.padding.bottom";
27144                }
27145                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27146                text {
27147                   font: "SLP:style=Medium";
27148                   size: GENLIST_FONT_32_INC;
27149                   align: 0.0 1.0;
27150                   text_class: "slp_medium";
27151                }
27152             }
27153          }
27154          GENLIST_PART_DISCLIP
27155       }
27156       programs {
27157          // signal: elm,state,%s,active
27158          //   a "check" item named %s went active
27159          // signal: elm,state,%s,passive
27160          //   a "check" item named %s went passive
27161          // default is passive
27162          /*program { name: "go_active";
27163             signal: "elm,state,selected";
27164             source: "elm";
27165             action: STATE_SET "selected" 0.0;
27166             target: "elm.text";
27167             target: "elm.text.sub";
27168          }
27169          program { name: "go_passive";
27170             signal: "elm,state,unselected";
27171             source: "elm";
27172             action: STATE_SET "default" 0.0;
27173             target: "elm.text";
27174             target: "elm.text.sub";
27175             transition: LINEAR 0.1;
27176          }*/
27177          program { name: "go_disabled";
27178             signal: "elm,state,disabled";
27179             source: "elm";
27180             action: STATE_SET "disabled" 0.0;
27181             target: "disclip";
27182          }
27183          program { name: "go_enabled";
27184             signal: "elm,state,enabled";
27185             source: "elm";
27186             action: STATE_SET "default" 0.0;
27187             target: "disclip";
27188          }
27189       }
27190    }
27191
27192 // 4.3.2 (old)
27193    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
27194       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
27195       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
27196       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
27197       alias: "elm/layout/dialogue/bg/3text.1icon";
27198       data.item: "stacking" "above";
27199       data.item: "selectraise" "on";
27200       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
27201       data.item: "contents" "elm.icon";
27202       images {
27203           image: "00_list_thumbnail_bg.png" COMP;
27204       }
27205       parts {
27206          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27207          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
27208          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
27209          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27210          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27211          part { name: "elm.icon.bg";
27212             scale: 1;
27213             description { state: "default" 0.0;
27214                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27215                fixed: 1 1;
27216                align: 0.0 0.5;
27217                rel1 {
27218                   relative: 1.0 0.5;
27219                   to_x: "elm.padding.left";
27220                }
27221                rel2 {
27222                   relative: 1.0 0.5;
27223                   to_x: "elm.padding.left";
27224                }
27225                image {
27226                   normal: "00_list_thumbnail_bg.png";
27227                   border: 1 1 1 1;
27228                   border_scale: 1;
27229                   middle: NONE;
27230                }
27231             }
27232          }
27233          part { name: "elm.icon";
27234             type: SWALLOW;
27235             description { state: "default" 0.0;
27236                rel1.to: "elm.icon.bg";
27237                rel2.to: "elm.icon.bg";
27238             }
27239          }
27240          part { name: "elm.padding.icon.right";
27241             type: RECT;
27242             mouse_events: 0;
27243             scale: 1;
27244             description { state: "default" 0.0;
27245                min: GENLIST_PADDING_24_INC 0;
27246                fixed: 1 0;
27247                rel1 {
27248                    relative: 1.0 0.0;
27249                    to_x: "elm.icon.bg";
27250                }
27251                rel2.to_x: "elm.icon.bg";
27252                visible: 0;
27253                align: 0.0 0.5;
27254             }
27255          }
27256          part { name: "elm.text.1";
27257             clip_to: "disclip";
27258             type: TEXT;
27259             mouse_events: 0;
27260             scale: 1;
27261             description { state: "default" 0.0;
27262                min: 0 GENLIST_SIZE_54_INC;
27263                fixed: 0 1;
27264                align: 0 0;
27265                rel1 {
27266                   relative: 1.0 1.0;
27267                   to_x: "elm.padding.icon.right";
27268                   to_y: "elm.padding.top";
27269                }
27270                rel2 {
27271                   relative: 0.0 1.0;
27272                   to_x: "elm.padding.right";
27273                   to_y: "elm.padding.top";
27274                }
27275                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27276                text {
27277                   font: "SLP:style=Roman";
27278                   size: GENLIST_FONT_48_INC;
27279                   align: 0.0 0.0;
27280                   text_class: "list_item";
27281                }
27282             }
27283          }
27284          part { name: "elm.text.2";
27285             clip_to: "disclip";
27286             type: TEXT;
27287             mouse_events: 0;
27288             scale: 1;
27289             description { state: "default" 0.0;
27290                rel1 {
27291                   relative: 1.0 1.0;
27292                   to_x: "elm.padding.icon.right";
27293                   to_y: "elm.text.1";
27294                }
27295                rel2 {
27296                   relative: 0.0 0.0;
27297                   to_x: "elm.padding.right";
27298                   to_y: "elm.text.3";
27299                }
27300                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27301                text {
27302                   font: "SLP:style=Medium";
27303                   size: GENLIST_FONT_32_INC;
27304                   align: 0.0 1.0;
27305                   text_class: "slp_medium";
27306                }
27307             }
27308          }
27309          part { name: "elm.text.3";
27310             clip_to: "disclip";
27311             type: TEXT;
27312             mouse_events: 0;
27313             scale: 1;
27314             description { state: "default" 0.0;
27315                min: 0 GENLIST_ICON_SMALL_SIZE;
27316                fixed: 0 1;
27317                align: 0 1;
27318                rel1 {
27319                   relative: 1.0 0.0;
27320                   to_x: "elm.padding.icon.right";
27321                   to_y: "elm.padding.bottom";
27322                }
27323                rel2 {
27324                   relative: 0.0 0.0;
27325                   to_x: "elm.padding.right";
27326                   to_y: "elm.padding.bottom";
27327                }
27328                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27329                text {
27330                   font: "SLP:style=Medium";
27331                   size: GENLIST_FONT_32_INC;
27332                   align: 0.0 1.0;
27333                   text_class: "slp_medium";
27334                }
27335             }
27336          }
27337          GENLIST_PART_DISCLIP
27338       }
27339       programs {
27340          // signal: elm,state,%s,active
27341          //   a "check" item named %s went active
27342          // signal: elm,state,%s,passive
27343          //   a "check" item named %s went passive
27344          // default is passive
27345          /*program { name: "go_active";
27346             signal: "elm,state,selected";
27347             source: "elm";
27348             action: STATE_SET "selected" 0.0;
27349             target: "elm.text";
27350             target: "elm.text.sub";
27351          }
27352          program { name: "go_passive";
27353             signal: "elm,state,unselected";
27354             source: "elm";
27355             action: STATE_SET "default" 0.0;
27356             target: "elm.text";
27357             target: "elm.text.sub";
27358             transition: LINEAR 0.1;
27359          }*/
27360          program { name: "go_disabled";
27361             signal: "elm,state,disabled";
27362             source: "elm";
27363             action: STATE_SET "disabled" 0.0;
27364             target: "disclip";
27365          }
27366          program { name: "go_enabled";
27367             signal: "elm,state,enabled";
27368             source: "elm";
27369             action: STATE_SET "default" 0.0;
27370             target: "disclip";
27371          }
27372       }
27373   }
27374
27375 ////////////////////////////////////////////////////////