Merge branch 'intefl/surc'
[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_SIZE_ICON_SMALL 0;
620                fixed: 1 0;
621                rel1.to_x: "elm.text.2";
622                rel2 {
623                   relative: 0.0 1.0;
624                   to_x: "elm.text.2";
625                }
626                visible: 0;
627                align: 1.0 0.5;
628             }
629          }
630          part { name: "elm.text.1";
631             clip_to: "disclip";
632             type: TEXT;
633             mouse_events: 0;
634             scale: 1;
635             description { state: "default" 0.0;
636                rel1 {
637                   relative: 1.0 0.0;
638                   to_x: "elm.padding.left";
639                }
640                rel2 {
641                   relative: 0.0 1.0;
642                   to_x: "elm.padding.text2.left";
643                }
644                align: 0.0 0.5;
645                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
646                text {
647                   font: "SLP:style=Roman";
648                   size: GENLIST_FONT_44_INC;
649                   min: 0 1;
650                   align: 0.0 0.5;
651                   text_class: "list_item";
652                }
653             }
654             description { state: "selected" 0.0;
655                inherit: "default" 0.0;
656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
657             }
658             GENLIST_DESCRIPTION_FLIP_ENABLED
659          }
660          GENLIST_PART_FLIP
661          GENLIST_PART_DISCLIP
662       }
663       programs {
664          // signal: elm,state,%s,active
665          //   a "check" item named %s went active
666          // signal: elm,state,%s,passive
667          //   a "check" item named %s went passive
668          // default is passive
669          program { name: "go_active";
670             signal: "elm,state,selected";
671             source: "elm";
672             action: STATE_SET "selected" 0.0;
673             target: "bg_image";
674             target: "elm.text.1";
675             target: "elm.text.2";
676             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
677          }
678          program { name: "go_passive";
679             signal: "elm,state,unselected";
680             source: "elm";
681             action: STATE_SET "default" 0.0;
682             target: "bg_image";
683             target: "elm.text.1";
684             target: "elm.text.2";
685             transition: LINEAR 0.1;
686          }
687          program { name: "go_disabled";
688             signal: "elm,state,disabled";
689             source: "elm";
690             action: STATE_SET "disabled" 0.0;
691             target: "disclip";
692          }
693          program { name: "go_enabled";
694             signal: "elm,state,enabled";
695             source: "elm";
696             action: STATE_SET "default" 0.0;
697             target: "disclip";
698          }
699          GENLIST_PROGRAM_FLIP_2TEXT
700          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
701       }
702    }
703
704 // 3.1.3
705    group { name: "elm/genlist/item/2text.6/default";
706       alias: "elm/genlist/item_odd/2text.6/default";
707       alias: "elm/genlist/item_compress/2text.6/default";
708       alias: "elm/genlist/item_compress_odd/2text.6/default";
709       data.item: "stacking" "above";
710       data.item: "selectraise" "on";
711       data.item: "texts" "elm.text.1 elm.text.2";
712       data.item: "flips" "elm.flip.content";
713       images {
714          image: "00_list_bar_press_1x80.png" COMP;
715       }
716       parts {
717          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
718          GENLIST_PART_BG_IMAGE
719          GENLIST_PART_BOTTOM_LINE
720          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
721          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
722          part { name: "elm.text.2";
723             clip_to: "disclip";
724             type: TEXT;
725             mouse_events: 0;
726             scale: 1;
727             description { state: "default" 0.0;
728                min: GENLIST_SIZE_133_INC 0;
729                fixed: 1 0;
730                rel1.to_x: "elm.padding.right";
731                rel2 {
732                   relative: 0.0 1.0;
733                   to_x: "elm.padding.right";
734                }
735                align: 1.0 0.5;
736                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
737                text {
738                   font: "SLP:style=Medium";
739                   size: GENLIST_FONT_32_INC;
740                   min: 0 1;
741                   align: 1.0 0.5;
742                   text_class: "slp_medium";
743                }
744             }
745             description { state: "selected" 0.0;
746                inherit: "default" 0.0;
747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
748             }
749             GENLIST_DESCRIPTION_FLIP_ENABLED
750          }
751          part { name: "elm.padding.text2.left";
752             clip_to: "disclip";
753             type: RECT;
754             mouse_events: 0;
755             scale: 1;
756             description { state: "default" 0.0;
757                min: GENLIST_SIZE_ICON_SMALL 0;
758                fixed: 1 0;
759                rel1.to_x: "elm.text.2";
760                rel2 {
761                   relative: 0.0 1.0;
762                   to_x: "elm.text.2";
763                }
764                visible: 0;
765                align: 1.0 0.5;
766             }
767          }
768          part { name: "elm.text.1";
769             clip_to: "disclip";
770             type: TEXT;
771             mouse_events: 0;
772             scale: 1;
773             description { state: "default" 0.0;
774                rel1 {
775                   relative: 1.0 0.0;
776                   to_x: "elm.padding.left";
777                }
778                rel2 {
779                   relative: 0.0 1.0;
780                   to_x: "elm.padding.text2.left";
781                }
782                align: 0.0 0.5;
783                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
784                text {
785                   font: "SLP:style=Roman";
786                   size: GENLIST_FONT_44_INC;
787                   min: 0 1;
788                   align: 0.0 0.5;
789                   text_class: "list_item";
790                }
791             }
792             description { state: "selected" 0.0;
793                inherit: "default" 0.0;
794                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
795             }
796             GENLIST_DESCRIPTION_FLIP_ENABLED
797          }
798          GENLIST_PART_FLIP
799          GENLIST_PART_DISCLIP
800       }
801       programs {
802          // signal: elm,state,%s,active
803          //   a "check" item named %s went active
804          // signal: elm,state,%s,passive
805          //   a "check" item named %s went passive
806          // default is passive
807          program { name: "go_active";
808             signal: "elm,state,selected";
809             source: "elm";
810             action: STATE_SET "selected" 0.0;
811             target: "bg_image";
812             target: "elm.text.1";
813             target: "elm.text.2";
814             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
815          }
816          program { name: "go_passive";
817             signal: "elm,state,unselected";
818             source: "elm";
819             action: STATE_SET "default" 0.0;
820             target: "bg_image";
821             target: "elm.text.1";
822             target: "elm.text.2";
823             transition: LINEAR 0.1;
824          }
825          program { name: "go_disabled";
826             signal: "elm,state,disabled";
827             source: "elm";
828             action: STATE_SET "disabled" 0.0;
829             target: "disclip";
830          }
831          program { name: "go_enabled";
832             signal: "elm,state,enabled";
833             source: "elm";
834             action: STATE_SET "default" 0.0;
835             target: "disclip";
836          }
837          GENLIST_PROGRAM_FLIP_2TEXT
838          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
839       }
840    }
841
842 //3.1.4
843    group { name: "elm/genlist/item/1text.1icon/default";
844       alias: "elm/genlist/item_odd/1text.1icon/default";
845       alias: "elm/genlist/item_compress/1text.1icon/default";
846       alias: "elm/genlist/item_compress_odd/1text.1icon/default";
847       data.item: "stacking" "above";
848       data.item: "selectraise" "on";
849       data.item: "texts" "elm.text";
850       data.item: "contents" "elm.icon";
851       data.item: "flips" "elm.flip.content";
852       images {
853          image: "00_list_bar_press_1x80.png" COMP;
854       }
855       parts {
856          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
857          GENLIST_PART_BG_IMAGE
858          GENLIST_PART_BOTTOM_LINE
859          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
860          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
861          part { name: "elm.icon";
862             clip_to: "disclip";
863             type: SWALLOW;
864             scale: 1;
865             description { state: "default" 0.0;
866                fixed: 1 1;
867                rel1.to_x: "elm.padding.right";
868                rel2 {
869                   relative: 0.0 1.0;
870                   to_x: "elm.padding.right";
871                }
872                align: 1.0 0.5;
873             }
874             GENLIST_DESCRIPTION_FLIP_ENABLED
875          }
876          part { name: "elm.padding.icon.left";
877             clip_to: "disclip";
878             type: RECT;
879             scale: 1;
880             description { state: "default" 0.0;
881                min: GENLIST_PADDING_16_INC 0;
882                fixed: 1 0;
883                rel1.to_x: "elm.icon";
884                rel2 {
885                   relative: 0.0 1.0;
886                   to_x: "elm.icon";
887                }
888                align: 1.0 0.0;
889                visible: 0;
890             }
891          }
892          part { name: "elm.text";
893             clip_to: "disclip";
894             type: TEXT;
895             mouse_events: 0;
896             scale: 1;
897             description { state: "default" 0.0;
898                rel1 {
899                   relative: 1.0 0.0;
900                   to_x: "elm.padding.left";
901                }
902                rel2 {
903                   relative: 0.0 1.0;
904                   to_x: "elm.padding.icon.left";
905                }
906                align: 0.0 0.5;
907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
908                text {
909                   font: "SLP:style=Roman";
910                   size: GENLIST_FONT_44_INC;
911                   min: 0 1;
912                   align: 0.0 0.5;
913                   text_class: "list_item";
914                }
915             }
916             description { state: "selected" 0.0;
917                inherit: "default" 0.0;
918                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
919             }
920             GENLIST_DESCRIPTION_FLIP_ENABLED
921          }
922          GENLIST_PART_FLIP
923          GENLIST_PART_DISCLIP
924       }
925       programs {
926          program { name: "go_active";
927             signal: "elm,state,selected";
928             source: "elm";
929             action: STATE_SET "selected" 0.0;
930             target: "bg_image";
931             target: "elm.text";
932             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
933          }
934          program { name: "go_passive";
935             signal: "elm,state,unselected";
936             source: "elm";
937             action: STATE_SET "default" 0.0;
938             target: "bg_image";
939             target: "elm.text";
940             transition: LINEAR 0.1;
941          }
942          program { name: "go_disabled";
943             signal: "elm,state,disabled";
944             source: "elm";
945             action: STATE_SET "disabled" 0.0;
946             target: "disclip";
947          }
948          program { name: "go_enabled";
949             signal: "elm,state,enabled";
950             source: "elm";
951             action: STATE_SET "default" 0.0;
952             target: "disclip";
953          }
954          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
955          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
956       }
957    }
958
959 // 3.1.5
960    group { name: "elm/genlist/item/1text.1icon.4/default";
961       alias: "elm/genlist/item_odd/1text.1icon.4/default";
962       alias: "elm/genlist/item_compress/1text.1icon.4/default";
963       alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
964       data.item: "stacking" "above";
965       data.item: "selectraise" "on";
966       data.item: "texts" "elm.text";
967       data.item: "contents" "elm.icon";
968       data.item: "flips" "elm.flip.content";
969       images {
970          image: "00_list_bar_press_1x80.png" COMP;
971       }
972       parts {
973          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
974          GENLIST_PART_BG_IMAGE
975          GENLIST_PART_BOTTOM_LINE
976          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
977          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
978          part { name: "elm.icon";
979             clip_to: "disclip";
980             type: SWALLOW;
981             scale: 1;
982             description { state: "default" 0.0;
983                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
984                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
985                fixed: 1 1;
986                rel1.to_x: "elm.padding.right";
987                rel2 {
988                   relative: 0.0 1.0;
989                   to_x: "elm.padding.right";
990                }
991                align: 1.0 0.5;
992             }
993             GENLIST_DESCRIPTION_FLIP_ENABLED
994          }
995          part { name: "elm.padding.icon.left";
996             clip_to: "disclip";
997             type: RECT;
998             scale: 1;
999             description { state: "default" 0.0;
1000                min: GENLIST_PADDING_16_INC 0;
1001                fixed: 1 0;
1002                rel1.to_x: "elm.icon";
1003                rel2 {
1004                   relative: 0.0 1.0;
1005                   to_x: "elm.icon";
1006                }
1007                align: 1.0 0.0;
1008                visible: 0;
1009             }
1010          }
1011          part { name: "elm.text";
1012             clip_to: "disclip";
1013             type: TEXT;
1014             mouse_events: 0;
1015             scale: 1;
1016             description { state: "default" 0.0;
1017                rel1 {
1018                   relative: 1.0 0.0;
1019                   to_x: "elm.padding.left";
1020                }
1021                rel2 {
1022                   relative: 0.0 1.0;
1023                   to_x: "elm.padding.icon.left";
1024                }
1025                align: 0.0 0.5;
1026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1027                text {
1028                   font: "SLP:style=Roman";
1029                   size: GENLIST_FONT_44_INC;
1030                   min: 0 1;
1031                   align: 0.0 0.5;
1032                   text_class: "list_item";
1033                }
1034             }
1035             description { state: "selected" 0.0;
1036                inherit: "default" 0.0;
1037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1038             }
1039             GENLIST_DESCRIPTION_FLIP_ENABLED
1040          }
1041          GENLIST_PART_FLIP
1042          GENLIST_PART_DISCLIP
1043       }
1044       programs {
1045          program { name: "go_active";
1046             signal: "elm,state,selected";
1047             source: "elm";
1048             action: STATE_SET "selected" 0.0;
1049             target: "bg_image";
1050             target: "elm.text";
1051             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1052          }
1053          program { name: "go_passive";
1054             signal: "elm,state,unselected";
1055             source: "elm";
1056             action: STATE_SET "default" 0.0;
1057             target: "bg_image";
1058             target: "elm.text";
1059             transition: LINEAR 0.1;
1060          }
1061          program { name: "go_disabled";
1062             signal: "elm,state,disabled";
1063             source: "elm";
1064             action: STATE_SET "disabled" 0.0;
1065             target: "disclip";
1066          }
1067          program { name: "go_enabled";
1068             signal: "elm,state,enabled";
1069             source: "elm";
1070             action: STATE_SET "default" 0.0;
1071             target: "disclip";
1072          }
1073          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1074          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1075       }
1076    }
1077
1078 // 3.1.8
1079    group { name: "elm/genlist/item/1text.1icon.5/default";
1080       alias: "elm/genlist/item_odd/1text.1icon.5/default";
1081       alias: "elm/genlist/item_compress/1text.1icon.5/default";
1082       alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
1083       data.item: "stacking" "above";
1084       data.item: "selectraise" "on";
1085       data.item: "texts" "elm.text";
1086       data.item: "contents" "elm.icon";
1087       data.item: "flips" "elm.flip.content";
1088       images {
1089          image: "00_list_bar_press_1x80.png" COMP;
1090       }
1091       parts {
1092          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1093          GENLIST_PART_BG_IMAGE
1094          GENLIST_PART_BOTTOM_LINE
1095          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1096          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1097          part { name: "elm.icon";
1098             clip_to: "disclip";
1099             type: SWALLOW;
1100             scale: 1;
1101             description { state: "default" 0.0;
1102                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1103                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1104                fixed: 1 1;
1105                rel1.to_x: "elm.padding.right";
1106                rel2 {
1107                   relative: 0.0 1.0;
1108                   to_x: "elm.padding.right";
1109                }
1110                align: 1.0 0.5;
1111             }
1112             GENLIST_DESCRIPTION_FLIP_ENABLED
1113          }
1114          part { name: "elm.padding.icon.left";
1115             clip_to: "disclip";
1116             type: RECT;
1117             scale: 1;
1118             description { state: "default" 0.0;
1119                min: GENLIST_PADDING_16_INC 0;
1120                fixed: 1 0;
1121                rel1.to_x: "elm.icon";
1122                rel2 {
1123                   relative: 0.0 1.0;
1124                   to_x: "elm.icon";
1125                }
1126                align: 1.0 0.0;
1127                visible: 0;
1128             }
1129          }
1130          part { name: "elm.text";
1131             clip_to: "disclip";
1132             type: TEXT;
1133             mouse_events: 0;
1134             scale: 1;
1135             description { state: "default" 0.0;
1136                rel1 {
1137                   relative: 1.0 0.0;
1138                   to_x: "elm.padding.left";
1139                }
1140                rel2 {
1141                   relative: 0.0 1.0;
1142                   to_x: "elm.padding.icon.left";
1143                }
1144                align: 0.0 0.5;
1145                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1146                text {
1147                   font: "SLP:style=Roman";
1148                   size: GENLIST_FONT_44_INC;
1149                   min: 0 1;
1150                   align: 0.0 0.5;
1151                   text_class: "list_item";
1152                }
1153             }
1154             description { state: "selected" 0.0;
1155                inherit: "default" 0.0;
1156                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1157             }
1158             GENLIST_DESCRIPTION_FLIP_ENABLED
1159          }
1160          GENLIST_PART_FLIP
1161          GENLIST_PART_DISCLIP
1162       }
1163       programs {
1164          program { name: "go_active";
1165             signal: "elm,state,selected";
1166             source: "elm";
1167             action: STATE_SET "selected" 0.0;
1168             target: "bg_image";
1169             target: "elm.text";
1170             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1171          }
1172          program { name: "go_passive";
1173             signal: "elm,state,unselected";
1174             source: "elm";
1175             action: STATE_SET "default" 0.0;
1176             target: "bg_image";
1177             target: "elm.text";
1178             transition: LINEAR 0.1;
1179          }
1180          program { name: "go_disabled";
1181             signal: "elm,state,disabled";
1182             source: "elm";
1183             action: STATE_SET "disabled" 0.0;
1184             target: "disclip";
1185          }
1186          program { name: "go_enabled";
1187             signal: "elm,state,enabled";
1188             source: "elm";
1189             action: STATE_SET "default" 0.0;
1190             target: "disclip";
1191          }
1192          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1193          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1194       }
1195    }
1196
1197 // 3.1.9
1198    group { name: "elm/genlist/item/1text.2icon.3/default";
1199       alias: "elm/genlist/item_odd/1text.2icon.3/default";
1200       alias: "elm/genlist/item_compress/1text.2icon.3/default";
1201       alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
1202       data.item: "stacking" "above";
1203       data.item: "selectraise" "on";
1204       data.item: "texts" "elm.text";
1205       data.item: "contents" "elm.icon.1 elm.icon.2";
1206       data.item: "flips" "elm.flip.content";
1207       images {
1208          image: "00_list_bar_press_1x80.png" COMP;
1209       }
1210       parts {
1211          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1212          GENLIST_PART_BG_IMAGE
1213          GENLIST_PART_BOTTOM_LINE
1214          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1215          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1216          part { name: "elm.icon.1";
1217             type: SWALLOW;
1218             clip_to: "disclip";
1219             scale: 1;
1220             description { state: "default" 0.0;
1221                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1222                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1223                fixed: 1 1;
1224                rel1 {
1225                   relative: 0.0 0.0;
1226                   to_x: "elm.padding.right";
1227                }
1228                rel2 {
1229                   relative: 0.0 1.0;
1230                   to_x: "elm.padding.right";
1231                }
1232                align: 1.0 0.5;
1233             }
1234             GENLIST_DESCRIPTION_FLIP_ENABLED
1235          }
1236          part { name: "elm.padding.icon1.left";
1237             type: RECT;
1238             clip_to: "disclip";
1239             scale: 1;
1240             description { state: "default" 0.0;
1241                min: GENLIST_PADDING_16_INC 0;
1242                fixed: 1 0;
1243                visible: 0;
1244                rel1.to_x: "elm.icon.1";
1245                rel2 {
1246                   relative: 0.0 1.0;
1247                   to_x: "elm.icon.1";
1248                }
1249                align: 1.0 0.0;
1250             }
1251          }
1252          part { name: "elm.padding.icon1.left2";
1253             type: RECT;
1254             clip_to: "disclip";
1255             scale: 1;
1256             description { state: "default" 0.0;
1257                min: GENLIST_PADDING_64_INC 0;
1258                fixed: 1 0;
1259                visible: 0;
1260                rel1.to_x: "elm.icon.1";
1261                rel2 {
1262                   relative: 0.0 1.0;
1263                   to_x: "elm.icon.1";
1264                }
1265                align: 1.0 0.0;
1266             }
1267          }
1268          part { name: "elm.text";
1269             type: TEXT;
1270             clip_to: "disclip";
1271             mouse_events: 0;
1272             scale: 1;
1273             description { state: "default" 0.0;
1274                rel1 {
1275                   relative: 1.0 0.0;
1276                   to_x: "elm.padding.left";
1277                }
1278                rel2 {
1279                   relative: 0.0 1.0;
1280                   to_x: "elm.padding.icon1.left2";
1281                }
1282                align: 0.0 0.5;
1283                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1284                text {
1285                   font: "SLP:style=Roman";
1286                   size: GENLIST_FONT_44_INC;
1287                   min: 0 1;
1288                   max: 1 0;
1289                   align: 0.0 0.5;
1290                   text_class: "list_item";
1291                }
1292             }
1293             description { state: "selected" 0.0;
1294                inherit: "default" 0.0;
1295                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1296             }
1297             GENLIST_DESCRIPTION_FLIP_ENABLED
1298          }
1299          part { name: "elm.padding.text.right";
1300             type: RECT;
1301             clip_to: "disclip";
1302             scale: 1;
1303             description { state: "default" 0.0;
1304                min: GENLIST_PADDING_16_INC 0;
1305                fixed: 1 0;
1306                rel1 {
1307                   relative: 1.0 0.0;
1308                   to_x: "elm.text";
1309                }
1310                rel2.to_x: "elm.text";
1311                align: 0.0 0.0;
1312                visible: 0;
1313             }
1314          }
1315          part { name: "elm.icon.2.rect";
1316             type: RECT;
1317             clip_to: "disclip";
1318             scale: 1;
1319             description { state: "default" 0.0;
1320                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
1321                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
1322                rel1 {
1323                   relative: 1.0 0.0;
1324                   to_x: "elm.padding.text.right";
1325                }
1326                rel2 {
1327                   relative: 0.0 1.0;
1328                   to_x: "elm.padding.icon1.left";
1329                }
1330                align: 0.0 0.5;
1331                color: 0 0 0 0;
1332             }
1333             GENLIST_DESCRIPTION_FLIP_ENABLED
1334          }
1335          part { name: "elm.icon.2";
1336             type: SWALLOW;
1337             clip_to: "disclip";
1338             description { state: "default" 0.0;
1339                rel1.to: "elm.icon.2.rect";
1340                rel2.to: "elm.icon.2.rect";
1341             }
1342             GENLIST_DESCRIPTION_FLIP_ENABLED
1343          }
1344          GENLIST_PART_FLIP
1345          GENLIST_PART_DISCLIP
1346       }
1347       programs {
1348          program { name: "go_active";
1349             signal: "elm,state,selected";
1350             source: "elm";
1351             action: STATE_SET "selected" 0.0;
1352             target: "bg_image";
1353             target: "elm.text";
1354             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1355          }
1356          program { name: "go_passive";
1357             signal: "elm,state,unselected";
1358             source: "elm";
1359             action: STATE_SET "default" 0.0;
1360             target: "bg_image";
1361             target: "elm.text";
1362             transition: LINEAR 0.1;
1363          }
1364          program { name: "go_disabled";
1365             signal: "elm,state,disabled";
1366             source: "elm";
1367             action: STATE_SET "disabled" 0.0;
1368             target: "disclip";
1369          }
1370          program { name: "go_enabled";
1371             signal: "elm,state,enabled";
1372             source: "elm";
1373             action: STATE_SET "default" 0.0;
1374             target: "disclip";
1375          }
1376          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1377          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1378       }
1379    }
1380
1381    group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
1382       inherit: "elm/genlist/item/1text.2icon.3/default";
1383       parts {
1384          part { name: "elm.text";
1385             type: TEXTBLOCK;
1386             clip_to: "disclip";
1387             mouse_events: 0;
1388             scale: 1;
1389             description { state: "default" 0.0;
1390                rel1 {
1391                   relative: 1.0 0.0;
1392                   to_x: "elm.padding.left";
1393                }
1394                rel2 {
1395                   relative: 0.0 1.0;
1396                   to_x: "elm.padding.icon1.left2";
1397                }
1398                align: 0.0 0.5;
1399                text {
1400                   style: "genlist_default_textblock_style";
1401                   min: 0 1;
1402                   max: 1 0;
1403                   align: 0.0 0.5;
1404                }
1405             }
1406             description { state: "selected" 0.0;
1407                inherit: "default" 0.0;
1408                text.style: "genlist_default_textblock_selected_style";
1409             }
1410             GENLIST_DESCRIPTION_FLIP_ENABLED
1411          }
1412       }
1413    }
1414
1415 // 3.1.10
1416    group { name: "elm/genlist/item/1text.1icon.2/default";
1417       alias: "elm/genlist/item_odd/1text.1icon.2/default";
1418       alias: "elm/genlist/item_compress/1text.1icon.2/default";
1419       alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
1420       data.item: "stacking" "above";
1421       data.item: "selectraise" "on";
1422       data.item: "texts" "elm.text";
1423       data.item: "contents" "elm.icon";
1424       data.item: "flips" "elm.flip.content";
1425       images {
1426          image: "00_list_bar_press_1x80.png" COMP;
1427       }
1428       parts {
1429          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1430          GENLIST_PART_BG_IMAGE
1431          GENLIST_PART_BOTTOM_LINE
1432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1434          part { name: "elm.icon";
1435             clip_to: "disclip";
1436             type: SWALLOW;
1437             scale: 1;
1438             description { state: "default" 0.0;
1439                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1440                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1441                fixed: 1 1;
1442                rel1 {
1443                   relative: 1.0 0.0;
1444                   to_x: "elm.padding.left";
1445                }
1446                rel2 {
1447                   relative: 1.0 1.0;
1448                   to_x: "elm.padding.left";
1449                }
1450                align: 0.0 0.5;
1451             }
1452             GENLIST_DESCRIPTION_FLIP_ENABLED
1453          }
1454          part { name: "elm.padding.icon.right";
1455             clip_to: "disclip";
1456             type: RECT;
1457             scale: 1;
1458             description { state: "default" 0.0;
1459                min: GENLIST_PADDING_16_INC 0;
1460                fixed: 1 0;
1461                rel1 {
1462                   relative: 1.0 0.0;
1463                   to_x: "elm.icon";
1464                }
1465                rel2.to_x: "elm.icon";
1466                visible: 0;
1467             }
1468          }
1469          part { name: "elm.text";
1470             clip_to: "disclip";
1471             type: TEXT;
1472             mouse_events: 0;
1473             scale: 1;
1474             description { state: "default" 0.0;
1475                rel1 {
1476                   relative: 1.0 0.0;
1477                   to_x: "elm.padding.icon.right";
1478                }
1479                rel2 {
1480                   relative: 0.0 1.0;
1481                   to_x: "elm.padding.right";
1482                }
1483                align: 0.0 0.5;
1484                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1485                text {
1486                   font: "SLP:style=Roman";
1487                   size: GENLIST_FONT_44_INC;
1488                   min: 0 1;
1489                   align: 0.0 0.5;
1490                   text_class: "list_item";
1491                }
1492             }
1493             description { state: "selected" 0.0;
1494                inherit: "default" 0.0;
1495                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1496             }
1497             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1498             GENLIST_DESCRIPTION_FLIP_ENABLED
1499          }
1500          GENLIST_PART_FLIP
1501          GENLIST_PART_DISCLIP
1502       }
1503       programs {
1504          program { name: "go_active";
1505             signal: "elm,state,selected";
1506             source: "elm";
1507             action: STATE_SET "selected" 0.0;
1508             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
1509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1510          }
1511          program { name: "go_passive";
1512             signal: "elm,state,unselected";
1513             source: "elm";
1514             action: STATE_SET "default" 0.0;
1515             target: "bg_image";
1516             target: "elm.text";
1517             transition: LINEAR 0.1;
1518          }
1519          program { name: "go_disabled";
1520             signal: "elm,state,disabled";
1521             source: "elm";
1522             action: STATE_SET "disabled" 0.0;
1523             target: "disclip";
1524          }
1525          program { name: "go_enabled";
1526             signal: "elm,state,enabled";
1527             source: "elm";
1528             action: STATE_SET "default" 0.0;
1529             target: "disclip";
1530          }
1531          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1532          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1533       }
1534    }
1535
1536    group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
1537       inherit: "elm/genlist/item/1text.1icon.2/default";
1538       parts {
1539          part { name: "elm.text";
1540             clip_to: "disclip";
1541             type: TEXTBLOCK;
1542             mouse_events: 0;
1543             scale: 1;
1544             description { state: "default" 0.0;
1545                rel1 {
1546                   relative: 1.0 0.0;
1547                   to_x: "elm.padding.icon.right";
1548                }
1549                rel2 {
1550                   relative: 0.0 1.0;
1551                   to_x: "elm.padding.right";
1552                }
1553                align: 0.0 0.5;
1554                text {
1555                   style: "genlist_default_textblock_style";
1556                   min: 0 1;
1557                   align: 0.0 0.5;
1558                }
1559             }
1560             description { state: "selected" 0.0;
1561                inherit: "default" 0.0;
1562                text.style: "genlist_default_textblock_selected_style";
1563             }
1564             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1565             GENLIST_DESCRIPTION_FLIP_ENABLED
1566          }
1567       }
1568    }
1569
1570
1571 // 3.1.11
1572    group { name: "elm/genlist/item/2text.1icon/default";
1573       alias: "elm/genlist/item_odd/2text.1icon/default";
1574       alias: "elm/genlist/item_compress/2text.1icon/default";
1575       alias: "elm/genlist/item_compress_odd/2text.1icon/default";
1576       data.item: "stacking" "above";
1577       data.item: "selectraise" "on";
1578       data.item: "texts" "elm.text.1 elm.text.2";
1579       data.item: "contents" "elm.icon";
1580       data.item: "flips" "elm.flip.content";
1581       images {
1582          image: "00_list_bar_press_1x80.png" COMP;
1583       }
1584       parts {
1585          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1586          GENLIST_PART_BG_IMAGE
1587          GENLIST_PART_BOTTOM_LINE
1588          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1589          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1590          part { name: "elm.icon";
1591             clip_to: "disclip";
1592             type: SWALLOW;
1593             scale: 1;
1594             description { state: "default" 0.0;
1595                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1596                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1597                fixed: 1 1;
1598                rel1 {
1599                   relative: 1.0 0.0;
1600                   to_x: "elm.padding.left";
1601                }
1602                rel2 {
1603                   relative: 1.0 1.0;
1604                   to_x: "elm.padding.left";
1605                }
1606                align: 0.0 0.5;
1607             }
1608             GENLIST_DESCRIPTION_FLIP_ENABLED
1609          }
1610          part { name: "elm.padding.icon.right";
1611             clip_to: "disclip";
1612             type: RECT;
1613             scale: 1;
1614             description { state: "default" 0.0;
1615                min: GENLIST_PADDING_16_INC 0;
1616                fixed: 1 0;
1617                rel1 {
1618                   relative: 1.0 0.0;
1619                   to_x: "elm.icon";
1620                }
1621                rel2.to_x: "elm.icon";
1622                visible: 0;
1623             }
1624          }
1625          part { name: "elm.text.2";
1626             clip_to: "disclip";
1627             type: TEXT;
1628             mouse_events: 0;
1629             scale: 1;
1630             description { state: "default" 0.0;
1631                min: GENLIST_SIZE_133_INC 0;
1632                fixed: 1 0;
1633                rel1.to_x: "elm.padding.right";
1634                rel2 {
1635                   relative: 0.0 1.0;
1636                   to_x: "elm.padding.right";
1637                }
1638                align: 1.0 0.5;
1639                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
1640                text {
1641                   font: "SLP:style=Medium";
1642                   size: GENLIST_FONT_32_INC;
1643                   min: 0 1;
1644                   align: 1.0 0.5;
1645                   text_class: "slp_medium";
1646                }
1647             }
1648             description { state: "selected" 0.0;
1649                inherit: "default" 0.0;
1650                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1651             }
1652             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1653             GENLIST_DESCRIPTION_FLIP_ENABLED
1654          }
1655          part { name: "elm.padding.text2.left";
1656             clip_to: "disclip";
1657             type: RECT;
1658             mouse_events: 0;
1659             scale: 1;
1660             description { state: "default" 0.0;
1661                min: GENLIST_SIZE_ICON_SMALL 0;
1662                fixed: 1 0;
1663                rel1.to_x: "elm.text.2";
1664                rel2 {
1665                   relative: 0.0 1.0;
1666                   to_x: "elm.text.2";
1667                }
1668                visible: 0;
1669                align: 1.0 0.5;
1670             }
1671          }
1672          part { name: "elm.text.1";
1673             clip_to: "disclip";
1674             type: TEXT;
1675             mouse_events: 0;
1676             scale: 1;
1677             description { state: "default" 0.0;
1678                rel1 {
1679                   relative: 1.0 0.0;
1680                   to_x: "elm.padding.icon.right";
1681                }
1682                rel2 {
1683                   relative: 0.0 1.0;
1684                   to_x: "elm.padding.text2.left";
1685                }
1686                align: 0.0 0.5;
1687                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1688                text {
1689                   font: "SLP:style=Roman";
1690                   size: GENLIST_FONT_44_INC;
1691                   min: 0 1;
1692                   align: 0.0 0.5;
1693                   text_class: "list_item";
1694                }
1695             }
1696             description { state: "selected" 0.0;
1697                inherit: "default" 0.0;
1698                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1699             }
1700             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1701             GENLIST_DESCRIPTION_FLIP_ENABLED
1702          }
1703          GENLIST_PART_FLIP
1704          GENLIST_PART_DISCLIP
1705       }
1706       programs {
1707          program { name: "go_active";
1708             signal: "elm,state,selected";
1709             source: "elm";
1710             action: STATE_SET "selected" 0.0;
1711             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1712             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1713          }
1714          program { name: "go_passive";
1715             signal: "elm,state,unselected";
1716             source: "elm";
1717             action: STATE_SET "default" 0.0;
1718             target: "bg_image";
1719             target: "elm.text.1";
1720             target: "elm.text.2";
1721             transition: LINEAR 0.1;
1722          }
1723          program { name: "go_disabled";
1724             signal: "elm,state,disabled";
1725             source: "elm";
1726             action: STATE_SET "disabled" 0.0;
1727             target: "disclip";
1728          }
1729          program { name: "go_enabled";
1730             signal: "elm,state,enabled";
1731             source: "elm";
1732             action: STATE_SET "default" 0.0;
1733             target: "disclip";
1734          }
1735          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1736          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1737       }
1738    }
1739
1740 // 3.1.12
1741    group { name: "elm/genlist/item/2text.1icon.6/default";
1742       alias: "elm/genlist/item_odd/2text.1icon.6/default";
1743       alias: "elm/genlist/item_compress/2text.1icon.6/default";
1744       alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
1745       data.item: "stacking" "above";
1746       data.item: "selectraise" "on";
1747       data.item: "texts" "elm.text.1 elm.text.2";
1748       data.item: "contents" "elm.icon";
1749       data.item: "flips" "elm.flip.content";
1750       images {
1751          image: "00_list_bar_press_1x80.png" COMP;
1752       }
1753       parts {
1754          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1755          GENLIST_PART_BG_IMAGE
1756          GENLIST_PART_BOTTOM_LINE
1757          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1758          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1759          part { name: "elm.icon";
1760             clip_to: "disclip";
1761             type: SWALLOW;
1762             scale: 1;
1763             description { state: "default" 0.0;
1764                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1765                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1766                fixed: 1 1;
1767                rel1 {
1768                   relative: 1.0 0.0;
1769                   to_x: "elm.padding.left";
1770                }
1771                rel2 {
1772                   relative: 1.0 1.0;
1773                   to_x: "elm.padding.left";
1774                }
1775                align: 0.0 0.5;
1776             }
1777             GENLIST_DESCRIPTION_FLIP_ENABLED
1778          }
1779          part { name: "elm.padding.icon.right";
1780             clip_to: "disclip";
1781             type: RECT;
1782             scale: 1;
1783             description { state: "default" 0.0;
1784                min: GENLIST_PADDING_16_INC 0;
1785                fixed: 1 0;
1786                rel1 {
1787                   relative: 1.0 0.0;
1788                   to_x: "elm.icon";
1789                }
1790                rel2.to_x: "elm.icon";
1791                visible: 0;
1792             }
1793          }
1794          part { name: "elm.text.2";
1795             clip_to: "disclip";
1796             type: TEXT;
1797             mouse_events: 0;
1798             scale: 1;
1799             description { state: "default" 0.0;
1800                min: GENLIST_SIZE_133_INC 0;
1801                fixed: 1 0;
1802                rel1.to_x: "elm.padding.right";
1803                rel2 {
1804                   relative: 0.0 1.0;
1805                   to_x: "elm.padding.right";
1806                }
1807                align: 1.0 0.5;
1808                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
1809                text {
1810                   font: "SLP:style=Medium";
1811                   size: GENLIST_FONT_32_INC;
1812                   min: 0 1;
1813                   align: 1.0 0.5;
1814                   text_class: "slp_medium";
1815                }
1816             }
1817             description { state: "selected" 0.0;
1818                inherit: "default" 0.0;
1819                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1820             }
1821             GENLIST_DESCRIPTION_FLIP_ENABLED
1822          }
1823          part { name: "elm.padding.text2.left";
1824             clip_to: "disclip";
1825             type: RECT;
1826             mouse_events: 0;
1827             scale: 1;
1828             description { state: "default" 0.0;
1829                min: GENLIST_SIZE_ICON_SMALL 0;
1830                fixed: 1 0;
1831                rel1.to_x: "elm.text.2";
1832                rel2 {
1833                   relative: 0.0 1.0;
1834                   to_x: "elm.text.2";
1835                }
1836                visible: 0;
1837                align: 1.0 0.5;
1838             }
1839          }
1840          part { name: "elm.text.1";
1841             clip_to: "disclip";
1842             type: TEXT;
1843             mouse_events: 0;
1844             scale: 1;
1845             description { state: "default" 0.0;
1846                rel1 {
1847                   relative: 1.0 0.0;
1848                   to_x: "elm.padding.icon.right";
1849                }
1850                rel2 {
1851                   relative: 0.0 1.0;
1852                   to_x: "elm.padding.text2.left";
1853                }
1854                align: 0.0 0.5;
1855                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1856                text {
1857                   font: "SLP:style=Roman";
1858                   size: GENLIST_FONT_44_INC;
1859                   min: 0 1;
1860                   align: 0.0 0.5;
1861                   text_class: "list_item";
1862                }
1863             }
1864             description { state: "selected" 0.0;
1865                inherit: "default" 0.0;
1866                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1867             }
1868             GENLIST_DESCRIPTION_FLIP_ENABLED
1869          }
1870          GENLIST_PART_FLIP
1871          GENLIST_PART_DISCLIP
1872       }
1873       programs {
1874          program { name: "go_active";
1875             signal: "elm,state,selected";
1876             source: "elm";
1877             action: STATE_SET "selected" 0.0;
1878             target: "bg_image";
1879             target: "elm.text.1";
1880             target: "elm.text.2";
1881             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1882          }
1883          program { name: "go_passive";
1884             signal: "elm,state,unselected";
1885             source: "elm";
1886             action: STATE_SET "default" 0.0;
1887             target: "bg_image";
1888             target: "elm.text.1";
1889             target: "elm.text.2";
1890             transition: LINEAR 0.1;
1891          }
1892          program { name: "go_disabled";
1893             signal: "elm,state,disabled";
1894             source: "elm";
1895             action: STATE_SET "disabled" 0.0;
1896             target: "disclip";
1897          }
1898          program { name: "go_enabled";
1899             signal: "elm,state,enabled";
1900             source: "elm";
1901             action: STATE_SET "default" 0.0;
1902             target: "disclip";
1903          }
1904          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1905          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1906       }
1907    }
1908
1909 // 3.1.13
1910    group { name: "elm/genlist/item/1text.2icon/default";
1911       alias: "elm/genlist/item_odd/1text.2icon/default";
1912       alias: "elm/genlist/item_compress/1text.2icon/default";
1913       alias: "elm/genlist/item_compress_odd/1text.2icon/default";
1914       data.item: "stacking" "above";
1915       data.item: "selectraise" "on";
1916       data.item: "texts" "elm.text";
1917       data.item: "contents" "elm.icon.1 elm.icon.2";
1918       data.item: "flips" "elm.flip.content";
1919       images {
1920          image: "00_list_bar_press_1x80.png" COMP;
1921       }
1922       parts {
1923          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1924          GENLIST_PART_BG_IMAGE
1925          GENLIST_PART_BOTTOM_LINE
1926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1928          part { name: "elm.icon.1";
1929             clip_to: "disclip";
1930             type: SWALLOW;
1931             scale: 1;
1932             description { state: "default" 0.0;
1933                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1934                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1935                fixed: 1 1;
1936                rel1 {
1937                   relative: 1.0 0.0;
1938                   to_x: "elm.padding.left";
1939                }
1940                rel2 {
1941                   relative: 1.0 1.0;
1942                   to_x: "elm.padding.left";
1943                }
1944                align: 0.0 0.5;
1945             }
1946             GENLIST_DESCRIPTION_FLIP_ENABLED
1947          }
1948          part { name: "elm.padding.icon1.right";
1949             clip_to: "disclip";
1950             type: RECT;
1951             scale: 1;
1952             description { state: "default" 0.0;
1953                min: GENLIST_SIZE_16_INC 0;
1954                fixed: 1 0;
1955                rel1 {
1956                   relative: 1.0 0.0;
1957                   to_x: "elm.icon.1";
1958                }
1959                rel2.to_x: "elm.icon.1";
1960                visible: 0;
1961             }
1962          }
1963          part { name: "elm.icon.2";
1964             clip_to: "disclip";
1965             type: SWALLOW;
1966             scale: 1;
1967             description { state: "default" 0.0;
1968                fixed: 1 1;
1969                rel1 {
1970                   relative: 0.0 0.0;
1971                   to_x: "elm.padding.right";
1972                }
1973                rel2 {
1974                   relative: 0.0 1.0;
1975                   to_x: "elm.padding.right";
1976                }
1977                align: 1.0 0.5;
1978             }
1979             GENLIST_DESCRIPTION_FLIP_ENABLED
1980          }
1981          part { name: "elm.padding.icon2.left";
1982             clip_to: "disclip";
1983             type: RECT;
1984             scale: 1;
1985             description { state: "default" 0.0;
1986                min: GENLIST_PADDING_16_INC 0;
1987                fixed: 1 0;
1988                rel1.to_x: "elm.icon.2";
1989                rel2 {
1990                   relative: 0.0 1.0;
1991                   to_x: "elm.icon.2";
1992                }
1993                align: 1.0 0.0;
1994                visible: 0;
1995             }
1996          }
1997          part { name: "elm.text";
1998             clip_to: "disclip";
1999             type: TEXT;
2000             mouse_events: 0;
2001             scale: 1;
2002             description { state: "default" 0.0;
2003                rel1 {
2004                   relative: 1.0 0.0;
2005                   to_x: "elm.padding.icon1.right";
2006                }
2007                rel2 {
2008                   relative: 0.0 1.0;
2009                   to_x: "elm.padding.icon2.left";
2010                }
2011                align: 0.0 0.5;
2012                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2013                text {
2014                   font: "SLP:style=Roman";
2015                   size: GENLIST_FONT_44_INC;
2016                   min: 0 1;
2017                   align: 0.0 0.5;
2018                   text_class: "list_item";
2019                }
2020             }
2021             description { state: "selected" 0.0;
2022                inherit: "default" 0.0;
2023                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2024             }
2025             GENLIST_DESCRIPTION_FLIP_ENABLED
2026          }
2027          GENLIST_PART_FLIP
2028          GENLIST_PART_DISCLIP
2029       }
2030       programs {
2031          program { name: "go_active";
2032             signal: "elm,state,selected";
2033             source: "elm";
2034             action: STATE_SET "selected" 0.0;
2035             target: "bg_image";
2036             target: "elm.text";
2037             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2038          }
2039          program { name: "go_passive";
2040             signal: "elm,state,unselected";
2041             source: "elm";
2042             action: STATE_SET "default" 0.0;
2043             target: "bg_image";
2044             target: "elm.text";
2045             transition: LINEAR 0.1;
2046          }
2047          program { name: "go_disabled";
2048             signal: "elm,state,disabled";
2049             source: "elm";
2050             action: STATE_SET "disabled" 0.0;
2051             target: "disclip";
2052          }
2053          program { name: "go_enabled";
2054             signal: "elm,state,enabled";
2055             source: "elm";
2056             action: STATE_SET "default" 0.0;
2057             target: "disclip";
2058          }
2059          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2060          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2061       }
2062    }
2063
2064 // 3.1.14
2065    group { name: "elm/genlist/item/1text.2icon.6/default";
2066       alias: "elm/genlist/item_odd/1text.2icon.6/default";
2067       alias: "elm/genlist/item_compress/1text.2icon.6/default";
2068       alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
2069       data.item: "stacking" "above";
2070       data.item: "selectraise" "on";
2071       data.item: "texts" "elm.text";
2072       data.item: "contents" "elm.icon.1 elm.icon.2";
2073       data.item: "flips" "elm.flip.content";
2074       images {
2075          image: "00_list_bar_press_1x80.png" COMP;
2076       }
2077       parts {
2078          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2079          GENLIST_PART_BG_IMAGE
2080          GENLIST_PART_BOTTOM_LINE
2081          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2082          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2083          part { name: "elm.icon.1";
2084             clip_to: "disclip";
2085             type: SWALLOW;
2086             scale: 1;
2087             description { state: "default" 0.0;
2088                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2089                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2090                fixed: 1 1;
2091                rel1 {
2092                   relative: 1.0 0.0;
2093                   to_x: "elm.padding.left";
2094                }
2095                rel2 {
2096                   relative: 1.0 1.0;
2097                   to_x: "elm.padding.left";
2098                }
2099                align: 0.0 0.5;
2100             }
2101             GENLIST_DESCRIPTION_FLIP_ENABLED
2102          }
2103          part { name: "elm.padding.icon1.right";
2104             clip_to: "disclip";
2105             type: RECT;
2106             scale: 1;
2107             description { state: "default" 0.0;
2108                min: GENLIST_PADDING_16_INC 0;
2109                fixed: 1 0;
2110                rel1 {
2111                   relative: 1.0 0.0;
2112                   to_x: "elm.icon.1";
2113                }
2114                rel2.to_x: "elm.icon.1";
2115                visible: 0;
2116             }
2117          }
2118          part { name: "elm.icon.2";
2119             clip_to: "disclip";
2120             type: SWALLOW;
2121             scale: 1;
2122             description { state: "default" 0.0;
2123                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2124                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2125                fixed: 1 1;
2126                rel1 {
2127                   relative: 0.0 0.0;
2128                   to_x: "elm.padding.right";
2129                }
2130                rel2 {
2131                   relative: 0.0 1.0;
2132                   to_x: "elm.padding.right";
2133                }
2134                align: 1.0 0.5;
2135             }
2136             GENLIST_DESCRIPTION_FLIP_ENABLED
2137          }
2138          part { name: "elm.padding.icon2.left";
2139             clip_to: "disclip";
2140             type: RECT;
2141             scale: 1;
2142             description { state: "default" 0.0;
2143                min: GENLIST_PADDING_16_INC 0;
2144                fixed: 1 0;
2145                rel1.to_x: "elm.icon.2";
2146                rel2 {
2147                   relative: 0.0 1.0;
2148                   to_x: "elm.icon.2";
2149                }
2150                align: 1.0 0.0;
2151                visible: 0;
2152             }
2153          }
2154          part { name: "elm.text";
2155             clip_to: "disclip";
2156             type: TEXT;
2157             mouse_events: 0;
2158             scale: 1;
2159             description { state: "default" 0.0;
2160                rel1 {
2161                   relative: 1.0 0.0;
2162                   to_x: "elm.padding.icon1.right";
2163                }
2164                rel2 {
2165                   relative: 0.0 1.0;
2166                   to_x: "elm.padding.icon2.left";
2167                }
2168                align: 0.0 0.5;
2169                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2170                text {
2171                   font: "SLP:style=Roman";
2172                   size: GENLIST_FONT_44_INC;
2173                   min: 0 1;
2174                   align: 0.0 0.5;
2175                   text_class: "list_item";
2176                }
2177             }
2178             description { state: "selected" 0.0;
2179                inherit: "default" 0.0;
2180                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2181             }
2182             GENLIST_DESCRIPTION_FLIP_ENABLED
2183          }
2184          GENLIST_PART_FLIP
2185          GENLIST_PART_DISCLIP
2186       }
2187       programs {
2188          program { name: "go_active";
2189             signal: "elm,state,selected";
2190             source: "elm";
2191             action: STATE_SET "selected" 0.0;
2192             target: "bg_image";
2193             target: "elm.text";
2194             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2195          }
2196          program { name: "go_passive";
2197             signal: "elm,state,unselected";
2198             source: "elm";
2199             action: STATE_SET "default" 0.0;
2200             target: "bg_image";
2201             target: "elm.text";
2202             transition: LINEAR 0.1;
2203          }
2204          program { name: "go_disabled";
2205             signal: "elm,state,disabled";
2206             source: "elm";
2207             action: STATE_SET "disabled" 0.0;
2208             target: "disclip";
2209          }
2210          program { name: "go_enabled";
2211             signal: "elm,state,enabled";
2212             source: "elm";
2213             action: STATE_SET "default" 0.0;
2214             target: "disclip";
2215          }
2216          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2217          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2218       }
2219    }
2220
2221    group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
2222       inherit: "elm/genlist/item/1text.2icon.6/default";
2223       parts {
2224          part { name: "elm.text";
2225             clip_to: "disclip";
2226             type: TEXTBLOCK;
2227             mouse_events: 0;
2228             scale: 1;
2229             description { state: "default" 0.0;
2230                rel1 {
2231                   relative: 1.0 0.0;
2232                   to_x: "elm.padding.icon1.right";
2233                }
2234                rel2 {
2235                   relative: 0.0 1.0;
2236                   to_x: "elm.padding.icon2.left";
2237                }
2238                align: 0.0 0.5;
2239                text {
2240                   style: "genlist_default_textblock_style";
2241                   min: 0 1;
2242                   align: 0.0 0.5;
2243                }
2244             }
2245             description { state: "selected" 0.0;
2246                inherit: "default" 0.0;
2247                text.style: "genlist_default_textblock_selected_style";
2248             }
2249             GENLIST_DESCRIPTION_FLIP_ENABLED
2250          }
2251       }
2252    }
2253
2254    group { name: "elm/genlist/item/1text.1icon.3/default";
2255       alias: "elm/genlist/item_odd/1text.1icon.3/default";
2256       alias: "elm/genlist/item_compress/1text.1icon.3/default";
2257       alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
2258       data.item: "stacking" "above";
2259       data.item: "selectraise" "on";
2260       data.item: "texts" "elm.text";
2261       data.item: "contents" "elm.icon";
2262       data.item: "flips" "elm.flip.content";
2263       images {
2264          image: "00_list_bar_press_1x80.png" COMP;
2265       }
2266       parts {
2267          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2268          GENLIST_PART_BG_IMAGE
2269          GENLIST_PART_BOTTOM_LINE
2270          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2271          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2272          part { name: "elm.icon";
2273             clip_to: "disclip";
2274             type: SWALLOW;
2275             scale: 1;
2276             description { state: "default" 0.0;
2277                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2278                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2279                fixed: 1 1;
2280                rel1 {
2281                   relative: 1.0 0.0;
2282                   to_x: "elm.padding.left";
2283                }
2284                rel2.to_x: "elm.padding.left";
2285                align: 0.0 0.5;
2286             }
2287             GENLIST_DESCRIPTION_FLIP_ENABLED
2288          }
2289          part { name: "elm.padding.icon.right";
2290             clip_to: "disclip";
2291             type: RECT;
2292             scale: 1;
2293             description { state: "default" 0.0;
2294                min: GENLIST_PADDING_16_INC 0;
2295                fixed: 1 0;
2296                rel1 {
2297                   relative: 1.0 0.0;
2298                   to_x: "elm.icon";
2299                }
2300                rel2.to_x: "elm.icon";
2301                visible: 0;
2302             }
2303          }
2304          part { name: "elm.text";
2305             clip_to: "disclip";
2306             type: TEXT;
2307             mouse_events: 0;
2308             scale: 1;
2309             description { state: "default" 0.0;
2310                rel1 {
2311                   relative: 1.0 0.0;
2312                   to_x: "elm.padding.icon.right";
2313                }
2314                rel2 {
2315                   relative: 0.0 1.0;
2316                   to_x: "elm.padding.right";
2317                }
2318                align: 0.0 0.5;
2319                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2320                text {
2321                   font: "SLP:style=Roman";
2322                   size: GENLIST_FONT_44_INC;
2323                   min: 0 1;
2324                   align: 0.0 0.5;
2325                   text_class: "list_item";
2326                }
2327             }
2328             description { state: "selected" 0.0;
2329                inherit: "default" 0.0;
2330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2331             }
2332             GENLIST_DESCRIPTION_FLIP_ENABLED
2333          }
2334          GENLIST_PART_FLIP
2335          GENLIST_PART_DISCLIP
2336       }
2337       programs {
2338          program { name: "go_active";
2339             signal: "elm,state,selected";
2340             source: "elm";
2341             action: STATE_SET "selected" 0.0;
2342             target: "bg_image";
2343             target: "elm.text";
2344             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2345          }
2346          program { name: "go_passive";
2347             signal: "elm,state,unselected";
2348             source: "elm";
2349             action: STATE_SET "default" 0.0;
2350             target: "bg_image";
2351             target: "elm.text";
2352             transition: LINEAR 0.1;
2353          }
2354          program { name: "go_disabled";
2355             signal: "elm,state,disabled";
2356             source: "elm";
2357             action: STATE_SET "disabled" 0.0;
2358             target: "disclip";
2359          }
2360          program { name: "go_enabled";
2361             signal: "elm,state,enabled";
2362             source: "elm";
2363             action: STATE_SET "default" 0.0;
2364             target: "disclip";
2365          }
2366          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
2367          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2368       }
2369    }
2370
2371 // 3.1.17
2372    group { name: "elm/genlist/item/1text.2icon.4/default";
2373       alias: "elm/genlist/item_odd/1text.2icon.4/default";
2374       alias: "elm/genlist/item_compress/1text.2icon.4/default";
2375       alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
2376       data.item: "stacking" "above";
2377       data.item: "selectraise" "on";
2378       data.item: "texts" "elm.text";
2379       data.item: "contents" "elm.icon.1 elm.icon.2";
2380       data.item: "flips" "elm.flip.content";
2381       images {
2382          image: "00_list_bar_press_1x80.png" COMP;
2383       }
2384       parts {
2385          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2386          GENLIST_PART_BG_IMAGE
2387          GENLIST_PART_BOTTOM_LINE
2388          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2389          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2390          part { name: "elm.icon.1";
2391             clip_to: "disclip";
2392             type: SWALLOW;
2393             scale: 1;
2394             description { state: "default" 0.0;
2395                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2396                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2397                fixed: 1 1;
2398                rel1 {
2399                   relative: 1.0 0.0;
2400                   to_x: "elm.padding.left";
2401                }
2402                rel2.to_x: "elm.padding.left";
2403                align: 0.0 0.5;
2404             }
2405             GENLIST_DESCRIPTION_FLIP_ENABLED
2406          }
2407          part { name: "elm.padding.icon1.right";
2408             clip_to: "disclip";
2409             type: RECT;
2410             scale: 1;
2411             description { state: "default" 0.0;
2412                min: GENLIST_PADDING_16_INC 0;
2413                fixed: 1 0;
2414                rel1 {
2415                   relative: 1.0 0.0;
2416                   to_x: "elm.icon.1";
2417                }
2418                rel2.to_x: "elm.icon.1";
2419                visible: 0;
2420             }
2421          }
2422          part { name: "elm.icon.2";
2423             clip_to: "disclip";
2424             type: SWALLOW;
2425             scale: 1;
2426             description { state: "default" 0.0;
2427                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2428                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2429                fixed: 1 1;
2430                rel1 {
2431                   relative: 0.0 0.0;
2432                   to_x: "elm.padding.right";
2433                }
2434                rel2 {
2435                   relative: 0.0 1.0;
2436                   to_x: "elm.padding.right";
2437                }
2438                align: 1.0 0.5;
2439             }
2440             GENLIST_DESCRIPTION_FLIP_ENABLED
2441          }
2442          part { name: "elm.padding.icon2.left";
2443             clip_to: "disclip";
2444             type: RECT;
2445             scale: 1;
2446             description { state: "default" 0.0;
2447                min: GENLIST_PADDING_16_INC 0;
2448                fixed: 1 0;
2449                rel1.to_x: "elm.icon.2";
2450                rel2 {
2451                   relative: 0.0 1.0;
2452                   to_x: "elm.icon.2";
2453                }
2454                align: 1.0 0.0;
2455                visible: 0;
2456             }
2457          }
2458          part { name: "elm.text";
2459             clip_to: "disclip";
2460             type: TEXT;
2461             mouse_events: 0;
2462             scale: 1;
2463             description { state: "default" 0.0;
2464                rel1 {
2465                   relative: 1.0 0.0;
2466                   to_x: "elm.padding.icon1.right";
2467                }
2468                rel2 {
2469                   relative: 0.0 1.0;
2470                   to_x: "elm.padding.icon2.left";
2471                }
2472                align: 0.0 0.5;
2473                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2474                text {
2475                   font: "SLP:style=Roman";
2476                   size: GENLIST_FONT_44_INC;
2477                   min: 0 1;
2478                   align: 0.0 0.5;
2479                   text_class: "list_item";
2480                }
2481             }
2482             description { state: "selected" 0.0;
2483                inherit: "default" 0.0;
2484                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2485             }
2486             GENLIST_DESCRIPTION_FLIP_ENABLED
2487          }
2488          GENLIST_PART_FLIP
2489          GENLIST_PART_DISCLIP
2490       }
2491       programs {
2492          program { name: "go_active";
2493             signal: "elm,state,selected";
2494             source: "elm";
2495             action: STATE_SET "selected" 0.0;
2496             target: "bg_image";
2497             target: "elm.text";
2498             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2499          }
2500          program { name: "go_passive";
2501             signal: "elm,state,unselected";
2502             source: "elm";
2503             action: STATE_SET "default" 0.0;
2504             target: "bg_image";
2505             target: "elm.text";
2506             transition: LINEAR 0.1;
2507          }
2508          program { name: "go_disabled";
2509             signal: "elm,state,disabled";
2510             source: "elm";
2511             action: STATE_SET "disabled" 0.0;
2512             target: "disclip";
2513          }
2514          program { name: "go_enabled";
2515             signal: "elm,state,enabled";
2516             source: "elm";
2517             action: STATE_SET "default" 0.0;
2518             target: "disclip";
2519          }
2520          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2521          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2522       }
2523    }
2524
2525 // 3.1.18
2526    group { name: "elm/genlist/item/1text.2icon.2/default";
2527       alias: "elm/genlist/item_odd/1text.2icon.2/default";
2528       alias: "elm/genlist/item_compress/1text.2icon.2/default";
2529       alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
2530       data.item: "stacking" "above";
2531       data.item: "selectraise" "on";
2532       data.item: "texts" "elm.text";
2533       data.item: "contents" "elm.icon.1 elm.icon.2";
2534       data.item: "flips" "elm.flip.content";
2535       images {
2536          image: "00_list_bar_press_1x80.png" COMP;
2537       }
2538       parts {
2539          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2540          GENLIST_PART_BG_IMAGE
2541          GENLIST_PART_BOTTOM_LINE
2542          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2543          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2544          part { name: "elm.icon.1";
2545             clip_to: "disclip";
2546             type: SWALLOW;
2547             scale: 1;
2548             description { state: "default" 0.0;
2549                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2550                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2551                fixed: 1 1;
2552                rel1 {
2553                   relative: 1.0 0.0;
2554                   to_x: "elm.padding.left";
2555                }
2556                rel2.to_x: "elm.padding.left";
2557                align: 0.0 0.5;
2558             }
2559             GENLIST_DESCRIPTION_FLIP_ENABLED
2560          }
2561          part { name: "elm.padding.icon1.right";
2562             clip_to: "disclip";
2563             type: RECT;
2564             scale: 1;
2565             description { state: "default" 0.0;
2566                min: GENLIST_PADDING_16_INC 0;
2567                fixed: 1 0;
2568                rel1 {
2569                   relative: 1.0 0.0;
2570                   to_x: "elm.icon.1";
2571                }
2572                rel2.to_x: "elm.icon.1";
2573                align: 0.0 0.0;
2574                visible: 0;
2575             }
2576          }
2577          part { name: "elm.icon.2";
2578             clip_to: "disclip";
2579             type: SWALLOW;
2580             scale: 1;
2581             description { state: "default" 0.0;
2582                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2583                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2584                fixed: 1 1;
2585                rel1 {
2586                   relative: 1.0 0.0;
2587                   to_x: "elm.padding.icon1.right";
2588                }
2589                rel2.to_x: "elm.padding.icon1.right";
2590                align: 0.0 0.5;
2591             }
2592             GENLIST_DESCRIPTION_FLIP_ENABLED
2593          }
2594          part { name: "elm.padding.icon2.right";
2595             type: RECT;
2596             scale: 1;
2597             description { state: "default" 0.0;
2598                min: GENLIST_PADDING_16_INC 0;
2599                fixed: 1 0;
2600                rel1 {
2601                   relative: 1.0 0.0;
2602                   to_x: "elm.icon.2";
2603                }
2604                rel2.to_x: "elm.icon.2";
2605                align: 0.0 0.5;
2606                visible: 0;
2607             }
2608          }
2609          part { name: "elm.text";
2610             clip_to: "disclip";
2611             type: TEXT;
2612             mouse_events: 0;
2613             scale: 1;
2614             description { state: "default" 0.0;
2615                rel1 {
2616                   relative: 1.0 0.0;
2617                   to_x: "elm.padding.icon2.right";
2618                }
2619                rel2 {
2620                   relative: 0.0 1.0;
2621                   to_x: "elm.padding.right";
2622                }
2623                align: 0.0 0.5;
2624                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2625                text {
2626                   font: "SLP:style=Roman";
2627                   size: GENLIST_FONT_44_INC;
2628                   min: 0 1;
2629                   align: 0.0 0.5;
2630                   text_class: "list_item";
2631                }
2632             }
2633             description { state: "selected" 0.0;
2634                inherit: "default" 0.0;
2635                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2636             }
2637             GENLIST_DESCRIPTION_FLIP_ENABLED
2638          }
2639          GENLIST_PART_FLIP
2640          GENLIST_PART_DISCLIP
2641       }
2642       programs {
2643          program { name: "go_active";
2644             signal: "elm,state,selected";
2645             source: "elm";
2646             action: STATE_SET "selected" 0.0;
2647             target: "bg_image";
2648             target: "elm.text";
2649             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2650          }
2651          program { name: "go_passive";
2652             signal: "elm,state,unselected";
2653             source: "elm";
2654             action: STATE_SET "default" 0.0;
2655             target: "bg_image";
2656             target: "elm.text";
2657             transition: LINEAR 0.1;
2658          }
2659          program { name: "go_disabled";
2660             signal: "elm,state,disabled";
2661             source: "elm";
2662             action: STATE_SET "disabled" 0.0;
2663             target: "disclip";
2664          }
2665          program { name: "go_enabled";
2666             signal: "elm,state,enabled";
2667             source: "elm";
2668             action: STATE_SET "default" 0.0;
2669             target: "disclip";
2670          }
2671          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2672          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2673       }
2674    }
2675
2676 // 3.1.19
2677    group { name: "elm/genlist/item/1text.3icon/default";
2678       alias: "elm/genlist/item_odd/1text.3icon/default";
2679       alias: "elm/genlist/item_compress/1text.3icon/default";
2680       alias: "elm/genlist/item_compress_odd/1text.3icon/default";
2681       data.item: "stacking" "above";
2682       data.item: "selectraise" "on";
2683       data.item: "texts" "elm.text";
2684       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2685       data.item: "flips" "elm.flip.content";
2686       images {
2687          image: "00_list_bar_press_1x80.png" COMP;
2688       }
2689       parts {
2690          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2691          GENLIST_PART_BG_IMAGE
2692          GENLIST_PART_BOTTOM_LINE
2693          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2694          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2695          part { name: "elm.icon.1";
2696             clip_to: "disclip";
2697             type: SWALLOW;
2698             scale: 1;
2699             description { state: "default" 0.0;
2700                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2701                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2702                fixed: 1 1;
2703                rel1 {
2704                   relative: 1.0 0.0;
2705                   to_x: "elm.padding.left";
2706                }
2707                rel2.to_x: "elm.padding.left";
2708                align: 0.0 0.5;
2709             }
2710             GENLIST_DESCRIPTION_FLIP_ENABLED
2711          }
2712          part { name: "elm.padding.icon1.right";
2713             clip_to: "disclip";
2714             type: RECT;
2715             scale: 1;
2716             description { state: "default" 0.0;
2717                min: GENLIST_PADDING_16_INC 0;
2718                fixed: 1 0;
2719                rel1 {
2720                   relative: 1.0 0.0;
2721                   to_x: "elm.icon.1";
2722                }
2723                rel2.to_x: "elm.icon.1";
2724                align: 0.0 0.0;
2725                visible: 0;
2726             }
2727          }
2728          part { name: "elm.icon.2";
2729             clip_to: "disclip";
2730             type: SWALLOW;
2731             scale: 1;
2732             description { state: "default" 0.0;
2733                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2734                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2735                fixed: 1 1;
2736                rel1 {
2737                   relative: 1.0 0.0;
2738                   to_x: "elm.padding.icon1.right";
2739                }
2740                rel2.to_x: "elm.padding.icon1.right";
2741                align: 0.0 0.5;
2742             }
2743             GENLIST_DESCRIPTION_FLIP_ENABLED
2744          }
2745          part { name: "elm.padding.icon2.right";
2746             clip_to: "disclip";
2747             type: RECT;
2748             scale: 1;
2749             description { state: "default" 0.0;
2750                min: GENLIST_PADDING_16_INC 0;
2751                fixed: 1 0;
2752                rel1 {
2753                   relative: 1.0 0.0;
2754                   to_x: "elm.icon.2";
2755                }
2756                rel2.to_x: "elm.icon.2";
2757                visible: 0;
2758             }
2759          }
2760          part { name: "elm.icon.3";
2761             clip_to: "disclip";
2762             type: SWALLOW;
2763             scale: 1;
2764             description { state: "default" 0.0;
2765                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2766                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2767                fixed: 1 1;
2768                rel1 {
2769                   relative: 0.0 0.0;
2770                   to_x: "elm.padding.right";
2771                }
2772                rel2 {
2773                   relative: 0.0 1.0;
2774                   to_x: "elm.padding.right";
2775                }
2776                align: 1.0 0.5;
2777             }
2778             GENLIST_DESCRIPTION_FLIP_ENABLED
2779          }
2780          part { name: "elm.padding.icon3.left";
2781             clip_to: "disclip";
2782             type: RECT;
2783             scale: 1;
2784             description { state: "default" 0.0;
2785                min: GENLIST_PADDING_16_INC 0;
2786                fixed: 1 0;
2787                rel1.to_x: "elm.icon.3";
2788                rel2 {
2789                   relative: 0.0 1.0;
2790                   to_x: "elm.icon.3";
2791                }
2792                align: 1.0 0.0;
2793                visible: 0;
2794             }
2795          }
2796          part { name: "elm.text";
2797             clip_to: "disclip";
2798             type: TEXT;
2799             mouse_events: 0;
2800             scale: 1;
2801             description { state: "default" 0.0;
2802                rel1 {
2803                   relative: 1.0 0.0;
2804                   to_x: "elm.padding.icon2.right";
2805                }
2806                rel2 {
2807                   relative: 0.0 1.0;
2808                   to_x: "elm.padding.icon3.left";
2809                }
2810                align: 0.0 0.5;
2811                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2812                text {
2813                   font: "SLP:style=Roman";
2814                   size: GENLIST_FONT_44_INC;
2815                   min: 0 1;
2816                   align: 0.0 0.5;
2817                   text_class: "list_item";
2818                }
2819             }
2820             description { state: "selected" 0.0;
2821                inherit: "default" 0.0;
2822                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2823             }
2824             GENLIST_DESCRIPTION_FLIP_ENABLED
2825          }
2826          GENLIST_PART_FLIP
2827          GENLIST_PART_DISCLIP
2828       }
2829       programs {
2830          program { name: "go_active";
2831             signal: "elm,state,selected";
2832             source: "elm";
2833             action: STATE_SET "selected" 0.0;
2834             target: "bg_image";
2835             target: "elm.text";
2836             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2837          }
2838          program { name: "go_passive";
2839             signal: "elm,state,unselected";
2840             source: "elm";
2841             action: STATE_SET "default" 0.0;
2842             target: "bg_image";
2843             target: "elm.text";
2844             transition: LINEAR 0.1;
2845          }
2846          program { name: "go_disabled";
2847             signal: "elm,state,disabled";
2848             source: "elm";
2849             action: STATE_SET "disabled" 0.0;
2850             target: "disclip";
2851          }
2852          program { name: "go_enabled";
2853             signal: "elm,state,enabled";
2854             source: "elm";
2855             action: STATE_SET "default" 0.0;
2856             target: "disclip";
2857          }
2858          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2859          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2860       }
2861    }
2862
2863 // 3.1.24
2864    group { name: "elm/genlist/item/1text.3icon.2/default";
2865       alias: "elm/genlist/item_odd/1text.3icon.2/default";
2866       alias: "elm/genlist/item_compress/1text.3icon.2/default";
2867       alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
2868       data.item: "stacking" "above";
2869       data.item: "selectraise" "on";
2870       data.item: "texts" "elm.text";
2871       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2872       data.item: "flips" "elm.flip.content";
2873       images {
2874          image: "00_list_bar_press_1x80.png" COMP;
2875       }
2876       parts {
2877          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2878          GENLIST_PART_BG_IMAGE
2879          GENLIST_PART_BOTTOM_LINE
2880          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2881          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2882          part { name: "elm.icon.1";
2883             clip_to: "disclip";
2884             type: SWALLOW;
2885             scale: 1;
2886             description { state: "default" 0.0;
2887                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2888                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2889                fixed: 1 1;
2890                rel1 {
2891                   relative: 1.0 0.0;
2892                   to_x: "elm.padding.left";
2893                }
2894                rel2.to_x: "elm.padding.left";
2895                align: 0.0 0.5;
2896             }
2897             GENLIST_DESCRIPTION_FLIP_ENABLED
2898          }
2899          part { name: "elm.padding.icon1.right";
2900             clip_to: "disclip";
2901             type: RECT;
2902             scale: 1;
2903             description { state: "default" 0.0;
2904                min: GENLIST_PADDING_16_INC 0;
2905                fixed: 1 0;
2906                rel1 {
2907                   relative: 1.0 0.0;
2908                   to_x: "elm.icon.1";
2909                }
2910                rel2.to_x: "elm.icon.1";
2911                align: 0.0 0.5;
2912                visible: 0;
2913             }
2914          }
2915          part { name: "elm.icon.3";
2916             clip_to: "disclip";
2917             type: SWALLOW;
2918             scale: 1;
2919             description { state: "default" 0.0;
2920                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2921                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2922                fixed: 1 1;
2923                rel1.to_x: "elm.padding.right";
2924                rel2 {
2925                   relative: 0.0 1.0;
2926                   to_x: "elm.padding.right";
2927                }
2928                align: 1.0 0.5;
2929             }
2930             GENLIST_DESCRIPTION_FLIP_ENABLED
2931          }
2932          part { name: "elm.padding.icon3.left";
2933             clip_to: "disclip";
2934             type: RECT;
2935             scale: 1;
2936             description { state: "default" 0.0;
2937                min: GENLIST_PADDING_16_INC 0;
2938                fixed: 1 0;
2939                rel1 {
2940                   relative: 0.0 0.0;
2941                   to_x: "elm.icon.3";
2942                }
2943                rel2.to_x: "elm.icon.3";
2944                align: 1.0 0.0;
2945                visible: 0;
2946             }
2947          }
2948          part { name: "elm.icon.2";
2949             clip_to: "disclip";
2950             type: SWALLOW;
2951             scale: 1;
2952             description { state: "default" 0.0;
2953                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2954                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2955                fixed: 1 1;
2956                rel1.to_x: "elm.padding.icon3.left";
2957                rel2 {
2958                   relative: 0.0 1.0;
2959                   to_x: "elm.padding.icon3.left";
2960                }
2961                align: 1.0 0.5;
2962             }
2963             GENLIST_DESCRIPTION_FLIP_ENABLED
2964          }
2965          part { name: "elm.padding.icon2.left";
2966             clip_to: "disclip";
2967             type: RECT;
2968             scale: 1;
2969             description { state: "default" 0.0;
2970                min: GENLIST_PADDING_16_INC 0;
2971                fixed: 1 0;
2972                rel1 {
2973                   relative: 0.0 0.0;
2974                   to_x: "elm.icon.2";
2975                }
2976                rel2.to_x: "elm.icon.2";
2977                align: 0.0 0.5;
2978                visible: 0;
2979             }
2980          }
2981          part { name: "elm.text";
2982             clip_to: "disclip";
2983             type: TEXT;
2984             mouse_events: 0;
2985             scale: 1;
2986             description { state: "default" 0.0;
2987                rel1 {
2988                   relative: 1.0 0.0;
2989                   to_x: "elm.padding.icon1.right";
2990                }
2991                rel2 {
2992                   relative: 0.0 1.0;
2993                   to_x: "elm.padding.icon2.left";
2994                }
2995                align: 0.0 0.5;
2996                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2997                text {
2998                   font: "SLP:style=Roman";
2999                   size: GENLIST_FONT_44_INC;
3000                   min: 0 1;
3001                   align: 0.0 0.5;
3002                   text_class: "list_item";
3003                }
3004             }
3005             description { state: "selected" 0.0;
3006                inherit: "default" 0.0;
3007                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3008             }
3009             GENLIST_DESCRIPTION_FLIP_ENABLED
3010          }
3011          GENLIST_PART_FLIP
3012          GENLIST_PART_DISCLIP
3013       }
3014       programs {
3015          program { name: "go_active";
3016             signal: "elm,state,selected";
3017             source: "elm";
3018             action: STATE_SET "selected" 0.0;
3019             target: "bg_image";
3020             target: "elm.text";
3021             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3022          }
3023          program { name: "go_passive";
3024             signal: "elm,state,unselected";
3025             source: "elm";
3026             action: STATE_SET "default" 0.0;
3027             target: "bg_image";
3028             target: "elm.text";
3029             transition: LINEAR 0.1;
3030          }
3031          program { name: "go_disabled";
3032             signal: "elm,state,disabled";
3033             source: "elm";
3034             action: STATE_SET "disabled" 0.0;
3035             target: "disclip";
3036          }
3037          program { name: "go_enabled";
3038             signal: "elm,state,enabled";
3039             source: "elm";
3040             action: STATE_SET "default" 0.0;
3041             target: "disclip";
3042          }
3043          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
3044          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3045       }
3046    }
3047
3048 // 3.1.26
3049    group { name: "elm/genlist/item/2text.4/default";
3050       alias: "elm/genlist/item_odd/2text.4/default";
3051       alias: "elm/genlist/item_compress/2text.4/default";
3052       alias: "elm/genlist/item_compress_odd/2text.4/default";
3053       data.item: "stacking" "above";
3054       data.item: "selectraise" "on";
3055       data.item: "texts" "elm.text.1 elm.text.2";
3056       data.item: "flips" "elm.flip.content";
3057       images {
3058          image: "00_list_bar_press_1x80.png" COMP;
3059       }
3060       parts {
3061          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
3062          GENLIST_PART_BG_IMAGE
3063          GENLIST_PART_BOTTOM_LINE
3064          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3065          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3066          part { name: "elm.text.2";
3067             clip_to: "disclip";
3068             type: TEXT;
3069             mouse_events: 0;
3070             scale: 1;
3071             description { state: "default" 0.0;
3072                min: GENLIST_SIZE_206_INC 0;
3073                fixed: 1 0;
3074                rel1.to_x: "elm.padding.right";
3075                rel2 {
3076                   relative: 0.0 1.0;
3077                   to_x: "elm.padding.right";
3078                }
3079                align: 1.0 0.5;
3080                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3081                text {
3082                   font: "SLP:style=Medium";
3083                   size: GENLIST_FONT_32_INC;
3084                   min: 0 1;
3085                   align: 0.0 0.5;
3086                   text_class: "slp_medium";
3087                }
3088             }
3089             description { state: "selected" 0.0;
3090                inherit: "default" 0.0;
3091                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3092             }
3093             GENLIST_DESCRIPTION_FLIP_ENABLED
3094          }
3095          part { name: "elm.padding.text2.left";
3096             type: RECT;
3097             mouse_events: 0;
3098             scale: 1;
3099             description { state: "default" 0.0;
3100                min: GENLIST_PADDING_16_INC 0;
3101                fixed: 1 0;
3102                rel1.to_x: "elm.text.2";
3103                rel2 {
3104                   relative: 0.0 1.0;
3105                   to_x: "elm.text.2";
3106                }
3107                align: 1.0 0.5;
3108                visible: 0;
3109             }
3110          }
3111          part { name: "vertical_line";
3112             type: RECT;
3113             mouse_events: 0;
3114             description { state: "default" 0.0;
3115                min: 1 0;
3116                fixed: 1 0;
3117                rel1.to_x: "elm.padding.text2.left";
3118                rel2 {
3119                   relative: 0.0 1.0;
3120                   to_x: "elm.padding.text2.left";
3121                }
3122                align: 1.0 0.5;
3123                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3124             }
3125          }
3126          part { name: "elm.padding.text1.right";
3127             type: RECT;
3128             mouse_events: 0;
3129             scale: 1;
3130             description { state: "default" 0.0;
3131                min: GENLIST_PADDING_16_INC 0;
3132                fixed: 1 0;
3133                rel1.to_x: "vertical_line";
3134                rel2 {
3135                   relative: 0.0 1.0;
3136                   to_x: "vertical_line";
3137                }
3138                align: 1.0 0.5;
3139                visible: 0;
3140             }
3141          }
3142          part { name: "elm.text.1";
3143             clip_to: "disclip";
3144             type: TEXT;
3145             mouse_events: 0;
3146             scale: 1;
3147             description { state: "default" 0.0;
3148                rel1 {
3149                   relative: 1.0 0.0;
3150                   to_x: "elm.padding.left";
3151                }
3152                rel2 {
3153                   relative: 0.0  1.0;
3154                   to_x: "elm.padding.text1.right";
3155                }
3156                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
3157                text {
3158                   font: "SLP:style=Roman";
3159                   size: GENLIST_FONT_40_INC;
3160                   min: 0 1;
3161                   align: 1.0 0.5;
3162                   text_class: "list_item";
3163                }
3164             }
3165             description { state: "selected" 0.0;
3166                inherit: "default" 0.0;
3167                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3168             }
3169             GENLIST_DESCRIPTION_FLIP_ENABLED
3170          }
3171          GENLIST_PART_FLIP
3172          GENLIST_PART_DISCLIP
3173       }
3174       programs {
3175          // signal: elm,state,%s,active
3176          //   a "check" item named %s went active
3177          // signal: elm,state,%s,passive
3178          //   a "check" item named %s went passive
3179          // default is passive
3180          program { name: "go_active";
3181             signal: "elm,state,selected";
3182             source: "elm";
3183             action: STATE_SET "selected" 0.0;
3184             target: "bg_image";
3185             target: "elm.text.1";
3186             target: "elm.text.2";
3187             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3188          }
3189          program { name: "go_passive";
3190             signal: "elm,state,unselected";
3191             source: "elm";
3192             action: STATE_SET "default" 0.0;
3193             target: "bg_image";
3194             target: "elm.text.1";
3195             target: "elm.text.2";
3196             transition: LINEAR 0.1;
3197          }
3198          program { name: "go_disabled";
3199             signal: "elm,state,disabled";
3200             source: "elm";
3201             action: STATE_SET "disabled" 0.0;
3202             target: "disclip";
3203          }
3204          program { name: "go_enabled";
3205             signal: "elm,state,enabled";
3206             source: "elm";
3207             action: STATE_SET "default" 0.0;
3208             target: "disclip";
3209          }
3210          program { name: "flip_enabled";
3211             signal: "elm,state,flip,enabled";
3212             source: "elm";
3213             action: STATE_SET "flip_enabled" 0.0;
3214             target: "elm.text.1";
3215             target: "elm.flip.content";
3216          }
3217          program { name: "flip_disabled";
3218             signal: "elm,state,flip,disabled";
3219             source: "elm";
3220             action: STATE_SET "default" 0.0;
3221             target: "elm.text.1";
3222             target: "elm.flip.content";
3223          }
3224          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3225       }
3226    }
3227
3228 // 3.1.27
3229    group { name: "elm/genlist/item/2text.5/default";
3230       alias: "elm/genlist/item_odd/2text.5/default";
3231       alias: "elm/genlist/item_compress/2text.5/default";
3232       alias: "elm/genlist/item_compress_odd/2text.5/default";
3233       data.item: "stacking" "above";
3234       data.item: "selectraise" "on";
3235       data.item: "texts" "elm.text.1 elm.text.2";
3236       data.item: "flips" "elm.flip.content";
3237       images {
3238          image: "00_list_bar_press_1x80.png" COMP;
3239       }
3240       parts {
3241          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
3242          GENLIST_PART_BG_IMAGE
3243          GENLIST_PART_BOTTOM_LINE
3244          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3245          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3246          part { name: "elm.text.1";
3247             clip_to: "disclip";
3248             type: TEXT;
3249             mouse_events: 0;
3250             scale: 1;
3251             description { state: "default" 0.0;
3252                min: GENLIST_SIZE_133_INC 0;
3253                fixed: 1 0;
3254                rel1 {
3255                   relative: 1.0 0.0;
3256                   to_x: "elm.padding.left";
3257                }
3258                rel2.to_x: "elm.padding.left";
3259                align: 0.0 0.5;
3260                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3261                text {
3262                   font: "SLP:style=Medium";
3263                   size: GENLIST_FONT_32_INC;
3264                   min: 0 1;
3265                   align: 0.0 0.5;
3266                   text_class: "slp_medium";
3267                }
3268             }
3269             description { state: "selected" 0.0;
3270                inherit: "default" 0.0;
3271                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3272             }
3273          }
3274          part { name: "elm.padding.text1.right";
3275             type: RECT;
3276             mouse_events: 0;
3277             scale: 1;
3278             description { state: "default" 0.0;
3279                min: GENLIST_PADDING_16_INC 0;
3280                fixed: 1 0;
3281                rel1 {
3282                    relative: 1.0 0.0;
3283                    to_x: "elm.text.1";
3284                }
3285                rel2.to_x: "elm.text.1";
3286                align: 0.0 0.5;
3287                visible: 0;
3288             }
3289          }
3290          part { name: "vertical_line";
3291             type: RECT;
3292             mouse_events: 0;
3293             description { state: "default" 0.0;
3294                min: 1 0;
3295                fixed: 1 0;
3296                rel1.to_x: "elm.padding.text1.right";
3297                rel2 {
3298                   relative: 0.0 1.0;
3299                   to_x: "elm.padding.text1.right";
3300                }
3301                align: 0.0 0.5;
3302                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3303             }
3304          }
3305          part { name: "elm.padding.text2.left";
3306             type: RECT;
3307             mouse_events: 0;
3308             scale: 1;
3309             description { state: "default" 0.0;
3310                min: GENLIST_PADDING_16_INC 0;
3311                fixed: 1 0;
3312                rel1 {
3313                    relative: 1.0 0.0;
3314                    to_x: "vertical_line";
3315                }
3316                rel2.to_x: "vertical_line";
3317                align: 0.0 0.5;
3318                visible: 0;
3319             }
3320          }
3321          part { name: "elm.text.2";
3322             clip_to: "disclip";
3323             type: TEXT;
3324             mouse_events: 0;
3325             scale: 1;
3326             description { state: "default" 0.0;
3327                rel1 {
3328                   relative: 1.0 0.0;
3329                   to_x: "elm.padding.text2.left";
3330                }
3331                rel2 {
3332                   relative: 0.0  1.0;
3333                   to_x: "elm.padding.right";
3334                }
3335                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3336                text {
3337                   font: "SLP:style=Roman";
3338                   size: GENLIST_FONT_44_INC;
3339                   min: 0 1;
3340                   align: 0.0 0.5;
3341                   text_class: "list_item";
3342                }
3343             }
3344             description { state: "selected" 0.0;
3345                inherit: "default" 0.0;
3346                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3347             }
3348             GENLIST_DESCRIPTION_FLIP_ENABLED
3349          }
3350          GENLIST_PART_FLIP
3351          GENLIST_PART_DISCLIP
3352       }
3353       programs {
3354          // signal: elm,state,%s,active
3355          //   a "check" item named %s went active
3356          // signal: elm,state,%s,passive
3357          //   a "check" item named %s went passive
3358          // default is passive
3359          program { name: "go_active";
3360             signal: "elm,state,selected";
3361             source: "elm";
3362             action: STATE_SET "selected" 0.0;
3363             target: "bg_image";
3364             target: "elm.text.1";
3365             target: "elm.text.2";
3366             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3367          }
3368          program { name: "go_passive";
3369             signal: "elm,state,unselected";
3370             source: "elm";
3371             action: STATE_SET "default" 0.0;
3372             target: "bg_image";
3373             target: "elm.text.1";
3374             target: "elm.text.2";
3375             transition: LINEAR 0.1;
3376          }
3377          program { name: "go_disabled";
3378             signal: "elm,state,disabled";
3379             source: "elm";
3380             action: STATE_SET "disabled" 0.0;
3381             target: "disclip";
3382          }
3383          program { name: "go_enabled";
3384             signal: "elm,state,enabled";
3385             source: "elm";
3386             action: STATE_SET "default" 0.0;
3387             target: "disclip";
3388          }
3389          program { name: "flip_enabled";
3390             signal: "elm,state,flip,enabled";
3391             source: "elm";
3392             action: STATE_SET "flip_enabled" 0.0;
3393             target: "elm.text.2";
3394             target: "elm.flip.content";
3395          }
3396          program { name: "flip_disabled";
3397             signal: "elm,state,flip,disabled";
3398             source: "elm";
3399             action: STATE_SET "default" 0.0;
3400             target: "elm.text.2";
3401             target: "elm.flip.content";
3402          }
3403          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3404       }
3405    }
3406
3407 // 3.2.1
3408    group { name: "elm/genlist/item/2text.2/default";
3409       alias: "elm/genlist/item_odd/2text.2/default";
3410       alias: "elm/genlist/item_compress/2text.2/default";
3411       alias: "elm/genlist/item_compress_odd/2text.2/default";
3412       data.item: "stacking" "above";
3413       data.item: "selectraise" "on";
3414       data.item: "texts" "elm.text.1 elm.text.2";
3415       data.item: "flips" "elm.flip.content";
3416       images {
3417          image: "00_list_bar_press_1x80.png" COMP;
3418       }
3419       parts {
3420          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3421          GENLIST_PART_BG_IMAGE
3422          GENLIST_PART_BOTTOM_LINE
3423          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3424          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3425          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3426          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3427          part { name: "elm.text.1";
3428             clip_to: "disclip";
3429             type: TEXT;
3430             mouse_events: 0;
3431             scale: 1;
3432             description { state: "default" 0.0;
3433                min: 0 GENLIST_SIZE_61_INC;
3434                fixed: 0 1;
3435                rel1 {
3436                   relative: 1.0 1.0;
3437                   to_x: "elm.padding.left";
3438                   to_y: "elm.padding.top";
3439                }
3440                rel2 {
3441                   relative: 0.0 1.0;
3442                   to_x: "elm.padding.right";
3443                   to_y: "elm.padding.top";
3444                }
3445                align: 0.0 0.0;
3446                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3447                text {
3448                   font: "SLP:style=Roman";
3449                   size: GENLIST_FONT_44_INC;
3450                   min: 0 1;
3451                   align: 0.0 0.5;
3452                   text_class: "list_item";
3453                }
3454             }
3455             description { state: "selected" 0.0;
3456                inherit: "default" 0.0;
3457                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3458             }
3459             GENLIST_DESCRIPTION_FLIP_ENABLED
3460          }
3461          part { name: "elm.text.2";
3462             clip_to: "disclip";
3463             type: TEXT;
3464             mouse_events: 0;
3465             scale: 1;
3466             description { state: "default" 0.0;
3467                rel1 {
3468                   relative: 1.0 1.0;
3469                   to_x: "elm.padding.left";
3470                   to_y: "elm.text.1";
3471                }
3472                rel2 {
3473                   relative: 0.0 0.0;
3474                   to_x: "elm.padding.right";
3475                   to_y: "elm.padding.bottom";
3476                }
3477                align: 0.0 0.0;
3478                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3479                text {
3480                   font: "SLP:style=Medium";
3481                   size: GENLIST_FONT_32_INC;
3482                   min: 0 1;
3483                   align: 0.0 0.5;
3484                   text_class: "slp_medium";
3485                }
3486             }
3487             description { state: "selected" 0.0;
3488                inherit: "default" 0.0;
3489                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3490             }
3491             GENLIST_DESCRIPTION_FLIP_ENABLED
3492          }
3493          GENLIST_PART_FLIP
3494          GENLIST_PART_DISCLIP
3495       }
3496       programs {
3497          // signal: elm,state,%s,active
3498          //   a "check" item named %s went active
3499          // signal: elm,state,%s,passive
3500          //   a "check" item named %s went passive
3501          // default is passive
3502          program { name: "go_active";
3503             signal: "elm,state,selected";
3504             source: "elm";
3505             action: STATE_SET "selected" 0.0;
3506             target: "bg_image";
3507             target: "elm.text.1";
3508             target: "elm.text.2";
3509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3510          }
3511          program { name: "go_passive";
3512             signal: "elm,state,unselected";
3513             source: "elm";
3514             action: STATE_SET "default" 0.0;
3515             target: "bg_image";
3516             target: "elm.text.1";
3517             target: "elm.text.2";
3518             transition: LINEAR 0.1;
3519          }
3520          program { name: "go_disabled";
3521             signal: "elm,state,disabled";
3522             source: "elm";
3523             action: STATE_SET "disabled" 0.0;
3524             target: "disclip";
3525          }
3526          program { name: "go_enabled";
3527             signal: "elm,state,enabled";
3528             source: "elm";
3529             action: STATE_SET "default" 0.0;
3530             target: "disclip";
3531          }
3532          GENLIST_PROGRAM_FLIP_2TEXT
3533          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3534       }
3535    }
3536
3537    group { name: "elm/genlist/item_compress/2text.2.tb/default";
3538       inherit: "elm/genlist/item/2text.2/default";
3539       parts {
3540          part { name: "elm.text.2";
3541             clip_to: "disclip";
3542             type: TEXTBLOCK;
3543             mouse_events: 0;
3544             scale: 1;
3545             description { state: "default" 0.0;
3546                rel1 {
3547                   relative: 1.0 1.0;
3548                   to_x: "elm.padding.left";
3549                   to_y: "elm.text.1";
3550                }
3551                rel2 {
3552                   relative: 0.0 0.0;
3553                   to_x: "elm.padding.right";
3554                   to_y: "elm.padding.bottom";
3555                }
3556                align: 0.0 0.5;
3557                text {
3558                   style: "genlist_default_textblock_style";
3559                   min: 0 1;
3560                   align: 0.0 0.5;
3561                }
3562             }
3563             description { state: "selected" 0.0;
3564                inherit: "default" 0.0;
3565                text.style: "genlist_default_textblock_selected_style";
3566             }
3567             GENLIST_DESCRIPTION_FLIP_ENABLED
3568          }
3569       }
3570    }
3571
3572 //
3573    group { name: "elm/genlist/item/2text.8/default";
3574       alias: "elm/genlist/item_odd/2text.8/default";
3575       alias: "elm/genlist/item_compress/2text.8/default";
3576       alias: "elm/genlist/item_compress_odd/2text.8/default";
3577       data.item: "stacking" "above";
3578       data.item: "selectraise" "on";
3579       data.item: "texts" "elm.text.1 elm.text.2";
3580       data.item: "flips" "elm.flip.content";
3581       images {
3582          image: "00_list_bar_press_1x80.png" COMP;
3583       }
3584       parts {
3585          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3586          GENLIST_PART_BG_IMAGE
3587          GENLIST_PART_BOTTOM_LINE
3588          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3589          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3590          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3591          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3592          part { name: "elm.text.1";
3593             clip_to: "disclip";
3594             type: TEXTBLOCK;
3595             mouse_events: 0;
3596             scale: 1;
3597             description { state: "default" 0.0;
3598                min: 0 GENLIST_SIZE_61_INC;
3599                fixed: 1 1;
3600                rel1 {
3601                   relative: 1.0 1.0;
3602                   to_x: "elm.padding.left";
3603                   to_y: "elm.padding.top";
3604                }
3605                rel2 {
3606                   relative: 0.0 1.0;
3607                   to_x: "elm.padding.right";
3608                   to_y: "elm.padding.top";
3609                }
3610                align: 0.0 0.0;
3611                text {
3612                   style: "genlist_default_textblock_style";
3613                   min: 0 1;
3614                   align: 0.0 0.5;
3615                }
3616             }
3617             description { state: "selected" 0.0;
3618                inherit: "default" 0.0;
3619                text.style: "genlist_default_textblock_selected_style";
3620             }
3621             GENLIST_DESCRIPTION_FLIP_ENABLED
3622          }
3623          part { name: "elm.text.2";
3624             clip_to: "disclip";
3625             type: TEXTBLOCK;
3626             mouse_events: 0;
3627             scale: 1;
3628             description { state: "default" 0.0;
3629                fixed: 1 0;
3630                rel1 {
3631                   relative: 1.0 1.0;
3632                   to_x: "elm.padding.left";
3633                   to_y: "elm.text.1";
3634                }
3635                rel2 {
3636                   relative: 0.0 0.0;
3637                   to_x: "elm.padding.right";
3638                   to_y: "elm.padding.bottom";
3639                }
3640                align: 0.0 0.0;
3641                text {
3642                   style: "genlist_sub_textblock_style";
3643                   min: 0 1;
3644                   align: 0.0 0.5;
3645                }
3646             }
3647             description { state: "selected" 0.0;
3648                inherit: "default" 0.0;
3649                text.style: "genlist_sub_textblock_selected_style";
3650             }
3651             GENLIST_DESCRIPTION_FLIP_ENABLED
3652          }
3653          GENLIST_PART_FLIP
3654          GENLIST_PART_DISCLIP
3655       }
3656       programs {
3657          // signal: elm,state,%s,active
3658          //   a "check" item named %s went active
3659          // signal: elm,state,%s,passive
3660          //   a "check" item named %s went passive
3661          // default is passive
3662          program { name: "go_active";
3663             signal: "elm,state,selected";
3664             source: "elm";
3665             action: STATE_SET "selected" 0.0;
3666             target: "bg_image";
3667             target: "elm.text.1";
3668             target: "elm.text.2";
3669             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3670          }
3671          program { name: "go_passive";
3672             signal: "elm,state,unselected";
3673             source: "elm";
3674             action: STATE_SET "default" 0.0;
3675             target: "bg_image";
3676             target: "elm.text.1";
3677             target: "elm.text.2";
3678             transition: LINEAR 0.1;
3679          }
3680          program { name: "go_disabled";
3681             signal: "elm,state,disabled";
3682             source: "elm";
3683             action: STATE_SET "disabled" 0.0;
3684             target: "disclip";
3685          }
3686          program { name: "go_enabled";
3687             signal: "elm,state,enabled";
3688             source: "elm";
3689             action: STATE_SET "default" 0.0;
3690             target: "disclip";
3691          }
3692          GENLIST_PROGRAM_FLIP_2TEXT
3693          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3694       }
3695    }
3696
3697 // 3.2.2
3698    group { name: "elm/genlist/item/2text.3/default";
3699       alias: "elm/genlist/item_odd/2text.3/default";
3700       alias: "elm/genlist/item_compress/2text.3/default";
3701       alias: "elm/genlist/item_compress_odd/2text.3/default";
3702       data.item: "stacking" "above";
3703       data.item: "selectraise" "on";
3704       data.item: "texts" "elm.text.1 elm.text.2";
3705       data.item: "flips" "elm.flip.content";
3706       images {
3707          image: "00_list_bar_press_1x80.png" COMP;
3708       }
3709       parts {
3710          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3711          GENLIST_PART_BG_IMAGE
3712          GENLIST_PART_BOTTOM_LINE
3713          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3714          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3715          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3716          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3717          part { name: "elm.text.1";
3718             clip_to: "disclip";
3719             type: TEXT;
3720             mouse_events: 0;
3721             scale: 1;
3722             description { state: "default" 0.0;
3723                min: 0 GENLIST_SIZE_61_INC;
3724                fixed: 0 1;
3725                rel1 {
3726                   relative: 1.0 0.0;
3727                   to_x: "elm.padding.left";
3728                   to_y: "elm.padding.bottom";
3729                }
3730                rel2 {
3731                   relative: 0.0 0.0;
3732                   to_x: "elm.padding.right";
3733                   to_y: "elm.padding.bottom";
3734                }
3735                align: 0.0 1.0;
3736                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3737                text {
3738                   font: "SLP:style=Roman";
3739                   size: GENLIST_FONT_44_INC;
3740                   min: 0 1;
3741                   align: 0.0 0.5;
3742                   text_class: "slp_roman";
3743                }
3744             }
3745             description { state: "selected" 0.0;
3746                inherit: "default" 0.0;
3747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3748             }
3749             GENLIST_DESCRIPTION_FLIP_ENABLED
3750          }
3751          part { name: "elm.text.2";
3752             clip_to: "disclip";
3753             type: TEXT;
3754             mouse_events: 0;
3755             scale: 1;
3756             description { state: "default" 0.0;
3757                rel1 {
3758                   relative: 1.0 1.0;
3759                   to_x: "elm.padding.left";
3760                   to_y: "elm.padding.top";
3761                }
3762                rel2 {
3763                   relative: 0.0 0.0;
3764                   to_x: "elm.padding.right";
3765                   to_y: "elm.text.1";
3766                }
3767                align: 0.0 1.0;
3768                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3769                text {
3770                   font: "SLP:style=Medium";
3771                   size: GENLIST_FONT_32_INC;
3772                   min: 0 1;
3773                   align: 0.0 0.5;
3774                   text_class: "list_item";
3775                }
3776             }
3777             description { state: "selected" 0.0;
3778                inherit: "default" 0.0;
3779                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3780             }
3781             GENLIST_DESCRIPTION_FLIP_ENABLED
3782          }
3783          GENLIST_PART_FLIP
3784          GENLIST_PART_DISCLIP
3785       }
3786       programs {
3787          // signal: elm,state,%s,active
3788          //   a "check" item named %s went active
3789          // signal: elm,state,%s,passive
3790          //   a "check" item named %s went passive
3791          // default is passive
3792          program { name: "go_active";
3793             signal: "elm,state,selected";
3794             source: "elm";
3795             action: STATE_SET "selected" 0.0;
3796             target: "bg_image";
3797             target: "elm.text.1";
3798             target: "elm.text.2";
3799             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3800          }
3801          program { name: "go_passive";
3802             signal: "elm,state,unselected";
3803             source: "elm";
3804             action: STATE_SET "default" 0.0;
3805             target: "bg_image";
3806             target: "elm.text.1";
3807             target: "elm.text.2";
3808             transition: LINEAR 0.1;
3809          }
3810          program { name: "go_disabled";
3811             signal: "elm,state,disabled";
3812             source: "elm";
3813             action: STATE_SET "disabled" 0.0;
3814             target: "disclip";
3815          }
3816          program { name: "go_enabled";
3817             signal: "elm,state,enabled";
3818             source: "elm";
3819             action: STATE_SET "default" 0.0;
3820             target: "disclip";
3821          }
3822          GENLIST_PROGRAM_FLIP_2TEXT
3823          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3824       }
3825    }
3826
3827 // 3.2.3
3828    group { name: "elm/genlist/item/3text/default";
3829       alias: "elm/genlist/item_odd/3text/default";
3830       alias: "elm/genlist/item_compress/3text/default";
3831       alias: "elm/genlist/item_compress_odd/3text/default";
3832       data.item: "stacking" "above";
3833       data.item: "selectraise" "on";
3834       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
3835       data.item: "flips" "elm.flip.content";
3836       images {
3837          image: "00_list_bar_press_1x80.png" COMP;
3838       }
3839       parts {
3840          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3841          GENLIST_PART_BG_IMAGE
3842          GENLIST_PART_BOTTOM_LINE
3843          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3844          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3845          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3846          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3847          part { name: "elm.text.3";
3848             clip_to: "disclip";
3849             type: TEXT;
3850             mouse_events: 0;
3851             scale: 1;
3852             description { state: "default" 0.0;
3853                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
3854                fixed: 1 1;
3855                rel1 {
3856                   relative: 0.0 1.0;
3857                   to_x: "elm.padding.right";
3858                   to_y: "elm.padding.top";
3859                }
3860                rel2 {
3861                   relative: 0.0 1.0;
3862                   to_x: "elm.padding.right";
3863                   to_y: "elm.padding.top";
3864                }
3865                align: 1.0 0.0;
3866                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3867                text {
3868                   font: "SLP:style=Medium";
3869                   size: GENLIST_FONT_32_INC;
3870                   min: 0 1;
3871                   align: 1.0 0.5;
3872                   text_class: "slp_medium";
3873                }
3874             }
3875             description { state: "selected" 0.0;
3876                inherit: "default" 0.0;
3877                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3878             }
3879             GENLIST_DESCRIPTION_FLIP_ENABLED
3880          }
3881          part { name: "elm.padding.text3.left";
3882             clip_to: "disclip";
3883             type: RECT;
3884             mouse_events: 0;
3885             scale: 1;
3886             description { state: "default" 0.0;
3887                min: GENLIST_SIZE_ICON_SMALL 0;
3888                fixed: 1 0;
3889                rel1.to_x: "elm.text.3";
3890                rel2 {
3891                   relative: 0.0 1.0;
3892                   to_x: "elm.text.3";
3893                }
3894                align: 1.0 0.5;
3895                visible: 0;
3896             }
3897          }
3898          part { name: "elm.text.1";
3899             clip_to: "disclip";
3900             type: TEXT;
3901             mouse_events: 0;
3902             scale: 1;
3903             description { state: "default" 0.0;
3904                rel1 {
3905                   relative: 1.0 1.0;
3906                   to_x: "elm.padding.left";
3907                   to_y: "elm.padding.top";
3908                }
3909                rel2 {
3910                   relative: 0.0 1.0;
3911                   to_x: "elm.padding.text3.left";
3912                   to_y: "elm.text.3";
3913                }
3914                align: 0.0 0.5;
3915                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3916                text {
3917                   font: "SLP:style=Roman";
3918                   size: GENLIST_FONT_44_INC;
3919                   min: 0 1;
3920                   align: 0.0 0.5;
3921                   text_class: "list_item";
3922                }
3923             }
3924             description { state: "selected" 0.0;
3925                inherit: "default" 0.0;
3926                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3927             }
3928             GENLIST_DESCRIPTION_FLIP_ENABLED
3929          }
3930          part { name: "elm.text.2";
3931             clip_to: "disclip";
3932             type: TEXT;
3933             mouse_events: 0;
3934             scale: 1;
3935             description { state: "default" 0.0;
3936                rel1 {
3937                   relative: 1.0 1.0;
3938                   to_x: "elm.padding.left";
3939                   to_y: "elm.text.1";
3940                }
3941                rel2 {
3942                   relative: 0.0 0.0;
3943                   to_x: "elm.padding.right";
3944                   to_y: "elm.padding.bottom";
3945                }
3946                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3947                text {
3948                   font: "SLP:style=Medium";
3949                   size: GENLIST_FONT_32_INC;
3950                   min: 0 1;
3951                   align: 0.0 0.5;
3952                   text_class: "slp_medium";
3953                }
3954             }
3955             description { state: "selected" 0.0;
3956                inherit: "default" 0.0;
3957                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3958             }
3959             GENLIST_DESCRIPTION_FLIP_ENABLED
3960          }
3961          GENLIST_PART_FLIP
3962          GENLIST_PART_DISCLIP
3963       }
3964       programs {
3965          // signal: elm,state,%s,active
3966          //   a "check" item named %s went active
3967          // signal: elm,state,%s,passive
3968          //   a "check" item named %s went passive
3969          // default is passive
3970          program { name: "go_active";
3971             signal: "elm,state,selected";
3972             source: "elm";
3973             action: STATE_SET "selected" 0.0;
3974             target: "bg_image";
3975             target: "elm.text.1";
3976             target: "elm.text.2";
3977             target: "elm.text.3";
3978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3979          }
3980          program { name: "go_passive";
3981             signal: "elm,state,unselected";
3982             source: "elm";
3983             action: STATE_SET "default" 0.0;
3984             target: "bg_image";
3985             target: "elm.text.1";
3986             target: "elm.text.2";
3987             target: "elm.text.3";
3988             transition: LINEAR 0.1;
3989          }
3990          program { name: "go_disabled";
3991             signal: "elm,state,disabled";
3992             source: "elm";
3993             action: STATE_SET "disabled" 0.0;
3994             target: "disclip";
3995          }
3996          program { name: "go_enabled";
3997             signal: "elm,state,enabled";
3998             source: "elm";
3999             action: STATE_SET "default" 0.0;
4000             target: "disclip";
4001          }
4002          GENLIST_PROGRAM_FLIP_3TEXT
4003          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4004       }
4005    }
4006
4007    group { name: "elm/genlist/item_compress/3text.tb/default";
4008       inherit: "elm/genlist/item/3text/default";
4009       parts {
4010          part { name: "elm.text.2";
4011             clip_to: "disclip";
4012             type: TEXTBLOCK;
4013             mouse_events: 0;
4014             scale: 1;
4015             description { state: "default" 0.0;
4016                rel1 {
4017                   relative: 1.0 1.0;
4018                   to_x: "elm.padding.left";
4019                   to_y: "elm.text.1";
4020                }
4021                rel2 {
4022                   relative: 0.0 0.0;
4023                   to_x: "elm.padding.right";
4024                   to_y: "elm.padding.bottom";
4025                }
4026                align: 0.0 0.5;
4027                text {
4028                   style: "genlist_default_textblock_style";
4029                   min: 0 1;
4030                   align: 0.0 0.5;
4031                }
4032             }
4033             description { state: "selected" 0.0;
4034                inherit: "default" 0.0;
4035                text.style: "genlist_default_textblock_selected_style";
4036             }
4037             GENLIST_DESCRIPTION_FLIP_ENABLED
4038          }
4039       }
4040    }
4041
4042 // 3.2.4
4043    group { name: "elm/genlist/item/2text.1icon.2/default";
4044       alias: "elm/genlist/item_odd/2text.1icon.2/default";
4045       alias: "elm/genlist/item_compress/2text.1icon.2/default";
4046       alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
4047       data.item: "stacking" "above";
4048       data.item: "selectraise" "on";
4049       data.item: "texts" "elm.text.1 elm.text.2";
4050       data.item: "contents" "elm.icon";
4051       data.item: "flips" "elm.flip.content";
4052       images {
4053          image: "00_list_bar_press_1x80.png" COMP;
4054       }
4055       parts {
4056          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4057          GENLIST_PART_BG_IMAGE
4058          GENLIST_PART_BOTTOM_LINE
4059          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4060          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4061          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4062          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4063          part { name: "elm.icon";
4064             clip_to: "disclip";
4065             type: SWALLOW;
4066             scale: 1;
4067             description { state: "default" 0.0;
4068                fixed: 1 1;
4069                rel1 {
4070                   relative: 0.0 1.0;
4071                   to_x: "elm.padding.right";
4072                   to_y: "elm.padding.top";
4073                }
4074                rel2 {
4075                   relative: 0.0 0.0;
4076                   to_x: "elm.padding.right";
4077                   to_y: "elm.padding.bottom";
4078                }
4079                align: 1.0 0.5;
4080             }
4081             GENLIST_DESCRIPTION_FLIP_ENABLED
4082          }
4083          part { name: "elm.padding.icon.left";
4084             clip_to: "disclip";
4085             type: RECT;
4086             scale: 1;
4087             description { state: "default" 0.0;
4088                min: GENLIST_PADDING_16_INC 0;
4089                fixed: 1 0;
4090                rel1.to_x: "elm.icon";
4091                rel2 {
4092                   relative: 0.0 1.0;
4093                   to_x: "elm.icon";
4094                }
4095                align: 1.0 0.0;
4096                visible: 0;
4097             }
4098          }
4099          part { name: "elm.text.1";
4100             clip_to: "disclip";
4101             type: TEXT;
4102             mouse_events: 0;
4103             scale: 1;
4104             description { state: "default" 0.0;
4105                min: 0 GENLIST_SIZE_61_INC;
4106                fixed: 0 1;
4107                rel1 {
4108                   relative: 1.0 1.0;
4109                   to_x: "elm.padding.left";
4110                   to_y: "elm.padding.top";
4111                }
4112                rel2 {
4113                   relative: 0.0 1.0;
4114                   to_x: "elm.padding.icon.left";
4115                   to_y: "elm.padding.top";
4116                }
4117                align: 0.0 0.0;
4118                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4119                text {
4120                   font: "SLP:style=Roman";
4121                   size: GENLIST_FONT_44_INC;
4122                   min: 0 1;
4123                   align: 0.0 0.5;
4124                   text_class: "list_item";
4125                }
4126             }
4127             description { state: "selected" 0.0;
4128                inherit: "default" 0.0;
4129                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4130             }
4131             GENLIST_DESCRIPTION_FLIP_ENABLED
4132          }
4133          part { name: "elm.text.2";
4134             clip_to: "disclip";
4135             type: TEXT;
4136             mouse_events: 0;
4137             scale: 1;
4138             description { state: "default" 0.0;
4139                rel1 {
4140                   relative: 1.0 1.0;
4141                   to_x: "elm.padding.left";
4142                   to_y: "elm.text.1";
4143                }
4144                rel2 {
4145                   relative: 0.0 0.0;
4146                   to_x: "elm.padding.icon.left";
4147                   to_y: "elm.padding.bottom";
4148                }
4149                align: 0.0 0.0;
4150                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4151                text {
4152                   font: "SLP:style=Medium";
4153                   size: GENLIST_FONT_32_INC;
4154                   min: 0 1;
4155                   align: 0.0 0.5;
4156                   text_class: "slp_medium";
4157                }
4158             }
4159             description { state: "selected" 0.0;
4160                inherit: "default" 0.0;
4161                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4162             }
4163             GENLIST_DESCRIPTION_FLIP_ENABLED
4164          }
4165          GENLIST_PART_FLIP
4166          GENLIST_PART_DISCLIP
4167       }
4168       programs {
4169          // signal: elm,state,%s,active
4170          //   a "check" item named %s went active
4171          // signal: elm,state,%s,passive
4172          //   a "check" item named %s went passive
4173          // default is passive
4174          program { name: "go_active";
4175             signal: "elm,state,selected";
4176             source: "elm";
4177             action: STATE_SET "selected" 0.0;
4178             target: "bg_image";
4179             target: "elm.text.1";
4180             target: "elm.text.2";
4181             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4182          }
4183          program { name: "go_passive";
4184             signal: "elm,state,unselected";
4185             source: "elm";
4186             action: STATE_SET "default" 0.0;
4187             target: "bg_image";
4188             target: "elm.text.1";
4189             target: "elm.text.2";
4190             transition: LINEAR 0.1;
4191          }
4192          program { name: "go_disabled";
4193             signal: "elm,state,disabled";
4194             source: "elm";
4195             action: STATE_SET "disabled" 0.0;
4196             target: "disclip";
4197          }
4198          program { name: "go_enabled";
4199             signal: "elm,state,enabled";
4200             source: "elm";
4201             action: STATE_SET "default" 0.0;
4202             target: "disclip";
4203          }
4204          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4205          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4206       }
4207    }
4208
4209 // 3.2.5
4210    group { name: "elm/genlist/item/2text.1icon.10/default";
4211       alias: "elm/genlist/item_odd/2text.1icon.10/default";
4212       alias: "elm/genlist/item_compress/2text.1icon.10/default";
4213       alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
4214       data.item: "stacking" "above";
4215       data.item: "selectraise" "on";
4216       data.item: "texts" "elm.text.1 elm.text.2";
4217       data.item: "contents" "elm.icon";
4218       data.item: "flips" "elm.flip.content";
4219       images {
4220          image: "00_list_bar_press_1x80.png" COMP;
4221       }
4222       parts {
4223          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4224          GENLIST_PART_BG_IMAGE
4225          GENLIST_PART_BOTTOM_LINE
4226          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4227          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4228          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4229          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4230          part { name: "elm.icon";
4231             clip_to: "disclip";
4232             type: SWALLOW;
4233             scale: 1;
4234             description { state: "default" 0.0;
4235                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4236                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4237                fixed: 1 1;
4238                rel1 {
4239                   relative: 0.0 1.0;
4240                   to_x: "elm.padding.right";
4241                   to_y: "elm.padding.top";
4242                }
4243                rel2 {
4244                   relative: 0.0 0.0;
4245                   to_x: "elm.padding.right";
4246                   to_y: "elm.padding.bottom";
4247                }
4248                align: 1.0 0.5;
4249             }
4250             GENLIST_DESCRIPTION_FLIP_ENABLED
4251          }
4252          part { name: "elm.padding.icon.left";
4253             clip_to: "disclip";
4254             type: RECT;
4255             scale: 1;
4256             description { state: "default" 0.0;
4257                min: GENLIST_PADDING_16_INC 0;
4258                fixed: 1 0;
4259                rel1.to_x: "elm.icon";
4260                rel2 {
4261                   relative: 0.0 1.0;
4262                   to_x: "elm.icon";
4263                }
4264                align: 1.0 0.0;
4265                visible: 0;
4266             }
4267          }
4268          part { name: "elm.text.1";
4269             clip_to: "disclip";
4270             type: TEXT;
4271             mouse_events: 0;
4272             scale: 1;
4273             description { state: "default" 0.0;
4274                min: 0 GENLIST_SIZE_61_INC;
4275                fixed: 0 1;
4276                rel1 {
4277                   relative: 1.0 1.0;
4278                   to_x: "elm.padding.left";
4279                   to_y: "elm.padding.top";
4280                }
4281                rel2 {
4282                   relative: 0.0 1.0;
4283                   to_x: "elm.padding.icon.left";
4284                   to_y: "elm.padding.top";
4285                }
4286                align: 0.0 0.0;
4287                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4288                text {
4289                   font: "SLP:style=Roman";
4290                   size: GENLIST_FONT_44_INC;
4291                   min: 0 1;
4292                   align: 0.0 0.5;
4293                   text_class: "list_item";
4294                }
4295             }
4296             description { state: "selected" 0.0;
4297                inherit: "default" 0.0;
4298                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4299             }
4300             GENLIST_DESCRIPTION_FLIP_ENABLED
4301          }
4302          part { name: "elm.text.2";
4303             clip_to: "disclip";
4304             type: TEXT;
4305             mouse_events: 0;
4306             scale: 1;
4307             description { state: "default" 0.0;
4308                rel1 {
4309                   relative: 1.0 1.0;
4310                   to_x: "elm.padding.left";
4311                   to_y: "elm.text.1";
4312                }
4313                rel2 {
4314                   relative: 0.0 0.0;
4315                   to_x: "elm.padding.icon.left";
4316                   to_y: "elm.padding.bottom";
4317                }
4318                align: 0.0 0.0;
4319                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4320                text {
4321                   font: "SLP:style=Medium";
4322                   size: GENLIST_FONT_32_INC;
4323                   min: 0 1;
4324                   align: 0.0 0.5;
4325                   text_class: "slp_medium";
4326                }
4327             }
4328             description { state: "selected" 0.0;
4329                inherit: "default" 0.0;
4330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4331             }
4332             GENLIST_DESCRIPTION_FLIP_ENABLED
4333          }
4334          GENLIST_PART_FLIP
4335          GENLIST_PART_DISCLIP
4336       }
4337       programs {
4338          // signal: elm,state,%s,active
4339          //   a "check" item named %s went active
4340          // signal: elm,state,%s,passive
4341          //   a "check" item named %s went passive
4342          // default is passive
4343          program { name: "go_active";
4344             signal: "elm,state,selected";
4345             source: "elm";
4346             action: STATE_SET "selected" 0.0;
4347             target: "bg_image";
4348             target: "elm.text.1";
4349             target: "elm.text.2";
4350             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4351          }
4352          program { name: "go_passive";
4353             signal: "elm,state,unselected";
4354             source: "elm";
4355             action: STATE_SET "default" 0.0;
4356             target: "bg_image";
4357             target: "elm.text.1";
4358             target: "elm.text.2";
4359             transition: LINEAR 0.1;
4360          }
4361          program { name: "go_disabled";
4362             signal: "elm,state,disabled";
4363             source: "elm";
4364             action: STATE_SET "disabled" 0.0;
4365             target: "disclip";
4366          }
4367          program { name: "go_enabled";
4368             signal: "elm,state,enabled";
4369             source: "elm";
4370             action: STATE_SET "default" 0.0;
4371             target: "disclip";
4372          }
4373          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4374          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4375       }
4376    }
4377
4378    group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
4379       inherit: "elm/genlist/item/2text.1icon.10/default";
4380       parts {
4381          part { name: "elm.text.2";
4382             clip_to: "disclip";
4383             type: TEXTBLOCK;
4384             mouse_events: 0;
4385             scale: 1;
4386             description { state: "default" 0.0;
4387                rel1 {
4388                   relative: 1.0 1.0;
4389                   to_x: "elm.padding.left";
4390                   to_y: "elm.text.1";
4391                }
4392                rel2 {
4393                   relative: 0.0 0.0;
4394                   to_x: "elm.padding.icon.left";
4395                   to_y: "elm.padding.bottom";
4396                }
4397                align: 0.0 0.5;
4398                text {
4399                   style: "genlist_default_textblock_style";
4400                   min: 0 1;
4401                   align: 0.0 0.5;
4402                }
4403             }
4404             description { state: "selected" 0.0;
4405                inherit: "default" 0.0;
4406                text.style: "genlist_default_textblock_selected_style";
4407             }
4408             GENLIST_DESCRIPTION_FLIP_ENABLED
4409          }
4410       }
4411    }
4412
4413 // 3.2.6
4414    group { name: "elm/genlist/item/2text.1icon.3/default";
4415       alias: "elm/genlist/item_odd/2text.1icon.3/default";
4416       alias: "elm/genlist/item_compress/2text.1icon.3/default";
4417       alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
4418       data.item: "stacking" "above";
4419       data.item: "selectraise" "on";
4420       data.item: "texts" "elm.text.1 elm.text.2";
4421       data.item: "contents" "elm.icon";
4422       data.item: "flips" "elm.flip.content";
4423       images {
4424          image: "00_list_bar_press_1x80.png" COMP;
4425       }
4426       parts {
4427          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4428          GENLIST_PART_BG_IMAGE
4429          GENLIST_PART_BOTTOM_LINE
4430          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4431          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4434          part { name: "elm.text.1";
4435             clip_to: "disclip";
4436             type: TEXT;
4437             mouse_events: 0;
4438             scale: 1;
4439             description { state: "default" 0.0;
4440                min: 0 GENLIST_SIZE_61_INC;
4441                fixed: 0 1;
4442                rel1 {
4443                   relative: 1.0 1.0;
4444                   to_x: "elm.padding.left";
4445                   to_y: "elm.padding.top";
4446                }
4447                rel2 {
4448                   relative: 0.0 1.0;
4449                   to_x: "elm.padding.icon.left";
4450                   to_y: "elm.padding.top";
4451                }
4452                align: 0.0 0.0;
4453                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4454                text {
4455                   font: "SLP:style=Roman";
4456                   size: GENLIST_FONT_44_INC;
4457                   min: 0 1;
4458                   align: 0.0 0.5;
4459                   text_class: "list_item";
4460                }
4461             }
4462             description { state: "selected" 0.0;
4463                inherit: "default" 0.0;
4464                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4465             }
4466             GENLIST_DESCRIPTION_FLIP_ENABLED
4467          }
4468          part { name: "elm.icon";
4469             clip_to: "disclip";
4470             type: SWALLOW;
4471             scale: 1;
4472             description { state: "default" 0.0;
4473                fixed: 1 1;
4474                rel1 {
4475                   relative: 0.0 1.0;
4476                   to_x: "elm.padding.right";
4477                   to_y: "elm.padding.top";
4478                }
4479                rel2 {
4480                   relative: 0.0 1.0;
4481                   to_x: "elm.padding.right";
4482                   to_y: "elm.text.1";
4483                }
4484                align: 1.0 0.5;
4485             }
4486             GENLIST_DESCRIPTION_FLIP_ENABLED
4487          }
4488          part { name: "elm.padding.icon.left";
4489             clip_to: "disclip";
4490             type: RECT;
4491             scale: 1;
4492             description { state: "default" 0.0;
4493                min: GENLIST_PADDING_16_INC 0;
4494                fixed: 1 0;
4495                rel1.to_x: "elm.icon";
4496                rel2 {
4497                   relative: 0.0 1.0;
4498                   to_x: "elm.icon";
4499                }
4500                align: 1.0 0.0;
4501                visible: 0;
4502             }
4503          }
4504          part { name: "elm.text.2";
4505             clip_to: "disclip";
4506             type: TEXT;
4507             mouse_events: 0;
4508             scale: 1;
4509             description { state: "default" 0.0;
4510                rel1 {
4511                   relative: 1.0 1.0;
4512                   to_x: "elm.padding.left";
4513                   to_y: "elm.text.1";
4514                }
4515                rel2 {
4516                   relative: 0.0 0.0;
4517                   to_x: "elm.padding.icon.left";
4518                   to_y: "elm.padding.bottom";
4519                }
4520                align: 0.0 0.0;
4521                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4522                text {
4523                   font: "SLP:style=Medium";
4524                   size: GENLIST_FONT_32_INC;
4525                   min: 0 1;
4526                   align: 0.0 0.5;
4527                   text_class: "slp_medium";
4528                }
4529             }
4530             description { state: "selected" 0.0;
4531                inherit: "default" 0.0;
4532                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4533             }
4534             GENLIST_DESCRIPTION_FLIP_ENABLED
4535          }
4536          GENLIST_PART_FLIP
4537          GENLIST_PART_DISCLIP
4538       }
4539       programs {
4540          // signal: elm,state,%s,active
4541          //   a "check" item named %s went active
4542          // signal: elm,state,%s,passive
4543          //   a "check" item named %s went passive
4544          // default is passive
4545          program { name: "go_active";
4546             signal: "elm,state,selected";
4547             source: "elm";
4548             action: STATE_SET "selected" 0.0;
4549             target: "bg_image";
4550             target: "elm.text.1";
4551             target: "elm.text.2";
4552             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4553          }
4554          program { name: "go_passive";
4555             signal: "elm,state,unselected";
4556             source: "elm";
4557             action: STATE_SET "default" 0.0;
4558             target: "bg_image";
4559             target: "elm.text.1";
4560             target: "elm.text.2";
4561             transition: LINEAR 0.1;
4562          }
4563          program { name: "go_disabled";
4564             signal: "elm,state,disabled";
4565             source: "elm";
4566             action: STATE_SET "disabled" 0.0;
4567             target: "disclip";
4568          }
4569          program { name: "go_enabled";
4570             signal: "elm,state,enabled";
4571             source: "elm";
4572             action: STATE_SET "default" 0.0;
4573             target: "disclip";
4574          }
4575          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4576          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4577       }
4578    }
4579
4580 // 3.2.7
4581    group { name: "elm/genlist/item/3text.1icon/default";
4582       alias: "elm/genlist/item_odd/3text.1icon/default";
4583       alias: "elm/genlist/item_compress/3text.1icon/default";
4584       alias: "elm/genlist/item_compress_odd/3text.1icon/default";
4585       data.item: "stacking" "above";
4586       data.item: "selectraise" "on";
4587       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
4588       data.item: "contents" "elm.icon";
4589       data.item: "flips" "elm.flip.content";
4590       images {
4591          image: "00_list_bar_press_1x80.png" COMP;
4592       }
4593       parts {
4594          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4595          GENLIST_PART_BG_IMAGE
4596          GENLIST_PART_BOTTOM_LINE
4597          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4598          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4599          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4600          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4601          part { name: "elm.text.3";
4602             clip_to: "disclip";
4603             type: TEXT;
4604             mouse_events: 0;
4605             scale: 1;
4606             description { state: "default" 0.0;
4607                min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
4608                fixed: 1 1;
4609                rel1 {
4610                   relative: 0.0 0.0;
4611                   to_x: "elm.padding.right";
4612                   to_y: "elm.padding.bottom";
4613                }
4614                rel2 {
4615                   relative: 0.0 0.0;
4616                   to_x: "elm.padding.right";
4617                   to_y: "elm.padding.bottom";
4618                }
4619                align: 1.0 1.0;
4620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4621                text {
4622                   font: "SLP:style=Medium";
4623                   size: GENLIST_FONT_32_INC;
4624                   min: 0 1;
4625                   align: 1.0 0.5;
4626                   text_class: "slp_medium";
4627                }
4628             }
4629             description { state: "selected" 0.0;
4630                inherit: "default" 0.0;
4631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4632             }
4633             GENLIST_DESCRIPTION_FLIP_ENABLED
4634          }
4635          part { name: "elm.padding.text3.left";
4636             clip_to: "disclip";
4637             type: RECT;
4638             mouse_events: 0;
4639             scale: 1;
4640             description { state: "default" 0.0;
4641                min: GENLIST_SIZE_ICON_SMALL 0;
4642                fixed: 1 0;
4643                rel1.to_x: "elm.text.3";
4644                rel2 {
4645                   relative: 0.0 1.0;
4646                   to_x: "elm.text.3";
4647                }
4648                align: 1.0 0.5;
4649                visible: 0;
4650             }
4651          }
4652          part { name: "elm.icon";
4653             clip_to: "disclip";
4654             type: SWALLOW;
4655             scale: 1;
4656             description { state: "default" 0.0;
4657                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4658                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4659                fixed: 1 1;
4660                rel1 {
4661                   relative: 0.0 1.0;
4662                   to_x: "elm.padding.right";
4663                   to_y: "elm.padding.top";
4664                }
4665                rel2 {
4666                   relative: 0.0 0.0;
4667                   to_x: "elm.padding.right";
4668                   to_y: "elm.text.3";
4669                }
4670                align: 1.0 0.5;
4671             }
4672             GENLIST_DESCRIPTION_FLIP_ENABLED
4673          }
4674          part { name: "elm.padding.icon.left";
4675             clip_to: "disclip";
4676             type: RECT;
4677             scale: 1;
4678             description { state: "default" 0.0;
4679                min: GENLIST_PADDING_16_INC 0;
4680                fixed: 1 0;
4681                rel1.to_x: "elm.icon";
4682                rel2 {
4683                   relative: 0.0 1.0;
4684                   to_x: "elm.icon";
4685                }
4686                align: 1.0 0.0;
4687                visible: 0;
4688             }
4689          }
4690          part { name: "elm.text.1";
4691             clip_to: "disclip";
4692             type: TEXT;
4693             mouse_events: 0;
4694             scale: 1;
4695             description { state: "default" 0.0;
4696                rel1 {
4697                   relative: 1.0 1.0;
4698                   to_x: "elm.padding.left";
4699                   to_y: "elm.padding.top";
4700                }
4701                rel2 {
4702                   relative: 0.0 0.0;
4703                   to_x: "elm.padding.icon.left";
4704                   to_y: "elm.text.3";
4705                }
4706                align: 0.0 0.5;
4707                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4708                text {
4709                   font: "SLP:style=Roman";
4710                   size: GENLIST_FONT_44_INC;
4711                   min: 0 1;
4712                   align: 0.0 0.5;
4713                   text_class: "list_item";
4714                }
4715             }
4716             description { state: "selected" 0.0;
4717                inherit: "default" 0.0;
4718                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4719             }
4720             GENLIST_DESCRIPTION_FLIP_ENABLED
4721          }
4722          part { name: "elm.text.2";
4723             clip_to: "disclip";
4724             type: TEXT;
4725             mouse_events: 0;
4726             scale: 1;
4727             description { state: "default" 0.0;
4728                rel1 {
4729                   relative: 1.0 1.0;
4730                   to_x: "elm.padding.left";
4731                   to_y: "elm.text.1";
4732                }
4733                rel2 {
4734                   relative: 0.0 0.0;
4735                   to_x: "elm.padding.text3.left";
4736                   to_y: "elm.padding.bottom";
4737                }
4738                align: 0.0 0.5;
4739                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4740                text {
4741                   font: "SLP:style=Medium";
4742                   size: GENLIST_FONT_32_INC;
4743                   min: 0 1;
4744                   align: 0.0 0.5;
4745                   text_class: "slp_medium";
4746                }
4747             }
4748             description { state: "selected" 0.0;
4749                inherit: "default" 0.0;
4750                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4751             }
4752             GENLIST_DESCRIPTION_FLIP_ENABLED
4753          }
4754          GENLIST_PART_FLIP
4755          GENLIST_PART_DISCLIP
4756       }
4757       programs {
4758          // signal: elm,state,%s,active
4759          //   a "check" item named %s went active
4760          // signal: elm,state,%s,passive
4761          //   a "check" item named %s went passive
4762          // default is passive
4763          program { name: "go_active";
4764             signal: "elm,state,selected";
4765             source: "elm";
4766             action: STATE_SET "selected" 0.0;
4767             target: "bg_image";
4768             target: "elm.text.1";
4769             target: "elm.text.2";
4770             target: "elm.text.3";
4771             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4772          }
4773          program { name: "go_passive";
4774             signal: "elm,state,unselected";
4775             source: "elm";
4776             action: STATE_SET "default" 0.0;
4777             target: "bg_image";
4778             target: "elm.text.1";
4779             target: "elm.text.2";
4780             target: "elm.text.3";
4781             transition: LINEAR 0.1;
4782          }
4783          program { name: "go_disabled";
4784             signal: "elm,state,disabled";
4785             source: "elm";
4786             action: STATE_SET "disabled" 0.0;
4787             target: "disclip";
4788          }
4789          program { name: "go_enabled";
4790             signal: "elm,state,enabled";
4791             source: "elm";
4792             action: STATE_SET "default" 0.0;
4793             target: "disclip";
4794          }
4795          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
4796          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4797       }
4798    }
4799
4800 // 3.2.8
4801    group { name: "elm/genlist/item/2text.2icon/default";
4802       alias: "elm/genlist/item_odd/2text.2icon/default";
4803       alias: "elm/genlist/item_compress/2text.2icon/default";
4804       alias: "elm/genlist/item_compress_odd/2text.2icon/default";
4805       data.item: "stacking" "above";
4806       data.item: "selectraise" "on";
4807       data.item: "texts" "elm.text.1 elm.text.2";
4808       data.item: "contents" "elm.icon.1 elm.icon.2";
4809       data.item: "flips" "elm.flip.content";
4810       images {
4811          image: "00_list_bar_press_1x80.png" COMP;
4812       }
4813       parts {
4814          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4815          GENLIST_PART_BG_IMAGE
4816          GENLIST_PART_BOTTOM_LINE
4817          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4818          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4819          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4820          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4821          part { name: "elm.icon.1";
4822             clip_to: "disclip";
4823             type: SWALLOW;
4824             scale: 1;
4825             description { state: "default" 0.0;
4826                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4827                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4828                fixed: 1 1;
4829                rel1 {
4830                   relative: 1.0 1.0;
4831                   to_x: "elm.padding.left";
4832                   to_y: "elm.text.1";
4833                }
4834                rel2 {
4835                   relative: 1.0 0.0;
4836                   to_x: "elm.padding.left";
4837                   to_y: "elm.padding.bottom";
4838                }
4839                align: 0.0 0.5;
4840             }
4841             GENLIST_DESCRIPTION_FLIP_ENABLED
4842          }
4843          part { name: "elm.padding.icon1.right";
4844             clip_to: "disclip";
4845             type: RECT;
4846             scale: 1;
4847             description { state: "default" 0.0;
4848                min: GENLIST_PADDING_16_INC 0;
4849                fixed: 1 0;
4850                rel1 {
4851                   relative: 1.0 0.0;
4852                   to_x: "elm.icon.1";
4853                }
4854                rel2.to_x: "elm.icon.1";
4855                align: 0.0 0.0;
4856                visible: 0;
4857             }
4858          }
4859          part { name: "elm.icon.2";
4860             clip_to: "disclip";
4861             type: SWALLOW;
4862             scale: 1;
4863             description { state: "default" 0.0;
4864                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4865                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
4866                fixed: 1 1;
4867                rel1 {
4868                   relative: 0.0 1.0;
4869                   to_x: "elm.padding.right";
4870                   to_y: "elm.padding.top";
4871                }
4872                rel2 {
4873                   relative: 0.0 1.0;
4874                   to_x: "elm.padding.right";
4875                   to_y: "elm.text.1";
4876                }
4877                align: 1.0 0.5;
4878             }
4879             GENLIST_DESCRIPTION_FLIP_ENABLED
4880          }
4881          part { name: "elm.padding.icon2.left";
4882             clip_to: "disclip";
4883             type: RECT;
4884             scale: 1;
4885             description { state: "default" 0.0;
4886                min: GENLIST_PADDING_16_INC 0;
4887                fixed: 1 0;
4888                rel1 {
4889                   relative: 0.0 0.0;
4890                   to_x: "elm.icon.2";
4891                }
4892                rel2.to_x: "elm.icon.2";
4893                align: 1.0 0.0;
4894                visible: 0;
4895             }
4896          }
4897          part { name: "elm.text.1";
4898             clip_to: "disclip";
4899             type: TEXT;
4900             mouse_events: 0;
4901             scale: 1;
4902             description { state: "default" 0.0;
4903                min: 0 GENLIST_SIZE_61_INC;
4904                fixed: 0 1;
4905                rel1 {
4906                   relative: 1.0 1.0;
4907                   to_x: "elm.padding.left";
4908                   to_y: "elm.padding.top";
4909                }
4910                rel2 {
4911                   relative: 0.0 1.0;
4912                   to_x: "elm.padding.icon2.left";
4913                   to_y: "elm.padding.top";
4914                }
4915                align: 0.0 0.0;
4916                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4917                text {
4918                   font: "SLP:style=Roman";
4919                   size: GENLIST_FONT_44_INC;
4920                   min: 0 1;
4921                   align: 0.0 0.5;
4922                   text_class: "list_item";
4923                }
4924             }
4925             description { state: "selected" 0.0;
4926                inherit: "default" 0.0;
4927                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4928             }
4929             GENLIST_DESCRIPTION_FLIP_ENABLED
4930          }
4931          part { name: "elm.text.2";
4932             clip_to: "disclip";
4933             type: TEXT;
4934             mouse_events: 0;
4935             scale: 1;
4936             description { state: "default" 0.0;
4937                rel1 {
4938                   relative: 1.0 1.0;
4939                   to_x: "elm.padding.icon1.right";
4940                   to_y: "elm.text.1";
4941                }
4942                rel2 {
4943                   relative: 0.0 0.0;
4944                   to_x: "elm.padding.right";
4945                   to_y: "elm.padding.bottom";
4946                }
4947                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4948                text {
4949                   font: "SLP:style=Medium";
4950                   size: GENLIST_FONT_32_INC;
4951                   min: 0 1;
4952                   align: 0.0 0.5;
4953                   text_class: "slp_medium";
4954                }
4955             }
4956             description { state: "selected" 0.0;
4957                inherit: "default" 0.0;
4958                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4959             }
4960             GENLIST_DESCRIPTION_FLIP_ENABLED
4961          }
4962          GENLIST_PART_FLIP
4963          GENLIST_PART_DISCLIP
4964       }
4965       programs {
4966          // signal: elm,state,%s,active
4967          //   a "check" item named %s went active
4968          // signal: elm,state,%s,passive
4969          //   a "check" item named %s went passive
4970          // default is passive
4971          program { name: "go_active";
4972             signal: "elm,state,selected";
4973             source: "elm";
4974             action: STATE_SET "selected" 0.0;
4975             target: "bg_image";
4976             target: "elm.text.1";
4977             target: "elm.text.2";
4978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4979          }
4980          program { name: "go_passive";
4981             signal: "elm,state,unselected";
4982             source: "elm";
4983             action: STATE_SET "default" 0.0;
4984             target: "bg_image";
4985             target: "elm.text.1";
4986             target: "elm.text.2";
4987             transition: LINEAR 0.1;
4988          }
4989          program { name: "go_disabled";
4990             signal: "elm,state,disabled";
4991             source: "elm";
4992             action: STATE_SET "disabled" 0.0;
4993             target: "disclip";
4994          }
4995          program { name: "go_enabled";
4996             signal: "elm,state,enabled";
4997             source: "elm";
4998             action: STATE_SET "default" 0.0;
4999             target: "disclip";
5000          }
5001          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5002          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5003       }
5004    }
5005
5006 // 3.2.9
5007    group { name: "elm/genlist/item/2text.7/default";
5008       alias: "elm/genlist/item_odd/2text.7/default";
5009       alias: "elm/genlist/item_compress/2text.7/default";
5010       alias: "elm/genlist/item_compress_odd/2text.7/default";
5011       data.item: "stacking" "above";
5012       data.item: "selectraise" "on";
5013       data.item: "texts" "elm.text.1 elm.text.2";
5014       data.item: "flips" "elm.flip.content";
5015       images {
5016          image: "00_list_bar_press_1x80.png" COMP;
5017       }
5018       parts {
5019          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5020          GENLIST_PART_BG_IMAGE
5021          GENLIST_PART_BOTTOM_LINE
5022          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5023          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5024          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5025          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5026          part { name: "elm.text.1";
5027             clip_to: "disclip";
5028             type: TEXT;
5029             mouse_events: 0;
5030             scale: 1;
5031             description { state: "default" 0.0;
5032                min: 0 GENLIST_SIZE_61_INC;
5033                fixed: 0 1;
5034                rel1 {
5035                   relative: 1.0 1.0;
5036                   to_x: "elm.padding.left";
5037                   to_y: "elm.padding.top";
5038                }
5039                rel2 {
5040                   relative: 0.0 1.0;
5041                   to_x: "elm.padding.right";
5042                   to_y: "elm.padding.top";
5043                }
5044                align: 0.0 0.0;
5045                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5046                text {
5047                   font: "SLP:style=Roman";
5048                   size: GENLIST_FONT_44_INC;
5049                   min: 0 1;
5050                   align: 0.0 0.5;
5051                   text_class: "list_item";
5052                }
5053             }
5054             description { state: "selected" 0.0;
5055                inherit: "default" 0.0;
5056                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5057             }
5058             GENLIST_DESCRIPTION_FLIP_ENABLED
5059          }
5060          part { name: "elm.text.2";
5061             clip_to: "disclip";
5062             type: TEXT;
5063             mouse_events: 0;
5064             scale: 1;
5065             description { state: "default" 0.0;
5066                rel1 {
5067                   relative: 1.0 1.0;
5068                   to_x: "elm.padding.left";
5069                   to_y: "elm.text.1";
5070                }
5071                rel2 {
5072                   relative: 0.0 0.0;
5073                   to_x: "elm.padding.right";
5074                   to_y: "elm.padding.bottom";
5075                }
5076                align: 0.0 0.0;
5077                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5078                text {
5079                   font: "SLP:style=Medium";
5080                   size: GENLIST_FONT_32_INC;
5081                   min: 0 1;
5082                   align: 0.0 0.5;
5083                   text_class: "slp_medium";
5084                }
5085             }
5086             description { state: "selected" 0.0;
5087                inherit: "default" 0.0;
5088                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5089             }
5090             GENLIST_DESCRIPTION_FLIP_ENABLED
5091          }
5092          GENLIST_PART_FLIP
5093          GENLIST_PART_DISCLIP
5094       }
5095       programs {
5096          // signal: elm,state,%s,active
5097          //   a "check" item named %s went active
5098          // signal: elm,state,%s,passive
5099          //   a "check" item named %s went passive
5100          // default is passive
5101          program { name: "go_active";
5102             signal: "elm,state,selected";
5103             source: "elm";
5104             action: STATE_SET "selected" 0.0;
5105             target: "bg_image";
5106             target: "elm.text.1";
5107             target: "elm.text.2";
5108             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5109          }
5110          program { name: "go_passive";
5111             signal: "elm,state,unselected";
5112             source: "elm";
5113             action: STATE_SET "default" 0.0;
5114             target: "bg_image";
5115             target: "elm.text.1";
5116             target: "elm.text.2";
5117             transition: LINEAR 0.1;
5118          }
5119          program { name: "go_disabled";
5120             signal: "elm,state,disabled";
5121             source: "elm";
5122             action: STATE_SET "disabled" 0.0;
5123             target: "disclip";
5124          }
5125          program { name: "go_enabled";
5126             signal: "elm,state,enabled";
5127             source: "elm";
5128             action: STATE_SET "default" 0.0;
5129             target: "disclip";
5130          }
5131          GENLIST_PROGRAM_FLIP_2TEXT
5132          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5133       }
5134    }
5135
5136 // 3.2.10
5137    group { name: "elm/genlist/item/2text.1icon.7/default";
5138       alias: "elm/genlist/item_odd/2text.1icon.7/default";
5139       alias: "elm/genlist/item_compress/2text.1icon.7/default";
5140       alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
5141       data.item: "stacking" "above";
5142       data.item: "selectraise" "on";
5143       data.item: "texts" "elm.text.1 elm.text.2";
5144       data.item: "contents" "elm.icon";
5145       data.item: "flips" "elm.flip.content";
5146       images {
5147          image: "00_list_bar_press_1x80.png" COMP;
5148       }
5149       parts {
5150          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5151          GENLIST_PART_BG_IMAGE
5152          GENLIST_PART_BOTTOM_LINE
5153          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5154          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5155          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5156          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5157          part { name: "elm.icon";
5158             clip_to: "disclip";
5159             type: SWALLOW;
5160             scale: 1;
5161             description { state: "default" 0.0;
5162                fixed: 1 1;
5163                rel1 {
5164                   relative: 0.0 1.0;
5165                   to_x: "elm.padding.right";
5166                   to_y: "elm.padding.top";
5167                }
5168                rel2 {
5169                   relative: 0.0 0.0;
5170                   to_x: "elm.padding.right";
5171                   to_y: "elm.padding.bottom";
5172                }
5173                align: 1.0 0.5;
5174             }
5175             GENLIST_DESCRIPTION_FLIP_ENABLED
5176          }
5177          part { name: "elm.padding.icon.left";
5178             clip_to: "disclip";
5179             type: RECT;
5180             scale: 1;
5181             description { state: "default" 0.0;
5182                min: GENLIST_PADDING_16_INC 0;
5183                fixed: 1 0;
5184                rel1.to_x: "elm.icon";
5185                rel2 {
5186                   relative: 0.0 1.0;
5187                   to_x: "elm.icon";
5188                }
5189                align: 1.0 0.0;
5190                visible: 0;
5191             }
5192          }
5193          part { name: "elm.text.1";
5194             clip_to: "disclip";
5195             type: TEXT;
5196             mouse_events: 0;
5197             scale: 1;
5198             description { state: "default" 0.0;
5199                min: 0 GENLIST_SIZE_61_INC;
5200                fixed: 0 1;
5201                rel1 {
5202                   relative: 1.0 1.0;
5203                   to_x: "elm.padding.left";
5204                   to_y: "elm.padding.top";
5205                }
5206                rel2 {
5207                   relative: 0.0 1.0;
5208                   to_x: "elm.padding.icon.left";
5209                   to_y: "elm.padding.top";
5210                }
5211                align: 0.0 0.0;
5212                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5213                text {
5214                   font: "SLP:style=Roman";
5215                   size: GENLIST_FONT_44_INC;
5216                   min: 0 1;
5217                   align: 0.0 0.5;
5218                   text_class: "list_item";
5219                }
5220             }
5221             description { state: "selected" 0.0;
5222                inherit: "default" 0.0;
5223                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5224             }
5225             GENLIST_DESCRIPTION_FLIP_ENABLED
5226          }
5227          part { name: "elm.text.2";
5228             clip_to: "disclip";
5229             type: TEXT;
5230             mouse_events: 0;
5231             scale: 1;
5232             description { state: "default" 0.0;
5233                rel1 {
5234                   relative: 1.0 1.0;
5235                   to_x: "elm.padding.left";
5236                   to_y: "elm.text.1";
5237                }
5238                rel2 {
5239                   relative: 0.0 0.0;
5240                   to_x: "elm.padding.icon.left";
5241                   to_y: "elm.padding.bottom";
5242                }
5243                align: 0.0 0.0;
5244                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5245                text {
5246                   font: "SLP:style=Medium";
5247                   size: GENLIST_FONT_32_INC;
5248                   min: 0 1;
5249                   align: 0.0 0.5;
5250                   text_class: "slp_medium";
5251                }
5252             }
5253             description { state: "selected" 0.0;
5254                inherit: "default" 0.0;
5255                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5256             }
5257             GENLIST_DESCRIPTION_FLIP_ENABLED
5258          }
5259          GENLIST_PART_FLIP
5260          GENLIST_PART_DISCLIP
5261       }
5262       programs {
5263          // signal: elm,state,%s,active
5264          //   a "check" item named %s went active
5265          // signal: elm,state,%s,passive
5266          //   a "check" item named %s went passive
5267          // default is passive
5268          program { name: "go_active";
5269             signal: "elm,state,selected";
5270             source: "elm";
5271             action: STATE_SET "selected" 0.0;
5272             target: "bg_image";
5273             target: "elm.text.1";
5274             target: "elm.text.2";
5275             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5276          }
5277          program { name: "go_passive";
5278             signal: "elm,state,unselected";
5279             source: "elm";
5280             action: STATE_SET "default" 0.0;
5281             target: "bg_image";
5282             target: "elm.text.1";
5283             target: "elm.text.2";
5284             transition: LINEAR 0.1;
5285          }
5286          program { name: "go_disabled";
5287             signal: "elm,state,disabled";
5288             source: "elm";
5289             action: STATE_SET "disabled" 0.0;
5290             target: "disclip";
5291          }
5292          program { name: "go_enabled";
5293             signal: "elm,state,enabled";
5294             source: "elm";
5295             action: STATE_SET "default" 0.0;
5296             target: "disclip";
5297          }
5298          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5299          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5300       }
5301    }
5302
5303    group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
5304       inherit: "elm/genlist/item/2text.1icon.7/default";
5305       parts {
5306          part { name: "elm.text.2";
5307             clip_to: "disclip";
5308             type: TEXTBLOCK;
5309             mouse_events: 0;
5310             scale: 1;
5311             description { state: "default" 0.0;
5312                rel1 {
5313                   relative: 1.0 1.0;
5314                   to_x: "elm.padding.left";
5315                   to_y: "elm.text.1";
5316                }
5317                rel2 {
5318                   relative: 0.0 0.0;
5319                   to_x: "elm.padding.icon.left";
5320                   to_y: "elm.padding.bottom";
5321                }
5322                align: 0.0 0.5;
5323                text {
5324                   style: "genlist_default_textblock_style";
5325                   min: 0 1;
5326                   align: 0.0 0.5;
5327                }
5328             }
5329             description { state: "selected" 0.0;
5330                inherit: "default" 0.0;
5331                text.style: "genlist_default_textblock_selected_style";
5332             }
5333             GENLIST_DESCRIPTION_FLIP_ENABLED
5334          }
5335       }
5336    }
5337
5338 // 3.2.11
5339    group { name: "elm/genlist/item/2text.1icon.11/default";
5340       alias: "elm/genlist/item_odd/2text.1icon.11/default";
5341       alias: "elm/genlist/item_compress/2text.1icon.11/default";
5342       alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
5343       data.item: "stacking" "above";
5344       data.item: "selectraise" "on";
5345       data.item: "texts" "elm.text.1 elm.text.2";
5346       data.item: "contents" "elm.icon";
5347       data.item: "flips" "elm.flip.content";
5348       images {
5349          image: "00_list_bar_press_1x80.png" COMP;
5350       }
5351       parts {
5352          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5353          GENLIST_PART_BG_IMAGE
5354          GENLIST_PART_BOTTOM_LINE
5355          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5356          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5357          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5358          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5359          part { name: "elm.icon";
5360             clip_to: "disclip";
5361             type: SWALLOW;
5362             scale: 1;
5363             description { state: "default" 0.0;
5364                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5365                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5366                fixed: 1 1;
5367                rel1 {
5368                   relative: 0.0 1.0;
5369                   to_x: "elm.padding.right";
5370                   to_y: "elm.padding.top";
5371                }
5372                rel2 {
5373                   relative: 0.0 0.0;
5374                   to_x: "elm.padding.right";
5375                   to_y: "elm.padding.bottom";
5376                }
5377                align: 1.0 0.5;
5378             }
5379             GENLIST_DESCRIPTION_FLIP_ENABLED
5380          }
5381          part { name: "elm.padding.icon.left";
5382             clip_to: "disclip";
5383             type: RECT;
5384             scale: 1;
5385             description { state: "default" 0.0;
5386                min: GENLIST_PADDING_16_INC 0;
5387                fixed: 1 0;
5388                rel1.to_x: "elm.icon";
5389                rel2 {
5390                   relative: 0.0 1.0;
5391                   to_x: "elm.icon";
5392                }
5393                align: 1.0 0.0;
5394                visible: 0;
5395             }
5396          }
5397          part { name: "elm.text.1";
5398             clip_to: "disclip";
5399             type: TEXT;
5400             mouse_events: 0;
5401             scale: 1;
5402             description { state: "default" 0.0;
5403                min: 0 GENLIST_SIZE_61_INC;
5404                fixed: 0 1;
5405                rel1 {
5406                   relative: 1.0 1.0;
5407                   to_x: "elm.padding.left";
5408                   to_y: "elm.padding.top";
5409                }
5410                rel2 {
5411                   relative: 0.0 1.0;
5412                   to_x: "elm.padding.icon.left";
5413                   to_y: "elm.padding.top";
5414                }
5415                align: 0.0 0.0;
5416                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5417                text {
5418                   font: "SLP:style=Roman";
5419                   size: GENLIST_FONT_44_INC;
5420                   min: 0 1;
5421                   align: 0.0 0.5;
5422                   text_class: "list_item";
5423                }
5424             }
5425             description { state: "selected" 0.0;
5426                inherit: "default" 0.0;
5427                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5428             }
5429             GENLIST_DESCRIPTION_FLIP_ENABLED
5430          }
5431          part { name: "elm.text.2";
5432             clip_to: "disclip";
5433             type: TEXT;
5434             mouse_events: 0;
5435             scale: 1;
5436             description { state: "default" 0.0;
5437                rel1 {
5438                   relative: 1.0 1.0;
5439                   to_x: "elm.padding.left";
5440                   to_y: "elm.text.1";
5441                }
5442                rel2 {
5443                   relative: 0.0 0.0;
5444                   to_x: "elm.padding.icon.left";
5445                   to_y: "elm.padding.bottom";
5446                }
5447                align: 0.0 0.0;
5448                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5449                text {
5450                   font: "SLP:style=Medium";
5451                   size: GENLIST_FONT_32_INC;
5452                   min: 0 1;
5453                   align: 0.0 0.5;
5454                   text_class: "slp_medium";
5455                }
5456             }
5457             description { state: "selected" 0.0;
5458                inherit: "default" 0.0;
5459                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5460             }
5461             GENLIST_DESCRIPTION_FLIP_ENABLED
5462          }
5463          GENLIST_PART_FLIP
5464          GENLIST_PART_DISCLIP
5465       }
5466       programs {
5467          // signal: elm,state,%s,active
5468          //   a "check" item named %s went active
5469          // signal: elm,state,%s,passive
5470          //   a "check" item named %s went passive
5471          // default is passive
5472          program { name: "go_active";
5473             signal: "elm,state,selected";
5474             source: "elm";
5475             action: STATE_SET "selected" 0.0;
5476             target: "bg_image";
5477             target: "elm.text.1";
5478             target: "elm.text.2";
5479             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5480          }
5481          program { name: "go_passive";
5482             signal: "elm,state,unselected";
5483             source: "elm";
5484             action: STATE_SET "default" 0.0;
5485             target: "bg_image";
5486             target: "elm.text.1";
5487             target: "elm.text.2";
5488             transition: LINEAR 0.1;
5489          }
5490          program { name: "go_disabled";
5491             signal: "elm,state,disabled";
5492             source: "elm";
5493             action: STATE_SET "disabled" 0.0;
5494             target: "disclip";
5495          }
5496          program { name: "go_enabled";
5497             signal: "elm,state,enabled";
5498             source: "elm";
5499             action: STATE_SET "default" 0.0;
5500             target: "disclip";
5501          }
5502          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5504       }
5505    }
5506
5507 // 3.2.12
5508    group { name: "elm/genlist/item/2text.2icon.2/default";
5509       alias: "elm/genlist/item_odd/2text.2icon.2/default";
5510       alias: "elm/genlist/item_compress/2text.2icon.2/default";
5511       alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
5512       data.item: "stacking" "above";
5513       data.item: "selectraise" "on";
5514       data.item: "texts" "elm.text.1 elm.text.2";
5515       data.item: "contents" "elm.icon.1 elm.icon.2";
5516       data.item: "flips" "elm.flip.content";
5517       images {
5518          image: "00_list_bar_press_1x80.png" COMP;
5519       }
5520       parts {
5521          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5522          GENLIST_PART_BG_IMAGE
5523          GENLIST_PART_BOTTOM_LINE
5524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5528          part { name: "elm.icon.2";
5529             clip_to: "disclip";
5530             type: SWALLOW;
5531             scale: 1;
5532             description { state: "default" 0.0;
5533                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5534                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5535                fixed: 1 1;
5536                rel1 {
5537                   relative: 0.0 1.0;
5538                   to_x: "elm.padding.right";
5539                   to_y: "elm.padding.top";
5540                }
5541                rel2 {
5542                   relative: 0.0 0.0;
5543                   to_x: "elm.padding.right";
5544                   to_y: "elm.padding.bottom";
5545                }
5546                align: 1.0 0.5;
5547             }
5548             GENLIST_DESCRIPTION_FLIP_ENABLED
5549          }
5550          part { name: "elm.padding.icon2.left";
5551             clip_to: "disclip";
5552             type: RECT;
5553             scale: 1;
5554             description { state: "default" 0.0;
5555                min: GENLIST_PADDING_16_INC 0;
5556                fixed: 1 0;
5557                rel1.to_x: "elm.icon.2";
5558                rel2 {
5559                   relative: 0.0 1.0;
5560                   to_x: "elm.icon.2";
5561                }
5562                align: 1.0 0.0;
5563                visible: 0;
5564             }
5565          }
5566         part { name: "elm.text.1";
5567             clip_to: "disclip";
5568             type: TEXT;
5569             mouse_events: 0;
5570             scale: 1;
5571             description { state: "default" 0.0;
5572                min: 0 GENLIST_SIZE_61_INC;
5573                fixed: 0 1;
5574                rel1 {
5575                   relative: 1.0 1.0;
5576                   to_x: "elm.padding.left";
5577                   to_y: "elm.padding.top";
5578                }
5579                rel2 {
5580                   relative: 0.0 1.0;
5581                   to_x: "elm.padding.icon2.left";
5582                   to_y: "elm.padding.top";
5583                }
5584                align: 0.0 0.0;
5585                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5586                text {
5587                   font: "SLP:style=Roman";
5588                   size: GENLIST_FONT_44_INC;
5589                   min: 0 1;
5590                   align: 0.0 0.5;
5591                   text_class: "list_item";
5592                }
5593             }
5594             description { state: "selected" 0.0;
5595                inherit: "default" 0.0;
5596                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5597             }
5598             GENLIST_DESCRIPTION_FLIP_ENABLED
5599          }
5600          part { name: "elm.text.2";
5601             clip_to: "disclip";
5602             type: TEXT;
5603             mouse_events: 0;
5604             scale: 1;
5605             description { state: "default" 0.0;
5606                min: 0 0;
5607                max: GENLIST_SIZE_576_INC 0;
5608                fixed: 1 0;
5609                rel1 {
5610                   relative: 1.0 1.0;
5611                   to_x: "elm.padding.left";
5612                   to_y: "elm.text.1";
5613                }
5614                rel2 {
5615                   relative: 1.0 0.0;
5616                   to_x: "elm.padding.left";
5617                   to_y: "elm.padding.bottom";
5618                }
5619                align: 0.0 0.5;
5620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5621                text {
5622                   font: "SLP:style=Medium";
5623                   size: GENLIST_FONT_32_INC;
5624                   min: 1 1;
5625                   align: 0.0 0.5;
5626                   text_class: "slp_medium";
5627                }
5628             }
5629             description { state: "selected" 0.0;
5630                inherit: "default" 0.0;
5631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5632             }
5633             GENLIST_DESCRIPTION_FLIP_ENABLED
5634          }
5635          part { name: "elm.padding.text2.right";
5636             clip_to: "disclip";
5637             type: RECT;
5638             scale: 1;
5639             description { state: "default" 0.0;
5640                min: GENLIST_PADDING_16_INC 0;
5641                fixed: 1 0;
5642                visible: 0;
5643                rel1 {
5644                   relative: 1.0 0.0;
5645                   to_x: "elm.text.2";
5646                }
5647                rel2.to_x: "elm.text.2";
5648                align: 0.0 0.0;
5649             }
5650          }
5651          part { name: "elm.icon.1";
5652             clip_to: "disclip";
5653             type: SWALLOW;
5654             scale: 1;
5655             description { state: "default" 0.0;
5656                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
5657                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
5658                fixed: 1 1;
5659                rel1 {
5660                   relative: 1.0 1.0;
5661                   to_x: "elm.padding.text2.right";
5662                   to_y: "elm.text.1";
5663                }
5664                rel2 {
5665                   relative: 1.0 0.0;
5666                   to_x: "elm.padding.text2.right";
5667                   to_y: "elm.padding.bottom";
5668                }
5669                align: 0.0 0.5;
5670             }
5671             GENLIST_DESCRIPTION_FLIP_ENABLED
5672          }
5673          GENLIST_PART_FLIP
5674          GENLIST_PART_DISCLIP
5675       }
5676       programs {
5677          // signal: elm,state,%s,active
5678          //   a "check" item named %s went active
5679          // signal: elm,state,%s,passive
5680          //   a "check" item named %s went passive
5681          // default is passive
5682          program { name: "go_active";
5683             signal: "elm,state,selected";
5684             source: "elm";
5685             action: STATE_SET "selected" 0.0;
5686             target: "bg_image";
5687             target: "elm.text.1";
5688             target: "elm.text.2";
5689             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5690          }
5691          program { name: "go_passive";
5692             signal: "elm,state,unselected";
5693             source: "elm";
5694             action: STATE_SET "default" 0.0;
5695             target: "bg_image";
5696             target: "elm.text.1";
5697             target: "elm.text.2";
5698             transition: LINEAR 0.1;
5699          }
5700          program { name: "go_disabled";
5701             signal: "elm,state,disabled";
5702             source: "elm";
5703             action: STATE_SET "disabled" 0.0;
5704             target: "disclip";
5705          }
5706          program { name: "go_enabled";
5707             signal: "elm,state,enabled";
5708             source: "elm";
5709             action: STATE_SET "default" 0.0;
5710             target: "disclip";
5711          }
5712          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5713          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5714       }
5715    }
5716
5717 // 3.2.13
5718    group { name: "elm/genlist/item/2text.1icon.4/default";
5719       alias: "elm/genlist/item_odd/2text.1icon.4/default";
5720       alias: "elm/genlist/item_compress/2text.1icon.4/default";
5721       alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
5722       data.item: "stacking" "above";
5723       data.item: "selectraise" "on";
5724       data.item: "texts" "elm.text.1 elm.text.2";
5725       data.item: "contents" "elm.icon";
5726       data.item: "flips" "elm.flip.content";
5727       images {
5728          image: "00_list_bar_press_1x80.png" COMP;
5729       }
5730       parts {
5731          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5732          GENLIST_PART_BG_IMAGE
5733          GENLIST_PART_BOTTOM_LINE
5734          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5735          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5736          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5737          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5738          part { name: "elm.icon";
5739             clip_to: "disclip";
5740             type: SWALLOW;
5741             scale: 1;
5742             description { state: "default" 0.0;
5743                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5744                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5745                fixed: 1 1;
5746                rel1 {
5747                   relative: 1.0 1.0;
5748                   to_x: "elm.padding.left";
5749                   to_y: "elm.padding.top";
5750                }
5751                rel2 {
5752                   relative: 1.0 0.0;
5753                   to_x: "elm.padding.left";
5754                   to_y: "elm.padding.bottom";
5755                }
5756                align: 0.0 0.5;
5757             }
5758             GENLIST_DESCRIPTION_FLIP_ENABLED
5759          }
5760          part { name: "elm.padding.icon.right";
5761             clip_to: "disclip";
5762             type: RECT;
5763             scale: 1;
5764             description { state: "default" 0.0;
5765                min: GENLIST_PADDING_16_INC 0;
5766                fixed: 1 0;
5767                rel1 {
5768                   relative: 1.0 0.0;
5769                   to_x: "elm.icon";
5770                }
5771                rel2.to_x: "elm.icon";
5772                align: 0.0 0.0;
5773                visible: 0;
5774             }
5775          }
5776          part { name: "elm.text.1";
5777             clip_to: "disclip";
5778             type: TEXT;
5779             mouse_events: 0;
5780             scale: 1;
5781             description { state: "default" 0.0;
5782                min: 0 GENLIST_SIZE_61_INC;
5783                fixed: 0 1;
5784                rel1 {
5785                   relative: 1.0 1.0;
5786                   to_x: "elm.padding.icon.right";
5787                   to_y: "elm.padding.top";
5788                }
5789                rel2 {
5790                   relative: 0.0 1.0;
5791                   to_x: "elm.padding.right";
5792                   to_y: "elm.padding.top";
5793                }
5794                align: 0.0 0.0;
5795                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5796                text {
5797                   font: "SLP:style=Roman";
5798                   size: GENLIST_FONT_44_INC;
5799                   min: 0 1;
5800                   align: 0.0 0.5;
5801                   text_class: "list_item";
5802                }
5803             }
5804             description { state: "selected" 0.0;
5805                inherit: "default" 0.0;
5806                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5807             }
5808             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5809             GENLIST_DESCRIPTION_FLIP_ENABLED
5810          }
5811          part { name: "elm.text.2";
5812             clip_to: "disclip";
5813             type: TEXT;
5814             mouse_events: 0;
5815             scale: 1;
5816             description { state: "default" 0.0;
5817                rel1 {
5818                   relative: 1.0 1.0;
5819                   to_x: "elm.padding.icon.right";
5820                   to_y: "elm.text.1";
5821                }
5822                rel2 {
5823                   relative: 0.0 0.0;
5824                   to_x: "elm.padding.right";
5825                   to_y: "elm.padding.bottom";
5826                }
5827                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5828                text {
5829                   font: "SLP:style=Medium";
5830                   size: GENLIST_FONT_32_INC;
5831                   min: 0 1;
5832                   align: 0.0 0.5;
5833                   text_class: "slp_medium";
5834                }
5835             }
5836             description { state: "selected" 0.0;
5837                inherit: "default" 0.0;
5838                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5839             }
5840             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5841             GENLIST_DESCRIPTION_FLIP_ENABLED
5842          }
5843          GENLIST_PART_FLIP
5844          GENLIST_PART_DISCLIP
5845       }
5846       programs {
5847          // signal: elm,state,%s,active
5848          //   a "check" item named %s went active
5849          // signal: elm,state,%s,passive
5850          //   a "check" item named %s went passive
5851          // default is passive
5852          program { name: "go_active";
5853             signal: "elm,state,selected";
5854             source: "elm";
5855             action: STATE_SET "selected" 0.0;
5856             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
5857             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5858          }
5859          program { name: "go_passive";
5860             signal: "elm,state,unselected";
5861             source: "elm";
5862             action: STATE_SET "default" 0.0;
5863             target: "bg_image";
5864             target: "elm.text.1";
5865             target: "elm.text.2";
5866             transition: LINEAR 0.1;
5867          }
5868          program { name: "go_disabled";
5869             signal: "elm,state,disabled";
5870             source: "elm";
5871             action: STATE_SET "disabled" 0.0;
5872             target: "disclip";
5873          }
5874          program { name: "go_enabled";
5875             signal: "elm,state,enabled";
5876             source: "elm";
5877             action: STATE_SET "default" 0.0;
5878             target: "disclip";
5879          }
5880          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5881          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5882       }
5883    }
5884
5885    group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
5886       inherit: "elm/genlist/item/2text.1icon.4/default";
5887       parts {
5888          part { name: "elm.text.1";
5889             clip_to: "disclip";
5890             type: TEXTBLOCK;
5891             mouse_events: 0;
5892             scale: 1;
5893             description { state: "default" 0.0;
5894                min: 0 GENLIST_SIZE_61_INC;
5895                fixed: 0 1;
5896                rel1 {
5897                   relative: 1.0 1.0;
5898                   to_x: "elm.padding.icon.right";
5899                   to_y: "elm.padding.top";
5900                }
5901                rel2 {
5902                   relative: 0.0 1.0;
5903                   to_x: "elm.padding.right";
5904                   to_y: "elm.padding.top";
5905                }
5906                align: 0.0 0.0;
5907                text {
5908                   style: "genlist_default_textblock_style";
5909                   size: GENLIST_FONT_44_INC;
5910                   min: 0 1;
5911                   align: 0.0 0.5;
5912                   text_class: "list_item";
5913                }
5914             }
5915             description { state: "selected" 0.0;
5916                inherit: "default" 0.0;
5917                text.style: "genlist_default_textblock_selected_style";
5918             }
5919             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5920             GENLIST_DESCRIPTION_FLIP_ENABLED
5921          }
5922          part { name: "elm.text.2";
5923             clip_to: "disclip";
5924             type: TEXTBLOCK;
5925             mouse_events: 0;
5926             scale: 1;
5927             description { state: "default" 0.0;
5928                rel1 {
5929                   relative: 1.0 1.0;
5930                   to_x: "elm.padding.icon.right";
5931                   to_y: "elm.text.1";
5932                }
5933                rel2 {
5934                   relative: 0.0 0.0;
5935                   to_x: "elm.padding.right";
5936                   to_y: "elm.padding.bottom";
5937                }
5938                align: 0.0 0.5;
5939                text {
5940                   style: "genlist_default_textblock_style";
5941                   size: GENLIST_FONT_32_INC;
5942                   min: 0 1;
5943                   align: 0.0 0.5;
5944                }
5945             }
5946             description { state: "selected" 0.0;
5947                inherit: "default" 0.0;
5948                text.style: "genlist_default_textblock_selected_style";
5949             }
5950             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5951             GENLIST_DESCRIPTION_FLIP_ENABLED
5952          }
5953       }
5954    }
5955
5956 // 3.2.14
5957    group { name: "elm/genlist/item/3text.1icon.2/default";
5958       alias: "elm/genlist/item_odd/3text.1icon.2/default";
5959       alias: "elm/genlist/item_compress/3text.1icon.2/default";
5960       alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
5961       data.item: "stacking" "above";
5962       data.item: "selectraise" "on";
5963       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
5964       data.item: "contents" "elm.icon";
5965       data.item: "flips" "elm.flip.content";
5966       images {
5967          image: "00_list_bar_press_1x80.png" COMP;
5968       }
5969       parts {
5970          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5971          GENLIST_PART_BG_IMAGE
5972          GENLIST_PART_BOTTOM_LINE
5973          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5974          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5975          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5976          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5977          part { name: "elm.icon";
5978             clip_to: "disclip";
5979             type: SWALLOW;
5980             scale: 1;
5981             description { state: "default" 0.0;
5982                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5983                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5984                fixed: 1 1;
5985                rel1 {
5986                   relative: 1.0 1.0;
5987                   offset: 0 0;
5988                   to_x: "elm.padding.left";
5989                   to_y: "elm.padding.top";
5990                }
5991                rel2 {
5992                   relative: 1.0 0.0;
5993                   to_x: "elm.padding.left";
5994                   to_y: "elm.padding.bottom";
5995                }
5996                align: 0.0 0.5;
5997             }
5998             GENLIST_DESCRIPTION_FLIP_ENABLED
5999          }
6000          part { name: "elm.padding.icon.right";
6001             clip_to: "disclip";
6002             type: RECT;
6003             scale: 1;
6004             description { state: "default" 0.0;
6005                min: GENLIST_PADDING_16_INC 0;
6006                fixed: 1 0;
6007                rel1 {
6008                   relative: 1.0 0.0;
6009                   to_x: "elm.icon";
6010                }
6011                rel2.to_x: "elm.icon";
6012                align: 0.0 0.0;
6013                visible: 0;
6014             }
6015          }
6016          part { name: "elm.text.3";
6017             clip_to: "disclip";
6018             type: TEXT;
6019             mouse_events: 0;
6020             scale: 1;
6021             description { state: "default" 0.0;
6022                min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
6023                fixed: 1 1;
6024                rel1 {
6025                   relative: 0.0 1.0;
6026                   to_x: "elm.padding.right";
6027                   to_y: "elm.padding.top";
6028                }
6029                rel2 {
6030                   relative: 0.0 1.0;
6031                   to_x: "elm.padding.right";
6032                   to_y: "elm.padding.top";
6033                }
6034                align: 1.0 0.0;
6035                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6036                text {
6037                   font: "SLP:style=Medium";
6038                   size: GENLIST_FONT_32_INC;
6039                   min: 0 1;
6040                   align: 1.0 0.5;
6041                   text_class: "slp_medium";
6042                }
6043             }
6044             description { state: "selected" 0.0;
6045                inherit: "default" 0.0;
6046                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6047             }
6048             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6049             GENLIST_DESCRIPTION_FLIP_ENABLED
6050          }
6051          part { name: "elm.padding.text3.left";
6052             clip_to: "disclip";
6053             type: RECT;
6054             mouse_events: 0;
6055             scale: 1;
6056             description { state: "default" 0.0;
6057                min: GENLIST_SIZE_ICON_SMALL 0;
6058                fixed: 1 0;
6059                rel1.to_x: "elm.text.3";
6060                rel2 {
6061                   relative: 0.0 1.0;
6062                   to_x: "elm.text.3";
6063                }
6064                align: 1.0 0.5;
6065                visible: 0;
6066             }
6067          }
6068          part { name: "elm.text.1";
6069             clip_to: "disclip";
6070             type: TEXT;
6071             mouse_events: 0;
6072             scale: 1;
6073             description { state: "default" 0.0;
6074                rel1 {
6075                   relative: 1.0 1.0;
6076                   to_x: "elm.padding.icon.right";
6077                   to_y: "elm.padding.top";
6078                }
6079                rel2 {
6080                   relative: 0.0 1.0;
6081                   to_x: "elm.padding.text3.left";
6082                   to_y: "elm.text.3";
6083                }
6084                align: 0.0 0.5;
6085                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6086                text {
6087                   font: "SLP:style=Roman";
6088                   size: GENLIST_FONT_44_INC;
6089                   min: 0 1;
6090                   align: 0.0 0.5;
6091                   text_class: "list_item";
6092                }
6093             }
6094             description { state: "selected" 0.0;
6095                inherit: "default" 0.0;
6096                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6097             }
6098             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6099             GENLIST_DESCRIPTION_FLIP_ENABLED
6100          }
6101          part { name: "elm.text.2";
6102             clip_to: "disclip";
6103             type: TEXT;
6104             mouse_events: 0;
6105             scale: 1;
6106             description { state: "default" 0.0;
6107                rel1 {
6108                   relative: 1.0 1.0;
6109                   to_x: "elm.padding.icon.right";
6110                   to_y: "elm.text.1";
6111                }
6112                rel2 {
6113                   relative: 0.0 0.0;
6114                   to_x: "elm.padding.right";
6115                   to_y: "elm.padding.bottom";
6116                }
6117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6118                text {
6119                   font: "SLP:style=Medium";
6120                   size: GENLIST_FONT_32_INC;
6121                   min: 0 1;
6122                   align: 0.0 0.5;
6123                   text_class: "slp_medium";
6124                }
6125             }
6126             description { state: "selected" 0.0;
6127                inherit: "default" 0.0;
6128                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6129             }
6130             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6131             GENLIST_DESCRIPTION_FLIP_ENABLED
6132          }
6133          GENLIST_PART_FLIP
6134          GENLIST_PART_DISCLIP
6135       }
6136       programs {
6137          // signal: elm,state,%s,active
6138          //   a "check" item named %s went active
6139          // signal: elm,state,%s,passive
6140          //   a "check" item named %s went passive
6141          // default is passive
6142          program { name: "go_active";
6143             signal: "elm,state,selected";
6144             source: "elm";
6145             action: STATE_SET "selected" 0.0;
6146             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
6147             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6148          }
6149          program { name: "go_passive";
6150             signal: "elm,state,unselected";
6151             source: "elm";
6152             action: STATE_SET "default" 0.0;
6153             target: "bg_image";
6154             target: "elm.text.1";
6155             target: "elm.text.2";
6156             target: "elm.text.3";
6157             transition: LINEAR 0.1;
6158          }
6159          program { name: "go_disabled";
6160             signal: "elm,state,disabled";
6161             source: "elm";
6162             action: STATE_SET "disabled" 0.0;
6163             target: "disclip";
6164          }
6165          program { name: "go_enabled";
6166             signal: "elm,state,enabled";
6167             source: "elm";
6168             action: STATE_SET "default" 0.0;
6169             target: "disclip";
6170          }
6171          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
6172          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6173       }
6174    }
6175
6176 // 3.2.15
6177    group { name: "elm/genlist/item/2text.1icon.8/default";
6178       alias: "elm/genlist/item_odd/2text.1icon.8/default";
6179       alias: "elm/genlist/item_compress/2text.1icon.8/default";
6180       alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
6181       data.item: "stacking" "above";
6182       data.item: "selectraise" "on";
6183       data.item: "texts" "elm.text.1 elm.text.2";
6184       data.item: "contents" "elm.icon";
6185       data.item: "flips" "elm.flip.content";
6186       images {
6187          image: "00_list_bar_press_1x80.png" COMP;
6188       }
6189       parts {
6190          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6191          GENLIST_PART_BG_IMAGE
6192          GENLIST_PART_BOTTOM_LINE
6193          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6194          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6195          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6196          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6197          part { name: "elm.icon";
6198             clip_to: "disclip";
6199             type: SWALLOW;
6200             scale: 1;
6201             description { state: "default" 0.0;
6202                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6203                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6204                fixed: 1 1;
6205                rel1 {
6206                   relative: 1.0 1.0;
6207                   to_x: "elm.padding.left";
6208                   to_y: "elm.padding.top";
6209                }
6210                rel2 {
6211                   relative: 1.0 0.0;
6212                   to_x: "elm.padding.left";
6213                   to_y: "elm.padding.bottom";
6214                }
6215                align: 0.0 0.5;
6216             }
6217             GENLIST_DESCRIPTION_FLIP_ENABLED
6218          }
6219          part { name: "elm.padding.icon.right";
6220             clip_to: "disclip";
6221             type: RECT;
6222             scale: 1;
6223             description { state: "default" 0.0;
6224                min: GENLIST_PADDING_16_INC 0;
6225                fixed: 1 0;
6226                rel1 {
6227                   relative: 1.0 0.0;
6228                   to_x: "elm.icon";
6229                }
6230                rel2.to_x: "elm.icon";
6231                align: 0.0 0.0;
6232                visible: 0;
6233             }
6234          }
6235          part { name: "elm.text.1";
6236             clip_to: "disclip";
6237             type: TEXT;
6238             mouse_events: 0;
6239             scale: 1;
6240             description { state: "default" 0.0;
6241                min: 0 GENLIST_SIZE_61_INC;
6242                fixed: 0 1;
6243                rel1 {
6244                   relative: 1.0 1.0;
6245                   to_x: "elm.padding.icon.right";
6246                   to_y: "elm.padding.top";
6247                }
6248                rel2 {
6249                   relative: 0.0 1.0;
6250                   to_x: "elm.padding.right";
6251                   to_y: "elm.padding.top";
6252                }
6253                align: 0.0 0.0;
6254                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6255                text {
6256                   font: "SLP:style=Roman";
6257                   size: GENLIST_FONT_44_INC;
6258                   min: 0 1;
6259                   align: 0.0 0.5;
6260                   text_class: "list_item";
6261                }
6262             }
6263             description { state: "selected" 0.0;
6264                inherit: "default" 0.0;
6265                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6266             }
6267             GENLIST_DESCRIPTION_FLIP_ENABLED
6268          }
6269          part { name: "elm.text.2";
6270             clip_to: "disclip";
6271             type: TEXT;
6272             mouse_events: 0;
6273             scale: 1;
6274             description { state: "default" 0.0;
6275                rel1 {
6276                   relative: 1.0 1.0;
6277                   to_x: "elm.padding.icon.right";
6278                   to_y: "elm.text.1";
6279                }
6280                rel2 {
6281                   relative: 0.0 0.0;
6282                   to_x: "elm.padding.right";
6283                   to_y: "elm.padding.bottom";
6284                }
6285                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
6286                text {
6287                   font: "SLP:style=Medium";
6288                   size: GENLIST_FONT_32_INC;
6289                   min: 0 1;
6290                   align: 0.0 0.5;
6291                   text_class: "slp_medium";
6292                }
6293             }
6294             description { state: "selected" 0.0;
6295                inherit: "default" 0.0;
6296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6297             }
6298             GENLIST_DESCRIPTION_FLIP_ENABLED
6299          }
6300          GENLIST_PART_FLIP
6301          GENLIST_PART_DISCLIP
6302       }
6303       programs {
6304          // signal: elm,state,%s,active
6305          //   a "check" item named %s went active
6306          // signal: elm,state,%s,passive
6307          //   a "check" item named %s went passive
6308          // default is passive
6309          program { name: "go_active";
6310             signal: "elm,state,selected";
6311             source: "elm";
6312             action: STATE_SET "selected" 0.0;
6313             target: "bg_image";
6314             target: "elm.text.1";
6315             target: "elm.text.2";
6316             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6317          }
6318          program { name: "go_passive";
6319             signal: "elm,state,unselected";
6320             source: "elm";
6321             action: STATE_SET "default" 0.0;
6322             target: "bg_image";
6323             target: "elm.text.1";
6324             target: "elm.text.2";
6325             transition: LINEAR 0.1;
6326          }
6327          program { name: "go_disabled";
6328             signal: "elm,state,disabled";
6329             source: "elm";
6330             action: STATE_SET "disabled" 0.0;
6331             target: "disclip";
6332          }
6333          program { name: "go_enabled";
6334             signal: "elm,state,enabled";
6335             source: "elm";
6336             action: STATE_SET "default" 0.0;
6337             target: "disclip";
6338          }
6339          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
6340          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6341       }
6342    }
6343
6344 // 3.2.16
6345    group { name: "elm/genlist/item/2text.2icon.3/default";
6346       alias: "elm/genlist/item_odd/2text.2icon.3/default";
6347       alias: "elm/genlist/item_compress/2text.2icon.3/default";
6348       alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
6349       data.item: "stacking" "above";
6350       data.item: "selectraise" "on";
6351       data.item: "texts" "elm.text.1 elm.text.2";
6352       data.item: "contents" "elm.icon.1 elm.icon.2";
6353       data.item: "flips" "elm.flip.content";
6354       images {
6355          image: "00_list_bar_press_1x80.png" COMP;
6356       }
6357       parts {
6358          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6359          GENLIST_PART_BG_IMAGE
6360          GENLIST_PART_BOTTOM_LINE
6361          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6362          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6363          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6364          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6365          part { name: "elm.icon.1";
6366             clip_to: "disclip";
6367             type: SWALLOW;
6368             scale: 1;
6369             description { state: "default" 0.0;
6370                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6371                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6372                fixed: 1 1;
6373                rel1 {
6374                   relative: 1.0 1.0;
6375                   to_x: "elm.padding.left";
6376                   to_y: "elm.padding.top";
6377                }
6378                rel2 {
6379                   relative: 1.0 0.0;
6380                   to_x: "elm.padding.left";
6381                   to_y: "elm.padding.bottom";
6382                }
6383                align: 0.0 0.5;
6384             }
6385             GENLIST_DESCRIPTION_FLIP_ENABLED
6386          }
6387          part { name: "elm.padding.icon1.right";
6388             clip_to: "disclip";
6389             type: RECT;
6390             scale: 1;
6391             description { state: "default" 0.0;
6392                min: GENLIST_PADDING_16_INC 0;
6393                fixed: 1 0;
6394                rel1 {
6395                   relative: 1.0 0.0;
6396                   to_x: "elm.icon.1";
6397                }
6398                rel2.to_x: "elm.icon.1";
6399                align: 0.0 0.0;
6400                visible: 0;
6401             }
6402          }
6403          part { name: "elm.text.1";
6404             clip_to: "disclip";
6405             type: TEXT;
6406             mouse_events: 0;
6407             scale: 1;
6408             description { state: "default" 0.0;
6409                min: 0 GENLIST_SIZE_61_INC;
6410                fixed: 0 1;
6411                rel1 {
6412                   relative: 1.0 1.0;
6413                   to_x: "elm.padding.icon1.right";
6414                   to_y: "elm.padding.top";
6415                }
6416                rel2 {
6417                   relative: 0.0 1.0;
6418                   to_x: "elm.padding.icon2.left";
6419                   to_y: "elm.padding.top";
6420                }
6421                align: 0.0 0.0;
6422                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6423                text {
6424                   font: "SLP:style=Roman";
6425                   size: GENLIST_FONT_44_INC;
6426                   min: 0 1;
6427                   align: 0.0 0.5;
6428                   text_class: "list_item";
6429                }
6430             }
6431             description { state: "selected" 0.0;
6432                inherit: "default" 0.0;
6433                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6434             }
6435             GENLIST_DESCRIPTION_FLIP_ENABLED
6436          }
6437          part { name: "elm.icon.2";
6438             clip_to: "disclip";
6439             type: SWALLOW;
6440             scale: 1;
6441             description { state: "default" 0.0;
6442                fixed: 1 1;
6443                rel1 {
6444                   relative: 0.0 1.0;
6445                   to_x: "elm.padding.right";
6446                   to_y: "elm.padding.top";
6447                }
6448                rel2 {
6449                   relative: 0.0 1.0;
6450                   to_x: "elm.padding.right";
6451                   to_y: "elm.text.1";
6452                }
6453                align: 1.0 0.5;
6454             }
6455             GENLIST_DESCRIPTION_FLIP_ENABLED
6456          }
6457          part { name: "elm.padding.icon2.left";
6458             clip_to: "disclip";
6459             type: RECT;
6460             scale: 1;
6461             description { state: "default" 0.0;
6462                min: GENLIST_PADDING_16_INC 0;
6463                fixed: 1 0;
6464                rel1 {
6465                   relative: 0.0 0.0;
6466                   to_x: "elm.icon.2";
6467                }
6468                rel2.to_x: "elm.icon.2";
6469                align: 1.0 0.0;
6470                visible: 0;
6471             }
6472          }
6473          part { name: "elm.text.2";
6474             clip_to: "disclip";
6475             type: TEXT;
6476             mouse_events: 0;
6477             scale: 1;
6478             description { state: "default" 0.0;
6479                rel1 {
6480                   relative: 1.0 1.0;
6481                   to_x: "elm.padding.icon1.right";
6482                   to_y: "elm.text.1";
6483                }
6484                rel2 {
6485                   relative: 0.0 0.0;
6486                   to_x: "elm.padding.icon2.left";
6487                   to_y: "elm.padding.bottom";
6488                }
6489                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6490                text {
6491                   font: "SLP:style=Medium";
6492                   size: GENLIST_FONT_32_INC;
6493                   min: 0 1;
6494                   align: 0.0 0.5;
6495                   text_class: "slp_medium";
6496                }
6497             }
6498             description { state: "selected" 0.0;
6499                inherit: "default" 0.0;
6500                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6501             }
6502             GENLIST_DESCRIPTION_FLIP_ENABLED
6503          }
6504          GENLIST_PART_FLIP
6505          GENLIST_PART_DISCLIP
6506       }
6507       programs {
6508          // signal: elm,state,%s,active
6509          //   a "check" item named %s went active
6510          // signal: elm,state,%s,passive
6511          //   a "check" item named %s went passive
6512          // default is passive
6513          program { name: "go_active";
6514             signal: "elm,state,selected";
6515             source: "elm";
6516             action: STATE_SET "selected" 0.0;
6517             target: "bg_image";
6518             target: "elm.text.1";
6519             target: "elm.text.2";
6520             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6521          }
6522          program { name: "go_passive";
6523             signal: "elm,state,unselected";
6524             source: "elm";
6525             action: STATE_SET "default" 0.0;
6526             target: "bg_image";
6527             target: "elm.text.1";
6528             target: "elm.text.2";
6529             transition: LINEAR 0.1;
6530          }
6531          program { name: "go_disabled";
6532             signal: "elm,state,disabled";
6533             source: "elm";
6534             action: STATE_SET "disabled" 0.0;
6535             target: "disclip";
6536          }
6537          program { name: "go_enabled";
6538             signal: "elm,state,enabled";
6539             source: "elm";
6540             action: STATE_SET "default" 0.0;
6541             target: "disclip";
6542          }
6543          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6544          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6545       }
6546    }
6547
6548    group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
6549       inherit: "elm/genlist/item/2text.2icon.3/default";
6550       parts {
6551          part { name: "elm.text.2";
6552             clip_to: "disclip";
6553             type: TEXTBLOCK;
6554             mouse_events: 0;
6555             scale: 1;
6556             description { state: "default" 0.0;
6557                rel1 {
6558                   relative: 1.0 1.0;
6559                   to_x: "elm.padding.icon1.right";
6560                   to_y: "elm.text.1";
6561                }
6562                rel2 {
6563                   relative: 0.0 0.0;
6564                   to_x: "elm.padding.icon2.left";
6565                   to_y: "elm.padding.bottom";
6566                }
6567                align: 0.0 0.5;
6568                text {
6569                   style: "genlist_default_textblock_style";
6570                   min: 0 1;
6571                   align: 0.0 0.5;
6572                }
6573             }
6574             description { state: "selected" 0.0;
6575                inherit: "default" 0.0;
6576                text.style: "genlist_default_textblock_selected_style";
6577             }
6578             GENLIST_DESCRIPTION_FLIP_ENABLED
6579          }
6580       }
6581    }
6582
6583 // 3.2.17
6584    group { name: "elm/genlist/item/2text.2icon.4/default";
6585       alias: "elm/genlist/item_odd/2text.2icon.4/default";
6586       alias: "elm/genlist/item_compress/2text.2icon.4/default";
6587       alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
6588       data.item: "stacking" "above";
6589       data.item: "selectraise" "on";
6590       data.item: "texts" "elm.text.1 elm.text.2";
6591       data.item: "contents" "elm.icon.1 elm.icon.2";
6592       data.item: "flips" "elm.flip.content";
6593       images {
6594          image: "00_list_bar_press_1x80.png" COMP;
6595       }
6596       parts {
6597          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6598          GENLIST_PART_BG_IMAGE
6599          GENLIST_PART_BOTTOM_LINE
6600          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6601          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6602          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6603          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6604          part { name: "elm.icon.1";
6605             clip_to: "disclip";
6606             type: SWALLOW;
6607             scale: 1;
6608             description { state: "default" 0.0;
6609                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6610                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6611                fixed: 1 1;
6612                rel1 {
6613                   relative: 1.0 1.0;
6614                   to_x: "elm.padding.left";
6615                   to_y: "elm.padding.top";
6616                }
6617                rel2 {
6618                   relative: 1.0 0.0;
6619                   to_x: "elm.padding.left";
6620                   to_y: "elm.padding.bottom";
6621                }
6622                align: 0.0 0.5;
6623             }
6624             GENLIST_DESCRIPTION_FLIP_ENABLED
6625          }
6626          part { name: "elm.padding.icon1.right";
6627             clip_to: "disclip";
6628             type: RECT;
6629             scale: 1;
6630             description { state: "default" 0.0;
6631                min: GENLIST_PADDING_16_INC 0;
6632                fixed: 1 0;
6633                rel1 {
6634                   relative: 1.0 0.0;
6635                   to_x: "elm.icon.1";
6636                }
6637                rel2.to_x: "elm.icon.1";
6638                align: 0.0 0.0;
6639                visible: 0;
6640             }
6641          }
6642          part { name: "elm.icon.2";
6643             clip_to: "disclip";
6644             type: SWALLOW;
6645             scale: 1;
6646             description { state: "default" 0.0;
6647                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6648                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6649                fixed: 1 1;
6650                rel1 {
6651                   relative: 0.0 1.0;
6652                   to_x: "elm.padding.right";
6653                   to_y: "elm.padding.top";
6654                }
6655                rel2 {
6656                   relative: 0.0 0.0;
6657                   to_x: "elm.padding.right";
6658                   to_y: "elm.padding.bottom";
6659                }
6660                align: 1.0 0.5;
6661             }
6662             GENLIST_DESCRIPTION_FLIP_ENABLED
6663          }
6664          part { name: "elm.padding.icon2.left";
6665             clip_to: "disclip";
6666             type: RECT;
6667             scale: 1;
6668             description { state: "default" 0.0;
6669                min: GENLIST_PADDING_16_INC 0;
6670                fixed: 1 0;
6671                rel1.to_x: "elm.icon.2";
6672                rel2 {
6673                   relative: 0.0 1.0;
6674                   to_x: "elm.icon.2";
6675                }
6676                align: 1.0 0.0;
6677                visible: 0;
6678             }
6679          }
6680          part { name: "elm.text.1";
6681             clip_to: "disclip";
6682             type: TEXT;
6683             mouse_events: 0;
6684             scale: 1;
6685             description { state: "default" 0.0;
6686                min: 0 GENLIST_SIZE_61_INC;
6687                fixed: 0 1;
6688                rel1 {
6689                   relative: 1.0 1.0;
6690                   to_x: "elm.padding.icon1.right";
6691                   to_y: "elm.padding.top";
6692                }
6693                rel2 {
6694                   relative: 0.0 1.0;
6695                   to_x: "elm.padding.icon2.left";
6696                   to_y: "elm.padding.top";
6697                }
6698                align: 0.0 0.0;
6699                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6700                text {
6701                   font: "SLP:style=Roman";
6702                   size: GENLIST_FONT_44_INC;
6703                   min: 0 1;
6704                   align: 0.0 0.5;
6705                   text_class: "list_item";
6706                }
6707             }
6708             description { state: "selected" 0.0;
6709                inherit: "default" 0.0;
6710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6711             }
6712             GENLIST_DESCRIPTION_FLIP_ENABLED
6713          }
6714          part { name: "elm.text.2";
6715             clip_to: "disclip";
6716             type: TEXT;
6717             mouse_events: 0;
6718             scale: 1;
6719             description { state: "default" 0.0;
6720                rel1 {
6721                   relative: 1.0 1.0;
6722                   to_x: "elm.padding.icon1.right";
6723                   to_y: "elm.text.1";
6724                }
6725                rel2 {
6726                   relative: 0.0 0.0;
6727                   to_x: "elm.padding.icon2.left";
6728                   to_y: "elm.padding.bottom";
6729                }
6730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6731                text {
6732                   font: "SLP:style=Medium";
6733                   size: GENLIST_FONT_32_INC;
6734                   min: 0 1;
6735                   align: 0.0 0.5;
6736                   text_class: "slp_medium";
6737                }
6738             }
6739             description { state: "selected" 0.0;
6740                inherit: "default" 0.0;
6741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6742             }
6743             GENLIST_DESCRIPTION_FLIP_ENABLED
6744          }
6745          GENLIST_PART_FLIP
6746          GENLIST_PART_DISCLIP
6747       }
6748       programs {
6749          // signal: elm,state,%s,active
6750          //   a "check" item named %s went active
6751          // signal: elm,state,%s,passive
6752          //   a "check" item named %s went passive
6753          // default is passive
6754          program { name: "go_active";
6755             signal: "elm,state,selected";
6756             source: "elm";
6757             action: STATE_SET "selected" 0.0;
6758             target: "bg_image";
6759             target: "elm.text.1";
6760             target: "elm.text.2";
6761             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6762          }
6763          program { name: "go_passive";
6764             signal: "elm,state,unselected";
6765             source: "elm";
6766             action: STATE_SET "default" 0.0;
6767             target: "bg_image";
6768             target: "elm.text.1";
6769             target: "elm.text.2";
6770             transition: LINEAR 0.1;
6771          }
6772          program { name: "go_disabled";
6773             signal: "elm,state,disabled";
6774             source: "elm";
6775             action: STATE_SET "disabled" 0.0;
6776             target: "disclip";
6777          }
6778          program { name: "go_enabled";
6779             signal: "elm,state,enabled";
6780             source: "elm";
6781             action: STATE_SET "default" 0.0;
6782             target: "disclip";
6783          }
6784          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6785          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6786       }
6787    }
6788
6789    group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
6790       inherit: "elm/genlist/item/2text.2icon.4/default";
6791       parts {
6792          part { name: "elm.text.1";
6793             clip_to: "disclip";
6794             type: TEXTBLOCK;
6795             mouse_events: 0;
6796             scale: 1;
6797             description { state: "default" 0.0;
6798                min: 0 GENLIST_SIZE_61_INC;
6799                fixed: 0 1;
6800                rel1 {
6801                   relative: 1.0 1.0;
6802                   to_x: "elm.padding.icon1.right";
6803                   to_y: "elm.padding.top";
6804                }
6805                rel2 {
6806                   relative: 0.0 1.0;
6807                   to_x: "elm.padding.icon2.left";
6808                   to_y: "elm.padding.top";
6809                }
6810                align: 0.0 0.0;
6811                text {
6812                   style: "genlist_default_textblock_style";
6813                   size: GENLIST_FONT_44_INC;
6814                   min: 0 1;
6815                   align: 0.0 0.5;
6816                   text_class: "list_item";
6817                }
6818             }
6819             description { state: "selected" 0.0;
6820                inherit: "default" 0.0;
6821                text.style: "genlist_default_textblock_selected_style";
6822             }
6823             GENLIST_DESCRIPTION_FLIP_ENABLED
6824          }
6825          part { name: "elm.text.2";
6826             clip_to: "disclip";
6827             type: TEXTBLOCK;
6828             mouse_events: 0;
6829             scale: 1;
6830             description { state: "default" 0.0;
6831                rel1 {
6832                   relative: 1.0 1.0;
6833                   to_x: "elm.padding.icon1.right";
6834                   to_y: "elm.text.1";
6835                }
6836                rel2 {
6837                   relative: 0.0 0.0;
6838                   to_x: "elm.padding.icon2.left";
6839                   to_y: "elm.padding.bottom";
6840                }
6841                text {
6842                   style: "genlist_default_textblock_style";
6843                   size: GENLIST_FONT_32_INC;
6844                   min: 0 1;
6845                   align: 0.0 0.5;
6846                   text_class: "slp_medium";
6847                }
6848             }
6849             description { state: "selected" 0.0;
6850                inherit: "default" 0.0;
6851                text.style: "genlist_default_textblock_selected_style";
6852             }
6853             GENLIST_DESCRIPTION_FLIP_ENABLED
6854          }
6855       }
6856    }
6857
6858 // 3.2.18
6859    group { name: "elm/genlist/item/2text.1icon.9/default";
6860       alias: "elm/genlist/item_odd/2text.1icon.9/default";
6861       alias: "elm/genlist/item_compress/2text.1icon.9/default";
6862       alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
6863       data.item: "stacking" "above";
6864       data.item: "selectraise" "on";
6865       data.item: "texts" "elm.text.1 elm.text.2";
6866       data.item: "contents" "elm.icon";
6867       data.item: "flips" "elm.flip.content";
6868       images {
6869          image: "00_list_bar_press_1x80.png" COMP;
6870       }
6871       parts {
6872          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6873          GENLIST_PART_BG_IMAGE
6874          GENLIST_PART_BOTTOM_LINE
6875          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6876          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6877          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6878          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6879          part { name: "elm.icon";
6880             clip_to: "disclip";
6881             type: SWALLOW;
6882             scale: 1;
6883             description { state: "default" 0.0;
6884                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6885                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6886                fixed: 1 1;
6887                rel1 {
6888                   relative: 1.0 1.0;
6889                   to_x: "elm.padding.left";
6890                   to_y: "elm.padding.top";
6891                }
6892                rel2 {
6893                   relative: 1.0 0.0;
6894                   to_x: "elm.padding.left";
6895                   to_y: "elm.padding.bottom";
6896                }
6897                align: 0.0 0.5;
6898             }
6899             GENLIST_DESCRIPTION_FLIP_ENABLED
6900          }
6901          part { name: "elm.padding.icon.right";
6902             clip_to: "disclip";
6903             type: RECT;
6904             scale: 1;
6905             description { state: "default" 0.0;
6906                min: GENLIST_PADDING_16_INC 0;
6907                fixed: 1 0;
6908                rel1 {
6909                   relative: 1.0 0.0;
6910                   to_x: "elm.icon";
6911                }
6912                rel2.to_x: "elm.icon";
6913                align: 0.0 0.0;
6914                visible: 0;
6915             }
6916          }
6917          part { name: "elm.text.1";
6918             clip_to: "disclip";
6919             type: TEXT;
6920             mouse_events: 0;
6921             scale: 1;
6922             description { state: "default" 0.0;
6923                min: 0 GENLIST_SIZE_61_INC;
6924                fixed: 0 1;
6925                rel1 {
6926                   relative: 1.0 1.0;
6927                   to_x: "elm.padding.icon.right";
6928                   to_y: "elm.padding.top";
6929                }
6930                rel2 {
6931                   relative: 0.0 1.0;
6932                   to_x: "elm.padding.right";
6933                   to_y: "elm.padding.top";
6934                }
6935                align: 0.0 0.0;
6936                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6937                text {
6938                   font: "SLP:style=Roman";
6939                   size: GENLIST_FONT_44_INC;
6940                   min: 0 1;
6941                   align: 0.0 0.5;
6942                   text_class: "list_item";
6943                }
6944             }
6945             description { state: "selected" 0.0;
6946                inherit: "default" 0.0;
6947                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6948             }
6949             GENLIST_DESCRIPTION_FLIP_ENABLED
6950          }
6951          part { name: "elm.text.2";
6952             clip_to: "disclip";
6953             type: TEXT;
6954             mouse_events: 0;
6955             scale: 1;
6956             description { state: "default" 0.0;
6957                rel1 {
6958                   relative: 1.0 1.0;
6959                   to_x: "elm.padding.icon.right";
6960                   to_y: "elm.text.1";
6961                }
6962                rel2 {
6963                   relative: 0.0 0.0;
6964                   to_x: "elm.padding.right";
6965                   to_y: "elm.padding.bottom";
6966                }
6967                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6968                text {
6969                   font: "SLP:style=Medium";
6970                   size: GENLIST_FONT_32_INC;
6971                   min: 0 1;
6972                   align: 0.0 0.5;
6973                   text_class: "slp_medium";
6974                }
6975             }
6976             description { state: "selected" 0.0;
6977                inherit: "default" 0.0;
6978                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6979             }
6980             GENLIST_DESCRIPTION_FLIP_ENABLED
6981          }
6982          GENLIST_PART_FLIP
6983          GENLIST_PART_DISCLIP
6984       }
6985       programs {
6986          // signal: elm,state,%s,active
6987          //   a "check" item named %s went active
6988          // signal: elm,state,%s,passive
6989          //   a "check" item named %s went passive
6990          // default is passive
6991          program { name: "go_active";
6992             signal: "elm,state,selected";
6993             source: "elm";
6994             action: STATE_SET "selected" 0.0;
6995             target: "bg_image";
6996             target: "elm.text.1";
6997             target: "elm.text.2";
6998             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6999          }
7000          program { name: "go_passive";
7001             signal: "elm,state,unselected";
7002             source: "elm";
7003             action: STATE_SET "default" 0.0;
7004             target: "bg_image";
7005             target: "elm.text.1";
7006             target: "elm.text.2";
7007             transition: LINEAR 0.1;
7008          }
7009          program { name: "go_disabled";
7010             signal: "elm,state,disabled";
7011             source: "elm";
7012             action: STATE_SET "disabled" 0.0;
7013             target: "disclip";
7014          }
7015          program { name: "go_enabled";
7016             signal: "elm,state,enabled";
7017             source: "elm";
7018             action: STATE_SET "default" 0.0;
7019             target: "disclip";
7020          }
7021          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
7022          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7023       }
7024    }
7025
7026 // ???
7027    group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
7028       alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
7029       data.item: "stacking" "above";
7030       data.item: "selectraise" "on";
7031       data.item: "texts" "elm.text.1 elm.text.2";
7032       parts {
7033          part { name: "base";
7034             type: RECT;
7035             repeat_events: 1;
7036             description { state: "default" 0.0;
7037                color: GENLIST_PART_BG_COLOR_INC;
7038             }
7039          }
7040          GENLIST_PART_DIALOGUE_BG_IMAGE
7041          GENLIST_PART_BOTTOM_LINE
7042          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
7043          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
7044          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
7045          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7046          GENLIST_PART_DIALOGUE_ITEM
7047          GENLIST_PART_DIALOGUE_RIGHT_LINE
7048          part { name: "elm.text.1";
7049             clip_to: "disclip";
7050             type: TEXT;
7051             mouse_events: 0;
7052             scale: 1;
7053             description { state: "default" 0.0;
7054                min: 0 GENLIST_SIZE_48_INC;
7055                fixed: 0 1;
7056                rel1 {
7057                   relative: 1.0 1.0;
7058                   to_x: "elm.padding.left";
7059                   to_y: "elm.padding.top";
7060                }
7061                rel2 {
7062                   relative: 0.0 1.0;
7063                   to_x: "elm.padding.right";
7064                   to_y: "elm.padding.top";
7065                }
7066                align: 0.0 0.0;
7067                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7068                text {
7069                   font: "SLP:style=Roman";
7070                   size: GENLIST_FONT_44_INC;
7071                   min: 0 1;
7072                   align: 0.0 0.5;
7073                   text_class: "list_item";
7074                }
7075             }
7076             description { state: "selected" 0.0;
7077                inherit: "default" 0.0;
7078                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7079             }
7080          }
7081          part { name: "elm.text.2";
7082             clip_to: "disclip";
7083             type: TEXTBLOCK;
7084             mouse_events: 0;
7085             scale: 1;
7086             description { state: "default" 0.0;
7087                rel1 {
7088                   relative: 1.0 1.0;
7089                   to_x: "elm.padding.left";
7090                   to_y: "elm.text.1";
7091                }
7092                rel2 {
7093                   relative: 0.0 0.0;
7094                   to_x: "elm.padding.right";
7095                   to_y: "elm.padding.bottom";
7096                }
7097                text {
7098                   style: "genlist_textblock_sub_style";
7099                   min: 0 1;
7100                   align: 0.0 0.5;
7101                }
7102             }
7103             description { state: "selected" 0.0;
7104                inherit: "default" 0.0;
7105                text.style: "genlist_textblock_sub_selected_style";
7106             }
7107          }
7108          GENLIST_PART_DISCLIP
7109       }
7110       programs {
7111          // signal: elm,state,%s,active
7112          //   a "check" item named %s went active
7113          // signal: elm,state,%s,passive
7114          //   a "check" item named %s went passive
7115          // default is passive
7116          program { name: "go_active";
7117             signal: "elm,state,selected";
7118             source: "elm";
7119             action: STATE_SET "selected" 0.0;
7120             target: "bg_image";
7121             target: "elm.text.1";
7122             target: "elm.text.2";
7123             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7124          }
7125          program { name: "go_passive";
7126             signal: "elm,state,unselected";
7127             source: "elm";
7128             action: STATE_SET "default" 0.0;
7129             target: "bg_image";
7130             target: "elm.text.1";
7131             target: "elm.text.2";
7132             transition: LINEAR 0.1;
7133          }
7134          program { name: "go_disabled";
7135             signal: "elm,state,disabled";
7136             source: "elm";
7137             action: STATE_SET "disabled" 0.0;
7138             target: "disclip";
7139          }
7140          program { name: "go_enabled";
7141             signal: "elm,state,enabled";
7142             source: "elm";
7143             action: STATE_SET "default" 0.0;
7144             target: "disclip";
7145          }
7146          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7147       }
7148    }
7149
7150 // 3.2.19
7151    group { name: "elm/genlist/item/2text.2icon.7/default";
7152       alias: "elm/genlist/item_odd/2text.2icon.7/default";
7153       alias: "elm/genlist/item_compress/2text.2icon.7/default";
7154       alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
7155       data.item: "stacking" "above";
7156       data.item: "selectraise" "on";
7157       data.item: "texts" "elm.text.1 elm.text.2";
7158       data.item: "contents" "elm.icon.1 elm.icon.2";
7159       data.item: "flips" "elm.flip.content";
7160       images {
7161          image: "00_list_bar_press_1x80.png" COMP;
7162       }
7163       parts {
7164          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7165          GENLIST_PART_BG_IMAGE
7166          GENLIST_PART_BOTTOM_LINE
7167          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7168          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7169          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7170          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7171          part { name: "elm.icon.1";
7172             clip_to: "disclip";
7173             type: SWALLOW;
7174             scale: 1;
7175             description { state: "default" 0.0;
7176                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7177                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7178                fixed: 1 1;
7179                rel1 {
7180                   relative: 1.0 1.0;
7181                   to_x: "elm.padding.left";
7182                   to_y: "elm.padding.top";
7183                }
7184                rel2 {
7185                   relative: 1.0 0.0;
7186                   to_x: "elm.padding.left";
7187                   to_y: "elm.padding.bottom";
7188                }
7189                align: 0.0 0.5;
7190             }
7191             GENLIST_DESCRIPTION_FLIP_ENABLED
7192          }
7193          part { name: "elm.padding.icon1.right";
7194             clip_to: "disclip";
7195             type: RECT;
7196             scale: 1;
7197             description { state: "default" 0.0;
7198                min: GENLIST_PADDING_16_INC 0;
7199                fixed: 1 0;
7200                rel1 {
7201                   relative: 1.0 0.0;
7202                   to_x: "elm.icon.1";
7203                }
7204                rel2.to_x: "elm.icon.1";
7205                align: 0.0 0.0;
7206                visible: 0;
7207             }
7208          }
7209          part { name: "elm.icon.2";
7210             clip_to: "disclip";
7211             type: SWALLOW;
7212             scale: 1;
7213             description { state: "default" 0.0;
7214                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7215                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7216                fixed: 1 1;
7217                rel1 {
7218                   relative: 0.0 1.0;
7219                   to_x: "elm.padding.right";
7220                   to_y: "elm.padding.top";
7221                }
7222                rel2 {
7223                   relative: 0.0 0.0;
7224                   to_x: "elm.padding.right";
7225                   to_y: "elm.padding.bottom";
7226                }
7227                align: 1.0 0.5;
7228             }
7229             GENLIST_DESCRIPTION_FLIP_ENABLED
7230          }
7231          part { name: "elm.padding.icon2.left";
7232             clip_to: "disclip";
7233             type: RECT;
7234             scale: 1;
7235             description { state: "default" 0.0;
7236                min: GENLIST_PADDING_16_INC 0;
7237                fixed: 1 0;
7238                rel1.to_x: "elm.icon.2";
7239                rel2 {
7240                   relative: 0.0 1.0;
7241                   to_x: "elm.icon.2";
7242                }
7243                align: 1.0 0.0;
7244                visible: 0;
7245             }
7246          }
7247          part { name: "elm.text.1";
7248             clip_to: "disclip";
7249             type: TEXT;
7250             mouse_events: 0;
7251             scale: 1;
7252             description { state: "default" 0.0;
7253                min: 0 GENLIST_SIZE_61_INC;
7254                fixed: 0 1;
7255                rel1 {
7256                   relative: 1.0 1.0;
7257                   to_x: "elm.padding.icon1.right";
7258                   to_y: "elm.padding.top";
7259                }
7260                rel2 {
7261                   relative: 0.0 1.0;
7262                   to_x: "elm.padding.icon2.left";
7263                   to_y: "elm.padding.top";
7264                }
7265                align: 0.0 0.0;
7266                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7267                text {
7268                   font: "SLP:style=Roman";
7269                   size: GENLIST_FONT_44_INC;
7270                   min: 0 1;
7271                   align: 0.0 0.5;
7272                   text_class: "list_item";
7273                }
7274             }
7275             description { state: "selected" 0.0;
7276                inherit: "default" 0.0;
7277                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7278             }
7279             GENLIST_DESCRIPTION_FLIP_ENABLED
7280          }
7281          part { name: "elm.text.2";
7282             clip_to: "disclip";
7283             type: TEXT;
7284             mouse_events: 0;
7285             scale: 1;
7286             description { state: "default" 0.0;
7287                rel1 {
7288                   relative: 1.0 1.0;
7289                   to_x: "elm.padding.icon1.right";
7290                   to_y: "elm.text.1";
7291                }
7292                rel2 {
7293                   relative: 0.0 0.0;
7294                   to_x: "elm.padding.icon2.left";
7295                   to_y: "elm.padding.bottom";
7296                }
7297                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7298                text {
7299                   font: "SLP:style=Medium";
7300                   size: GENLIST_FONT_32_INC;
7301                   min: 0 1;
7302                   align: 0.0 0.5;
7303                   text_class: "slp_medium";
7304                }
7305             }
7306             description { state: "selected" 0.0;
7307                inherit: "default" 0.0;
7308                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7309             }
7310             GENLIST_DESCRIPTION_FLIP_ENABLED
7311          }
7312          GENLIST_PART_FLIP
7313          GENLIST_PART_DISCLIP
7314       }
7315       programs {
7316          // signal: elm,state,%s,active
7317          //   a "check" item named %s went active
7318          // signal: elm,state,%s,passive
7319          //   a "check" item named %s went passive
7320          // default is passive
7321          program { name: "go_active";
7322             signal: "elm,state,selected";
7323             source: "elm";
7324             action: STATE_SET "selected" 0.0;
7325             target: "bg_image";
7326             target: "elm.text.1";
7327             target: "elm.text.2";
7328             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7329          }
7330          program { name: "go_passive";
7331             signal: "elm,state,unselected";
7332             source: "elm";
7333             action: STATE_SET "default" 0.0;
7334             target: "bg_image";
7335             target: "elm.text.1";
7336             target: "elm.text.2";
7337             transition: LINEAR 0.1;
7338          }
7339          program { name: "go_disabled";
7340             signal: "elm,state,disabled";
7341             source: "elm";
7342             action: STATE_SET "disabled" 0.0;
7343             target: "disclip";
7344          }
7345          program { name: "go_enabled";
7346             signal: "elm,state,enabled";
7347             source: "elm";
7348             action: STATE_SET "default" 0.0;
7349             target: "disclip";
7350          }
7351          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7352          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7353       }
7354    }
7355
7356 // 3.2.20
7357    group { name: "elm/genlist/item/2text.2icon.5/default";
7358       alias: "elm/genlist/item_odd/2text.2icon.5/default";
7359       alias: "elm/genlist/item_compress/2text.2icon.5/default";
7360       alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
7361       data.item: "stacking" "above";
7362       data.item: "selectraise" "on";
7363       data.item: "texts" "elm.text.1 elm.text.2";
7364       data.item: "contents" "elm.icon.1 elm.icon.2";
7365       data.item: "flips" "elm.flip.content";
7366       images {
7367          image: "00_list_bar_press_1x80.png" COMP;
7368       }
7369       parts {
7370          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7371          GENLIST_PART_BG_IMAGE
7372          GENLIST_PART_BOTTOM_LINE
7373          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7374          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7375          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7376          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7377          part { name: "elm.icon.1";
7378             clip_to: "disclip";
7379             type: SWALLOW;
7380             scale: 1;
7381             description { state: "default" 0.0;
7382                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7383                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7384                fixed: 1 1;
7385                rel1 {
7386                   relative: 1.0 1.0;
7387                   to_x: "elm.padding.left";
7388                   to_y: "elm.padding.top";
7389                }
7390                rel2 {
7391                   relative: 1.0 0.0;
7392                   to_x: "elm.padding.left";
7393                   to_y: "elm.padding.bottom";
7394                }
7395                align: 0.0 0.5;
7396             }
7397             GENLIST_DESCRIPTION_FLIP_ENABLED
7398          }
7399          part { name: "elm.padding.icon1.right";
7400             clip_to: "disclip";
7401             type: RECT;
7402             scale: 1;
7403             description { state: "default" 0.0;
7404                min: GENLIST_PADDING_16_INC 0;
7405                fixed: 1 0;
7406                rel1 {
7407                   relative: 1.0 0.0;
7408                   to_x: "elm.icon.1";
7409                }
7410                rel2.to_x: "elm.icon.1";
7411                align: 0.0 0.0;
7412                visible: 0;
7413             }
7414          }
7415          part { name: "elm.icon.2";
7416             clip_to: "disclip";
7417             type: SWALLOW;
7418             scale: 1;
7419             description { state: "default" 0.0;
7420                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7421                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7422                fixed: 1 1;
7423                rel1 {
7424                   relative: 1.0 1.0;
7425                   to_x: "elm.padding.icon1.right";
7426                   to_y: "elm.padding.top";
7427                }
7428                rel2 {
7429                   relative: 1.0 0.0;
7430                   to_x: "elm.padding.icon1.right";
7431                   to_y: "elm.padding.bottom";
7432                }
7433                align: 0.0 0.5;
7434             }
7435             GENLIST_DESCRIPTION_FLIP_ENABLED
7436          }
7437          part { name: "elm.padding.icon2.right";
7438             clip_to: "disclip";
7439             type: RECT;
7440             scale: 1;
7441             description { state: "default" 0.0;
7442                min: GENLIST_PADDING_16_INC 0;
7443                fixed: 1 0;
7444                rel1 {
7445                   relative: 1.0 0.0;
7446                   to_x: "elm.icon.2";
7447                }
7448                rel2.to_x: "elm.icon.2";
7449                align: 0.0 0.0;
7450                visible: 0;
7451             }
7452          }
7453          part { name: "elm.text.1";
7454             clip_to: "disclip";
7455             type: TEXT;
7456             mouse_events: 0;
7457             scale: 1;
7458             description { state: "default" 0.0;
7459                min: 0 GENLIST_SIZE_61_INC;
7460                fixed: 0 1;
7461                rel1 {
7462                   relative: 1.0 1.0;
7463                   to_x: "elm.padding.icon2.right";
7464                   to_y: "elm.padding.top";
7465                }
7466                rel2 {
7467                   relative: 0.0 1.0;
7468                   to_x: "elm.padding.right";
7469                   to_y: "elm.padding.top";
7470                }
7471                align: 0.0 0.0;
7472                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7473                text {
7474                   font: "SLP:style=Roman";
7475                   size: GENLIST_FONT_44_INC;
7476                   min: 0 1;
7477                   align: 0.0 0.5;
7478                   text_class: "list_item";
7479                }
7480             }
7481             description { state: "selected" 0.0;
7482                inherit: "default" 0.0;
7483                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7484             }
7485             GENLIST_DESCRIPTION_FLIP_ENABLED
7486          }
7487          part { name: "elm.text.2";
7488             clip_to: "disclip";
7489             type: TEXT;
7490             mouse_events: 0;
7491             scale: 1;
7492             description { state: "default" 0.0;
7493                rel1 {
7494                   relative: 1.0 1.0;
7495                   to_x: "elm.padding.icon2.right";
7496                   to_y: "elm.text.1";
7497                }
7498                rel2 {
7499                   relative: 0.0 0.0;
7500                   to_x: "elm.padding.right";
7501                   to_y: "elm.padding.bottom";
7502                }
7503                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7504                text {
7505                   font: "SLP:style=Medium";
7506                   size: GENLIST_FONT_32_INC;
7507                   min: 0 1;
7508                   align: 0.0 0.5;
7509                   text_class: "slp_medium";
7510                }
7511             }
7512             description { state: "selected" 0.0;
7513                inherit: "default" 0.0;
7514                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7515             }
7516             GENLIST_DESCRIPTION_FLIP_ENABLED
7517          }
7518          GENLIST_PART_FLIP
7519          GENLIST_PART_DISCLIP
7520       }
7521       programs {
7522          // signal: elm,state,%s,active
7523          //   a "check" item named %s went active
7524          // signal: elm,state,%s,passive
7525          //   a "check" item named %s went passive
7526          // default is passive
7527          program { name: "go_active";
7528             signal: "elm,state,selected";
7529             source: "elm";
7530             action: STATE_SET "selected" 0.0;
7531             target: "bg_image";
7532             target: "elm.text.1";
7533             target: "elm.text.2";
7534             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7535          }
7536          program { name: "go_passive";
7537             signal: "elm,state,unselected";
7538             source: "elm";
7539             action: STATE_SET "default" 0.0;
7540             target: "bg_image";
7541             target: "elm.text.1";
7542             target: "elm.text.2";
7543             transition: LINEAR 0.1;
7544          }
7545          program { name: "go_disabled";
7546             signal: "elm,state,disabled";
7547             source: "elm";
7548             action: STATE_SET "disabled" 0.0;
7549             target: "disclip";
7550          }
7551          program { name: "go_enabled";
7552             signal: "elm,state,enabled";
7553             source: "elm";
7554             action: STATE_SET "default" 0.0;
7555             target: "disclip";
7556          }
7557          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7558          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7559       }
7560    }
7561
7562 // ???
7563    group { name: "elm/genlist/item/3text.5icon/default";
7564       alias: "elm/genlist/item_odd/3text.5icon/default";
7565       alias: "elm/genlist/item_compress/3text.5icon/default";
7566       alias: "elm/genlist/item_compress_odd/3text.5icon/default";
7567       data.item: "stacking" "above";
7568       data.item: "selectraise" "on";
7569       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
7570       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
7571       data.item: "flips" "elm.flip.content";
7572       images {
7573          image: "00_list_bar_press_1x80.png" COMP;
7574       }
7575       parts {
7576          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7577          GENLIST_PART_BG_IMAGE
7578          GENLIST_PART_BOTTOM_LINE
7579          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7580          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7581          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7582          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7583          part { name: "elm.swallow.colorbar";
7584             clip_to: "disclip";
7585             type: SWALLOW;
7586             scale: 1;
7587             description { state: "default" 0.0;
7588                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7589                fixed: 1 1;
7590                rel2.relative: 0.0 0.0;
7591                align: 0.0 0.0;
7592             }
7593          }
7594          part { name: "elm.text.3";
7595             clip_to: "disclip";
7596             type: TEXT;
7597             mouse_events: 0;
7598             scale: 1;
7599             description { state: "default" 0.0;
7600                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
7601                fixed: 1 1;
7602                rel1 {
7603                   relative: 0.0 0.0;
7604                   to_x: "elm.padding.right";
7605                   to_y: "elm.padding.bottom";
7606                }
7607                rel2 {
7608                   relative: 0.0 0.0;
7609                   to_x: "elm.padding.right";
7610                   to_y: "elm.padding.bottom";
7611                }
7612                align: 1.0 1.0;
7613                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7614                text {
7615                   font: "SLP:style=Medium";
7616                   size: GENLIST_FONT_32_INC;
7617                   min: 0 1;
7618                   align: 1.0 0.5;
7619                   text_class: "slp_medium";
7620                }
7621             }
7622             description { state: "selected" 0.0;
7623                inherit: "default" 0.0;
7624                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7625             }
7626             GENLIST_DESCRIPTION_FLIP_ENABLED
7627          }
7628          part { name: "elm.icon.1";
7629             clip_to: "disclip";
7630             type: SWALLOW;
7631             scale: 1;
7632             description { state: "default" 0.0;
7633                rel1 {
7634                   relative: 0.0 1.0;
7635                   to_x: "elm.padding.right";
7636                   to_y: "elm.padding.top";
7637                }
7638                rel2 {
7639                   relative: 0.0 0.0;
7640                   to_x: "elm.padding.right";
7641                   to_y: "elm.text.3";
7642                }
7643                align: 1.0 0.5;
7644             }
7645             GENLIST_DESCRIPTION_FLIP_ENABLED
7646          }
7647          part { name: "elm.padding.icon1.left";
7648             clip_to: "disclip";
7649             type: RECT;
7650             scale: 1;
7651             description { state: "default" 0.0;
7652                min: GENLIST_PADDING_16_INC 0;
7653                fixed: 1 0;
7654                rel1.to_x: "elm.icon.1";
7655                rel2 {
7656                   relative: 0.0 1.0;
7657                   to_x: "elm.icon.1";
7658                }
7659                align: 1.0 0.0;
7660                visible: 0;
7661             }
7662          }
7663          part { name: "elm.text.1";
7664             clip_to: "disclip";
7665             type: TEXT;
7666             mouse_events: 0;
7667             scale: 1;
7668             description { state: "default" 0.0;
7669                min: 0 GENLIST_SIZE_61_INC;
7670                fixed: 0 1;
7671                rel1 {
7672                   relative: 1.0 1.0;
7673                   to_x: "elm.padding.left";
7674                   to_y: "elm.padding.top";
7675                }
7676                rel2 {
7677                   relative: 0.0 1.0;
7678                   to_x: "elm.padding.icon1.left";
7679                   to_y: "elm.padding.top";
7680                }
7681                align: 0.0 0.0;
7682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7683                text {
7684                   font: "SLP:style=Roman";
7685                   size: GENLIST_FONT_44_INC;
7686                   min: 0 1;
7687                   align: 0.0 0.5;
7688                   text_class: "list_item";
7689                }
7690             }
7691             description { state: "selected" 0.0;
7692                inherit: "default" 0.0;
7693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7694             }
7695             GENLIST_DESCRIPTION_FLIP_ENABLED
7696          }
7697          part { name: "elm.padding.text3.left";
7698             clip_to: "disclip";
7699             type: RECT;
7700             scale: 1;
7701             description { state: "default" 0.0;
7702                min: GENLIST_PADDING_16_INC 0;
7703                fixed: 1 0;
7704                rel1.to: "elm.text.3";
7705                rel2 {
7706                   relative: 0.0 1.0;
7707                   to: "elm.text.3";
7708                }
7709                align: 1.0 1.0;
7710                visible: 0;
7711             }
7712          }
7713          part { name: "elm.text.2";
7714             clip_to: "disclip";
7715             type: TEXT;
7716             mouse_events: 0;
7717             scale: 1;
7718             description { state: "default" 0.0;
7719                rel1 {
7720                   relative: 1.0 1.0;
7721                   to_x: "elm.padding.left";
7722                   to_y: "elm.text.1";
7723                }
7724                rel2 {
7725                   relative: 0.0 0.0;
7726                   to_x: "elm.padding.text3.left";
7727                   to_y: "elm.padding.bottom";
7728                }
7729                align: 0.0 0.5;
7730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7731                text {
7732                   font: "SLP:style=Medium";
7733                   size: GENLIST_FONT_32_INC;
7734                   min: 0 1;
7735                   align: 0.0 0.5;
7736                   text_class: "slp_medium";
7737                }
7738             }
7739             description { state: "selected" 0.0;
7740                inherit: "default" 0.0;
7741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7742             }
7743             GENLIST_DESCRIPTION_FLIP_ENABLED
7744          }
7745          part { name: "elm.padding.icon2.left";
7746             clip_to: "disclip";
7747             type: RECT;
7748             scale: 1;
7749             description { state: "default" 0.0;
7750                min: GENLIST_PADDING_16_INC 0;
7751                fixed: 1 0;
7752                rel1 {
7753                   relative: 1.0 0.0;
7754                   to_x: "elm.text.2";
7755                }
7756                rel2.to_x: "elm.text.2";
7757                align: 0.0 0.0;
7758                visible: 0;
7759             }
7760          }
7761          part { name: "elm.icon.2";
7762             clip_to: "disclip";
7763             type: SWALLOW;
7764             scale: 1;
7765             description { state: "default" 0.0;
7766                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7767                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7768                fixed: 1 1;
7769                rel1 {
7770                   relative: 1.0 1.0;
7771                   to_x: "elm.padding.icon2.left";
7772                   to_y: "elm.text.1";
7773                }
7774                rel2 {
7775                   relative: 1.0 0.0;
7776                   to_x: "elm.padding.icon2.left";
7777                   to_y: "elm.padding.bottom";
7778                }
7779                align: 0.0 0.5;
7780             }
7781             GENLIST_DESCRIPTION_FLIP_ENABLED
7782          }
7783          part { name: "elm.padding.icon3.left";
7784             clip_to: "disclip";
7785             type: RECT;
7786             scale: 1;
7787             description { state: "default" 0.0;
7788                min: GENLIST_PADDING_16_INC 0;
7789                fixed: 1 0;
7790                rel1 {
7791                   relative: 1.0 0.0;
7792                   to_x: "elm.icon.2";
7793                }
7794                rel2.to_x: "elm.icon.2";
7795                align: 0.0 0.0;
7796                visible: 0;
7797             }
7798          }
7799          part { name: "elm.icon.3";
7800             clip_to: "disclip";
7801             type: SWALLOW;
7802             scale: 1;
7803             description { state: "default" 0.0;
7804                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7805                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7806                fixed: 1 1;
7807                rel1 {
7808                   relative: 1.0 1.0;
7809                   to_x: "elm.padding.icon3.left";
7810                   to_y: "elm.text.1";
7811                }
7812                rel2 {
7813                   relative: 1.0 0.0;
7814                   to_x: "elm.padding.icon3.left";
7815                   to_y: "elm.padding.bottom";
7816                }
7817                align: 0.0 0.5;
7818             }
7819             GENLIST_DESCRIPTION_FLIP_ENABLED
7820          }
7821          part { name: "elm.padding.icon4.left";
7822             clip_to: "disclip";
7823             type: RECT;
7824             scale: 1;
7825             description { state: "default" 0.0;
7826                min: GENLIST_PADDING_16_INC 0;
7827                fixed: 1 0;
7828                rel1 {
7829                   relative: 1.0 0.0;
7830                   to_x: "elm.icon.3";
7831                }
7832                rel2.to_x: "elm.icon.3";
7833                align: 0.0 0.0;
7834                visible: 0;
7835             }
7836          }
7837          part { name: "elm.icon.4";
7838             clip_to: "disclip";
7839             type: SWALLOW;
7840             scale: 1;
7841             description { state: "default" 0.0;
7842                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7843                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
7844                fixed: 1 1;
7845                rel1 {
7846                   relative: 1.0 1.0;
7847                   to_x: "elm.padding.icon4.left";
7848                   to_y: "elm.text.1";
7849                }
7850                rel2 {
7851                   relative: 1.0 0.0;
7852                   to_x: "elm.padding.icon4.left";
7853                   to_y: "elm.padding.bottom";
7854                }
7855                align: 0.0 0.5;
7856             }
7857             GENLIST_DESCRIPTION_FLIP_ENABLED
7858          }
7859          GENLIST_PART_FLIP
7860          GENLIST_PART_DISCLIP
7861       }
7862       programs {
7863          // signal: elm,state,%s,active
7864          //   a "check" item named %s went active
7865          // signal: elm,state,%s,passive
7866          //   a "check" item named %s went passive
7867          // default is passive
7868          program { name: "go_active";
7869             signal: "elm,state,selected";
7870             source: "elm";
7871             action: STATE_SET "selected" 0.0;
7872             target: "bg_image";
7873             target: "elm.text.1";
7874             target: "elm.text.2";
7875             target: "elm.text.3";
7876             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7877          }
7878          program { name: "go_passive";
7879             signal: "elm,state,unselected";
7880             source: "elm";
7881             action: STATE_SET "default" 0.0;
7882             target: "bg_image";
7883             target: "elm.text.1";
7884             target: "elm.text.2";
7885             target: "elm.text.3";
7886             transition: LINEAR 0.1;
7887          }
7888          program { name: "go_disabled";
7889             signal: "elm,state,disabled";
7890             source: "elm";
7891             action: STATE_SET "disabled" 0.0;
7892             target: "disclip";
7893          }
7894          program { name: "go_enabled";
7895             signal: "elm,state,enabled";
7896             source: "elm";
7897             action: STATE_SET "default" 0.0;
7898             target: "disclip";
7899          }
7900          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
7901          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7902       }
7903    }
7904
7905 // ???
7906    /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
7907    group { name: "elm/genlist/item/3text.5icon.2/default";
7908       alias: "elm/genlist/item_odd/3text.5icon.2/default";
7909       alias: "elm/genlist/item_compress/3text.5icon.2/default";
7910       alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
7911       data.item: "stacking" "above";
7912       data.item: "selectraise" "on";
7913       data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
7914       data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
7915       data.item: "flips" "elm.flip.content";
7916       images {
7917          image: "00_list_bar_press_1x80.png" COMP;
7918       }
7919       parts {
7920          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7921          GENLIST_PART_BG
7922          GENLIST_PART_BG_IMAGE
7923          GENLIST_PART_BOTTOM_LINE
7924          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7925          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7928          part { name: "elm.icon.colorbar";
7929             clip_to: "disclip";
7930             type: SWALLOW;
7931             scale: 1;
7932             description { state: "default" 0.0;
7933                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7934                fixed: 1 1;
7935                rel2.relative: 0.0 0.0;
7936                align: 0.0 0.0;
7937             }
7938          }
7939          part { name: "elm.icon.checkbox";
7940             clip_to: "disclip";
7941             type: SWALLOW;
7942             mouse_events: 1;
7943             scale: 1;
7944             description { state: "default" 0.0;
7945                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7946                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7947                fixed: 1 1;
7948                rel1 {
7949                   relative: 1.0 0.0;
7950                   to_x: "elm.padding.left";
7951                   to_y: "elm.padding.top";
7952                }
7953                rel2 {
7954                   relative: 0.0 0.0;
7955                   to_x: "elm.padding.right";
7956                   to_y: "elm.padding.bottom";
7957                }
7958                align: 0.0 0.5;
7959             }
7960          }
7961          part { name: "elm.text.date";
7962             clip_to: "disclip";
7963             type: TEXT;
7964             mouse_events: 0;
7965             scale: 1;
7966             description { state: "default" 0.0;
7967                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
7968                fixed: 1 1;
7969                rel1 {
7970                   to_x: "elm.padding.right";
7971                   to_y: "elm.padding.bottom";
7972                }
7973                rel2 {
7974                   relative: 0.0 0.0;
7975                   to_x: "elm.padding.right";
7976                   to_y: "elm.padding.bottom";
7977                }
7978                align: 1.0 1.0;
7979                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7980                text {
7981                   font: "SLP:style=Medium";
7982                   size: GENLIST_FONT_32_INC;
7983                   min: 0 1;
7984                   align: 1.0 0.5;
7985                   text_class: "slp_medium";
7986                }
7987             }
7988             description { state: "selected" 0.0;
7989                inherit: "default" 0.0;
7990                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7991             }
7992             GENLIST_DESCRIPTION_FLIP_ENABLED
7993          }
7994          part { name: "elm.icon.important";
7995             clip_to: "disclip";
7996             type: SWALLOW;
7997             mouse_events: 1;
7998             scale: 1;
7999             description { state: "default" 0.0;
8000                min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
8001                fixed: 1 1;
8002                rel1 {
8003                   relative: 0.0 1.0;
8004                   to_x: "elm.padding.right";
8005                   to_y: "elm.padding.top";
8006                }
8007                rel2 {
8008                   relative: 0.0 0.0;
8009                   to_x: "elm.padding.right";
8010                   to_y: "elm.text.date";
8011                }
8012                align: 1.0 0.5;
8013             }
8014             GENLIST_DESCRIPTION_FLIP_ENABLED
8015          }
8016          part { name: "elm.padding.icon.important.left";
8017             clip_to: "disclip";
8018             type: RECT;
8019             scale: 1;
8020             description { state: "default" 0.0;
8021                min: GENLIST_PADDING_16_INC 0;
8022                fixed: 1 0;
8023                rel1{
8024                   relative: 0.0 1.0;
8025                   to_x: "elm.icon.important";
8026                }
8027                rel2 {
8028                   relative: 0.0 1.0;
8029                   to_x: "elm.icon.important";
8030                }
8031                align: 1.0 0.0;
8032                visible: 0;
8033             }
8034          }
8035          part { name: "elm.padding.icon.checkbox.right";
8036             clip_to: "disclip";
8037             type: RECT;
8038             scale: 1;
8039             description { state: "default" 0.0;
8040                min: GENLIST_PADDING_16_INC 0;
8041                fixed: 1 0;
8042                rel1 {
8043                   relative: 1.0 0.0;
8044                   to_x: "elm.icon.checkbox";
8045                   to_y: "elm.padding.top";
8046                }
8047                rel2 {
8048                   relative: 1.0 0.0;
8049                   to_x:  "elm.icon.checkbox";
8050                   to_y: "elm.padding.bottom";
8051                }
8052                align: 1.0 0.0;
8053                visible: 0;
8054             }
8055          }
8056          part { name: "elm.text.subject.rect";
8057             clip_to: "disclip";
8058             type: RECT;
8059             scale: 1;
8060             description { state: "default" 0.0;
8061                min: 0 GENLIST_SIZE_61_INC;
8062                fixed: 1 1;
8063                rel1 {
8064                   relative: 1.0 1.0;
8065                   to_x: "elm.padding.icon.checkbox.right";
8066                   to_y: "elm.padding.top";
8067                }
8068                rel2 {
8069                   relative: 0.0 0.0;
8070                   to_x: "elm.padding.icon.important.left";
8071                   to_y: "elm.padding.top";
8072                }
8073                align: 0.0 0.0;
8074                visible: 0;
8075             }
8076          }
8077          part { name: "elm.text.subject";
8078             clip_to: "disclip";
8079             type: TEXTBLOCK;
8080             mouse_events: 0;
8081             scale: 1;
8082             description { state: "default" 0.0;
8083                fixed: 1 1;
8084                rel1.to: "elm.text.subject.rect";
8085                rel2.to: "elm.text.subject.rect";
8086                align: 0.0 0.0;
8087                text {
8088                   style: "genlist_email_textblock_unread_style";
8089                   min: 0 1;
8090                   max: 0 1;
8091                   align: 0.0 0.5;
8092                }
8093             }
8094             description { state: "selected" 0.0;
8095                inherit: "default" 0.0;
8096                text.style: "genlist_email_textblock_selected_style";
8097             }
8098             description { state: "read" 0.0;
8099                inherit: "default" 0.0;
8100                text.style: "genlist_email_textblock_read_style";
8101             }
8102             description { state: "unread" 0.0;
8103                inherit: "default" 0.0;
8104                text.style: "genlist_email_textblock_unread_style";
8105             }
8106             description { state: "urgency_read" 0.0;
8107                inherit: "default" 0.0;
8108                text.style: "genlist_email_textblock_urgency_read_style";
8109             }
8110             description { state: "urgency_unread" 0.0;
8111                inherit: "default" 0.0;
8112                text.style: "genlist_email_textblock_urgency_unread_style";
8113             }
8114             GENLIST_DESCRIPTION_FLIP_ENABLED
8115          }
8116          part { name: "elm.text.name";
8117             clip_to: "disclip";
8118             type: TEXTBLOCK;
8119             scale: 1;
8120             description { state: "default" 0.0;
8121                fixed: 1 1;
8122                rel1 {
8123                   relative: 1.0 1.0;
8124                   to_x: "elm.padding.icon.checkbox.right";
8125                   to_y: "elm.text.subject";
8126                }
8127                rel2 {
8128                   relative: 0.0 0.0;
8129                   to_x: "elm.padding.icon.num.left";
8130                   to_y: "elm.padding.bottom";
8131                }
8132                align: 0.0 0.5;
8133                text {
8134                   style: "genlist_email_textblock2_style";
8135                   min: 0 1;
8136                   align: 0.0 0.5;
8137                }
8138             }
8139             description { state: "selected" 0.0;
8140                inherit: "default" 0.0;
8141                text.style: "genlist_email_textblock2_selected_style";
8142             }
8143             GENLIST_DESCRIPTION_FLIP_ENABLED
8144          }
8145          part { name: "elm.padding.icon.num.left";
8146             clip_to: "disclip";
8147             type: RECT;
8148             scale: 1;
8149             description { state: "default" 0.0;
8150                min: GENLIST_PADDING_16_INC 0;
8151                fixed: 1 0;
8152                rel1 {
8153                   relative: 0.0 1.0;
8154                   to_x: "elm.icon.num";
8155                   to_y: "elm.text.subject";
8156                }
8157                rel2 {
8158                   relative: 0.0 0.0;
8159                   to_x: "elm.icon.num";
8160                   to_y: "elm.padding.bottom";
8161                }
8162                align: 1.0 0.0;
8163                visible: 0;
8164             }
8165          }
8166          part { name: "elm.icon.num";
8167             clip_to: "disclip";
8168             type: SWALLOW;
8169             mouse_events: 0;
8170             scale: 1;
8171             description { state: "default" 0.0;
8172                min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8173                max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8174                fixed: 1 1;
8175                rel1 {
8176                   relative: 0.0 1.0;
8177                   to_x: "elm.padding.icon.attach.left";
8178                   to_y: "elm.text.subject";
8179                }
8180                rel2 {
8181                   relative: 0.0 0.0;
8182                   to_x: "elm.padding.icon.attach.left";
8183                   to_y: "elm.padding.bottom";
8184                }
8185                align: 1.0 0.5;
8186             }
8187             GENLIST_DESCRIPTION_FLIP_ENABLED
8188          }
8189          part { name: "elm.padding.icon.attach.left";
8190             clip_to: "disclip";
8191             type: RECT;
8192             scale: 1;
8193             description { state: "default" 0.0;
8194                min: GENLIST_PADDING_16_INC 0;
8195                fixed: 1 0;
8196                rel1 {
8197                   relative: 0.0 1.0;
8198                   to_x: "elm.icon.attach";
8199                   to_y: "elm.text.subject";
8200                }
8201                rel2 {
8202                   relative: 0.0 0.0;
8203                   to_x: "elm.icon.attach";
8204                   to_y: "elm.padding.bottom";
8205                }
8206                align: 1.0 0.0;
8207                visible: 0;
8208             }
8209          }
8210          part { name: "elm.icon.attach";
8211             clip_to: "disclip";
8212             type: SWALLOW;
8213             scale: 1;
8214             description { state: "default" 0.0;
8215                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
8216                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
8217                fixed: 1 1;
8218                rel1 {
8219                   relative: 0.0 1.0;
8220                   to_x: "elm.text.date";
8221                   to_y: "elm.text.subject";
8222                }
8223                rel2 {
8224                   relative: 0.0 0.0;
8225                   to_x: "elm.text.date";
8226                   to_y: "elm.padding.bottom";
8227                }
8228                align: 1.0 0.5;
8229             }
8230             GENLIST_DESCRIPTION_FLIP_ENABLED
8231          }
8232          part { name: "elm.swallow.outbox.progress";
8233             type: SWALLOW;
8234             scale: 1;
8235             mouse_events: 1;
8236             repeat_events: 0;
8237             description { state: "default" 0.0;
8238                min: GENLIST_SIZE_168_INC 0;
8239                fixed: 1 1;
8240                color: 0 0 0 0;
8241                align: 1.0 0.5;
8242                rel1 {
8243                   relative: 0.0 1.0;
8244                   offset: 0 0;
8245                   to_x: "elm.padding.right";
8246                   to_y: "elm.padding.top";
8247                }
8248                rel2 {
8249                   relative: 0.0 0.0;
8250                   offset: 0 0;
8251                   to_x: "elm.padding.right";
8252                   to_y: "elm.padding.bottom";
8253                }
8254             }
8255          }
8256          GENLIST_PART_FLIP
8257          GENLIST_PART_DISCLIP
8258       }
8259       programs {
8260          // signal: elm,state,%s,active
8261          //   a "check" item named %s went active
8262          // signal: elm,state,%s,passive
8263          //   a "check" item named %s went passive
8264          // default is passive
8265          program { name: "go_active";
8266             signal: "elm,state,selected";
8267             source: "elm";
8268             action: STATE_SET "selected" 0.0;
8269             target: "bg_image";
8270             target: "elm.text.subject";
8271             target: "elm.text.name";
8272             target: "elm.text.date";
8273             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8274          }
8275          program { name: "go_passive";
8276             signal: "elm,state,unselected";
8277             source: "elm";
8278             action: STATE_SET "default" 0.0;
8279             target: "bg_image";
8280             target: "elm.text.subject";
8281             target: "elm.text.name";
8282             target: "elm.text.date";
8283             transition: LINEAR 0.1;
8284          }
8285          program { name: "go_disabled";
8286             signal: "elm,state,disabled";
8287             source: "elm";
8288             action: STATE_SET "disabled" 0.0;
8289             target: "disclip";
8290          }
8291          program { name: "go_enabled";
8292             signal: "elm,state,enabled";
8293             source: "elm";
8294             action: STATE_SET "default" 0.0;
8295             target: "disclip";
8296          }
8297          program { name: "go_read";
8298             signal: "elm,state,read";
8299             source: "elm";
8300             action: STATE_SET "read" 0.0;
8301             target: "elm.text.subject";
8302          }
8303          program { name: "go_unread";
8304             signal: "elm,state,unread";
8305             source: "elm";
8306             action: STATE_SET "unread" 0.0;
8307             target: "elm.text.subject";
8308          }
8309          program { name: "go_urgeny_unread";
8310             signal: "elm,state,urgency_unread";
8311             source: "elm";
8312             action: STATE_SET "urgency_unread" 0.0;
8313             target: "elm.text.subject";
8314          }
8315          program { name: "go_urgency_read";
8316             signal: "elm,state,urgency_read";
8317             source: "elm";
8318             action: STATE_SET "urgency_read" 0.0;
8319             target: "elm.text.subject";
8320          }
8321          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8322       }
8323    }
8324
8325 // ???
8326    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8327    group { name: "elm/genlist/item/4text.8icon/default";
8328       alias: "elm/genlist/item_odd/4text.8icon/default";
8329       alias: "elm/genlist/item_compress/4text.8icon/default";
8330       alias: "elm/genlist/item_compress_odd/4text.8icon/default";
8331       data.item: "stacking" "above";
8332       data.item: "selectraise" "on";
8333       data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
8334       data.item: "contents" "elm.icon.important elm.icon.important.touch elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox elm.icon.checkbox.touch elm.icon.priority elm.icon.lastverb elm.icon.appointment";
8335       data.item: "flips" "elm.flip.content";
8336       images {
8337          image: "00_list_bar_press_1x80.png" COMP;
8338          image: "M02_button_06_normal.png" COMP;
8339       }
8340       parts {
8341          GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
8342          GENLIST_PART_BG
8343          GENLIST_PART_BG_IMAGE
8344          GENLIST_PART_BOTTOM_LINE
8345          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
8346          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
8347          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8348          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8349          part { name: "elm.icon.colorbar";
8350             clip_to: "disclip";
8351             type: SWALLOW;
8352             scale: 1;
8353             description { state: "default" 0.0;
8354                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8355                fixed: 1 1;
8356                rel2.relative: 0.0 0.0;
8357                align: 0.0 0.0;
8358             }
8359          }
8360
8361          part { name: "elm.icon.checkbox.touch";
8362             clip_to: "disclip";
8363             type: SWALLOW;
8364             mouse_events: 1;
8365             scale: 1;
8366             description { state: "default" 0.0;
8367                max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
8368                fixed: 1 1;
8369                rel1 {
8370                   relative: 0.0 0.0;
8371                   to_x: "elm.padding.left";
8372                   to_y: "elm.padding.top";
8373                }
8374                rel2 {
8375                   relative: 0.0 0.0;
8376                   to_x: "elm.padding.right";
8377                   to_y: "elm.padding.bottom";
8378                }
8379                align: 0.0 0.5;
8380             }
8381          }
8382          part { name: "elm.icon.checkbox";
8383             clip_to: "disclip";
8384             type: SWALLOW;
8385             mouse_events: 1;
8386             scale: 1;
8387             description { state: "default" 0.0;
8388                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8390                fixed: 1 1;
8391                rel1 {
8392                   relative: 1.0 0.0;
8393                   to_x: "elm.padding.left";
8394                   to_y: "elm.padding.top";
8395                }
8396                rel2 {
8397                   relative: 0.0 0.0;
8398                   to_x: "elm.padding.right";
8399                   to_y: "elm.padding.bottom";
8400                }
8401                align: 0.0 0.5;
8402             }
8403          }
8404          part { name: "elm.padding.icon.checkbox.right";
8405             clip_to: "disclip";
8406             type: RECT;
8407             scale: 1;
8408             description { state: "default" 0.0;
8409                min: GENLIST_PADDING_16_INC 0;
8410                fixed: 1 0;
8411                rel1 {
8412                   relative: 1.0 0.0;
8413                   to_x: "elm.icon.checkbox";
8414                   to_y: "elm.padding.top";
8415                }
8416                rel2 {
8417                   relative: 1.0 0.0;
8418                   to_x:  "elm.icon.checkbox";
8419                   to_y: "elm.padding.bottom";
8420                }
8421                align: 1.0 0.0;
8422                visible: 0;
8423             }
8424          }
8425
8426          part { name: "elm.icon.important";
8427             clip_to: "disclip";
8428             type: SWALLOW;
8429             mouse_events: 1;
8430             scale: 1;
8431             description { state: "default" 0.0;
8432                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8433                fixed: 1 1;
8434                rel1 {
8435                   relative: 0.0 1.0;
8436                   to_x: "elm.padding.right";
8437                   to_y: "elm.padding.top";
8438                }
8439                rel2 {
8440                   relative: 0.0 1.0;
8441                   to_x: "elm.padding.right";
8442                   to_y: "elm.padding.top";
8443                }
8444                align: 1.0 0.0;
8445             }
8446             GENLIST_DESCRIPTION_FLIP_ENABLED
8447          }
8448
8449          part { name: "elm.icon.important.touch";
8450             clip_to: "disclip";
8451             type: SWALLOW;
8452             mouse_events: 1;
8453             scale: 1;
8454             description { state: "default" 0.0;
8455                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8456                fixed: 1 1;
8457                rel1 {
8458                   relative: 0.0 1.0;
8459                   to_x: "elm.padding.right";
8460                   to_y: "elm.padding.top";
8461                }
8462                rel2 {
8463                   relative: 0.0 1.0;
8464                   to_x: "elm.padding.right";
8465                   to_y: "elm.padding.top";
8466                }
8467                align: 1.0 0.0;
8468             }
8469             GENLIST_DESCRIPTION_FLIP_ENABLED
8470          }
8471
8472          part { name: "elm.padding.icon.important.left";
8473             clip_to: "disclip";
8474             type: RECT;
8475             scale: 1;
8476             description { state: "default" 0.0;
8477                min: GENLIST_PADDING_16_INC 0;
8478                fixed: 1 0;
8479                rel1{
8480                   relative: 0.0 1.0;
8481                   to_x: "elm.icon.important";
8482                }
8483                rel2 {
8484                   relative: 0.0 1.0;
8485                   to_x: "elm.icon.important";
8486                }
8487                align: 1.0 0.0;
8488                visible: 0;
8489             }
8490          }
8491          part { name: "elm.icon.num";
8492             clip_to: "disclip";
8493             type: IMAGE;
8494             mouse_events: 0;
8495             scale: 1;
8496             description { state: "default" 0.0;
8497                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8498                fixed: 1 1;
8499                rel1 {
8500                   relative: 0.0 1.0;
8501                   offset: 0 GENLIST_SIZE_8_INC;
8502                   to_x: "elm.padding.icon.important.left";
8503                   to_y: "elm.padding.top";
8504                }
8505                rel2 {
8506                   relative: 0.0 1.0;
8507                   offset: 0 GENLIST_SIZE_8_INC;
8508                   to_x: "elm.padding.icon.important.left";
8509                   to_y: "elm.padding.top";
8510                }
8511                align: 1.0 0.0;
8512                image.normal: "M02_button_06_normal.png";
8513                image.border: 5 5 5 5;
8514             }
8515             description { state: "num_enable" 0.0;
8516                inherit: "default" 0.0;
8517                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8518                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8519             }
8520             GENLIST_DESCRIPTION_FLIP_ENABLED
8521          }
8522
8523          part { name: "elm.text.num";
8524             clip_to: "disclip";
8525             type: TEXT;
8526             mouse_events: 0;
8527             scale: 1;
8528             description { state: "default" 0.0;
8529                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8530                fixed: 1 1;
8531                rel1 {
8532                   relative: 0.0 1.0;
8533                   offset: 0 GENLIST_SIZE_8_INC;
8534                   to_x: "elm.padding.icon.important.left";
8535                   to_y: "elm.padding.top";
8536                }
8537                rel2 {
8538                   relative: 0.0 1.0;
8539                   offset: 0 GENLIST_SIZE_8_INC;
8540                   to_x: "elm.padding.icon.important.left";
8541                   to_y: "elm.padding.top";
8542                }
8543                align: 1.0 0.0;
8544             }
8545             description { state: "num_enable" 0.0;
8546                inherit: "default" 0.0;
8547                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8548                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8549                text {
8550                   font: "SLP:style=Medium";
8551                   size: GENLIST_FONT_32_INC;
8552                   min: 1 1;
8553                   align: 0.5 0.5;
8554                   text_class: "slp_medium";
8555                }
8556                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
8557             }
8558             GENLIST_DESCRIPTION_FLIP_ENABLED
8559          }
8560
8561          part { name: "elm.icon.attach";
8562             clip_to: "disclip";
8563             type: SWALLOW;
8564             scale: 1;
8565             description { state: "default" 0.0;
8566                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8567                fixed: 1 1;
8568                rel1 {
8569                   relative: 0.0 1.0;
8570                   to_x: "elm.icon.num";
8571                   to_y: "elm.padding.top";
8572                }
8573                rel2 {
8574                   relative: 0.0 1.0;
8575                   to_x: "elm.icon.num";
8576                   to_y: "elm.padding.top";
8577                }
8578                align: 1.0 0.0;
8579             }
8580             description { state: "attach_enable" 0.0;
8581                inherit: "default" 0.0;
8582                min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
8583             }
8584             GENLIST_DESCRIPTION_FLIP_ENABLED
8585          }
8586          part { name: "elm.text.subject";
8587             clip_to: "disclip";
8588             type: TEXTBLOCK;
8589             mouse_events: 0;
8590             scale: 1;
8591             description { state: "default" 0.0;
8592                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8593                fixed: 1 1;
8594                rel1 {
8595                   relative: 1.0 1.0;
8596                   to_x: "elm.padding.icon.checkbox.right";
8597                   to_y: "elm.padding.top";
8598                }
8599                rel2{
8600                   relative: 0.0 1.0;
8601                   to_x: "elm.icon.attach";
8602                   to_y: "elm.padding.top";
8603                }
8604                align: 0.0 0.0;
8605                text {
8606                   style: "genlist_email_textblock_unread_style";
8607                   min: 0 1;
8608                   max: 0 1;
8609                   align: 0.0 0.5;
8610                }
8611             }
8612             description { state: "selected" 0.0;
8613                inherit: "default" 0.0;
8614                text.style: "genlist_email_textblock_selected_style";
8615             }
8616             description { state: "read" 0.0;
8617                inherit: "default" 0.0;
8618                text.style: "genlist_email_textblock_read_style";
8619             }
8620             description { state: "unread" 0.0;
8621                inherit: "default" 0.0;
8622                text.style: "genlist_email_textblock_unread_style";
8623             }
8624             GENLIST_DESCRIPTION_FLIP_ENABLED
8625          }
8626
8627          part { name: "elm.padding.intermediate";
8628             clip_to: "disclip";
8629             type: RECT;
8630             scale: 1;
8631             description { state: "default" 0.0;
8632                min: 0 GENLIST_PADDING_4_INC;
8633                fixed: 0 1;
8634                rel1 {
8635                   relative: 1.0 1.0;
8636                   to_x: "elm.padding.icon.checkbox.right";
8637                   to_y: "elm.icon.attach";
8638                }
8639                rel2 {
8640                   relative: 1.0 1.0;
8641                   to_x:  "elm.padding.icon.checkbox.right";
8642                   to_y: "elm.icon.attach";
8643                }
8644                align: 1.0 0.0;
8645                visible: 0;
8646             }
8647          }
8648
8649          part { name: "elm.icon.priority";
8650             clip_to: "disclip";
8651             type: SWALLOW;
8652             scale: 1;
8653             description { state: "default" 0.0;
8654                min: 0 GENLIST_SIZE_40_INC;
8655                fixed: 1 1;
8656                rel1 {
8657                   relative: 1.0 1.0;
8658                   to_x: "elm.padding.icon.checkbox.right";
8659                   to_y: "elm.padding.intermediate";
8660                }
8661                rel2 {
8662                   relative: 1.0 1.0;
8663                   to_x: "elm.padding.icon.checkbox.right";
8664                   to_y: "elm.padding.intermediate";
8665                }
8666                align: 0.0 0.0;
8667             }
8668             description { state: "priority_enable" 0.0;
8669                inherit: "default" 0.0;
8670                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8671             }
8672             GENLIST_DESCRIPTION_FLIP_ENABLED
8673          }
8674          part { name: "elm.icon.lastverb";
8675             clip_to: "disclip";
8676             type: SWALLOW;
8677             scale: 1;
8678             description { state: "default" 0.0;
8679                min: 0 GENLIST_SIZE_40_INC;
8680                fixed: 1 1;
8681                rel1 {
8682                   relative: 1.0 1.0;
8683                   to_x: "elm.padding.icon.checkbox.right";
8684                   to_y: "elm.icon.priority";
8685                }
8686                rel2 {
8687                   relative: 1.0 1.0;
8688                   to_x: "elm.padding.icon.checkbox.right";
8689                   to_y: "elm.icon.priority";
8690                }
8691                align: 0.0 0.0;
8692             }
8693             description { state: "lastverb_enable" 0.0;
8694                inherit: "default" 0.0;
8695                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8696             }
8697             GENLIST_DESCRIPTION_FLIP_ENABLED
8698          }
8699
8700          part { name: "elm.text.date";
8701             clip_to: "disclip";
8702             type: TEXT;
8703             mouse_events: 0;
8704             scale: 1;
8705             description { state: "default" 0.0;
8706                min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
8707                fixed: 1 1;
8708                rel1 {
8709                   to_x: "elm.padding.right";
8710                   to_y: "elm.padding.bottom";
8711                }
8712                rel2 {
8713                   relative: 0.0 0.0;
8714                   to_x: "elm.padding.right";
8715                   to_y: "elm.padding.bottom";
8716                }
8717                align: 1.0 1.0;
8718                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8719                text {
8720                   font: "SLP:style=Medium";
8721                   size: GENLIST_FONT_32_INC;
8722                   min: 0 1;
8723                   align: 1.0 0.5;
8724                   text_class: "slp_medium";
8725                }
8726             }
8727             description { state: "selected" 0.0;
8728                inherit: "default" 0.0;
8729                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8730             }
8731             GENLIST_DESCRIPTION_FLIP_ENABLED
8732          }
8733
8734          part { name: "elm.icon.appointment";
8735             clip_to: "disclip";
8736             type: SWALLOW;
8737             mouse_events: 0;
8738             scale: 1;
8739             description { state: "default" 0.0;
8740                min: 0 GENLIST_SIZE_40_INC;
8741                fixed: 1 1;
8742                rel1 {
8743                   relative: 0.0 1.0;
8744                   to_x: "elm.padding.right";
8745                   to_y: "elm.padding.intermediate";
8746                }
8747                rel2 {
8748                   relative: 0.0 1.0;
8749                   to_x: "elm.padding.right";
8750                   to_y: "elm.padding.intermediate";
8751                }
8752                align: 1.0 0.0;
8753             }
8754             GENLIST_DESCRIPTION_FLIP_ENABLED
8755          }
8756          part { name: "elm.text.name";
8757             clip_to: "disclip";
8758             type: TEXTBLOCK;
8759             scale: 1;
8760             description { state: "default" 0.0;
8761                min: 0 GENLIST_SIZE_40_INC;
8762                fixed: 1 1;
8763                rel1 {
8764                   relative: 1.0 1.0;
8765                   to_x: "elm.icon.priority";
8766                   to_y: "elm.padding.intermediate";
8767                }
8768                rel2 {
8769                   relative: 0.0 1.0;
8770                   to_x: "elm.icon.appointment";
8771                   to_y: "elm.padding.intermediate";
8772                }
8773                align: 0.0 0.0;
8774                text {
8775                   style: "genlist_email_textblock2_style";
8776                   min: 0 1;
8777                   align: 0.0 0.5;
8778                }
8779             }
8780             description { state: "selected" 0.0;
8781                inherit: "default" 0.0;
8782                text.style: "genlist_email_textblock2_selected_style";
8783             }
8784             GENLIST_DESCRIPTION_FLIP_ENABLED
8785          }
8786          part { name: "elm.text.preview";
8787             clip_to: "disclip";
8788             type: TEXT;
8789             scale: 1;
8790             description { state: "default" 0.0;
8791                min: 0 GENLIST_SIZE_40_INC;
8792                fixed: 1 1;
8793                rel1 {
8794                   relative: 1.0 0.0;
8795                   to_x: "elm.icon.lastverb";
8796                   to_y: "elm.padding.bottom";
8797                }
8798                rel2 {
8799                   relative: 0.0 0.0;
8800                   to_x: "elm.text.date";
8801                   to_y: "elm.padding.bottom";
8802                }
8803                align: 0.0 1.0;
8804                color: GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC;
8805                text {
8806                   font: "SLP:style=Medium";
8807                   size: GENLIST_FONT_30_INC;
8808                   min: 0 1;
8809                   align: 0.0 0.5;
8810                   text_class: "slp_medium";
8811                }
8812             }
8813             description { state: "selected" 0.0;
8814                inherit: "default" 0.0;
8815                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8816             }
8817             GENLIST_DESCRIPTION_FLIP_ENABLED
8818          }
8819          part { name: "elm.swallow.outbox.progress";
8820             type: SWALLOW;
8821             scale: 1;
8822             mouse_events: 1;
8823             repeat_events: 0;
8824             description { state: "default" 0.0;
8825                min: GENLIST_SIZE_168_INC 0;
8826                fixed: 1 1;
8827                color: 0 0 0 0;
8828                align: 1.0 0.5;
8829                rel1 {
8830                   relative: 0.0 1.0;
8831                   offset: 0 0;
8832                   to_x: "elm.padding.right";
8833                   to_y: "elm.padding.top";
8834                }
8835                rel2 {
8836                   relative: 0.0 0.0;
8837                   offset: 0 0;
8838                   to_x: "elm.padding.right";
8839                   to_y: "elm.padding.bottom";
8840                }
8841             }
8842          }
8843          GENLIST_PART_FLIP
8844          GENLIST_PART_DISCLIP
8845       }
8846       programs {
8847          // signal: elm,state,%s,active
8848          //   a "check" item named %s went active
8849          // signal: elm,state,%s,passive
8850          //   a "check" item named %s went passive
8851          // default is passive
8852          program { name: "go_active";
8853             signal: "elm,state,selected";
8854             source: "elm";
8855             action: STATE_SET "selected" 0.0;
8856             target: "bg_image";
8857             target: "elm.text.subject";
8858             target: "elm.text.name";
8859             target: "elm.text.date";
8860             target: "elm.text.preview";
8861             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8862          }
8863          program { name: "go_passive";
8864             signal: "elm,state,unselected";
8865             source: "elm";
8866             action: STATE_SET "default" 0.0;
8867             target: "bg_image";
8868             target: "elm.text.subject";
8869             target: "elm.text.name";
8870             target: "elm.text.date";
8871             target: "elm.text.preview";
8872             transition: LINEAR 0.1;
8873          }
8874          program { name: "go_disabled";
8875             signal: "elm,state,disabled";
8876             source: "elm";
8877             action: STATE_SET "disabled" 0.0;
8878             target: "disclip";
8879          }
8880          program { name: "go_enabled";
8881             signal: "elm,state,enabled";
8882             source: "elm";
8883             action: STATE_SET "default" 0.0;
8884             target: "disclip";
8885          }
8886          program { name: "go_read";
8887             signal: "elm,state,read";
8888             source: "elm";
8889             action: STATE_SET "read" 0.0;
8890             target: "elm.text.subject";
8891          }
8892          program { name: "go_unread";
8893             signal: "elm,state,unread";
8894             source: "elm";
8895             action: STATE_SET "unread" 0.0;
8896             target: "elm.text.subject";
8897          }
8898          program { name: "go_attach";
8899             signal: "elm,state,attach";
8900             source: "elm";
8901             action: STATE_SET "attach_enable" 0.0;
8902             target: "elm.icon.attach";
8903          }
8904          program { name: "go_priority";
8905             signal: "elm,state,priority";
8906             source: "elm";
8907             action: STATE_SET "priority_enable" 0.0;
8908             target: "elm.icon.priority";
8909          }
8910          program { name: "go_lastverb";
8911             signal: "elm,state,lastverb";
8912             source: "elm";
8913             action: STATE_SET "lastverb_enable" 0.0;
8914             target: "elm.icon.lastverb";
8915          }
8916          program { name: "go_num";
8917             signal: "elm,state,num";
8918             source: "elm";
8919             action: STATE_SET "num_enable" 0.0;
8920             target: "elm.icon.num";
8921             target: "elm.text.num";
8922          }
8923          program { name: "click";
8924             signal: "mouse,up,1";
8925             source: "elm.icon.checkbox.touch";
8926             action: SIGNAL_EMIT "elm,action,check,toggle" "";
8927          }
8928          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8929       }
8930    }
8931
8932
8933 // ???
8934    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8935    group { name: "elm/genlist/item/3text.6icon/default";
8936       alias: "elm/genlist/item_odd/3text.6icon/default";
8937       alias: "elm/genlist/item_compress/3text.6icon/default";
8938       alias: "elm/genlist/item_compress_odd/3text.6icon/default";
8939       data.item: "stacking" "above";
8940       data.item: "selectraise" "on";
8941       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
8942       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
8943       data.item: "flips" "elm.flip.content";
8944       images {
8945          image: "00_list_bar_press_1x80.png" COMP;
8946       }
8947       parts {
8948          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8949          GENLIST_PART_BG
8950          GENLIST_PART_BG_IMAGE
8951          GENLIST_PART_BOTTOM_LINE
8952          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8953          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8954          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8955          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8956          part { name: "elm.swallow.colorbar";
8957             clip_to: "disclip";
8958             type: SWALLOW;
8959             scale: 1;
8960             description { state: "default" 0.0;
8961                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8962                rel2.relative: 0.0 0.0;
8963                align: 0.0 0.0;
8964             }
8965          }
8966          part { name: "elm.text.3";
8967             clip_to: "disclip";
8968             type: TEXT;
8969             mouse_events: 0;
8970             scale: 1;
8971             description { state: "default" 0.0;
8972                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
8973                rel1 {
8974                   relative: 0.0 0.0;
8975                   to_x: "elm.padding.right";
8976                   to_y: "elm.padding.bottom";
8977                }
8978                rel2 {
8979                   relative: 0.0 0.0;
8980                   to_x: "elm.padding.right";
8981                   to_y: "elm.padding.bottom";
8982                }
8983                align: 1.0 1.0;
8984                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8985                text {
8986                   font: "SLP:style=Medium";
8987                   size: GENLIST_FONT_32_INC;
8988                   min: 0 1;
8989                   align: 1.0 0.5;
8990                   text_class: "slp_medium";
8991                }
8992             }
8993             description { state: "selected" 0.0;
8994                inherit: "default" 0.0;
8995                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8996             }
8997             GENLIST_DESCRIPTION_FLIP_ENABLED
8998          }
8999          part { name: "elm.icon.1";
9000             clip_to: "disclip";
9001             type: SWALLOW;
9002             mouse_events: 0;
9003             scale: 1;
9004             description { state: "default" 0.0;
9005                rel1 {
9006                   relative: 0.0 1.0;
9007                   to_x: "elm.padding.right";
9008                   to_y: "elm.padding.top";
9009                }
9010                rel2 {
9011                   relative: 0.0 0.0;
9012                   to_x: "elm.padding.right";
9013                   to_y: "elm.text.3";
9014                }
9015                align: 1.0 0.0;
9016             }
9017             GENLIST_DESCRIPTION_FLIP_ENABLED
9018          }
9019          part { name: "elm.padding.icon1.left";
9020             clip_to: "disclip";
9021             type: RECT;
9022             scale: 1;
9023             description { state: "default" 0.0;
9024                min: GENLIST_PADDING_16_INC 0;
9025                rel1.to_x: "elm.icon.1";
9026                rel2 {
9027                   relative: 0.0 1.0;
9028                   to_x: "elm.icon.1";
9029                }
9030                align: 1.0 0.0;
9031                visible: 0;
9032             }
9033          }
9034          part { name: "elm.text1.rect";
9035             clip_to: "disclip";
9036             type: RECT;
9037             scale: 1;
9038             description { state: "default" 0.0;
9039                min: 0 GENLIST_SIZE_61_INC;
9040                rel1 {
9041                   relative: 1.0 1.0;
9042                   to_x: "elm.swallow.colorbar";
9043                   to_y: "elm.padding.top";
9044                }
9045                rel2 {
9046                   relative: 0.0 0.0;
9047                   to_x: "elm.padding.icon1.left";
9048                   to_y: "elm.padding.top";
9049                }
9050                align: 0.0 0.0;
9051                visible: 0;
9052             }
9053          }
9054          part { name: "elm.text.1";
9055             clip_to: "disclip";
9056             type: TEXTBLOCK;
9057             mouse_events: 0;
9058             scale: 1;
9059             description { state: "default" 0.0;
9060                rel1.to: "elm.text1.rect";
9061                rel2.to: "elm.text1.rect";
9062                align: 0.0 0.0;
9063                text {
9064                   style: "genlist_email_textblock_unread_style";
9065                   min: 0 1;
9066                   max: 0 1;
9067                   align: 0.0 0.5;
9068                }
9069             }
9070             description { state: "selected" 0.0;
9071                inherit: "default" 0.0;
9072                text.style: "genlist_email_textblock_selected_style";
9073             }
9074             description { state: "read" 0.0;
9075                inherit: "default" 0.0;
9076                text.style: "genlist_email_textblock_read_style";
9077             }
9078             description { state: "unread" 0.0;
9079                inherit: "default" 0.0;
9080                text.style: "genlist_email_textblock_unread_style";
9081             }
9082             description { state: "urgency_read" 0.0;
9083                inherit: "default" 0.0;
9084                text.style: "genlist_email_textblock_urgency_read_style";
9085             }
9086             description { state: "urgency_unread" 0.0;
9087                inherit: "default" 0.0;
9088                text.style: "genlist_email_textblock_urgency_unread_style";
9089             }
9090             GENLIST_DESCRIPTION_FLIP_ENABLED
9091          }
9092          part { name: "elm.text.2";
9093             clip_to: "disclip";
9094             type: TEXTBLOCK;
9095             scale: 1;
9096             description { state: "default" 0.0;
9097                rel1 {
9098                   relative: 1.0 1.0;
9099                   to_x: "elm.padding.left";
9100                   to_y: "elm.text.1";
9101                }
9102                rel2 {
9103                   relative: 0.0 0.0;
9104                   to_x: "elm.padding.icon2.left";
9105                   to_y: "elm.padding.bottom";
9106                }
9107                align: 0.0 0.5;
9108                text {
9109                   style: "genlist_email_textblock2_style";
9110                   min: 0 1;
9111                   align: 0.0 0.5;
9112                }
9113             }
9114             description { state: "selected" 0.0;
9115                inherit: "default" 0.0;
9116                text.style: "genlist_email_textblock2_selected_style";
9117             }
9118             GENLIST_DESCRIPTION_FLIP_ENABLED
9119          }
9120          part { name: "elm.padding.icon2.left";
9121             clip_to: "disclip";
9122             type: RECT;
9123             scale: 1;
9124             description { state: "default" 0.0;
9125                min: GENLIST_PADDING_16_INC 0;
9126                rel1 {
9127                   relative: 0.0 1.0;
9128                   to_x: "elm.icon.2";
9129                   to_y: "elm.text.1";
9130                }
9131                rel2 {
9132                   relative: 0.0 0.0;
9133                   to_x: "elm.icon.2";
9134                   to_y: "elm.padding.bottom";
9135                }
9136                align: 1.0 0.0;
9137                visible: 0;
9138             }
9139          }
9140          part { name: "elm.icon.2";
9141             clip_to: "disclip";
9142             type: SWALLOW;
9143             scale: 1;
9144             description { state: "default" 0.0;
9145                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9146                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9147                rel1 {
9148                   relative: 0.0 1.0;
9149                   to_x: "elm.padding.icon3.left";
9150                   to_y: "elm.text.1";
9151                }
9152                rel2 {
9153                   relative: 0.0 0.0;
9154                   to_x: "elm.padding.icon3.left";
9155                   to_y: "elm.padding.bottom";
9156                }
9157                align: 1.0 0.5;
9158             }
9159             GENLIST_DESCRIPTION_FLIP_ENABLED
9160          }
9161          part { name: "elm.padding.icon3.left";
9162             clip_to: "disclip";
9163             type: RECT;
9164             scale: 1;
9165             description { state: "default" 0.0;
9166                min: GENLIST_PADDING_16_INC 0;
9167                rel1 {
9168                   relative: 0.0 1.0;
9169                   to_x: "elm.icon.3";
9170                   to_y: "elm.text.1";
9171                }
9172                rel2 {
9173                   relative: 0.0 0.0;
9174                   to_x: "elm.icon.3";
9175                   to_y: "elm.padding.bottom";
9176                }
9177                align: 1.0 0.0;
9178                visible: 0;
9179             }
9180          }
9181          part { name: "elm.icon.3";
9182             clip_to: "disclip";
9183             type: SWALLOW;
9184             scale: 1;
9185             description { state: "default" 0.0;
9186                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9187                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9188                rel1 {
9189                   relative: 0.0 1.0;
9190                   to_x: "elm.padding.icon4.left";
9191                   to_y: "elm.text.1";
9192                }
9193                rel2 {
9194                   relative: 0.0 0.0;
9195                   to_x: "elm.padding.icon4.left";
9196                   to_y: "elm.padding.bottom";
9197                }
9198                align: 1.0 0.5;
9199             }
9200             GENLIST_DESCRIPTION_FLIP_ENABLED
9201          }
9202          part { name: "elm.padding.icon4.left";
9203             clip_to: "disclip";
9204             type: RECT;
9205             scale: 1;
9206             description { state: "default" 0.0;
9207                min: GENLIST_PADDING_16_INC 0;
9208                rel1 {
9209                   relative: 0.0 1.0;
9210                   to_x: "elm.icon.4";
9211                   to_y: "elm.text.1";
9212                }
9213                rel2 {
9214                   relative: 0.0 0.0;
9215                   to_x: "elm.icon.4";
9216                   to_y: "elm.padding.bottom";
9217                }
9218                align: 1.0 0.0;
9219                visible: 0;
9220             }
9221          }
9222          part { name: "elm.icon.4";
9223             clip_to: "disclip";
9224             type: SWALLOW;
9225             scale: 1;
9226             description { state: "default" 0.0;
9227                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9228                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9229                rel1 {
9230                   relative: 0.0 1.0;
9231                   to_x: "elm.text.3";
9232                   to_y: "elm.text.1";
9233                }
9234                rel2 {
9235                   relative: 0.0 0.0;
9236                   to_x: "elm.text.3";
9237                   to_y: "elm.padding.bottom";
9238                }
9239                align: 1.0 0.5;
9240             }
9241             GENLIST_DESCRIPTION_FLIP_ENABLED
9242          }
9243          part { name: "elm.swallow.outbox.progress";
9244             type: SWALLOW;
9245             scale: 1;
9246             mouse_events: 1;
9247             repeat_events: 0;
9248             description { state: "default" 0.0;
9249                min: GENLIST_SIZE_168_INC 0;
9250                color: 0 0 0 0;
9251                align: 1.0 0.5;
9252                rel1 {
9253                   relative: 0.0 1.0;
9254                   offset: 0 0;
9255                   to_x: "elm.padding.right";
9256                   to_y: "elm.padding.top";
9257                }
9258                rel2 {
9259                   relative: 0.0 0.0;
9260                   offset: 0 0;
9261                   to_x: "elm.padding.right";
9262                   to_y: "elm.padding.bottom";
9263                }
9264             }
9265          }
9266          GENLIST_PART_FLIP
9267          GENLIST_PART_DISCLIP
9268       }
9269       programs {
9270          // signal: elm,state,%s,active
9271          //   a "check" item named %s went active
9272          // signal: elm,state,%s,passive
9273          //   a "check" item named %s went passive
9274          // default is passive
9275          program { name: "go_active";
9276             signal: "elm,state,selected";
9277             source: "elm";
9278             action: STATE_SET "selected" 0.0;
9279             target: "bg_image";
9280             target: "elm.text.1";
9281             target: "elm.text.2";
9282             target: "elm.text.3";
9283             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9284          }
9285          program { name: "go_passive";
9286             signal: "elm,state,unselected";
9287             source: "elm";
9288             action: STATE_SET "default" 0.0;
9289             target: "bg_image";
9290             target: "elm.text.1";
9291             target: "elm.text.2";
9292             target: "elm.text.3";
9293             transition: LINEAR 0.1;
9294          }
9295          program { name: "go_disabled";
9296             signal: "elm,state,disabled";
9297             source: "elm";
9298             action: STATE_SET "disabled" 0.0;
9299             target: "disclip";
9300          }
9301          program { name: "go_enabled";
9302             signal: "elm,state,enabled";
9303             source: "elm";
9304             action: STATE_SET "default" 0.0;
9305             target: "disclip";
9306          }
9307          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
9308          program { name: "go_read";
9309             signal: "elm,state,read";
9310             source: "elm";
9311             action: STATE_SET "read" 0.0;
9312             target: "elm.text.1";
9313          }
9314          program { name: "go_unread";
9315             signal: "elm,state,unread";
9316             source: "elm";
9317             action: STATE_SET "unread" 0.0;
9318             target: "elm.text.1";
9319          }
9320          program { name: "go_urgeny_unread";
9321             signal: "elm,state,urgency_unread";
9322             source: "elm";
9323             action: STATE_SET "urgency_unread" 0.0;
9324             target: "elm.text.1";
9325          }
9326          program { name: "go_urgency_read";
9327             signal: "elm,state,urgency_read";
9328             source: "elm";
9329             action: STATE_SET "urgency_read" 0.0;
9330             target: "elm.text.1";
9331          }
9332          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9333       }
9334    }
9335
9336 // 3.2.24
9337    group { name: "elm/genlist/item/2text.3icon.2/default";
9338       alias: "elm/genlist/item_odd/2text.3icon.2/default";
9339       alias: "elm/genlist/item_compress/2text.3icon.2/default";
9340       alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
9341       data.item: "stacking" "above";
9342       data.item: "selectraise" "on";
9343       data.item: "texts" "elm.text.1 elm.text.2";
9344       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9345       data.item: "flips" "elm.flip.content";
9346       images {
9347          image: "00_list_bar_press_1x80.png" COMP;
9348       }
9349       parts {
9350          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9351          GENLIST_PART_BG_IMAGE
9352          GENLIST_PART_BOTTOM_LINE
9353          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9354          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9355          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9356          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9357          part { name: "elm.swallow.colorbar";
9358             clip_to: "disclip";
9359             type: SWALLOW;
9360             scale: 1;
9361             description { state: "default" 0.0;
9362                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9363                fixed: 1 1;
9364                rel2.relative: 0.0 0.0;
9365                align: 0.0 0.0;
9366             }
9367          }
9368          part { name: "elm.icon.2";
9369             clip_to: "disclip";
9370             type: SWALLOW;
9371             scale: 1;
9372             description { state: "default" 0.0;
9373                fixed: 1 1;
9374                rel1 {
9375                   relative: 0.0 1.0;
9376                   to_x: "elm.padding.right";
9377                   to_y: "elm.padding.top";
9378                }
9379                rel2 {
9380                   relative: 0.0 0.0;
9381                   to_x: "elm.padding.right";
9382                   to_y: "elm.padding.bottom";
9383                }
9384                align: 1.0 0.5;
9385             }
9386             GENLIST_DESCRIPTION_FLIP_ENABLED
9387          }
9388          part { name: "elm.padding.icon2.left";
9389             clip_to: "disclip";
9390             type: RECT;
9391             scale: 1;
9392             description { state: "default" 0.0;
9393                min: GENLIST_PADDING_16_INC 0;
9394                fixed: 1 0;
9395                rel1.to_x: "elm.icon.2";
9396                rel2 {
9397                   relative: 0.0 1.0;
9398                   to_x: "elm.icon.2";
9399                }
9400                align: 1.0 0.0;
9401                visible: 0;
9402             }
9403          }
9404          part { name: "elm.text.2";
9405             clip_to: "disclip";
9406             type: TEXT;
9407             mouse_events: 0;
9408             scale: 1;
9409             description { state: "default" 0.0;
9410                min: 0 GENLIST_SIZE_48_INC;
9411                fixed: 0 1;
9412                rel1 {
9413                   relative: 1.0 0.0;
9414                   to_x: "elm.padding.left";
9415                   to_y: "elm.padding.bottom";
9416                }
9417                rel2 {
9418                   relative: 0.0 0.0;
9419                   to_x: "elm.padding.icon2.left";
9420                   to_y: "elm.padding.bottom";
9421                }
9422                align: 0.0 1.0;
9423                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9424                text {
9425                   font: "SLP:style=Medium";
9426                   size: GENLIST_FONT_32_INC;
9427                   min: 0 1;
9428                   align: 0.0 0.5;
9429                   text_class: "slp_medium";
9430                }
9431             }
9432             description { state: "selected" 0.0;
9433                inherit: "default" 0.0;
9434                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9435             }
9436             GENLIST_DESCRIPTION_FLIP_ENABLED
9437          }
9438          part { name: "elm.text.1";
9439             clip_to: "disclip";
9440             type: TEXT;
9441             mouse_events: 0;
9442             scale: 1;
9443             description { state: "default" 0.0;
9444                min: 0 0;
9445                max: GENLIST_SIZE_560_INC 0;
9446                fixed: 1 0;
9447                rel1 {
9448                   relative: 1.0 1.0;
9449                   to_x: "elm.padding.left";
9450                   to_y: "elm.padding.top";
9451                }
9452                rel2 {
9453                   relative: 1.0 0.0;
9454                   to_x: "elm.padding.left";
9455                   to_y: "elm.text.2";
9456                }
9457                align: 0.0 0.5;
9458                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9459                text {
9460                   font: "SLP:style=Roman";
9461                   size: GENLIST_FONT_44_INC;
9462                   min: 1 1;
9463                   align: 0.0 0.5;
9464                   text_class: "list_item";
9465                }
9466             }
9467             description { state: "selected" 0.0;
9468                inherit: "default" 0.0;
9469                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9470             }
9471             GENLIST_DESCRIPTION_FLIP_ENABLED
9472          }
9473          part { name: "elm.padding.icon1.left";
9474             clip_to: "disclip";
9475             type: RECT;
9476             scale: 1;
9477             description { state: "default" 0.0;
9478                min: GENLIST_PADDING_16_INC 0;
9479                fixed: 1 0;
9480                rel1 {
9481                   relative: 1.0 0.0;
9482                   to_x: "elm.text.1";
9483                }
9484                rel2.to_x: "elm.text.1";
9485                align: 0.0 0.0;
9486                visible: 0;
9487             }
9488          }
9489          part { name: "elm.icon.1";
9490             clip_to: "disclip";
9491             type: SWALLOW;
9492             scale: 1;
9493             description { state: "default" 0.0;
9494                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9495                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9496                fixed: 1 1;
9497                rel1 {
9498                   relative: 1.0 1.0;
9499                   to_x: "elm.padding.icon1.left";
9500                   to_y: "elm.padding.top";
9501                }
9502                rel2 {
9503                   relative: 1.0 0.0;
9504                   to_x: "elm.padding.icon1.left";
9505                   to_y: "elm.text.2";
9506                }
9507                align: 0.0 0.5;
9508             }
9509             GENLIST_DESCRIPTION_FLIP_ENABLED
9510          }
9511          GENLIST_PART_FLIP
9512          GENLIST_PART_DISCLIP
9513       }
9514       programs {
9515          // signal: elm,state,%s,active
9516          //   a "check" item named %s went active
9517          // signal: elm,state,%s,passive
9518          //   a "check" item named %s went passive
9519          // default is passive
9520          program { name: "go_active";
9521             signal: "elm,state,selected";
9522             source: "elm";
9523             action: STATE_SET "selected" 0.0;
9524             target: "bg_image";
9525             target: "elm.text.1";
9526             target: "elm.text.2";
9527             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9528          }
9529          program { name: "go_passive";
9530             signal: "elm,state,unselected";
9531             source: "elm";
9532             action: STATE_SET "default" 0.0;
9533             target: "bg_image";
9534             target: "elm.text.1";
9535             target: "elm.text.2";
9536             transition: LINEAR 0.1;
9537          }
9538          program { name: "go_disabled";
9539             signal: "elm,state,disabled";
9540             source: "elm";
9541             action: STATE_SET "disabled" 0.0;
9542             target: "disclip";
9543          }
9544          program { name: "go_enabled";
9545             signal: "elm,state,enabled";
9546             source: "elm";
9547             action: STATE_SET "default" 0.0;
9548             target: "disclip";
9549          }
9550          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9551          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9552       }
9553    }
9554
9555 // 3.2.25
9556    group { name: "elm/genlist/item/2text.3icon.3/default";
9557       alias: "elm/genlist/item_odd/2text.3icon.3/default";
9558       alias: "elm/genlist/item_compress/2text.3icon.3/default";
9559       alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
9560       data.item: "stacking" "above";
9561       data.item: "selectraise" "on";
9562       data.item: "texts" "elm.text.1 elm.text.2";
9563       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9564       data.item: "flips" "elm.flip.content";
9565       images {
9566          image: "00_list_bar_press_1x80.png" COMP;
9567       }
9568       parts {
9569          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9570          GENLIST_PART_BG_IMAGE
9571          GENLIST_PART_BOTTOM_LINE
9572          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9573          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9574          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9575          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9576          part { name: "elm.swallow.colorbar";
9577             clip_to: "disclip";
9578             type: SWALLOW;
9579             scale: 1;
9580             description { state: "default" 0.0;
9581                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9582                fixed: 1 1;
9583                rel2.relative: 0.0 0.0;
9584                align: 0.0 0.0;
9585             }
9586          }
9587          part { name: "elm.icon.1";
9588             clip_to: "disclip";
9589             type: SWALLOW;
9590             scale: 1;
9591             description { state: "default" 0.0;
9592                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9593                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9594                fixed: 1 1;
9595                rel1 {
9596                   relative: 1.0 1.0;
9597                   to_x: "elm.padding.left";
9598                   to_y: "elm.padding.top";
9599                }
9600                rel2 {
9601                   relative: 1.0 0.0;
9602                   to_x: "elm.padding.left";
9603                   to_y: "elm.padding.bottom";
9604                }
9605                align: 0.0 0.5;
9606             }
9607             GENLIST_DESCRIPTION_FLIP_ENABLED
9608          }
9609          part { name: "elm.padding.icon1.right";
9610             clip_to: "disclip";
9611             type: RECT;
9612             scale: 1;
9613             description { state: "default" 0.0;
9614                min: GENLIST_PADDING_16_INC 0;
9615                fixed: 1 0;
9616                rel1 {
9617                   relative: 1.0 0.0;
9618                   to_x: "elm.icon.1";
9619                }
9620                rel2.to_x: "elm.icon.1";
9621                align: 0.0 0.0;
9622                visible: 0;
9623             }
9624          }
9625          part { name: "elm.icon.2";
9626             clip_to: "disclip";
9627             type: SWALLOW;
9628             scale: 1;
9629             description { state: "default" 0.0;
9630                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9631                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9632                fixed: 1 1;
9633                rel1 {
9634                   relative: 0.0 1.0;
9635                   to_x: "elm.padding.right";
9636                   to_y: "elm.padding.top";
9637                }
9638                rel2 {
9639                   relative: 0.0 1.0;
9640                   to_x: "elm.padding.right";
9641                   to_y: "elm.padding.bottom";
9642                }
9643                align: 1.0 0.5;
9644             }
9645             GENLIST_DESCRIPTION_FLIP_ENABLED
9646          }
9647          part { name: "elm.padding.icon2.left";
9648             clip_to: "disclip";
9649             type: RECT;
9650             scale: 1;
9651             description { state: "default" 0.0;
9652                min: GENLIST_PADDING_16_INC 0;
9653                fixed: 1 0;
9654                rel1 {
9655                   relative: 0.0 0.0;
9656                   to_x: "elm.icon.2";
9657                }
9658                rel2.to_x: "elm.icon.2";
9659                align: 1.0 0.0;
9660                visible: 0;
9661             }
9662          }
9663          part { name: "elm.text.1";
9664             clip_to: "disclip";
9665             type: TEXT;
9666             mouse_events: 0;
9667             scale: 1;
9668             description { state: "default" 0.0;
9669                min: 0 GENLIST_SIZE_61_INC;
9670                fixed: 1 1;
9671                rel1 {
9672                   relative: 1.0 1.0;
9673                   to_x: "elm.padding.icon1.right";
9674                   to_y: "elm.padding.top";
9675                }
9676                rel2 {
9677                   relative: 0.0 1.0;
9678                   to_x: "elm.padding.icon2.left";
9679                   to_y: "elm.padding.top";
9680                }
9681                align: 0.0 0.0;
9682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9683                text {
9684                   font: "SLP:style=Roman";
9685                   size: GENLIST_FONT_44_INC;
9686                   min: 0 1;
9687                   align: 0.0 0.5;
9688                   text_class: "list_item";
9689                }
9690             }
9691             description { state: "selected" 0.0;
9692                inherit: "default" 0.0;
9693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9694             }
9695             GENLIST_DESCRIPTION_FLIP_ENABLED
9696          }
9697          part { name: "elm.text.2";
9698             clip_to: "disclip";
9699             type: TEXT;
9700             mouse_events: 0;
9701             scale: 1;
9702             description { state: "default" 0.0;
9703                rel1 {
9704                   relative: 1.0 1.0;
9705                   to_x: "elm.padding.icon1.right";
9706                   to_y: "elm.text.1";
9707                }
9708                rel2 {
9709                   relative: 0.0 0.0;
9710                   to_x: "elm.padding.icon2.left";
9711                   to_y: "elm.padding.bottom";
9712                }
9713                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9714                text {
9715                   font: "SLP:style=Medium";
9716                   size: GENLIST_FONT_32_INC;
9717                   min: 0 1;
9718                   align: 0.0 0.5;
9719                   text_class: "slp_medium";
9720                }
9721             }
9722             description { state: "selected" 0.0;
9723                inherit: "default" 0.0;
9724                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9725             }
9726             GENLIST_DESCRIPTION_FLIP_ENABLED
9727          }
9728          GENLIST_PART_FLIP
9729          GENLIST_PART_DISCLIP
9730       }
9731       programs {
9732          // signal: elm,state,%s,active
9733          //   a "check" item named %s went active
9734          // signal: elm,state,%s,passive
9735          //   a "check" item named %s went passive
9736          // default is passive
9737          program { name: "go_active";
9738             signal: "elm,state,selected";
9739             source: "elm";
9740             action: STATE_SET "selected" 0.0;
9741             target: "bg_image";
9742             target: "elm.text.1";
9743             target: "elm.text.2";
9744             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9745          }
9746          program { name: "go_passive";
9747             signal: "elm,state,unselected";
9748             source: "elm";
9749             action: STATE_SET "default" 0.0;
9750             target: "bg_image";
9751             target: "elm.text.1";
9752             target: "elm.text.2";
9753             transition: LINEAR 0.1;
9754          }
9755          program { name: "go_disabled";
9756             signal: "elm,state,disabled";
9757             source: "elm";
9758             action: STATE_SET "disabled" 0.0;
9759             target: "disclip";
9760          }
9761          program { name: "go_enabled";
9762             signal: "elm,state,enabled";
9763             source: "elm";
9764             action: STATE_SET "default" 0.0;
9765             target: "disclip";
9766          }
9767          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9768          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9769       }
9770    }
9771
9772 // 3.2.26
9773    group { name: "elm/genlist/item/2text.2icon.6/default";
9774       alias: "elm/genlist/item_odd/2text.2icon.6/default";
9775       alias: "elm/genlist/item_compress/2text.2icon.6/default";
9776       alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
9777       data.item: "stacking" "above";
9778       data.item: "selectraise" "on";
9779       data.item: "texts" "elm.text.1 elm.text.2";
9780       data.item: "contents" "elm.icon.1 elm.icon.2";
9781       data.item: "flips" "elm.flip.content";
9782       images {
9783          image: "00_list_bar_press_1x80.png" COMP;
9784       }
9785       parts {
9786          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9787          GENLIST_PART_BG_IMAGE
9788          GENLIST_PART_BOTTOM_LINE
9789          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9790          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9791          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9792          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9793          part { name: "elm.icon.1";
9794             clip_to: "disclip";
9795             type: SWALLOW;
9796             scale: 1;
9797             description { state: "default" 0.0;
9798                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9799                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9800                fixed: 1 1;
9801                rel1 {
9802                   relative: 1.0 1.0;
9803                   to_x: "elm.padding.left";
9804                   to_y: "elm.padding.top";
9805                }
9806                rel2 {
9807                   relative: 1.0 0.0;
9808                   to_x: "elm.padding.left";
9809                   to_y: "elm.padding.bottom";
9810                }
9811                align: 0.0 0.5;
9812             }
9813             GENLIST_DESCRIPTION_FLIP_ENABLED
9814          }
9815          part { name: "elm.padding.icon1.right";
9816             clip_to: "disclip";
9817             type: RECT;
9818             scale: 1;
9819             description { state: "default" 0.0;
9820                min: GENLIST_PADDING_16_INC 0;
9821                fixed: 1 0;
9822                rel1 {
9823                   relative: 1.0 0.0;
9824                   to_x: "elm.icon.1";
9825                }
9826                rel2.to_x: "elm.icon.1";
9827                align: 0.0 0.0;
9828                visible: 0;
9829             }
9830          }
9831          part { name: "elm.text.1";
9832             clip_to: "disclip";
9833             type: TEXT;
9834             mouse_events: 0;
9835             scale: 1;
9836             description { state: "default" 0.0;
9837                min: 0 GENLIST_SIZE_61_INC;
9838                fixed: 0 1;
9839                rel1 {
9840                   relative: 1.0 1.0;
9841                   to_x: "elm.padding.icon1.right";
9842                   to_y: "elm.padding.top";
9843                }
9844                rel2 {
9845                   relative: 0.0 1.0;
9846                   to_x: "elm.padding.right";
9847                   to_y: "elm.padding.top";
9848                }
9849                align: 0.0 0.0;
9850                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9851                text {
9852                   font: "SLP:style=Roman";
9853                   size: GENLIST_FONT_44_INC;
9854                   min: 0 1;
9855                   align: 0.0 0.5;
9856                   text_class: "list_item";
9857                }
9858             }
9859             description { state: "selected" 0.0;
9860                inherit: "default" 0.0;
9861                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9862             }
9863             GENLIST_DESCRIPTION_FLIP_ENABLED
9864          }
9865          part { name: "elm.icon.2";
9866             clip_to: "disclip";
9867             type: SWALLOW;
9868             scale: 1;
9869             description { state: "default" 0.0;
9870                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9871                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
9872                fixed: 1 1;
9873                rel1 {
9874                   relative: 0.0 1.0;
9875                   to_x: "elm.padding.right";
9876                   to_y: "elm.text.1";
9877                }
9878                rel2 {
9879                   relative: 0.0 1.0;
9880                   to_x: "elm.padding.right";
9881                   to_y: "elm.padding.bottom";
9882                }
9883                align: 1.0 0.5;
9884             }
9885             GENLIST_DESCRIPTION_FLIP_ENABLED
9886          }
9887          part { name: "elm.padding.icon2.left";
9888             type: RECT;
9889             scale: 1;
9890             description { state: "default" 0.0;
9891                min: GENLIST_PADDING_16_INC 0;
9892                fixed: 1 0;
9893                rel1 {
9894                   relative: 0.0 0.0;
9895                   to_x: "elm.icon.2";
9896                }
9897                rel2.to_x: "elm.icon.2";
9898                align: 1.0 0.0;
9899                visible: 0;
9900             }
9901          }
9902          part { name: "elm.text.2";
9903             clip_to: "disclip";
9904             type: TEXT;
9905             mouse_events: 0;
9906             scale: 1;
9907             description { state: "default" 0.0;
9908                rel1 {
9909                   relative: 1.0 1.0;
9910                   to_x: "elm.padding.icon1.right";
9911                   to_y: "elm.text.1";
9912                }
9913                rel2 {
9914                   relative: 0.0 0.0;
9915                   offset: 0 0;
9916                   to_x: "elm.padding.icon2.left";
9917                   to_y: "elm.padding.bottom";
9918                }
9919                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9920                text {
9921                   font: "SLP:style=Medium";
9922                   size: GENLIST_FONT_32_INC;
9923                   min: 0 1;
9924                   align: 0.0 0.5;
9925                   text_class: "slp_medium";
9926                }
9927             }
9928             description { state: "selected" 0.0;
9929                inherit: "default" 0.0;
9930                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9931             }
9932             GENLIST_DESCRIPTION_FLIP_ENABLED
9933          }
9934          GENLIST_PART_FLIP
9935          GENLIST_PART_DISCLIP
9936       }
9937       programs {
9938          // signal: elm,state,%s,active
9939          //   a "check" item named %s went active
9940          // signal: elm,state,%s,passive
9941          //   a "check" item named %s went passive
9942          // default is passive
9943          program { name: "go_active";
9944             signal: "elm,state,selected";
9945             source: "elm";
9946             action: STATE_SET "selected" 0.0;
9947             target: "bg_image";
9948             target: "elm.text.1";
9949             target: "elm.text.2";
9950             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9951          }
9952          program { name: "go_passive";
9953             signal: "elm,state,unselected";
9954             source: "elm";
9955             action: STATE_SET "default" 0.0;
9956             target: "bg_image";
9957             target: "elm.text.1";
9958             target: "elm.text.2";
9959             transition: LINEAR 0.1;
9960          }
9961          program { name: "go_disabled";
9962             signal: "elm,state,disabled";
9963             source: "elm";
9964             action: STATE_SET "disabled" 0.0;
9965             target: "disclip";
9966          }
9967          program { name: "go_enabled";
9968             signal: "elm,state,enabled";
9969             source: "elm";
9970             action: STATE_SET "default" 0.0;
9971             target: "disclip";
9972          }
9973          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9974          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9975       }
9976    }
9977
9978    group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
9979       inherit: "elm/genlist/item/2text.2icon.6/default";
9980       parts {
9981          part { name: "elm.text.1";
9982             clip_to: "disclip";
9983             type: TEXTBLOCK;
9984             mouse_events: 0;
9985             scale: 1;
9986             description { state: "default" 0.0;
9987                min: 0 GENLIST_SIZE_61_INC;
9988                fixed: 0 1;
9989                rel1 {
9990                   relative: 1.0 1.0;
9991                   to_x: "elm.padding.icon1.right";
9992                   to_y: "elm.padding.top";
9993                }
9994                rel2 {
9995                   relative: 0.0 1.0;
9996                   to_x: "elm.padding.right";
9997                   to_y: "elm.padding.top";
9998                }
9999                align: 0.0 0.0;
10000                text {
10001                   style: "genlist_default_textblock_style";
10002                   size: GENLIST_FONT_44_INC;
10003                   min: 0 1;
10004                   align: 0.0 0.5;
10005                   text_class: "list_item";
10006                }
10007             }
10008             description { state: "selected" 0.0;
10009                inherit: "default" 0.0;
10010                text.style: "genlist_default_textblock_selected_style";
10011             }
10012             GENLIST_DESCRIPTION_FLIP_ENABLED
10013          }
10014          part { name: "elm.text.2";
10015             clip_to: "disclip";
10016             type: TEXTBLOCK;
10017             mouse_events: 0;
10018             scale: 1;
10019             description { state: "default" 0.0;
10020                rel1 {
10021                   relative: 1.0 1.0;
10022                   to_x: "elm.padding.icon1.right";
10023                   to_y: "elm.text.1";
10024                }
10025                rel2 {
10026                   relative: 0.0 0.0;
10027                   offset: 0 0;
10028                   to_x: "elm.padding.icon2.left";
10029                   to_y: "elm.padding.bottom";
10030                }
10031                text {
10032                   style: "genlist_default_textblock_style";
10033                   size: GENLIST_FONT_32_INC;
10034                   min: 0 1;
10035                   align: 0.0 0.5;
10036                   text_class: "slp_medium";
10037                }
10038             }
10039             description { state: "selected" 0.0;
10040                inherit: "default" 0.0;
10041                text.style: "genlist_default_textblock_selected_style";
10042             }
10043             GENLIST_DESCRIPTION_FLIP_ENABLED
10044          }
10045       }
10046    }
10047
10048 // 3.2.27
10049    group { name: "elm/genlist/item/2text.1icon.12/default";
10050       alias: "elm/genlist/item_odd/2text.1icon.12/default";
10051       alias: "elm/genlist/item_compress/2text.1icon.12/default";
10052       alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
10053       data.item: "stacking" "above";
10054       data.item: "selectraise" "on";
10055       data.item: "texts" "elm.text.1 elm.text.2";
10056       data.item: "contents" "elm.icon";
10057       data.item: "flips" "elm.flip.content";
10058       images {
10059          image: "00_list_bar_press_1x80.png" COMP;
10060       }
10061       parts {
10062          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10063          GENLIST_PART_BG_IMAGE
10064          GENLIST_PART_BOTTOM_LINE
10065          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10066          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10067          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10068          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10069          part { name: "elm.icon";
10070             clip_to: "disclip";
10071             type: SWALLOW;
10072             scale: 1;
10073             description { state: "default" 0.0;
10074                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10075                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10076                fixed: 1 1;
10077                rel1 {
10078                   relative: 0.0 1.0;
10079                   to_x: "elm.padding.right";
10080                   to_y: "elm.padding.top";
10081                }
10082                rel2 {
10083                   relative: 0.0 0.0;
10084                   to_x: "elm.padding.right";
10085                   to_y: "elm.padding.bottom";
10086                }
10087                align: 1.0 0.5;
10088             }
10089             GENLIST_DESCRIPTION_FLIP_ENABLED
10090          }
10091          part { name: "elm.padding.icon.left";
10092             clip_to: "disclip";
10093             type: RECT;
10094             scale: 1;
10095             description { state: "default" 0.0;
10096                min: GENLIST_PADDING_16_INC 0;
10097                fixed: 1 0;
10098                rel1.to_x: "elm.icon";
10099                rel2 {
10100                   relative: 0.0 1.0;
10101                   to_x: "elm.icon";
10102                }
10103                align: 1.0 0.0;
10104                visible: 0;
10105             }
10106          }
10107          part { name: "elm.text.1";
10108             clip_to: "disclip";
10109             type: TEXT;
10110             mouse_events: 0;
10111             scale: 1;
10112             description { state: "default" 0.0;
10113                min: 0 GENLIST_SIZE_61_INC;
10114                fixed: 0 1;
10115                rel1 {
10116                   relative: 1.0 1.0;
10117                   to_x: "elm.padding.left";
10118                   to_y: "elm.padding.top";
10119                }
10120                rel2 {
10121                   relative: 0.0 1.0;
10122                   to_x: "elm.padding.icon.left";
10123                   to_y: "elm.padding.top";
10124                }
10125                align: 0.0 0.0;
10126                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10127                text {
10128                   font: "SLP:style=Roman";
10129                   size: GENLIST_FONT_44_INC;
10130                   min: 0 1;
10131                   align: 0.0 0.5;
10132                   text_class: "list_item";
10133                }
10134             }
10135             description { state: "selected" 0.0;
10136                inherit: "default" 0.0;
10137                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10138             }
10139             GENLIST_DESCRIPTION_FLIP_ENABLED
10140          }
10141          part { name: "elm.text.2";
10142             clip_to: "disclip";
10143             type: TEXT;
10144             mouse_events: 0;
10145             scale: 1;
10146             description { state: "default" 0.0;
10147                rel1 {
10148                   relative: 1.0 1.0;
10149                   to_x: "elm.padding.left";
10150                   to_y: "elm.text.1";
10151                }
10152                rel2 {
10153                   relative: 0.0 0.0;
10154                   to_x: "elm.padding.icon.left";
10155                   to_y: "elm.padding.bottom";
10156                }
10157                align: 0.0 0.0;
10158                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10159                text {
10160                   font: "SLP:style=Medium";
10161                   size: GENLIST_FONT_32_INC;
10162                   min: 0 1;
10163                   align: 0.0 0.5;
10164                   text_class: "slp_medium";
10165                }
10166             }
10167             description { state: "selected" 0.0;
10168                inherit: "default" 0.0;
10169                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10170             }
10171             GENLIST_DESCRIPTION_FLIP_ENABLED
10172          }
10173          GENLIST_PART_FLIP
10174          GENLIST_PART_DISCLIP
10175       }
10176       programs {
10177          // signal: elm,state,%s,active
10178          //   a "check" item named %s went active
10179          // signal: elm,state,%s,passive
10180          //   a "check" item named %s went passive
10181          // default is passive
10182          program { name: "go_active";
10183             signal: "elm,state,selected";
10184             source: "elm";
10185             action: STATE_SET "selected" 0.0;
10186             target: "bg_image";
10187             target: "elm.text.1";
10188             target: "elm.text.2";
10189             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10190          }
10191          program { name: "go_passive";
10192             signal: "elm,state,unselected";
10193             source: "elm";
10194             action: STATE_SET "default" 0.0;
10195             target: "bg_image";
10196             target: "elm.text.1";
10197             target: "elm.text.2";
10198             transition: LINEAR 0.1;
10199          }
10200          program { name: "go_disabled";
10201             signal: "elm,state,disabled";
10202             source: "elm";
10203             action: STATE_SET "disabled" 0.0;
10204             target: "disclip";
10205          }
10206          program { name: "go_enabled";
10207             signal: "elm,state,enabled";
10208             source: "elm";
10209             action: STATE_SET "default" 0.0;
10210             target: "disclip";
10211          }
10212          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10213          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10214       }
10215    }
10216
10217 // ???
10218    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10219    group { name: "elm/genlist/item/2text.1icon.13/default";
10220       alias: "elm/genlist/item_odd/2text.1icon.13/default";
10221       alias: "elm/genlist/item_compress/2text.1icon.13/default";
10222       alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
10223       data.item: "stacking" "above";
10224       data.item: "selectraise" "on";
10225       data.item: "texts" "elm.text elm.text.msgcount";
10226       data.item: "contents" "elm.icon";
10227       data.item: "flips" "elm.flip.content";
10228       images {
10229          image: "00_list_bar_press_1x80.png" COMP;
10230       }
10231       parts {
10232          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10233          GENLIST_PART_BG
10234          GENLIST_PART_BG_IMAGE
10235          GENLIST_PART_BOTTOM_LINE
10236          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10237          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10238          part { name: "elm.icon";
10239             clip_to: "disclip";
10240             type: SWALLOW;
10241             scale: 1;
10242             description { state: "default" 0.0;
10243                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10244                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10245                fixed: 1 1;
10246                rel1 {
10247                   relative: 1.0 0.0;
10248                   to_x: "elm.padding.left";
10249                }
10250                rel2 {
10251                   relative: 1.0 1.0;
10252                   to_x: "elm.padding.left";
10253                }
10254                align: 0.0 0.5;
10255             }
10256             GENLIST_DESCRIPTION_FLIP_ENABLED
10257          }
10258          part { name: "elm.text.msgcount";
10259             clip_to: "disclip";
10260             type: TEXT;
10261             mouse_events: 0;
10262             scale: 1;
10263             description {
10264                state: "default" 0.0;
10265                fixed: 1 1;
10266                align: 0 0;
10267                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10268                rel1.to: "elm.icon";
10269                rel2.to: "elm.icon";
10270                text {
10271                   font: "SLP:style=Medium";
10272                   size: GENLIST_FONT_28_INC;
10273                   min: 0 1;
10274                   align: 0.5 0.5;
10275                   text_class: "slp_medium";
10276                }
10277                align: 0.0 0.5;
10278             }
10279          }
10280          part { name: "elm.padding.icon.right";
10281             clip_to: "disclip";
10282             type: RECT;
10283             scale: 1;
10284             description {
10285                state: "default" 0.0;
10286                min: GENLIST_SIZE_16_INC 0;
10287                fixed: 1 0;
10288                rel1 {
10289                   relative: 1.0 0.0;
10290                   to_x: "elm.icon";
10291                }
10292                rel2.to_x: "elm.icon";
10293                visible: 0;
10294             }
10295          }
10296          part { name: "elm.text";
10297             clip_to: "disclip";
10298             type: TEXT;
10299             mouse_events: 0;
10300             scale: 1;
10301             description { state: "default" 0.0;
10302                rel1 {
10303                   relative: 1.0 0.0;
10304                   to_x: "elm.padding.icon.right";
10305                }
10306                rel2 {
10307                   relative: 0.0 1.0;
10308                   to_x: "elm.padding.right";
10309                }
10310                align: 0.0 0.5;
10311                color: GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC;
10312                text {
10313                   font: "SLP:style=Roman";
10314                   size: GENLIST_FONT_44_INC;
10315                   min: 0 1;
10316                   align: 0.0 0.5;
10317                   text_class: "list_item";
10318                }
10319             }
10320             description { state: "selected" 0.0;
10321                inherit: "default" 0.0;
10322                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10323             }
10324             GENLIST_DESCRIPTION_FLIP_ENABLED
10325          }
10326          GENLIST_PART_FLIP
10327          GENLIST_PART_DISCLIP
10328       }
10329       programs {
10330          program { name: "go_active";
10331             signal: "elm,state,selected";
10332             source: "elm";
10333             action: STATE_SET "selected" 0.0;
10334             target: "bg_image";
10335             target: "elm.text";
10336             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10337          }
10338          program { name: "go_passive";
10339             signal: "elm,state,unselected";
10340             source: "elm";
10341             action: STATE_SET "default" 0.0;
10342             target: "bg_image";
10343             target: "elm.text";
10344             transition: LINEAR 0.1;
10345          }
10346          program { name: "go_disabled";
10347             signal: "elm,state,disabled";
10348             source: "elm";
10349             action: STATE_SET "disabled" 0.0;
10350             target: "disclip";
10351          }
10352          program { name: "go_enabled";
10353             signal: "elm,state,enabled";
10354             source: "elm";
10355             action: STATE_SET "default" 0.0;
10356             target: "disclip";
10357          }
10358          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10359       }
10360    }
10361
10362 // ???
10363    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10364    group { name: "elm/genlist/item/2text.1icon.14/default";
10365       alias: "elm/genlist/item_odd/2text.1icon.14/default";
10366       alias: "elm/genlist/item_compress/2text.1icon.14/default";
10367       alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
10368       data.item: "stacking" "above";
10369       data.item: "selectraise" "on";
10370       data.item: "texts" "elm.text elm.text.msgcount";
10371       data.item: "contents" "elm.check elm.icon";
10372       data.item: "flips" "elm.flip.content";
10373       images {
10374          image: "00_list_bar_press_1x80.png" COMP;
10375       }
10376       parts {
10377          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10378          GENLIST_PART_BG
10379          GENLIST_PART_BG_IMAGE
10380          GENLIST_PART_BOTTOM_LINE
10381          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10382          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10383          part { name: "elm.check";
10384             clip_to: "disclip";
10385             type: SWALLOW;
10386             mouse_events: 1;
10387             scale: 1;
10388             description { state: "default" 0.0;
10389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10390                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10391                fixed: 1 1;
10392                rel1 {
10393                   relative: 1.0 0.0;
10394                   to_x: "elm.padding.left";
10395                }
10396                rel2 {
10397                   relative: 1.0 1.0;
10398                   to_x: "elm.padding.left";
10399                }
10400                align: 0.0 0.5;
10401             }
10402             GENLIST_DESCRIPTION_FLIP_ENABLED
10403          }
10404
10405          part { name: "elm.padding.icon.checkbox.right";
10406             clip_to: "disclip";
10407             type: RECT;
10408             scale: 1;
10409             description { state: "default" 0.0;
10410                min: GENLIST_PADDING_16_INC 0;
10411                fixed: 1 0;
10412                rel1 {
10413                   relative: 1.0 0.0;
10414                   to_x: "elm.check";
10415                }
10416                rel2 {
10417                   relative: 1.0 1.0;
10418                   to_x:  "elm.check";
10419                }
10420                align: 1.0 0.0;
10421                visible: 0;
10422             }
10423          }
10424          part { name: "elm.icon";
10425             clip_to: "disclip";
10426             type: SWALLOW;
10427             scale: 1;
10428             description { state: "default" 0.0;
10429                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10430                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10431                fixed: 1 1;
10432                rel1.to_x: "elm.padding.right";
10433                rel2 {
10434                   relative: 0.0 1.0;
10435                   to_x: "elm.padding.right";
10436                }
10437                align: 1.0 0.5;
10438             }
10439             GENLIST_DESCRIPTION_FLIP_ENABLED
10440          }
10441          part { name: "elm.text.msgcount";
10442             clip_to: "disclip";
10443             type: TEXT;
10444             mouse_events: 0;
10445             scale: 1;
10446             description {
10447                state: "default" 0.0;
10448                fixed: 1 1;
10449                align: 0 0;
10450                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10451                rel1.to: "elm.icon";
10452                rel2.to: "elm.icon";
10453                text {
10454                   font: "SLP:style=Medium";
10455                   size: GENLIST_FONT_28_INC;
10456                   min: 0 1;
10457                   align: 0.5 0.5;
10458                   text_class: "slp_medium";
10459                }
10460                align: 0.0 0.5;
10461             }
10462          }
10463          part { name: "elm.padding.icon.left";
10464             clip_to: "disclip";
10465             type: RECT;
10466             scale: 1;
10467             description {
10468                state: "default" 0.0;
10469                min: GENLIST_SIZE_16_INC 0;
10470                fixed: 1 0;
10471                rel1.to_x: "elm.icon";
10472                rel2 {
10473                   relative: 0.0 1.0;
10474                   to_x: "elm.icon";
10475                }
10476                align: 1.0 0.0;
10477                visible: 0;
10478             }
10479          }
10480          part { name: "elm.text";
10481             clip_to: "disclip";
10482             type: TEXTBLOCK;
10483             mouse_events: 0;
10484             scale: 1;
10485             description { state: "default" 0.0;
10486                rel1 {
10487                   relative: 1.0 0.0;
10488                   to_x: "elm.padding.icon.checkbox.right";
10489                }
10490                rel2 {
10491                   relative: 0.0 1.0;
10492                   to_x: "elm.padding.icon.left";
10493                }
10494                align: 0.0 0.5;
10495                text {
10496                   style: "genlist_email_textblock_unread_style";
10497                   min: 0 1;
10498                   max: 0 1;
10499                   align: 0.0 0.5;
10500                }
10501             }
10502             description { state: "selected" 0.0;
10503                inherit: "default" 0.0;
10504                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10505             }
10506             GENLIST_DESCRIPTION_FLIP_ENABLED
10507          }
10508          GENLIST_PART_FLIP
10509          GENLIST_PART_DISCLIP
10510       }
10511       programs {
10512          program { name: "go_active";
10513             signal: "elm,state,selected";
10514             source: "elm";
10515             action: STATE_SET "selected" 0.0;
10516             target: "bg_image";
10517             target: "elm.text";
10518             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10519          }
10520          program { name: "go_passive";
10521             signal: "elm,state,unselected";
10522             source: "elm";
10523             action: STATE_SET "default" 0.0;
10524             target: "bg_image";
10525             target: "elm.text";
10526             transition: LINEAR 0.1;
10527          }
10528          program { name: "go_disabled";
10529             signal: "elm,state,disabled";
10530             source: "elm";
10531             action: STATE_SET "disabled" 0.0;
10532             target: "disclip";
10533          }
10534          program { name: "go_enabled";
10535             signal: "elm,state,enabled";
10536             source: "elm";
10537             action: STATE_SET "default" 0.0;
10538             target: "disclip";
10539          }
10540          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10541       }
10542    }
10543
10544 // 3.2.28
10545    group { name: "elm/genlist/item/2text.3icon/default";
10546       alias: "elm/genlist/item_odd/2text.3icon/default";
10547       alias: "elm/genlist/item_compress/2text.3icon/default";
10548       alias: "elm/genlist/item_compress_odd/2text.3icon/default";
10549       data.item: "stacking" "above";
10550       data.item: "selectraise" "on";
10551       data.item: "texts" "elm.text.1 elm.text.2";
10552       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
10553       data.item: "flips" "elm.flip.content";
10554       images {
10555          image: "00_list_bar_press_1x80.png" COMP;
10556       }
10557       parts {
10558          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10559          GENLIST_PART_BG_IMAGE
10560          GENLIST_PART_BOTTOM_LINE
10561          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10562          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10563          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10564          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10565          part { name: "elm.icon.3";
10566             clip_to: "disclip";
10567             type: SWALLOW;
10568             scale: 1;
10569             description { state: "default" 0.0;
10570                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10571                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10572                fixed: 1 1;
10573                rel1 {
10574                   relative: 0.0 1.0;
10575                   to_x: "elm.padding.right";
10576                   to_y: "elm.padding.top";
10577                }
10578                rel2 {
10579                   relative: 0.0 1.0;
10580                   to_x: "elm.padding.right";
10581                   to_y: "elm.padding.bottom";
10582                }
10583                align: 1.0 0.5;
10584             }
10585             GENLIST_DESCRIPTION_FLIP_ENABLED
10586          }
10587          part { name: "elm.padding.icon3.left";
10588             clip_to: "disclip";
10589             type: RECT;
10590             scale: 1;
10591             description { state: "default" 0.0;
10592                min: GENLIST_PADDING_16_INC 0;
10593                fixed: 1 0;
10594                rel1.to_x: "elm.icon.3";
10595                rel2 {
10596                   relative: 0.0 1.0;
10597                   to_x: "elm.icon.3";
10598                }
10599                align: 1.0 0.0;
10600                visible: 0;
10601             }
10602          }
10603          part { name: "elm.text.2";
10604             clip_to: "disclip";
10605             type: TEXT;
10606             mouse_events: 0;
10607             scale: 1;
10608             description { state: "default" 0.0;
10609                min: 0 GENLIST_SIZE_48_INC;
10610                fixed: 1 1;
10611                rel1 {
10612                   relative: 1.0 0.0;
10613                   to_x: "elm.padding.icon2.right";
10614                   to_y: "elm.padding.bottom";
10615                }
10616                rel2 {
10617                   relative: 0.0 0.0;
10618                   to_x: "elm.padding.icon3.left";
10619                   to_y: "elm.padding.bottom";
10620                }
10621                align: 0.0 1.0;
10622                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10623                text {
10624                   font: "SLP:style=Medium";
10625                   size: GENLIST_FONT_32_INC;
10626                   min: 0 1;
10627                   align: 0.0 0.5;
10628                   text_class: "slp_medium";
10629                }
10630             }
10631             description { state: "selected" 0.0;
10632                inherit: "default" 0.0;
10633                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10634             }
10635             GENLIST_DESCRIPTION_FLIP_ENABLED
10636          }
10637          part { name: "elm.icon.2";
10638             clip_to: "disclip";
10639             type: SWALLOW;
10640             scale: 1;
10641             description { state: "default" 0.0;
10642                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10643                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10644                fixed: 1 1;
10645                rel1 {
10646                   relative: 1.0 0.0;
10647                   to_x: "elm.padding.left";
10648                   to_y: "elm.text.2";
10649                }
10650                rel2 {
10651                   relative: 1.0 0.0;
10652                   to_x: "elm.padding.left";
10653                   to_y: "elm.padding.bottom";
10654                }
10655                align: 0.0 0.5;
10656             }
10657             GENLIST_DESCRIPTION_FLIP_ENABLED
10658          }
10659          part { name: "elm.padding.icon2.right";
10660             clip_to: "disclip";
10661             type: RECT;
10662             scale: 1;
10663             description { state: "default" 0.0;
10664                min: GENLIST_PADDING_16_INC 0;
10665                fixed: 1 0;
10666                rel1 {
10667                   relative: 1.0 0.0;
10668                   to_x: "elm.icon.2";
10669                }
10670                rel2.to_x: "elm.icon.2";
10671                align: 0.0 0.0;
10672                visible: 0;
10673             }
10674          }
10675          part { name: "elm.text.1";
10676             clip_to: "disclip";
10677             type: TEXT;
10678             mouse_events: 0;
10679             scale: 1;
10680             description { state: "default" 0.0;
10681                min: 0 0;
10682                max: GENLIST_SIZE_576_INC 0;
10683                fixed: 1 0;
10684                rel1 {
10685                   relative: 1.0 1.0;
10686                   to_x: "elm.padding.left";
10687                   to_y: "elm.padding.top";
10688                }
10689                rel2 {
10690                   relative: 1.0 0.0;
10691                   to_x: "elm.padding.left";
10692                   to_y: "elm.text.2";
10693                }
10694                align: 0.0 0.5;
10695                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10696                text {
10697                   font: "SLP:style=Roman";
10698                   size: GENLIST_FONT_44_INC;
10699                   min: 1 1;
10700                   align: 0.0 0.5;
10701                   text_class: "list_item";
10702                }
10703             }
10704             description { state: "selected" 0.0;
10705                inherit: "default" 0.0;
10706                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10707             }
10708             GENLIST_DESCRIPTION_FLIP_ENABLED
10709          }
10710
10711          part { name: "elm.padding.icon1.left";
10712             type: RECT;
10713             scale: 1;
10714             description { state: "default" 0.0;
10715                min: GENLIST_PADDING_16_INC 0;
10716                fixed: 1 0;
10717                rel1 {
10718                   relative: 1.0 0.0;
10719                   to_x: "elm.text.1";
10720                }
10721                rel2.to_x: "elm.text.1";
10722                align: 0.0 0.0;
10723                visible: 0;
10724             }
10725          }
10726          part { name: "elm.icon.1";
10727             clip_to: "disclip";
10728             type: SWALLOW;
10729             scale: 1;
10730             description { state: "default" 0.0;
10731                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10732                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
10733                fixed: 1 1;
10734                rel1 {
10735                   relative: 1.0 1.0;
10736                   to_x: "elm.padding.icon1.left";
10737                   to_y: "elm.padding.top";
10738                }
10739                rel2 {
10740                   relative: 1.0 0.0;
10741                   to_x: "elm.padding.icon1.left";
10742                   to_y: "elm.text.2";
10743                }
10744                align: 0.0 0.5;
10745             }
10746             GENLIST_DESCRIPTION_FLIP_ENABLED
10747          }
10748          GENLIST_PART_FLIP
10749          GENLIST_PART_DISCLIP
10750       }
10751       programs {
10752          // signal: elm,state,%s,active
10753          //   a "check" item named %s went active
10754          // signal: elm,state,%s,passive
10755          //   a "check" item named %s went passive
10756          // default is passive
10757          program { name: "go_active";
10758             signal: "elm,state,selected";
10759             source: "elm";
10760             action: STATE_SET "selected" 0.0;
10761             target: "bg_image";
10762             target: "elm.text.1";
10763             target: "elm.text.2";
10764             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10765          }
10766          program { name: "go_passive";
10767             signal: "elm,state,unselected";
10768             source: "elm";
10769             action: STATE_SET "default" 0.0;
10770             target: "bg_image";
10771             target: "elm.text.1";
10772             target: "elm.text.2";
10773             transition: LINEAR 0.1;
10774          }
10775          program { name: "go_disabled";
10776             signal: "elm,state,disabled";
10777             source: "elm";
10778             action: STATE_SET "disabled" 0.0;
10779             target: "disclip";
10780          }
10781          program { name: "go_enabled";
10782             signal: "elm,state,enabled";
10783             source: "elm";
10784             action: STATE_SET "default" 0.0;
10785             target: "disclip";
10786          }
10787          GENLIST_PROGRAM_FLIP_2TEXT_3ICON
10788          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10789       }
10790    }
10791
10792 // 3.2.29
10793    group { name: "elm/genlist/item/2text.1icon.5/default";
10794       alias: "elm/genlist/item_odd/2text.1icon.5/default";
10795       alias: "elm/genlist/item_compress/2text.1icon.5/default";
10796       alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
10797       data.item: "stacking" "above";
10798       data.item: "selectraise" "on";
10799       data.item: "texts" "elm.text.1 elm.text.2";
10800       data.item: "contents" "elm.icon";
10801       data.item: "flips" "elm.flip.content";
10802       images {
10803          image: "00_list_bar_press_1x80.png" COMP;
10804       }
10805       parts {
10806          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10807          GENLIST_PART_BG_IMAGE
10808          GENLIST_PART_BOTTOM_LINE
10809          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10810          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10811          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10812          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10813          part { name: "elm.icon";
10814             clip_to: "disclip";
10815             type: SWALLOW;
10816             scale: 1;
10817             description { state: "default" 0.0;
10818                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10819                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10820                fixed: 1 1;
10821                rel1 {
10822                   relative: 0.0 1.0;
10823                   to_x: "elm.padding.right";
10824                   to_y: "elm.padding.top";
10825                }
10826                rel2 {
10827                   relative: 0.0 0.0;
10828                   to_x: "elm.padding.right";
10829                   to_y: "elm.padding.bottom";
10830                }
10831                align: 1.0 0.5;
10832             }
10833             GENLIST_DESCRIPTION_FLIP_ENABLED
10834          }
10835          part { name: "elm.padding.icon.left";
10836             clip_to: "disclip";
10837             type: RECT;
10838             scale: 1;
10839             description { state: "default" 0.0;
10840                min: GENLIST_PADDING_16_INC 0;
10841                fixed: 1 0;
10842                rel1.to_x: "elm.icon";
10843                rel2 {
10844                   relative: 0.0 1.0;
10845                   to_x: "elm.icon";
10846                }
10847                align: 1.0 0.0;
10848                visible: 0;
10849             }
10850          }
10851          part { name: "elm.text.1";
10852             clip_to: "disclip";
10853             type: TEXT;
10854             mouse_events: 0;
10855             scale: 1;
10856             description { state: "default" 0.0;
10857                min: 0 GENLIST_SIZE_61_INC;
10858                fixed: 0 1;
10859                rel1 {
10860                   relative: 1.0 0.0;
10861                   to_x: "elm.padding.left";
10862                   to_y: "elm.padding.bottom";
10863                }
10864                rel2 {
10865                   relative: 0.0 0.0;
10866                   to_x: "elm.padding.icon.left";
10867                   to_y: "elm.padding.bottom";
10868                }
10869                align: 0.0 1.0;
10870                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10871                text {
10872                   font: "SLP:style=Roman";
10873                   size: GENLIST_FONT_44_INC;
10874                   min: 0 1;
10875                   align: 0.0 0.5;
10876                   text_class: "slp_roman";
10877                }
10878             }
10879             description { state: "selected" 0.0;
10880                inherit: "default" 0.0;
10881                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10882             }
10883             GENLIST_DESCRIPTION_FLIP_ENABLED
10884          }
10885          part { name: "elm.text.2";
10886             clip_to: "disclip";
10887             type: TEXT;
10888             mouse_events: 0;
10889             scale: 1;
10890             description { state: "default" 0.0;
10891                rel1 {
10892                   relative: 1.0 1.0;
10893                   to_x: "elm.padding.left";
10894                   to_y: "elm.padding.top";
10895                }
10896                rel2 {
10897                   relative: 0.0 0.0;
10898                   to_x: "elm.padding.icon.left";
10899                   to_y: "elm.text.1";
10900                }
10901                align: 0.0 1.0;
10902                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10903                text {
10904                   font: "SLP:style=Medium";
10905                   size: GENLIST_FONT_32_INC;
10906                   min: 0 1;
10907                   align: 0.0 0.5;
10908                   text_class: "list_item";
10909                }
10910             }
10911             description { state: "selected" 0.0;
10912                inherit: "default" 0.0;
10913                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10914             }
10915             GENLIST_DESCRIPTION_FLIP_ENABLED
10916          }
10917          GENLIST_PART_FLIP
10918          GENLIST_PART_DISCLIP
10919       }
10920       programs {
10921          // signal: elm,state,%s,active
10922          //   a "check" item named %s went active
10923          // signal: elm,state,%s,passive
10924          //   a "check" item named %s went passive
10925          // default is passive
10926          program { name: "go_active";
10927             signal: "elm,state,selected";
10928             source: "elm";
10929             action: STATE_SET "selected" 0.0;
10930             target: "bg_image";
10931             target: "elm.text.1";
10932             target: "elm.text.2";
10933             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10934          }
10935          program { name: "go_passive";
10936             signal: "elm,state,unselected";
10937             source: "elm";
10938             action: STATE_SET "default" 0.0;
10939             target: "bg_image";
10940             target: "elm.text.1";
10941             target: "elm.text.2";
10942             transition: LINEAR 0.1;
10943          }
10944          program { name: "go_disabled";
10945             signal: "elm,state,disabled";
10946             source: "elm";
10947             action: STATE_SET "disabled" 0.0;
10948             target: "disclip";
10949          }
10950          program { name: "go_enabled";
10951             signal: "elm,state,enabled";
10952             source: "elm";
10953             action: STATE_SET "default" 0.0;
10954             target: "disclip";
10955          }
10956          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10957          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10958       }
10959    }
10960
10961 // 3.2.30
10962    group { name: "elm/genlist/item/1text.3icon.3/default";
10963       alias: "elm/genlist/item_odd/1text.3icon.3/default";
10964       alias: "elm/genlist/item_compress/1text.3icon.3/default";
10965       alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
10966       data.item: "stacking" "above";
10967       data.item: "selectraise" "on";
10968       data.item: "texts" "elm.text.1";
10969       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10970       data.item: "flips" "elm.flip.content";
10971       images {
10972          image: "00_list_bar_press_1x80.png" COMP;
10973       }
10974       parts {
10975          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10976          GENLIST_PART_BG_IMAGE
10977          GENLIST_PART_BOTTOM_LINE
10978          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10979          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10980          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10981          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10982          part { name: "elm.icon.1";
10983             clip_to: "disclip";
10984             type: SWALLOW;
10985             scale: 1;
10986             description { state: "default" 0.0;
10987                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10988                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10989                fixed: 1 1;
10990                rel1 {
10991                   relative: 1.0 1.0;
10992                   to_x: "elm.padding.left";
10993                   to_y: "elm.padding.top";
10994                }
10995                rel2 {
10996                   relative: 1.0 0.0;
10997                   to_x: "elm.padding.left";
10998                   to_y: "elm.padding.bottom";
10999                }
11000                align: 0.0 0.5;
11001             }
11002             GENLIST_DESCRIPTION_FLIP_ENABLED
11003          }
11004          part { name: "elm.padding.icon1.right";
11005             clip_to: "disclip";
11006             type: RECT;
11007             scale: 1;
11008             description { state: "default" 0.0;
11009                min: GENLIST_PADDING_16_INC 0;
11010                fixed: 1 0;
11011                rel1 {
11012                   relative: 1.0 0.0;
11013                   to_x: "elm.icon.1";
11014                }
11015                rel2.to_x: "elm.icon.1";
11016                align: 0.0 0.0;
11017                visible: 0;
11018             }
11019          }
11020          part { name: "elm.icon.2";
11021             clip_to: "disclip";
11022             type: SWALLOW;
11023             scale: 1;
11024             description { state: "default" 0.0;
11025                fixed: 1 1;
11026                rel1 {
11027                   relative: 0.0 1.0;
11028                   to_x: "elm.padding.right";
11029                   to_y: "elm.padding.top";
11030                }
11031                rel2 {
11032                   relative: 0.0 0.0;
11033                   to_x: "elm.padding.right";
11034                   to_y: "elm.padding.bottom";
11035                }
11036                align: 1.0 0.5;
11037             }
11038             GENLIST_DESCRIPTION_FLIP_ENABLED
11039          }
11040          part { name: "elm.padding.icon2.left";
11041             clip_to: "disclip";
11042             type: RECT;
11043             scale: 1;
11044             description { state: "default" 0.0;
11045                min: GENLIST_PADDING_16_INC 0;
11046                fixed: 1 0;
11047                rel1.to_x: "elm.icon.2";
11048                rel2 {
11049                   relative: 0.0 1.0;
11050                   to_x: "elm.icon.2";
11051                }
11052                align: 1.0 0.0;
11053                visible: 0;
11054             }
11055          }
11056          part { name: "elm.text.1";
11057             clip_to: "disclip";
11058             type: TEXT;
11059             mouse_events: 0;
11060             scale: 1;
11061             description { state: "default" 0.0;
11062                min: 0 GENLIST_SIZE_61_INC;
11063                fixed: 0 1;
11064                rel1 {
11065                   relative: 1.0 1.0;
11066                   to_x: "elm.padding.icon1.right";
11067                   to_y: "elm.padding.top";
11068                }
11069                rel2 {
11070                   relative: 0.0 1.0;
11071                   to_x: "elm.padding.icon2.left";
11072                   to_y: "elm.padding.top";
11073                }
11074                align: 0 0;
11075                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11076                text {
11077                   font: "SLP:style=Roman";
11078                   size: GENLIST_FONT_44_INC;
11079                   min: 0 1;
11080                   align: 0.0 0.5;
11081                   text_class: "list_item";
11082                }
11083             }
11084             description { state: "selected" 0.0;
11085                inherit: "default" 0.0;
11086                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11087             }
11088             GENLIST_DESCRIPTION_FLIP_ENABLED
11089          }
11090          part { name: "elm.swallow.progress";
11091             clip_to: "disclip";
11092             type: SWALLOW;
11093             scale: 1;
11094             description { state: "default" 0.0;
11095                fixed: 0 1;
11096                rel1 {
11097                   relative: 1.0 1.0;
11098                   to_x: "elm.padding.icon1.right";
11099                   to_y: "elm.text.1";
11100                }
11101                rel2 {
11102                   relative: 0.0 1.0;
11103                   to_x: "elm.padding.icon2.left";
11104                   to_y: "elm.text.1";
11105                }
11106                align: 0.5 0.0;
11107             }
11108             GENLIST_DESCRIPTION_FLIP_ENABLED
11109          }
11110          GENLIST_PART_FLIP
11111          GENLIST_PART_DISCLIP
11112       }
11113       programs {
11114          // signal: elm,state,%s,active
11115          //   a "check" item named %s went active
11116          // signal: elm,state,%s,passive
11117          //   a "check" item named %s went passive
11118          // default is passive
11119          program { name: "go_active";
11120             signal: "elm,state,selected";
11121             source: "elm";
11122             action: STATE_SET "selected" 0.0;
11123             target: "bg_image";
11124             target: "elm.text.1";
11125             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11126          }
11127          program { name: "go_passive";
11128             signal: "elm,state,unselected";
11129             source: "elm";
11130             action: STATE_SET "default" 0.0;
11131             target: "bg_image";
11132             target: "elm.text.1";
11133             transition: LINEAR 0.1;
11134          }
11135          program { name: "go_disabled";
11136             signal: "elm,state,disabled";
11137             source: "elm";
11138             action: STATE_SET "disabled" 0.0;
11139             target: "disclip";
11140          }
11141          program { name: "go_enabled";
11142             signal: "elm,state,enabled";
11143             source: "elm";
11144             action: STATE_SET "default" 0.0;
11145             target: "disclip";
11146          }
11147          program { name: "flip_enabled";
11148             signal: "elm,state,flip,enabled";
11149             source: "elm";
11150             action: STATE_SET "flip_enabled" 0.0;
11151             target: "elm.text.1";
11152             target: "elm.icon.1";
11153             target: "elm.icon.2";
11154             target: "elm.swallow.progress";
11155             target: "elm.flip.content";
11156          }
11157          program { name: "flip_disabled";
11158             signal: "elm,state,flip,disabled";
11159             source: "elm";
11160             action: STATE_SET "default" 0.0;
11161             target: "elm.text.1";
11162             target: "elm.icon.1";
11163             target: "elm.icon.2";
11164             target: "elm.swallow.progress";
11165             target: "elm.flip.content";
11166          }
11167          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11168       }
11169    }
11170
11171 // 3.2.30
11172    group { name: "elm/genlist/item/3text.3icon/default";
11173       alias: "elm/genlist/item_odd/3text.3icon/default";
11174       alias: "elm/genlist/item_compress/3text.3icon/default";
11175       alias: "elm/genlist/item_compress_odd/3text.3icon/default";
11176       data.item: "stacking" "above";
11177       data.item: "selectraise" "on";
11178       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11179       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
11180       data.item: "flips" "elm.flip.content";
11181       images {
11182          image: "00_list_bar_press_1x80.png" COMP;
11183       }
11184       parts {
11185          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11186          GENLIST_PART_BG_IMAGE
11187          GENLIST_PART_BOTTOM_LINE
11188          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11189          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11190          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11191          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11192          part { name: "elm.icon.1";
11193             clip_to: "disclip";
11194             type: SWALLOW;
11195             scale: 1;
11196             description { state: "default" 0.0;
11197                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11198                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11199                fixed: 1 1;
11200                rel1 {
11201                   relative: 1.0 1.0;
11202                   to_x: "elm.padding.left";
11203                   to_y: "elm.padding.top";
11204                }
11205                rel2 {
11206                   relative: 1.0 0.0;
11207                   to_x: "elm.padding.left";
11208                   to_y: "elm.padding.bottom";
11209                }
11210                align: 0.0 0.5;
11211             }
11212             GENLIST_DESCRIPTION_FLIP_ENABLED
11213          }
11214          part { name: "elm.padding.icon1.right";
11215             clip_to: "disclip";
11216             type: RECT;
11217             scale: 1;
11218             description { state: "default" 0.0;
11219                min: GENLIST_PADDING_16_INC 0;
11220                fixed: 1 0;
11221                rel1 {
11222                   relative: 1.0 0.0;
11223                   to_x: "elm.icon.1";
11224                }
11225                rel2.to_x: "elm.icon.1";
11226                align: 0.0 0.0;
11227                visible: 0;
11228             }
11229          }
11230          part { name: "elm.icon.2";
11231             clip_to: "disclip";
11232             type: SWALLOW;
11233             scale: 1;
11234             description { state: "default" 0.0;
11235                fixed: 1 1;
11236                rel1 {
11237                   relative: 0.0 1.0;
11238                   to_x: "elm.padding.right";
11239                   to_y: "elm.padding.top";
11240                }
11241                rel2 {
11242                   relative: 0.0 0.0;
11243                   to_x: "elm.padding.right";
11244                   to_y: "elm.padding.bottom";
11245                }
11246                align: 1.0 0.5;
11247             }
11248             GENLIST_DESCRIPTION_FLIP_ENABLED
11249          }
11250          part { name: "elm.padding.icon2.left";
11251             clip_to: "disclip";
11252             type: RECT;
11253             scale: 1;
11254             description { state: "default" 0.0;
11255                min: GENLIST_PADDING_16_INC 0;
11256                fixed: 1 0;
11257                rel1.to_x: "elm.icon.2";
11258                rel2 {
11259                   relative: 0.0 1.0;
11260                   to_x: "elm.icon.2";
11261                }
11262                align: 1.0 0.0;
11263                visible: 0;
11264             }
11265          }
11266          part { name: "elm.text.1";
11267             clip_to: "disclip";
11268             type: TEXT;
11269             mouse_events: 0;
11270             scale: 1;
11271             description { state: "default" 0.0;
11272                min: 0 GENLIST_SIZE_61_INC;
11273                fixed: 0 1;
11274                rel1 {
11275                   relative: 1.0 0.0;
11276                   to_x: "elm.padding.icon1.right";
11277                   to_y: "elm.padding.top";
11278                }
11279                rel2 {
11280                   relative: 0.0 0.0;
11281                   to_x: "elm.padding.icon2.left";
11282                   to_y: "elm.padding.top";
11283                }
11284                align: 0 0;
11285                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11286                text {
11287                   font: "SLP:style=Roman";
11288                   size: GENLIST_FONT_44_INC;
11289                   min: 0 1;
11290                   align: 0.0 0.5;
11291                   text_class: "list_item";
11292                }
11293             }
11294             description { state: "selected" 0.0;
11295                inherit: "default" 0.0;
11296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11297             }
11298             GENLIST_DESCRIPTION_FLIP_ENABLED
11299          }
11300          part { name: "elm.swallow.progress";
11301             clip_to: "disclip";
11302             type: SWALLOW;
11303             scale: 1;
11304             description { state: "default" 0.0;
11305                fixed: 0 1;
11306                rel1 {
11307                   relative: 1.0 1.0;
11308                   to_x: "elm.padding.icon1.right";
11309                   to_y: "elm.text.1";
11310                }
11311                rel2 {
11312                   relative: 0.0 0.0;
11313                   to_x: "elm.padding.icon2.left";
11314                   to_y: "elm.text.2";
11315                }
11316                align: 0.5 0.5;
11317             }
11318             GENLIST_DESCRIPTION_FLIP_ENABLED
11319          }
11320          part { name: "elm.text.2";
11321             clip_to: "disclip";
11322             type: TEXT;
11323             mouse_events: 0;
11324             scale: 1;
11325             description { state: "default" 0.0;
11326                min: 0 GENLIST_SIZE_48_INC;
11327                fixed: 0 1;
11328                rel1 {
11329                   relative: 1.0 1.0;
11330                   to_x: "elm.padding.icon1.right";
11331                   to_y: "elm.padding.bottom";
11332                }
11333                rel2 {
11334                   relative: 0.0 1.0;
11335                   to_x: "elm.padding.icon2.left";
11336                   to_y: "elm.padding.bottom";
11337                }
11338                align: 0 1;
11339                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11340                text {
11341                   font: "SLP:style=Roman";
11342                   size: GENLIST_FONT_32_INC;
11343                   min: 0 1;
11344                   align: 0.0 0.5;
11345                   text_class: "slp_roman";
11346                }
11347             }
11348             description { state: "selected" 0.0;
11349                inherit: "default" 0.0;
11350                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11351             }
11352             GENLIST_DESCRIPTION_FLIP_ENABLED
11353          }
11354          part { name: "elm.text.3";
11355             clip_to: "disclip";
11356             type: TEXT;
11357             mouse_events: 0;
11358             scale: 1;
11359             description { state: "default" 0.0;
11360                min: 0 GENLIST_SIZE_48_INC;
11361                fixed: 0 1;
11362                rel1 {
11363                   relative: 1.0 1.0;
11364                   to_x: "elm.padding.icon1.right";
11365                   to_y: "elm.padding.bottom";
11366                }
11367                rel2 {
11368                   relative: 0.0 1.0;
11369                   to_x: "elm.padding.icon2.left";
11370                   to_y: "elm.padding.bottom";
11371                }
11372                align: 1 1;
11373                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11374                text {
11375                   font: "SLP:style=Roman";
11376                   size: GENLIST_FONT_32_INC;
11377                   min: 0 1;
11378                   align: 1.0 0.5;
11379                   text_class: "slp_roman";
11380                }
11381             }
11382             description { state: "selected" 0.0;
11383                inherit: "default" 0.0;
11384                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11385             }
11386             GENLIST_DESCRIPTION_FLIP_ENABLED
11387          }
11388          GENLIST_PART_FLIP
11389          GENLIST_PART_DISCLIP
11390       }
11391       programs {
11392          // signal: elm,state,%s,active
11393          //   a "check" item named %s went active
11394          // signal: elm,state,%s,passive
11395          //   a "check" item named %s went passive
11396          // default is passive
11397          program { name: "go_active";
11398             signal: "elm,state,selected";
11399             source: "elm";
11400             action: STATE_SET "selected" 0.0;
11401             target: "bg_image";
11402             target: "elm.text.1";
11403             target: "elm.text.2";
11404             target: "elm.text.3";
11405             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11406          }
11407          program { name: "go_passive";
11408             signal: "elm,state,unselected";
11409             source: "elm";
11410             action: STATE_SET "default" 0.0;
11411             target: "bg_image";
11412             target: "elm.text.1";
11413             target: "elm.text.2";
11414             target: "elm.text.3";
11415             transition: LINEAR 0.1;
11416          }
11417          program { name: "go_disabled";
11418             signal: "elm,state,disabled";
11419             source: "elm";
11420             action: STATE_SET "disabled" 0.0;
11421             target: "disclip";
11422          }
11423          program { name: "go_enabled";
11424             signal: "elm,state,enabled";
11425             source: "elm";
11426             action: STATE_SET "default" 0.0;
11427             target: "disclip";
11428          }
11429          program { name: "flip_enabled";
11430             signal: "elm,state,flip,enabled";
11431             source: "elm";
11432             action: STATE_SET "flip_enabled" 0.0;
11433             target: "elm.text.1";
11434             target: "elm.text.2";
11435             target: "elm.text.3";
11436             target: "elm.icon.1";
11437             target: "elm.icon.2";
11438             target: "elm.swallow.progress";
11439             target: "elm.flip.content";
11440          }
11441          program { name: "flip_disabled";
11442             signal: "elm,state,flip,disabled";
11443             source: "elm";
11444             action: STATE_SET "default" 0.0;
11445             target: "elm.text.1";
11446             target: "elm.text.2";
11447             target: "elm.text.3";
11448             target: "elm.icon.1";
11449             target: "elm.icon.2";
11450             target: "elm.swallow.progress";
11451             target: "elm.flip.content";
11452          }
11453          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11454       }
11455    }
11456
11457 // 3.2.31
11458    group { name: "elm/genlist/item/2text.2icon.8/default";
11459       alias: "elm/genlist/item_odd/2text.2icon.8/default";
11460       alias: "elm/genlist/item_compress/2text.2icon.8/default";
11461       alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
11462       data.item: "stacking" "above";
11463       data.item: "selectraise" "on";
11464       data.item: "texts" "elm.text.1 elm.text.2";
11465       data.item: "contents" "elm.icon.1 elm.icon.2";
11466       data.item: "flips" "elm.flip.content";
11467       images {
11468          image: "00_list_bar_press_1x80.png" COMP;
11469       }
11470       parts {
11471          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11472          GENLIST_PART_BG_IMAGE
11473          GENLIST_PART_BOTTOM_LINE
11474          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11475          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11476          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11477          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11478          part { name: "elm.icon.1";
11479             clip_to: "disclip";
11480             type: SWALLOW;
11481             scale: 1;
11482             description { state: "default" 0.0;
11483                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11484                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11485                fixed: 1 1;
11486                rel1 {
11487                   relative: 1.0 1.0;
11488                   to_x: "elm.padding.left";
11489                   to_y: "elm.padding.top";
11490                }
11491                rel2 {
11492                   relative: 1.0 0.0;
11493                   to_x: "elm.padding.left";
11494                   to_y: "elm.padding.bottom";
11495                }
11496                align: 0.0 0.5;
11497             }
11498             GENLIST_DESCRIPTION_FLIP_ENABLED
11499          }
11500          part { name: "elm.padding.icon1.right";
11501             clip_to: "disclip";
11502             type: RECT;
11503             scale: 1;
11504             description { state: "default" 0.0;
11505                min: GENLIST_PADDING_16_INC 0;
11506                fixed: 1 0;
11507                rel1 {
11508                   relative: 1.0 0.0;
11509                   to_x: "elm.icon.1";
11510                }
11511                rel2.to_x: "elm.icon.1";
11512                align: 0.0 0.0;
11513                visible: 0;
11514             }
11515          }
11516          part { name: "elm.icon.2";
11517             clip_to: "disclip";
11518             type: SWALLOW;
11519             scale: 1;
11520             description { state: "default" 0.0;
11521                fixed: 1 1;
11522                rel1 {
11523                   relative: 0.0 1.0;
11524                   to_x: "elm.padding.right";
11525                   to_y: "elm.padding.top";
11526                }
11527                rel2 {
11528                   relative: 0.0 0.0;
11529                   to_x: "elm.padding.right";
11530                   to_y: "elm.padding.bottom";
11531                }
11532                align: 1.0 0.5;
11533             }
11534             GENLIST_DESCRIPTION_FLIP_ENABLED
11535          }
11536          part { name: "elm.padding.icon2.left";
11537             clip_to: "disclip";
11538             type: RECT;
11539             scale: 1;
11540             description { state: "default" 0.0;
11541                min: GENLIST_PADDING_16_INC 0;
11542                fixed: 1 0;
11543                rel1.to_x: "elm.icon.2";
11544                rel2 {
11545                   relative: 0.0 1.0;
11546                   to_x: "elm.icon.2";
11547                }
11548                align: 1.0 0.0;
11549                visible: 0;
11550             }
11551          }
11552          part { name: "elm.text.1";
11553             clip_to: "disclip";
11554             type: TEXT;
11555             mouse_events: 0;
11556             scale: 1;
11557             description { state: "default" 0.0;
11558                min: 0 GENLIST_SIZE_61_INC;
11559                fixed: 0 1;
11560                rel1 {
11561                   relative: 1.0 1.0;
11562                   to_x: "elm.padding.icon1.right";
11563                   to_y: "elm.padding.top";
11564                }
11565                rel2 {
11566                   relative: 0.0 1.0;
11567                   to_x: "elm.padding.icon2.left";
11568                   to_y: "elm.padding.top";
11569                }
11570                align: 0.0 0.0;
11571                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11572                text {
11573                   font: "SLP:style=Roman";
11574                   size: GENLIST_FONT_44_INC;
11575                   min: 0 1;
11576                   align: 0.0 0.5;
11577                   text_class: "list_item";
11578                }
11579             }
11580             description { state: "selected" 0.0;
11581                inherit: "default" 0.0;
11582                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11583             }
11584             GENLIST_DESCRIPTION_FLIP_ENABLED
11585          }
11586          part { name: "elm.text.2";
11587             clip_to: "disclip";
11588             type: TEXT;
11589             mouse_events: 0;
11590             scale: 1;
11591             description { state: "default" 0.0;
11592                rel1 {
11593                   relative: 1.0 1.0;
11594                   to_x: "elm.padding.icon1.right";
11595                   to_y: "elm.text.1";
11596                }
11597                rel2 {
11598                   relative: 0.0 0.0;
11599                   to_x: "elm.padding.icon2.left";
11600                   to_y: "elm.padding.bottom";
11601                }
11602                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11603                text {
11604                   font: "SLP:style=Medium";
11605                   size: GENLIST_FONT_32_INC;
11606                   min: 0 1;
11607                   align: 0.0 0.5;
11608                   text_class: "slp_medium";
11609                }
11610             }
11611             description { state: "selected" 0.0;
11612                inherit: "default" 0.0;
11613                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11614             }
11615             GENLIST_DESCRIPTION_FLIP_ENABLED
11616          }
11617          GENLIST_PART_FLIP
11618          GENLIST_PART_DISCLIP
11619       }
11620       programs {
11621          // signal: elm,state,%s,active
11622          //   a "check" item named %s went active
11623          // signal: elm,state,%s,passive
11624          //   a "check" item named %s went passive
11625          // default is passive
11626          program { name: "go_active";
11627             signal: "elm,state,selected";
11628             source: "elm";
11629             action: STATE_SET "selected" 0.0;
11630             target: "bg_image";
11631             target: "elm.text.1";
11632             target: "elm.text.2";
11633             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11634          }
11635          program { name: "go_passive";
11636             signal: "elm,state,unselected";
11637             source: "elm";
11638             action: STATE_SET "default" 0.0;
11639             target: "bg_image";
11640             target: "elm.text.1";
11641             target: "elm.text.2";
11642             transition: LINEAR 0.1;
11643          }
11644          program { name: "go_disabled";
11645             signal: "elm,state,disabled";
11646             source: "elm";
11647             action: STATE_SET "disabled" 0.0;
11648             target: "disclip";
11649          }
11650          program { name: "go_enabled";
11651             signal: "elm,state,enabled";
11652             source: "elm";
11653             action: STATE_SET "default" 0.0;
11654             target: "disclip";
11655          }
11656          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11657          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11658       }
11659    }
11660
11661    group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
11662       inherit: "elm/genlist/item/2text.2icon.8/default";
11663       parts {
11664          part { name: "elm.text.1";
11665             clip_to: "disclip";
11666             type: TEXTBLOCK;
11667             mouse_events: 0;
11668             scale: 1;
11669             description { state: "default" 0.0;
11670                min: 0 GENLIST_SIZE_61_INC;
11671                fixed: 0 1;
11672                rel1 {
11673                   relative: 1.0 1.0;
11674                   to_x: "elm.padding.icon1.right";
11675                   to_y: "elm.padding.top";
11676                }
11677                rel2 {
11678                   relative: 0.0 1.0;
11679                   to_x: "elm.padding.icon2.left";
11680                   to_y: "elm.padding.top";
11681                }
11682                align: 0.0 0.0;
11683                text {
11684                   style: "genlist_default_textblock_style";
11685                   size: GENLIST_FONT_44_INC;
11686                   min: 0 1;
11687                   align: 0.0 0.5;
11688                   text_class: "slp_roman";
11689                }
11690             }
11691             description { state: "selected" 0.0;
11692                inherit: "default" 0.0;
11693                text.style: "genlist_default_textblock_selected_style";
11694             }
11695             GENLIST_DESCRIPTION_FLIP_ENABLED
11696          }
11697       }
11698    }
11699
11700 // 3.2.33
11701    group { name: "elm/genlist/item/1text.2icon.5/default";
11702       alias: "elm/genlist/item_odd/1text.2icon.5/default";
11703       alias: "elm/genlist/item_compress/1text.2icon.5/default";
11704       alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
11705       data.item: "stacking" "above";
11706       data.item: "selectraise" "on";
11707       data.item: "texts" "elm.text.1";
11708       data.item: "contents" "elm.icon.1 elm.swallow.progress";
11709       data.item: "flips" "elm.flip.content";
11710       images {
11711          image: "00_list_bar_press_1x80.png" COMP;
11712       }
11713       parts {
11714          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11715          GENLIST_PART_BG_IMAGE
11716          GENLIST_PART_BOTTOM_LINE
11717          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11718          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11719          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11720          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11721          part { name: "elm.icon.1";
11722             clip_to: "disclip";
11723             type: SWALLOW;
11724             scale: 1;
11725             description { state: "default" 0.0;
11726                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11727                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11728                fixed: 1 1;
11729                rel1 {
11730                   relative: 1.0 1.0;
11731                   to_x: "elm.padding.left";
11732                   to_y: "elm.padding.top";
11733                }
11734                rel2 {
11735                   relative: 1.0 0.0;
11736                   to_x: "elm.padding.left";
11737                   to_y: "elm.padding.bottom";
11738                }
11739                align: 0.0 0.5;
11740             }
11741             GENLIST_DESCRIPTION_FLIP_ENABLED
11742          }
11743          part { name: "elm.padding.icon1.right";
11744             clip_to: "disclip";
11745             type: RECT;
11746             scale: 1;
11747             description { state: "default" 0.0;
11748                min: GENLIST_PADDING_16_INC 0;
11749                fixed: 1 0;
11750                rel1 {
11751                   relative: 1.0 0.0;
11752                   to_x: "elm.icon.1";
11753                }
11754                rel2.to_x: "elm.icon.1";
11755                align: 0.0 0.0;
11756                visible: 0;
11757             }
11758          }
11759          part { name: "elm.text.1";
11760             clip_to: "disclip";
11761             type: TEXT;
11762             mouse_events: 0;
11763             scale: 1;
11764             description { state: "default" 0.0;
11765                min: 0 GENLIST_SIZE_61_INC;
11766                fixed: 0 1;
11767                rel1 {
11768                   relative: 1.0 1.0;
11769                   to_x: "elm.padding.icon1.right";
11770                   to_y: "elm.padding.top";
11771                }
11772                rel2 {
11773                   relative: 0.0 1.0;
11774                   to_x: "elm.padding.right";
11775                   to_y: "elm.padding.top";
11776                }
11777                align: 0 0;
11778                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11779                text {
11780                   font: "SLP:style=Roman";
11781                   size: GENLIST_FONT_44_INC;
11782                   min: 0 1;
11783                   align: 0.0 0.5;
11784                   text_class: "list_item";
11785                }
11786             }
11787             description { state: "selected" 0.0;
11788                inherit: "default" 0.0;
11789                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11790             }
11791             GENLIST_DESCRIPTION_FLIP_ENABLED
11792          }
11793          part { name: "elm.swallow.progress";
11794             clip_to: "disclip";
11795             type: SWALLOW;
11796             scale: 1;
11797             description { state: "default" 0.0;
11798                fixed: 0 1;
11799                rel1 {
11800                   relative: 1.0 1.0;
11801                   to_x: "elm.padding.icon1.right";
11802                   to_y: "elm.text.1";
11803                }
11804                rel2 {
11805                   relative: 0.0 1.0;
11806                   to_x: "elm.padding.right";
11807                   to_y: "elm.text.1";
11808                }
11809                align: 0.5 0.0;
11810             }
11811             GENLIST_DESCRIPTION_FLIP_ENABLED
11812          }
11813          GENLIST_PART_FLIP
11814          GENLIST_PART_DISCLIP
11815       }
11816       programs {
11817          // signal: elm,state,%s,active
11818          //   a "check" item named %s went active
11819          // signal: elm,state,%s,passive
11820          //   a "check" item named %s went passive
11821          // default is passive
11822          program { name: "go_active";
11823             signal: "elm,state,selected";
11824             source: "elm";
11825             action: STATE_SET "selected" 0.0;
11826             target: "bg_image";
11827             target: "elm.text.1";
11828             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11829          }
11830          program { name: "go_passive";
11831             signal: "elm,state,unselected";
11832             source: "elm";
11833             action: STATE_SET "default" 0.0;
11834             target: "bg_image";
11835             target: "elm.text.1";
11836             transition: LINEAR 0.1;
11837          }
11838          program { name: "go_disabled";
11839             signal: "elm,state,disabled";
11840             source: "elm";
11841             action: STATE_SET "disabled" 0.0;
11842             target: "disclip";
11843          }
11844          program { name: "go_enabled";
11845             signal: "elm,state,enabled";
11846             source: "elm";
11847             action: STATE_SET "default" 0.0;
11848             target: "disclip";
11849          }
11850          program { name: "flip_enabled";
11851             signal: "elm,state,flip,enabled";
11852             source: "elm";
11853             action: STATE_SET "flip_enabled" 0.0;
11854             target: "elm.text.1";
11855             target: "elm.icon.1";
11856             target: "elm.swallow.progress";
11857             target: "elm.flip.content";
11858          }
11859          program { name: "flip_disabled";
11860             signal: "elm,state,flip,disabled";
11861             source: "elm";
11862             action: STATE_SET "default" 0.0;
11863             target: "elm.text.1";
11864             target: "elm.icon.1";
11865             target: "elm.swallow.progress";
11866             target: "elm.flip.content";
11867          }
11868          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11869       }
11870    }
11871
11872 // 3.2.33
11873    group { name: "elm/genlist/item/2text.3icon.4/default";
11874       alias: "elm/genlist/item_odd/2text.3icon.4/default";
11875       alias: "elm/genlist/item_compress/2text.3icon.4/default";
11876       alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
11877       data.item: "stacking" "above";
11878       data.item: "selectraise" "on";
11879       data.item: "texts" "elm.text.1 elm.text.2";
11880       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
11881       data.item: "flips" "elm.flip.content";
11882       images {
11883          image: "00_list_bar_press_1x80.png" COMP;
11884       }
11885       parts {
11886          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11887          GENLIST_PART_BG_IMAGE
11888          GENLIST_PART_BOTTOM_LINE
11889          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11890          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11891          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11892          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11893          part { name: "elm.icon.1";
11894             clip_to: "disclip";
11895             type: SWALLOW;
11896             scale: 1;
11897             description { state: "default" 0.0;
11898                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11899                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11900                fixed: 1 1;
11901                rel1 {
11902                   relative: 1.0 1.0;
11903                   to_x: "elm.padding.left";
11904                   to_y: "elm.padding.top";
11905                }
11906                rel2 {
11907                   relative: 1.0 0.0;
11908                   to_x: "elm.padding.left";
11909                   to_y: "elm.padding.bottom";
11910                }
11911                align: 0.0 0.5;
11912             }
11913             GENLIST_DESCRIPTION_FLIP_ENABLED
11914          }
11915          part { name: "elm.padding.icon1.right";
11916             clip_to: "disclip";
11917             type: RECT;
11918             scale: 1;
11919             description { state: "default" 0.0;
11920                min: GENLIST_SIZE_16_INC 0;
11921                fixed: 1 0;
11922                rel1 {
11923                   relative: 1.0 0.0;
11924                   to_x: "elm.icon.1";
11925                }
11926                rel2.to_x: "elm.icon.1";
11927                align: 0.0 0.0;
11928                visible: 0;
11929             }
11930          }
11931          part { name: "elm.icon.2";
11932             clip_to: "disclip";
11933             type: SWALLOW;
11934             scale: 1;
11935             description { state: "default" 0.0;
11936                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11937                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11938                fixed: 1 1;
11939                rel1 {
11940                   relative: 1.0 1.0;
11941                   to_x: "elm.padding.icon1.right";
11942                   to_y: "elm.padding.top";
11943                }
11944                rel2 {
11945                   relative: 1.0 0.0;
11946                   to_x: "elm.padding.icon1.right";
11947                   to_y: "elm.padding.bottom";
11948                }
11949                align: 0.0 0.5;
11950             }
11951             GENLIST_DESCRIPTION_FLIP_ENABLED
11952          }
11953          part { name: "elm.padding.icon2.right";
11954             clip_to: "disclip";
11955             type: RECT;
11956             scale: 1;
11957             description { state: "default" 0.0;
11958                min: GENLIST_SIZE_16_INC 0;
11959                fixed: 1 0;
11960                rel1 {
11961                   relative: 1.0 0.0;
11962                   to_x: "elm.icon.2";
11963                }
11964                rel2.to_x: "elm.icon.2";
11965                align: 0.0 0.0;
11966                visible: 0;
11967             }
11968          }
11969          part { name: "elm.icon.3";
11970             clip_to: "disclip";
11971             type: SWALLOW;
11972             scale: 1;
11973             description { state: "default" 0.0;
11974                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11975                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11976                fixed: 1 1;
11977                rel1 {
11978                   relative: 0.0 1.0;
11979                   to_x: "elm.padding.right";
11980                   to_y: "elm.padding.top";
11981                }
11982                rel2 {
11983                   relative: 0.0 0.0;
11984                   to_x: "elm.padding.right";
11985                   to_y: "elm.padding.bottom";
11986                }
11987                align: 1.0 0.5;
11988             }
11989             GENLIST_DESCRIPTION_FLIP_ENABLED
11990          }
11991          part { name: "elm.padding.icon3.left";
11992             clip_to: "disclip";
11993             type: RECT;
11994             scale: 1;
11995             description { state: "default" 0.0;
11996                min: GENLIST_SIZE_16_INC 0;
11997                fixed: 1 0;
11998                rel1.to_x: "elm.icon.3";
11999                rel2 {
12000                   relative: 0.0 1.0;
12001                   to_x: "elm.icon.3";
12002                }
12003                align: 1.0 0.0;
12004                visible: 0;
12005             }
12006          }
12007          part { name: "elm.text.1";
12008             clip_to: "disclip";
12009             type: TEXT;
12010             mouse_events: 0;
12011             scale: 1;
12012             description { state: "default" 0.0;
12013                min: 0 GENLIST_SIZE_61_INC;
12014                fixed: 0 1;
12015                rel1 {
12016                   relative: 1.0 1.0;
12017                   to_x: "elm.padding.icon2.right";
12018                   to_y: "elm.padding.top";
12019                }
12020                rel2 {
12021                   relative: 0.0 1.0;
12022                   to_x: "elm.padding.icon3.left";
12023                   to_y: "elm.padding.top";
12024                }
12025                align: 0.0 0.0;
12026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12027                text {
12028                   font: "SLP:style=Roman";
12029                   size: GENLIST_FONT_44_INC;
12030                   min: 0 1;
12031                   align: 0.0 0.5;
12032                   text_class: "list_item";
12033                }
12034             }
12035             description { state: "selected" 0.0;
12036                inherit: "default" 0.0;
12037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12038             }
12039             GENLIST_DESCRIPTION_FLIP_ENABLED
12040          }
12041          part { name: "elm.text.2";
12042             clip_to: "disclip";
12043             type: TEXT;
12044             mouse_events: 0;
12045             scale: 1;
12046             description { state: "default" 0.0;
12047                rel1 {
12048                   relative: 1.0 1.0;
12049                   to_x: "elm.padding.icon2.right";
12050                   to_y: "elm.text.1";
12051                }
12052                rel2 {
12053                   relative: 0.0 0.0;
12054                   to_x: "elm.padding.icon3.left";
12055                   to_y: "elm.padding.bottom";
12056                }
12057                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12058                text {
12059                   font: "SLP:style=Medium";
12060                   size: GENLIST_FONT_32_INC;
12061                   min: 0 1;
12062                   align: 0.0 0.5;
12063                   text_class: "slp_medium";
12064                }
12065             }
12066             description { state: "selected" 0.0;
12067                inherit: "default" 0.0;
12068                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12069             }
12070             GENLIST_DESCRIPTION_FLIP_ENABLED
12071          }
12072          GENLIST_PART_FLIP
12073          GENLIST_PART_DISCLIP
12074       }
12075       programs {
12076          // signal: elm,state,%s,active
12077          //   a "check" item named %s went active
12078          // signal: elm,state,%s,passive
12079          //   a "check" item named %s went passive
12080          // default is passive
12081          program { name: "go_active";
12082             signal: "elm,state,selected";
12083             source: "elm";
12084             action: STATE_SET "selected" 0.0;
12085             target: "bg_image";
12086             target: "elm.text.1";
12087             target: "elm.text.2";
12088             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12089          }
12090          program { name: "go_passive";
12091             signal: "elm,state,unselected";
12092             source: "elm";
12093             action: STATE_SET "default" 0.0;
12094             target: "bg_image";
12095             target: "elm.text.1";
12096             target: "elm.text.2";
12097             transition: LINEAR 0.1;
12098          }
12099          program { name: "go_disabled";
12100             signal: "elm,state,disabled";
12101             source: "elm";
12102             action: STATE_SET "disabled" 0.0;
12103             target: "disclip";
12104          }
12105          program { name: "go_enabled";
12106             signal: "elm,state,enabled";
12107             source: "elm";
12108             action: STATE_SET "default" 0.0;
12109             target: "disclip";
12110          }
12111          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12112          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12113       }
12114    }
12115
12116 // 3.2.34
12117    group { name: "elm/genlist/item/2text.2icon.9/default";
12118       alias: "elm/genlist/item_odd/2text.2icon.9/default";
12119       alias: "elm/genlist/item_compress/2text.2icon.9/default";
12120       alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
12121       data.item: "stacking" "above";
12122       data.item: "selectraise" "on";
12123       data.item: "texts" "elm.text.1 elm.text.2";
12124       data.item: "contents" "elm.icon.1 elm.icon.2";
12125       data.item: "flips" "elm.flip.content";
12126       images {
12127          image: "00_list_bar_press_1x80.png" COMP;
12128       }
12129       parts {
12130          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
12131          GENLIST_PART_BG_IMAGE
12132          GENLIST_PART_BOTTOM_LINE
12133          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
12134          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
12135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12137          part { name: "elm.icon.2";
12138             clip_to: "disclip";
12139             type: SWALLOW;
12140             scale: 1;
12141             description { state: "default" 0.0;
12142                fixed: 1 1;
12143                rel1 {
12144                   relative: 0.0 1.0;
12145                   to_x: "elm.padding.right";
12146                   to_y: "elm.padding.top";
12147                }
12148                rel2 {
12149                   relative: 0.0 0.0;
12150                   to_x: "elm.padding.right";
12151                   to_y: "elm.padding.bottom";
12152                }
12153                align: 1.0 0.5;
12154             }
12155             GENLIST_DESCRIPTION_FLIP_ENABLED
12156          }
12157          part { name: "elm.padding.icon2.left";
12158             clip_to: "disclip";
12159             type: RECT;
12160             scale: 1;
12161             description { state: "default" 0.0;
12162                min: GENLIST_SIZE_16_INC 0;
12163                fixed: 1 0;
12164                rel1.to_x: "elm.icon.2";
12165                rel2 {
12166                   relative: 0.0 1.0;
12167                   to_x: "elm.icon.2";
12168                }
12169                align: 1.0 0.0;
12170                visible: 0;
12171             }
12172          }
12173          part { name: "elm.text.2";
12174             clip_to: "disclip";
12175             type: TEXT;
12176             mouse_events: 0;
12177             scale: 1;
12178             description { state: "default" 0.0;
12179                min: 0 GENLIST_SIZE_48_INC;
12180                fixed: 0 1;
12181                rel1 {
12182                   relative: 1.0 0.0;
12183                   to_x: "elm.padding.left";
12184                   to_y: "elm.padding.bottom";
12185                }
12186                rel2 {
12187                   relative: 0.0 0.0;
12188                   to_x: "elm.padding.icon2.left";
12189                   to_y: "elm.padding.bottom";
12190                }
12191                align: 0.0 1.0;
12192                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12193                text {
12194                   font: "SLP:style=Medium";
12195                   size: GENLIST_FONT_32_INC;
12196                   min: 0 1;
12197                   align: 0.0 0.5;
12198                   text_class: "slp_medium";
12199                }
12200             }
12201             description { state: "selected" 0.0;
12202                inherit: "default" 0.0;
12203                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12204             }
12205             GENLIST_DESCRIPTION_FLIP_ENABLED
12206          }
12207          part { name: "elm.text.1";
12208             clip_to: "disclip";
12209             type: TEXT;
12210             mouse_events: 0;
12211             scale: 1;
12212             description { state: "default" 0.0;
12213                min: 0 0;
12214                max: GENLIST_SIZE_560_INC 0;
12215                fixed: 1 0;
12216                rel1 {
12217                   relative: 1.0 1.0;
12218                   to_x: "elm.padding.left";
12219                   to_y: "elm.padding.top";
12220                }
12221                rel2 {
12222                   relative: 1.0 0.0;
12223                   to_x: "elm.padding.left";
12224                   to_y: "elm.text.2";
12225                }
12226                align: 0.0 0.5;
12227                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12228                text {
12229                   font: "SLP:style=Roman";
12230                   size: GENLIST_FONT_44_INC;
12231                   min: 1 1;
12232                   align: 0.0 0.5;
12233                   text_class: "list_item";
12234                }
12235             }
12236             description { state: "selected" 0.0;
12237                inherit: "default" 0.0;
12238                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12239             }
12240             GENLIST_DESCRIPTION_FLIP_ENABLED
12241          }
12242          part { name: "elm.padding.icon1.left";
12243             clip_to: "disclip";
12244             type: RECT;
12245             scale: 1;
12246             description { state: "default" 0.0;
12247                min: GENLIST_SIZE_16_INC 0;
12248                fixed: 1 0;
12249                rel1 {
12250                   relative: 1.0 0.0;
12251                   to_x: "elm.text.1";
12252                }
12253                rel2.to_x: "elm.text.1";
12254                align: 0.0 0.0;
12255                visible: 0;
12256             }
12257          }
12258          part { name: "elm.icon.1";
12259             clip_to: "disclip";
12260             type: SWALLOW;
12261             scale: 1;
12262             description { state: "default" 0.0;
12263                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12264                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12265                fixed: 1 1;
12266                rel1 {
12267                   relative: 1.0 1.0;
12268                   to_x: "elm.padding.icon1.left";
12269                   to_y: "elm.padding.top";
12270                }
12271                rel2 {
12272                   relative: 1.0 0.0;
12273                   to_x: "elm.padding.icon1.left";
12274                   to_y: "elm.text.2";
12275                }
12276                align: 0.0 0.5;
12277             }
12278             GENLIST_DESCRIPTION_FLIP_ENABLED
12279          }
12280          GENLIST_PART_FLIP
12281          GENLIST_PART_DISCLIP
12282       }
12283       programs {
12284          // signal: elm,state,%s,active
12285          //   a "check" item named %s went active
12286          // signal: elm,state,%s,passive
12287          //   a "check" item named %s went passive
12288          // default is passive
12289          program { name: "go_active";
12290             signal: "elm,state,selected";
12291             source: "elm";
12292             action: STATE_SET "selected" 0.0;
12293             target: "bg_image";
12294             target: "elm.text.1";
12295             target: "elm.text.2";
12296             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12297          }
12298          program { name: "go_passive";
12299             signal: "elm,state,unselected";
12300             source: "elm";
12301             action: STATE_SET "default" 0.0;
12302             target: "bg_image";
12303             target: "elm.text.1";
12304             target: "elm.text.2";
12305             transition: LINEAR 0.1;
12306          }
12307          program { name: "go_disabled";
12308             signal: "elm,state,disabled";
12309             source: "elm";
12310             action: STATE_SET "disabled" 0.0;
12311             target: "disclip";
12312          }
12313          program { name: "go_enabled";
12314             signal: "elm,state,enabled";
12315             source: "elm";
12316             action: STATE_SET "default" 0.0;
12317             target: "disclip";
12318          }
12319          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12320          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12321       }
12322    }
12323
12324 // 10.1 Help_dialogue group
12325    group { name: "elm/genlist/item_compress/multiline/1text/default";
12326       alias: "elm/genlist/item_compress_odd/multiline/1text/default";
12327       data.item: "stacking" "above";
12328       data.item: "selectraise" "on";
12329       data.item: "texts" "elm.text.1";
12330       parts {
12331          part { name: "base";
12332             type: RECT;
12333             repeat_events: 1;
12334             description { state: "default" 0.0;
12335                color: GENLIST_DIALOGUE_GROUP_BG_COLOR_INC;
12336             }
12337          }
12338          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
12339          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
12340          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
12341          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
12342          part { name: "elm.text.1";
12343             clip_to: "disclip";
12344             type: TEXTBLOCK;
12345             mouse_events: 0;
12346             scale: 1;
12347             description { state: "default" 0.0;
12348                rel1 {
12349                   relative: 1.0 1.0;
12350                   to_x: "elm.padding.left";
12351                   to_y: "elm.padding.top";
12352                }
12353                rel2 {
12354                   relative: 0.0 0.0;
12355                   to_x: "elm.padding.right";
12356                   to_y: "elm.padding.bottom";
12357                }
12358                text {
12359                   style: "genlist_textblock_help_style";
12360                   min: 0 1;
12361                   align: 0.0 0.5;
12362                }
12363             }
12364          }
12365          GENLIST_PART_DISCLIP
12366       }
12367       programs {
12368          program { name: "go_disabled";
12369             signal: "elm,state,disabled";
12370             source: "elm";
12371             action: STATE_SET "disabled" 0.0;
12372             target: "disclip";
12373          }
12374          program { name: "go_enabled";
12375             signal: "elm,state,enabled";
12376             source: "elm";
12377             action: STATE_SET "default" 0.0;
12378             target: "disclip";
12379          }
12380       }
12381    }
12382
12383 // 3.4.1
12384    group { name: "elm/genlist/item_compress/multiline/2text/default";
12385       alias: "elm/genlist/item_compress_odd/multiline/2text/default";
12386       alias: "elm/genlist/item_compress/multiline.2text/default";
12387       alias: "elm/genlist/item_compress_odd/multiline.2text/default";
12388       data.item: "stacking" "above";
12389       data.item: "selectraise" "on";
12390       data.item: "texts" "elm.text.1 elm.text.2";
12391       parts {
12392          part { name: "base";
12393             type: RECT;
12394             repeat_events: 1;
12395             description { state: "default" 0.0;
12396                color: GENLIST_PART_BG_COLOR_INC;
12397             }
12398          }
12399          GENLIST_PART_BG_IMAGE
12400          GENLIST_PART_BOTTOM_LINE
12401          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12402          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
12403          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12404          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12405          part { name: "elm.text.1";
12406             clip_to: "disclip";
12407             type: TEXT;
12408             mouse_events: 0;
12409             scale: 1;
12410             description { state: "default" 0.0;
12411                min: 0 GENLIST_SIZE_61_INC;
12412                fixed: 0 1;
12413                rel1 {
12414                   relative: 1.0 1.0;
12415                   to_x: "elm.padding.left";
12416                   to_y: "elm.padding.top";
12417                }
12418                rel2 {
12419                   relative: 0.0 1.0;
12420                   to_x: "elm.padding.right";
12421                   to_y: "elm.padding.top";
12422                }
12423                align: 0.0 0.0;
12424                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12425                text {
12426                   font: "SLP:style=Roman";
12427                   size: GENLIST_FONT_42_INC;
12428                   min: 0 1;
12429                   align: 0.0 0.5;
12430                   text_class: "list_item";
12431                }
12432             }
12433             description { state: "selected" 0.0;
12434                inherit: "default" 0.0;
12435                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12436             }
12437          }
12438          part { name: "elm.text.2";
12439             clip_to: "disclip";
12440             type: TEXTBLOCK;
12441             mouse_events: 0;
12442             scale: 1;
12443             description { state: "default" 0.0;
12444                rel1 {
12445                   relative: 1.0 1.0;
12446                   to_x: "elm.padding.left";
12447                   to_y: "elm.text.1";
12448                }
12449                rel2 {
12450                   relative: 0.0 0.0;
12451                   to_x: "elm.padding.right";
12452                   to_y: "elm.padding.bottom";
12453                }
12454                text {
12455                   style: "genlist_textblock_flexible_sub_style";
12456                   min: 0 1;
12457                   align: 0.0 0.5;
12458                }
12459             }
12460             description { state: "selected" 0.0;
12461                inherit: "default" 0.0;
12462                text.style: "genlist_textblock_flexible_sub_selected_style";
12463             }
12464          }
12465          GENLIST_PART_DISCLIP
12466       }
12467       programs {
12468          // signal: elm,state,%s,active
12469          //   a "check" item named %s went active
12470          // signal: elm,state,%s,passive
12471          //   a "check" item named %s went passive
12472          // default is passive
12473          program { name: "go_active";
12474             signal: "elm,state,selected";
12475             source: "elm";
12476             action: STATE_SET "selected" 0.0;
12477             target: "bg_image";
12478             target: "elm.text.1";
12479             target: "elm.text.2";
12480             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12481          }
12482          program { name: "go_passive";
12483             signal: "elm,state,unselected";
12484             source: "elm";
12485             action: STATE_SET "default" 0.0;
12486             target: "bg_image";
12487             target: "elm.text.1";
12488             target: "elm.text.2";
12489             transition: LINEAR 0.1;
12490          }
12491          program { name: "go_disabled";
12492             signal: "elm,state,disabled";
12493             source: "elm";
12494             action: STATE_SET "disabled" 0.0;
12495             target: "disclip";
12496          }
12497          program { name: "go_enabled";
12498             signal: "elm,state,enabled";
12499             source: "elm";
12500             action: STATE_SET "default" 0.0;
12501             target: "disclip";
12502          }
12503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12504       }
12505    }
12506
12507 // 3.4.2
12508    group { name: "elm/genlist/item/multiline/3text.2icon/default";
12509       alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
12510       alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
12511       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
12512       data.item: "stacking" "above";
12513       data.item: "selectraise" "on";
12514       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12515       data.item: "contents" "elm.icon.1 elm.icon.2";
12516       data.item: "flips" "elm.flip.content";
12517       images {
12518          image: "00_list_bar_press_1x80.png" COMP;
12519       }
12520       parts {
12521          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12522          GENLIST_PART_BG_IMAGE
12523          GENLIST_PART_BOTTOM_LINE
12524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12528          part { name: "elm.icon.2";
12529             clip_to: "disclip";
12530             type: SWALLOW;
12531             scale: 1;
12532             description { state: "default" 0.0;
12533                min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12534                max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12535                fixed: 1 1;
12536                rel1 {
12537                   relative: 0.0 1.0;
12538                   to_x: "elm.padding.right";
12539                   to_y: "elm.padding.top";
12540                }
12541                rel2 {
12542                   relative: 0.0 0.0;
12543                   to_x: "elm.padding.right";
12544                   to_y: "elm.padding.bottom";
12545                }
12546                align: 1.0 0.5;
12547             }
12548             GENLIST_DESCRIPTION_FLIP_ENABLED
12549          }
12550          part { name: "elm.padding.icon2.left";
12551             clip_to: "disclip";
12552             type: RECT;
12553             scale: 1;
12554             description { state: "default" 0.0;
12555                min: GENLIST_PADDING_16_INC 0;
12556                fixed: 1 0;
12557                rel1.to_x: "elm.icon.2";
12558                rel2 {
12559                   relative: 0.0 1.0;
12560                   to_x: "elm.icon.2";
12561                }
12562                align: 1.0 0.0;
12563                visible: 0;
12564             }
12565          }
12566          part { name: "elm.text.1.rect";
12567             clip_to: "disclip";
12568             type: RECT;
12569             scale: 1;
12570             description { state: "default" 0.0;
12571                min: 0 GENLIST_SIZE_48_INC;
12572                fixed: 0 1;
12573                rel1 {
12574                   relative: 1.0 1.0;
12575                   to_x: "elm.padding.left";
12576                   to_y: "elm.padding.top";
12577                }
12578                rel2 {
12579                   relative: 0.0 1.0;
12580                   to_x: "elm.padding.icon2.left";
12581                   to_y: "elm.padding.top";
12582                }
12583                align: 0.0 0.0;
12584                visible: 0;
12585             }
12586          }
12587          part { name: "elm.text.1";
12588             clip_to: "disclip";
12589             type: TEXT;
12590             mouse_events: 0;
12591             scale: 1;
12592             description { state: "default" 0.0;
12593                fixed: 1 1;
12594                rel1.to: "elm.text.1.rect";
12595                rel2.to: "elm.text.1.rect";
12596                align: 0.0 0.0;
12597                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12598                text {
12599                   font: "SLP:style=Roman";
12600                   size: GENLIST_FONT_40_INC;
12601                   min: 0 1;
12602                   align: 0.0 0.5;
12603                   text_class: "list_item";
12604                }
12605             }
12606             description { state: "selected" 0.0;
12607                inherit: "default" 0.0;
12608                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12609             }
12610             GENLIST_DESCRIPTION_FLIP_ENABLED
12611          }
12612          part { name: "elm.text.2";
12613             clip_to: "disclip";
12614             type: TEXT;
12615             mouse_events: 0;
12616             scale: 1;
12617             description { state: "default" 0.0;
12618                min: 0 GENLIST_SIZE_48_INC;
12619                fixed: 0 1;
12620                rel1 {
12621                   relative: 1.0 1.0;
12622                   to_x: "elm.padding.left";
12623                   to_y: "elm.text.1.rect";
12624                }
12625                rel2 {
12626                   relative: 0.0 1.0;
12627                   to_x: "elm.padding.icon2.left";
12628                   to_y: "elm.text.1.rect";
12629                }
12630                align: 0.0 0.0;
12631                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12632                text {
12633                   font: "SLP:style=Roman";
12634                   size: GENLIST_FONT_36_INC;
12635                   min: 0 1;
12636                   align: 0.0 0.5;
12637                   text_class: "slp_roman";
12638                }
12639             }
12640             description { state: "selected" 0.0;
12641                inherit: "default" 0.0;
12642                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12643             }
12644             GENLIST_DESCRIPTION_FLIP_ENABLED
12645          }
12646          part { name: "elm.text.3";
12647             clip_to: "disclip";
12648             type: TEXT;
12649             mouse_events: 0;
12650             scale: 1;
12651             description { state: "default" 0.0;
12652                min: 0 GENLIST_SIZE_35_INC;
12653                fixed: 0 1;
12654                rel1 {
12655                   relative: 1.0 0.0;
12656                   to_x: "elm.padding.icon1.right";
12657                   to_y: "elm.padding.bottom";
12658                }
12659                rel2 {
12660                   relative: 0.0 0.0;
12661                   to_x: "elm.padding.icon2.left";
12662                   to_y: "elm.padding.bottom";
12663                }
12664                align: 0.0 1.0;
12665                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12666                text {
12667                   font: "SLP:style=Medium";
12668                   size: GENLIST_FONT_30_INC;
12669                   min: 0 1;
12670                   align: 0.0 0.5;
12671                   text_class: "slp_medium";
12672                }
12673             }
12674             description { state: "selected" 0.0;
12675                inherit: "default" 0.0;
12676                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12677             }
12678             GENLIST_DESCRIPTION_FLIP_ENABLED
12679          }
12680          part { name: "elm.icon.1";
12681             clip_to: "disclip";
12682             type: SWALLOW;
12683             scale: 1;
12684             description { state: "default" 0.0;
12685                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12686                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12687                fixed: 1 1;
12688                rel1 {
12689                   relative: 1.0 1.0;
12690                   to_x: "elm.padding.left";
12691                   to_y: "elm.text.2";
12692                }
12693                rel2 {
12694                   relative: 1.0 0.0;
12695                   to_x: "elm.padding.left";
12696                   to_y: "elm.padding.bottom";
12697                }
12698                align: 0.0 0.5;
12699             }
12700             GENLIST_DESCRIPTION_FLIP_ENABLED
12701          }
12702          part { name: "elm.padding.icon1.right";
12703             clip_to: "disclip";
12704             type: RECT;
12705             scale: 1;
12706             description { state: "default" 0.0;
12707                min: GENLIST_PADDING_16_INC 0;
12708                fixed: 1 0;
12709                rel1 {
12710                   relative: 1.0 0.0;
12711                   to_x: "elm.icon.1";
12712                }
12713                rel2.to_x: "elm.icon.1";
12714                align: 0.0 0.0;
12715                visible: 0;
12716             }
12717          }
12718          GENLIST_PART_FLIP
12719          GENLIST_PART_DISCLIP
12720       }
12721       programs {
12722          // signal: elm,state,%s,active
12723          //   a "check" item named %s went active
12724          // signal: elm,state,%s,passive
12725          //   a "check" item named %s went passive
12726          // default is passive
12727          program { name: "go_active";
12728             signal: "elm,state,selected";
12729             source: "elm";
12730             action: STATE_SET "selected" 0.0;
12731             target: "bg_image";
12732             target: "elm.text.1";
12733             target: "elm.text.2";
12734             target: "elm.text.3";
12735             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12736          }
12737          program { name: "go_passive";
12738             signal: "elm,state,unselected";
12739             source: "elm";
12740             action: STATE_SET "default" 0.0;
12741             target: "bg_image";
12742             target: "elm.text.1";
12743             target: "elm.text.2";
12744             target: "elm.text.3";
12745             transition: LINEAR 0.1;
12746          }
12747          program { name: "go_disabled";
12748             signal: "elm,state,disabled";
12749             source: "elm";
12750             action: STATE_SET "disabled" 0.0;
12751             target: "disclip";
12752          }
12753          program { name: "go_enabled";
12754             signal: "elm,state,enabled";
12755             source: "elm";
12756             action: STATE_SET "default" 0.0;
12757             target: "disclip";
12758          }
12759          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
12760          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12761       }
12762    }
12763
12764 // 3.4.2
12765    group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
12766       alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
12767       alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
12768       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
12769       data.item: "stacking" "above";
12770       data.item: "selectraise" "on";
12771       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12772       data.item: "contents" "elm.icon.1 elm.icon.2";
12773       data.item: "flips" "elm.flip.content";
12774       images {
12775          image: "00_list_bar_press_1x80.png" COMP;
12776       }
12777       parts {
12778          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12779          GENLIST_PART_BG_IMAGE
12780          GENLIST_PART_BOTTOM_LINE
12781          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12782          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12783          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12784          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12785          part { name: "elm.icon.2";
12786             clip_to: "disclip";
12787             type: SWALLOW;
12788             scale: 1;
12789             description { state: "default" 0.0;
12790                min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12791                max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12792                fixed: 1 1;
12793                rel1 {
12794                   relative: 0.0 1.0;
12795                   to_x: "elm.padding.right";
12796                   to_y: "elm.padding.top";
12797                }
12798                rel2 {
12799                   relative: 0.0 0.0;
12800                   to_x: "elm.padding.right";
12801                   to_y: "elm.padding.bottom";
12802                }
12803                align: 1.0 0.5;
12804             }
12805             GENLIST_DESCRIPTION_FLIP_ENABLED
12806          }
12807          part { name: "elm.padding.icon2.left";
12808             clip_to: "disclip";
12809             type: RECT;
12810             scale: 1;
12811             description { state: "default" 0.0;
12812                min: GENLIST_PADDING_16_INC 0;
12813                fixed: 1 0;
12814                rel1.to_x: "elm.icon.2";
12815                rel2 {
12816                   relative: 0.0 1.0;
12817                   to_x: "elm.icon.2";
12818                }
12819                align: 1.0 0.0;
12820                visible: 0;
12821             }
12822          }
12823          part { name: "elm.text.1.rect";
12824             clip_to: "disclip";
12825             type: RECT;
12826             scale: 1;
12827             description { state: "default" 0.0;
12828                min: 0 GENLIST_SIZE_48_INC;
12829                fixed: 0 1;
12830                rel1 {
12831                   relative: 1.0 1.0;
12832                   to_x: "elm.padding.left";
12833                   to_y: "elm.padding.top";
12834                }
12835                rel2 {
12836                   relative: 0.0 1.0;
12837                   to_x: "elm.padding.icon2.left";
12838                   to_y: "elm.padding.top";
12839                }
12840                align: 0.0 0.0;
12841                visible: 0;
12842             }
12843          }
12844          part { name: "elm.text.1";
12845             clip_to: "disclip";
12846             type: TEXT;
12847             mouse_events: 0;
12848             scale: 1;
12849             description { state: "default" 0.0;
12850                fixed: 1 1;
12851                rel1.to: "elm.text.1.rect";
12852                rel2.to: "elm.text.1.rect";
12853                align: 0.0 0.0;
12854                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
12855                text {
12856                   font: "SLP:style=Roman";
12857                   size: GENLIST_FONT_40_INC;
12858                   min: 0 1;
12859                   align: 0.0 0.5;
12860                   text_class: "list_item";
12861                }
12862             }
12863             description { state: "selected" 0.0;
12864                inherit: "default" 0.0;
12865                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12866             }
12867             GENLIST_DESCRIPTION_FLIP_ENABLED
12868          }
12869          part { name: "elm.text.2";
12870             clip_to: "disclip";
12871             type: TEXT;
12872             mouse_events: 0;
12873             scale: 1;
12874             description { state: "default" 0.0;
12875                min: 0 GENLIST_SIZE_48_INC;
12876                fixed: 0 1;
12877                rel1 {
12878                   relative: 1.0 1.0;
12879                   to_x: "elm.padding.left";
12880                   to_y: "elm.text.1.rect";
12881                }
12882                rel2 {
12883                   relative: 0.0 1.0;
12884                   to_x: "elm.padding.icon2.left";
12885                   to_y: "elm.text.1.rect";
12886                }
12887                align: 0.0 0.0;
12888                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
12889                text {
12890                   font: "SLP:style=Roman";
12891                   size: GENLIST_FONT_36_INC;
12892                   min: 0 1;
12893                   align: 0.0 0.5;
12894                   text_class: "slp_roman";
12895                }
12896             }
12897             description { state: "selected" 0.0;
12898                inherit: "default" 0.0;
12899                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12900             }
12901             GENLIST_DESCRIPTION_FLIP_ENABLED
12902          }
12903          part { name: "elm.text.3";
12904             clip_to: "disclip";
12905             type: TEXT;
12906             mouse_events: 0;
12907             scale: 1;
12908             description { state: "default" 0.0;
12909                min: 0 GENLIST_SIZE_35_INC;
12910                fixed: 0 1;
12911                rel1 {
12912                   relative: 1.0 0.0;
12913                   to_x: "elm.padding.icon1.right";
12914                   to_y: "elm.padding.bottom";
12915                }
12916                rel2 {
12917                   relative: 0.0 0.0;
12918                   to_x: "elm.padding.icon2.left";
12919                   to_y: "elm.padding.bottom";
12920                }
12921                align: 0.0 1.0;
12922                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12923                text {
12924                   font: "SLP:style=Medium";
12925                   size: GENLIST_FONT_30_INC;
12926                   min: 0 1;
12927                   align: 0.0 0.5;
12928                   text_class: "slp_medium";
12929                }
12930             }
12931             description { state: "selected" 0.0;
12932                inherit: "default" 0.0;
12933                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12934             }
12935             GENLIST_DESCRIPTION_FLIP_ENABLED
12936          }
12937          part { name: "elm.icon.1";
12938             clip_to: "disclip";
12939             type: SWALLOW;
12940             scale: 1;
12941             description { state: "default" 0.0;
12942                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12943                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
12944                fixed: 1 1;
12945                rel1 {
12946                   relative: 1.0 1.0;
12947                   to_x: "elm.padding.left";
12948                   to_y: "elm.text.2";
12949                }
12950                rel2 {
12951                   relative: 1.0 0.0;
12952                   to_x: "elm.padding.left";
12953                   to_y: "elm.padding.bottom";
12954                }
12955                align: 0.0 0.5;
12956             }
12957             GENLIST_DESCRIPTION_FLIP_ENABLED
12958          }
12959          part { name: "elm.padding.icon1.right";
12960             clip_to: "disclip";
12961             type: RECT;
12962             scale: 1;
12963             description { state: "default" 0.0;
12964                min: GENLIST_PADDING_16_INC 0;
12965                fixed: 1 0;
12966                rel1 {
12967                   relative: 1.0 0.0;
12968                   to_x: "elm.icon.1";
12969                }
12970                rel2.to_x: "elm.icon.1";
12971                align: 0.0 0.0;
12972                visible: 0;
12973             }
12974          }
12975          GENLIST_PART_FLIP
12976          GENLIST_PART_DISCLIP
12977       }
12978       programs {
12979          // signal: elm,state,%s,active
12980          //   a "check" item named %s went active
12981          // signal: elm,state,%s,passive
12982          //   a "check" item named %s went passive
12983          // default is passive
12984          program { name: "go_active";
12985             signal: "elm,state,selected";
12986             source: "elm";
12987             action: STATE_SET "selected" 0.0;
12988             target: "bg_image";
12989             target: "elm.text.1";
12990             target: "elm.text.2";
12991             target: "elm.text.3";
12992             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12993          }
12994          program { name: "go_passive";
12995             signal: "elm,state,unselected";
12996             source: "elm";
12997             action: STATE_SET "default" 0.0;
12998             target: "bg_image";
12999             target: "elm.text.1";
13000             target: "elm.text.2";
13001             target: "elm.text.3";
13002             transition: LINEAR 0.1;
13003          }
13004          program { name: "go_disabled";
13005             signal: "elm,state,disabled";
13006             source: "elm";
13007             action: STATE_SET "disabled" 0.0;
13008             target: "disclip";
13009          }
13010          program { name: "go_enabled";
13011             signal: "elm,state,enabled";
13012             source: "elm";
13013             action: STATE_SET "default" 0.0;
13014             target: "disclip";
13015          }
13016          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
13017          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13018       }
13019    }
13020
13021 // 3.4.3
13022    group { name: "elm/genlist/item/multiline/3text.1icon/default";
13023       alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
13024       alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
13025       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
13026       data.item: "stacking" "above";
13027       data.item: "selectraise" "on";
13028       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13029       data.item: "contents" "elm.icon";
13030       data.item: "flips" "elm.flip.content";
13031       images {
13032          image: "00_list_bar_press_1x80.png" COMP;
13033       }
13034       parts {
13035          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13036          GENLIST_PART_BG_IMAGE
13037          GENLIST_PART_BOTTOM_LINE
13038          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13039          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13040          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13041          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13042          part { name: "elm.text.1.rect";
13043             clip_to: "disclip";
13044             type: RECT;
13045             scale: 1;
13046             description { state: "default" 0.0;
13047                min: 0 GENLIST_SIZE_48_INC;
13048                fixed: 0 1;
13049                rel1 {
13050                   relative: 1.0 1.0;
13051                   to_x: "elm.padding.left";
13052                   to_y: "elm.padding.top";
13053                }
13054                rel2 {
13055                   relative: 0.0 1.0;
13056                   to_x: "elm.padding.right";
13057                   to_y: "elm.padding.top";
13058                }
13059                align: 0.0 0.0;
13060                visible: 0;
13061             }
13062          }
13063          part { name: "elm.text.1";
13064             clip_to: "disclip";
13065             type: TEXT;
13066             mouse_events: 0;
13067             scale: 1;
13068             description { state: "default" 0.0;
13069                fixed: 1 1;
13070                rel1.to: "elm.text.1.rect";
13071                rel2.to: "elm.text.1.rect";
13072                align: 0.0 0.0;
13073                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13074                text {
13075                   font: "SLP:style=Roman";
13076                   size: GENLIST_FONT_40_INC;
13077                   min: 0 1;
13078                   align: 0.0 0.5;
13079                   text_class: "list_item";
13080                }
13081             }
13082             description { state: "selected" 0.0;
13083                inherit: "default" 0.0;
13084                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13085             }
13086             GENLIST_DESCRIPTION_FLIP_ENABLED
13087          }
13088          part { name: "elm.text.2";
13089             clip_to: "disclip";
13090             type: TEXT;
13091             mouse_events: 0;
13092             scale: 1;
13093             description { state: "default" 0.0;
13094                min: 0 GENLIST_SIZE_48_INC;
13095                fixed: 0 1;
13096                rel1 {
13097                   relative: 1.0 1.0;
13098                   to_x: "elm.padding.left";
13099                   to_y: "elm.text.1.rect";
13100                }
13101                rel2 {
13102                   relative: 0.0 1.0;
13103                   to_x: "elm.padding.right";
13104                   to_y: "elm.text.1.rect";
13105                }
13106                align: 0.0 0.0;
13107                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13108                text {
13109                   font: "SLP:style=Roman";
13110                   size: GENLIST_FONT_36_INC;
13111                   min: 0 1;
13112                   align: 0.0 0.5;
13113                   text_class: "slp_roman";
13114                }
13115             }
13116             description { state: "selected" 0.0;
13117                inherit: "default" 0.0;
13118                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13119             }
13120             GENLIST_DESCRIPTION_FLIP_ENABLED
13121          }
13122          part { name: "elm.text.3";
13123             clip_to: "disclip";
13124             type: TEXT;
13125             mouse_events: 0;
13126             scale: 1;
13127             description { state: "default" 0.0;
13128                min: 0 GENLIST_SIZE_35_INC;
13129                fixed: 0 1;
13130                rel1 {
13131                   relative: 1.0 0.0;
13132                   to_x: "elm.padding.icon.right";
13133                   to_y: "elm.padding.bottom";
13134                }
13135                rel2 {
13136                   relative: 0.0 0.0;
13137                   to_x: "elm.padding.right";
13138                   to_y: "elm.padding.bottom";
13139                }
13140                align: 0.0 1.0;
13141                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13142                text {
13143                   font: "SLP:style=Medium";
13144                   size: GENLIST_FONT_30_INC;
13145                   min: 0 1;
13146                   align: 0.0 0.5;
13147                   text_class: "slp_medium";
13148                }
13149             }
13150             description { state: "selected" 0.0;
13151                inherit: "default" 0.0;
13152                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13153             }
13154             GENLIST_DESCRIPTION_FLIP_ENABLED
13155          }
13156          part { name: "elm.icon";
13157             clip_to: "disclip";
13158             type: SWALLOW;
13159             scale: 1;
13160             description { state: "default" 0.0;
13161                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13162                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13163                fixed: 1 1;
13164                rel1 {
13165                   relative: 1.0 0.0;
13166                   to_x: "elm.padding.left";
13167                   to_y: "elm.text.3";
13168                }
13169                rel2 {
13170                   relative: 1.0 0.0;
13171                   to_x: "elm.padding.left";
13172                   to_y: "elm.padding.bottom";
13173                }
13174                align: 0.0 0.5;
13175             }
13176             GENLIST_DESCRIPTION_FLIP_ENABLED
13177          }
13178          part { name: "elm.padding.icon.right";
13179             clip_to: "disclip";
13180             type: RECT;
13181             scale: 1;
13182             description { state: "default" 0.0;
13183                min: GENLIST_PADDING_16_INC 0;
13184                fixed: 1 0;
13185                rel1 {
13186                   relative: 1.0 0.0;
13187                   to_x: "elm.icon";
13188                }
13189                rel2.to_x: "elm.icon";
13190                align: 0.0 0.0;
13191                visible: 0;
13192             }
13193          }
13194          GENLIST_PART_FLIP
13195          GENLIST_PART_DISCLIP
13196       }
13197       programs {
13198          // signal: elm,state,%s,active
13199          //   a "check" item named %s went active
13200          // signal: elm,state,%s,passive
13201          //   a "check" item named %s went passive
13202          // default is passive
13203          program { name: "go_active";
13204             signal: "elm,state,selected";
13205             source: "elm";
13206             action: STATE_SET "selected" 0.0;
13207             target: "bg_image";
13208             target: "elm.text.1";
13209             target: "elm.text.2";
13210             target: "elm.text.3";
13211             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13212          }
13213          program { name: "go_passive";
13214             signal: "elm,state,unselected";
13215             source: "elm";
13216             action: STATE_SET "default" 0.0;
13217             target: "bg_image";
13218             target: "elm.text.1";
13219             target: "elm.text.2";
13220             target: "elm.text.3";
13221             transition: LINEAR 0.1;
13222          }
13223          program { name: "go_disabled";
13224             signal: "elm,state,disabled";
13225             source: "elm";
13226             action: STATE_SET "disabled" 0.0;
13227             target: "disclip";
13228          }
13229          program { name: "go_enabled";
13230             signal: "elm,state,enabled";
13231             source: "elm";
13232             action: STATE_SET "default" 0.0;
13233             target: "disclip";
13234          }
13235          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13236          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13237       }
13238    }
13239
13240 // 3.4.3
13241    group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
13242       alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
13243       alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
13244       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
13245       data.item: "stacking" "above";
13246       data.item: "selectraise" "on";
13247       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13248       data.item: "contents" "elm.icon";
13249       data.item: "flips" "elm.flip.content";
13250       images {
13251          image: "00_list_bar_press_1x80.png" COMP;
13252       }
13253       parts {
13254          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13255          GENLIST_PART_BG_IMAGE
13256          GENLIST_PART_BOTTOM_LINE
13257          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13258          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13259          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13260          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13261          part { name: "elm.text.1.rect";
13262             clip_to: "disclip";
13263             type: RECT;
13264             scale: 1;
13265             description { state: "default" 0.0;
13266                min: 0 GENLIST_SIZE_48_INC;
13267                fixed: 0 1;
13268                rel1 {
13269                   relative: 1.0 1.0;
13270                   to_x: "elm.padding.left";
13271                   to_y: "elm.padding.top";
13272                }
13273                rel2 {
13274                   relative: 0.0 1.0;
13275                   to_x: "elm.padding.right";
13276                   to_y: "elm.padding.top";
13277                }
13278                align: 0.0 0.0;
13279                visible: 0;
13280             }
13281          }
13282          part { name: "elm.text.1";
13283             clip_to: "disclip";
13284             type: TEXT;
13285             mouse_events: 0;
13286             scale: 1;
13287             description { state: "default" 0.0;
13288                fixed: 1 1;
13289                rel1.to: "elm.text.1.rect";
13290                rel2.to: "elm.text.1.rect";
13291                align: 0.0 0.0;
13292                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13293                text {
13294                   font: "SLP:style=Roman";
13295                   size: GENLIST_FONT_40_INC;
13296                   min: 0 1;
13297                   align: 0.0 0.5;
13298                   text_class: "list_item";
13299                }
13300             }
13301             description { state: "selected" 0.0;
13302                inherit: "default" 0.0;
13303                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13304             }
13305             GENLIST_DESCRIPTION_FLIP_ENABLED
13306          }
13307          part { name: "elm.text.2";
13308             clip_to: "disclip";
13309             type: TEXT;
13310             mouse_events: 0;
13311             scale: 1;
13312             description { state: "default" 0.0;
13313                min: 0 GENLIST_SIZE_48_INC;
13314                fixed: 0 1;
13315                rel1 {
13316                   relative: 1.0 1.0;
13317                   to_x: "elm.padding.left";
13318                   to_y: "elm.text.1.rect";
13319                }
13320                rel2 {
13321                   relative: 0.0 1.0;
13322                   to_x: "elm.padding.right";
13323                   to_y: "elm.text.1.rect";
13324                }
13325                align: 0.0 0.0;
13326                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
13327                text {
13328                   font: "SLP:style=Roman";
13329                   size: GENLIST_FONT_36_INC;
13330                   min: 0 1;
13331                   align: 0.0 0.5;
13332                   text_class: "slp_roman";
13333                }
13334             }
13335             description { state: "selected" 0.0;
13336                inherit: "default" 0.0;
13337                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13338             }
13339             GENLIST_DESCRIPTION_FLIP_ENABLED
13340          }
13341          part { name: "elm.text.3";
13342             clip_to: "disclip";
13343             type: TEXT;
13344             mouse_events: 0;
13345             scale: 1;
13346             description { state: "default" 0.0;
13347                min: 0 GENLIST_SIZE_35_INC;
13348                fixed: 0 1;
13349                rel1 {
13350                   relative: 1.0 0.0;
13351                   to_x: "elm.padding.icon.right";
13352                   to_y: "elm.padding.bottom";
13353                }
13354                rel2 {
13355                   relative: 0.0 0.0;
13356                   to_x: "elm.padding.right";
13357                   to_y: "elm.padding.bottom";
13358                }
13359                align: 0.0 1.0;
13360                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13361                text {
13362                   font: "SLP:style=Medium";
13363                   size: GENLIST_FONT_30_INC;
13364                   min: 0 1;
13365                   align: 0.0 0.5;
13366                   text_class: "slp_medium";
13367                }
13368             }
13369             description { state: "selected" 0.0;
13370                inherit: "default" 0.0;
13371                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13372             }
13373             GENLIST_DESCRIPTION_FLIP_ENABLED
13374          }
13375          part { name: "elm.icon";
13376             clip_to: "disclip";
13377             type: SWALLOW;
13378             scale: 1;
13379             description { state: "default" 0.0;
13380                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13381                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13382                fixed: 1 1;
13383                rel1 {
13384                   relative: 1.0 0.0;
13385                   to_x: "elm.padding.left";
13386                   to_y: "elm.text.3";
13387                }
13388                rel2 {
13389                   relative: 1.0 0.0;
13390                   to_x: "elm.padding.left";
13391                   to_y: "elm.padding.bottom";
13392                }
13393                align: 0.0 0.5;
13394             }
13395             GENLIST_DESCRIPTION_FLIP_ENABLED
13396          }
13397          part { name: "elm.padding.icon.right";
13398             clip_to: "disclip";
13399             type: RECT;
13400             scale: 1;
13401             description { state: "default" 0.0;
13402                min: GENLIST_PADDING_16_INC 0;
13403                fixed: 1 0;
13404                rel1 {
13405                   relative: 1.0 0.0;
13406                   to_x: "elm.icon";
13407                }
13408                rel2.to_x: "elm.icon";
13409                align: 0.0 0.0;
13410                visible: 0;
13411             }
13412          }
13413          GENLIST_PART_FLIP
13414          GENLIST_PART_DISCLIP
13415       }
13416       programs {
13417          // signal: elm,state,%s,active
13418          //   a "check" item named %s went active
13419          // signal: elm,state,%s,passive
13420          //   a "check" item named %s went passive
13421          // default is passive
13422          program { name: "go_active";
13423             signal: "elm,state,selected";
13424             source: "elm";
13425             action: STATE_SET "selected" 0.0;
13426             target: "bg_image";
13427             target: "elm.text.1";
13428             target: "elm.text.2";
13429             target: "elm.text.3";
13430             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13431          }
13432          program { name: "go_passive";
13433             signal: "elm,state,unselected";
13434             source: "elm";
13435             action: STATE_SET "default" 0.0;
13436             target: "bg_image";
13437             target: "elm.text.1";
13438             target: "elm.text.2";
13439             target: "elm.text.3";
13440             transition: LINEAR 0.1;
13441          }
13442          program { name: "go_disabled";
13443             signal: "elm,state,disabled";
13444             source: "elm";
13445             action: STATE_SET "disabled" 0.0;
13446             target: "disclip";
13447          }
13448          program { name: "go_enabled";
13449             signal: "elm,state,enabled";
13450             source: "elm";
13451             action: STATE_SET "default" 0.0;
13452             target: "disclip";
13453          }
13454          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13455          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13456       }
13457    }
13458
13459    // 2.2.3.11
13460    group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
13461       alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
13462       alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
13463       alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
13464       data.item: "stacking" "above";
13465       data.item: "selectraise" "on";
13466       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
13467       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
13468       data.item: "flips" "elm.flip.content";
13469       images {
13470          image: "00_list_bar_press_1x80.png" COMP;
13471       }
13472       parts {
13473          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
13474          GENLIST_PART_BG_IMAGE
13475          GENLIST_PART_BOTTOM_LINE
13476          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
13477          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
13478          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13479          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13480
13481          part { name: "elm.icon.1";
13482             clip_to: "disclip";
13483             type: SWALLOW;
13484             scale: 1;
13485             description { state: "default" 0.0;
13486                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13487                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13488                fixed: 1 1;
13489                rel1 {
13490                   relative: 1.0 1.0;
13491                   to_x: "elm.padding.left";
13492                   to_y: "elm.padding.top";
13493                }
13494                rel2 {
13495                   relative: 1.0 0.0;
13496                   to_x: "elm.padding.left";
13497                   to_y: "elm.padding.bottom";
13498                }
13499                align: 0.0 0.5;
13500             }
13501             GENLIST_DESCRIPTION_FLIP_ENABLED
13502          }
13503          part { name: "elm.padding.icon1.right";
13504             clip_to: "disclip";
13505             type: RECT;
13506             scale: 1;
13507             description { state: "default" 0.0;
13508                min: GENLIST_PADDING_16_INC 0;
13509                fixed: 1 0;
13510                rel1 {
13511                   relative: 1.0 0.0;
13512                   to_x: "elm.icon.1";
13513                }
13514                rel2.to_x: "elm.icon.1";
13515                align: 0.0 0.0;
13516                visible: 0;
13517             }
13518          }
13519          part { name: "elm.icon.3";
13520             clip_to: "disclip";
13521             type: SWALLOW;
13522             scale: 1;
13523             description { state: "default" 0.0;
13524                min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13525                max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13526                fixed: 1 1;
13527                rel1 {
13528                   relative: 0.0 1.0;
13529                   to_x: "elm.padding.right";
13530                   to_y: "elm.padding.top";
13531                }
13532                rel2 {
13533                   relative: 0.0 0.0;
13534                   to_x: "elm.padding.right";
13535                   to_y: "elm.padding.bottom";
13536                }
13537                align: 1.0 0.0;
13538             }
13539             GENLIST_DESCRIPTION_FLIP_ENABLED
13540          }
13541          part { name: "elm.icon.3.left";
13542             clip_to: "disclip";
13543             type: RECT;
13544             scale: 1;
13545             description { state: "default" 0.0;
13546                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13547                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13548                fixed: 1 1;
13549                rel1 {
13550                   relative: 0.0 1.0;
13551                   to_x: "elm.icon.3";
13552                   to_y: "elm.padding.top";
13553                }
13554                rel2 {
13555                   relative: 0.0 0.0;
13556                   to_x: "elm.icon.3";
13557                   to_y: "elm.padding.bottom";
13558                }
13559                align: 1.0 0.0;
13560                visible: 0;
13561             }
13562             GENLIST_DESCRIPTION_FLIP_ENABLED
13563          }
13564          part { name: "elm.icon.4";
13565             clip_to: "disclip";
13566             type: SWALLOW;
13567             scale: 1;
13568             description { state: "default" 0.0;
13569                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13570                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13571                fixed: 1 1;
13572                rel1 {
13573                   relative: 0.0 1.0;
13574                   to_x: "elm.icon.3.left";
13575                   to_y: "elm.padding.top";
13576                }
13577                rel2 {
13578                   relative: 0.0 0.0;
13579                   to_x: "elm.icon.3.left";
13580                   to_y: "elm.text.2";
13581                }
13582                align: 1.0 0.5;
13583             }
13584             GENLIST_DESCRIPTION_FLIP_ENABLED
13585          }
13586          part { name: "elm.icon.4.left";
13587             clip_to: "disclip";
13588             type: RECT;
13589             scale: 1;
13590             description { state: "default" 0.0;
13591                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13592                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13593                fixed: 1 1;
13594                rel1 {
13595                   relative: 0.0 1.0;
13596                   to_x: "elm.icon.4";
13597                   to_y: "elm.padding.top";
13598                }
13599                rel2 {
13600                   relative: 0.0 0.0;
13601                   to_x: "elm.icon.4";
13602                   to_y: "elm.padding.bottom";
13603                }
13604                align: 1.0 0.0;
13605                visible: 0;
13606             }
13607             GENLIST_DESCRIPTION_FLIP_ENABLED
13608          }
13609
13610          part { name: "elm.text.1.rect";
13611             clip_to: "disclip";
13612             type: RECT;
13613             scale: 1;
13614             description { state: "default" 0.0;
13615                min: 0 GENLIST_SIZE_60_INC;
13616                fixed: 0 1;
13617                rel1 {
13618                   relative: 1.0 1.0;
13619                   to_x: "elm.padding.left";
13620                   to_y: "elm.padding.top";
13621                }
13622                rel2 {
13623                   relative: 0.0 1.0;
13624                   to_x: "elm.icon.4.left";
13625                   to_y: "elm.padding.top";
13626                }
13627                align: 0.0 0.0;
13628                visible: 0;
13629             }
13630          }
13631          part { name: "elm.text.1";
13632             clip_to: "disclip";
13633             type: TEXT;
13634             mouse_events: 0;
13635             scale: 1;
13636             description { state: "default" 0.0;
13637                fixed: 1 1;
13638                rel1 {
13639                   relative: 1.0 1.0;
13640                   to_x: "elm.padding.icon1.right";
13641                   to_y: "elm.padding.top";
13642                }
13643                rel2.to: "elm.text.1.rect";
13644                align: 0.0 0.0;
13645                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13646                text {
13647                   font: "SLP:style=Roman";
13648                   size: GENLIST_FONT_44_INC;
13649                   min: 0 1;
13650                   align: 0.0 0.5;
13651                   text_class: "list_item";
13652                }
13653             }
13654             description { state: "selected" 0.0;
13655                inherit: "default" 0.0;
13656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13657             }
13658             GENLIST_DESCRIPTION_FLIP_ENABLED
13659          }
13660          part { name: "elm.text.1.bottom";
13661             clip_to: "disclip";
13662             type: RECT;
13663             scale: 1;
13664             description { state: "default" 0.0;
13665                min: 0 GENLIST_SIZE_4_INC;
13666                fixed: 1 1;
13667                rel1 {
13668                   relative: 1.0 1.0;
13669                   to_x: "elm.padding.icon1.right";
13670                   to_y: "elm.text.1.rect";
13671                }
13672                rel2 {
13673                   relative: 0.0 1.0;
13674                   to_x: "elm.padding.right";
13675                   to_y: "elm.text.1.rect";
13676                }
13677                align: 0.0 1.0;
13678                visible: 0;
13679             }
13680             GENLIST_DESCRIPTION_FLIP_ENABLED
13681          }
13682          part { name: "elm.text.2";
13683             clip_to: "disclip";
13684             type: TEXT;
13685             mouse_events: 0;
13686             scale: 1;
13687             description { state: "default" 0.0;
13688                min: 0 GENLIST_SIZE_40_INC;
13689                fixed: 0 1;
13690                rel1 {
13691                   relative: 1.0 1.0;
13692                   to_x: "elm.padding.icon1.right";
13693                   to_y: "elm.text.1.bottom";
13694                }
13695                rel2 {
13696                   relative: 0.0 1.0;
13697                   to_x: "elm.padding.right";
13698                   to_y: "elm.text.1.bottom";
13699                }
13700                align: 0.0 0.0;
13701                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
13702                text {
13703                   font: "SLP:style=Medium";
13704                   size: GENLIST_FONT_32_INC;
13705                   min: 0 1;
13706                   align: 0.0 0.5;
13707                   text_class: "slp_medium";
13708                }
13709             }
13710             description { state: "selected" 0.0;
13711                inherit: "default" 0.0;
13712                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13713             }
13714             GENLIST_DESCRIPTION_FLIP_ENABLED
13715          }
13716          part { name: "elm.text.4";
13717             clip_to: "disclip";
13718             type: TEXT;
13719             mouse_events: 0;
13720             scale: 1;
13721             description { state: "default" 0.0;
13722                min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
13723                fixed: 1 1;
13724                rel1 {
13725                   relative: 0.0 1.0;
13726                   to_x: "elm.padding.right";
13727                   to_y: "elm.text.2";
13728                }
13729                rel2 {
13730                   relative: 0.0 0.0;
13731                   to_x: "elm.padding.right";
13732                   to_y: "elm.padding.bottom";
13733                }
13734                align: 1.0 0.0;
13735                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13736                text {
13737                   font: "SLP:style=Medium";
13738                   size: GENLIST_FONT_32_INC;
13739                   min: 0 1;
13740                   align: 0.0 0.5;
13741                   text_class: "slp_medium";
13742                }
13743             }
13744             description { state: "selected" 0.0;
13745                inherit: "default" 0.0;
13746                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13747             }
13748             GENLIST_DESCRIPTION_FLIP_ENABLED
13749          }
13750          part { name: "elm.text.4.left";
13751             clip_to: "disclip";
13752             type: RECT;
13753             scale: 1;
13754             description { state: "default" 0.0;
13755                min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13756                max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13757                fixed: 1 1;
13758                color: 255 0 255 255;
13759                rel1 {
13760                   relative: 0.0 1.0;
13761                   to_x: "elm.text.4";
13762                   to_y: "elm.text.2";
13763                }
13764                rel2 {
13765                   relative: 0.0 0.0;
13766                   to_x: "elm.text.4";
13767                   to_y: "elm.padding.bottom";
13768                }
13769                align: 1.0 0.0;
13770                visible: 0;
13771             }
13772             GENLIST_DESCRIPTION_FLIP_ENABLED
13773          }
13774          part { name: "elm.text.3";
13775             clip_to: "disclip";
13776             type: TEXT;
13777             mouse_events: 0;
13778             scale: 1;
13779             description { state: "default" 0.0;
13780                min: 0 GENLIST_SIZE_40_INC;
13781                fixed: 0 1;
13782                rel1 {
13783                   relative: 1.0 0.0;
13784                   to_x: "elm.padding.icon1.right";
13785                   to_y: "elm.padding.bottom";
13786                }
13787                rel2 {
13788                   relative: 0.0 0.0;
13789                   to_x: "elm.text.4.left";
13790                   to_y: "elm.padding.bottom";
13791                }
13792                align: 0.0 1.0;
13793                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13794                text {
13795                   font: "SLP:style=Medium";
13796                   size: GENLIST_FONT_32_INC;
13797                   min: 0 1;
13798                   align: 0.0 0.5;
13799                   text_class: "slp_medium";
13800                }
13801             }
13802             description { state: "selected" 0.0;
13803                inherit: "default" 0.0;
13804                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13805             }
13806             GENLIST_DESCRIPTION_FLIP_ENABLED
13807          }
13808
13809          GENLIST_PART_FLIP
13810          GENLIST_PART_DISCLIP
13811       }
13812       programs {
13813          program { name: "go_active";
13814             signal: "elm,state,selected";
13815             source: "elm";
13816             action: STATE_SET "selected" 0.0;
13817             target: "bg_image";
13818             target: "elm.text.1";
13819             target: "elm.text.2";
13820             target: "elm.text.3";
13821             target: "elm.text.4";
13822          }
13823          program { name: "go_passive";
13824             signal: "elm,state,unselected";
13825             source: "elm";
13826             action: STATE_SET "default" 0.0;
13827             target: "bg_image";
13828             target: "elm.text.1";
13829             target: "elm.text.2";
13830             target: "elm.text.3";
13831             target: "elm.text.4";
13832             transition: LINEAR 0.1;
13833          }
13834          program { name: "go_disabled";
13835             signal: "elm,state,disabled";
13836             source: "elm";
13837             action: STATE_SET "disabled" 0.0;
13838             target: "disclip";
13839          }
13840          program { name: "go_enabled";
13841             signal: "elm,state,enabled";
13842             source: "elm";
13843             action: STATE_SET "default" 0.0;
13844             target: "disclip";
13845          }
13846       }
13847    }
13848
13849    // 2.2.3.12
13850    group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
13851       alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
13852       alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
13853       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
13854       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13855
13856       parts {
13857          part { name: "elm.text.1";
13858             description { state: "default" 0.0;
13859                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13860             }
13861          }
13862       }
13863    }
13864
13865    // 2.2.3.9
13866    group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
13867       alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
13868       alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
13869       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
13870       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13871       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
13872
13873       parts {
13874          part { name: "elm.icon.5";
13875             clip_to: "disclip";
13876             type: SWALLOW;
13877             scale: 1;
13878             description { state: "default" 0.0;
13879                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13880                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13881                fixed: 1 1;
13882                rel1 {
13883                   relative: 0.0 1.0;
13884                   to_x: "elm.icon.4.left";
13885                   to_y: "elm.padding.top";
13886                }
13887                rel2 {
13888                   relative: 0.0 0.0;
13889                   to_x: "elm.icon.4.left";
13890                   to_y: "elm.text.2";
13891                }
13892                align: 1.0 0.5;
13893             }
13894             GENLIST_DESCRIPTION_FLIP_ENABLED
13895          }
13896          part { name: "elm.icon.5.left";
13897             clip_to: "disclip";
13898             type: RECT;
13899             scale: 1;
13900             description { state: "default" 0.0;
13901                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13902                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13903                fixed: 1 1;
13904                rel1 {
13905                   relative: 0.0 1.0;
13906                   to_x: "elm.icon.5";
13907                   to_y: "elm.padding.top";
13908                }
13909                rel2 {
13910                   relative: 0.0 0.0;
13911                   to_x: "elm.icon.5";
13912                   to_y: "elm.padding.bottom";
13913                }
13914                align: 1.0 0.0;
13915                visible: 0;
13916             }
13917             GENLIST_DESCRIPTION_FLIP_ENABLED
13918          }
13919          part { name: "elm.text.1.rect";
13920             description { state: "default" 0.0;
13921                rel2.to_x: "elm.icon.5.left";
13922             }
13923          }
13924       }
13925    }
13926
13927    // 2.2.3.10
13928    group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
13929       alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
13930       alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
13931       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
13932       inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
13933
13934       parts {
13935          part { name: "elm.text.1";
13936             description { state: "default" 0.0;
13937                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13938             }
13939          }
13940       }
13941    }
13942
13943    // 2.2.3.7
13944    group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
13945       alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
13946       alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
13947       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
13948       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13949       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
13950
13951       parts {
13952           part { name: "elm.icon.2";
13953             clip_to: "disclip";
13954             type: SWALLOW;
13955             scale: 1;
13956             description { state: "default" 0.0;
13957                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13958                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
13959                fixed: 1 1;
13960                rel1 {
13961                   relative: 1.0 1.0;
13962                   to_x: "elm.padding.icon1.right";
13963                   to_y: "elm.text.2";
13964                }
13965                rel2 {
13966                   relative: 1.0 0.0;
13967                   to_x: "elm.padding.icon1.right";
13968                   to_y: "elm.padding.bottom";
13969                }
13970                align: 0.0 0.5;
13971             }
13972             GENLIST_DESCRIPTION_FLIP_ENABLED
13973          }
13974          part { name: "elm.padding.icon2.right";
13975             clip_to: "disclip";
13976             type: RECT;
13977             scale: 1;
13978             description { state: "default" 0.0;
13979                min: GENLIST_SIZE_16_INC 0;
13980                fixed: 1 0;
13981                rel1 {
13982                   relative: 1.0 0.0;
13983                   to_x: "elm.icon.2";
13984                }
13985                rel2.to_x: "elm.icon.2";
13986                align: 0.0 0.0;
13987                visible: 0;
13988             }
13989          }
13990          part { name: "elm.text.3";
13991             clip_to: "disclip";
13992             type: TEXT;
13993             mouse_events: 0;
13994             scale: 1;
13995             description { state: "default" 0.0;
13996                min: 0 GENLIST_SIZE_40_INC;
13997                fixed: 0 1;
13998                rel1 {
13999                   relative: 1.0 0.0;
14000                   to_x: "elm.padding.icon2.right";
14001                   to_y: "elm.padding.bottom";
14002                }
14003                rel2 {
14004                   relative: 0.0 0.0;
14005                   to_x: "elm.text.4.left";
14006                   to_y: "elm.padding.bottom";
14007                }
14008                align: 0.0 1.0;
14009                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14010                text {
14011                   font: "SLP:style=Medium";
14012                   size: GENLIST_FONT_32_INC;
14013                   min: 0 1;
14014                   align: 0.0 0.5;
14015                   text_class: "slp_medium";
14016                }
14017             }
14018             description { state: "selected" 0.0;
14019                inherit: "default" 0.0;
14020                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14021             }
14022             GENLIST_DESCRIPTION_FLIP_ENABLED
14023          }
14024       }
14025    }
14026
14027    // 2.2.3.8
14028    group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
14029       alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
14030       alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
14031       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
14032       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14033
14034       parts {
14035          part { name: "elm.text.1";
14036             description { state: "default" 0.0;
14037                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
14038             }
14039          }
14040       }
14041    }
14042
14043    // 2.2.3.5
14044    group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
14045       alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
14046       alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
14047       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
14048       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14049       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
14050
14051       parts {
14052          part { name: "elm.icon.5";
14053             clip_to: "disclip";
14054             type: SWALLOW;
14055             scale: 1;
14056             description { state: "default" 0.0;
14057                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14058                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14059                fixed: 1 1;
14060                rel1 {
14061                   relative: 0.0 1.0;
14062                   to_x: "elm.icon.4.left";
14063                   to_y: "elm.padding.top";
14064                }
14065                rel2 {
14066                   relative: 0.0 0.0;
14067                   to_x: "elm.icon.4.left";
14068                   to_y: "elm.text.2";
14069                }
14070                align: 1.0 0.5;
14071             }
14072             GENLIST_DESCRIPTION_FLIP_ENABLED
14073          }
14074          part { name: "elm.icon.5.left";
14075             clip_to: "disclip";
14076             type: RECT;
14077             scale: 1;
14078             description { state: "default" 0.0;
14079                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14080                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14081                fixed: 1 1;
14082                rel1 {
14083                   relative: 0.0 1.0;
14084                   to_x: "elm.icon.5";
14085                   to_y: "elm.padding.top";
14086                }
14087                rel2 {
14088                   relative: 0.0 0.0;
14089                   to_x: "elm.icon.5";
14090                   to_y: "elm.padding.bottom";
14091                }
14092                align: 1.0 0.0;
14093                visible: 0;
14094             }
14095             GENLIST_DESCRIPTION_FLIP_ENABLED
14096          }
14097          part { name: "elm.text.1.rect";
14098             description { state: "default" 0.0;
14099                rel2 {
14100                   to_x: "elm.icon.5.left";
14101                }
14102             }
14103          }
14104       }
14105    }
14106
14107    // 2.2.3.6
14108    group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
14109       alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
14110       alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
14111       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
14112       inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
14113
14114       parts {
14115          part { name: "elm.text.1";
14116             description { state: "default" 0.0;
14117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14118             }
14119          }
14120       }
14121    }
14122
14123    // 2.2.3.13
14124    group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
14125       alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
14126       alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
14127       alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
14128       data.item: "stacking" "above";
14129       data.item: "selectraise" "on";
14130       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
14131       data.item: "contents" "elm.icon.1 elm.icon.4";
14132       data.item: "flips" "elm.flip.content";
14133       images {
14134          image: "00_list_bar_press_1x80.png" COMP;
14135       }
14136       parts {
14137          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
14138          GENLIST_PART_BG_IMAGE
14139          GENLIST_PART_BOTTOM_LINE
14140          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
14141          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
14142          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14143          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14144
14145          part { name: "elm.icon.1";
14146             clip_to: "disclip";
14147             type: SWALLOW;
14148             scale: 1;
14149             description { state: "default" 0.0;
14150                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14151                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14152                fixed: 1 1;
14153                rel1 {
14154                   relative: 1.0 1.0;
14155                   to_x: "elm.padding.left";
14156                   to_y: "elm.padding.top";
14157                }
14158                rel2 {
14159                   relative: 1.0 0.0;
14160                   to_x: "elm.padding.left";
14161                   to_y: "elm.padding.bottom";
14162                }
14163                align: 0.0 0.5;
14164             }
14165             GENLIST_DESCRIPTION_FLIP_ENABLED
14166          }
14167          part { name: "elm.padding.icon1.right";
14168             clip_to: "disclip";
14169             type: RECT;
14170             scale: 1;
14171             description { state: "default" 0.0;
14172                min: GENLIST_PADDING_16_INC 0;
14173                fixed: 1 0;
14174                rel1 {
14175                   relative: 1.0 0.0;
14176                   to_x: "elm.icon.1";
14177                }
14178                rel2.to_x: "elm.icon.1";
14179                align: 0.0 0.0;
14180                visible: 0;
14181             }
14182          }
14183          part { name: "elm.icon.4";
14184             clip_to: "disclip";
14185             type: SWALLOW;
14186             scale: 1;
14187             description { state: "default" 0.0;
14188                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14189                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
14190                fixed: 1 1;
14191                rel1 {
14192                   relative: 0.0 1.0;
14193                   to_x: "elm.padding.right";
14194                   to_y: "elm.padding.top";
14195                }
14196                rel2 {
14197                   relative: 0.0 0.0;
14198                   to_x: "elm.padding.right";
14199                   to_y: "elm.text.2";
14200                }
14201                align: 1.0 0.5;
14202             }
14203             GENLIST_DESCRIPTION_FLIP_ENABLED
14204          }
14205          part { name: "elm.icon.4.left";
14206             clip_to: "disclip";
14207             type: RECT;
14208             scale: 1;
14209             description { state: "default" 0.0;
14210                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14211                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14212                fixed: 1 1;
14213                rel1 {
14214                   relative: 0.0 1.0;
14215                   to_x: "elm.icon.4";
14216                   to_y: "elm.padding.top";
14217                }
14218                rel2 {
14219                   relative: 0.0 0.0;
14220                   to_x: "elm.icon.4";
14221                   to_y: "elm.padding.bottom";
14222                }
14223                align: 1.0 0.0;
14224                visible: 0;
14225             }
14226             GENLIST_DESCRIPTION_FLIP_ENABLED
14227          }
14228          part { name: "elm.icon.2";
14229             clip_to: "disclip";
14230             type: SWALLOW;
14231             scale: 1;
14232             description { state: "default" 0.0;
14233                fixed: 1 1;
14234                min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
14235                rel1 {
14236                   relative: 0.0 1.0;
14237                   to_x: "elm.padding.right";
14238                   to_y: "elm.text.1.bottom";
14239                }
14240                rel2 {
14241                   relative: 0.0 0.0;
14242                   to_x: "elm.padding.right";
14243                   to_y: "elm.padding.bottom";
14244                }
14245                align: 1.0 0.5;
14246             }
14247             GENLIST_DESCRIPTION_FLIP_ENABLED
14248          }
14249          part { name: "elm.padding.icon2.left";
14250             clip_to: "disclip";
14251             type: RECT;
14252             scale: 1;
14253             description { state: "default" 0.0;
14254                min: GENLIST_PADDING_16_INC 0;
14255                fixed: 1 0;
14256                rel1.to_x: "elm.icon.2";
14257                rel2 {
14258                   relative: 0.0 1.0;
14259                   to_x: "elm.icon.2";
14260                }
14261                align: 1.0 0.0;
14262                visible: 0;
14263             }
14264          }
14265          part { name: "elm.text.1.rect";
14266             clip_to: "disclip";
14267             type: RECT;
14268             scale: 1;
14269             description { state: "default" 0.0;
14270                min: 0 GENLIST_SIZE_60_INC;
14271                fixed: 0 1;
14272                rel1 {
14273                   relative: 1.0 1.0;
14274                   to_x: "elm.padding.left";
14275                   to_y: "elm.padding.top";
14276                }
14277                rel2 {
14278                   relative: 0.0 1.0;
14279                   to_x: "elm.icon.4.left";
14280                   to_y: "elm.padding.top";
14281                }
14282                align: 0.0 0.0;
14283                visible: 0;
14284             }
14285          }
14286          part { name: "elm.text.1";
14287             clip_to: "disclip";
14288             type: TEXT;
14289             mouse_events: 0;
14290             scale: 1;
14291             description { state: "default" 0.0;
14292                fixed: 1 1;
14293                rel1 {
14294                   relative: 1.0 1.0;
14295                   to_x: "elm.padding.icon1.right";
14296                   to_y: "elm.padding.top";
14297                }
14298                rel2.to: "elm.text.1.rect";
14299                align: 0.0 0.0;
14300                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
14301                text {
14302                   font: "SLP:style=Roman";
14303                   size: GENLIST_FONT_44_INC;
14304                   min: 0 1;
14305                   align: 0.0 0.5;
14306                   text_class: "list_item";
14307                }
14308             }
14309             description { state: "selected" 0.0;
14310                inherit: "default" 0.0;
14311                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14312             }
14313             GENLIST_DESCRIPTION_FLIP_ENABLED
14314          }
14315          part { name: "elm.text.1.bottom";
14316             clip_to: "disclip";
14317             type: RECT;
14318             scale: 1;
14319             description { state: "default" 0.0;
14320                min: 0 GENLIST_SIZE_4_INC;
14321                fixed: 1 1;
14322                rel1 {
14323                   relative: 1.0 1.0;
14324                   to_x: "elm.padding.icon1.right";
14325                   to_y: "elm.text.1.rect";
14326                }
14327                rel2 {
14328                   relative: 0.0 1.0;
14329                   to_x: "elm.padding.right";
14330                   to_y: "elm.text.1.rect";
14331                }
14332                align: 0.0 1.0;
14333                visible: 0;
14334             }
14335             GENLIST_DESCRIPTION_FLIP_ENABLED
14336          }
14337          part { name: "elm.text.2";
14338             clip_to: "disclip";
14339             type: TEXT;
14340             mouse_events: 0;
14341             scale: 1;
14342             description { state: "default" 0.0;
14343                min: 0 GENLIST_SIZE_40_INC;
14344                fixed: 0 1;
14345                rel1 {
14346                   relative: 1.0 1.0;
14347                   to_x: "elm.padding.icon1.right";
14348                   to_y: "elm.text.1.bottom";
14349                }
14350                rel2 {
14351                   relative: 0.0 1.0;
14352                   to_x: "elm.padding.icon2.left";
14353                   to_y: "elm.text.1.bottom";
14354                }
14355                align: 0.0 0.0;
14356                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14357                text {
14358                   font: "SLP:style=Medium";
14359                   size: GENLIST_FONT_32_INC;
14360                   min: 0 1;
14361                   align: 0.0 0.5;
14362                   text_class: "slp_medium";
14363                }
14364             }
14365             description { state: "selected" 0.0;
14366                inherit: "default" 0.0;
14367                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14368             }
14369             GENLIST_DESCRIPTION_FLIP_ENABLED
14370          }
14371          part { name: "elm.text.3";
14372             clip_to: "disclip";
14373             type: TEXT;
14374             mouse_events: 0;
14375             scale: 1;
14376             description { state: "default" 0.0;
14377                min: 0 GENLIST_SIZE_40_INC;
14378                fixed: 0 1;
14379                rel1 {
14380                   relative: 1.0 0.0;
14381                   to_x: "elm.padding.icon1.right";
14382                   to_y: "elm.padding.bottom";
14383                }
14384                rel2 {
14385                   relative: 0.0 0.0;
14386                   to_x: "elm.padding.icon2.left";
14387                   to_y: "elm.padding.bottom";
14388                }
14389                align: 0.0 1.0;
14390                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14391                text {
14392                   font: "SLP:style=Medium";
14393                   size: GENLIST_FONT_32_INC;
14394                   min: 0 1;
14395                   align: 0.0 0.5;
14396                   text_class: "slp_medium";
14397                }
14398             }
14399             description { state: "selected" 0.0;
14400                inherit: "default" 0.0;
14401                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14402             }
14403             GENLIST_DESCRIPTION_FLIP_ENABLED
14404          }
14405
14406          GENLIST_PART_FLIP
14407          GENLIST_PART_DISCLIP
14408       }
14409       programs {
14410          // signal: elm,state,%s,active
14411          //   a "check" item named %s went active
14412          // signal: elm,state,%s,passive
14413          //   a "check" item named %s went passive
14414          // default is passive
14415          program { name: "go_active";
14416             signal: "elm,state,selected";
14417             source: "elm";
14418             action: STATE_SET "selected" 0.0;
14419             target: "bg_image";
14420             target: "elm.text.1";
14421             target: "elm.text.2";
14422             target: "elm.text.3";
14423          }
14424          program { name: "go_passive";
14425             signal: "elm,state,unselected";
14426             source: "elm";
14427             action: STATE_SET "default" 0.0;
14428             target: "bg_image";
14429             target: "elm.text.1";
14430             target: "elm.text.2";
14431             target: "elm.text.3";
14432             transition: LINEAR 0.1;
14433          }
14434          program { name: "go_disabled";
14435             signal: "elm,state,disabled";
14436             source: "elm";
14437             action: STATE_SET "disabled" 0.0;
14438             target: "disclip";
14439          }
14440          program { name: "go_enabled";
14441             signal: "elm,state,enabled";
14442             source: "elm";
14443             action: STATE_SET "default" 0.0;
14444             target: "disclip";
14445          }
14446       }
14447    }
14448
14449 // 3.4.4
14450    group { name: "elm/genlist/item/multiline/1title.2text/default";
14451       alias: "elm/genlist/item_odd/multiline/1title.2text/default";
14452       alias: "elm/genlist/item_compress/multiline/1title.2text/default";
14453       alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
14454       data.item: "stacking" "above";
14455       data.item: "selectraise" "on";
14456       data.item: "texts" "elm.title elm.text.1 elm.text.2";
14457       parts {
14458          part { name: "base";
14459             type: RECT;
14460             repeat_events: 1;
14461             description { state: "default" 0.0;
14462                color: GENLIST_PART_BG_COLOR_INC;
14463             }
14464          }
14465          GENLIST_PART_BG_IMAGE
14466          GENLIST_PART_BOTTOM_LINE
14467          GENLIST_PART_PADDING_TOP( 0 )
14468          GENLIST_PART_PADDING_BOTTOM( 0 )
14469          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14470          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14471          part { name: "vertical_line";
14472             clip_to: "disclip";
14473             type: RECT;
14474             mouse_events: 0;
14475             description { state: "default" 0.0;
14476                min: 1 0;
14477                fixed: 1 0;
14478                rel1 {
14479                   relative: 1.0 0.0;
14480                   to_x: "elm.padding.title.right";
14481                }
14482                rel2.to_x: "elm.padding.title.right";
14483                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14484             }
14485          }
14486          part { name: "center_line";
14487             clip_to: "disclip";
14488             type: RECT;
14489             mouse_events: 0;
14490             description { state: "default" 0.0;
14491                min: 0 1;
14492                fixed: 0 1;
14493                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14494                rel1 {
14495                   relative: 1.0 0.5;
14496                   to_x: "vertical_line";
14497                }
14498                rel2.relative: 1.0 0.5;
14499                align: 0.5 1.0;
14500             }
14501          }
14502          part { name: "elm.title";
14503             clip_to: "disclip";
14504             type: TEXTBLOCK;
14505             mouse_events: 0;
14506             scale: 1;
14507             description { state: "default" 0.0;
14508                min: 224 0;
14509                fixed: 1 0;
14510                rel1 {
14511                   relative: 1.0 1.0;
14512                   to_x: "elm.padding.left";
14513                   to_y: "elm.padding.top";
14514                }
14515                rel2 {
14516                   relative: 1.0 0.0;
14517                   to_x: "elm.padding.left";
14518                   to_y: "elm.padding.bottom";
14519                }
14520                align: 0.0 0.5;
14521                text {
14522                   style: "genlist_multiline_textblock_style";
14523                   min: 0 1;
14524                   align: 0.0 0.5;
14525                }
14526             }
14527             description { state: "selected" 0.0;
14528                inherit: "default" 0.0;
14529                text.style: "genlist_multiline_textblock_selected_style";
14530             }
14531          }
14532          part { name: "elm.padding.title.right";
14533             clip_to: "disclip";
14534             type: RECT;
14535             mouse_events: 0;
14536             scale: 1;
14537             description { state: "default" 0.0;
14538                min: GENLIST_PADDING_16_INC 0;
14539                fixed: 1 0;
14540                rel1 {
14541                    relative: 1.0 0.0;
14542                    to_x: "elm.title";
14543                }
14544                rel2.to_x: "elm.title";
14545                visible: 0;
14546                align: 0.0 0.5;
14547             }
14548          }
14549          part { name: "elm.padding.text.left";
14550             clip_to: "disclip";
14551             type: RECT;
14552             mouse_events: 0;
14553             scale: 1;
14554             description { state: "default" 0.0;
14555                min: GENLIST_PADDING_16_INC 0;
14556                fixed: 1 0;
14557                rel1 {
14558                    relative: 1.0 0.0;
14559                    to_x: "vertical_line";
14560                }
14561                rel2.to_x: "vertical_line";
14562                visible: 0;
14563                align: 0.0 0.5;
14564             }
14565          }
14566          part { name: "elm.text.1";
14567             clip_to: "disclip";
14568             type: TEXT;
14569             mouse_events: 0;
14570             scale: 1;
14571             description { state: "default" 0.0;
14572                rel1 {
14573                   relative: 1.0 1.0;
14574                   to_x: "elm.padding.text.left";
14575                   to_y: "elm.padding.top";
14576                }
14577                rel2 {
14578                   relative: 0.0 0.0;
14579                   to_x: "elm.padding.right";
14580                   to_y: "center_line";
14581                }
14582                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14583                text {
14584                   font: "SLP:style=Roman";
14585                   size: GENLIST_FONT_44_INC;
14586                   min: 0 1;
14587                   align: 0.0 0.5;
14588                   text_class: "slp_roman";
14589                }
14590             }
14591          }
14592          part { name: "elm.text.2";
14593             clip_to: "disclip";
14594             type: TEXT;
14595             mouse_events: 0;
14596             scale: 1;
14597             description { state: "default" 0.0;
14598                rel1 {
14599                   relative: 1.0 1.0;
14600                   to_x: "elm.padding.text.left";
14601                   to_y: "center_line";
14602                }
14603                rel2 {
14604                   relative: 0.0 0.0;
14605                   to_x: "elm.padding.right";
14606                   to_y: "elm.padding.bottom";
14607                }
14608                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14609                text {
14610                   font: "SLP:style=Roman";
14611                   size: GENLIST_FONT_44_INC;
14612                   min: 0 1;
14613                   align: 0.0 0.5;
14614                   text_class: "slp_roman";
14615                }
14616             }
14617          }
14618          GENLIST_PART_DISCLIP
14619       }
14620       programs {
14621          // signal: elm,state,%s,active
14622          //   a "check" item named %s went active
14623          // signal: elm,state,%s,passive
14624          //   a "check" item named %s went passive
14625          // default is passive
14626          program { name: "go_active";
14627             signal: "elm,state,selected";
14628             source: "elm";
14629             action: STATE_SET "selected" 0.0;
14630             target: "bg_image";
14631             target: "elm.title";
14632             target: "elm.text.1";
14633             target: "elm.text.2";
14634             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14635          }
14636          program { name: "go_passive";
14637             signal: "elm,state,unselected";
14638             source: "elm";
14639             action: STATE_SET "default" 0.0;
14640             target: "bg_image";
14641             target: "elm.title";
14642             target: "elm.text.1";
14643             target: "elm.text.2";
14644             transition: LINEAR 0.1;
14645          }
14646          program { name: "go_disabled";
14647             signal: "elm,state,disabled";
14648             source: "elm";
14649             action: STATE_SET "disabled" 0.0;
14650             target: "disclip";
14651          }
14652          program { name: "go_enabled";
14653             signal: "elm,state,enabled";
14654             source: "elm";
14655             action: STATE_SET "default" 0.0;
14656             target: "disclip";
14657          }
14658          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14659       }
14660    }
14661
14662 // 3.4.5
14663    group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
14664       alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
14665       data.item: "stacking" "above";
14666       data.item: "selectraise" "on";
14667       data.item: "texts" "elm.title elm.text";
14668       parts {
14669          part { name: "base";
14670             type: RECT;
14671             repeat_events: 1;
14672             description { state: "default" 0.0;
14673                color: GENLIST_PART_BG_COLOR_INC;
14674             }
14675          }
14676          GENLIST_PART_BG_IMAGE
14677          GENLIST_PART_BOTTOM_LINE
14678          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14679          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14680          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14681          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14682          part { name: "elm.title";
14683             clip_to: "disclip";
14684             type: TEXT;
14685             mouse_events: 0;
14686             scale: 1;
14687             description { state: "default" 0.0;
14688                min: GENLIST_SIZE_195_INC 0;
14689                fixed: 1 0;
14690                rel1 {
14691                   relative: 1.0 0.0;
14692                   to_x: "elm.padding.left";
14693                }
14694                rel2 {
14695                   relative: 1.0 1.0;
14696                   to_x: "elm.padding.left";
14697                }
14698                align: 0.0 0.0;
14699                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
14700                text {
14701                   font: "SLP:style=Medium";
14702                   size: GENLIST_FONT_32_INC;
14703                   min: 0 1;
14704                   align: 0.0 0.5;
14705                   text_class: "slp_medium";
14706                }
14707             }
14708             description { state: "selected" 0.0;
14709                inherit: "default" 0.0;
14710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14711             }
14712          }
14713          part { name: "elm.padding.title.right";
14714             clip_to: "disclip";
14715             type: RECT;
14716             mouse_events: 0;
14717             description { state: "default" 0.0;
14718                min: GENLIST_PADDING_16_INC 0;
14719                fixed: 1 0;
14720                rel1 {
14721                   relative: 1.0 0.0;
14722                   to_x: "elm.title";
14723                }
14724                rel2.to_x: "elm.title";
14725                align: 0.0 0.5;
14726                visible: 0;
14727             }
14728          }
14729          part { name: "vertical_line";
14730             clip_to: "disclip";
14731             type: RECT;
14732             mouse_events: 0;
14733             description { state: "default" 0.0;
14734                min: 1 0;
14735                fixed: 1 0;
14736                rel1 {
14737                   relative: 1.0 0.0;
14738                   to_x: "elm.padding.title.right";
14739                }
14740                rel2.to_x: "elm.padding.title.right";
14741                align: 0.0 0.5;
14742                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14743             }
14744          }
14745          part { name: "elm.padding.text.left";
14746             clip_to: "disclip";
14747             type: RECT;
14748             mouse_events: 0;
14749             description { state: "default" 0.0;
14750                min: GENLIST_PADDING_16_INC 0;
14751                fixed: 1 0;
14752                rel1 {
14753                   relative: 1.0 0.0;
14754                   to_x: "vertical_line";
14755                }
14756                rel2.to_x: "vertical_line";
14757                align: 0.0 0.5;
14758                visible: 0;
14759             }
14760          }
14761          part { name: "elm.text";
14762             clip_to: "disclip";
14763             type: TEXTBLOCK;
14764             mouse_events: 0;
14765             scale: 1;
14766             description { state: "default" 0.0;
14767                rel1 {
14768                   relative: 1.0 1.0;
14769                   to_x: "elm.padding.text.left";
14770                   to_y: "elm.padding.top";
14771                }
14772                rel2 {
14773                   relative: 0.0 0.0;
14774                   to_x: "elm.padding.right";
14775                   to_y: "elm.padding.bottom";
14776                }
14777                text {
14778                   style: "genlist_textblock_flexible_style";
14779                   min: 0 1;
14780                   align: 0.0 0.5;
14781                   text_class: "list_item";
14782                }
14783             }
14784             description { state: "selected" 0.0;
14785                inherit: "default" 0.0;
14786                text.style: "genlist_textblock_flexible_selected_style";
14787             }
14788          }
14789          GENLIST_PART_DISCLIP
14790       }
14791       programs {
14792          // signal: elm,state,%s,active
14793          //   a "check" item named %s went active
14794          // signal: elm,state,%s,passive
14795          //   a "check" item named %s went passive
14796          // default is passive
14797          program { name: "go_active";
14798             signal: "elm,state,selected";
14799             source: "elm";
14800             action: STATE_SET "selected" 0.0;
14801             target: "bg_image";
14802             target: "elm.title";
14803             target: "elm.text";
14804             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14805          }
14806          program { name: "go_passive";
14807             signal: "elm,state,unselected";
14808             source: "elm";
14809             action: STATE_SET "default" 0.0;
14810             target: "bg_image";
14811             target: "elm.title";
14812             target: "elm.text";
14813             transition: LINEAR 0.1;
14814          }
14815          program { name: "go_disabled";
14816             signal: "elm,state,disabled";
14817             source: "elm";
14818             action: STATE_SET "disabled" 0.0;
14819             target: "disclip";
14820          }
14821          program { name: "go_enabled";
14822             signal: "elm,state,enabled";
14823             source: "elm";
14824             action: STATE_SET "default" 0.0;
14825             target: "disclip";
14826          }
14827          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14828       }
14829    }
14830
14831 // 3.4.6
14832    group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
14833       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
14834       data.item: "stacking" "above";
14835       data.item: "selectraise" "on";
14836       data.item: "texts" "elm.text.1 elm.text.2";
14837       data.item: "contents" "elm.icon";
14838       parts {
14839          part { name: "base";
14840             type: RECT;
14841             repeat_events: 1;
14842             description { state: "default" 0.0;
14843                color: GENLIST_PART_BG_COLOR_INC;
14844             }
14845          }
14846          GENLIST_PART_BG_IMAGE
14847          GENLIST_PART_BOTTOM_LINE
14848          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14849          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14850          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14851          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14852          part { name: "elm.text.1";
14853             clip_to: "disclip";
14854             type: TEXT;
14855             mouse_events: 0;
14856             scale: 1;
14857             description { state: "default" 0.0;
14858                min: 0 GENLIST_SIZE_48_INC;
14859                fixed: 0 1;
14860                rel1 {
14861                   relative: 1.0 1.0;
14862                   to_x: "elm.padding.left";
14863                   to_y: "elm.padding.top";
14864                }
14865                rel2 {
14866                   relative: 0.0 1.0;
14867                   to_x: "elm.padding.icon.left";
14868                   to_y: "elm.padding.top";
14869                }
14870                align: 0.0 0.0;
14871                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14872                text {
14873                   font: "SLP:style=Roman";
14874                   size: GENLIST_FONT_42_INC;
14875                   min: 0 1;
14876                   align: 0.0 0.5;
14877                   text_class: "list_item";
14878                }
14879             }
14880             description { state: "selected" 0.0;
14881                inherit: "default" 0.0;
14882                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14883             }
14884          }
14885          part { name: "elm.icon";
14886             clip_to: "disclip";
14887             type: SWALLOW;
14888             scale: 1;
14889             description { state: "default" 0.0;
14890                fixed: 1 1;
14891                rel1 {
14892                   relative: 0.0 1.0;
14893                   to_x: "elm.padding.right";
14894                   to_y: "elm.padding.top";
14895                }
14896                rel2 {
14897                   relative: 0.0 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_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15017                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15018                fixed: 1 1;
15019                rel1 {
15020                   relative: 1.0 1.0;
15021                   to_x: "elm.padding.left";
15022                   to_y: "elm.padding.top";
15023                }
15024                rel2 {
15025                   relative: 1.0 1.0;
15026                   to_x: "elm.padding.left";
15027                   to_y: "elm.text.1";
15028                }
15029                align: 0.0 0.5;
15030             }
15031             GENLIST_DESCRIPTION_FLIP_ENABLED
15032          }
15033          part { name: "elm.padding.icon.right";
15034             clip_to: "disclip";
15035             type: RECT;
15036             scale: 1;
15037             description { state: "default" 0.0;
15038                min: GENLIST_PADDING_16_INC 0;
15039                fixed: 1 0;
15040                rel1 {
15041                   relative: 1.0 0.0;
15042                   to_x: "elm.icon";
15043                }
15044                rel2.to_x: "elm.icon";
15045                align: 0.0 0.0;
15046                visible: 0;
15047             }
15048          }
15049          part { name: "elm.text.1";
15050             clip_to: "disclip";
15051             type: TEXT;
15052             mouse_events: 0;
15053             scale: 1;
15054             description { state: "default" 0.0;
15055                min: 0 GENLIST_SIZE_48_INC;
15056                fixed: 0 1;
15057                rel1 {
15058                   relative: 1.0 1.0;
15059                   to_x: "elm.padding.icon.right";
15060                   to_y: "elm.padding.top";
15061                }
15062                rel2 {
15063                   relative: 0.0 1.0;
15064                   to_x: "elm.padding.right";
15065                   to_y: "elm.padding.top";
15066                }
15067                align: 0.0 0.0;
15068                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15069                text {
15070                   font: "SLP:style=Roman";
15071                   size: GENLIST_FONT_42_INC;
15072                   min: 0 1;
15073                   align: 0.0 0.5;
15074                   text_class: "list_item";
15075                }
15076             }
15077             description { state: "selected" 0.0;
15078                inherit: "default" 0.0;
15079                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15080             }
15081          }
15082          part { name: "elm.text.2";
15083             clip_to: "disclip";
15084             type: TEXTBLOCK;
15085             mouse_events: 0;
15086             scale: 1;
15087             description { state: "default" 0.0;
15088                rel1 {
15089                   relative: 1.0 1.0;
15090                   to_x: "elm.padding.left";
15091                   to_y: "elm.text.1";
15092                }
15093                rel2 {
15094                   relative: 0.0 0.0;
15095                   to_x: "elm.padding.right";
15096                   to_y: "elm.padding.bottom";
15097                }
15098                text {
15099                   style: "genlist_textblock_sub_style";
15100                   min: 0 1;
15101                   align: 0.0 0.5;
15102                }
15103             }
15104             description { state: "selected" 0.0;
15105                inherit: "default" 0.0;
15106                text.style: "genlist_textblock_sub_selected_style";
15107             }
15108          }
15109          GENLIST_PART_DISCLIP
15110       }
15111       programs {
15112          // signal: elm,state,%s,active
15113          //   a "check" item named %s went active
15114          // signal: elm,state,%s,passive
15115          //   a "check" item named %s went passive
15116          // default is passive
15117          program { name: "go_active";
15118             signal: "elm,state,selected";
15119             source: "elm";
15120             action: STATE_SET "selected" 0.0;
15121             target: "bg_image";
15122             target: "elm.text.1";
15123             target: "elm.text.2";
15124             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15125          }
15126          program { name: "go_passive";
15127             signal: "elm,state,unselected";
15128             source: "elm";
15129             action: STATE_SET "default" 0.0;
15130             target: "bg_image";
15131             target: "elm.text.1";
15132             target: "elm.text.2";
15133             transition: LINEAR 0.1;
15134          }
15135          program { name: "go_disabled";
15136             signal: "elm,state,disabled";
15137             source: "elm";
15138             action: STATE_SET "disabled" 0.0;
15139             target: "disclip";
15140          }
15141          program { name: "go_enabled";
15142             signal: "elm,state,enabled";
15143             source: "elm";
15144             action: STATE_SET "default" 0.0;
15145             target: "disclip";
15146          }
15147          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15148       }
15149    }
15150
15151    group { name: "elm/genlist/item/readmessage/default";
15152       alias: "elm/genlist/item_odd/readmessage/default";
15153       alias: "elm/genlist/item_compress/readmessage/default";
15154       alias: "elm/genlist/item_compress_odd/readmessage/default";
15155
15156       data.item: "stacking" "above";
15157       data.item: "selectraise" "on";
15158       data.item: "contents" "elm.icon";
15159       parts {
15160          part { name: "base";
15161             type: RECT;
15162             repeat_events: 1;
15163             description { state: "default" 0.0;
15164                color: GENLIST_PART_LIST_BG_COLOR_INC;
15165             }
15166          }
15167          part { name: "elm.icon";
15168             clip_to: "disclip";
15169             type: SWALLOW;
15170             scale: 1;
15171             description { state: "default" 0.0;
15172                //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
15173                rel2 {
15174                   relative: 0.76 0.0;
15175                   to_y: "elm.padding.bottom";
15176                }
15177             }
15178          }
15179          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15180          GENLIST_PART_DISCLIP
15181       }
15182       programs {
15183          // signal: elm,state,%s,active
15184          //   a "check" item named %s went active
15185          // signal: elm,state,%s,passive
15186          //   a "check" item named %s went passive
15187          // default is passive
15188          /*program { name: "go_active";
15189             signal: "elm,state,selected";
15190             source: "elm";
15191             action: STATE_SET "selected" 0.0;
15192             target: "bg_image";
15193          }
15194          program { name: "go_passive";
15195             signal: "elm,state,unselected";
15196             source: "elm";
15197             action: STATE_SET "default" 0.0;
15198             target: "bg_image";
15199             transition: LINEAR 0.1;
15200          }*/
15201          program { name: "go_disabled";
15202             signal: "elm,state,disabled";
15203             source: "elm";
15204             action: STATE_SET "disabled" 0.0;
15205             target: "disclip";
15206          }
15207          program { name: "go_enabled";
15208             signal: "elm,state,enabled";
15209             source: "elm";
15210             action: STATE_SET "default" 0.0;
15211             target: "disclip";
15212          }
15213       }
15214    }
15215
15216    group { name: "elm/genlist/item/sentmessage/default";
15217       alias: "elm/genlist/item_odd/sentmessage/default";
15218       alias: "elm/genlist/item_compress/sentmessage/default";
15219       alias: "elm/genlist/item_compress_odd/sentmessage/default";
15220
15221       data.item: "stacking" "above";
15222       data.item: "selectraise" "on";
15223       data.item: "contents" "elm.icon";
15224       parts {
15225          part { name: "base";
15226             type: RECT;
15227             repeat_events: 1;
15228             description { state: "default" 0.0;
15229                color: GENLIST_PART_LIST_BG_COLOR_INC;
15230             }
15231          }
15232          part { name: "elm.icon";
15233             clip_to: "disclip";
15234             type: SWALLOW;
15235             scale: 1;
15236             description { state: "default" 0.0;
15237                rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
15238                rel2 {
15239                   relative: 1.0 0.0;
15240                   to_y: "elm.padding.bottom";
15241                }
15242             }
15243          }
15244          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15245          GENLIST_PART_DISCLIP
15246       }
15247       programs {
15248          // signal: elm,state,%s,active
15249          //   a "check" item named %s went active
15250          // signal: elm,state,%s,passive
15251          //   a "check" item named %s went passive
15252          // default is passive
15253          /*program { name: "go_active";
15254             signal: "elm,state,selected";
15255             source: "elm";
15256             action: STATE_SET "selected" 0.0;
15257             target: "bg_image";
15258          }
15259          program { name: "go_passive";
15260             signal: "elm,state,unselected";
15261             source: "elm";
15262             action: STATE_SET "default" 0.0;
15263             target: "bg_image";
15264             transition: LINEAR 0.1;
15265          }*/
15266          program { name: "go_disabled";
15267             signal: "elm,state,disabled";
15268             source: "elm";
15269             action: STATE_SET "disabled" 0.0;
15270             target: "disclip";
15271          }
15272          program { name: "go_enabled";
15273             signal: "elm,state,enabled";
15274             source: "elm";
15275             action: STATE_SET "default" 0.0;
15276             target: "disclip";
15277          }
15278       }
15279    }
15280
15281 // 4.3.4
15282    group { name : "elm/genlist/item/dialogue/title/default";
15283       alias: "elm/genlist/item_odd/dialogue/title/default";
15284       alias: "elm/genlist/item_compress/dialogue/title/default";
15285       alias: "elm/genlist/item_compress_odd/dialogue/title/default";
15286       alias: "elm/layout/dialogue/title";
15287
15288       data.item: "stacking" "above";
15289       data.item: "selectraise" "on";
15290       data.item: "texts" "elm.text";
15291       data.item: "contents" "elm.icon";
15292       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15293
15294       parts {
15295          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_77_INC )
15296          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
15297          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15298          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
15299          GENLIST_PART_BOTTOM_LINE
15300          part { name: "elm.text";
15301             type: TEXT;
15302             scale: 1;
15303             description { state: "default" 0.0;
15304                rel1 {
15305                   relative: 1.0 0.0;
15306                   to_x: "elm.padding.left";
15307                }
15308                rel2 {
15309                   relative: 0.0 0.0;
15310                   to_x: "elm.padding.icon.left";
15311                   to_y: "elm.padding.bottom";
15312                }
15313                color: GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC;
15314                text {
15315                   font: "SLP:style=Medium";
15316                   size: GENLIST_FONT_28_INC;
15317                   min: 0 1;
15318                   align: 0.0 0.5;
15319                   text_class: "list_item";
15320                }
15321             }
15322          }
15323          part { name: "elm.icon";
15324             type: SWALLOW;
15325             scale: 1;
15326             description { state: "default" 0.0;
15327                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15328                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
15329                fixed: 1 1;
15330                align: 1.0 1.0;
15331                rel1 {
15332                   relative: 0.0 0.0;
15333                   to_x: "elm.padding.right";
15334                   to_y: "elm.padding.bottom";
15335                }
15336                rel2 {
15337                   relative: 0.0 0.0;
15338                   to_x: "elm.padding.right";
15339                   to_y: "elm.padding.bottom";
15340                }
15341             }
15342          }
15343          part { name: "elm.padding.icon.left";
15344             type: RECT;
15345             scale: 1;
15346             mouse_events: 0;
15347             description { state: "default" 0.0;
15348                visible: 0;
15349                min: GENLIST_SIZE_16_INC 0;
15350                fixed: 1 0;
15351                align: 1.0 0.5;
15352                rel1.to_x: "elm.icon";
15353                rel2 {
15354                   relative: 0.0 1.0;
15355                   to_x: "elm.icon";
15356                }
15357             }
15358          }
15359          GENLIST_PART_DISCLIP
15360       }
15361    }
15362
15363    group { name : "elm/genlist/item/dialogue/seperator/default";
15364       alias: "elm/genlist/item_odd/dialogue/seperator/default";
15365       alias: "elm/genlist/item_compress/dialogue/seperator/default";
15366       alias: "elm/genlist/item_compress_odd/dialogue/seperator/default";
15367       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
15368       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
15369       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
15370       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
15371       alias: "elm/layout/dialogue/separator/hd33/with_line";
15372
15373       data.item: "stacking" "above";
15374       data.item: "selectraise" "on";
15375       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15376
15377       parts {
15378          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_33_INC )
15379          GENLIST_PART_BOTTOM_LINE
15380          GENLIST_PART_DISCLIP
15381       }
15382    }
15383
15384    group { name : "elm/genlist/item/dialogue/seperator.2/default";
15385       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
15386       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
15387       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
15388       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
15389       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
15390       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
15391       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
15392       alias: "elm/layout/dialogue/separator/hd18/with_line";
15393
15394       data.item: "stacking" "above";
15395       data.item: "selectraise" "on";
15396       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15397
15398       parts {
15399          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
15400          GENLIST_PART_BOTTOM_LINE
15401          GENLIST_PART_DISCLIP
15402       }
15403    }
15404
15405    group { name : "elm/genlist/item/dialogue/seperator.3/default";
15406       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
15407       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
15408       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
15409       alias: "elm/genlist/item/dialogue/separator/20/default";
15410       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
15411       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
15412       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
15413       alias: "elm/layout/dialogue/separator/hd32";
15414
15415       data.item: "stacking" "above";
15416       data.item: "selectraise" "on";
15417       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15418
15419       parts {
15420          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
15421          GENLIST_PART_DISCLIP
15422       }
15423    }
15424
15425    group { name : "elm/genlist/item/dialogue/seperator.4/default";
15426       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
15427       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
15428       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
15429       alias: "elm/genlist/item/dialogue/separator/10/default";
15430       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
15431       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
15432       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
15433       alias: "elm/layout/dialogue/separator/hd16";
15434
15435       data.item: "stacking" "above";
15436       data.item: "selectraise" "on";
15437       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15438
15439       parts {
15440          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
15441          GENLIST_PART_DISCLIP
15442       }
15443    }
15444
15445    group { name : "elm/genlist/item/dialogue/seperator.5/default";
15446       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
15447       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
15448       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
15449       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
15450       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
15451       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
15452       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
15453       alias: "elm/layout/dialogue/separator/hd1";
15454
15455       data.item: "stacking" "above";
15456       data.item: "selectraise" "on";
15457       data.item: "treesize" "GENLIST_TREESIZE_32_INC";
15458
15459       parts {
15460          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
15461          GENLIST_PART_BOTTOM_LINE
15462          GENLIST_PART_DISCLIP
15463       }
15464    }
15465
15466 // 4.1.1
15467    group { name: "elm/genlist/item/dialogue/1text/default";
15468       alias: "elm/genlist/item_odd/dialogue/1text/default";
15469       alias: "elm/genlist/item_compress/dialogue/1text/default";
15470       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
15471       alias: "elm/genlist/item/dialogue.1text/default";
15472       alias: "elm/genlist/item_odd/dialogue.1text/default";
15473       alias: "elm/genlist/item_compress/dialogue.1text/default";
15474       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
15475       alias: "elm/layout/dialogue/1text";
15476       data.item: "stacking" "above";
15477       data.item: "selectraise" "on";
15478       data.item: "texts" "elm.text";
15479       data.item: "flips" "elm.flip.content";
15480       parts {
15481          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15482          GENLIST_PART_DIALOGUE_BG_IMAGE
15483          GENLIST_PART_BOTTOM_LINE
15484          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15485          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15486          GENLIST_PART_DIALOGUE_ITEM
15487          GENLIST_PART_DIALOGUE_RIGHT_LINE
15488          part { name: "elm.text";
15489             clip_to: "disclip";
15490             type: TEXT;
15491             mouse_events: 0;
15492             scale: 1;
15493             description { state: "default" 0.0;
15494                rel1 {
15495                   relative: 1.0  0.0;
15496                   to_x: "elm.padding.left";
15497                }
15498                rel2 {
15499                   relative: 0.0 1.0;
15500                   to_x: "elm.padding.right";
15501                }
15502                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15503                text {
15504                   font: "SLP:style=Roman";
15505                   size: GENLIST_FONT_44_INC;
15506                   min: 0 1;
15507                   align: 0.0 0.5;
15508                   text_class: "list_item";
15509                }
15510             }
15511             description { state: "selected" 0.0;
15512                inherit: "default" 0.0;
15513                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15514             }
15515             GENLIST_DESCRIPTION_FLIP_ENABLED
15516          }
15517          GENLIST_PART_FLIP
15518          GENLIST_PART_DISCLIP
15519       }
15520       programs {
15521          // signal: elm,state,%s,active
15522          //   a "check" item named %s went active
15523          // signal: elm,state,%s,passive
15524          //   a "check" item named %s went passive
15525          // default is passive
15526          program { name: "go_active";
15527             signal: "elm,state,selected";
15528             source: "elm";
15529             action: STATE_SET "selected" 0.0;
15530             target: "bg_image";
15531             target: "elm.text";
15532             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15533          }
15534          program { name: "go_passive";
15535             signal: "elm,state,unselected";
15536             source: "elm";
15537             action: STATE_SET "default" 0.0;
15538             target: "bg_image";
15539             target: "elm.text";
15540             transition: LINEAR 0.1;
15541          }
15542          program { name: "go_disabled";
15543             signal: "elm,state,disabled";
15544             source: "elm";
15545             action: STATE_SET "disabled" 0.0;
15546             target: "disclip";
15547          }
15548          program { name: "go_enabled";
15549             signal: "elm,state,enabled";
15550             source: "elm";
15551             action: STATE_SET "default" 0.0;
15552             target: "disclip";
15553          }
15554          //GENLIST_PROGRAM_FLIP_1TEXT
15555          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15556       }
15557    }
15558
15559 // 4.1.2
15560    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
15561       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
15562       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
15563       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
15564       alias: "elm/layout/dialogue/1text.1icon";
15565       data.item: "stacking" "above";
15566       data.item: "selectraise" "on";
15567       data.item: "texts" "elm.text";
15568       data.item: "contents" "elm.icon";
15569       data.item: "flips" "elm.flip.content";
15570       parts {
15571          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15572          GENLIST_PART_DIALOGUE_BG_IMAGE
15573          GENLIST_PART_BOTTOM_LINE
15574          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15575          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15576          GENLIST_PART_DIALOGUE_ITEM
15577          GENLIST_PART_DIALOGUE_RIGHT_LINE
15578          part { name: "elm.icon";
15579             clip_to: "disclip";
15580             type: SWALLOW;
15581             scale: 1;
15582             description { state: "default" 0.0;
15583                fixed: 1 1;
15584                rel1.to_x: "elm.padding.right";
15585                rel2 {
15586                   relative: 0.0 1.0;
15587                   to_x: "elm.padding.right";
15588                }
15589                align: 1.0 0.5;
15590             }
15591             GENLIST_DESCRIPTION_FLIP_ENABLED
15592          }
15593          part { name: "elm.padding.icon.left";
15594             clip_to: "disclip";
15595             type: RECT;
15596             scale: 1;
15597             description { state: "default" 0.0;
15598                min: GENLIST_PADDING_16_INC 0;
15599                fixed: 1 0;
15600                rel1.to_x: "elm.icon";
15601                rel2 {
15602                   relative: 0.0 1.0;
15603                   to_x: "elm.icon";
15604                }
15605                align: 1.0 0.0;
15606                visible: 0;
15607             }
15608          }
15609          part { name: "elm.text";
15610             clip_to: "disclip";
15611             type: TEXT;
15612             mouse_events: 0;
15613             scale: 1;
15614             description { state: "default" 0.0;
15615                rel1 {
15616                   relative: 1.0 0.0;
15617                   to_x: "elm.padding.left";
15618                }
15619                rel2 {
15620                   relative: 0.0 1.0;
15621                   to_x: "elm.padding.icon.left";
15622                }
15623                align: 0.0 0.0;
15624                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15625                text {
15626                   font: "SLP:style=Roman";
15627                   size: GENLIST_FONT_44_INC;
15628                   min: 0 1;
15629                   align: 0.0 0.5;
15630                   text_class: "list_item";
15631                }
15632             }
15633             description { state: "selected" 0.0;
15634                inherit: "default" 0.0;
15635                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15636             }
15637             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15638             GENLIST_DESCRIPTION_FLIP_ENABLED
15639          }
15640          GENLIST_PART_FLIP
15641          GENLIST_PART_DISCLIP
15642       }
15643       programs {
15644          program { name: "go_active";
15645             signal: "elm,state,selected";
15646             source: "elm";
15647             action: STATE_SET "selected" 0.0;
15648             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15649             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15650          }
15651          program { name: "go_passive";
15652             signal: "elm,state,unselected";
15653             source: "elm";
15654             action: STATE_SET "default" 0.0;
15655             target: "bg_image";
15656             target: "elm.text";
15657             transition: LINEAR 0.1;
15658          }
15659          program { name: "go_disabled";
15660             signal: "elm,state,disabled";
15661             source: "elm";
15662             action: STATE_SET "disabled" 0.0;
15663             target: "disclip";
15664          }
15665          program { name: "go_enabled";
15666             signal: "elm,state,enabled";
15667             source: "elm";
15668             action: STATE_SET "default" 0.0;
15669             target: "disclip";
15670          }
15671          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15672          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15673       }
15674    }
15675
15676 // 4.1.3
15677    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
15678       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
15679       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
15680       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
15681       alias: "elm/layout/dialogue/1text.1icon.2";
15682       data.item: "stacking" "above";
15683       data.item: "selectraise" "on";
15684       data.item: "texts" "elm.text";
15685       data.item: "contents" "elm.icon";
15686       data.item: "flips" "elm.flip.content";
15687       parts {
15688          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15689          GENLIST_PART_DIALOGUE_BG_IMAGE
15690          GENLIST_PART_BOTTOM_LINE
15691          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15692          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15693          GENLIST_PART_DIALOGUE_ITEM
15694          GENLIST_PART_DIALOGUE_RIGHT_LINE
15695          part { name: "elm.icon";
15696             clip_to: "disclip";
15697             type: SWALLOW;
15698             scale: 1;
15699             description { state: "default" 0.0;
15700                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15701                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15702                fixed: 1 1;
15703                rel1 {
15704                   relative: 1.0 0.0;
15705                   to_x: "elm.padding.left";
15706                }
15707                rel2 {
15708                   relative: 1.0 1.0;
15709                   to_x: "elm.padding.left";
15710                }
15711                align: 0.0 0.5;
15712             }
15713             GENLIST_DESCRIPTION_FLIP_ENABLED
15714          }
15715          part { name: "elm.padding.icon.right";
15716             clip_to: "disclip";
15717             type: RECT;
15718             scale: 1;
15719             description { state: "default" 0.0;
15720                min: GENLIST_PADDING_16_INC 0;
15721                fixed: 1 0;
15722                rel1 {
15723                   relative: 1.0 0.0;
15724                   to_x: "elm.icon";
15725                }
15726                rel2.to_x: "elm.icon";
15727                align: 0.0 0.0;
15728                visible: 0;
15729             }
15730          }
15731          part { name: "elm.text";
15732             clip_to: "disclip";
15733             type: TEXT;
15734             mouse_events: 0;
15735             scale: 1;
15736             description { state: "default" 0.0;
15737                rel1 {
15738                   relative: 1.0 0.0;
15739                   to_x: "elm.padding.icon.right";
15740                }
15741                rel2 {
15742                   relative: 0.0 1.0;
15743                   to_x: "elm.padding.right";
15744                }
15745                align: 0.0 0.0;
15746                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15747                text {
15748                   font: "SLP:style=Roman";
15749                   size: GENLIST_FONT_44_INC;
15750                   min: 0 1;
15751                   align: 0.0 0.5;
15752                   text_class: "list_item";
15753                }
15754             }
15755             description { state: "selected" 0.0;
15756                inherit: "default" 0.0;
15757                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15758             }
15759             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15760             GENLIST_DESCRIPTION_FLIP_ENABLED
15761          }
15762          GENLIST_PART_FLIP
15763          GENLIST_PART_DISCLIP
15764       }
15765       programs {
15766          program { name: "go_active";
15767             signal: "elm,state,selected";
15768             source: "elm";
15769             action: STATE_SET "selected" 0.0;
15770             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15771             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15772          }
15773          program { name: "go_passive";
15774             signal: "elm,state,unselected";
15775             source: "elm";
15776             action: STATE_SET "default" 0.0;
15777             target: "bg_image";
15778             target: "elm.text";
15779             transition: LINEAR 0.1;
15780          }
15781          program { name: "go_disabled";
15782             signal: "elm,state,disabled";
15783             source: "elm";
15784             action: STATE_SET "disabled" 0.0;
15785             target: "disclip";
15786          }
15787          program { name: "go_enabled";
15788             signal: "elm,state,enabled";
15789             source: "elm";
15790             action: STATE_SET "default" 0.0;
15791             target: "disclip";
15792          }
15793          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15794          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15795       }
15796    }
15797
15798 // 4.1.4
15799    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
15800       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
15801       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
15802       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
15803       alias: "elm/layout/dialogue/1text.2icon";
15804       data.item: "stacking" "above";
15805       data.item: "selectraise" "on";
15806       data.item: "texts" "elm.text";
15807       data.item: "contents" "elm.icon.1 elm.icon.2";
15808       data.item: "flips" "elm.flip.content";
15809       parts {
15810          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15811          GENLIST_PART_DIALOGUE_BG_IMAGE
15812          GENLIST_PART_BOTTOM_LINE
15813          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15814          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15815          GENLIST_PART_DIALOGUE_ITEM
15816          GENLIST_PART_DIALOGUE_RIGHT_LINE
15817          part { name: "elm.icon.1";
15818             clip_to: "disclip";
15819             type: SWALLOW;
15820             scale: 1;
15821             description { state: "default" 0.0;
15822                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15823                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15824                fixed: 1 1;
15825                rel1 {
15826                   relative: 1.0 0.0;
15827                   to_x: "elm.padding.left";
15828                }
15829                rel2 {
15830                   relative: 1.0 1.0;
15831                   to_x: "elm.padding.left";
15832                }
15833                align: 0.0 0.5;
15834             }
15835             GENLIST_DESCRIPTION_FLIP_ENABLED
15836          }
15837          part { name: "elm.padding.icon.right";
15838             clip_to: "disclip";
15839             type: RECT;
15840             scale: 1;
15841             description { state: "default" 0.0;
15842                min: GENLIST_PADDING_16_INC 0;
15843                fixed: 1 0;
15844                rel1 {
15845                   relative: 1.0 0.0;
15846                   to_x: "elm.icon.1";
15847                }
15848                rel2.to_x: "elm.icon.1";
15849                align: 0.0 0.0;
15850                visible: 0;
15851             }
15852          }
15853          part { name: "elm.icon.2";
15854             clip_to: "disclip";
15855             type: SWALLOW;
15856             scale: 1;
15857             description { state: "default" 0.0;
15858                fixed: 1 1;
15859                rel1.to_x: "elm.padding.right";
15860                rel2 {
15861                   relative: 0.0 1.0;
15862                   to_x: "elm.padding.right";
15863                }
15864                align: 1.0 0.5;
15865             }
15866             GENLIST_DESCRIPTION_FLIP_ENABLED
15867          }
15868          part { name: "elm.padding.icon.left";
15869             clip_to: "disclip";
15870             type: RECT;
15871             scale: 1;
15872             description { state: "default" 0.0;
15873                min: GENLIST_PADDING_16_INC 0;
15874                fixed: 1 0;
15875                rel1.to_x: "elm.icon.2";
15876                rel2 {
15877                   relative: 0.0 1.0;
15878                   to_x: "elm.icon.2";
15879                }
15880                align: 1.0 0.0;
15881                visible: 0;
15882             }
15883          }
15884          part { name: "elm.text";
15885             clip_to: "disclip";
15886             type: TEXT;
15887             mouse_events: 0;
15888             scale: 1;
15889             description { state: "default" 0.0;
15890                rel1 {
15891                   relative: 1.0 0.0;
15892                   to_x: "elm.padding.icon.right";
15893                }
15894                rel2 {
15895                   relative: 0.0 1.0;
15896                   to_x: "elm.padding.icon.left";
15897                }
15898                align: 0.0 0.0;
15899                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15900                text {
15901                   font: "SLP:style=Roman";
15902                   size: GENLIST_FONT_44_INC;
15903                   min: 0 1;
15904                   align: 0.0 0.5;
15905                   text_class: "list_item";
15906                }
15907             }
15908             description { state: "selected" 0.0;
15909                inherit: "default" 0.0;
15910                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15911             }
15912             GENLIST_DESCRIPTION_FLIP_ENABLED
15913          }
15914          GENLIST_PART_FLIP
15915          GENLIST_PART_DISCLIP
15916       }
15917       programs {
15918          program { name: "go_active";
15919             signal: "elm,state,selected";
15920             source: "elm";
15921             action: STATE_SET "selected" 0.0;
15922             target: "bg_image";
15923             target: "elm.text";
15924             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15925          }
15926          program { name: "go_passive";
15927             signal: "elm,state,unselected";
15928             source: "elm";
15929             action: STATE_SET "default" 0.0;
15930             target: "bg_image";
15931             target: "elm.text";
15932             transition: LINEAR 0.1;
15933          }
15934          program { name: "go_disabled";
15935             signal: "elm,state,disabled";
15936             source: "elm";
15937             action: STATE_SET "disabled" 0.0;
15938             target: "disclip";
15939          }
15940          program { name: "go_enabled";
15941             signal: "elm,state,enabled";
15942             source: "elm";
15943             action: STATE_SET "default" 0.0;
15944             target: "disclip";
15945          }
15946          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15947          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15948       }
15949    }
15950
15951 // 4.1.5
15952    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15953       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15954       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15955       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15956       alias: "elm/layout/dialogue/2text.1icon";
15957       data.item: "stacking" "above";
15958       data.item: "selectraise" "on";
15959       data.item: "texts" "elm.text.1 elm.text.2";
15960       data.item: "contents" "elm.icon";
15961       data.item: "flips" "elm.flip.content";
15962       parts {
15963          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15964          GENLIST_PART_DIALOGUE_BG_IMAGE
15965          GENLIST_PART_BOTTOM_LINE
15966          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15967          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15968          GENLIST_PART_DIALOGUE_ITEM
15969          GENLIST_PART_DIALOGUE_RIGHT_LINE
15970          part { name: "elm.icon";
15971             clip_to: "disclip";
15972             type: SWALLOW;
15973             scale: 1;
15974             description { state: "default" 0.0;
15975                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15976                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15977                fixed: 1 1;
15978                rel1 {
15979                   relative: 1.0 0.0;
15980                   to_x: "elm.padding.left";
15981                }
15982                rel2 {
15983                   relative: 1.0 1.0;
15984                   to_x: "elm.padding.left";
15985                }
15986                align: 0.0 0.5;
15987             }
15988             GENLIST_DESCRIPTION_FLIP_ENABLED
15989          }
15990          part { name: "elm.padding.icon.right";
15991             clip_to: "disclip";
15992             type: RECT;
15993             scale: 1;
15994             description { state: "default" 0.0;
15995                min: GENLIST_PADDING_16_INC 0;
15996                fixed: 1 0;
15997                rel1 {
15998                   relative: 1.0 0.0;
15999                   to_x: "elm.icon";
16000                }
16001                rel2.to_x: "elm.icon";
16002                align: 0.0 0.0;
16003                visible: 0;
16004             }
16005          }
16006          part { name: "elm.text.2";
16007             clip_to: "disclip";
16008             type: TEXT;
16009             mouse_events: 0;
16010             scale: 1;
16011             description { state: "default" 0.0;
16012                min: GENLIST_SIZE_133_INC 0;
16013                fixed: 1 0;
16014                rel1.to_x: "elm.padding.right";
16015                rel2 {
16016                   relative: 0.0 1.0;
16017                   to_x: "elm.padding.right";
16018                }
16019                align: 1.0 0.5;
16020                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16021                text {
16022                   font: "SLP:style=Medium";
16023                   size: GENLIST_FONT_32_INC;
16024                   min: 0 1;
16025                   align: 1.0 0.5;
16026                   text_class: "slp_medium";
16027                }
16028             }
16029             description { state: "selected" 0.0;
16030                inherit: "default" 0.0;
16031                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16032             }
16033             GENLIST_DESCRIPTION_FLIP_ENABLED
16034          }
16035          part { name: "elm.padding.text2.left";
16036             type: RECT;
16037             mouse_events: 0;
16038             scale: 1;
16039             description { state: "default" 0.0;
16040                min: GENLIST_SIZE_ICON_SMALL 0;
16041                fixed: 1 0;
16042                rel1.to_x: "elm.text.2";
16043                rel2 {
16044                   relative: 0.0 1.0;
16045                   to_x: "elm.text.2";
16046                }
16047                visible: 0;
16048                align: 1.0 0.5;
16049             }
16050          }
16051          part { name: "elm.text.1";
16052             clip_to: "disclip";
16053             type: TEXT;
16054             mouse_events: 0;
16055             scale: 1;
16056             description { state: "default" 0.0;
16057                rel1 {
16058                   relative: 1.0 0.0;
16059                   to_x: "elm.padding.icon.right";
16060                }
16061                rel2 {
16062                   relative: 0.0 1.0;
16063                   to_x: "elm.padding.text2.left";
16064                }
16065                align: 0.0 0.0;
16066                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16067                text {
16068                   font: "SLP:style=Roman";
16069                   size: GENLIST_FONT_44_INC;
16070                   min: 0 1;
16071                   align: 0.0 0.5;
16072                   text_class: "list_item";
16073                }
16074             }
16075             description { state: "selected" 0.0;
16076                inherit: "default" 0.0;
16077                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16078             }
16079             GENLIST_DESCRIPTION_FLIP_ENABLED
16080          }
16081          GENLIST_PART_FLIP
16082          GENLIST_PART_DISCLIP
16083       }
16084       programs {
16085          program { name: "go_active";
16086             signal: "elm,state,selected";
16087             source: "elm";
16088             action: STATE_SET "selected" 0.0;
16089             target: "bg_image";
16090             target: "elm.text.1";
16091             target: "elm.text.2";
16092             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16093          }
16094          program { name: "go_passive";
16095             signal: "elm,state,unselected";
16096             source: "elm";
16097             action: STATE_SET "default" 0.0;
16098             target: "bg_image";
16099             target: "elm.text.1";
16100             target: "elm.text.2";
16101             transition: LINEAR 0.1;
16102          }
16103          program { name: "go_disabled";
16104             signal: "elm,state,disabled";
16105             source: "elm";
16106             action: STATE_SET "disabled" 0.0;
16107             target: "disclip";
16108          }
16109          program { name: "go_enabled";
16110             signal: "elm,state,enabled";
16111             source: "elm";
16112             action: STATE_SET "default" 0.0;
16113             target: "disclip";
16114          }
16115          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16116          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16117       }
16118    }
16119
16120 // 4.1.6
16121    group { name: "elm/genlist/item/dialogue/1text.1icon.3/default";
16122       alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default";
16123       alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default";
16124       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default";
16125       alias: "elm/layout/dialogue/1text.1icon.3";
16126       data.item: "stacking" "above";
16127       data.item: "selectraise" "on";
16128       data.item: "texts" "elm.text";
16129       data.item: "contents" "elm.icon";
16130       data.item: "flips" "elm.flip.content";
16131       parts {
16132          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16133          GENLIST_PART_DIALOGUE_BG_IMAGE
16134          GENLIST_PART_BOTTOM_LINE
16135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16137          GENLIST_PART_DIALOGUE_ITEM
16138          GENLIST_PART_DIALOGUE_RIGHT_LINE
16139          part { name: "elm.icon";
16140             clip_to: "disclip";
16141             type: SWALLOW;
16142             scale: 1;
16143             description { state: "default" 0.0;
16144                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16145                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16146                fixed: 1 1;
16147                rel1 {
16148                   relative: 1.0 0.0;
16149                   to_x: "elm.padding.left";
16150                }
16151                rel2 {
16152                   relative: 1.0 1.0;
16153                   to_x: "elm.padding.left";
16154                }
16155                align: 0.0 0.5;
16156             }
16157             GENLIST_DESCRIPTION_FLIP_ENABLED
16158          }
16159          part { name: "elm.padding.icon.right";
16160             type: RECT;
16161             scale: 1;
16162             description { state: "default" 0.0;
16163                min: GENLIST_PADDING_16_INC 0;
16164                fixed: 1 0;
16165                rel1 {
16166                   relative: 1.0 0.0;
16167                   to_x: "elm.icon";
16168                }
16169                rel2.to_x: "elm.icon";
16170                align: 0.0 0.0;
16171                visible: 0;
16172             }
16173          }
16174          part { name: "elm.text";
16175             clip_to: "disclip";
16176             type: TEXT;
16177             mouse_events: 0;
16178             scale: 1;
16179             description { state: "default" 0.0;
16180                rel1 {
16181                   relative: 1.0 0.0;
16182                   to_x: "elm.padding.icon.right";
16183                }
16184                rel2 {
16185                   relative: 0.0 1.0;
16186                   to_x: "elm.padding.right";
16187                }
16188                align: 0.0 0.0;
16189                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16190                text {
16191                   font: "SLP:style=Roman";
16192                   size: GENLIST_FONT_44_INC;
16193                   min: 0 1;
16194                   align: 0.0 0.5;
16195                   text_class: "list_item";
16196                }
16197             }
16198             description { state: "selected" 0.0;
16199                inherit: "default" 0.0;
16200                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16201             }
16202             GENLIST_DESCRIPTION_FLIP_ENABLED
16203          }
16204          GENLIST_PART_FLIP
16205          GENLIST_PART_DISCLIP
16206       }
16207       programs {
16208          program { name: "go_active";
16209             signal: "elm,state,selected";
16210             source: "elm";
16211             action: STATE_SET "selected" 0.0;
16212             target: "bg_image";
16213             target: "elm.text";
16214             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16215          }
16216          program { name: "go_passive";
16217             signal: "elm,state,unselected";
16218             source: "elm";
16219             action: STATE_SET "default" 0.0;
16220             target: "bg_image";
16221             target: "elm.text";
16222             transition: LINEAR 0.1;
16223          }
16224          program { name: "go_disabled";
16225             signal: "elm,state,disabled";
16226             source: "elm";
16227             action: STATE_SET "disabled" 0.0;
16228             target: "disclip";
16229          }
16230          program { name: "go_enabled";
16231             signal: "elm,state,enabled";
16232             source: "elm";
16233             action: STATE_SET "default" 0.0;
16234             target: "disclip";
16235          }
16236          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16237          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16238       }
16239    }
16240
16241 // 4.1.6 textblock for message
16242    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
16243       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
16244       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
16245       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
16246       alias: "elm/layout/dialogue/1text.1icon.6";
16247       data.item: "stacking" "above";
16248       data.item: "selectraise" "on";
16249       data.item: "texts" "elm.text";
16250       data.item: "contents" "elm.icon";
16251       data.item: "flips" "elm.flip.content";
16252       parts {
16253          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16254          GENLIST_PART_DIALOGUE_BG_IMAGE
16255          GENLIST_PART_BOTTOM_LINE
16256          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16257          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16258          GENLIST_PART_DIALOGUE_ITEM
16259          GENLIST_PART_DIALOGUE_RIGHT_LINE
16260          part { name: "elm.icon";
16261             clip_to: "disclip";
16262             type: SWALLOW;
16263             scale: 1;
16264             description { state: "default" 0.0;
16265                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16266                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16267                fixed: 1 1;
16268                rel1 {
16269                   relative: 1.0 0.0;
16270                   to_x: "elm.padding.left";
16271                }
16272                rel2 {
16273                   relative: 1.0 1.0;
16274                   to_x: "elm.padding.left";
16275                }
16276                align: 0.0 0.5;
16277             }
16278             GENLIST_DESCRIPTION_FLIP_ENABLED
16279          }
16280          part { name: "elm.padding.icon.right";
16281             type: RECT;
16282             scale: 1;
16283             description { state: "default" 0.0;
16284                min: GENLIST_PADDING_16_INC 0;
16285                fixed: 1 0;
16286                rel1 {
16287                   relative: 1.0 0.0;
16288                   to_x: "elm.icon";
16289                }
16290                rel2.to_x: "elm.icon";
16291                align: 0.0 0.0;
16292                visible: 0;
16293             }
16294          }
16295          part { name: "elm.text";
16296             clip_to: "disclip";
16297             type: TEXTBLOCK;
16298             mouse_events: 0;
16299             scale: 1;
16300             description { state: "default" 0.0;
16301                rel1 {
16302                   relative: 1.0 0.0;
16303                   to_x: "elm.padding.icon.right";
16304                }
16305                rel2 {
16306                   relative: 0.0 1.0;
16307                   to_x: "elm.padding.right";
16308                }
16309                align: 0.0 0.5;
16310                text {
16311                   style: "genlist_default_textblock_style";
16312                   min: 0 1;
16313                   align: 0.0 0.5;
16314                }
16315             }
16316             description { state: "selected" 0.0;
16317                inherit: "default" 0.0;
16318                text.style: "genlist_default_textblock_selected_style";
16319             }
16320             GENLIST_DESCRIPTION_FLIP_ENABLED
16321          }
16322          GENLIST_PART_FLIP
16323          GENLIST_PART_DISCLIP
16324       }
16325       programs {
16326          program { name: "go_active";
16327             signal: "elm,state,selected";
16328             source: "elm";
16329             action: STATE_SET "selected" 0.0;
16330             target: "bg_image";
16331             target: "elm.text";
16332             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16333          }
16334          program { name: "go_passive";
16335             signal: "elm,state,unselected";
16336             source: "elm";
16337             action: STATE_SET "default" 0.0;
16338             target: "bg_image";
16339             target: "elm.text";
16340             transition: LINEAR 0.1;
16341          }
16342          program { name: "go_disabled";
16343             signal: "elm,state,disabled";
16344             source: "elm";
16345             action: STATE_SET "disabled" 0.0;
16346             target: "disclip";
16347          }
16348          program { name: "go_enabled";
16349             signal: "elm,state,enabled";
16350             source: "elm";
16351             action: STATE_SET "default" 0.0;
16352             target: "disclip";
16353          }
16354          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16355          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16356       }
16357    }
16358
16359 // 4.1.17
16360    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
16361       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
16362       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
16363       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
16364       alias: "elm/layout/dialogue/1text.1icon.4";
16365       data.item: "stacking" "above";
16366       data.item: "selectraise" "on";
16367       data.item: "texts" "elm.text";
16368       data.item: "contents" "elm.icon";
16369       data.item: "flips" "elm.flip.content";
16370       parts {
16371          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16372          GENLIST_PART_DIALOGUE_BG_IMAGE
16373          GENLIST_PART_BOTTOM_LINE
16374          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16375          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16376          GENLIST_PART_DIALOGUE_ITEM
16377          GENLIST_PART_DIALOGUE_RIGHT_LINE
16378          part { name: "elm.icon";
16379             clip_to: "disclip";
16380             type: SWALLOW;
16381             scale: 1;
16382             description { state: "default" 0.0;
16383                min: 60 60;
16384                max: 60 60;
16385                fixed: 1 1;
16386                rel1.to_x: "elm.padding.right";
16387                rel2 {
16388                   relative: 0.0 1.0;
16389                   to_x: "elm.padding.right";
16390                }
16391                align: 1.0 0.5;
16392             }
16393             GENLIST_DESCRIPTION_FLIP_ENABLED
16394          }
16395          part { name: "elm.padding.icon.left";
16396             clip_to: "disclip";
16397             type: RECT;
16398             scale: 1;
16399             description { state: "default" 0.0;
16400                min: 10 0;
16401                fixed: 1 0;
16402                rel1.to_x: "elm.icon";
16403                rel2 {
16404                   relative: 0.0 1.0;
16405                   to_x: "elm.icon";
16406                }
16407                align: 1.0 0.0;
16408                visible: 0;
16409             }
16410          }
16411          part { name: "elm.text";
16412             clip_to: "disclip";
16413             type: TEXT;
16414             mouse_events: 0;
16415             scale: 1;
16416             description { state: "default" 0.0;
16417                rel1 {
16418                   relative: 1.0 0.0;
16419                   to_x: "elm.padding.left";
16420                }
16421                rel2 {
16422                   relative: 0.0 1.0;
16423                   to_x: "elm.padding.icon.left";
16424                }
16425                align: 0.0 0.0;
16426                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16427                text {
16428                   font: "SLP:style=Roman";
16429                   size: GENLIST_FONT_44_INC;
16430                   min: 0 1;
16431                   align: 0.0 0.5;
16432                   text_class: "list_item";
16433                }
16434             }
16435             description { state: "selected" 0.0;
16436                inherit: "default" 0.0;
16437                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16438             }
16439             GENLIST_DESCRIPTION_FLIP_ENABLED
16440          }
16441          GENLIST_PART_FLIP
16442          GENLIST_PART_DISCLIP
16443       }
16444       programs {
16445          program { name: "go_active";
16446             signal: "elm,state,selected";
16447             source: "elm";
16448             action: STATE_SET "selected" 0.0;
16449             target: "bg_image";
16450             target: "elm.text";
16451             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16452          }
16453          program { name: "go_passive";
16454             signal: "elm,state,unselected";
16455             source: "elm";
16456             action: STATE_SET "default" 0.0;
16457             target: "bg_image";
16458             target: "elm.text";
16459             transition: LINEAR 0.1;
16460          }
16461          program { name: "go_disabled";
16462             signal: "elm,state,disabled";
16463             source: "elm";
16464             action: STATE_SET "disabled" 0.0;
16465             target: "disclip";
16466          }
16467          program { name: "go_enabled";
16468             signal: "elm,state,enabled";
16469             source: "elm";
16470             action: STATE_SET "default" 0.0;
16471             target: "disclip";
16472          }
16473          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16474          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16475       }
16476    }
16477
16478    // 4.1.19
16479    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
16480       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
16481       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
16482       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
16483
16484       data.item: "stacking" "above";
16485       data.item: "selectraise" "on";
16486       data.item: "texts" "elm.text.1";
16487       data.item: "contents" "elm.icon.1";
16488
16489       parts {
16490          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
16491                  GENLIST_PART_DIALOGUE_BG_IMAGE
16492          GENLIST_PART_BOTTOM_LINE
16493          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16494          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
16495          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16496          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16497          GENLIST_PART_DIALOGUE_ITEM
16498          GENLIST_PART_DIALOGUE_RIGHT_LINE
16499          part { name: "elm.text.1";
16500             clip_to: "disclip";
16501             type: TEXT;
16502             mouse_events: 0;
16503             scale: 1;
16504             description { state: "default" 0.0;
16505                min: 0 GENLIST_SIZE_48_INC;
16506                fixed: 0 1;
16507                rel1 {
16508                   relative: 1.0 1.0;
16509                   to_x: "elm.padding.left";
16510                   to_y: "elm.padding.top";
16511                }
16512                rel2 {
16513                   relative: 0.0 1.0;
16514                   to_x: "elm.padding.right";
16515                   to_y: "elm.padding.top";
16516                }
16517                align: 0.0 0.0;
16518                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
16519                text {
16520                   font: "SLP:style=Medium";
16521                   size: GENLIST_FONT_32_INC;
16522                   min: 0 1;
16523                   align: 0.0 0.5;
16524                   text_class: "list_item";
16525                }
16526             }
16527             description { state: "selected" 0.0;
16528                inherit: "default" 0.0;
16529                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16530             }
16531             GENLIST_DESCRIPTION_FLIP_ENABLED
16532          }
16533          part { name: "elm.icon.1";
16534             clip_to: "disclip";
16535             type: SWALLOW;
16536             scale: 1;
16537             description { state: "default" 0.0;
16538                rel1 {
16539                   relative: 1.0 1.0;
16540                   to_x: "elm.padding.left";
16541                   to_y: "elm.text.1";
16542                }
16543                rel2 {
16544                   relative: 0.0 0.0;
16545                   to_x: "elm.padding.right";
16546                   to_y: "elm.padding.bottom";
16547                }
16548             }
16549          }
16550          GENLIST_PART_DISCLIP
16551       }
16552       programs {
16553          // signal: elm,state,%s,active
16554          //   a "check" item named %s went active
16555          // signal: elm,state,%s,passive
16556          //   a "check" item named %s went passive
16557          // default is passive
16558          /*program { name: "go_active";
16559             signal: "elm,state,selected";
16560             source: "elm";
16561             action: STATE_SET "selected" 0.0;
16562             target: "bg_image";
16563             target: "elm.text";
16564          }
16565          program { name: "go_passive";
16566             signal: "elm,state,unselected";
16567             source: "elm";
16568             action: STATE_SET "default" 0.0;
16569             target: "bg_image";
16570             target: "elm.text";
16571             transition: LINEAR 0.1;
16572          }*/
16573          program { name: "go_disabled";
16574             signal: "elm,state,disabled";
16575             source: "elm";
16576             action: STATE_SET "disabled" 0.0;
16577             target: "disclip";
16578          }
16579          program { name: "go_enabled";
16580             signal: "elm,state,enabled";
16581             source: "elm";
16582             action: STATE_SET "default" 0.0;
16583             target: "disclip";
16584          }
16585       }
16586    }
16587
16588    group { name: "elm/genlist/item/dialogue/2text.5/default";
16589       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
16590       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
16591       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
16592       data.item: "stacking" "above";
16593       data.item: "selectraise" "on";
16594       data.item: "texts" "elm.text.1 elm.text.2";
16595       data.item: "flips" "elm.flip.content";
16596       parts {
16597          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16598          GENLIST_PART_DIALOGUE_BG_IMAGE
16599          GENLIST_PART_BOTTOM_LINE
16600          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16601          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16602          GENLIST_PART_DIALOGUE_ITEM
16603          GENLIST_PART_DIALOGUE_RIGHT_LINE
16604          part { name: "elm.text.2";
16605             clip_to: "disclip";
16606             type: TEXT;
16607             mouse_events: 0;
16608             scale: 1;
16609             description { state: "default" 0.0;
16610                min: GENLIST_SIZE_154_INC 0;
16611                fixed: 1 0;
16612                rel1.to_x: "elm.padding.right";
16613                rel2 {
16614                   relative: 0.0 1.0;
16615                   to_x: "elm.padding.right";
16616                }
16617                align: 1.0 0.5;
16618                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16619                text {
16620                   font: "SLP:style=Medium";
16621                   size: GENLIST_FONT_32_INC;
16622                   min: 0 1;
16623                   align: 1.0 0.5;
16624                   text_class: "slp_roman";
16625                }
16626             }
16627             description { state: "selected" 0.0;
16628                inherit: "default" 0.0;
16629                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16630             }
16631             GENLIST_DESCRIPTION_FLIP_ENABLED
16632          }
16633          part { name: "elm.padding.text2.left";
16634             type: RECT;
16635             mouse_events: 0;
16636             scale: 1;
16637             description { state: "default" 0.0;
16638                min: GENLIST_SIZE_ICON_SMALL 0;
16639                fixed: 1 0;
16640                rel1.to_x: "elm.text.2";
16641                rel2 {
16642                   relative: 0.0 1.0;
16643                   to_x: "elm.text.2";
16644                }
16645                visible: 0;
16646                align: 1.0 0.5;
16647             }
16648          }
16649          part { name: "elm.text.1";
16650             clip_to: "disclip";
16651             type: TEXT;
16652             mouse_events: 0;
16653             scale: 1;
16654             description { state: "default" 0.0;
16655                rel1 {
16656                   relative: 1.0 0.0;
16657                   to_x: "elm.padding.left";
16658                }
16659                rel2 {
16660                   relative: 0.0 1.0;
16661                   to_x: "elm.padding.text2.left";
16662                }
16663                align: 0.0 0.0;
16664                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16665                text {
16666                   font: "SLP:style=Roman";
16667                   size: GENLIST_FONT_44_INC;
16668                   min: 0 1;
16669                   align: 0.0 0.5;
16670                   text_class: "list_item";
16671                }
16672             }
16673             description { state: "selected" 0.0;
16674                inherit: "default" 0.0;
16675                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16676             }
16677             GENLIST_DESCRIPTION_FLIP_ENABLED
16678          }
16679          GENLIST_PART_FLIP
16680          GENLIST_PART_DISCLIP
16681       }
16682       programs {
16683          program { name: "go_active";
16684             signal: "elm,state,selected";
16685             source: "elm";
16686             action: STATE_SET "selected" 0.0;
16687             target: "bg_image";
16688             target: "elm.text.1";
16689             target: "elm.text.2";
16690             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16691          }
16692          program { name: "go_passive";
16693             signal: "elm,state,unselected";
16694             source: "elm";
16695             action: STATE_SET "default" 0.0;
16696             target: "bg_image";
16697             target: "elm.text.1";
16698             target: "elm.text.2";
16699             transition: LINEAR 0.1;
16700          }
16701          program { name: "go_disabled";
16702             signal: "elm,state,disabled";
16703             source: "elm";
16704             action: STATE_SET "disabled" 0.0;
16705             target: "disclip";
16706          }
16707          program { name: "go_enabled";
16708             signal: "elm,state,enabled";
16709             source: "elm";
16710             action: STATE_SET "default" 0.0;
16711             target: "disclip";
16712          }
16713          GENLIST_PROGRAM_FLIP_2TEXT
16714          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16715          //GENLIST_PROGRAM_FLIP_1TEXT
16716       }
16717    }
16718
16719    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
16720       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
16721       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
16722       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
16723       alias: "elm/layout/dialogue/1text.2icon.2";
16724       data.item: "stacking" "above";
16725       data.item: "selectraise" "on";
16726       data.item: "texts" "elm.text";
16727       data.item: "contents" "elm.icon.1 elm.icon.2";
16728       data.item: "flips" "elm.flip.content";
16729       parts {
16730          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16731          GENLIST_PART_DIALOGUE_BG_IMAGE
16732          GENLIST_PART_BOTTOM_LINE
16733          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16734          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16735          GENLIST_PART_DIALOGUE_ITEM
16736          GENLIST_PART_DIALOGUE_RIGHT_LINE
16737          part { name: "elm.icon.1";
16738             clip_to: "disclip";
16739             type: SWALLOW;
16740             scale: 1;
16741             description { state: "default" 0.0;
16742                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16743                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16744                fixed: 1 1;
16745                rel1 {
16746                   relative: 1.0 0.0;
16747                   to_x: "elm.padding.left";
16748                }
16749                rel2 {
16750                   relative: 1.0 1.0;
16751                   to_x: "elm.padding.left";
16752                }
16753                align: 0.0 0.5;
16754             }
16755             GENLIST_DESCRIPTION_FLIP_ENABLED
16756          }
16757          part { name: "elm.padding.icon1.right";
16758             clip_to: "disclip";
16759             type: RECT;
16760             scale: 1;
16761             description { state: "default" 0.0;
16762                min: GENLIST_PADDING_16_INC 0;
16763                fixed: 1 0;
16764                rel1 {
16765                   relative: 1.0 0.0;
16766                   to_x: "elm.icon.1";
16767                }
16768                rel2.to_x: "elm.icon.1";
16769                align: 0.0 0.0;
16770                visible: 0;
16771             }
16772          }
16773          part { name: "elm.icon.2";
16774             clip_to: "disclip";
16775             type: SWALLOW;
16776             scale: 1;
16777             description { state: "default" 0.0;
16778                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16779                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16780                fixed: 1 1;
16781                rel1.to_x: "elm.padding.right";
16782                rel2 {
16783                   relative: 0.0 1.0;
16784                   to_x: "elm.padding.right";
16785                }
16786                align: 1.0 0.5;
16787             }
16788             GENLIST_DESCRIPTION_FLIP_ENABLED
16789          }
16790          part { name: "elm.padding.icon2.left";
16791             clip_to: "disclip";
16792             type: RECT;
16793             scale: 1;
16794             description { state: "default" 0.0;
16795                min: GENLIST_PADDING_16_INC 0;
16796                fixed: 1 0;
16797                rel1.to_x: "elm.icon.2";
16798                rel2 {
16799                   relative: 0.0 1.0;
16800                   to_x: "elm.icon.2";
16801                }
16802                align: 1.0 0.0;
16803                visible: 0;
16804             }
16805          }
16806          part { name: "elm.text";
16807             clip_to: "disclip";
16808             type: TEXT;
16809             mouse_events: 0;
16810             scale: 1;
16811             description { state: "default" 0.0;
16812                rel1 {
16813                   relative: 1.0 0.0;
16814                   to_x: "elm.padding.icon1.right";
16815                }
16816                rel2 {
16817                   relative: 0.0 1.0;
16818                   to_x: "elm.padding.icon2.left";
16819                }
16820                align: 0.0 0.0;
16821                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16822                text {
16823                   font: "SLP:style=Roman";
16824                   size: GENLIST_FONT_44_INC;
16825                   min: 0 1;
16826                   align: 0.0 0.5;
16827                   text_class: "list_item";
16828                }
16829             }
16830             description { state: "selected" 0.0;
16831                inherit: "default" 0.0;
16832                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16833             }
16834             GENLIST_DESCRIPTION_FLIP_ENABLED
16835          }
16836          GENLIST_PART_FLIP
16837          GENLIST_PART_DISCLIP
16838       }
16839       programs {
16840          program { name: "go_active";
16841             signal: "elm,state,selected";
16842             source: "elm";
16843             action: STATE_SET "selected" 0.0;
16844             target: "bg_image";
16845             target: "elm.text";
16846             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16847          }
16848          program { name: "go_passive";
16849             signal: "elm,state,unselected";
16850             source: "elm";
16851             action: STATE_SET "default" 0.0;
16852             target: "bg_image";
16853             target: "elm.text";
16854             transition: LINEAR 0.1;
16855          }
16856          program { name: "go_disabled";
16857             signal: "elm,state,disabled";
16858             source: "elm";
16859             action: STATE_SET "disabled" 0.0;
16860             target: "disclip";
16861          }
16862          program { name: "go_enabled";
16863             signal: "elm,state,enabled";
16864             source: "elm";
16865             action: STATE_SET "default" 0.0;
16866             target: "disclip";
16867          }
16868          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
16869          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16870       }
16871    }
16872
16873    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
16874       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
16875       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
16876       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
16877       alias: "elm/layout/dialogue/1text.3icon";
16878       data.item: "stacking" "above";
16879       data.item: "selectraise" "on";
16880       data.item: "texts" "elm.text";
16881       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16882       data.item: "flips" "elm.flip.content";
16883       parts {
16884          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16885          GENLIST_PART_DIALOGUE_BG_IMAGE
16886          GENLIST_PART_BOTTOM_LINE
16887          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16888          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16889          GENLIST_PART_DIALOGUE_ITEM
16890          GENLIST_PART_DIALOGUE_RIGHT_LINE
16891          part { name: "elm.icon.1";
16892             clip_to: "disclip";
16893             type: SWALLOW;
16894             scale: 1;
16895             description { state: "default" 0.0;
16896                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16897                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16898                fixed: 1 1;
16899                rel1 {
16900                   relative: 1.0 0.0;
16901                   to_x: "elm.padding.left";
16902                }
16903                rel2 {
16904                   relative: 1.0 1.0;
16905                   to_x: "elm.padding.left";
16906                }
16907                align: 0.0 0.5;
16908             }
16909             GENLIST_DESCRIPTION_FLIP_ENABLED
16910          }
16911          part { name: "elm.padding.icon1.right";
16912             clip_to: "disclip";
16913             type: RECT;
16914             scale: 1;
16915             description { state: "default" 0.0;
16916                min: GENLIST_PADDING_16_INC 0;
16917                fixed: 1 0;
16918                rel1 {
16919                   relative: 1.0 0.0;
16920                   to_x: "elm.icon.1";
16921                }
16922                rel2.to_x: "elm.icon.1";
16923                align: 0.0 0.0;
16924                visible: 0;
16925             }
16926          }
16927          part { name: "elm.icon.3";
16928             clip_to: "disclip";
16929             type: SWALLOW;
16930             scale: 1;
16931             description { state: "default" 0.0;
16932                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16933                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16934                fixed: 1 1;
16935                rel1.to_x: "elm.padding.right";
16936                rel2 {
16937                   relative: 0.0 1.0;
16938                   to_x: "elm.padding.right";
16939                }
16940                align: 1.0 0.5;
16941             }
16942             GENLIST_DESCRIPTION_FLIP_ENABLED
16943          }
16944          part { name: "elm.padding.icon3.left";
16945             clip_to: "disclip";
16946             type: RECT;
16947             scale: 1;
16948             description { state: "default" 0.0;
16949                min: GENLIST_PADDING_16_INC 0;
16950                fixed: 1 0;
16951                rel1.to_x: "elm.icon.3";
16952                rel2 {
16953                   relative: 0.0 1.0;
16954                   to_x: "elm.icon.3";
16955                }
16956                align: 1.0 0.0;
16957                visible: 0;
16958             }
16959          }
16960          part { name: "elm.icon.2";
16961             clip_to: "disclip";
16962             type: SWALLOW;
16963             scale: 1;
16964             description { state: "default" 0.0;
16965                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16966                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16967                fixed: 1 1;
16968                rel1.to_x: "elm.padding.icon3.left";
16969                rel2 {
16970                   relative: 0.0 1.0;
16971                   to_x: "elm.padding.icon3.left";
16972                }
16973                align: 1.0 0.5;
16974             }
16975             GENLIST_DESCRIPTION_FLIP_ENABLED
16976          }
16977          part { name: "elm.padding.icon2.left";
16978             clip_to: "disclip";
16979             type: RECT;
16980             scale: 1;
16981             description { state: "default" 0.0;
16982                min: GENLIST_PADDING_16_INC 0;
16983                fixed: 1 0;
16984                rel1.to_x: "elm.icon.2";
16985                rel2 {
16986                   relative: 0.0 1.0;
16987                   to_x: "elm.icon.2";
16988                }
16989                align: 0.0 0.0;
16990                visible: 0;
16991             }
16992          }
16993          part { name: "elm.text";
16994             clip_to: "disclip";
16995             type: TEXT;
16996             mouse_events: 0;
16997             scale: 1;
16998             description { state: "default" 0.0;
16999                rel1 {
17000                   relative: 1.0 0.0;
17001                   to_x: "elm.padding.icon1.right";
17002                }
17003                rel2 {
17004                   relative: 0.0 1.0;
17005                   to_x: "elm.padding.icon2.left";
17006                }
17007                align: 0.0 0.5;
17008                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17009                text {
17010                   font: "SLP:style=Roman";
17011                   size: GENLIST_FONT_44_INC;
17012                   min: 0 1;
17013                   align: 0.0 0.5;
17014                   text_class: "list_item";
17015                }
17016             }
17017             description { state: "selected" 0.0;
17018                inherit: "default" 0.0;
17019                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17020             }
17021             GENLIST_DESCRIPTION_FLIP_ENABLED
17022          }
17023          GENLIST_PART_FLIP
17024          GENLIST_PART_DISCLIP
17025       }
17026       programs {
17027          // signal: elm,state,%s,active
17028          //   a "check" item named %s went active
17029          // signal: elm,state,%s,passive
17030          //   a "check" item named %s went passive
17031          // default is passive
17032          program { name: "go_active";
17033             signal: "elm,state,selected";
17034             source: "elm";
17035             action: STATE_SET "selected" 0.0;
17036             target: "bg_image";
17037             target: "elm.text";
17038             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17039          }
17040          program { name: "go_passive";
17041             signal: "elm,state,unselected";
17042             source: "elm";
17043             action: STATE_SET "default" 0.0;
17044             target: "bg_image";
17045             target: "elm.text";
17046             transition: LINEAR 0.1;
17047          }
17048          program { name: "go_disabled";
17049             signal: "elm,state,disabled";
17050             source: "elm";
17051             action: STATE_SET "disabled" 0.0;
17052             target: "disclip";
17053          }
17054          program { name: "go_enabled";
17055             signal: "elm,state,enabled";
17056             source: "elm";
17057             action: STATE_SET "default" 0.0;
17058             target: "disclip";
17059          }
17060          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
17061          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17062          //GENLIST_PROGRAM_FLIP_1TEXT
17063       }
17064    }
17065
17066    /* password style 4.2.13 */
17067    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
17068    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
17069       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
17070       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
17071       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
17072       alias: "elm/layout/dialogue/4icon";
17073       data.item: "stacking" "above";
17074       data.item: "selectraise" "on";
17075       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
17076       data.item: "texts" "elm.text.1";
17077       images {
17078          image : "00_input_bg.png" COMP;
17079       }
17080       parts {
17081          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
17082          GENLIST_PART_DIALOGUE_BG_IMAGE
17083          GENLIST_PART_BOTTOM_LINE
17084          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17085          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
17086          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17087          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17088          GENLIST_PART_DIALOGUE_ITEM
17089          GENLIST_PART_DIALOGUE_RIGHT_LINE
17090          part { name: "elm.text.1";
17091             clip_to: "disclip";
17092             type: TEXT;
17093             mouse_events: 0;
17094             scale: 1;
17095             description { state: "default" 0.0;
17096                fixed: 1 1;
17097                rel1 {
17098                   relative: 1.0 0.0;
17099                   to_x: "elm.padding.left";
17100                   to_y: "elm.icon.1";
17101                }
17102                rel2 {
17103                   relative: 0.0 1.0;
17104                   to_x: "elm.padding.right";
17105                   to_y: "elm.padding.top";
17106                }
17107                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
17108                text {
17109                   font: "SLP:style=Medium";
17110                   size: GENLIST_FONT_32_INC;
17111                   min: 0 1;
17112                   align: 0.0 0.5;
17113                   text_class: "list_item";
17114                }
17115             }
17116             description { state: "selected" 0.0;
17117                inherit: "default" 0.0;
17118                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17119             }
17120          }
17121          part { name: "elm.padding.icon1.left";
17122             clip_to: "disclip";
17123             type: RECT;
17124             scale: 1;
17125             description { state: "default" 0.0;
17126                min: GENLIST_PADDING_74_INC 0;
17127                fixed: 1 0;
17128                rel1 {
17129                   relative: 1.0 0.0;
17130                   to_x: "elm.rect.dialogue";
17131                   to_y: "elm.padding.bottom";
17132                }
17133                rel2 {
17134                   relative: 1.0 0.0;
17135                   to_x: "elm.rect.dialogue";
17136                   to_y: "elm.padding.bottom";
17137                }
17138                align: 0.0 1.0;
17139                visible: 0;
17140             }
17141          }
17142          part { name: "elm.icon1.bg";
17143             clip_to: "disclip";
17144             type: IMAGE;
17145             scale: 1;
17146             description { state: "default" 0.0;
17147                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17148                fixed: 1 1;
17149                rel1 {
17150                   relative: 1.0 0.0;
17151                   to_x: "elm.padding.icon1.left";
17152                   to_y: "elm.padding.bottom";
17153                }
17154                rel2 {
17155                   relative: 1.0 0.0;
17156                   to_x: "elm.padding.icon1.left";
17157                   to_y: "elm.padding.bottom";
17158                }
17159                align: 0.0 1.0;
17160                image.normal: "00_input_bg.png";
17161                image.border: 5 5 5 5;
17162                image.border_scale: 1;
17163             }
17164          }
17165          part { name: "elm.icon.1";
17166             clip_to: "disclip";
17167             type: SWALLOW;
17168             scale: 1;
17169             description { state: "default" 0.0;
17170                rel1 {
17171                   to: "elm.icon1.bg";
17172                   offset: 2 2;
17173                }
17174                rel2 {
17175                   to: "elm.icon1.bg";
17176                   offset: -3 -3;
17177                }
17178                align: 0.5 0.5;
17179             }
17180          }
17181          part { name: "elm.padding.icon2.left";
17182             clip_to: "disclip";
17183             type: RECT;
17184             scale: 1;
17185             description { state: "default" 0.0;
17186                min: GENLIST_SIZE_ICON_SMALL 0;
17187                fixed: 1 0;
17188                rel1 {
17189                   relative: 1.0 0.0;
17190                   to_x: "elm.icon1.bg";
17191                   to_y: "elm.padding.bottom";
17192                }
17193                rel2 {
17194                   relative: 1.0 0.0;
17195                   to_x: "elm.icon1.bg";
17196                   to_y: "elm.padding.bottom";
17197                }
17198                align: 0.0 1.0;
17199                visible: 0;
17200             }
17201          }
17202          part { name: "elm.icon2.bg";
17203             clip_to: "disclip";
17204             type: IMAGE;
17205             scale: 1;
17206             description { state: "default" 0.0;
17207                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17208                fixed: 1 1;
17209                rel1 {
17210                   relative: 1.0 0.0;
17211                   to_x: "elm.padding.icon2.left";
17212                   to_y: "elm.padding.bottom";
17213                }
17214                rel2 {
17215                   relative: 1.0 0.0;
17216                   to_x: "elm.padding.icon2.left";
17217                   to_y: "elm.padding.bottom";
17218                }
17219                align: 0.0 1.0;
17220                image.normal: "00_input_bg.png";
17221                image.border: 5 5 5 5;
17222                image.border_scale: 1;
17223             }
17224          }
17225          part { name: "elm.icon.2";
17226             clip_to: "disclip";
17227             type: SWALLOW;
17228             scale: 1;
17229             description { state: "default" 0.0;
17230                rel1 {
17231                   to: "elm.icon2.bg";
17232                   offset: 2 2;
17233                }
17234                rel2 {
17235                   to: "elm.icon2.bg";
17236                   offset: -3 -3;
17237                }
17238                align: 0.5 0.5;
17239             }
17240          }
17241          part { name: "elm.padding.icon3.left";
17242             clip_to: "disclip";
17243             type: RECT;
17244             scale: 1;
17245             description { state: "default" 0.0;
17246                min: GENLIST_SIZE_ICON_SMALL 0;
17247                fixed: 1 0;
17248                rel1 {
17249                   relative: 1.0 0.0;
17250                   to_x: "elm.icon2.bg";
17251                   to_y: "elm.padding.bottom";
17252                }
17253                rel2 {
17254                   relative: 1.0 0.0;
17255                   to_x: "elm.icon2.bg";
17256                   to_y: "elm.padding.bottom";
17257                }
17258                align: 0.0 1.0;
17259                visible: 0;
17260             }
17261          }
17262          part { name: "elm.icon3.bg";
17263             clip_to: "disclip";
17264             type: IMAGE;
17265             scale: 1;
17266             description { state: "default" 0.0;
17267                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17268                fixed: 1 1;
17269                rel1 {
17270                   relative: 1.0 0.0;
17271                   to_x: "elm.padding.icon3.left";
17272                   to_y: "elm.padding.bottom";
17273                }
17274                rel2 {
17275                   relative: 1.0 0.0;
17276                   to_x: "elm.padding.icon3.left";
17277                   to_y: "elm.padding.bottom";
17278                }
17279                align: 0.0 1.0;
17280                image.normal: "00_input_bg.png";
17281                image.border: 5 5 5 5;
17282                image.border_scale: 1;
17283             }
17284          }
17285          part { name: "elm.icon.3";
17286             clip_to: "disclip";
17287             type: SWALLOW;
17288             scale: 1;
17289             description { state: "default" 0.0;
17290                rel1 {
17291                   to: "elm.icon3.bg";
17292                   offset: 2 2;
17293                }
17294                rel2 {
17295                   to: "elm.icon3.bg";
17296                   offset: -3 -3;
17297                }
17298                align: 0.5 0.5;
17299             }
17300          }
17301          part { name: "elm.padding.icon4.left";
17302             clip_to: "disclip";
17303             type: RECT;
17304             scale: 1;
17305             description { state: "default" 0.0;
17306                min: GENLIST_SIZE_ICON_SMALL 0;
17307                fixed: 1 0;
17308                rel1 {
17309                   relative: 1.0 0.0;
17310                   to_x: "elm.icon3.bg";
17311                   to_y: "elm.padding.bottom";
17312                }
17313                rel2 {
17314                   relative: 1.0 0.0;
17315                   to_x: "elm.icon3.bg";
17316                   to_y: "elm.padding.bottom";
17317                }
17318                align: 0.0 1.0;
17319                visible: 0;
17320             }
17321          }
17322          part { name: "elm.icon4.bg";
17323             clip_to: "disclip";
17324             type: IMAGE;
17325             scale: 1;
17326             description { state: "default" 0.0;
17327                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17328                fixed: 1 1;
17329                rel1 {
17330                   relative: 1.0 0.0;
17331                   to_x: "elm.padding.icon4.left";
17332                   to_y: "elm.padding.bottom";
17333                }
17334                rel2 {
17335                   relative: 1.0 0.0;
17336                   to_x: "elm.padding.icon4.left";
17337                   to_y: "elm.padding.bottom";
17338                }
17339                align: 0.0 1.0;
17340                image.normal: "00_input_bg.png";
17341                image.border: 5 5 5 5;
17342                image.border_scale: 1;
17343             }
17344          }
17345          part { name: "elm.icon.4";
17346             clip_to: "disclip";
17347             type: SWALLOW;
17348             scale: 1;
17349             description { state: "default" 0.0;
17350                rel1 {
17351                   to: "elm.icon4.bg";
17352                   offset: 2 2;
17353                }
17354                rel2 {
17355                   to: "elm.icon4.bg";
17356                   offset: -3 -3;
17357                }
17358                align: 0.5 0.5;
17359             }
17360          }
17361          GENLIST_PART_DISCLIP
17362       }
17363       programs {
17364          // signal: elm,state,%s,active
17365          //   a "check" item named %s went active
17366          // signal: elm,state,%s,passive
17367          //   a "check" item named %s went passive
17368          // default is passive
17369          /*program { name: "go_active";
17370             signal: "elm,state,selected";
17371             source: "elm";
17372             action: STATE_SET "selected" 0.0;
17373             target: "bg_image";
17374             target: "elm.text.1";
17375             target: "elm.text.2";
17376          }
17377          program { name: "go_passive";
17378             signal: "elm,state,unselected";
17379             source: "elm";
17380             action: STATE_SET "default" 0.0;
17381             target: "bg_image";
17382             target: "elm.text.1";
17383             target: "elm.text.2";
17384             transition: LINEAR 0.1;
17385          }*/
17386          program { name: "go_disabled";
17387             signal: "elm,state,disabled";
17388             source: "elm";
17389             action: STATE_SET "disabled" 0.0;
17390             target: "disclip";
17391          }
17392          program { name: "go_enabled";
17393             signal: "elm,state,enabled";
17394             source: "elm";
17395             action: STATE_SET "default" 0.0;
17396             target: "disclip";
17397          }
17398       }
17399    }
17400
17401    group { name: "elm/genlist/item/dialogue/3icon/default";
17402       alias: "elm/genlist/item_odd/dialogue/3icon/default";
17403       alias: "elm/genlist/item_compress/dialogue/3icon/default";
17404       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
17405       alias: "elm/layout/dialogue/3icon";
17406       data.item: "stacking" "above";
17407       data.item: "selectraise" "on";
17408       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17409       parts {
17410          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17411          GENLIST_PART_DIALOGUE_BG_IMAGE
17412          GENLIST_PART_BOTTOM_LINE
17413          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17414          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17415          GENLIST_PART_DIALOGUE_ITEM
17416          GENLIST_PART_DIALOGUE_RIGHT_LINE
17417          part { name: "elm.icon.1";
17418             clip_to: "disclip";
17419             type: SWALLOW;
17420             scale: 1;
17421             description { state: "default" 0.0;
17422                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17423                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17424                fixed: 1 1;
17425                rel1 {
17426                   relative: 1.0 0.0;
17427                   to_x: "elm.padding.left";
17428                }
17429                rel2 {
17430                   relative: 1.0 1.0;
17431                   to_x: "elm.padding.left";
17432                }
17433                align: 0.0 0.5;
17434             }
17435             GENLIST_DESCRIPTION_FLIP_ENABLED
17436          }
17437          part { name: "elm.padding.icon1.right";
17438             clip_to: "disclip";
17439             type: RECT;
17440             scale: 1;
17441             description { state: "default" 0.0;
17442                min: GENLIST_PADDING_16_INC 0;
17443                fixed: 1 0;
17444                rel1 {
17445                   relative: 1.0 0.0;
17446                   to_x: "elm.icon.1";
17447                }
17448                rel2.to_x: "elm.icon.1";
17449                align: 0.0 0.0;
17450                visible: 0;
17451             }
17452          }
17453          part { name: "elm.icon.3";
17454             clip_to: "disclip";
17455             type: SWALLOW;
17456             scale: 1;
17457             description { state: "default" 0.0;
17458                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17459                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17460                fixed: 1 1;
17461                rel1.to_x: "elm.padding.right";
17462                rel2 {
17463                   relative: 0.0 1.0;
17464                   to_x: "elm.padding.right";
17465                }
17466                align: 1.0 0.5;
17467             }
17468             GENLIST_DESCRIPTION_FLIP_ENABLED
17469          }
17470          part { name: "elm.padding.icon3.left";
17471             clip_to: "disclip";
17472             type: RECT;
17473             scale: 1;
17474             description { state: "default" 0.0;
17475                min: GENLIST_PADDING_16_INC 0;
17476                fixed: 1 0;
17477                rel1.to_x: "elm.icon.3";
17478                rel2 {
17479                   relative: 0.0 1.0;
17480                   to_x: "elm.icon.3";
17481                }
17482                align: 1.0 0.0;
17483                visible: 0;
17484             }
17485          }
17486          part { name: "elm.icon.2";
17487             clip_to: "disclip";
17488             type: SWALLOW;
17489             scale: 1;
17490             description { state: "default" 0.0;
17491                rel1 {
17492                   relative: 1.0 0.0;
17493                   to_x: "elm.padding.icon1.right";
17494                }
17495                rel2 {
17496                   relative: 0.0 1.0;
17497                   to_x: "elm.padding.icon3.left";
17498                }
17499                align: 0.0 0.5;
17500             }
17501             GENLIST_DESCRIPTION_FLIP_ENABLED
17502          }
17503          GENLIST_PART_DISCLIP
17504       }
17505       programs {
17506          // signal: elm,state,%s,active
17507          //   a "check" item named %s went active
17508          // signal: elm,state,%s,passive
17509          //   a "check" item named %s went passive
17510          // default is passive
17511          program { name: "go_disabled";
17512             signal: "elm,state,disabled";
17513             source: "elm";
17514             action: STATE_SET "disabled" 0.0;
17515             target: "disclip";
17516          }
17517          program { name: "go_enabled";
17518             signal: "elm,state,enabled";
17519             source: "elm";
17520             action: STATE_SET "default" 0.0;
17521             target: "disclip";
17522          }
17523       }
17524    }
17525
17526    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
17527       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
17528       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
17529       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
17530       alias: "elm/layout/dialogue/2text.1icon.4";
17531       data.item: "stacking" "above";
17532       data.item: "selectraise" "on";
17533       data.item: "texts" "elm.text.1 elm.text.2";
17534       data.item: "contents" "elm.icon";
17535       data.item: "flips" "elm.flip.content";
17536       parts {
17537          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17538          GENLIST_PART_DIALOGUE_BG_IMAGE
17539          GENLIST_PART_BOTTOM_LINE
17540          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
17541          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
17542          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17543          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17544          GENLIST_PART_DIALOGUE_ITEM
17545          GENLIST_PART_DIALOGUE_RIGHT_LINE
17546          part { name: "elm.text.2";
17547             clip_to: "disclip";
17548             type: TEXT;
17549             mouse_events: 0;
17550             scale: 1;
17551             description { state: "default" 0.0;
17552                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
17553                fixed: 1 1;
17554                rel1 {
17555                   relative: 0.0 1.0;
17556                   to_x: "elm.padding.right";
17557                   to_y: "elm.padding.top";
17558                }
17559                rel2 {
17560                   relative: 0.0 1.0;
17561                   to_x: "elm.padding.right";
17562                   to_y: "elm.padding.top";
17563                }
17564                align: 1.0 0.0;
17565                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
17566                text {
17567                   font: "SLP:style=Medium";
17568                   size: GENLIST_FONT_32_INC;
17569                   min: 0 1;
17570                   align: 1.0 0.5;
17571                   text_class: "slp_medium";
17572                }
17573             }
17574             description { state: "selected" 0.0;
17575                inherit: "default" 0.0;
17576                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17577             }
17578             GENLIST_DESCRIPTION_FLIP_ENABLED
17579          }
17580          part { name: "elm.padding.text2.left";
17581             clip_to: "disclip";
17582             type: RECT;
17583             mouse_events: 0;
17584             scale: 1;
17585             description { state: "default" 0.0;
17586                min: GENLIST_SIZE_ICON_SMALL 0;
17587                fixed: 1 0;
17588                rel1.to_x: "elm.text.2";
17589                rel2 {
17590                   relative: 0.0 1.0;
17591                   to_x: "elm.text.2";
17592                }
17593                align: 1.0 0.5;
17594                visible: 0;
17595             }
17596          }
17597          part { name: "elm.text.1";
17598             clip_to: "disclip";
17599             type: TEXT;
17600             mouse_events: 0;
17601             scale: 1;
17602             description { state: "default" 0.0;
17603                rel1 {
17604                   relative: 1.0 1.0;
17605                   to_x: "elm.padding.left";
17606                   to_y: "elm.padding.top";
17607                }
17608                rel2 {
17609                   relative: 0.0 1.0;
17610                   to_x: "elm.padding.text2.left";
17611                   to_y: "elm.text.2";
17612                }
17613                align: 0.0 0.5;
17614                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17615                text {
17616                   font: "SLP:style=Roman";
17617                   size: GENLIST_FONT_44_INC;
17618                   min: 0 1;
17619                   align: 0.0 0.5;
17620                   text_class: "list_item";
17621                }
17622             }
17623             description { state: "selected" 0.0;
17624                inherit: "default" 0.0;
17625                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17626             }
17627             GENLIST_DESCRIPTION_FLIP_ENABLED
17628          }
17629          part { name: "elm.icon";
17630             clip_to: "disclip";
17631             type: SWALLOW;
17632             scale: 1;
17633             description { state: "default" 0.0;
17634                min: 0 GENLIST_SIZE_16_INC;
17635                fixed: 0 1;
17636                rel1 {
17637                   relative: 1.0 0.0;
17638                   to_x: "elm.padding.left";
17639                   to_y: "elm.padding.bottom";
17640                }
17641                rel2 {
17642                   relative: 0.0 0.0;
17643                   to_x: "elm.padding.right";
17644                   to_y: "elm.padding.bottom";
17645                }
17646                align: 0.0 1.0;
17647             }
17648             GENLIST_DESCRIPTION_FLIP_ENABLED
17649          }
17650          GENLIST_PART_FLIP
17651          GENLIST_PART_DISCLIP
17652       }
17653       programs {
17654          // signal: elm,state,%s,active
17655          //   a "check" item named %s went active
17656          // signal: elm,state,%s,passive
17657          //   a "check" item named %s went passive
17658          // default is passive
17659          program { name: "go_active";
17660             signal: "elm,state,selected";
17661             source: "elm";
17662             action: STATE_SET "selected" 0.0;
17663             target: "bg_image";
17664             target: "elm.text.1";
17665             target: "elm.text.2";
17666             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17667          }
17668          program { name: "go_passive";
17669             signal: "elm,state,unselected";
17670             source: "elm";
17671             action: STATE_SET "default" 0.0;
17672             target: "bg_image";
17673             target: "elm.text.1";
17674             target: "elm.text.2";
17675             transition: LINEAR 0.1;
17676          }
17677          program { name: "go_disabled";
17678             signal: "elm,state,disabled";
17679             source: "elm";
17680             action: STATE_SET "disabled" 0.0;
17681             target: "disclip";
17682          }
17683          program { name: "go_enabled";
17684             signal: "elm,state,enabled";
17685             source: "elm";
17686             action: STATE_SET "default" 0.0;
17687             target: "disclip";
17688          }
17689          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
17690          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17691       }
17692    }
17693
17694    group { name: "elm/genlist/item/dialogue/1title.1text/default";
17695       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
17696       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
17697       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
17698       alias: "elm/genlist/item/dialogue.1title.1text/default";
17699       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
17700       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
17701       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
17702       alias: "elm/layout/dialogue/1title.1text";
17703       data.item: "stacking" "above";
17704       data.item: "selectraise" "on";
17705       data.item: "texts" "elm.title elm.text";
17706       data.item: "flips" "elm.flip.content";
17707       parts {
17708          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17709          GENLIST_PART_DIALOGUE_BG_IMAGE
17710          GENLIST_PART_BOTTOM_LINE
17711          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17712          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17713          GENLIST_PART_DIALOGUE_ITEM
17714          GENLIST_PART_DIALOGUE_RIGHT_LINE
17715          part { name: "elm.title";
17716             clip_to: "disclip";
17717             type: TEXT;
17718             mouse_events: 0;
17719             scale: 1;
17720             description { state: "default" 0.0;
17721                min: GENLIST_SIZE_163_INC 0;
17722                fixed: 1 0;
17723                rel1 {
17724                   relative: 1.0 0.0;
17725                   to_x: "elm.padding.left";
17726                }
17727                rel2.to_x: "elm.padding.left";
17728                align: 0.0 0.5;
17729                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17730                text {
17731                   font: "SLP:style=Medium";
17732                   size: GENLIST_FONT_32_INC;
17733                   min: 0 1;
17734                   align: 0.0 0.5;
17735                   text_class: "slp_roman";
17736                }
17737             }
17738          }
17739          part { name: "vertical_line";
17740             type: RECT;
17741             mouse_events: 0;
17742             description { state: "default" 0.0;
17743                min: 1 0;
17744                fixed: 1 0;
17745                rel1 {
17746                   relative: 1.0 0.0;
17747                   to_x: "elm.title";
17748                }
17749                rel2.to_x: "elm.title";
17750                align: 0.0 0.5;
17751                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17752             }
17753          }
17754          part { name: "elm.padding.text.left";
17755             clip_to: "disclip";
17756             type: RECT;
17757             mouse_events: 0;
17758             scale: 1;
17759             description { state: "default" 0.0;
17760                min: GENLIST_PADDING_16_INC 0;
17761                fixed: 1 0;
17762                rel1 {
17763                    relative: 1.0 0.0;
17764                    to_x: "vertical_line";
17765                }
17766                rel2.to_x: "vertical_line";
17767                align: 0.0 0.5;
17768                visible: 0;
17769             }
17770          }
17771          part { name: "elm.text";
17772             clip_to: "disclip";
17773             type: TEXT;
17774             mouse_events: 0;
17775             scale: 1;
17776             description { state: "default" 0.0;
17777                rel1 {
17778                   relative: 1.0 0.0;
17779                   to_x: "elm.padding.text.left";
17780                }
17781                rel2 {
17782                   relative: 0.0 1.0;
17783                   to_x: "elm.padding.right";
17784                }
17785                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17786                text {
17787                   font: "SLP:style=Roman";
17788                   size: GENLIST_FONT_44_INC;
17789                   min: 0 1;
17790                   align: 0.0 0.5;
17791                   text_class: "list_item";
17792                }
17793             }
17794             GENLIST_DESCRIPTION_FLIP_ENABLED
17795          }
17796          part { name: "elm.flip.content";
17797             clip_to: "disclip";
17798             type: SWALLOW;
17799             mouse_events: 1;
17800             scale: 1;
17801             description { state: "default" 0.0;
17802                fixed: 1 1;
17803                rel1 {
17804                   relative: 0.0 0.5;
17805                   to_x: "elm.text";
17806                }
17807                rel2 {
17808                   relative: 0.0 0.5;
17809                   to_x: "elm.padding.right";
17810                }
17811                visible: 0;
17812             }
17813             description { state: "flip_enabled" 0.0;
17814                inherit: "default" 0.0;
17815                visible: 1;
17816             }
17817          }
17818          GENLIST_PART_DISCLIP
17819       }
17820       programs {
17821          // signal: elm,state,%s,active
17822          //   a "check" item named %s went active
17823          // signal: elm,state,%s,passive
17824          //   a "check" item named %s went passive
17825          // default is passive
17826          /*program { name: "go_active";
17827             signal: "elm,state,selected";
17828             source: "elm";
17829             action: STATE_SET "selected" 0.0;
17830             target: "elm.text";
17831          }
17832          program { name: "go_passive";
17833             signal: "elm,state,unselected";
17834             source: "elm";
17835             action: STATE_SET "default" 0.0;
17836             target: "elm.text";
17837             transition: LINEAR 0.1;
17838          }*/
17839          program { name: "go_disabled";
17840             signal: "elm,state,disabled";
17841             source: "elm";
17842             action: STATE_SET "disabled" 0.0;
17843             target: "disclip";
17844          }
17845          program { name: "go_enabled";
17846             signal: "elm,state,enabled";
17847             source: "elm";
17848             action: STATE_SET "default" 0.0;
17849             target: "disclip";
17850          }
17851          //GENLIST_PROGRAM_FLIP_1TEXT
17852       }
17853    }
17854
17855    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
17856       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
17857       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
17858       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
17859       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
17860       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
17861       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
17862       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
17863       alias: "elm/layout/dialogue/1title.1text.3";
17864       data.item: "stacking" "above";
17865       data.item: "selectraise" "on";
17866       data.item: "texts" "elm.title elm.text";
17867       data.item: "flips" "elm.flip.content.title elm.flip.content";
17868       parts {
17869          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17870          GENLIST_PART_DIALOGUE_BG_IMAGE
17871          GENLIST_PART_BOTTOM_LINE
17872          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17873          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17874          GENLIST_PART_DIALOGUE_ITEM
17875          GENLIST_PART_DIALOGUE_RIGHT_LINE
17876          part { name: "elm.title";
17877             clip_to: "disclip";
17878             type: TEXT;
17879             mouse_events: 0;
17880             scale: 1;
17881             description { state: "default" 0.0;
17882                min: GENLIST_SIZE_163_INC 0;
17883                fixed: 1 0;
17884                rel1 {
17885                   relative: 1.0 0.0;
17886                   to_x: "elm.padding.left";
17887                }
17888                rel2.to_x: "elm.padding.left";
17889                align: 0.0 0.5;
17890                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17891                text {
17892                   font: "SLP:style=Medium";
17893                   size: GENLIST_FONT_32_INC;
17894                   min: 0 1;
17895                   align: 0.0 0.5;
17896                   text_class: "slp_medium";
17897                }
17898             }
17899             GENLIST_DESCRIPTION_FLIP_ENABLED
17900          }
17901          part { name: "elm.flip.content.title";
17902             clip_to: "disclip";
17903             type: SWALLOW;
17904             description { state: "default" 0.0;
17905                visible: 0;
17906                fixed: 1 1;
17907                rel1.to: "elm.title";
17908                rel2.to: "elm.title";
17909             }
17910             description { state: "flip_enabled" 0.0;
17911                inherit: "default" 0.0;
17912                visible: 1;
17913             }
17914          }
17915          part { name: "vertical_line";
17916             type: RECT;
17917             mouse_events: 0;
17918             description { state: "default" 0.0;
17919                min: 1 0;
17920                fixed: 1 0;
17921                rel1 {
17922                   relative: 1.0 0.0;
17923                   to_x: "elm.title";
17924                }
17925                rel2.to_x: "elm.title";
17926                align: 0.0 0.5;
17927                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17928             }
17929          }
17930          part { name: "elm.padding.text.left";
17931             clip_to: "disclip";
17932             type: RECT;
17933             mouse_events: 0;
17934             scale: 1;
17935             description { state: "default" 0.0;
17936                min: GENLIST_PADDING_16_INC 0;
17937                fixed: 1 0;
17938                rel1 {
17939                    relative: 1.0 0.0;
17940                    to_x: "vertical_line";
17941                }
17942                rel2.to_x: "vertical_line";
17943                align: 0.0 0.5;
17944                visible: 0;
17945             }
17946          }
17947          part { name: "elm.text";
17948             clip_to: "disclip";
17949             type: TEXT;
17950             mouse_events: 0;
17951             scale: 1;
17952             description { state: "default" 0.0;
17953                rel1 {
17954                   relative: 1.0 0.0;
17955                   to_x: "elm.padding.text.left";
17956                }
17957                rel2 {
17958                   relative: 0.0 1.0;
17959                   to_x: "elm.padding.right";
17960                }
17961                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17962                text {
17963                   font: "SLP:style=Roman";
17964                   size: GENLIST_FONT_44_INC;
17965                   min: 0 1;
17966                   align: 0.0 0.5;
17967                   text_class: "list_item";
17968                }
17969             }
17970             GENLIST_DESCRIPTION_FLIP_ENABLED
17971          }
17972          part { name: "elm.flip.content";
17973             clip_to: "disclip";
17974             type: SWALLOW;
17975             mouse_events: 1;
17976             scale: 1;
17977             description { state: "default" 0.0;
17978                fixed: 1 1;
17979                rel1 {
17980                   relative: 0.0 0.5;
17981                   to_x: "elm.text";
17982                }
17983                rel2 {
17984                   relative: 0.0 0.5;
17985                   to_x: "elm.padding.right";
17986                }
17987                visible: 0;
17988             }
17989             description { state: "flip_enabled" 0.0;
17990                inherit: "default" 0.0;
17991                visible: 1;
17992             }
17993          }
17994          GENLIST_PART_DISCLIP
17995       }
17996       programs {
17997          // signal: elm,state,%s,active
17998          //   a "check" item named %s went active
17999          // signal: elm,state,%s,passive
18000          //   a "check" item named %s went passive
18001          // default is passive
18002          /*program { name: "go_active";
18003             signal: "elm,state,selected";
18004             source: "elm";
18005             action: STATE_SET "selected" 0.0;
18006             target: "elm.text";
18007          }
18008          program { name: "go_passive";
18009             signal: "elm,state,unselected";
18010             source: "elm";
18011             action: STATE_SET "default" 0.0;
18012             target: "elm.text";
18013             transition: LINEAR 0.1;
18014          }*/
18015          program { name: "go_disabled";
18016             signal: "elm,state,disabled";
18017             source: "elm";
18018             action: STATE_SET "disabled" 0.0;
18019             target: "disclip";
18020          }
18021          program { name: "go_enabled";
18022             signal: "elm,state,enabled";
18023             source: "elm";
18024             action: STATE_SET "default" 0.0;
18025             target: "disclip";
18026          }
18027          program { name: "flip_enabled";
18028             signal: "elm,state,flip,enabled";
18029             source: "elm";
18030             action: STATE_SET "flip_enabled" 0.0;
18031             target: "elm.title";
18032             target: "elm.text";
18033             target: "elm.flip.content.title";
18034             target: "elm.flip.content";
18035          }
18036          program { name: "flip_disabled";
18037             signal: "elm,state,flip,disabled";
18038             source: "elm";
18039             action: STATE_SET "default" 0.0;
18040             target: "elm.title";
18041             target: "elm.text";
18042             target: "elm.flip.content.title";
18043             target: "elm.flip.content";
18044          }
18045       }
18046    }
18047
18048    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
18049       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
18050       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
18051       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
18052       alias: "elm/layout/dialogue/1title.1text.1icon";
18053       data.item: "stacking" "above";
18054       data.item: "selectraise" "on";
18055       data.item: "texts" "elm.title elm.text";
18056       data.item: "contents" "elm.icon";
18057       data.item: "flips" "elm.flip.content";
18058       parts {
18059          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18060          GENLIST_PART_DIALOGUE_BG_IMAGE
18061          GENLIST_PART_BOTTOM_LINE
18062          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18063          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18064          GENLIST_PART_DIALOGUE_ITEM
18065          GENLIST_PART_DIALOGUE_RIGHT_LINE
18066          part { name: "elm.title";
18067             clip_to: "disclip";
18068             type: TEXT;
18069             mouse_events: 0;
18070             scale: 1;
18071             description { state: "default" 0.0;
18072                min: GENLIST_SIZE_163_INC 0;
18073                fixed: 1 0;
18074                rel1 {
18075                   relative: 1.0 0.0;
18076                   to_x: "elm.padding.left";
18077                }
18078                rel2.to_x: "elm.padding.left";
18079                align: 0.0 0.5;
18080                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18081                text {
18082                   font: "SLP:style=Medium";
18083                   size: GENLIST_FONT_32_INC;
18084                   min: 0 1;
18085                   align: 0.0 0.5;
18086                   text_class: "slp_medium";
18087                }
18088             }
18089          }
18090          part { name: "vertical_line";
18091             type: RECT;
18092             mouse_events: 0;
18093             description { state: "default" 0.0;
18094                min: 1 0;
18095                fixed: 1 0;
18096                rel1 {
18097                   relative: 1.0 0.0;
18098                   to_x: "elm.title";
18099                }
18100                rel2.to_x: "elm.title";
18101                align: 0.0 0.5;
18102                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18103             }
18104          }
18105          part { name: "elm.padding.text.left";
18106             clip_to: "disclip";
18107             type: RECT;
18108             mouse_events: 0;
18109             scale: 1;
18110             description { state: "default" 0.0;
18111                min: GENLIST_PADDING_16_INC 0;
18112                fixed: 1 0;
18113                rel1 {
18114                    relative: 1.0 0.0;
18115                    to_x: "vertical_line";
18116                }
18117                rel2.to_x: "vertical_line";
18118                align: 0.0 0.5;
18119                visible: 0;
18120             }
18121          }
18122          part { name: "elm.icon";
18123            clip_to: "disclip";
18124             type: SWALLOW;
18125             mouse_events: 0;
18126             scale: 1;
18127             description { state: "default" 0.0;
18128                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18129                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18130                fixed: 1 1;
18131                rel1.to_x: "elm.padding.right";
18132                rel2 {
18133                   relative: 0.0 1.0;
18134                   to_x: "elm.padding.right";
18135                }
18136                align: 1.0 0.5;
18137             }
18138          }
18139          part { name: "elm.padding.icon.left";
18140             clip_to: "disclip";
18141             type: RECT;
18142             mouse_events: 0;
18143             scale: 1;
18144             description { state: "default" 0.0;
18145                min: GENLIST_PADDING_16_INC 0;
18146                fixed: 1 0;
18147                rel1.to_x: "elm.icon";
18148                rel2 {
18149                    relative: 0.0 1.0;
18150                    to_x: "elm.icon";
18151                }
18152                rel2.to_x: "elm.icon";
18153                align: 1.0 0.5;
18154                visible: 0;
18155             }
18156          }
18157          part { name: "elm.text";
18158             clip_to: "disclip";
18159             type: TEXT;
18160             mouse_events: 0;
18161             scale: 1;
18162             description { state: "default" 0.0;
18163                rel1 {
18164                   relative: 1.0 0.0;
18165                   to_x: "elm.padding.text.left";
18166                }
18167                rel2 {
18168                   relative: 0.0 1.0;
18169                   to_x: "elm.padding.icon.left";
18170                }
18171                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18172                text {
18173                   font: "SLP:style=Roman";
18174                   size: GENLIST_FONT_44_INC;
18175                   min: 0 1;
18176                   align: 0.0 0.5;
18177                   text_class: "list_item";
18178                }
18179             }
18180             GENLIST_DESCRIPTION_FLIP_ENABLED
18181          }
18182          part { name: "elm.flip.content";
18183             clip_to: "disclip";
18184             type: SWALLOW;
18185             mouse_events: 1;
18186             scale: 1;
18187             description { state: "default" 0.0;
18188                fixed: 1 1;
18189                rel1 {
18190                   relative: 0.0 0.5;
18191                   to_x: "elm.text";
18192                }
18193                rel2 {
18194                   relative: 0.0 0.5;
18195                   to_x: "elm.padding.right";
18196                }
18197                visible: 0;
18198             }
18199             description { state: "flip_enabled" 0.0;
18200                inherit: "default" 0.0;
18201                visible: 1;
18202             }
18203          }
18204          GENLIST_PART_DISCLIP
18205       }
18206       programs {
18207          // signal: elm,state,%s,active
18208          //   a "check" item named %s went active
18209          // signal: elm,state,%s,passive
18210          //   a "check" item named %s went passive
18211          // default is passive
18212          /*program { name: "go_active";
18213             signal: "elm,state,selected";
18214             source: "elm";
18215             action: STATE_SET "selected" 0.0;
18216             target: "elm.text";
18217          }
18218          program { name: "go_passive";
18219             signal: "elm,state,unselected";
18220             source: "elm";
18221             action: STATE_SET "default" 0.0;
18222             target: "elm.text";
18223             transition: LINEAR 0.1;
18224          }*/
18225          program { name: "go_disabled";
18226             signal: "elm,state,disabled";
18227             source: "elm";
18228             action: STATE_SET "disabled" 0.0;
18229             target: "disclip";
18230          }
18231          program { name: "go_enabled";
18232             signal: "elm,state,enabled";
18233             source: "elm";
18234             action: STATE_SET "default" 0.0;
18235             target: "disclip";
18236          }
18237          //GENLIST_PROGRAM_FLIP_1TEXT
18238       }
18239    }
18240
18241    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
18242       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
18243       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
18244       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
18245       alias: "elm/layout/dialogue/1title.1text.1icon.2";
18246       data.item: "stacking" "above";
18247       data.item: "selectraise" "on";
18248       data.item: "texts" "elm.title elm.text";
18249       data.item: "contents" "elm.icon";
18250       data.item: "flips" "elm.flip.content.title elm.flip.content";
18251       parts {
18252          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18253          GENLIST_PART_DIALOGUE_BG_IMAGE
18254          GENLIST_PART_BOTTOM_LINE
18255          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18256          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18257          GENLIST_PART_DIALOGUE_ITEM
18258          GENLIST_PART_DIALOGUE_RIGHT_LINE
18259          part { name: "elm.title";
18260             clip_to: "disclip";
18261             type: TEXT;
18262             mouse_events: 0;
18263             scale: 1;
18264             description { state: "default" 0.0;
18265                min: GENLIST_SIZE_163_INC 0;
18266                fixed: 1 0;
18267                rel1 {
18268                   relative: 1.0 0.0;
18269                   to_x: "elm.padding.left";
18270                }
18271                rel2.to_x: "elm.padding.left";
18272                align: 0.0 0.5;
18273                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18274                text {
18275                   font: "SLP:style=Medium";
18276                   size: GENLIST_FONT_32_INC;
18277                   min: 0 1;
18278                   align: 0.0 0.5;
18279                   text_class: "slp_medium";
18280                }
18281             }
18282             GENLIST_DESCRIPTION_FLIP_ENABLED
18283          }
18284          part { name: "elm.flip.content.title";
18285             clip_to: "disclip";
18286             type: SWALLOW;
18287             description { state: "default" 0.0;
18288                visible: 0;
18289                fixed: 1 1;
18290                rel1.to: "elm.title";
18291                rel2.to: "elm.title";
18292             }
18293             description { state: "flip_enabled" 0.0;
18294                inherit: "default" 0.0;
18295                visible: 1;
18296             }
18297          }
18298          part { name: "vertical_line";
18299             type: RECT;
18300             mouse_events: 0;
18301             description { state: "default" 0.0;
18302                min: 1 0;
18303                fixed: 1 0;
18304                rel1 {
18305                   relative: 1.0 0.0;
18306                   to_x: "elm.title";
18307                }
18308                rel2.to_x: "elm.title";
18309                align: 0.0 0.5;
18310                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18311             }
18312          }
18313          part { name: "elm.padding.text.left";
18314             clip_to: "disclip";
18315             type: RECT;
18316             mouse_events: 0;
18317             scale: 1;
18318             description { state: "default" 0.0;
18319                min: GENLIST_PADDING_16_INC 0;
18320                fixed: 1 0;
18321                rel1 {
18322                    relative: 1.0 0.0;
18323                    to_x: "vertical_line";
18324                }
18325                rel2.to_x: "vertical_line";
18326                align: 0.0 0.5;
18327                visible: 0;
18328             }
18329          }
18330          part { name: "elm.icon";
18331            clip_to: "disclip";
18332             type: SWALLOW;
18333             mouse_events: 0;
18334             scale: 1;
18335             description { state: "default" 0.0;
18336                min: 0 0;
18337                max: 0 0;
18338                rel1.to_x: "elm.padding.right";
18339                rel2 {
18340                   relative: 0.0 1.0;
18341                   to_x: "elm.padding.right";
18342                }
18343                align: 1.0 0.5;
18344                visible: 0;
18345             }
18346             description { state: "contact_default_number_enabled" 0.0;
18347                inherit: "default" 0.0;
18348                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18349                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
18350                visible: 1;
18351             }
18352          }
18353          part { name: "elm.padding.icon.left";
18354             clip_to: "disclip";
18355             type: RECT;
18356             mouse_events: 0;
18357             scale: 1;
18358             description { state: "default" 0.0;
18359                min: 0 0;
18360                fixed: 1 0;
18361                rel1.to_x: "elm.icon";
18362                rel2 {
18363                    relative: 0.0 1.0;
18364                    to_x: "elm.icon";
18365                }
18366                rel2.to_x: "elm.icon";
18367                align: 1.0 0.5;
18368                visible: 0;
18369             }
18370             description { state: "contact_default_number_enabled" 0.0;
18371                inherit: "default" 0.0;
18372                min: GENLIST_PADDING_16_INC 0;
18373             }
18374          }
18375          part { name: "elm.text";
18376             clip_to: "disclip";
18377             type: TEXT;
18378             mouse_events: 0;
18379             scale: 1;
18380             description { state: "default" 0.0;
18381                rel1 {
18382                   relative: 1.0 0.0;
18383                   to_x: "elm.padding.text.left";
18384                }
18385                rel2 {
18386                   relative: 0.0 1.0;
18387                   to_x: "elm.padding.icon.left";
18388                }
18389                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18390                text {
18391                   font: "SLP:style=Roman";
18392                   size: GENLIST_FONT_44_INC;
18393                   min: 0 1;
18394                   align: 0.0 0.5;
18395                   text_class: "list_item";
18396                }
18397             }
18398             description { state: "contact_default_number_enabled" 0.0;
18399                inherit: "default" 0.0;
18400                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18401             }
18402             GENLIST_DESCRIPTION_FLIP_ENABLED
18403          }
18404          part { name: "elm.flip.content";
18405             clip_to: "disclip";
18406             type: SWALLOW;
18407             mouse_events: 1;
18408             scale: 1;
18409             description { state: "default" 0.0;
18410                fixed: 1 1;
18411                rel1 {
18412                   relative: 0.0 0.5;
18413                   to_x: "elm.text";
18414                }
18415                rel2 {
18416                   relative: 1.0 0.5;
18417                   to_x: "elm.padding.icon.left";
18418                }
18419                visible: 0;
18420             }
18421             description { state: "flip_enabled" 0.0;
18422                inherit: "default" 0.0;
18423                visible: 1;
18424             }
18425          }
18426          GENLIST_PART_DISCLIP
18427       }
18428       programs {
18429          // signal: elm,state,%s,active
18430          //   a "check" item named %s went active
18431          // signal: elm,state,%s,passive
18432          //   a "check" item named %s went passive
18433          // default is passive
18434          /*program { name: "go_active";
18435             signal: "elm,state,selected";
18436             source: "elm";
18437             action: STATE_SET "selected" 0.0;
18438             target: "elm.text";
18439          }
18440          program { name: "go_passive";
18441             signal: "elm,state,unselected";
18442             source: "elm";
18443             action: STATE_SET "default" 0.0;
18444             target: "elm.text";
18445             transition: LINEAR 0.1;
18446          }*/
18447          program { name: "go_disabled";
18448             signal: "elm,state,disabled";
18449             source: "elm";
18450             action: STATE_SET "disabled" 0.0;
18451             target: "disclip";
18452          }
18453          program { name: "go_enabled";
18454             signal: "elm,state,enabled";
18455             source: "elm";
18456             action: STATE_SET "default" 0.0;
18457             target: "disclip";
18458          }
18459          program { name: "flip_enabled";
18460             signal: "elm,state,flip,enabled";
18461             source: "elm";
18462             action: STATE_SET "flip_enabled" 0.0;
18463             target: "elm.title";
18464             target: "elm.text";
18465             target: "elm.flip.content.title";
18466             target: "elm.flip.content";
18467          }
18468          program { name: "flip_disabled";
18469             signal: "elm,state,flip,disabled";
18470             source: "elm";
18471             action: STATE_SET "default" 0.0;
18472             target: "elm.title";
18473             target: "elm.text";
18474             target: "elm.flip.content.title";
18475             target: "elm.flip.content";
18476          }
18477          program { name: "contact_default_number_enabled";
18478             signal: "elm,state,contact,default_number,enabled";
18479             source: "elm";
18480             action: STATE_SET "contact_default_number_enabled" 0.0;
18481             target: "elm.icon";
18482             target: "elm.padding.icon.left";
18483             target: "elm.text";
18484          }
18485          program { name: "contact_default_number_disabled";
18486             signal: "elm,state,contact,default_number,disabled";
18487             source: "elm";
18488             action: STATE_SET "default" 0.0;
18489             target: "elm.icon";
18490             target: "elm.padding.icon.left";
18491             target: "elm.text";
18492          }
18493       }
18494    }
18495
18496    group { name: "elm/genlist/item/dialogue/2text.4/default";
18497       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
18498       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
18499       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
18500       alias: "elm/layout/dialogue/2text.4";
18501       data.item: "stacking" "above";
18502       data.item: "selectraise" "on";
18503       data.item: "texts" "elm.text.1 elm.text.2";
18504       data.item: "flips" "elm.flip.content";
18505       parts {
18506          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
18507          GENLIST_PART_DIALOGUE_BG_IMAGE
18508          GENLIST_PART_BOTTOM_LINE
18509          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
18510          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18511          GENLIST_PART_DIALOGUE_ITEM
18512          GENLIST_PART_DIALOGUE_RIGHT_LINE
18513          part { name: "elm.text.2";
18514             clip_to: "disclip";
18515             type: TEXT;
18516             mouse_events: 0;
18517             scale: 1;
18518             description { state: "default" 0.0;
18519                min: GENLIST_SIZE_206_INC 0;
18520                fixed: 1 0;
18521                rel1.to_x: "elm.padding.right";
18522                rel2 {
18523                   relative: 0.0 1.0;
18524                   to_x: "elm.padding.right";
18525                }
18526                rel2.to_x: "elm.padding.right";
18527                align: 1.0 0.5;
18528                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18529                text {
18530                   font: "SLP:style=Medium";
18531                   size: GENLIST_FONT_32_INC;
18532                   min: 0 1;
18533                   align: 0.0 0.5;
18534                   text_class: "slp_medium";
18535                }
18536             }
18537          }
18538          part { name: "elm.padding.text2.left";
18539             type: RECT;
18540             mouse_events: 0;
18541             scale: 1;
18542             description { state: "default" 0.0;
18543                min: GENLIST_PADDING_16_INC 0;
18544                fixed: 1 0;
18545                rel1.to_x: "elm.text.2";
18546                rel2 {
18547                   relative: 0.0 1.0;
18548                   to_x: "elm.text.2";
18549                }
18550                align: 1.0 0.5;
18551                visible: 0;
18552             }
18553          }
18554          part { name: "vertical_line";
18555             type: RECT;
18556             mouse_events: 0;
18557             description { state: "default" 0.0;
18558                min: 1 0;
18559                fixed: 1 0;
18560                rel1.to_x: "elm.padding.text2.left";
18561                rel2 {
18562                   relative: 0.0 1.0;
18563                   to_x: "elm.padding.text2.left";
18564                }
18565                align: 1.0 0.5;
18566                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18567             }
18568          }
18569          part { name: "elm.padding.text1.right";
18570             type: RECT;
18571             mouse_events: 0;
18572             scale: 1;
18573             description { state: "default" 0.0;
18574                min: GENLIST_PADDING_16_INC 0;
18575                fixed: 1 0;
18576                rel1.to_x: "vertical_line";
18577                rel2 {
18578                   relative: 0.0 1.0;
18579                   to_x: "vertical_line";
18580                }
18581                align: 1.0 0.5;
18582                visible: 0;
18583             }
18584          }
18585          part { name: "elm.text.1";
18586             clip_to: "disclip";
18587             type: TEXT;
18588             mouse_events: 0;
18589             scale: 1;
18590             description { state: "default" 0.0;
18591                rel1 {
18592                   relative: 1.0 0.0;
18593                   to_x: "elm.padding.left";
18594                }
18595                rel2 {
18596                   relative: 0.0  1.0;
18597                   to_x: "elm.padding.text1.right";
18598                }
18599                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18600                text {
18601                   font: "SLP:style=Roman";
18602                   size: GENLIST_FONT_42_INC;
18603                   min: 0 1;
18604                   align: 1.0 0.5;
18605                   text_class: "list_item";
18606                }
18607             }
18608             description { state: "selected" 0.0;
18609                inherit: "default" 0.0;
18610                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18611             }
18612             GENLIST_DESCRIPTION_FLIP_ENABLED
18613          }
18614          part { name: "elm.flip.content";
18615             clip_to: "disclip";
18616             type: SWALLOW;
18617             mouse_events: 1;
18618             scale: 1;
18619             description { state: "default" 0.0;
18620                fixed: 1 1;
18621                rel1 {
18622                   relative: 1.0 0.5;
18623                   to_x: "vertical_line";
18624                }
18625                rel2 {
18626                   relative: 0.0 0.5;
18627                   to_x: "elm.padding.right";
18628                }
18629                visible: 0;
18630             }
18631             description { state: "flip_enabled" 0.0;
18632                inherit: "default" 0.0;
18633                visible: 1;
18634             }
18635          }
18636          GENLIST_PART_DISCLIP
18637       }
18638       programs {
18639          // signal: elm,state,%s,active
18640          //   a "check" item named %s went active
18641          // signal: elm,state,%s,passive
18642          //   a "check" item named %s went passive
18643          // default is passive
18644          /*program { name: "go_active";
18645             signal: "elm,state,selected";
18646             source: "elm";
18647             action: STATE_SET "selected" 0.0;
18648             target: "elm.text";
18649          }
18650          program { name: "go_passive";
18651             signal: "elm,state,unselected";
18652             source: "elm";
18653             action: STATE_SET "default" 0.0;
18654             target: "elm.text";
18655             transition: LINEAR 0.1;
18656          }*/
18657          program { name: "go_disabled";
18658             signal: "elm,state,disabled";
18659             source: "elm";
18660             action: STATE_SET "disabled" 0.0;
18661             target: "disclip";
18662          }
18663          program { name: "go_enabled";
18664             signal: "elm,state,enabled";
18665             source: "elm";
18666             action: STATE_SET "default" 0.0;
18667             target: "disclip";
18668          }
18669          GENLIST_PROGRAM_FLIP_2TEXT
18670       }
18671    }
18672
18673    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
18674       inherit: "elm/genlist/item/dialogue/2text.4/default";
18675       parts {
18676          part { name: "elm.text.2";
18677             clip_to: "disclip";
18678             type: TEXTBLOCK;
18679             mouse_events: 0;
18680             scale: 1;
18681             description { state: "default" 0.0;
18682                min: GENLIST_SIZE_206_INC 0;
18683                fixed: 1 0;
18684                rel1.to_x: "elm.padding.right";
18685                rel2 {
18686                   relative: 0.0 1.0;
18687                   to_x: "elm.padding.right";
18688                }
18689                rel2.to_x: "elm.padding.right";
18690                align: 1.0 0.5;
18691                text {
18692                   style: "genlist_default_textblock_style";
18693                   size: GENLIST_FONT_32_INC;
18694                   min: 0 1;
18695                   align: 0.0 0.5;
18696                }
18697             }
18698          }
18699       }
18700    }
18701
18702    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
18703       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
18704       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
18705       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
18706       alias: "elm/layout/dialogue/1text.3icon.2";
18707       data.item: "stacking" "above";
18708       data.item: "selectraise" "on";
18709       data.item: "texts" "elm.text";
18710       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
18711       data.item: "flips" "elm.flip.content";
18712       images {
18713          image: "00_list_bar_press_1x80.png" COMP;
18714       }
18715       parts {
18716          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18717          GENLIST_PART_DIALOGUE_BG_IMAGE
18718          GENLIST_PART_BOTTOM_LINE
18719          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18720          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18721          GENLIST_PART_DIALOGUE_ITEM
18722          GENLIST_PART_DIALOGUE_RIGHT_LINE
18723          part { name: "elm.icon.1";
18724             clip_to: "disclip";
18725             type: SWALLOW;
18726             scale: 1;
18727             description { state: "default" 0.0;
18728                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18729                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18730                fixed: 1 1;
18731                rel1 {
18732                   relative: 1.0 0.0;
18733                   to_x: "elm.padding.left";
18734                }
18735                rel2.to_x: "elm.padding.left";
18736                align: 0.0 0.5;
18737             }
18738             GENLIST_DESCRIPTION_FLIP_ENABLED
18739          }
18740          part { name: "elm.padding.icon1.right";
18741             clip_to: "disclip";
18742             type: RECT;
18743             scale: 1;
18744             description { state: "default" 0.0;
18745                min: GENLIST_SIZE_16_INC 0;
18746                fixed: 1 0;
18747                rel1 {
18748                   relative: 1.0 0.0;
18749                   to_x: "elm.icon.1";
18750                }
18751                rel2.to_x: "elm.icon.1";
18752                align: 0.0 0.0;
18753                visible: 0;
18754             }
18755          }
18756          part { name: "elm.icon.2";
18757             clip_to: "disclip";
18758             type: SWALLOW;
18759             scale: 1;
18760             description { state: "default" 0.0;
18761                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18762                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18763                fixed: 1 1;
18764                rel1 {
18765                   relative: 1.0 0.0;
18766                   to_x: "elm.padding.icon1.right";
18767                }
18768                rel2.to_x: "elm.padding.icon1.right";
18769                align: 0.0 0.5;
18770             }
18771             GENLIST_DESCRIPTION_FLIP_ENABLED
18772          }
18773          part { name: "elm.padding.icon2.right";
18774             clip_to: "disclip";
18775             type: RECT;
18776             scale: 1;
18777             description { state: "default" 0.0;
18778                min: GENLIST_SIZE_16_INC 0;
18779                fixed: 1 0;
18780                rel1 {
18781                   relative: 1.0 0.0;
18782                   to_x: "elm.icon.2";
18783                }
18784                rel2.to_x: "elm.icon.2";
18785                visible: 0;
18786             }
18787          }
18788          part { name: "elm.icon.3";
18789             clip_to: "disclip";
18790             type: SWALLOW;
18791             scale: 1;
18792             description { state: "default" 0.0;
18793                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18794                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18795                fixed: 1 1;
18796                rel1 {
18797                   relative: 0.0 0.0;
18798                   to_x: "elm.padding.right";
18799                }
18800                rel2 {
18801                   relative: 0.0 1.0;
18802                   to_x: "elm.padding.right";
18803                }
18804                align: 1.0 0.5;
18805             }
18806             GENLIST_DESCRIPTION_FLIP_ENABLED
18807          }
18808          part { name: "elm.padding.icon3.left";
18809             clip_to: "disclip";
18810             type: RECT;
18811             scale: 1;
18812             description { state: "default" 0.0;
18813                min: GENLIST_SIZE_16_INC 0;
18814                fixed: 1 0;
18815                rel1.to_x: "elm.icon.3";
18816                rel2 {
18817                   relative: 0.0 1.0;
18818                   to_x: "elm.icon.3";
18819                }
18820                align: 1.0 0.0;
18821                visible: 0;
18822             }
18823          }
18824          part { name: "elm.text";
18825             clip_to: "disclip";
18826             type: TEXT;
18827             mouse_events: 0;
18828             scale: 1;
18829             description { state: "default" 0.0;
18830                rel1 {
18831                   relative: 1.0 0.0;
18832                   to_x: "elm.padding.icon2.right";
18833                }
18834                rel2 {
18835                   relative: 0.0 1.0;
18836                   to_x: "elm.padding.icon3.left";
18837                }
18838                align: 0.0 0.5;
18839                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18840                text {
18841                   font: "SLP:style=Roman";
18842                   size: GENLIST_FONT_44_INC;
18843                   min: 0 1;
18844                   align: 0.0 0.5;
18845                   text_class: "list_item";
18846                }
18847             }
18848             description { state: "selected" 0.0;
18849                inherit: "default" 0.0;
18850                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18851             }
18852             GENLIST_DESCRIPTION_FLIP_ENABLED
18853          }
18854          GENLIST_PART_FLIP
18855          GENLIST_PART_DISCLIP
18856       }
18857       programs {
18858          program { name: "go_active";
18859             signal: "elm,state,selected";
18860             source: "elm";
18861             action: STATE_SET "selected" 0.0;
18862             target: "bg_image";
18863             target: "elm.text";
18864             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18865          }
18866          program { name: "go_passive";
18867             signal: "elm,state,unselected";
18868             source: "elm";
18869             action: STATE_SET "default" 0.0;
18870             target: "bg_image";
18871             target: "elm.text";
18872             transition: LINEAR 0.1;
18873          }
18874          program { name: "go_disabled";
18875             signal: "elm,state,disabled";
18876             source: "elm";
18877             action: STATE_SET "disabled" 0.0;
18878             target: "disclip";
18879          }
18880          program { name: "go_enabled";
18881             signal: "elm,state,enabled";
18882             source: "elm";
18883             action: STATE_SET "default" 0.0;
18884             target: "disclip";
18885          }
18886          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
18887          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18888       }
18889    }
18890
18891    group { name: "elm/genlist/item/dialogue/2text/default";
18892       alias: "elm/genlist/item_odd/dialogue/2text/default";
18893       alias: "elm/genlist/item_compress/dialogue/2text/default";
18894       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
18895       alias: "elm/layout/dialogue/2text";
18896       data.item: "stacking" "above";
18897       data.item: "selectraise" "on";
18898       data.item: "texts" "elm.text.1 elm.text.2";
18899       data.item: "flips" "elm.flip.content";
18900       parts {
18901          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18902          GENLIST_PART_DIALOGUE_BG_IMAGE
18903          GENLIST_PART_BOTTOM_LINE
18904          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18905          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18906          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18907          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18908          GENLIST_PART_DIALOGUE_ITEM
18909          GENLIST_PART_DIALOGUE_RIGHT_LINE
18910          part { name: "elm.text.1";
18911             clip_to: "disclip";
18912             type: TEXT;
18913             mouse_events: 0;
18914             scale: 1;
18915             description { state: "default" 0.0;
18916                min: 0 GENLIST_SIZE_61_INC;
18917                fixed: 0 1;
18918                rel1 {
18919                   relative: 1.0 1.0;
18920                   to_x: "elm.padding.left";
18921                   to_y: "elm.padding.top";
18922                }
18923                rel2 {
18924                   relative: 0.0 1.0;
18925                   to_x: "elm.padding.right";
18926                   to_y: "elm.padding.top";
18927                }
18928                align: 0.0 0.0;
18929                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18930                text {
18931                   font: "SLP:style=Roman";
18932                   size: GENLIST_FONT_44_INC;
18933                   min: 0 1;
18934                   align: 0.0 0.5;
18935                   text_class: "list_item";
18936                }
18937             }
18938             description { state: "selected" 0.0;
18939                inherit: "default" 0.0;
18940                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18941             }
18942             GENLIST_DESCRIPTION_FLIP_ENABLED
18943          }
18944          part { name: "elm.text.2";
18945             clip_to: "disclip";
18946             type: TEXT;
18947             mouse_events: 0;
18948             scale: 1;
18949             description { state: "default" 0.0;
18950                rel1 {
18951                   relative: 1.0 1.0;
18952                   to_x: "elm.padding.left";
18953                   to_y: "elm.text.1";
18954                }
18955                rel2 {
18956                   relative: 0.0 0.0;
18957                   to_x: "elm.padding.right";
18958                   to_y: "elm.padding.bottom";
18959                }
18960                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
18961                text {
18962                   font: "SLP:style=Medium";
18963                   size: GENLIST_FONT_32_INC;
18964                   min: 0 1;
18965                   align: 0.0 0.5;
18966                   text_class: "slp_medium";
18967                }
18968             }
18969             description { state: "selected" 0.0;
18970                inherit: "default" 0.0;
18971                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18972             }
18973             GENLIST_DESCRIPTION_FLIP_ENABLED
18974          }
18975          GENLIST_PART_FLIP
18976          GENLIST_PART_DISCLIP
18977       }
18978       programs {
18979          // signal: elm,state,%s,active
18980          //   a "check" item named %s went active
18981          // signal: elm,state,%s,passive
18982          //   a "check" item named %s went passive
18983          // default is passive
18984          program { name: "go_active";
18985             signal: "elm,state,selected";
18986             source: "elm";
18987             action: STATE_SET "selected" 0.0;
18988             target: "bg_image";
18989             target: "elm.text.1";
18990             target: "elm.text.2";
18991             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18992          }
18993          program { name: "go_passive";
18994             signal: "elm,state,unselected";
18995             source: "elm";
18996             action: STATE_SET "default" 0.0;
18997             target: "bg_image";
18998             target: "elm.text.1";
18999             target: "elm.text.2";
19000             transition: LINEAR 0.1;
19001          }
19002          program { name: "go_disabled";
19003             signal: "elm,state,disabled";
19004             source: "elm";
19005             action: STATE_SET "disabled" 0.0;
19006             target: "disclip";
19007          }
19008          program { name: "go_enabled";
19009             signal: "elm,state,enabled";
19010             source: "elm";
19011             action: STATE_SET "default" 0.0;
19012             target: "disclip";
19013          }
19014          GENLIST_PROGRAM_FLIP_2TEXT
19015          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19016       }
19017    }
19018
19019    group { name: "elm/genlist/item/dialogue/2text.2/default";
19020       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
19021       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
19022       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
19023       alias: "elm/layout/dialogue/2text.2";
19024       data.item: "stacking" "above";
19025       data.item: "selectraise" "on";
19026       data.item: "texts" "elm.text.1 elm.text.2";
19027       data.item: "flips" "elm.flip.content";
19028       parts {
19029          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19030          GENLIST_PART_DIALOGUE_BG_IMAGE
19031          GENLIST_PART_BOTTOM_LINE
19032          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19033          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19034          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19035          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19036          GENLIST_PART_DIALOGUE_ITEM
19037          GENLIST_PART_DIALOGUE_RIGHT_LINE
19038          part { name: "elm.text.1";
19039             clip_to: "disclip";
19040             type: TEXT;
19041             mouse_events: 0;
19042             scale: 1;
19043             description { state: "default" 0.0;
19044                min: 0 GENLIST_SIZE_61_INC;
19045                fixed: 0 1;
19046                rel1 {
19047                   relative: 1.0 0.0;
19048                   to_x: "elm.padding.left";
19049                   to_y: "elm.padding.bottom";
19050                }
19051                rel2 {
19052                   relative: 0.0 0.0;
19053                   to_x: "elm.padding.right";
19054                   to_y: "elm.padding.bottom";
19055                }
19056                align: 0.0 1.0;
19057                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19058                text {
19059                   font: "SLP:style=Roman";
19060                   size: GENLIST_FONT_44_INC;
19061                   min: 0 1;
19062                   align: 0.0 0.5;
19063                   text_class: "list_item";
19064                }
19065             }
19066             description { state: "selected" 0.0;
19067                inherit: "default" 0.0;
19068                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19069             }
19070             GENLIST_DESCRIPTION_FLIP_ENABLED
19071          }
19072          part { name: "elm.text.2";
19073             clip_to: "disclip";
19074             type: TEXT;
19075             mouse_events: 0;
19076             scale: 1;
19077             description { state: "default" 0.0;
19078                rel1 {
19079                   relative: 1.0 1.0;
19080                   to_x: "elm.padding.left";
19081                   to_y: "elm.padding.top";
19082                }
19083                rel2 {
19084                   relative: 0.0 0.0;
19085                   to_x: "elm.padding.right";
19086                   to_y: "elm.text.1";
19087                }
19088                align: 0.0 1.0;
19089                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19090                text {
19091                   font: "SLP:style=Medium";
19092                   size: GENLIST_FONT_32_INC;
19093                   min: 0 1;
19094                   align: 0.0 0.5;
19095                   text_class: "slp_medium";
19096                }
19097             }
19098             description { state: "selected" 0.0;
19099                inherit: "default" 0.0;
19100                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19101             }
19102             GENLIST_DESCRIPTION_FLIP_ENABLED
19103          }
19104          GENLIST_PART_FLIP
19105          GENLIST_PART_DISCLIP
19106       }
19107       programs {
19108          // signal: elm,state,%s,active
19109          //   a "check" item named %s went active
19110          // signal: elm,state,%s,passive
19111          //   a "check" item named %s went passive
19112          // default is passive
19113          program { name: "go_active";
19114             signal: "elm,state,selected";
19115             source: "elm";
19116             action: STATE_SET "selected" 0.0;
19117             target: "bg_image";
19118             target: "elm.text.1";
19119             target: "elm.text.2";
19120             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19121          }
19122          program { name: "go_passive";
19123             signal: "elm,state,unselected";
19124             source: "elm";
19125             action: STATE_SET "default" 0.0;
19126             target: "bg_image";
19127             target: "elm.text.1";
19128             target: "elm.text.2";
19129             transition: LINEAR 0.1;
19130          }
19131          program { name: "go_disabled";
19132             signal: "elm,state,disabled";
19133             source: "elm";
19134             action: STATE_SET "disabled" 0.0;
19135             target: "disclip";
19136          }
19137          program { name: "go_enabled";
19138             signal: "elm,state,enabled";
19139             source: "elm";
19140             action: STATE_SET "default" 0.0;
19141             target: "disclip";
19142          }
19143          GENLIST_PROGRAM_FLIP_2TEXT
19144          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19145       }
19146    }
19147
19148    group { name: "elm/genlist/item/dialogue/2text.3/default";
19149       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
19150       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
19151       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
19152       alias: "elm/layout/dialogue/2text.3";
19153       data.item: "stacking" "above";
19154       data.item: "selectraise" "on";
19155       data.item: "texts" "elm.text.1 elm.text.2";
19156       data.item: "flips" "elm.flip.content";
19157       parts {
19158          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19159          GENLIST_PART_DIALOGUE_BG_IMAGE
19160          GENLIST_PART_BOTTOM_LINE
19161          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19162          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19163          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19164          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19165          GENLIST_PART_DIALOGUE_ITEM
19166          GENLIST_PART_DIALOGUE_RIGHT_LINE
19167          part { name: "elm.text.1";
19168             clip_to: "disclip";
19169             type: TEXT;
19170             mouse_events: 0;
19171             scale: 1;
19172             description { state: "default" 0.0;
19173                min: 0 GENLIST_SIZE_61_INC;
19174                fixed: 0 1;
19175                rel1 {
19176                   relative: 1.0 1.0;
19177                   to_x: "elm.padding.left";
19178                   to_y: "elm.padding.top";
19179                }
19180                rel2 {
19181                   relative: 0.0 1.0;
19182                   to_x: "elm.padding.right";
19183                   to_y: "elm.padding.top";
19184                }
19185                align: 0.0 0.0;
19186                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19187                text {
19188                   font: "SLP:style=Roman";
19189                   size: GENLIST_FONT_44_INC;
19190                   min: 0 1;
19191                   align: 0.0 0.5;
19192                   text_class: "list_item";
19193                }
19194             }
19195             description { state: "selected" 0.0;
19196                inherit: "default" 0.0;
19197                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19198             }
19199             GENLIST_DESCRIPTION_FLIP_ENABLED
19200          }
19201          part { name: "elm.text.2";
19202             clip_to: "disclip";
19203             type: TEXT;
19204             mouse_events: 0;
19205             scale: 1;
19206             description { state: "default" 0.0;
19207                rel1 {
19208                   relative: 1.0 1.0;
19209                   to_x: "elm.padding.left";
19210                   to_y: "elm.text.1";
19211                }
19212                rel2 {
19213                   relative: 0.0 0.0;
19214                   to_x: "elm.padding.right";
19215                   to_y: "elm.padding.bottom";
19216                }
19217                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19218                text {
19219                   font: "SLP:style=Medium";
19220                   size: GENLIST_FONT_32_INC;
19221                   min: 0 1;
19222                   align: 0.0 0.5;
19223                   text_class: "slp_roman";
19224                }
19225             }
19226             description { state: "selected" 0.0;
19227                inherit: "default" 0.0;
19228                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19229             }
19230             GENLIST_DESCRIPTION_FLIP_ENABLED
19231          }
19232          GENLIST_PART_FLIP
19233          GENLIST_PART_DISCLIP
19234       }
19235       programs {
19236          // signal: elm,state,%s,active
19237          //   a "check" item named %s went active
19238          // signal: elm,state,%s,passive
19239          //   a "check" item named %s went passive
19240          // default is passive
19241          program { name: "go_active";
19242             signal: "elm,state,selected";
19243             source: "elm";
19244             action: STATE_SET "selected" 0.0;
19245             target: "bg_image";
19246             target: "elm.text.1";
19247             target: "elm.text.2";
19248             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19249          }
19250          program { name: "go_passive";
19251             signal: "elm,state,unselected";
19252             source: "elm";
19253             action: STATE_SET "default" 0.0;
19254             target: "bg_image";
19255             target: "elm.text.1";
19256             target: "elm.text.2";
19257             transition: LINEAR 0.1;
19258          }
19259          program { name: "go_disabled";
19260             signal: "elm,state,disabled";
19261             source: "elm";
19262             action: STATE_SET "disabled" 0.0;
19263             target: "disclip";
19264          }
19265          program { name: "go_enabled";
19266             signal: "elm,state,enabled";
19267             source: "elm";
19268             action: STATE_SET "default" 0.0;
19269             target: "disclip";
19270          }
19271          GENLIST_PROGRAM_FLIP_2TEXT
19272          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19273       }
19274    }
19275
19276    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
19277       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
19278       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
19279       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
19280       alias: "elm/layout/dialogue/2text.1icon.2";
19281       data.item: "stacking" "above";
19282       data.item: "selectraise" "on";
19283       data.item: "texts" "elm.text.1 elm.text.2";
19284       data.item: "contents" "elm.icon";
19285       data.item: "flips" "elm.flip.content";
19286       parts {
19287          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19288          GENLIST_PART_DIALOGUE_BG_IMAGE
19289          GENLIST_PART_BOTTOM_LINE
19290          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19291          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19292          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19293          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19294          GENLIST_PART_DIALOGUE_ITEM
19295          GENLIST_PART_DIALOGUE_RIGHT_LINE
19296          part { name: "elm.icon";
19297             clip_to: "disclip";
19298             type: SWALLOW;
19299             scale: 1;
19300             description { state: "default" 0.0;
19301                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19302                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19303                fixed: 1 1;
19304                rel1 {
19305                   relative: 1.0 0.0;
19306                   to_x: "elm.padding.left";
19307                }
19308                rel2.to_x: "elm.padding.left";
19309                align: 0.0 0.5;
19310             }
19311             GENLIST_DESCRIPTION_FLIP_ENABLED
19312          }
19313          part { name: "elm.padding.icon.right";
19314             clip_to: "disclip";
19315             type: RECT;
19316             scale: 1;
19317             description { state: "default" 0.0;
19318                min: GENLIST_PADDING_16_INC 0;
19319                fixed: 1 0;
19320                rel1 {
19321                   relative: 1.0 0.0;
19322                   to_x: "elm.icon";
19323                }
19324                rel2.to_x: "elm.icon";
19325                align: 0.0 0.0;
19326                visible: 0;
19327             }
19328          }
19329          part { name: "elm.text.1";
19330             clip_to: "disclip";
19331             type: TEXT;
19332             mouse_events: 0;
19333             scale: 1;
19334             description { state: "default" 0.0;
19335                min: 0 GENLIST_SIZE_61_INC;
19336                fixed: 0 1;
19337                rel1 {
19338                   relative: 1.0 1.0;
19339                   to_x: "elm.padding.icon.right";
19340                   to_y: "elm.padding.top";
19341                }
19342                rel2 {
19343                   relative: 0.0 1.0;
19344                   to_x: "elm.padding.right";
19345                   to_y: "elm.padding.top";
19346                }
19347                align: 0.0 0.0;
19348                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19349                text {
19350                   font: "SLP:style=Roman";
19351                   size: GENLIST_FONT_44_INC;
19352                   min: 0 1;
19353                   align: 0.0 0.5;
19354                   text_class: "list_item";
19355                }
19356             }
19357             description { state: "selected" 0.0;
19358                inherit: "default" 0.0;
19359                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19360             }
19361             GENLIST_DESCRIPTION_FLIP_ENABLED
19362          }
19363          part { name: "elm.text.2";
19364             clip_to: "disclip";
19365             type: TEXT;
19366             mouse_events: 0;
19367             scale: 1;
19368             description { state: "default" 0.0;
19369                rel1 {
19370                   relative: 1.0 1.0;
19371                   to_x: "elm.padding.icon.right";
19372                   to_y: "elm.text.1";
19373                }
19374                rel2 {
19375                   relative: 0.0 0.0;
19376                   to_x: "elm.padding.right";
19377                   to_y: "elm.padding.bottom";
19378                }
19379                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19380                text {
19381                   font: "SLP:style=Medium";
19382                   size: GENLIST_FONT_32_INC;
19383                   min: 0 1;
19384                   align: 0.0 0.5;
19385                   text_class: "slp_medium";
19386                }
19387             }
19388             description { state: "selected" 0.0;
19389                inherit: "default" 0.0;
19390                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19391             }
19392             GENLIST_DESCRIPTION_FLIP_ENABLED
19393          }
19394          GENLIST_PART_FLIP
19395          GENLIST_PART_DISCLIP
19396       }
19397       programs {
19398          // signal: elm,state,%s,active
19399          //   a "check" item named %s went active
19400          // signal: elm,state,%s,passive
19401          //   a "check" item named %s went passive
19402          // default is passive
19403          program { name: "go_active";
19404             signal: "elm,state,selected";
19405             source: "elm";
19406             action: STATE_SET "selected" 0.0;
19407             target: "bg_image";
19408             target: "elm.text.1";
19409             target: "elm.text.2";
19410             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19411          }
19412          program { name: "go_passive";
19413             signal: "elm,state,unselected";
19414             source: "elm";
19415             action: STATE_SET "default" 0.0;
19416             target: "bg_image";
19417             target: "elm.text.1";
19418             target: "elm.text.2";
19419             transition: LINEAR 0.1;
19420          }
19421          program { name: "go_disabled";
19422             signal: "elm,state,disabled";
19423             source: "elm";
19424             action: STATE_SET "disabled" 0.0;
19425             target: "disclip";
19426          }
19427          program { name: "go_enabled";
19428             signal: "elm,state,enabled";
19429             source: "elm";
19430             action: STATE_SET "default" 0.0;
19431             target: "disclip";
19432          }
19433          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19434          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19435       }
19436    }
19437
19438    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
19439       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
19440       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
19441       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
19442       alias: "elm/layout/dialogue/2text.1icon.3";
19443       data.item: "stacking" "above";
19444       data.item: "selectraise" "on";
19445       data.item: "texts" "elm.text.1 elm.text.2";
19446       data.item: "contents" "elm.icon";
19447       data.item: "flips" "elm.flip.content";
19448       parts {
19449          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19450          GENLIST_PART_DIALOGUE_BG_IMAGE
19451          GENLIST_PART_BOTTOM_LINE
19452          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19453          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19454          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19455          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19456          GENLIST_PART_DIALOGUE_ITEM
19457          GENLIST_PART_DIALOGUE_RIGHT_LINE
19458          part { name: "elm.icon";
19459             clip_to: "disclip";
19460             type: SWALLOW;
19461             scale: 1;
19462             description { state: "default" 0.0;
19463                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19464                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19465                fixed: 1 1;
19466                rel1 {
19467                   relative: 1.0 0.0;
19468                   to_x: "elm.padding.left";
19469                }
19470                rel2.to_x: "elm.padding.left";
19471                align: 0.0 0.5;
19472             }
19473             GENLIST_DESCRIPTION_FLIP_ENABLED
19474          }
19475          part { name: "elm.padding.icon.right";
19476             clip_to: "disclip";
19477             type: RECT;
19478             scale: 1;
19479             description { state: "default" 0.0;
19480                min: GENLIST_PADDING_16_INC 0;
19481                fixed: 1 0;
19482                rel1 {
19483                   relative: 1.0 0.0;
19484                   to_x: "elm.icon";
19485                }
19486                rel2.to_x: "elm.icon";
19487                align: 0.0 0.0;
19488                visible: 0;
19489             }
19490          }
19491          part { name: "elm.text.1";
19492             clip_to: "disclip";
19493             type: TEXT;
19494             mouse_events: 0;
19495             scale: 1;
19496             description { state: "default" 0.0;
19497                min: 0 GENLIST_SIZE_61_INC;
19498                fixed: 0 1;
19499                rel1 {
19500                   relative: 1.0 1.0;
19501                   to_x: "elm.padding.icon.right";
19502                   to_y: "elm.padding.top";
19503                }
19504                rel2 {
19505                   relative: 0.0 1.0;
19506                   to_x: "elm.padding.right";
19507                   to_y: "elm.padding.top";
19508                }
19509                align: 0.0 0.0;
19510                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19511                text {
19512                   font: "SLP:style=Roman";
19513                   size: GENLIST_FONT_44_INC;
19514                   min: 0 1;
19515                   align: 0.0 0.5;
19516                   text_class: "list_item";
19517                }
19518             }
19519             description { state: "selected" 0.0;
19520                inherit: "default" 0.0;
19521                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19522             }
19523             GENLIST_DESCRIPTION_FLIP_ENABLED
19524          }
19525          part { name: "elm.text.2";
19526             clip_to: "disclip";
19527             type: TEXT;
19528             mouse_events: 0;
19529             scale: 1;
19530             description { state: "default" 0.0;
19531                rel1 {
19532                   relative: 1.0 1.0;
19533                   to_x: "elm.padding.icon.right";
19534                   to_y: "elm.text.1";
19535                }
19536                rel2 {
19537                   relative: 0.0 0.0;
19538                   to_x: "elm.padding.right";
19539                   to_y: "elm.padding.bottom";
19540                }
19541                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19542                text {
19543                   font: "SLP:style=Medium";
19544                   size: GENLIST_FONT_32_INC;
19545                   min: 0 1;
19546                   align: 0.0 0.5;
19547                   text_class: "slp_medium";
19548                }
19549             }
19550             description { state: "selected" 0.0;
19551                inherit: "default" 0.0;
19552                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19553             }
19554             GENLIST_DESCRIPTION_FLIP_ENABLED
19555          }
19556          GENLIST_PART_FLIP
19557          GENLIST_PART_DISCLIP
19558       }
19559       programs {
19560          // signal: elm,state,%s,active
19561          //   a "check" item named %s went active
19562          // signal: elm,state,%s,passive
19563          //   a "check" item named %s went passive
19564          // default is passive
19565          program { name: "go_active";
19566             signal: "elm,state,selected";
19567             source: "elm";
19568             action: STATE_SET "selected" 0.0;
19569             target: "bg_image";
19570             target: "elm.text.1";
19571             target: "elm.text.2";
19572             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19573          }
19574          program { name: "go_passive";
19575             signal: "elm,state,unselected";
19576             source: "elm";
19577             action: STATE_SET "default" 0.0;
19578             target: "bg_image";
19579             target: "elm.text.1";
19580             target: "elm.text.2";
19581             transition: LINEAR 0.1;
19582          }
19583          program { name: "go_disabled";
19584             signal: "elm,state,disabled";
19585             source: "elm";
19586             action: STATE_SET "disabled" 0.0;
19587             target: "disclip";
19588          }
19589          program { name: "go_enabled";
19590             signal: "elm,state,enabled";
19591             source: "elm";
19592             action: STATE_SET "default" 0.0;
19593             target: "disclip";
19594          }
19595          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19596          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19597       }
19598    }
19599
19600    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
19601       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
19602       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
19603       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
19604       alias: "elm/layout/dialogue/2text.3icon";
19605       data.item: "stacking" "above";
19606       data.item: "selectraise" "on";
19607       data.item: "texts" "elm.text.1 elm.text.2";
19608       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
19609       data.item: "flips" "elm.flip.content";
19610       parts {
19611          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19612          GENLIST_PART_DIALOGUE_BG_IMAGE
19613          GENLIST_PART_BOTTOM_LINE
19614          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19615          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19616          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19617          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19618          GENLIST_PART_DIALOGUE_ITEM
19619          GENLIST_PART_DIALOGUE_RIGHT_LINE
19620          part { name: "elm.swallow.colorbar";
19621             clip_to: "disclip";
19622             type: SWALLOW;
19623             scale: 1;
19624             description { state: "default" 0.0;
19625                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
19626                fixed: 1 1;
19627                rel1 {
19628                   relative: 1.0 0.0;
19629                   to_x: "elm.rect.dialogue";
19630                }
19631                rel2 {
19632                   relative: 1.0 0.0;
19633                   to_x: "elm.rect.dialogue";
19634                }
19635                align: 0.0 0.0;
19636             }
19637          }
19638          part { name: "elm.icon.1";
19639             clip_to: "disclip";
19640             type: SWALLOW;
19641             scale: 1;
19642             description { state: "default" 0.0;
19643                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19644                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19645                fixed: 1 1;
19646                rel1 {
19647                   relative: 1.0 0.0;
19648                   to_x: "elm.padding.left";
19649                }
19650                rel2 {
19651                   relative: 1.0 1.0;
19652                   to_x: "elm.padding.left";
19653                }
19654                align: 0.0 0.5;
19655             }
19656             GENLIST_DESCRIPTION_FLIP_ENABLED
19657          }
19658          part { name: "elm.padding.icon1.right";
19659             type: RECT;
19660             scale: 1;
19661             description { state: "default" 0.0;
19662                min: GENLIST_PADDING_16_INC 0;
19663                fixed: 1 0;
19664                rel1 {
19665                   relative: 1.0 0.0;
19666                   to_x: "elm.icon.1";
19667                }
19668                rel2.to_x: "elm.icon.1";
19669                align: 0.0 0.0;
19670                visible: 0;
19671             }
19672          }
19673          part { name: "elm.icon.2";
19674             clip_to: "disclip";
19675             type: SWALLOW;
19676             scale: 1;
19677             description { state: "default" 0.0;
19678                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19679                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19680                fixed: 1 1;
19681                rel1.to_x: "elm.padding.right";
19682                rel2 {
19683                   relative: 0.0 1.0;
19684                   to_x: "elm.padding.right";
19685                }
19686                align: 1.0 0.5;
19687             }
19688             GENLIST_DESCRIPTION_FLIP_ENABLED
19689          }
19690          part { name: "elm.padding.icon2.left";
19691             type: RECT;
19692             scale: 1;
19693             description { state: "default" 0.0;
19694                min: GENLIST_PADDING_16_INC 0;
19695                fixed: 1 0;
19696                rel1.to_x: "elm.icon.2";
19697                rel2 {
19698                   relative: 0.0 1.0;
19699                   to_x: "elm.icon.2";
19700                }
19701                align: 1.0 0.0;
19702                visible: 0;
19703             }
19704          }
19705          part { name: "elm.text.1";
19706             clip_to: "disclip";
19707             type: TEXT;
19708             mouse_events: 0;
19709             scale: 1;
19710             description { state: "default" 0.0;
19711                min: 0 GENLIST_SIZE_61_INC;
19712                fixed: 0 1;
19713                rel1 {
19714                   relative: 1.0 1.0;
19715                   to_x: "elm.padding.icon1.right";
19716                   to_y: "elm.padding.top";
19717                }
19718                rel2 {
19719                   relative: 0.0 1.0;
19720                   to_x: "elm.padding.icon2.left";
19721                   to_y: "elm.padding.top";
19722                }
19723                align: 0.0 0.0;
19724                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19725                text {
19726                   font: "SLP:style=Roman";
19727                   size: GENLIST_FONT_44_INC;
19728                   min: 0 1;
19729                   align: 0.0 0.5;
19730                   text_class: "list_item";
19731                }
19732             }
19733             description { state: "selected" 0.0;
19734                inherit: "default" 0.0;
19735                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19736             }
19737             GENLIST_DESCRIPTION_FLIP_ENABLED
19738          }
19739          part { name: "elm.text.2";
19740             clip_to: "disclip";
19741             type: TEXT;
19742             mouse_events: 0;
19743             scale: 1;
19744             description { state: "default" 0.0;
19745                rel1 {
19746                   relative: 1.0 1.0;
19747                   to_x: "elm.padding.icon1.right";
19748                   to_y: "elm.text.1";
19749                }
19750                rel2 {
19751                   relative: 0.0 0.0;
19752                   to_x: "elm.padding.icon2.left";
19753                   to_y: "elm.padding.bottom";
19754                }
19755                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19756                text {
19757                   font: "SLP:style=Medium";
19758                   size: GENLIST_FONT_32_INC;
19759                   min: 0 1;
19760                   align: 0.0 0.5;
19761                   text_class: "slp_medium";
19762                }
19763             }
19764             description { state: "selected" 0.0;
19765                inherit: "default" 0.0;
19766                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19767             }
19768             GENLIST_DESCRIPTION_FLIP_ENABLED
19769          }
19770          GENLIST_PART_FLIP
19771          GENLIST_PART_DISCLIP
19772       }
19773       programs {
19774          // signal: elm,state,%s,active
19775          //   a "check" item named %s went active
19776          // signal: elm,state,%s,passive
19777          //   a "check" item named %s went passive
19778          // default is passive
19779          program { name: "go_active";
19780             signal: "elm,state,selected";
19781             source: "elm";
19782             action: STATE_SET "selected" 0.0;
19783             target: "bg_image";
19784             target: "elm.text.1";
19785             target: "elm.text.2";
19786             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19787          }
19788          program { name: "go_passive";
19789             signal: "elm,state,unselected";
19790             source: "elm";
19791             action: STATE_SET "default" 0.0;
19792             target: "bg_image";
19793             target: "elm.text.1";
19794             target: "elm.text.2";
19795             transition: LINEAR 0.1;
19796          }
19797          program { name: "go_disabled";
19798             signal: "elm,state,disabled";
19799             source: "elm";
19800             action: STATE_SET "disabled" 0.0;
19801             target: "disclip";
19802          }
19803          program { name: "go_enabled";
19804             signal: "elm,state,enabled";
19805             source: "elm";
19806             action: STATE_SET "default" 0.0;
19807             target: "disclip";
19808          }
19809          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19810          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19811       }
19812    }
19813
19814    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
19815       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
19816       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
19817       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
19818       alias: "elm/layout/dialogue/2text.2icon";
19819       data.item: "stacking" "above";
19820       data.item: "selectraise" "on";
19821       data.item: "texts" "elm.text.1 elm.text.2";
19822       data.item: "contents" "elm.icon.1 elm.icon.2";
19823       data.item: "flips" "elm.flip.content";
19824       parts {
19825          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19826          GENLIST_PART_DIALOGUE_BG_IMAGE
19827          GENLIST_PART_BOTTOM_LINE
19828          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19829          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19830          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19831          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19832          GENLIST_PART_DIALOGUE_ITEM
19833          GENLIST_PART_DIALOGUE_RIGHT_LINE
19834          part { name: "elm.icon.1";
19835             clip_to: "disclip";
19836             type: SWALLOW;
19837             scale: 1;
19838             description { state: "default" 0.0;
19839                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19840                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19841                fixed: 1 1;
19842                rel1 {
19843                   relative: 1.0 1.0;
19844                   to_x: "elm.padding.left";
19845                   to_y: "elm.padding.top";
19846                }
19847                rel2 {
19848                   relative: 1.0 0.0;
19849                   to_x: "elm.padding.left";
19850                   to_y: "elm.padding.bottom";
19851                }
19852                align: 0.0 0.5;
19853             }
19854             GENLIST_DESCRIPTION_FLIP_ENABLED
19855          }
19856          part { name: "elm.padding.icon1.right";
19857             clip_to: "disclip";
19858             type: RECT;
19859             scale: 1;
19860             description { state: "default" 0.0;
19861                min: GENLIST_PADDING_16_INC 0;
19862                fixed: 1 0;
19863                rel1 {
19864                   relative: 1.0 0.0;
19865                   to_x: "elm.icon.1";
19866                }
19867                rel2.to_x: "elm.icon.1";
19868                align: 0.0 0.0;
19869                visible: 0;
19870             }
19871          }
19872          part { name: "elm.icon.2";
19873             clip_to: "disclip";
19874             type: SWALLOW;
19875             scale: 1;
19876             description { state: "default" 0.0;
19877                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19878                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19879                fixed: 1 1;
19880                rel1 {
19881                   relative: 1.0 1.0;
19882                   to_x: "elm.padding.icon1.right";
19883                   to_y: "elm.padding.top";
19884                }
19885                rel2 {
19886                   relative: 1.0 0.0;
19887                   to_x: "elm.padding.icon1.right";
19888                   to_y: "elm.padding.bottom";
19889                }
19890                align: 0.0 0.5;
19891             }
19892             GENLIST_DESCRIPTION_FLIP_ENABLED
19893          }
19894          part { name: "elm.padding.icon2.right";
19895             clip_to: "disclip";
19896             type: RECT;
19897             scale: 1;
19898             description { state: "default" 0.0;
19899                min: GENLIST_PADDING_16_INC 0;
19900                fixed: 1 0;
19901                rel1 {
19902                   relative: 1.0 0.0;
19903                   to_x: "elm.icon.2";
19904                }
19905                rel2.to_x: "elm.icon.2";
19906                align: 0.0 0.0;
19907                visible: 0;
19908             }
19909          }
19910          part { name: "elm.text.1";
19911             clip_to: "disclip";
19912             type: TEXT;
19913             mouse_events: 0;
19914             scale: 1;
19915             description { state: "default" 0.0;
19916                min: 0 GENLIST_SIZE_61_INC;
19917                fixed: 0 1;
19918                rel1 {
19919                   relative: 1.0 1.0;
19920                   to_x: "elm.padding.icon2.right";
19921                   to_y: "elm.padding.top";
19922                }
19923                rel2 {
19924                   relative: 0.0 1.0;
19925                   to_x: "elm.padding.right";
19926                   to_y: "elm.padding.top";
19927                }
19928                align: 0.0 0.0;
19929                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19930                text {
19931                   font: "SLP:style=Roman";
19932                   size: GENLIST_FONT_44_INC;
19933                   min: 0 1;
19934                   align: 0.0 0.5;
19935                   text_class: "list_item";
19936                }
19937             }
19938             description { state: "selected" 0.0;
19939                inherit: "default" 0.0;
19940                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19941             }
19942             GENLIST_DESCRIPTION_FLIP_ENABLED
19943          }
19944          part { name: "elm.text.2";
19945             clip_to: "disclip";
19946             type: TEXT;
19947             mouse_events: 0;
19948             scale: 1;
19949             description { state: "default" 0.0;
19950                rel1 {
19951                   relative: 1.0 1.0;
19952                   to_x: "elm.padding.icon2.right";
19953                   to_y: "elm.text.1";
19954                }
19955                rel2 {
19956                   relative: 0.0 0.0;
19957                   to_x: "elm.padding.right";
19958                   to_y: "elm.padding.bottom";
19959                }
19960                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19961                text {
19962                   font: "SLP:style=Medium";
19963                   size: GENLIST_FONT_32_INC;
19964                   min: 0 1;
19965                   align: 0.0 0.5;
19966                   text_class: "slp_medium";
19967                }
19968             }
19969             description { state: "selected" 0.0;
19970                inherit: "default" 0.0;
19971                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19972             }
19973             GENLIST_DESCRIPTION_FLIP_ENABLED
19974          }
19975          GENLIST_PART_FLIP
19976          GENLIST_PART_DISCLIP
19977       }
19978       programs {
19979          // signal: elm,state,%s,active
19980          //   a "check" item named %s went active
19981          // signal: elm,state,%s,passive
19982          //   a "check" item named %s went passive
19983          // default is passive
19984          program { name: "go_active";
19985             signal: "elm,state,selected";
19986             source: "elm";
19987             action: STATE_SET "selected" 0.0;
19988             target: "bg_image";
19989             target: "elm.text.1";
19990             target: "elm.text.2";
19991             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19992          }
19993          program { name: "go_passive";
19994             signal: "elm,state,unselected";
19995             source: "elm";
19996             action: STATE_SET "default" 0.0;
19997             target: "bg_image";
19998             target: "elm.text.1";
19999             target: "elm.text.2";
20000             transition: LINEAR 0.1;
20001          }
20002          program { name: "go_disabled";
20003             signal: "elm,state,disabled";
20004             source: "elm";
20005             action: STATE_SET "disabled" 0.0;
20006             target: "disclip";
20007          }
20008          program { name: "go_enabled";
20009             signal: "elm,state,enabled";
20010             source: "elm";
20011             action: STATE_SET "default" 0.0;
20012             target: "disclip";
20013          }
20014          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20015          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20016       }
20017    }
20018
20019    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
20020       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
20021       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
20022       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
20023       alias: "elm/layout/dialogue/2text.2icon.2";
20024       data.item: "stacking" "above";
20025       data.item: "selectraise" "on";
20026       data.item: "texts" "elm.text.1 elm.text.2";
20027       data.item: "contents" "elm.icon.1 elm.icon.2";
20028       data.item: "flips" "elm.flip.content";
20029       parts {
20030          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20031          GENLIST_PART_DIALOGUE_BG_IMAGE
20032          GENLIST_PART_BOTTOM_LINE
20033          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20034          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20035          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20036          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20037          GENLIST_PART_DIALOGUE_ITEM
20038          GENLIST_PART_DIALOGUE_RIGHT_LINE
20039          part { name: "elm.icon.1";
20040             clip_to: "disclip";
20041             type: SWALLOW;
20042             scale: 1;
20043             description { state: "default" 0.0;
20044                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20045                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20046                fixed: 1 1;
20047                rel1 {
20048                   relative: 1.0 1.0;
20049                   to_x: "elm.padding.left";
20050                   to_y: "elm.padding.top";
20051                }
20052                rel2 {
20053                   relative: 1.0 0.0;
20054                   to_x: "elm.padding.left";
20055                   to_y: "elm.padding.bottom";
20056                }
20057                align: 0.0 0.5;
20058             }
20059             GENLIST_DESCRIPTION_FLIP_ENABLED
20060          }
20061          part { name: "elm.padding.icon1.right";
20062             clip_to: "disclip";
20063             type: RECT;
20064             scale: 1;
20065             description { state: "default" 0.0;
20066                min: GENLIST_PADDING_16_INC 0;
20067                fixed: 1 0;
20068                rel1 {
20069                   relative: 1.0 0.0;
20070                   to_x: "elm.icon.1";
20071                }
20072                rel2.to_x: "elm.icon.1";
20073                align: 0.0 0.0;
20074                visible: 0;
20075             }
20076          }
20077          part { name: "elm.text.1";
20078             clip_to: "disclip";
20079             type: TEXT;
20080             mouse_events: 0;
20081             scale: 1;
20082             description { state: "default" 0.0;
20083                min: 0 GENLIST_SIZE_61_INC;
20084                fixed: 0 1;
20085                rel1 {
20086                   relative: 1.0 1.0;
20087                   to_x: "elm.padding.icon1.right";
20088                   to_y: "elm.padding.top";
20089                }
20090                rel2 {
20091                   relative: 0.0 1.0;
20092                   to_x: "elm.padding.right";
20093                   to_y: "elm.padding.top";
20094                }
20095                align: 0.0 0.0;
20096                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20097                text {
20098                   font: "SLP:style=Roman";
20099                   size: GENLIST_FONT_44_INC;
20100                   min: 0 1;
20101                   align: 0.0 0.5;
20102                   text_class: "list_item";
20103                }
20104             }
20105             description { state: "selected" 0.0;
20106                inherit: "default" 0.0;
20107                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20108             }
20109             GENLIST_DESCRIPTION_FLIP_ENABLED
20110          }
20111          part { name: "elm.icon.2";
20112             clip_to: "disclip";
20113             type: SWALLOW;
20114             scale: 1;
20115             description { state: "default" 0.0;
20116                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
20117                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
20118                fixed: 1 1;
20119                rel1 {
20120                   relative: 0.0 1.0;
20121                   to_x: "elm.padding.right";
20122                   to_y: "elm.text.1";
20123                }
20124                rel2 {
20125                   relative: 0.0 0.0;
20126                   to_x: "elm.padding.right";
20127                   to_y: "elm.padding.bottom";
20128                }
20129                align: 1.0 0.5;
20130             }
20131             GENLIST_DESCRIPTION_FLIP_ENABLED
20132          }
20133          part { name: "elm.padding.icon2.left";
20134             clip_to: "disclip";
20135             type: RECT;
20136             scale: 1;
20137             description { state: "default" 0.0;
20138                min: GENLIST_PADDING_16_INC 0;
20139                fixed: 1 0;
20140                rel1 {
20141                   relative: 0.0 0.0;
20142                   to_x: "elm.icon.2";
20143                }
20144                rel2.to_x: "elm.icon.2";
20145                align: 1.0 0.0;
20146                visible: 0;
20147             }
20148          }
20149          part { name: "elm.text.2";
20150             clip_to: "disclip";
20151             type: TEXT;
20152             mouse_events: 0;
20153             scale: 1;
20154             description { state: "default" 0.0;
20155                rel1 {
20156                   relative: 1.0 1.0;
20157                   to_x: "elm.padding.icon1.right";
20158                   to_y: "elm.text.1";
20159                }
20160                rel2 {
20161                   relative: 0.0 0.0;
20162                   to_x: "elm.padding.icon2.left";
20163                   to_y: "elm.padding.bottom";
20164                }
20165                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20166                text {
20167                   font: "SLP:style=Medium";
20168                   size: GENLIST_FONT_32_INC;
20169                   min: 0 1;
20170                   align: 0.0 0.5;
20171                   text_class: "slp_medium";
20172                }
20173             }
20174             description { state: "selected" 0.0;
20175                inherit: "default" 0.0;
20176                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20177             }
20178             GENLIST_DESCRIPTION_FLIP_ENABLED
20179          }
20180          GENLIST_PART_FLIP
20181          GENLIST_PART_DISCLIP
20182       }
20183       programs {
20184          // signal: elm,state,%s,active
20185          //   a "check" item named %s went active
20186          // signal: elm,state,%s,passive
20187          //   a "check" item named %s went passive
20188          // default is passive
20189          program { name: "go_active";
20190             signal: "elm,state,selected";
20191             source: "elm";
20192             action: STATE_SET "selected" 0.0;
20193             target: "bg_image";
20194             target: "elm.text.1";
20195             target: "elm.text.2";
20196             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20197          }
20198          program { name: "go_passive";
20199             signal: "elm,state,unselected";
20200             source: "elm";
20201             action: STATE_SET "default" 0.0;
20202             target: "bg_image";
20203             target: "elm.text.1";
20204             target: "elm.text.2";
20205             transition: LINEAR 0.1;
20206          }
20207          program { name: "go_disabled";
20208             signal: "elm,state,disabled";
20209             source: "elm";
20210             action: STATE_SET "disabled" 0.0;
20211             target: "disclip";
20212          }
20213          program { name: "go_enabled";
20214             signal: "elm,state,enabled";
20215             source: "elm";
20216             action: STATE_SET "default" 0.0;
20217             target: "disclip";
20218          }
20219          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20220          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20221       }
20222    }
20223
20224    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
20225       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
20226       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
20227       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
20228       alias: "elm/layout/dialogue/2text.2icon.3";
20229       data.item: "stacking" "above";
20230       data.item: "selectraise" "on";
20231       data.item: "texts" "elm.text.1 elm.text.2";
20232       data.item: "contents" "elm.icon.1 elm.icon.2";
20233       data.item: "flips" "elm.flip.content";
20234       parts {
20235          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20236          GENLIST_PART_DIALOGUE_BG_IMAGE
20237          GENLIST_PART_BOTTOM_LINE
20238          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20239          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20240          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20241          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20242          GENLIST_PART_DIALOGUE_ITEM
20243          GENLIST_PART_DIALOGUE_RIGHT_LINE
20244          part { name: "elm.icon.1";
20245             clip_to: "disclip";
20246             type: SWALLOW;
20247             scale: 1;
20248             description { state: "default" 0.0;
20249                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20250                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20251                fixed: 1 1;
20252                rel1 {
20253                   relative: 1.0 1.0;
20254                   to_x: "elm.padding.left";
20255                   to_y: "elm.padding.top";
20256                }
20257                rel2 {
20258                   relative: 1.0 0.0;
20259                   to_x: "elm.padding.left";
20260                   to_y: "elm.padding.bottom";
20261                }
20262                align: 0.0 0.5;
20263             }
20264             GENLIST_DESCRIPTION_FLIP_ENABLED
20265          }
20266          part { name: "elm.padding.icon1.right";
20267             clip_to: "disclip";
20268             type: RECT;
20269             scale: 1;
20270             description { state: "default" 0.0;
20271                min: GENLIST_PADDING_16_INC 0;
20272                fixed: 1 0;
20273                rel1 {
20274                   relative: 1.0 0.0;
20275                   to_x: "elm.icon.1";
20276                }
20277                rel2.to_x: "elm.icon.1";
20278                align: 0.0 0.0;
20279                visible: 0;
20280             }
20281          }
20282          part { name: "elm.icon.2";
20283             clip_to: "disclip";
20284             type: SWALLOW;
20285             scale: 1;
20286             description { state: "default" 0.0;
20287                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20288                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20289                fixed: 1 1;
20290                rel1 {
20291                   relative: 0.0 1.0;
20292                   to_x: "elm.padding.right";
20293                   to_y: "elm.padding.top";
20294                }
20295                rel2 {
20296                   relative: 0.0 0.0;
20297                   to_x: "elm.padding.right";
20298                   to_y: "elm.padding.bottom";
20299                }
20300                align: 1.0 0.5;
20301             }
20302             GENLIST_DESCRIPTION_FLIP_ENABLED
20303          }
20304          part { name: "elm.padding.icon2.left";
20305             clip_to: "disclip";
20306             type: RECT;
20307             scale: 1;
20308             description { state: "default" 0.0;
20309                min: GENLIST_PADDING_16_INC 0;
20310                fixed: 1 0;
20311                rel1.to_x: "elm.icon.2";
20312                rel2 {
20313                   relative: 0.0 1.0;
20314                   to_x: "elm.icon.2";
20315                }
20316                align: 1.0 0.0;
20317                visible: 0;
20318             }
20319          }
20320          part { name: "elm.text.1";
20321             clip_to: "disclip";
20322             type: TEXT;
20323             mouse_events: 0;
20324             scale: 1;
20325             description { state: "default" 0.0;
20326                min: 0 GENLIST_SIZE_61_INC;
20327                fixed: 0 1;
20328                rel1 {
20329                   relative: 1.0 1.0;
20330                   to_x: "elm.padding.icon1.right";
20331                   to_y: "elm.padding.top";
20332                }
20333                rel2 {
20334                   relative: 0.0 1.0;
20335                   to_x: "elm.padding.icon2.left";
20336                   to_y: "elm.padding.top";
20337                }
20338                align: 0.0 0.0;
20339                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20340                text {
20341                   font: "SLP:style=Roman";
20342                   size: GENLIST_FONT_44_INC;
20343                   min: 0 1;
20344                   align: 0.0 0.5;
20345                   text_class: "list_item";
20346                }
20347             }
20348             description { state: "selected" 0.0;
20349                inherit: "default" 0.0;
20350                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20351             }
20352             GENLIST_DESCRIPTION_FLIP_ENABLED
20353          }
20354          part { name: "elm.text.2";
20355             clip_to: "disclip";
20356             type: TEXT;
20357             mouse_events: 0;
20358             scale: 1;
20359             description { state: "default" 0.0;
20360                rel1 {
20361                   relative: 1.0 1.0;
20362                   to_x: "elm.padding.icon1.right";
20363                   to_y: "elm.text.1";
20364                }
20365                rel2 {
20366                   relative: 0.0 0.0;
20367                   to_x: "elm.padding.icon2.left";
20368                   to_y: "elm.padding.bottom";
20369                }
20370                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20371                text {
20372                   font: "SLP:style=Medium";
20373                   size: GENLIST_FONT_32_INC;
20374                   min: 0 1;
20375                   align: 0.0 0.5;
20376                   text_class: "slp_medium";
20377                }
20378             }
20379             description { state: "selected" 0.0;
20380                inherit: "default" 0.0;
20381                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20382             }
20383             GENLIST_DESCRIPTION_FLIP_ENABLED
20384          }
20385          GENLIST_PART_FLIP
20386          GENLIST_PART_DISCLIP
20387       }
20388       programs {
20389          // signal: elm,state,%s,active
20390          //   a "check" item named %s went active
20391          // signal: elm,state,%s,passive
20392          //   a "check" item named %s went passive
20393          // default is passive
20394          program { name: "go_active";
20395             signal: "elm,state,selected";
20396             source: "elm";
20397             action: STATE_SET "selected" 0.0;
20398             target: "bg_image";
20399             target: "elm.text.1";
20400             target: "elm.text.2";
20401             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20402          }
20403          program { name: "go_passive";
20404             signal: "elm,state,unselected";
20405             source: "elm";
20406             action: STATE_SET "default" 0.0;
20407             target: "bg_image";
20408             target: "elm.text.1";
20409             target: "elm.text.2";
20410             transition: LINEAR 0.1;
20411          }
20412          program { name: "go_disabled";
20413             signal: "elm,state,disabled";
20414             source: "elm";
20415             action: STATE_SET "disabled" 0.0;
20416             target: "disclip";
20417          }
20418          program { name: "go_enabled";
20419             signal: "elm,state,enabled";
20420             source: "elm";
20421             action: STATE_SET "default" 0.0;
20422             target: "disclip";
20423          }
20424          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20425          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20426       }
20427    }
20428
20429    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
20430       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
20431       parts {
20432          part { name: "elm.text.2";
20433             clip_to: "disclip";
20434             type: TEXTBLOCK;
20435             mouse_events: 0;
20436             scale: 1;
20437             description { state: "default" 0.0;
20438                rel1 {
20439                   relative: 1.0 1.0;
20440                   to_x: "elm.padding.icon1.right";
20441                   to_y: "elm.text.1";
20442                }
20443                rel2 {
20444                   relative: 0.0 0.0;
20445                   to_x: "elm.padding.icon2.left";
20446                   to_y: "elm.padding.bottom";
20447                }
20448                text {
20449                   style: "genlist_default_textblock_style";
20450                   size: GENLIST_FONT_32_INC;
20451                   min: 0 1;
20452                   align: 0.0 0.5;
20453                   text_class: "slp_medium";
20454                }
20455             }
20456             description { state: "selected" 0.0;
20457                inherit: "default" 0.0;
20458                text.style: "genlist_default_textblock_selected_style";
20459             }
20460             GENLIST_DESCRIPTION_FLIP_ENABLED
20461          }
20462       }
20463    }
20464
20465    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
20466       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
20467       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
20468       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
20469       alias: "elm/layout/dialogue/2text.1icon.5";
20470       data.item: "stacking" "above";
20471       data.item: "selectraise" "on";
20472       data.item: "texts" "elm.text.1 elm.text.2";
20473       data.item: "contents" "elm.icon";
20474       data.item: "flips" "elm.flip.content";
20475       parts {
20476          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20477          GENLIST_PART_DIALOGUE_BG_IMAGE
20478          GENLIST_PART_BOTTOM_LINE
20479          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20480          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20481          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20482          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20483          GENLIST_PART_DIALOGUE_ITEM
20484          GENLIST_PART_DIALOGUE_RIGHT_LINE
20485          part { name: "elm.icon";
20486             clip_to: "disclip";
20487             type: SWALLOW;
20488             scale: 1;
20489             description { state: "default" 0.0;
20490                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20491                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20492                fixed: 1 1;
20493                rel1 {
20494                   relative: 0.0 1.0;
20495                   to_x: "elm.padding.right";
20496                   to_y: "elm.padding.top";
20497                }
20498                rel2 {
20499                   relative: 0.0 0.0;
20500                   to_x: "elm.padding.right";
20501                   to_y: "elm.padding.bottom";
20502                }
20503                align: 1.0 0.5;
20504             }
20505             GENLIST_DESCRIPTION_FLIP_ENABLED
20506          }
20507          part { name: "elm.padding.icon.left";
20508             clip_to: "disclip";
20509             type: RECT;
20510             scale: 1;
20511             description { state: "default" 0.0;
20512                min: GENLIST_PADDING_16_INC 0;
20513                fixed: 1 0;
20514                rel1.to_x: "elm.icon";
20515                rel2 {
20516                   relative: 0.0 1.0;
20517                   to_x: "elm.icon";
20518                }
20519                align: 1.0 0.0;
20520                visible: 0;
20521             }
20522          }
20523          part { name: "elm.text.1";
20524             clip_to: "disclip";
20525             type: TEXT;
20526             mouse_events: 0;
20527             scale: 1;
20528             description { state: "default" 0.0;
20529                min: 0 GENLIST_SIZE_61_INC;
20530                fixed: 0 1;
20531                rel1 {
20532                   relative: 1.0 0.0;
20533                   to_x: "elm.padding.left";
20534                   to_y: "elm.padding.bottom";
20535                }
20536                rel2 {
20537                   relative: 0.0 0.0;
20538                   to_x: "elm.padding.icon.left";
20539                   to_y: "elm.padding.bottom";
20540                }
20541                align: 0.0 1.0;
20542                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20543                text {
20544                   font: "SLP:style=Roman";
20545                   size: GENLIST_FONT_44_INC;
20546                   min: 0 1;
20547                   align: 0.0 0.5;
20548                   text_class: "list_item";
20549                }
20550             }
20551             description { state: "selected" 0.0;
20552                inherit: "default" 0.0;
20553                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20554             }
20555             GENLIST_DESCRIPTION_FLIP_ENABLED
20556          }
20557          part { name: "elm.text.2";
20558             clip_to: "disclip";
20559             type: TEXT;
20560             mouse_events: 0;
20561             scale: 1;
20562             description { state: "default" 0.0;
20563                rel1 {
20564                   relative: 1.0 1.0;
20565                   to_x: "elm.padding.left";
20566                   to_y: "elm.padding.top";
20567                }
20568                rel2 {
20569                   relative: 0.0 0.0;
20570                   to_x: "elm.padding.icon.left";
20571                   to_y: "elm.text.1";
20572                }
20573                align: 0.0 0.0;
20574                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20575                text {
20576                   font: "SLP:style=Medium";
20577                   size: GENLIST_FONT_32_INC;
20578                   min: 0 1;
20579                   align: 0.0 0.5;
20580                   text_class: "slp_roman";
20581                }
20582             }
20583             description { state: "selected" 0.0;
20584                inherit: "default" 0.0;
20585                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20586             }
20587             GENLIST_DESCRIPTION_FLIP_ENABLED
20588          }
20589          GENLIST_PART_FLIP
20590          GENLIST_PART_DISCLIP
20591       }
20592       programs {
20593          // signal: elm,state,%s,active
20594          //   a "check" item named %s went active
20595          // signal: elm,state,%s,passive
20596          //   a "check" item named %s went passive
20597          // default is passive
20598          program { name: "go_active";
20599             signal: "elm,state,selected";
20600             source: "elm";
20601             action: STATE_SET "selected" 0.0;
20602             target: "bg_image";
20603             target: "elm.text.1";
20604             target: "elm.text.2";
20605             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20606          }
20607          program { name: "go_passive";
20608             signal: "elm,state,unselected";
20609             source: "elm";
20610             action: STATE_SET "default" 0.0;
20611             target: "bg_image";
20612             target: "elm.text.1";
20613             target: "elm.text.2";
20614             transition: LINEAR 0.1;
20615          }
20616          program { name: "go_disabled";
20617             signal: "elm,state,disabled";
20618             source: "elm";
20619             action: STATE_SET "disabled" 0.0;
20620             target: "disclip";
20621          }
20622          program { name: "go_enabled";
20623             signal: "elm,state,enabled";
20624             source: "elm";
20625             action: STATE_SET "default" 0.0;
20626             target: "disclip";
20627          }
20628          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20629          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20630       }
20631    }
20632
20633 // 4.2.11
20634    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
20635       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
20636       alias: "elm/layout/dialogue/1title.1text.2";
20637       data.item: "stacking" "above";
20638       data.item: "selectraise" "on";
20639       data.item: "texts" "elm.title elm.text";
20640       parts {
20641          part { name: "base";
20642             type: RECT;
20643             repeat_events: 1;
20644             description { state: "default" 0.0;
20645                color: GENLIST_PART_BG_COLOR_INC;
20646             }
20647          }
20648          GENLIST_PART_DIALOGUE_BG_IMAGE
20649          GENLIST_PART_BOTTOM_LINE
20650          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
20651          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20652          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20653          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20654          GENLIST_PART_DIALOGUE_ITEM
20655          GENLIST_PART_DIALOGUE_RIGHT_LINE
20656          part { name: "elm.title";
20657             clip_to: "disclip";
20658             type: TEXT;
20659             mouse_events: 0;
20660             scale: 1;
20661             description { state: "default" 0.0;
20662                min: GENLIST_SIZE_163_INC 0;
20663                fixed: 1 0;
20664                rel1 {
20665                   relative: 1.0 0.0;
20666                   to_x: "elm.padding.left";
20667                }
20668                rel2 {
20669                   relative: 1.0 1.0;
20670                   to_x: "elm.padding.left";
20671                }
20672                align: 0.0 0.0;
20673                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20674                text {
20675                   font: "SLP:style=Medium";
20676                   size: GENLIST_FONT_32_INC;
20677                   min: 0 1;
20678                   align: 0.0 0.5;
20679                   text_class: "slp_medium";
20680                }
20681             }
20682             description { state: "selected" 0.0;
20683                inherit: "default" 0.0;
20684                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20685             }
20686          }
20687          part { name: "vertical_line";
20688             clip_to: "disclip";
20689             type: RECT;
20690             mouse_events: 0;
20691             description { state: "default" 0.0;
20692                min: 1 0;
20693                fixed: 1 0;
20694                rel1 {
20695                   relative: 1.0 0.0;
20696                   to_x: "elm.title";
20697                }
20698                rel2.to_x: "elm.title";
20699                align: 0.0 0.5;
20700                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20701             }
20702          }
20703          part { name: "elm.padding.text.left";
20704             clip_to: "disclip";
20705             type: RECT;
20706             mouse_events: 0;
20707             description { state: "default" 0.0;
20708                min: GENLIST_PADDING_16_INC 0;
20709                fixed: 1 0;
20710                rel1 {
20711                   relative: 1.0 0.0;
20712                   to_x: "vertical_line";
20713                }
20714                rel2.to_x: "vertical_line";
20715                align: 0.0 0.5;
20716                visible: 0;
20717             }
20718          }
20719          part { name: "elm.text";
20720             clip_to: "disclip";
20721             type: TEXTBLOCK;
20722             mouse_events: 0;
20723             scale: 1;
20724             description { state: "default" 0.0;
20725                rel1 {
20726                   relative: 1.0 1.0;
20727                   to_x: "elm.padding.text.left";
20728                   to_y: "elm.padding.top";
20729                }
20730                rel2 {
20731                   relative: 0.0 0.0;
20732                   to_x: "elm.padding.right";
20733                   to_y: "elm.padding.bottom";
20734                }
20735                text {
20736                   style: "genlist_textblock_flexible_style";
20737                   min: 0 1;
20738                   align: 0.0 0.5;
20739                }
20740             }
20741             description { state: "selected" 0.0;
20742                inherit: "default" 0.0;
20743                text.style: "genlist_textblock_selected_style";
20744             }
20745          }
20746          GENLIST_PART_DISCLIP
20747       }
20748       programs {
20749          // signal: elm,state,%s,active
20750          //   a "check" item named %s went active
20751          // signal: elm,state,%s,passive
20752          //   a "check" item named %s went passive
20753          // default is passive
20754          program { name: "go_active";
20755             signal: "elm,state,selected";
20756             source: "elm";
20757             action: STATE_SET "selected" 0.0;
20758             target: "bg_image";
20759             target: "elm.title";
20760             target: "elm.text";
20761             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20762          }
20763          program { name: "go_passive";
20764             signal: "elm,state,unselected";
20765             source: "elm";
20766             action: STATE_SET "default" 0.0;
20767             target: "bg_image";
20768             target: "elm.title";
20769             target: "elm.text";
20770             transition: LINEAR 0.1;
20771          }
20772          program { name: "go_disabled";
20773             signal: "elm,state,disabled";
20774             source: "elm";
20775             action: STATE_SET "disabled" 0.0;
20776             target: "disclip";
20777          }
20778          program { name: "go_enabled";
20779             signal: "elm,state,enabled";
20780             source: "elm";
20781             action: STATE_SET "default" 0.0;
20782             target: "disclip";
20783          }
20784          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20785       }
20786    }
20787
20788 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
20789       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
20790       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
20791       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
20792       alias: "elm/layout/dialogue/1title.2text";
20793       data.item: "stacking" "above";
20794       data.item: "selectraise" "on";
20795       data.item: "texts" "elm.title elm.text.1 elm.text.2";
20796       parts {
20797          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
20798          GENLIST_PART_BOTTOM_LINE
20799          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20800          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20801          GENLIST_PART_DIALOGUE_ITEM
20802          GENLIST_PART_DIALOGUE_RIGHT_LINE
20803          part { name: "vertical_line";
20804             clip_to: "disclip";
20805             type: RECT;
20806             mouse_events: 0;
20807             description { state: "default" 0.0;
20808                min: 1 0;
20809                fixed: 1 0;
20810                rel1 {
20811                   relative: 1.0 0.0;
20812                   to_x: "elm.title";
20813                }
20814                rel2.to_x: "elm.title";
20815                align: 0.0 0.5;
20816                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20817             }
20818          }
20819          part { name: "center_line";
20820             clip_to: "disclip";
20821             type: RECT;
20822             mouse_events: 0;
20823             description { state: "default" 0.0;
20824                min: 0 1;
20825                fixed: 0 1;
20826                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20827                rel1 {
20828                   relative: 1.0 0.5;
20829                   to_x: "vertical_line";
20830                }
20831                rel2.relative: 1.0 0.5;
20832                align: 0.5 1.0;
20833             }
20834          }
20835          part { name: "elm.title";
20836             clip_to: "disclip";
20837             type: TEXT;
20838             mouse_events: 0;
20839             scale: 1;
20840             description { state: "default" 0.0;
20841                min: GENLIST_SIZE_163_INC 0;
20842                fixed: 1 0;
20843                rel1 {
20844                   relative: 1.0  0.0;
20845                   to_x: "elm.padding.left";
20846                }
20847                rel2.to_x: "elm.padding.left";
20848                align: 0.0 0.5;
20849                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20850                text {
20851                   font: "SLP:style=Medium";
20852                   size: GENLIST_FONT_32_INC;
20853                   min: 0 1;
20854                   align: 0.0 0.5;
20855                   text_class: "slp_medium";
20856                }
20857             }
20858          }
20859          part { name: "elm.padding.title.right";
20860             clip_to: "disclip";
20861             type: RECT;
20862             mouse_events: 0;
20863             scale: 1;
20864             description { state: "default" 0.0;
20865                min: GENLIST_PADDING_16_INC 0;
20866                fixed: 1 0;
20867                rel1 {
20868                    relative: 1.0 0.0;
20869                    to_x: "elm.title";
20870                }
20871                rel2.to_x: "elm.title";
20872                visible: 0;
20873                align: 0.0 0.5;
20874             }
20875          }
20876          part { name: "elm.text.1";
20877             clip_to: "disclip";
20878             type: TEXT;
20879             mouse_events: 0;
20880             scale: 1;
20881             description { state: "default" 0.0;
20882                rel1 {
20883                   relative: 1.0 0.0;
20884                   to_x: "elm.padding.title.right";
20885                }
20886                rel2 {
20887                   relative: 0.0 0.0;
20888                   to_x: "elm.padding.right";
20889                   to_y: "center_line";
20890                }
20891                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20892                text {
20893                   font: "SLP:style=Roman";
20894                   size: GENLIST_FONT_44_INC;
20895                   min: 0 1;
20896                   align: 0.0 0.5;
20897                   text_class: "list_item";
20898                }
20899             }
20900          }
20901          part { name: "elm.text.2";
20902             clip_to: "disclip";
20903             type: TEXT;
20904             mouse_events: 0;
20905             scale: 1;
20906             description { state: "default" 0.0;
20907                rel1 {
20908                   relative: 1.0 0.5;
20909                   to_x: "elm.padding.title.right";
20910                }
20911                rel2 {
20912                   relative: 0.0 1.0;
20913                   to_x: "elm.padding.right";
20914                }
20915                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20916                text {
20917                   font: "SLP:style=Roman";
20918                   size: GENLIST_FONT_44_INC;
20919                   min: 0 1;
20920                   align: 0.0 0.5;
20921                   text_class: "slp_roman";
20922                }
20923             }
20924          }
20925          GENLIST_PART_DISCLIP
20926       }
20927       programs {
20928          // signal: elm,state,%s,active
20929          //   a "check" item named %s went active
20930          // signal: elm,state,%s,passive
20931          //   a "check" item named %s went passive
20932          // default is passive
20933          program { name: "go_active";
20934             signal: "elm,state,selected";
20935             source: "elm";
20936             action: STATE_SET "selected" 0.0;
20937             target: "elm.title";
20938             target: "elm.text.1";
20939             target: "elm.text.2";
20940          }
20941          program { name: "go_passive";
20942             signal: "elm,state,unselected";
20943             source: "elm";
20944             action: STATE_SET "default" 0.0;
20945             target: "elm.title";
20946             target: "elm.text.1";
20947             target: "elm.text.2";
20948             transition: LINEAR 0.1;
20949          }
20950          program { name: "go_disabled";
20951             signal: "elm,state,disabled";
20952             source: "elm";
20953             action: STATE_SET "disabled" 0.0;
20954             target: "disclip";
20955          }
20956          program { name: "go_enabled";
20957             signal: "elm,state,enabled";
20958             source: "elm";
20959             action: STATE_SET "default" 0.0;
20960             target: "disclip";
20961          }
20962       }
20963    }*/
20964
20965    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
20966    group { name: "elm/genlist/item/dialogue/4icon/default";
20967       alias: "elm/genlist/item_odd/dialogue/4icon/default";
20968       alias: "elm/genlist/item_compress/dialogue/4icon/default";
20969       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
20970       alias: "elm/layout/dialogue/4icon";
20971       data.item: "stacking" "above";
20972       data.item: "selectraise" "on";
20973       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
20974       images {
20975          image : "00_input_bg.png" COMP;
20976       }
20977       parts {
20978          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
20979          GENLIST_PART_DIALOGUE_BG_IMAGE
20980          GENLIST_PART_BOTTOM_LINE
20981          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20982          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20983          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
20984          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
20985          GENLIST_PART_DIALOGUE_ITEM
20986          GENLIST_PART_DIALOGUE_RIGHT_LINE
20987          part { name: "text";
20988             clip_to: "disclip";
20989             type: TEXT;
20990             mouse_events: 0;
20991             scale: 1;
20992             description { state: "default" 0.0;
20993                min: 0 GENLIST_SIZE_48_INC;
20994                fixed: 0 1;
20995                rel1 {
20996                   relative: 1.0 1.0;
20997                   to_x: "elm.padding.left";
20998                   to_y: "elm.padding.top";
20999                }
21000                rel2 {
21001                   relative: 0.0 1.0;
21002                   to_x: "elm.padding.right";
21003                   to_y: "elm.padding.top";
21004                }
21005                align: 0.0 0.0;
21006                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21007                text {
21008                   font: "SLP:style=Medium";
21009                   size: GENLIST_FONT_32_INC;
21010                   min: 0 1;
21011                   align: 0.0 0.5;
21012                   text: "Password";
21013                   text_class: "list_item";
21014                }
21015             }
21016             description { state: "selected" 0.0;
21017                inherit: "default" 0.0;
21018                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21019             }
21020          }
21021          part { name: "elm.padding.icon1.left";
21022             clip_to: "disclip";
21023             type: RECT;
21024             scale: 1;
21025             description { state: "default" 0.0;
21026                min: GENLIST_PADDING_74_INC 0;
21027                fixed: 1 0;
21028                rel1 {
21029                   relative: 1.0 0.0;
21030                   to_x: "elm.padding.left";
21031                   to_y: "elm.padding.bottom";
21032                }
21033                rel2 {
21034                   relative: 1.0 0.0;
21035                   to_x: "elm.padding.left";
21036                   to_y: "elm.padding.bottom";
21037                }
21038                align: 0.0 1.0;
21039                visible: 0;
21040             }
21041          }
21042          part { name: "elm.icon1.bg";
21043             clip_to: "disclip";
21044             type: IMAGE;
21045             scale: 1;
21046             description { state: "default" 0.0;
21047                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21048                fixed: 1 1;
21049                rel1 {
21050                   relative: 1.0 0.0;
21051                   to_x: "elm.padding.icon1.left";
21052                   to_y: "elm.padding.bottom";
21053                }
21054                rel2 {
21055                   relative: 1.0 0.0;
21056                   to_x: "elm.padding.icon1.left";
21057                   to_y: "elm.padding.bottom";
21058                }
21059                align: 0.0 1.0;
21060                image.normal: "00_input_bg.png";
21061                image.border: 4 4 4 4; // TODO: check this out.
21062                image.border_scale: 1;
21063             }
21064          }
21065          part { name: "elm.icon.1";
21066             clip_to: "disclip";
21067             type: SWALLOW;
21068             scale: 1;
21069             description { state: "default" 0.0;
21070                rel1.to: "elm.icon1.bg";
21071                rel2.to: "elm.icon1.bg";
21072                align: 0.5 0.5;
21073             }
21074          }
21075          part { name: "elm.padding.icon2.left";
21076             clip_to: "disclip";
21077             type: RECT;
21078             scale: 1;
21079             description { state: "default" 0.0;
21080                min: GENLIST_SIZE_ICON_SMALL 0;
21081                fixed: 1 0;
21082                rel1 {
21083                   relative: 1.0 0.0;
21084                   to_x: "elm.icon1.bg";
21085                   to_y: "elm.padding.bottom";
21086                }
21087                rel2 {
21088                   relative: 1.0 0.0;
21089                   to_x: "elm.icon1.bg";
21090                   to_y: "elm.padding.bottom";
21091                }
21092                align: 0.0 1.0;
21093                visible: 0;
21094             }
21095          }
21096          part { name: "elm.icon2.bg";
21097             clip_to: "disclip";
21098             type: IMAGE;
21099             scale: 1;
21100             description { state: "default" 0.0;
21101                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21102                fixed: 1 1;
21103                rel1 {
21104                   relative: 1.0 0.0;
21105                   to_x: "elm.padding.icon2.left";
21106                   to_y: "elm.padding.bottom";
21107                }
21108                rel2 {
21109                   relative: 1.0 0.0;
21110                   to_x: "elm.padding.icon2.left";
21111                   to_y: "elm.padding.bottom";
21112                }
21113                align: 0.0 1.0;
21114                image.normal: "00_input_bg.png";
21115                image.border: 4 4 4 4; // TODO : check this out
21116                image.border_scale: 1;
21117             }
21118          }
21119          part { name: "elm.icon.2";
21120             clip_to: "disclip";
21121             type: SWALLOW;
21122             scale: 1;
21123             description { state: "default" 0.0;
21124                rel1.to: "elm.icon2.bg";
21125                rel2.to: "elm.icon2.bg";
21126                align: 0.5 0.5;
21127             }
21128          }
21129          part { name: "elm.padding.icon3.left";
21130             clip_to: "disclip";
21131             type: RECT;
21132             scale: 1;
21133             description { state: "default" 0.0;
21134                min: GENLIST_SIZE_ICON_SMALL 0;
21135                fixed: 1 0;
21136                rel1 {
21137                   relative: 1.0 0.0;
21138                   to_x: "elm.icon2.bg";
21139                   to_y: "elm.padding.bottom";
21140                }
21141                rel2 {
21142                   relative: 1.0 0.0;
21143                   to_x: "elm.icon2.bg";
21144                   to_y: "elm.padding.bottom";
21145                }
21146                align: 0.0 1.0;
21147                visible: 0;
21148             }
21149          }
21150          part { name: "elm.icon3.bg";
21151             clip_to: "disclip";
21152             type: IMAGE;
21153             scale: 1;
21154             description { state: "default" 0.0;
21155                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21156                fixed: 1 1;
21157                rel1 {
21158                   relative: 1.0 0.0;
21159                   to_x: "elm.padding.icon3.left";
21160                   to_y: "elm.padding.bottom";
21161                }
21162                rel2 {
21163                   relative: 1.0 0.0;
21164                   to_x: "elm.padding.icon3.left";
21165                   to_y: "elm.padding.bottom";
21166                }
21167                align: 0.0 1.0;
21168                image.normal: "00_input_bg.png";
21169                image.border: 4 4 4 4; // TODO: handle this?
21170                image.border_scale: 1;
21171             }
21172          }
21173          part { name: "elm.icon.3";
21174             clip_to: "disclip";
21175             type: SWALLOW;
21176             scale: 1;
21177             description { state: "default" 0.0;
21178                rel1.to: "elm.icon3.bg";
21179                rel2.to: "elm.icon3.bg";
21180                align: 0.5 0.5;
21181             }
21182          }
21183          part { name: "elm.padding.icon4.left";
21184             clip_to: "disclip";
21185             type: RECT;
21186             scale: 1;
21187             description { state: "default" 0.0;
21188                min: GENLIST_SIZE_ICON_SMALL 0;
21189                fixed: 1 0;
21190                rel1 {
21191                   relative: 1.0 0.0;
21192                   to_x: "elm.icon3.bg";
21193                   to_y: "elm.padding.bottom";
21194                }
21195                rel2 {
21196                   relative: 1.0 0.0;
21197                   to_x: "elm.icon3.bg";
21198                   to_y: "elm.padding.bottom";
21199                }
21200                align: 0.0 1.0;
21201                visible: 0;
21202             }
21203          }
21204          part { name: "elm.icon4.bg";
21205             clip_to: "disclip";
21206             type: IMAGE;
21207             scale: 1;
21208             description { state: "default" 0.0;
21209                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21210                fixed: 1 1;
21211                rel1 {
21212                   relative: 1.0 0.0;
21213                   to_x: "elm.padding.icon4.left";
21214                   to_y: "elm.padding.bottom";
21215                }
21216                rel2 {
21217                   relative: 1.0 0.0;
21218                   to_x: "elm.padding.icon4.left";
21219                   to_y: "elm.padding.bottom";
21220                }
21221                align: 0.0 1.0;
21222                image.normal: "00_input_bg.png";
21223                image.border: 4 4 4 4; // TODO: check this out
21224                image.border_scale: 1;
21225             }
21226          }
21227          part { name: "elm.icon.4";
21228             clip_to: "disclip";
21229             type: SWALLOW;
21230             scale: 1;
21231             description { state: "default" 0.0;
21232                rel1.to: "elm.icon4.bg";
21233                rel2.to: "elm.icon4.bg";
21234                align: 0.5 0.5;
21235             }
21236          }
21237          GENLIST_PART_DISCLIP
21238       }
21239       programs {
21240          // signal: elm,state,%s,active
21241          //   a "check" item named %s went active
21242          // signal: elm,state,%s,passive
21243          //   a "check" item named %s went passive
21244          // default is passive
21245          /*program { name: "go_active";
21246             signal: "elm,state,selected";
21247             source: "elm";
21248             action: STATE_SET "selected" 0.0;
21249             target: "bg_image";
21250             target: "elm.text.1";
21251             target: "elm.text.2";
21252          }
21253          program { name: "go_passive";
21254             signal: "elm,state,unselected";
21255             source: "elm";
21256             action: STATE_SET "default" 0.0;
21257             target: "bg_image";
21258             target: "elm.text.1";
21259             target: "elm.text.2";
21260             transition: LINEAR 0.1;
21261          }*/
21262          program { name: "go_disabled";
21263             signal: "elm,state,disabled";
21264             source: "elm";
21265             action: STATE_SET "disabled" 0.0;
21266             target: "disclip";
21267          }
21268          program { name: "go_enabled";
21269             signal: "elm,state,enabled";
21270             source: "elm";
21271             action: STATE_SET "default" 0.0;
21272             target: "disclip";
21273          }
21274       }
21275    }
21276
21277    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
21278       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
21279       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
21280       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
21281       alias: "elm/layout/dialogue/2text.2icon.4";
21282       data.item: "stacking" "above";
21283       data.item: "selectraise" "on";
21284       data.item: "texts" "elm.text.1 elm.text.2";
21285       data.item: "contents" "elm.icon.1 elm.icon.2";
21286       data.item: "flips" "elm.flip.content";
21287       images {
21288          image: "00_list_bar_press_1x80.png" COMP;
21289       }
21290       parts {
21291          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21292          GENLIST_PART_DIALOGUE_BG_IMAGE
21293          GENLIST_PART_BOTTOM_LINE
21294          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21295          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21296          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21297          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21298          GENLIST_PART_DIALOGUE_ITEM
21299          GENLIST_PART_DIALOGUE_RIGHT_LINE
21300          part { name: "elm.icon.1";
21301             clip_to: "disclip";
21302             type: SWALLOW;
21303             scale: 1;
21304             description { state: "default" 0.0;
21305                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21306                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21307                fixed: 1 1;
21308                rel1 {
21309                   relative: 1.0 1.0;
21310                   to_x: "elm.padding.left";
21311                   to_y: "elm.text.1";
21312                }
21313                rel2 {
21314                   relative: 1.0 0.0;
21315                   to_x: "elm.padding.left";
21316                   to_y: "elm.padding.bottom";
21317                }
21318                align: 0.0 0.5;
21319             }
21320             GENLIST_DESCRIPTION_FLIP_ENABLED
21321          }
21322          part { name: "elm.padding.icon1.right";
21323             clip_to: "disclip";
21324             type: RECT;
21325             scale: 1;
21326             description { state: "default" 0.0;
21327                min: GENLIST_PADDING_16_INC 0;
21328                fixed: 1 0;
21329                rel1 {
21330                   relative: 1.0 0.0;
21331                   to_x: "elm.icon.1";
21332                }
21333                rel2.to_x: "elm.icon.1";
21334                align: 0.0 0.0;
21335                visible: 0;
21336             }
21337          }
21338          part { name: "elm.icon.2";
21339             clip_to: "disclip";
21340             type: SWALLOW;
21341             scale: 1;
21342             description { state: "default" 0.0;
21343                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21344                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21345                fixed: 1 1;
21346                rel1 {
21347                   relative: 0.0 1.0;
21348                   to_x: "elm.padding.right";
21349                   to_y: "elm.padding.top";
21350                }
21351                rel2 {
21352                   relative: 0.0 1.0;
21353                   to_x: "elm.padding.right";
21354                   to_y: "elm.text.1";
21355                }
21356                align: 1.0 0.5;
21357             }
21358             GENLIST_DESCRIPTION_FLIP_ENABLED
21359          }
21360          part { name: "elm.padding.icon2.left";
21361             clip_to: "disclip";
21362             type: RECT;
21363             scale: 1;
21364             description { state: "default" 0.0;
21365                min: GENLIST_PADDING_16_INC 0;
21366                fixed: 1 0;
21367                rel1 {
21368                   relative: 0.0 0.0;
21369                   to_x: "elm.icon.2";
21370                }
21371                rel2.to_x: "elm.icon.2";
21372                align: 1.0 0.0;
21373                visible: 0;
21374             }
21375          }
21376          part { name: "elm.text.1";
21377             clip_to: "disclip";
21378             type: TEXT;
21379             mouse_events: 0;
21380             scale: 1;
21381             description { state: "default" 0.0;
21382                min: 0 GENLIST_SIZE_61_INC;
21383                fixed: 0 1;
21384                rel1 {
21385                   relative: 1.0 1.0;
21386                   to_x: "elm.padding.left";
21387                   to_y: "elm.padding.top";
21388                }
21389                rel2 {
21390                   relative: 0.0 1.0;
21391                   to_x: "elm.padding.icon2.left";
21392                   to_y: "elm.padding.top";
21393                }
21394                align: 0.0 0.0;
21395                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21396                text {
21397                   font: "SLP:style=Roman";
21398                   size: GENLIST_FONT_44_INC;
21399                   min: 0 1;
21400                   align: 0.0 0.5;
21401                   text_class: "list_item";
21402                }
21403             }
21404             description { state: "selected" 0.0;
21405                inherit: "default" 0.0;
21406                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21407             }
21408             GENLIST_DESCRIPTION_FLIP_ENABLED
21409          }
21410          part { name: "elm.text.2";
21411             clip_to: "disclip";
21412             type: TEXT;
21413             mouse_events: 0;
21414             scale: 1;
21415             description { state: "default" 0.0;
21416                rel1 {
21417                   relative: 1.0 1.0;
21418                   to_x: "elm.padding.icon1.right";
21419                   to_y: "elm.text.1";
21420                }
21421                rel2 {
21422                   relative: 0.0 0.0;
21423                   to_x: "elm.padding.right";
21424                   to_y: "elm.padding.bottom";
21425                }
21426                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21427                text {
21428                   font: "SLP:style=Medium";
21429                   size: GENLIST_FONT_32_INC;
21430                   min: 0 1;
21431                   align: 0.0 0.5;
21432                   text_class: "slp_medium";
21433                }
21434             }
21435             description { state: "selected" 0.0;
21436                inherit: "default" 0.0;
21437                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21438             }
21439             GENLIST_DESCRIPTION_FLIP_ENABLED
21440          }
21441          GENLIST_PART_FLIP
21442          GENLIST_PART_DISCLIP
21443       }
21444       programs {
21445          // signal: elm,state,%s,active
21446          //   a "check" item named %s went active
21447          // signal: elm,state,%s,passive
21448          //   a "check" item named %s went passive
21449          // default is passive
21450          program { name: "go_active";
21451             signal: "elm,state,selected";
21452             source: "elm";
21453             action: STATE_SET "selected" 0.0;
21454             target: "bg_image";
21455             target: "elm.text.1";
21456             target: "elm.text.2";
21457             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21458          }
21459          program { name: "go_passive";
21460             signal: "elm,state,unselected";
21461             source: "elm";
21462             action: STATE_SET "default" 0.0;
21463             target: "bg_image";
21464             target: "elm.text.1";
21465             target: "elm.text.2";
21466             transition: LINEAR 0.1;
21467          }
21468          program { name: "go_disabled";
21469             signal: "elm,state,disabled";
21470             source: "elm";
21471             action: STATE_SET "disabled" 0.0;
21472             target: "disclip";
21473          }
21474          program { name: "go_enabled";
21475             signal: "elm,state,enabled";
21476             source: "elm";
21477             action: STATE_SET "default" 0.0;
21478             target: "disclip";
21479          }
21480          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
21481          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21482       }
21483    }
21484
21485    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
21486       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
21487       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
21488       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
21489       alias: "elm/layout/dialogue/2text.1icon.6";
21490       data.item: "stacking" "above";
21491       data.item: "selectraise" "on";
21492       data.item: "texts" "elm.text.1 elm.text.2";
21493       data.item: "contents" "elm.icon";
21494       data.item: "flips" "elm.flip.content";
21495       parts {
21496          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21497          GENLIST_PART_DIALOGUE_BG_IMAGE
21498          GENLIST_PART_BOTTOM_LINE
21499          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21500          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
21501          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21502          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21503          GENLIST_PART_DIALOGUE_ITEM
21504          GENLIST_PART_DIALOGUE_RIGHT_LINE
21505          part { name: "elm.icon";
21506             clip_to: "disclip";
21507             type: SWALLOW;
21508             scale: 1;
21509             description { state: "default" 0.0;
21510                fixed: 1 1;
21511                rel1.to_x: "elm.padding.right";
21512                rel2 {
21513                   relative: 0.0 1.0;
21514                   to_x: "elm.padding.right";
21515                }
21516                align: 1.0 0.5;
21517             }
21518             GENLIST_DESCRIPTION_FLIP_ENABLED
21519          }
21520          part { name: "elm.padding.icon.left";
21521             clip_to: "disclip";
21522             type: RECT;
21523             scale: 1;
21524             description { state: "default" 0.0;
21525                min: GENLIST_SIZE_16_INC 0;
21526                fixed: 1 0;
21527                rel1.to_x: "elm.icon";
21528                rel2 {
21529                   relative: 0.0 1.0;
21530                   to_x: "elm.icon";
21531                }
21532                align: 1.0 0.0;
21533                visible: 0;
21534             }
21535          }
21536          part { name: "elm.text.1";
21537             clip_to: "disclip";
21538             type: TEXT;
21539             mouse_events: 0;
21540             scale: 1;
21541             description { state: "default" 0.0;
21542                min: 0 GENLIST_SIZE_61_INC;
21543                fixed: 0 1;
21544                rel1 {
21545                   relative: 1.0 1.0;
21546                   to_x: "elm.padding.left";
21547                   to_y: "elm.padding.top";
21548                }
21549                rel2 {
21550                   relative: 0.0 1.0;
21551                   to_x: "elm.padding.icon.left";
21552                   to_y: "elm.padding.top";
21553                }
21554                align: 0.0 0.0;
21555                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21556                text {
21557                   font: "SLP:style=Roman";
21558                   size: GENLIST_FONT_44_INC;
21559                   min: 0 1;
21560                   align: 0.0 0.5;
21561                   text_class: "list_item";
21562                }
21563             }
21564             description { state: "selected" 0.0;
21565                inherit: "default" 0.0;
21566                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21567             }
21568             GENLIST_DESCRIPTION_FLIP_ENABLED
21569          }
21570          part { name: "elm.text.2";
21571             clip_to: "disclip";
21572             type: TEXT;
21573             mouse_events: 0;
21574             scale: 1;
21575             description { state: "default" 0.0;
21576                rel1 {
21577                   relative: 1.0 1.0;
21578                   to_x: "elm.padding.left";
21579                   to_y: "elm.text.1";
21580                }
21581                rel2 {
21582                   relative: 0.0 0.0;
21583                   to_x: "elm.padding.icon.left";
21584                   to_y: "elm.padding.bottom";
21585                }
21586                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
21587                text {
21588                   font: "SLP:style=Medium";
21589                   size: GENLIST_FONT_32_INC;
21590                   min: 0 1;
21591                   align: 0.0 0.5;
21592                   text_class: "slp_medium";
21593                }
21594             }
21595             description { state: "selected" 0.0;
21596                inherit: "default" 0.0;
21597                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21598             }
21599             GENLIST_DESCRIPTION_FLIP_ENABLED
21600          }
21601          GENLIST_PART_FLIP
21602          GENLIST_PART_DISCLIP
21603       }
21604       programs {
21605          // signal: elm,state,%s,active
21606          //   a "check" item named %s went active
21607          // signal: elm,state,%s,passive
21608          //   a "check" item named %s went passive
21609          // default is passive
21610          program { name: "go_active";
21611             signal: "elm,state,selected";
21612             source: "elm";
21613             action: STATE_SET "selected" 0.0;
21614             target: "bg_image";
21615             target: "elm.text.1";
21616             target: "elm.text.2";
21617             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21618          }
21619          program { name: "go_passive";
21620             signal: "elm,state,unselected";
21621             source: "elm";
21622             action: STATE_SET "default" 0.0;
21623             target: "bg_image";
21624             target: "elm.text.1";
21625             target: "elm.text.2";
21626             transition: LINEAR 0.1;
21627          }
21628          program { name: "go_disabled";
21629             signal: "elm,state,disabled";
21630             source: "elm";
21631             action: STATE_SET "disabled" 0.0;
21632             target: "disclip";
21633          }
21634          program { name: "go_enabled";
21635             signal: "elm,state,enabled";
21636             source: "elm";
21637             action: STATE_SET "default" 0.0;
21638             target: "disclip";
21639          }
21640          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21641          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21642       }
21643    }
21644
21645    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
21646       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
21647       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
21648       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
21649       alias: "elm/layout/dialogue/2text.1icon.7";
21650       data.item: "stacking" "above";
21651       data.item: "selectraise" "on";
21652       data.item: "texts" "elm.text.1 elm.text.2";
21653       data.item: "contents" "elm.icon";
21654       data.item: "flips" "elm.flip.content";
21655       parts {
21656          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21657          GENLIST_PART_DIALOGUE_BG_IMAGE
21658          GENLIST_PART_BOTTOM_LINE
21659          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21660          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21661          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21662          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21663          GENLIST_PART_DIALOGUE_ITEM
21664          GENLIST_PART_DIALOGUE_RIGHT_LINE
21665          part { name: "elm.icon";
21666             clip_to: "disclip";
21667             type: SWALLOW;
21668             scale: 1;
21669             description { state: "default" 0.0;
21670                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21671                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21672                fixed: 1 1;
21673                rel1 {
21674                   relative: 0.0 1.0;
21675                   to_x: "elm.padding.right";
21676                   to_y: "elm.padding.top";
21677                }
21678                rel2 {
21679                   relative: 0.0 0.0;
21680                   to_x: "elm.padding.right";
21681                   to_y: "elm.padding.bottom";
21682                }
21683                align: 1.0 0.5;
21684             }
21685             GENLIST_DESCRIPTION_FLIP_ENABLED
21686          }
21687          part { name: "elm.padding.icon.left";
21688             clip_to: "disclip";
21689             type: RECT;
21690             scale: 1;
21691             description { state: "default" 0.0;
21692                min: GENLIST_SIZE_16_INC 0;
21693                fixed: 1 0;
21694                rel1.to_x: "elm.icon";
21695                rel2 {
21696                   relative: 0.0 1.0;
21697                   to_x: "elm.icon";
21698                }
21699                align: 1.0 0.0;
21700                visible: 0;
21701             }
21702          }
21703          part { name: "elm.text.1";
21704             clip_to: "disclip";
21705             type: TEXT;
21706             mouse_events: 0;
21707             scale: 1;
21708             description { state: "default" 0.0;
21709                min: 0 GENLIST_SIZE_61_INC;
21710                fixed: 0 1;
21711                rel1 {
21712                   relative: 1.0 1.0;
21713                   to_x: "elm.padding.left";
21714                   to_y: "elm.padding.top";
21715                }
21716                rel2 {
21717                   relative: 0.0 1.0;
21718                   to_x: "elm.padding.icon.left";
21719                   to_y: "elm.padding.top";
21720                }
21721                align: 0.0 0.0;
21722                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21723                text {
21724                   font: "SLP:style=Roman";
21725                   size: GENLIST_FONT_44_INC;
21726                   min: 0 1;
21727                   align: 0.0 0.5;
21728                   text_class: "list_item";
21729                }
21730             }
21731             description { state: "selected" 0.0;
21732                inherit: "default" 0.0;
21733                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21734             }
21735             GENLIST_DESCRIPTION_FLIP_ENABLED
21736          }
21737          part { name: "elm.text.2";
21738             clip_to: "disclip";
21739             type: TEXT;
21740             mouse_events: 0;
21741             scale: 1;
21742             description { state: "default" 0.0;
21743                rel1 {
21744                   relative: 1.0 1.0;
21745                   to_x: "elm.padding.left";
21746                   to_y: "elm.text.1";
21747                }
21748                rel2 {
21749                   relative: 0.0 0.0;
21750                   to_x: "elm.padding.icon.left";
21751                   to_y: "elm.padding.bottom";
21752                }
21753                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21754                text {
21755                   font: "SLP:style=Medium";
21756                   size: GENLIST_FONT_32_INC;
21757                   min: 0 1;
21758                   align: 0.0 0.5;
21759                   text_class: "slp_medium";
21760                }
21761             }
21762             description { state: "selected" 0.0;
21763                inherit: "default" 0.0;
21764                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21765             }
21766             GENLIST_DESCRIPTION_FLIP_ENABLED
21767          }
21768          GENLIST_PART_FLIP
21769          GENLIST_PART_DISCLIP
21770       }
21771       programs {
21772          // signal: elm,state,%s,active
21773          //   a "check" item named %s went active
21774          // signal: elm,state,%s,passive
21775          //   a "check" item named %s went passive
21776          // default is passive
21777          program { name: "go_active";
21778             signal: "elm,state,selected";
21779             source: "elm";
21780             action: STATE_SET "selected" 0.0;
21781             target: "bg_image";
21782             target: "elm.text.1";
21783             target: "elm.text.2";
21784             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21785          }
21786          program { name: "go_passive";
21787             signal: "elm,state,unselected";
21788             source: "elm";
21789             action: STATE_SET "default" 0.0;
21790             target: "bg_image";
21791             target: "elm.text.1";
21792             target: "elm.text.2";
21793             transition: LINEAR 0.1;
21794          }
21795          program { name: "go_disabled";
21796             signal: "elm,state,disabled";
21797             source: "elm";
21798             action: STATE_SET "disabled" 0.0;
21799             target: "disclip";
21800          }
21801          program { name: "go_enabled";
21802             signal: "elm,state,enabled";
21803             source: "elm";
21804             action: STATE_SET "default" 0.0;
21805             target: "disclip";
21806          }
21807          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21808          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21809       }
21810    }
21811
21812    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
21813       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
21814       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
21815       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
21816       alias: "elm/layout/dialogue/2text.1icon.8";
21817       data.item: "stacking" "above";
21818       data.item: "selectraise" "on";
21819       data.item: "texts" "elm.text.1 elm.text.2";
21820       data.item: "contents" "elm.icon";
21821       data.item: "flips" "elm.flip.content";
21822       images {
21823          image: "00_list_bar_press_1x80.png" COMP;
21824       }
21825       parts {
21826          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21827          GENLIST_PART_DIALOGUE_BG_IMAGE
21828          GENLIST_PART_BOTTOM_LINE
21829          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21830          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21831          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21832          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21833          GENLIST_PART_DIALOGUE_ITEM
21834          GENLIST_PART_DIALOGUE_RIGHT_LINE
21835          part { name: "elm.text.2";
21836             clip_to: "disclip";
21837             type: TEXT;
21838             mouse_events: 0;
21839             scale: 1;
21840             description { state: "default" 0.0;
21841                min: 0 GENLIST_SIZE_48_INC;
21842                fixed: 0 1;
21843                rel1 {
21844                   relative: 1.0 1.0;
21845                   to_x: "elm.padding.left";
21846                   to_y: "elm.padding.top";
21847                }
21848                rel2 {
21849                   relative: 0.0 1.0;
21850                   to_x: "elm.padding.right";
21851                   to_y: "elm.padding.top";
21852                }
21853                align: 0.0 0.0;
21854                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21855                text {
21856                   font: "SLP:style=Medium";
21857                   size: GENLIST_FONT_32_INC;
21858                   min: 0 1;
21859                   align: 0.0 0.5;
21860                   text_class: "slp_roman";
21861                }
21862             }
21863             description { state: "selected" 0.0;
21864                inherit: "default" 0.0;
21865                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21866             }
21867             GENLIST_DESCRIPTION_FLIP_ENABLED
21868          }
21869          part { name: "elm.text.1";
21870             clip_to: "disclip";
21871             type: TEXT;
21872             mouse_events: 0;
21873             scale: 1;
21874             description { state: "default" 0.0;
21875                min: GENLIST_SIZE_672_INC 0;
21876                fixed: 1 0;
21877                rel1 {
21878                   relative: 1.0 1.0;
21879                   to_x: "elm.padding.left";
21880                   to_y: "elm.text.2";
21881                }
21882                rel2 {
21883                   relative: 1.0 0.0;
21884                   to_x: "elm.padding.left";
21885                   to_y: "elm.padding.bottom";
21886                }
21887                align: 0.0 0.5;
21888                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21889                text {
21890                   font: "SLP:style=Roman";
21891                   size: GENLIST_FONT_44_INC;
21892                   min: 1 1;
21893                   align: 0.0 0.5;
21894                   text_class: "list_item";
21895                }
21896             }
21897             description { state: "selected" 0.0;
21898                inherit: "default" 0.0;
21899                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21900             }
21901             GENLIST_DESCRIPTION_FLIP_ENABLED
21902          }
21903          part { name: "elm.padding.text1.right";
21904             clip_to: "disclip";
21905             type: RECT;
21906             scale: 1;
21907             description { state: "default" 0.0;
21908                min: GENLIST_SIZE_16_INC 0;
21909                fixed: 1 0;
21910                visible: 0;
21911                rel1 {
21912                   relative: 1.0 0.0;
21913                   to_x: "elm.text.1";
21914                }
21915                rel2.to_x: "elm.text.1";
21916                align: 0.0 0.0;
21917             }
21918          }
21919          part { name: "elm.icon";
21920             clip_to: "disclip";
21921             type: SWALLOW;
21922             scale: 1;
21923             description { state: "default" 0.0;
21924                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21925                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
21926                fixed: 1 1;
21927                rel1 {
21928                   relative: 1.0 1.0;
21929                   to_x: "elm.padding.text1.right";
21930                   to_y: "elm.text.2";
21931                }
21932                rel2 {
21933                   relative: 1.0 0.0;
21934                   to_x: "elm.padding.text1.right";
21935                   to_y: "elm.padding.bottom";
21936                }
21937                align: 0.0 0.5;
21938             }
21939             GENLIST_DESCRIPTION_FLIP_ENABLED
21940          }
21941          GENLIST_PART_FLIP
21942          GENLIST_PART_DISCLIP
21943       }
21944       programs {
21945          // signal: elm,state,%s,active
21946          //   a "check" item named %s went active
21947          // signal: elm,state,%s,passive
21948          //   a "check" item named %s went passive
21949          // default is passive
21950          program { name: "go_active";
21951             signal: "elm,state,selected";
21952             source: "elm";
21953             action: STATE_SET "selected" 0.0;
21954             target: "bg_image";
21955             target: "elm.text.1";
21956             target: "elm.text.2";
21957             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21958          }
21959          program { name: "go_passive";
21960             signal: "elm,state,unselected";
21961             source: "elm";
21962             action: STATE_SET "default" 0.0;
21963             target: "bg_image";
21964             target: "elm.text.1";
21965             target: "elm.text.2";
21966             transition: LINEAR 0.1;
21967          }
21968          program { name: "go_disabled";
21969             signal: "elm,state,disabled";
21970             source: "elm";
21971             action: STATE_SET "disabled" 0.0;
21972             target: "disclip";
21973          }
21974          program { name: "go_enabled";
21975             signal: "elm,state,enabled";
21976             source: "elm";
21977             action: STATE_SET "default" 0.0;
21978             target: "disclip";
21979          }
21980          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21981          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21982       }
21983    }
21984
21985    // 2.4.2.19
21986    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
21987       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
21988       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
21989       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
21990       alias: "elm/layout/dialogue/2text.1icon.9";
21991       data.item: "stacking" "above";
21992       data.item: "selectraise" "on";
21993       data.item: "texts" "elm.text.1 elm.text.2";
21994       data.item: "contents" "elm.icon.1";
21995       data.item: "flips" "elm.flip.content";
21996       images {
21997          image: "00_list_bar_press_1x80.png" COMP;
21998       }
21999       parts {
22000          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
22001          GENLIST_PART_DIALOGUE_BG_IMAGE
22002          GENLIST_PART_BOTTOM_LINE
22003          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
22004          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
22005          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22006          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22007          GENLIST_PART_DIALOGUE_ITEM
22008          GENLIST_PART_DIALOGUE_RIGHT_LINE
22009          part { name: "elm.icon.1";
22010             clip_to: "disclip";
22011             type: SWALLOW;
22012             scale: 1;
22013             description { state: "default" 0.0;
22014                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
22015                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
22016                fixed: 1 1;
22017                rel1 {
22018                   relative: 1.0 1.0;
22019                   to_x: "elm.padding.left";
22020                   to_y: "elm.text.1";
22021                }
22022                rel2 {
22023                   relative: 1.0 0.0;
22024                   to_x: "elm.padding.left";
22025                   to_y: "elm.padding.bottom";
22026                }
22027                align: 0.0 0.5;
22028             }
22029             GENLIST_DESCRIPTION_FLIP_ENABLED
22030          }
22031          part { name: "elm.padding.icon1.right";
22032             clip_to: "disclip";
22033             type: RECT;
22034             scale: 1;
22035             description { state: "default" 0.0;
22036                min: GENLIST_PADDING_16_INC 0;
22037                fixed: 1 0;
22038                rel1 {
22039                   relative: 1.0 0.0;
22040                   to_x: "elm.icon.1";
22041                }
22042                rel2.to_x: "elm.icon.1";
22043                align: 0.0 0.0;
22044                visible: 0;
22045             }
22046          }
22047          part { name: "elm.text.1";
22048             clip_to: "disclip";
22049             type: TEXT;
22050             mouse_events: 0;
22051             scale: 1;
22052             description { state: "default" 0.0;
22053                min: 0 GENLIST_SIZE_61_INC;
22054                fixed: 0 1;
22055                rel1 {
22056                   relative: 1.0 1.0;
22057                   to_x: "elm.padding.left";
22058                   to_y: "elm.padding.top";
22059                }
22060                rel2 {
22061                   relative: 0.0 1.0;
22062                   to_x: "elm.padding.right";
22063                   to_y: "elm.padding.top";
22064                }
22065                align: 0.0 0.0;
22066                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
22067                text {
22068                   font: "SLP:style=Roman";
22069                   size: GENLIST_FONT_44_INC;
22070                   min: 0 1;
22071                   align: 0.0 0.5;
22072                   text_class: "list_item";
22073                }
22074             }
22075             description { state: "selected" 0.0;
22076                inherit: "default" 0.0;
22077                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22078             }
22079             GENLIST_DESCRIPTION_FLIP_ENABLED
22080          }
22081          part { name: "elm.text.2";
22082             clip_to: "disclip";
22083             type: TEXT;
22084             mouse_events: 0;
22085             scale: 1;
22086             description { state: "default" 0.0;
22087                rel1 {
22088                   relative: 1.0 1.0;
22089                   to_x: "elm.padding.icon1.right";
22090                   to_y: "elm.text.1";
22091                }
22092                rel2 {
22093                   relative: 0.0 0.0;
22094                   to_x: "elm.padding.right";
22095                   to_y: "elm.padding.bottom";
22096                }
22097                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
22098                text {
22099                   font: "SLP:style=Medium";
22100                   size: GENLIST_FONT_32_INC;
22101                   min: 0 1;
22102                   align: 0.0 0.5;
22103                   text_class: "slp_medium";
22104                }
22105             }
22106             description { state: "selected" 0.0;
22107                inherit: "default" 0.0;
22108                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22109             }
22110             GENLIST_DESCRIPTION_FLIP_ENABLED
22111          }
22112          GENLIST_PART_FLIP
22113          GENLIST_PART_DISCLIP
22114       }
22115       programs {
22116          // signal: elm,state,%s,active
22117          //   a "check" item named %s went active
22118          // signal: elm,state,%s,passive
22119          //   a "check" item named %s went passive
22120          // default is passive
22121          program { name: "go_active";
22122             signal: "elm,state,selected";
22123             source: "elm";
22124             action: STATE_SET "selected" 0.0;
22125             target: "bg_image";
22126             target: "elm.text.1";
22127             target: "elm.text.2";
22128          }
22129          program { name: "go_passive";
22130             signal: "elm,state,unselected";
22131             source: "elm";
22132             action: STATE_SET "default" 0.0;
22133             target: "bg_image";
22134             target: "elm.text.1";
22135             target: "elm.text.2";
22136             transition: LINEAR 0.1;
22137          }
22138          program { name: "go_disabled";
22139             signal: "elm,state,disabled";
22140             source: "elm";
22141             action: STATE_SET "disabled" 0.0;
22142             target: "disclip";
22143          }
22144          program { name: "go_enabled";
22145             signal: "elm,state,enabled";
22146             source: "elm";
22147             action: STATE_SET "default" 0.0;
22148             target: "disclip";
22149          }
22150       }
22151    }
22152
22153 // 4.3.1
22154    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
22155       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
22156       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
22157       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
22158       alias: "elm/layout/dialogue/bg/2text.2icon";
22159       data.item: "stacking" "above";
22160       data.item: "selectraise" "on";
22161       data.item: "texts" "elm.text.1 elm.text.2";
22162       data.item: "contents" "elm.icon.1 elm.icon.2";
22163       images {
22164           image: "00_list_thumbnail_bg.png" COMP;
22165       }
22166       parts {
22167          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22168          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
22169          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
22170          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22171          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22172          part { name: "elm.icon1.bg";
22173             scale: 1;
22174             description { state: "default" 0.0;
22175                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22176                fixed: 1 1;
22177                align: 0.0 0.52;
22178                rel1 {
22179                   relative: 1.0 0.5;
22180                   to_x: "elm.padding.left";
22181                }
22182                rel2 {
22183                   relative: 1.0 0.5;
22184                   to_x: "elm.padding.left";
22185                }
22186                image {
22187                   normal: "00_list_thumbnail_bg.png";
22188                   border: 1 1 1 1;
22189                   border_scale: 1;
22190                   middle: NONE;
22191                }
22192             }
22193          }
22194          part { name: "elm.icon.1";
22195             type: SWALLOW;
22196             description { state: "default" 0.0;
22197                rel1.to: "elm.icon1.bg";
22198                rel2.to: "elm.icon1.bg";
22199             }
22200          }
22201          part { name: "elm.padding.icon1.right";
22202             type: RECT;
22203             mouse_events: 0;
22204             scale: 1;
22205             description { state: "default" 0.0;
22206                min: GENLIST_PADDING_24_INC 0;
22207                fixed: 1 0;
22208                rel1 {
22209                    relative: 1.0 0.0;
22210                    to_x: "elm.icon1.bg";
22211                }
22212                rel2.to_x: "elm.icon1.bg";
22213                visible: 0;
22214                align: 0.0 0.5;
22215             }
22216          }
22217          part { name: "elm.icon.2";
22218             type: SWALLOW;
22219             scale: 1;
22220             description { state: "default" 0.0;
22221                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22222                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22223                fixed: 1 1;
22224                rel1 {
22225                   relative: 0.0 0.5;
22226                   to_x: "elm.padding.right";
22227                }
22228                rel2 {
22229                   relative: 0.0 0.5;
22230                   to_x: "elm.padding.right";
22231                }
22232                align: 1.0 0.5;
22233             }
22234          }
22235          part { name: "elm.padding.icon2.right";
22236             type: RECT;
22237             mouse_events: 0;
22238             scale: 1;
22239             description { state: "default" 0.0;
22240                min: GENLIST_PADDING_16_INC 0;
22241                fixed: 1 0;
22242                rel1.to_x: "elm.icon.2";
22243                rel2 {
22244                   relative: 0.0 1.0;
22245                   to_x: "elm.icon.2";
22246                }
22247                rel2.to_x: "elm.icon.2";
22248                visible: 0;
22249                align: 1.0 0.5;
22250             }
22251          }
22252          part { name: "elm.text.1";
22253             clip_to: "disclip";
22254             type: TEXT;
22255             mouse_events: 0;
22256             scale: 1;
22257             description { state: "default" 0.0;
22258                min: 0 GENLIST_SIZE_54_INC;
22259                fixed: 0 1;
22260                align: 0 0;
22261                rel1 {
22262                   relative: 1.0 1.0;
22263                   to_x: "elm.padding.icon1.right";
22264                   to_y: "elm.padding.top";
22265                }
22266                rel2 {
22267                   relative: 0.0 1.0;
22268                   to_x: "elm.padding.icon2.right";
22269                   to_y: "elm.padding.top";
22270                }
22271                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22272                text {
22273                   font: "SLP:style=Roman";
22274                   size: GENLIST_FONT_48_INC;
22275                   align: 0.0 0.5;
22276                   text_class: "list_item";
22277                }
22278             }
22279          }
22280          part { name: "elm.padding.text.1.bottom";
22281             type: RECT;
22282             mouse_events: 0;
22283             scale: 1;
22284             description { state: "default" 0.0;
22285                min: 0 GENLIST_PADDING_8_INC;
22286                fixed: 0 1;
22287                rel1 {
22288                    relative: 0.0 1.0;
22289                    to_y: "elm.text.1";
22290                }
22291                rel2.to_y: "elm.text.1";
22292                visible: 0;
22293                align: 0.0 0.0;
22294             }
22295          }
22296          part { name: "elm.text.2";
22297             clip_to: "disclip";
22298             type: TEXT;
22299             mouse_events: 0;
22300             scale: 1;
22301             description { state: "default" 0.0;
22302                rel1 {
22303                   relative: 1.0 1.0;
22304                   to_x: "elm.padding.icon1.right";
22305                   to_y: "elm.padding.text.1.bottom";
22306                }
22307                rel2 {
22308                   relative: 0.0 0.0;
22309                   to_x: "elm.padding.icon2.right";
22310                   to_y: "elm.padding.bottom";
22311                }
22312                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22313                text {
22314                   font: "SLP:style=Medium";
22315                   size: GENLIST_FONT_32_INC;
22316                   align: 0.0 0.5;
22317                   text_class: "slp_medium";
22318                }
22319             }
22320          }
22321          GENLIST_PART_DISCLIP
22322       }
22323       programs {
22324          // signal: elm,state,%s,active
22325          //   a "check" item named %s went active
22326          // signal: elm,state,%s,passive
22327          //   a "check" item named %s went passive
22328          // default is passive
22329          /*program { name: "go_active";
22330             signal: "elm,state,selected";
22331             source: "elm";
22332             action: STATE_SET "selected" 0.0;
22333             target: "elm.text";
22334             target: "elm.text.sub";
22335          }
22336          program { name: "go_passive";
22337             signal: "elm,state,unselected";
22338             source: "elm";
22339             action: STATE_SET "default" 0.0;
22340             target: "elm.text";
22341             target: "elm.text.sub";
22342             transition: LINEAR 0.1;
22343          }*/
22344          program { name: "go_disabled";
22345             signal: "elm,state,disabled";
22346             source: "elm";
22347             action: STATE_SET "disabled" 0.0;
22348             target: "disclip";
22349          }
22350          program { name: "go_enabled";
22351             signal: "elm,state,enabled";
22352             source: "elm";
22353             action: STATE_SET "default" 0.0;
22354             target: "disclip";
22355          }
22356       }
22357    }
22358
22359 // 4.3.2
22360    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
22361       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
22362       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
22363       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
22364       alias: "elm/layout/dialogue/bg/3text.2icon";
22365       data.item: "stacking" "above";
22366       data.item: "selectraise" "on";
22367       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
22368       data.item: "contents" "elm.icon.1 elm.icon.2";
22369       images {
22370           image: "00_list_thumbnail_bg.png" COMP;
22371       }
22372       parts {
22373          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22374          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
22375          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
22376          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22377          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22378          part { name: "elm.icon1.bg";
22379             scale: 1;
22380             description { state: "default" 0.0;
22381                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22382                fixed: 1 1;
22383                align: 0.0 0.52;
22384                rel1 {
22385                   relative: 1.0 0.5;
22386                   to_x: "elm.padding.left";
22387                }
22388                rel2 {
22389                   relative: 1.0 0.5;
22390                   to_x: "elm.padding.left";
22391                }
22392                image {
22393                   normal: "00_list_thumbnail_bg.png";
22394                   border: 1 1 1 1;
22395                   border_scale: 1;
22396                   middle: NONE;
22397                }
22398             }
22399          }
22400          part { name: "elm.icon.1";
22401             type: SWALLOW;
22402             description { state: "default" 0.0;
22403                rel1.to: "elm.icon1.bg";
22404                rel2.to: "elm.icon1.bg";
22405             }
22406          }
22407          part { name: "elm.padding.icon1.right";
22408             type: RECT;
22409             mouse_events: 0;
22410             scale: 1;
22411             description { state: "default" 0.0;
22412                min: GENLIST_PADDING_24_INC 0;
22413                fixed: 1 0;
22414                rel1 {
22415                    relative: 1.0 0.0;
22416                    to_x: "elm.icon1.bg";
22417                }
22418                rel2.to_x: "elm.icon1.bg";
22419                visible: 0;
22420                align: 0.0 0.5;
22421             }
22422          }
22423          part { name: "elm.icon.2";
22424             type: SWALLOW;
22425             scale: 1;
22426             description { state: "default" 0.0;
22427                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22428                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22429                fixed: 1 1;
22430                rel1 {
22431                   relative: 0.0 0.5;
22432                   to_x: "elm.padding.right";
22433                }
22434                rel2 {
22435                   relative: 0.0 0.5;
22436                   to_x: "elm.padding.right";
22437                }
22438                align: 1.0 0.5;
22439             }
22440          }
22441          part { name: "elm.padding.icon2.right";
22442             type: RECT;
22443             mouse_events: 0;
22444             scale: 1;
22445             description { state: "default" 0.0;
22446                min: GENLIST_PADDING_16_INC 0;
22447                fixed: 1 0;
22448                rel1.to_x: "elm.icon.2";
22449                rel2 {
22450                   relative: 0.0 1.0;
22451                   to_x: "elm.icon.2";
22452                }
22453                rel2.to_x: "elm.icon.2";
22454                visible: 0;
22455                align: 1.0 0.5;
22456             }
22457          }
22458          part { name: "elm.text.1";
22459             clip_to: "disclip";
22460             type: TEXT;
22461             mouse_events: 0;
22462             scale: 1;
22463             description { state: "default" 0.0;
22464                min: 0 GENLIST_SIZE_54_INC;
22465                fixed: 0 1;
22466                align: 0 0;
22467                rel1 {
22468                   relative: 1.0 1.0;
22469                   to_x: "elm.padding.icon1.right";
22470                   to_y: "elm.padding.top";
22471                }
22472                rel2 {
22473                   relative: 0.0 1.0;
22474                   to_x: "elm.padding.icon2.right";
22475                   to_y: "elm.padding.top";
22476                }
22477                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22478                text {
22479                   font: "SLP:style=Roman";
22480                   size: GENLIST_FONT_48_INC;
22481                   align: 0.0 0.5;
22482                   text_class: "list_item";
22483                }
22484             }
22485          }
22486          part { name: "elm.padding.text.1.bottom";
22487             type: RECT;
22488             mouse_events: 0;
22489             scale: 1;
22490             description { state: "default" 0.0;
22491                min: 0 GENLIST_PADDING_8_INC;
22492                fixed: 0 1;
22493                rel1 {
22494                    relative: 0.0 1.0;
22495                    to_y: "elm.text.1";
22496                }
22497                rel2.to_y: "elm.text.1";
22498                visible: 0;
22499                align: 0.0 0.0;
22500             }
22501          }
22502          part { name: "elm.text.2";
22503             clip_to: "disclip";
22504             type: TEXT;
22505             mouse_events: 0;
22506             scale: 1;
22507             description { state: "default" 0.0;
22508                rel1 {
22509                   relative: 1.0 1.0;
22510                   to_x: "elm.padding.icon1.right";
22511                   to_y: "elm.padding.text.1.bottom";
22512                }
22513                rel2 {
22514                   relative: 0.0 0.0;
22515                   to_x: "elm.padding.icon2.right";
22516                   to_y: "elm.text.3";
22517                }
22518                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22519                text {
22520                   font: "SLP:style=Medium";
22521                   size: GENLIST_FONT_32_INC;
22522                   align: 0.0 0.5;
22523                   text_class: "slp_medium";
22524                }
22525             }
22526          }
22527          part { name: "elm.text.3";
22528             clip_to: "disclip";
22529             type: TEXT;
22530             mouse_events: 0;
22531             scale: 1;
22532             description { state: "default" 0.0;
22533                min: 0 GENLIST_SIZE_ICON_SMALL;
22534                fixed: 0 1;
22535                align: 0 1;
22536                rel1 {
22537                   relative: 1.0 0.0;
22538                   to_x: "elm.padding.icon1.right";
22539                   to_y: "elm.padding.bottom";
22540                }
22541                rel2 {
22542                   relative: 0.0 0.0;
22543                   to_x: "elm.padding.icon2.right";
22544                   to_y: "elm.padding.bottom";
22545                }
22546                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22547                text {
22548                   font: "SLP:style=Medium";
22549                   size: GENLIST_FONT_32_INC;
22550                   align: 0.0 0.5;
22551                   text_class: "slp_medium";
22552                }
22553             }
22554          }
22555          GENLIST_PART_DISCLIP
22556       }
22557       programs {
22558          // signal: elm,state,%s,active
22559          //   a "check" item named %s went active
22560          // signal: elm,state,%s,passive
22561          //   a "check" item named %s went passive
22562          // default is passive
22563          /*program { name: "go_active";
22564             signal: "elm,state,selected";
22565             source: "elm";
22566             action: STATE_SET "selected" 0.0;
22567             target: "elm.text";
22568             target: "elm.text.sub";
22569          }
22570          program { name: "go_passive";
22571             signal: "elm,state,unselected";
22572             source: "elm";
22573             action: STATE_SET "default" 0.0;
22574             target: "elm.text";
22575             target: "elm.text.sub";
22576             transition: LINEAR 0.1;
22577          }*/
22578          program { name: "go_disabled";
22579             signal: "elm,state,disabled";
22580             source: "elm";
22581             action: STATE_SET "disabled" 0.0;
22582             target: "disclip";
22583          }
22584          program { name: "go_enabled";
22585             signal: "elm,state,enabled";
22586             source: "elm";
22587             action: STATE_SET "default" 0.0;
22588             target: "disclip";
22589          }
22590       }
22591    }
22592
22593 // 4.3.3
22594    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
22595       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
22596       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
22597       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
22598       alias: "elm/layout/dialogue/bg/5text.2icon";
22599       data.item: "stacking" "above";
22600       data.item: "selectraise" "on";
22601       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22602       data.item: "contents" "elm.icon.1 elm.icon.2";
22603       images {
22604           image: "00_list_thumbnail_bg.png" COMP;
22605       }
22606       parts {
22607          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
22608          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
22609          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
22610          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22611          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22612          part { name: "elm.icon1.bg";
22613             scale: 1;
22614             description { state: "default" 0.0;
22615                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
22616                fixed: 1 1;
22617                align: 0.0 0.5;
22618                rel1 {
22619                   relative: 1.0 0.5;
22620                   to_x: "elm.padding.left";
22621                }
22622                rel2 {
22623                   relative: 1.0 0.5;
22624                   to_x: "elm.padding.left";
22625                }
22626                image {
22627                   normal: "00_list_thumbnail_bg.png";
22628                   border: 1 1 1 1;
22629                   border_scale: 1;
22630                   middle: NONE;
22631                }
22632             }
22633          }
22634          part { name: "elm.icon.1";
22635             type: SWALLOW;
22636             description { state: "default" 0.0;
22637                rel1.to: "elm.icon1.bg";
22638                rel2.to: "elm.icon1.bg";
22639             }
22640          }
22641          part { name: "elm.padding.icon1.right";
22642             type: RECT;
22643             mouse_events: 0;
22644             scale: 1;
22645             description { state: "default" 0.0;
22646                min: GENLIST_PADDING_16_INC 0;
22647                fixed: 1 0;
22648                rel1 {
22649                    relative: 1.0 0.0;
22650                    to_x: "elm.icon1.bg";
22651                }
22652                rel2.to_x: "elm.icon1.bg";
22653                visible: 0;
22654                align: 0.0 0.5;
22655             }
22656          }
22657          part { name: "elm.text.1";
22658             clip_to: "disclip";
22659             type: TEXT;
22660             mouse_events: 0;
22661             scale: 1;
22662             description { state: "default" 0.0;
22663                min: 0 GENLIST_SIZE_38_INC;
22664                fixed: 0 1;
22665                rel1 {
22666                   relative: 1.0 1.0;
22667                   to_x: "elm.padding.icon1.right";
22668                   to_y: "elm.padding.top";
22669                }
22670                rel2 {
22671                   relative: 0.0 1.0;
22672                   to_x: "elm.padding.right";
22673                   to_y: "elm.padding.top";
22674                }
22675                align: 0.0 0.0;
22676                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
22677                text {
22678                   font: "SLP:style=Medium";
22679                   size: GENLIST_FONT_32_INC;
22680                   align: 0.0 0.5;
22681                   text_class: "list_item";
22682                }
22683             }
22684          }
22685          part { name: "elm.text.2";
22686             clip_to: "disclip";
22687             type: TEXT;
22688             mouse_events: 0;
22689             scale: 1;
22690             description { state: "default" 0.0;
22691                min: 0 GENLIST_SIZE_38_INC;
22692                fixed: 0 1;
22693                rel1 {
22694                   relative: 1.0 1.0;
22695                   to_x: "elm.padding.icon1.right";
22696                   to_y: "elm.text.1";
22697                }
22698                rel2 {
22699                   relative: 0.0 1.0;
22700                   to_x: "elm.padding.right";
22701                   to_y: "elm.text.1";
22702                }
22703                align: 0.0 0.0;
22704                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
22705                text {
22706                   font: "SLP:style=Medium";
22707                   size: GENLIST_FONT_28_INC;
22708                   align: 0.0 0.5;
22709                   text_class: "slp_medium";
22710                }
22711             }
22712          }
22713          part { name: "elm.icon.2";
22714             clip_to: "disclip";
22715             type: SWALLOW;
22716             mouse_events: 0;
22717             scale: 1;
22718             description { state: "default" 0.0;
22719                fixed: 1 1;
22720                rel1 {
22721                   relative: 1.0 0.0;
22722                   to_x: "elm.padding.icon1.right";
22723                   to_y: "elm.text.3";
22724                }
22725                rel2 {
22726                   relative: 1.0 1.0;
22727                   to_x: "elm.padding.icon1.right";
22728                   to_y: "elm.text.3";
22729                }
22730                align: 0.0 0.5;
22731             }
22732          }
22733          part { name: "elm.padding.icon2.right";
22734             type: RECT;
22735             mouse_events: 0;
22736             scale: 1;
22737             description { state: "default" 0.0;
22738                min: GENLIST_PADDING_16_INC 0;
22739                fixed: 1 0;
22740                rel1 {
22741                    relative: 1.0 0.0;
22742                    to_x: "elm.icon.2";
22743                }
22744                rel2.to_x: "elm.icon.2";
22745                visible: 0;
22746                align: 0.0 0.5;
22747             }
22748          }
22749          part { name: "elm.text.3";
22750             clip_to: "disclip";
22751             type: TEXT;
22752             mouse_events: 0;
22753             scale: 1;
22754             description { state: "default" 0.0;
22755                min: 0 GENLIST_SIZE_38_INC;
22756                fixed: 0 1;
22757                rel1 {
22758                   relative: 1.0 1.0;
22759                   to_x: "elm.padding.icon2.right";
22760                   to_y: "elm.text.2";
22761                }
22762                rel2 {
22763                   relative: 0.0 1.0;
22764                   to_x: "elm.padding.right";
22765                   to_y: "elm.text.2";
22766                }
22767                align: 0.0 0.0;
22768                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
22769                text {
22770                   font: "SLP:style=Medium";
22771                   size: GENLIST_FONT_28_INC;
22772                   align: 0.0 0.5;
22773                   text_class: "slp_medium";
22774                }
22775             }
22776          }
22777          part { name: "elm.text.4";
22778             clip_to: "disclip";
22779             type: TEXT;
22780             mouse_events: 0;
22781             scale: 1;
22782             description { state: "default" 0.0;
22783                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22784                fixed: 1 1;
22785                align: 0 1;
22786                rel1 {
22787                   relative: 1.0 0.0;
22788                   to_x: "elm.padding.icon1.right";
22789                   to_y: "elm.padding.bottom";
22790                }
22791                rel2 {
22792                   relative: 1.0 0.0;
22793                   to_x: "elm.padding.icon1.right";
22794                   to_y: "elm.padding.bottom";
22795                }
22796                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
22797                text {
22798                   font: "SLP:style=Medium";
22799                   size: GENLIST_FONT_28_INC;
22800                   align: 0.0 0.5;
22801                   text_class: "slp_medium";
22802                }
22803             }
22804          }
22805          part { name: "elm.padding.text4.right";
22806             type: RECT;
22807             mouse_events: 0;
22808             scale: 1;
22809             description { state: "default" 0.0;
22810                min: GENLIST_PADDING_16_INC 0;
22811                fixed: 1 0;
22812                rel1 {
22813                    relative: 1.0 0.0;
22814                    to_x: "elm.text.4";
22815                }
22816                rel2.to_x: "elm.text.4";
22817                visible: 0;
22818                align: 0.0 0.5;
22819             }
22820          }
22821          part { name: "elm.text.5";
22822             clip_to: "disclip";
22823             type: TEXT;
22824             mouse_events: 0;
22825             scale: 1;
22826             description { state: "default" 0.0;
22827                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22828                fixed: 1 1;
22829                align: 0 1;
22830                rel1 {
22831                   relative: 1.0 0.0;
22832                   to_x: "elm.padding.text4.right";
22833                   to_y: "elm.padding.bottom";
22834                }
22835                rel2 {
22836                   relative: 1.0 0.0;
22837                   to_x: "elm.padding.text4.right";
22838                   to_y: "elm.padding.bottom";
22839                }
22840                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
22841                text {
22842                   font: "SLP:style=Medium";
22843                   size: GENLIST_FONT_28_INC;
22844                   align: 0.0 0.5;
22845                   text_class: "slp_medium";
22846                }
22847             }
22848          }
22849          GENLIST_PART_DISCLIP
22850       }
22851       programs {
22852          // signal: elm,state,%s,active
22853          //   a "check" item named %s went active
22854          // signal: elm,state,%s,passive
22855          //   a "check" item named %s went passive
22856          // default is passive
22857          /*program { name: "go_active";
22858             signal: "elm,state,selected";
22859             source: "elm";
22860             action: STATE_SET "selected" 0.0;
22861             target: "elm.text";
22862             target: "elm.text.sub";
22863          }
22864          program { name: "go_passive";
22865             signal: "elm,state,unselected";
22866             source: "elm";
22867             action: STATE_SET "default" 0.0;
22868             target: "elm.text";
22869             target: "elm.text.sub";
22870             transition: LINEAR 0.1;
22871          }*/
22872          program { name: "go_disabled";
22873             signal: "elm,state,disabled";
22874             source: "elm";
22875             action: STATE_SET "disabled" 0.0;
22876             target: "disclip";
22877          }
22878          program { name: "go_enabled";
22879             signal: "elm,state,enabled";
22880             source: "elm";
22881             action: STATE_SET "default" 0.0;
22882             target: "disclip";
22883          }
22884       }
22885    }
22886
22887    // 4.1.9
22888    group { name: "elm/genlist/item/dialogue/1icon/default";
22889       alias: "elm/genlist/item_odd/dialogue/1icon/default";
22890       alias: "elm/genlist/item_compress/dialogue/1icon/default";
22891       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
22892       alias: "elm/layout/dialogue/1icon";
22893       data.item: "stacking" "above";
22894       data.item: "selectraise" "on";
22895       data.item: "contents" "elm.icon";
22896
22897       parts {
22898          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
22899          GENLIST_PART_DIALOGUE_BG_IMAGE
22900          GENLIST_PART_BOTTOM_LINE
22901          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22902          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22903          GENLIST_PART_DIALOGUE_ITEM
22904          GENLIST_PART_DIALOGUE_RIGHT_LINE
22905          part { name: "elm.icon";
22906             clip_to: "disclip";
22907             type: SWALLOW;
22908             scale: 1;
22909             description { state: "default" 0.0;
22910                rel1 {
22911                   relative: 1.0 0.0;
22912                   to_x: "elm.padding.left";
22913                }
22914                rel2 {
22915                   relative: 0.0 1.0;
22916                   to_x: "elm.padding.right";
22917                }
22918             }
22919          }
22920          GENLIST_PART_DISCLIP
22921       }
22922       programs {
22923          // signal: elm,state,%s,active
22924          //   a "check" item named %s went active
22925          // signal: elm,state,%s,passive
22926          //   a "check" item named %s went passive
22927          // default is passive
22928          /*program { name: "go_active";
22929             signal: "elm,state,selected";
22930             source: "elm";
22931             action: STATE_SET "selected" 0.0;
22932             target: "bg_image";
22933             target: "elm.text";
22934          }
22935          program { name: "go_passive";
22936             signal: "elm,state,unselected";
22937             source: "elm";
22938             action: STATE_SET "default" 0.0;
22939             target: "bg_image";
22940             target: "elm.text";
22941             transition: LINEAR 0.1;
22942          }*/
22943          program { name: "go_disabled";
22944             signal: "elm,state,disabled";
22945             source: "elm";
22946             action: STATE_SET "disabled" 0.0;
22947             target: "disclip";
22948          }
22949          program { name: "go_enabled";
22950             signal: "elm,state,enabled";
22951             source: "elm";
22952             action: STATE_SET "default" 0.0;
22953             target: "disclip";
22954          }
22955       }
22956    }
22957
22958    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
22959       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
22960       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
22961       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
22962       alias: "elm/layout/dialogue/bg/1icon";
22963       data.item: "stacking" "above";
22964       data.item: "selectraise" "on";
22965       data.item: "contents" "elm.icon";
22966
22967       parts {
22968          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
22969          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22970          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22971          part { name: "elm.icon";
22972             clip_to: "disclip";
22973             type: SWALLOW;
22974             scale: 1;
22975             description { state: "default" 0.0;
22976                rel1 {
22977                   relative: 1.0 0.0;
22978                   to_x: "elm.padding.left";
22979                }
22980                rel2 {
22981                   relative: 0.0 1.0;
22982                   to_x: "elm.padding.right";
22983                }
22984             }
22985          }
22986          GENLIST_PART_DISCLIP
22987       }
22988       programs {
22989          // signal: elm,state,%s,active
22990          //   a "check" item named %s went active
22991          // signal: elm,state,%s,passive
22992          //   a "check" item named %s went passive
22993          // default is passive
22994          program { name: "go_disabled";
22995             signal: "elm,state,disabled";
22996             source: "elm";
22997             action: STATE_SET "disabled" 0.0;
22998             target: "disclip";
22999          }
23000          program { name: "go_enabled";
23001             signal: "elm,state,enabled";
23002             source: "elm";
23003             action: STATE_SET "default" 0.0;
23004             target: "disclip";
23005          }
23006       }
23007    }
23008
23009    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
23010       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
23011       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
23012       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
23013       alias: "elm/layout/dialogue/bg/2icon";
23014       data.item: "stacking" "above";
23015       data.item: "selectraise" "on";
23016       data.item: "contents" "elm.icon.1 elm.icon.2";
23017
23018       parts {
23019          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23020          part { name: "elm.icon.1";
23021             clip_to: "disclip";
23022             type: SWALLOW;
23023             description { state: "default" 0.0;
23024                rel1.relative: 0.021 0.0;
23025                rel2.relative: 0.492 1.0;
23026             }
23027          }
23028          part { name: "elm.icon.2";
23029             clip_to: "disclip";
23030             type: SWALLOW;
23031             description { state: "default" 0.0;
23032                rel1.relative: 0.51 0.0;
23033                rel2.relative: 0.979 1.0;
23034             }
23035          }
23036          GENLIST_PART_DISCLIP
23037       }
23038       programs {
23039          // signal: elm,state,%s,active
23040          //   a "check" item named %s went active
23041          // signal: elm,state,%s,passive
23042          //   a "check" item named %s went passive
23043          // default is passive
23044          program { name: "go_disabled";
23045             signal: "elm,state,disabled";
23046             source: "elm";
23047             action: STATE_SET "disabled" 0.0;
23048             target: "disclip";
23049          }
23050          program { name: "go_enabled";
23051             signal: "elm,state,enabled";
23052             source: "elm";
23053             action: STATE_SET "default" 0.0;
23054             target: "disclip";
23055          }
23056       }
23057    }
23058
23059    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
23060       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
23061       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
23062       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
23063
23064       alias: "elm/genlist/item/dialogue.3icon/default";
23065       alias: "elm/genlist/item_odd/dialogue.3icon/default";
23066       alias: "elm/genlist/item_compress/dialogue.3icon/default";
23067       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
23068
23069       alias: "elm/layout/dialogue/bg/3icon";
23070       alias: "elm/layout/dialogue/dialogue.3icon";
23071
23072       data.item: "stacking" "above";
23073       data.item: "selectraise" "on";
23074       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23075
23076       parts {
23077          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23078          part { name: "elm.icon.1";
23079             clip_to: "disclip";
23080             type: SWALLOW;
23081             description { state: "default" 0.0;
23082                rel1.relative: 0.021 0.0;
23083                rel2.relative: 0.327 1.0;
23084             }
23085          }
23086          part { name: "elm.icon.2";
23087             clip_to: "disclip";
23088             type: SWALLOW;
23089             description { state: "default" 0.0;
23090                rel1.relative: 0.348 0.0;
23091                rel2.relative: 0.652 1.0;
23092             }
23093          }
23094          part { name: "elm.icon.3";
23095             clip_to: "disclip";
23096             type: SWALLOW;
23097             description { state: "default" 0.0;
23098                rel1.relative: 0.673 0.0;
23099                rel2.relative: 0.979 1.0;
23100             }
23101          }
23102          GENLIST_PART_DISCLIP
23103       }
23104       programs {
23105          // signal: elm,state,%s,active
23106          //   a "check" item named %s went active
23107          // signal: elm,state,%s,passive
23108          //   a "check" item named %s went passive
23109          // default is passive
23110          program { name: "go_disabled";
23111             signal: "elm,state,disabled";
23112             source: "elm";
23113             action: STATE_SET "disabled" 0.0;
23114             target: "disclip";
23115          }
23116          program { name: "go_enabled";
23117             signal: "elm,state,enabled";
23118             source: "elm";
23119             action: STATE_SET "default" 0.0;
23120             target: "disclip";
23121          }
23122       }
23123    }
23124
23125    group { name: "elm/genlist/item/dialogue.3icon.2/default";
23126       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
23127       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
23128       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
23129       alias: "elm/layout/dialogue/dialogue.3icon.2";
23130       data.item: "stacking" "above";
23131       data.item: "selectraise" "on";
23132       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23133
23134       parts {
23135          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
23136          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
23137          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23138          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
23139          part { name: "elm.icon.1";
23140             clip_to: "disclip";
23141             type: SWALLOW;
23142             description { state: "default" 0.0;
23143                min: GENLIST_SIZE_234_INC 0;
23144                fixed: 1 0;
23145                rel1 {
23146                   relative: 0.0 1.0;
23147                   to_x: "elm.padding.right";
23148                   to_y: "elm.padding.top";
23149                }
23150                rel2 {
23151                   relative: 0.0 1.0;
23152                   to_x: "elm.padding.right";
23153                }
23154                align: 1.0 0.5;
23155             }
23156          }
23157          part { name: "elm.padding.icon.1.left";
23158             clip_to: "disclip";
23159             type: RECT;
23160             mouse_events: 0;
23161             scale: 1;
23162             description { state: "default" 0.0;
23163                min: GENLIST_PADDING_16_INC 0;
23164                fixed: 1 0;
23165                rel1.to_x: "elm.icon.1";
23166                rel2 {
23167                   relative: 0.0 1.0;
23168                   to_x: "elm.icon.1";
23169                }
23170                visible: 0;
23171                align: 1.0 0.5;
23172             }
23173          }
23174          part { name: "elm.icon.2";
23175             clip_to: "disclip";
23176             type: SWALLOW;
23177             description { state: "default" 0.0;
23178                min: GENLIST_SIZE_234_INC 0;
23179                fixed: 1 0;
23180                rel1 {
23181                   relative: 0.0 1.0;
23182                   to_x: "elm.padding.icon.1.left";
23183                   to_y: "elm.padding.top";
23184                }
23185                rel2 {
23186                   relative: 0.0 1.0;
23187                   to_x: "elm.padding.icon.1.left";
23188                }
23189                align: 1.0 0.5;
23190             }
23191          }
23192          part { name: "elm.padding.icon.2.left";
23193             clip_to: "disclip";
23194             type: RECT;
23195             mouse_events: 0;
23196             scale: 1;
23197             description { state: "default" 0.0;
23198                min: GENLIST_PADDING_16_INC 0;
23199                fixed: 1 0;
23200                rel1.to_x: "elm.icon.2";
23201                rel2 {
23202                   relative: 0.0 1.0;
23203                   to_x: "elm.icon.2";
23204                }
23205                visible: 0;
23206                align: 1.0 0.5;
23207             }
23208          }
23209          part { name: "elm.icon.3";
23210             clip_to: "disclip";
23211             type: SWALLOW;
23212             description { state: "default" 0.0;
23213                min: GENLIST_SIZE_234_INC 0;
23214                fixed: 1 0;
23215                rel1 {
23216                   relative: 0.0 1.0;
23217                   to_x: "elm.padding.icon.2.left";
23218                   to_y: "elm.padding.top";
23219                }
23220                rel2 {
23221                   relative: 0.0 1.0;
23222                   to_x: "elm.padding.icon.2.left";
23223                }
23224                align: 1.0 0.5;
23225             }
23226          }
23227          GENLIST_PART_DISCLIP
23228       }
23229       programs {
23230          // signal: elm,state,%s,active
23231          //   a "check" item named %s went active
23232          // signal: elm,state,%s,passive
23233          //   a "check" item named %s went passive
23234          // default is passive
23235          program { name: "go_disabled";
23236             signal: "elm,state,disabled";
23237             source: "elm";
23238             action: STATE_SET "disabled" 0.0;
23239             target: "disclip";
23240          }
23241          program { name: "go_enabled";
23242             signal: "elm,state,enabled";
23243             source: "elm";
23244             action: STATE_SET "default" 0.0;
23245             target: "disclip";
23246          }
23247       }
23248    }
23249
23250    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
23251       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
23252       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
23253       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
23254       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
23255       data.item: "stacking" "above";
23256       data.item: "selectraise" "on";
23257       data.item: "texts" "elm.title elm.text";
23258
23259       images {
23260           image: "00_list_img_check.png" COMP;
23261       }
23262
23263       parts {
23264          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
23265          GENLIST_PART_DIALOGUE_BG_IMAGE
23266          GENLIST_PART_BOTTOM_LINE
23267          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23268          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23269          GENLIST_PART_DIALOGUE_ITEM
23270          GENLIST_PART_DIALOGUE_RIGHT_LINE
23271          part { name: "vertical_line";
23272             type: RECT;
23273             mouse_events: 0;
23274             description { state: "default" 0.0;
23275                min: 1 0;
23276                fixed: 1 0;
23277                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23278                rel1 {
23279                   relative: 1.0 0.0;
23280                   to_x: "elm.title";
23281                }
23282                rel2.to_x: "elm.title";
23283                align: 0.0 0.5;
23284             }
23285          }
23286          part { name: "elm.title";
23287             type: TEXT;
23288             mouse_events: 0;
23289             scale: 1;
23290             description { state: "default" 0.0;
23291                min: GENLIST_SIZE_163_INC 0;
23292                fixed: 1 0;
23293                rel1 {
23294                   relative: 1.0  0.0;
23295                   to_x: "elm.padding.left";
23296                }
23297                rel2.to_x: "elm.padding.left";
23298                align: 0.0 0.5;
23299                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23300                text {
23301                   font: "SLP:style=Medium";
23302                   size: GENLIST_FONT_32_INC;
23303                   min: 0 1;
23304                   align: 0.0 0.5;
23305                   text_class: "slp_medium";
23306                }
23307             }
23308          }
23309          part { name: "elm.padding.title.right";
23310             type: RECT;
23311             mouse_events: 0;
23312             scale: 1;
23313             description { state: "default" 0.0;
23314                min: GENLIST_PADDING_16_INC 0;
23315                fixed: 1 0;
23316                rel1 {
23317                    relative: 1.0 0.0;
23318                    to_x: "vertical_line";
23319                }
23320                rel2.to_x: "vertical_line";
23321                visible: 0;
23322                align: 0.0 0.5;
23323             }
23324          }
23325          part { name: "elm.text";
23326             clip_to: "disclip";
23327             type: TEXT;
23328             mouse_events: 0;
23329             scale: 1;
23330             description { state: "default" 0.0;
23331                rel1 {
23332                   relative: 1.0  0.0;
23333                   to_x: "elm.padding.title.right";
23334                }
23335                rel2.to_x: "elm.padding.title.right";
23336                align: 0.0 0.5;
23337                fixed: 1 1;
23338                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23339                text {
23340                   font: "SLP:style=Roman";
23341                   size: GENLIST_FONT_44_INC;
23342                   min: 1 1;
23343                   max: 1 1;
23344                   align: 0.0 0.5;
23345                   text_class: "list_item";
23346                }
23347             }
23348             description { state: "selected" 0.0;
23349                inherit: "default" 0.0;
23350                color: 217 147 26 255;
23351             }
23352          }
23353          part { name: "elm.padding.text.right";
23354             type: RECT;
23355             mouse_events: 0;
23356             scale: 1;
23357             description { state: "default" 0.0;
23358                min: GENLIST_PADDING_11_INC 0;
23359                fixed: 1 0;
23360                rel1 {
23361                    relative: 1.0 0.0;
23362                    to_x: "elm.text";
23363                }
23364                rel2.to_x: "elm.text";
23365                visible: 0;
23366                align: 0.0 0.5;
23367             }
23368          }
23369          part { name: "elm.image.check";
23370             clip_to: "disclip";
23371             mouse_events: 0;
23372             scale: 1;
23373             description { state: "default" 0.0;
23374                image.normal: "00_list_img_check.png";
23375                rel1 {
23376                   relative: 1.0 0.366;
23377                   to_x: "elm.padding.text.right";
23378                }
23379                rel2 {
23380                   relative: 3.857 0.648;
23381                   to_x: "elm.padding.text.right";
23382                }
23383                visible: 0;
23384             }
23385             description { state: "selected" 0.0;
23386                inherit: "default" 0.0;
23387                visible: 1;
23388             }
23389          }
23390          GENLIST_PART_DISCLIP
23391       }
23392       programs {
23393          // signal: elm,state,%s,active
23394          //   a "check" item named %s went active
23395          // signal: elm,state,%s,passive
23396          //   a "check" item named %s went passive
23397          // default is passive
23398          program { name: "go_active";
23399             signal: "elm,state,selected";
23400             source: "elm";
23401             action: STATE_SET "selected" 0.0;
23402             target: "elm.text";
23403             target: "elm.image.check";
23404             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
23405          }
23406          program { name: "go_passive";
23407             signal: "elm,state,unselected";
23408             source: "elm";
23409             action: STATE_SET "default" 0.0;
23410             target: "elm.text";
23411             target: "elm.image.check";
23412             transition: LINEAR 0.1;
23413          }
23414          program { name: "go_disabled";
23415             signal: "elm,state,disabled";
23416             source: "elm";
23417             action: STATE_SET "disabled" 0.0;
23418             target: "disclip";
23419          }
23420          program { name: "go_enabled";
23421             signal: "elm,state,enabled";
23422             source: "elm";
23423             action: STATE_SET "default" 0.0;
23424             target: "disclip";
23425          }
23426          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
23427       }
23428    }
23429
23430    group { name: "elm/genlist/item/dialogue/1title.4text/default";
23431       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
23432       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
23433       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
23434
23435       alias: "elm/genlist/item/dialogue.1title.4text/default";
23436       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
23437       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
23438       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
23439
23440       alias: "elm/layout/dialogue/1title.4text";
23441
23442       data.item: "stacking" "above";
23443       data.item: "selectraise" "on";
23444       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23445
23446       parts {
23447          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
23448          GENLIST_PART_DIALOGUE_BG_IMAGE
23449          GENLIST_PART_BOTTOM_LINE
23450          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23451          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23452          GENLIST_PART_DIALOGUE_ITEM
23453          GENLIST_PART_DIALOGUE_RIGHT_LINE
23454          part { name: "vertical_line";
23455             type: RECT;
23456             mouse_events: 0;
23457             description { state: "default" 0.0;
23458                min: 1 0;
23459                fixed: 1 0;
23460                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23461                rel1 {
23462                   relative: 1.0 0.0;
23463                   to_x: "elm.title";
23464                }
23465                rel2.to_x: "elm.title";
23466                align: 0.0 0.5;
23467             }
23468          }
23469          part { name: "center1_line";
23470             type: RECT;
23471             mouse_events: 0;
23472             description { state: "default" 0.0;
23473                min: 0 1;
23474                fixed: 0 1;
23475                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23476                rel1 {
23477                   relative: 1.0 0.25;
23478                   to_x: "vertical_line";
23479                }
23480                rel2.relative: 1.0 0.25;
23481                align: 0.5 1.0;
23482             }
23483          }
23484          part { name: "center2_line";
23485             type: RECT;
23486             mouse_events: 0;
23487             description { state: "default" 0.0;
23488                min: 0 1;
23489                fixed: 0 1;
23490                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23491                rel1 {
23492                   relative: 1.0 0.5;
23493                   to_x: "vertical_line";
23494                }
23495                rel2.relative: 1.0 0.5;
23496                align: 0.5 1.0;
23497             }
23498          }
23499          part { name: "center3_line";
23500             type: RECT;
23501             mouse_events: 0;
23502             description { state: "default" 0.0;
23503                min: 0 1;
23504                fixed: 0 1;
23505                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23506                rel1 {
23507                   relative: 1.0 0.75;
23508                   to_x: "vertical_line";
23509                }
23510                rel2.relative: 1.0 0.75;
23511                align: 0.5 1.0;
23512             }
23513          }
23514          part { name: "elm.title";
23515             type: TEXT;
23516             mouse_events: 0;
23517             scale: 1;
23518             description { state: "default" 0.0;
23519                min: GENLIST_SIZE_163_INC 0;
23520                fixed: 1 0;
23521                rel1 {
23522                   relative: 1.0  0.0;
23523                   to_x: "elm.padding.left";
23524                }
23525                rel2.to_x: "elm.padding.left";
23526                align: 0.0 0.5;
23527                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23528                text {
23529                   font: "SLP:style=Medium";
23530                   size: GENLIST_FONT_32_INC;
23531                   min: 0 1;
23532                   align: 0.0 0.5;
23533                   text_class: "slp_medium";
23534                }
23535             }
23536          }
23537          part { name: "elm.padding.title.right";
23538             type: RECT;
23539             mouse_events: 0;
23540             scale: 1;
23541             description { state: "default" 0.0;
23542                min: GENLIST_PADDING_16_INC 0;
23543                fixed: 1 0;
23544                rel1 {
23545                    relative: 1.0 0.0;
23546                    to_x: "elm.title";
23547                }
23548                rel2.to_x: "elm.title";
23549                visible: 0;
23550                align: 0.0 0.5;
23551             }
23552          }
23553          part { name: "elm.text.1";
23554             clip_to: "disclip";
23555             type: TEXT;
23556             mouse_events: 0;
23557             scale: 1;
23558             description { state: "default" 0.0;
23559                rel1 {
23560                   relative: 1.0 0.0;
23561                   to_x: "elm.padding.title.right";
23562                }
23563                rel2 {
23564                   relative: 0.0 0.0;
23565                   to_x: "elm.padding.right";
23566                   to_y: "center1_line";
23567                }
23568                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23569                text {
23570                   font: "SLP:style=Roman";
23571                   size: GENLIST_FONT_44_INC;
23572                   min: 0 1;
23573                   align: 0.0 0.5;
23574                   text_class: "list_item";
23575                }
23576             }
23577          }
23578          part { name: "elm.text.2";
23579             clip_to: "disclip";
23580             type: TEXT;
23581             mouse_events: 0;
23582             scale: 1;
23583             description { state: "default" 0.0;
23584                rel1 {
23585                   relative: 1.0 0.25;
23586                   to_x: "elm.padding.title.right";
23587                }
23588                rel2 {
23589                   relative: 0.0 0.0;
23590                   to_x: "elm.padding.right";
23591                   to_y: "center2_line";
23592                }
23593                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23594                text {
23595                   font: "SLP:style=Roman";
23596                   size: GENLIST_FONT_44_INC;
23597                   min: 0 1;
23598                   align: 0.0 0.5;
23599                   text_class: "list_item";
23600                }
23601             }
23602          }
23603          part { name: "elm.text.3";
23604             clip_to: "disclip";
23605             type: TEXT;
23606             mouse_events: 0;
23607             scale: 1;
23608             description { state: "default" 0.0;
23609                rel1 {
23610                   relative: 1.0  0.5;
23611                   to_x: "elm.padding.title.right";
23612                }
23613                rel2 {
23614                   relative: 0.0 0.0;
23615                   to_x: "elm.padding.right";
23616                   to_y: "center3_line";
23617                }
23618                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23619                text {
23620                   font: "SLP:style=Roman";
23621                   size: GENLIST_FONT_44_INC;
23622                   min: 0 1;
23623                   align: 0.0 0.5;
23624                   text_class: "list_item";
23625                }
23626             }
23627          }
23628          part { name: "elm.text.4";
23629             clip_to: "disclip";
23630             type: TEXT;
23631             mouse_events: 0;
23632             scale: 1;
23633             description { state: "default" 0.0;
23634                rel1 {
23635                   relative: 1.0  0.75;
23636                   to_x: "elm.padding.title.right";
23637                }
23638                rel2 {
23639                   relative: 0.0 0.0;
23640                   to_x: "elm.padding.right";
23641                   to_y: "bottom_line";
23642                }
23643                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23644                text {
23645                   font: "SLP:style=Roman";
23646                   size: GENLIST_FONT_44_INC;
23647                   min: 0 1;
23648                   align: 0.0 0.5;
23649                   text_class: "list_item";
23650                }
23651             }
23652          }
23653          GENLIST_PART_DISCLIP
23654       }
23655       programs {
23656          // signal: elm,state,%s,active
23657          //   a "check" item named %s went active
23658          // signal: elm,state,%s,passive
23659          //   a "check" item named %s went passive
23660          // default is passive
23661          /*program { name: "go_active";
23662             signal: "elm,state,selected";
23663             source: "elm";
23664             action: STATE_SET "selected" 0.0;
23665             target: "elm.text";
23666          }
23667          program { name: "go_passive";
23668             signal: "elm,state,unselected";
23669             source: "elm";
23670             action: STATE_SET "default" 0.0;
23671             target: "elm.text";
23672             transition: LINEAR 0.1;
23673          }*/
23674          program { name: "go_disabled";
23675             signal: "elm,state,disabled";
23676             source: "elm";
23677             action: STATE_SET "disabled" 0.0;
23678             target: "disclip";
23679          }
23680          program { name: "go_enabled";
23681             signal: "elm,state,enabled";
23682             source: "elm";
23683             action: STATE_SET "default" 0.0;
23684             target: "disclip";
23685          }
23686       }
23687    }
23688
23689    group { name: "elm/genlist/item/dialogue/1title.5text/default";
23690       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
23691       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
23692       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
23693       alias: "elm/layout/dialogue/1title.5text";
23694       data.item: "stacking" "above";
23695       data.item: "selectraise" "on";
23696       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
23697       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";
23698
23699       parts {
23700          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
23701          GENLIST_PART_DIALOGUE_BG_IMAGE
23702          GENLIST_PART_BOTTOM_LINE
23703          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23704          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23705          GENLIST_PART_DIALOGUE_ITEM
23706          GENLIST_PART_DIALOGUE_RIGHT_LINE
23707          part { name: "vertical_line";
23708             type: RECT;
23709             mouse_events: 0;
23710             description { state: "default" 0.0;
23711                min: 1 0;
23712                fixed: 1 0;
23713                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23714                rel1 {
23715                   relative: 1.0 0.0;
23716                   to_x: "elm.title";
23717                }
23718                rel2.to_x: "elm.title";
23719                align: 0.0 0.5;
23720             }
23721          }
23722          part { name: "center1_line";
23723             type: RECT;
23724             mouse_events: 0;
23725             description { state: "default" 0.0;
23726                min: 0 1;
23727                fixed: 0 1;
23728                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23729                rel1 {
23730                   relative: 1.0 0.2;
23731                   to_x: "vertical_line";
23732                }
23733                rel2.relative: 1.0 0.2;
23734                align: 0.5 1.0;
23735             }
23736          }
23737          part { name: "center2_line";
23738             type: RECT;
23739             mouse_events: 0;
23740             description { state: "default" 0.0;
23741                min: 0 1;
23742                fixed: 0 1;
23743                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23744                rel1 {
23745                   relative: 1.0 0.4;
23746                   to_x: "vertical_line";
23747                }
23748                rel2.relative: 1.0 0.4;
23749                align: 0.5 1.0;
23750             }
23751          }
23752          part { name: "center3_line";
23753             type: RECT;
23754             mouse_events: 0;
23755             description { state: "default" 0.0;
23756                min: 0 1;
23757                fixed: 0 1;
23758                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23759                rel1 {
23760                   relative: 1.0 0.6;
23761                   to_x: "vertical_line";
23762                }
23763                rel2.relative: 1.0 0.6;
23764                align: 0.5 1.0;
23765             }
23766          }
23767          part { name: "center4_line";
23768             type: RECT;
23769             mouse_events: 0;
23770             description { state: "default" 0.0;
23771                min: 0 1;
23772                fixed: 0 1;
23773                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23774                rel1 {
23775                   relative: 1.0 0.8;
23776                   to_x: "vertical_line";
23777                }
23778                rel2.relative: 1.0 0.8;
23779                align: 0.5 1.0;
23780             }
23781          }
23782          part { name: "elm.title";
23783             type: TEXT;
23784             mouse_events: 0;
23785             scale: 1;
23786             description { state: "default" 0.0;
23787                min: GENLIST_SIZE_163_INC 0;
23788                fixed: 1 0;
23789                rel1 {
23790                   relative: 1.0  0.0;
23791                   to_x: "elm.padding.left";
23792                }
23793                rel2.to_x: "elm.padding.left";
23794                align: 0.0 0.5;
23795                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
23796                text {
23797                   font: "SLP:style=Medium";
23798                   size: GENLIST_FONT_32_INC;
23799                   min: 0 1;
23800                   align: 0.0 0.5;
23801                   text_class: "slp_medium";
23802                }
23803             }
23804             GENLIST_DESCRIPTION_FLIP_ENABLED
23805          }
23806          part { name: "elm.flip.content.title";
23807             clip_to: "disclip";
23808             type: SWALLOW;
23809             description { state: "default" 0.0;
23810                visible: 0;
23811                fixed: 1 1;
23812                rel1.to: "elm.title";
23813                rel2.to: "elm.title";
23814             }
23815             description { state: "flip_enabled" 0.0;
23816                inherit: "default" 0.0;
23817                visible: 1;
23818             }
23819          }
23820          part { name: "elm.padding.title.right";
23821             type: RECT;
23822             mouse_events: 0;
23823             scale: 1;
23824             description { state: "default" 0.0;
23825                min: GENLIST_PADDING_16_INC 0;
23826                fixed: 1 0;
23827                rel1 {
23828                    relative: 1.0 0.0;
23829                    to_x: "elm.title";
23830                }
23831                rel2.to_x: "elm.title";
23832                visible: 0;
23833                align: 0.0 0.5;
23834             }
23835          }
23836          part { name: "elm.text.1";
23837             clip_to: "disclip";
23838             type: TEXT;
23839             mouse_events: 0;
23840             scale: 1;
23841             description { state: "default" 0.0;
23842                rel1 {
23843                   relative: 1.0 0.0;
23844                   to_x: "elm.padding.title.right";
23845                }
23846                rel2 {
23847                   relative: 0.0 0.0;
23848                   to_x: "elm.padding.right";
23849                   to_y: "center1_line";
23850                }
23851                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23852                text {
23853                   font: "SLP:style=Roman";
23854                   size: GENLIST_FONT_44_INC;
23855                   min: 0 1;
23856                   align: 0.0 0.5;
23857                   text_class: "list_item";
23858                }
23859             }
23860             GENLIST_DESCRIPTION_FLIP_ENABLED
23861          }
23862          part { name: "elm.flip.content.1";
23863             clip_to: "disclip";
23864             type: SWALLOW;
23865             description { state: "default" 0.0;
23866                visible: 0;
23867                fixed: 1 1;
23868                rel1.to: "elm.text.1";
23869                rel2.to: "elm.text.1";
23870             }
23871             description { state: "flip_enabled" 0.0;
23872                inherit: "default" 0.0;
23873                visible: 1;
23874             }
23875          }
23876          part { name: "elm.text.2";
23877             clip_to: "disclip";
23878             type: TEXT;
23879             mouse_events: 0;
23880             scale: 1;
23881             description { state: "default" 0.0;
23882                rel1 {
23883                   relative: 1.0 0.2;
23884                   to_x: "elm.padding.title.right";
23885                }
23886                rel2 {
23887                   relative: 0.0 0.0;
23888                   to_x: "elm.padding.right";
23889                   to_y: "center2_line";
23890                }
23891                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23892                text {
23893                   font: "SLP:style=Roman";
23894                   size: GENLIST_FONT_44_INC;
23895                   min: 0 1;
23896                   align: 0.0 0.5;
23897                   text_class: "slp_roman";
23898                }
23899             }
23900             GENLIST_DESCRIPTION_FLIP_ENABLED
23901          }
23902          part { name: "elm.flip.content.2";
23903             clip_to: "disclip";
23904             type: SWALLOW;
23905             description { state: "default" 0.0;
23906                visible: 0;
23907                fixed: 1 1;
23908                rel1.to: "elm.text.2";
23909                rel2.to: "elm.text.2";
23910             }
23911             description { state: "flip_enabled" 0.0;
23912                inherit: "default" 0.0;
23913                visible: 1;
23914             }
23915          }
23916          part { name: "elm.text.3";
23917             clip_to: "disclip";
23918             type: TEXT;
23919             mouse_events: 0;
23920             scale: 1;
23921             description { state: "default" 0.0;
23922                rel1 {
23923                   relative: 1.0  0.4;
23924                   to_x: "elm.padding.title.right";
23925                }
23926                rel2 {
23927                   relative: 0.0 0.0;
23928                   to_x: "elm.padding.right";
23929                   to_y: "center3_line";
23930                }
23931                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23932                text {
23933                   font: "SLP:style=Roman";
23934                   size: GENLIST_FONT_44_INC;
23935                   min: 0 1;
23936                   align: 0.0 0.5;
23937                   text_class: "slp_roman";
23938                }
23939             }
23940             GENLIST_DESCRIPTION_FLIP_ENABLED
23941          }
23942          part { name: "elm.flip.content.3";
23943             clip_to: "disclip";
23944             type: SWALLOW;
23945             description { state: "default" 0.0;
23946                visible: 0;
23947                fixed: 1 1;
23948                rel1.to: "elm.text.3";
23949                rel2.to: "elm.text.3";
23950             }
23951             description { state: "flip_enabled" 0.0;
23952                inherit: "default" 0.0;
23953                visible: 1;
23954             }
23955          }
23956          part { name: "elm.text.4";
23957             clip_to: "disclip";
23958             type: TEXT;
23959             mouse_events: 0;
23960             scale: 1;
23961             description { state: "default" 0.0;
23962                rel1 {
23963                   relative: 1.0 0.6;
23964                   to_x: "elm.padding.title.right";
23965                }
23966                rel2 {
23967                   relative: 0.0 0.0;
23968                   to_x: "elm.padding.right";
23969                   to_y: "center4_line";
23970                }
23971                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23972                text {
23973                   font: "SLP:style=Roman";
23974                   size: GENLIST_FONT_44_INC;
23975                   min: 0 1;
23976                   align: 0.0 0.5;
23977                   text_class: "slp_roman";
23978                }
23979             }
23980             GENLIST_DESCRIPTION_FLIP_ENABLED
23981          }
23982          part { name: "elm.flip.content.4";
23983             clip_to: "disclip";
23984             type: SWALLOW;
23985             description { state: "default" 0.0;
23986                visible: 0;
23987                fixed: 1 1;
23988                rel1.to: "elm.text.4";
23989                rel2.to: "elm.text.4";
23990             }
23991             description { state: "flip_enabled" 0.0;
23992                inherit: "default" 0.0;
23993                visible: 1;
23994             }
23995          }
23996          part { name: "elm.text.5";
23997             clip_to: "disclip";
23998             type: TEXT;
23999             mouse_events: 0;
24000             scale: 1;
24001             description { state: "default" 0.0;
24002                rel1 {
24003                   relative: 1.0  0.8;
24004                   to_x: "elm.padding.title.right";
24005                }
24006                rel2 {
24007                   relative: 0.0 0.0;
24008                   to_x: "elm.padding.right";
24009                   to_y: "bottom_line";
24010                }
24011                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24012                text {
24013                   font: "SLP:style=Roman";
24014                   size: GENLIST_FONT_44_INC;
24015                   min: 0 1;
24016                   align: 0.0 0.5;
24017                   text_class: "slp_roman";
24018                }
24019             }
24020             GENLIST_DESCRIPTION_FLIP_ENABLED
24021          }
24022          part { name: "elm.flip.content.5";
24023             clip_to: "disclip";
24024             type: SWALLOW;
24025             description { state: "default" 0.0;
24026                visible: 0;
24027                fixed: 1 1;
24028                rel1.to: "elm.text.5";
24029                rel2.to: "elm.text.5";
24030             }
24031             description { state: "flip_enabled" 0.0;
24032                inherit: "default" 0.0;
24033                visible: 1;
24034             }
24035          }
24036          GENLIST_PART_DISCLIP
24037       }
24038       programs {
24039          // signal: elm,state,%s,active
24040          //   a "check" item named %s went active
24041          // signal: elm,state,%s,passive
24042          //   a "check" item named %s went passive
24043          // default is passive
24044          /*program { name: "go_active";
24045             signal: "elm,state,selected";
24046             source: "elm";
24047             action: STATE_SET "selected" 0.0;
24048             target: "elm.text";
24049          }
24050          program { name: "go_passive";
24051             signal: "elm,state,unselected";
24052             source: "elm";
24053             action: STATE_SET "default" 0.0;
24054             target: "elm.text";
24055             transition: LINEAR 0.1;
24056          }*/
24057          program { name: "go_disabled";
24058             signal: "elm,state,disabled";
24059             source: "elm";
24060             action: STATE_SET "disabled" 0.0;
24061             target: "disclip";
24062          }
24063          program { name: "go_enabled";
24064             signal: "elm,state,enabled";
24065             source: "elm";
24066             action: STATE_SET "default" 0.0;
24067             target: "disclip";
24068          }
24069          program { name: "flip_enabled";
24070             signal: "elm,state,flip,enabled";
24071             source: "elm";
24072             action: STATE_SET "flip_enabled" 0.0;
24073             target: "elm.title";
24074             target: "elm.text.1";
24075             target: "elm.text.2";
24076             target: "elm.text.3";
24077             target: "elm.text.4";
24078             target: "elm.text.5";
24079             target: "elm.flip.content.title";
24080             target: "elm.flip.content.1";
24081             target: "elm.flip.content.2";
24082             target: "elm.flip.content.3";
24083             target: "elm.flip.content.4";
24084             target: "elm.flip.content.5";
24085          }
24086          program { name: "flip_disabled";
24087             signal: "elm,state,flip,disabled";
24088             source: "elm";
24089             action: STATE_SET "default" 0.0;
24090             target: "elm.title";
24091             target: "elm.text.1";
24092             target: "elm.text.2";
24093             target: "elm.text.3";
24094             target: "elm.text.4";
24095             target: "elm.text.5";
24096             target: "elm.flip.content.title";
24097             target: "elm.flip.content.1";
24098             target: "elm.flip.content.2";
24099             target: "elm.flip.content.3";
24100             target: "elm.flip.content.4";
24101             target: "elm.flip.content.5";
24102          }
24103       }
24104    }
24105
24106 /* extended item of bg/2text.1icon.3 */
24107    group { name: "elm/genlist/item/dialogue/bg/1text/default";
24108       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
24109       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
24110       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
24111       alias: "elm/layout/dialogue/bg/1text";
24112       data.item: "stacking" "above";
24113       data.item: "selectraise" "on";
24114       data.item: "texts" "elm.text";
24115       data.item: "flips" "elm.flip.content";
24116       parts {
24117          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_113_INC )
24118          GENLIST_PART_PADDING_TOP( 0 )
24119          GENLIST_PART_PADDING_BOTTOM( 0 )
24120          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24121          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24122          part { name: "elm.icon.bg";
24123             type: RECT;
24124             scale: 1;
24125             description { state: "default" 0.0;
24126                min: GENLIST_SIZE_160_INC 0;
24127                fixed: 1 0;
24128                align: 0.0 0.5;
24129                rel1 {
24130                   relative: 1.0 0.5;
24131                   to_x: "elm.padding.left";
24132                }
24133                rel2 {
24134                   relative: 1.0 0.5;
24135                   to_x: "elm.padding.left";
24136                }
24137                color: 0 0 0 0;
24138             }
24139          }
24140          part { name: "elm.padding.icon.right";
24141             type: RECT;
24142             mouse_events: 0;
24143             scale: 1;
24144             description { state: "default" 0.0;
24145                min: GENLIST_SIZE_16_INC 0;
24146                fixed: 1 0;
24147                rel1 {
24148                    relative: 1.0 0.0;
24149                    to_x: "elm.icon.bg";
24150                }
24151                rel2.to_x: "elm.icon.bg";
24152                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24153                align: 0.0 0.5;
24154             }
24155          }
24156          part { name: "elm.padding.text.left";
24157             type: RECT;
24158             mouse_events: 0;
24159             scale: 1;
24160             description { state: "default" 0.0;
24161                min: GENLIST_SIZE_16_INC 0;
24162                fixed: 1 0;
24163                rel1 {
24164                    relative: 1.0 1.0;
24165                    to_x: "elm.padding.icon.right";
24166                    to_y: "elm.padding.top";
24167                }
24168                rel2.to_x: "elm.padding.icon.right";
24169                visible: 0;
24170                align: 0.0 0.5;
24171             }
24172          }
24173          part { name: "vertical_line";
24174             type: RECT;
24175             mouse_events: 0;
24176             description { state: "default" 0.0;
24177                visible: 0;
24178                rel1 {
24179                   relative: 1.0 0.0;
24180                   to_x: "elm.padding.icon.right";
24181                }
24182                rel2.to_x: "elm.padding.icon.right";
24183                align: 0.0 0.5;
24184             }
24185          }
24186          part { name: "elm.text.bg";
24187             clip_to: "disclip";
24188             type: RECT;
24189             mouse_events: 0;
24190             scale: 1;
24191             description { state: "default" 0.0;
24192                rel1 {
24193                   relative: 1.0 0.0;
24194                   to_x: "elm.padding.icon.right";
24195                }
24196                rel2 {
24197                   relative: 1.0 1.0;
24198                   to_x: "elm.padding.right";
24199                }
24200                color: GENLIST_PART_BG_COLOR_INC;
24201             }
24202          }
24203          part { name: "elm.text";
24204             clip_to: "disclip";
24205             type: TEXT;
24206             mouse_events: 0;
24207             scale: 1;
24208             description { state: "default" 0.0;
24209                rel1 {
24210                   relative: 1.0 0.0;
24211                   to_x: "elm.padding.text.left";
24212                   to_y: "elm.text.bg";
24213                }
24214                rel2 {
24215                   relative: 0.0 1.0;
24216                   to_x: "elm.padding.right";
24217                   to_y: "elm.text.bg";
24218                }
24219                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24220                text {
24221                   font: "SLP:style=Roman";
24222                   size: GENLIST_FONT_44_INC;
24223                   min: 0 1;
24224                   align: 0.0 0.5;
24225                   text_class: "list_item";
24226                }
24227             }
24228             GENLIST_DESCRIPTION_FLIP_ENABLED
24229          }
24230          part { name: "elm.flip.content";
24231             clip_to: "disclip";
24232             type: SWALLOW;
24233             mouse_events: 1;
24234             scale: 1;
24235             description { state: "default" 0.0;
24236                fixed: 1 1;
24237                rel1 {
24238                   relative: 1.0 0.0;
24239                   to_x: "elm.padding.text.left";
24240                   to_y: "elm.text.bg";
24241                }
24242                rel2 {
24243                   relative: 0.0 1.0;
24244                   to_x: "elm.padding.right";
24245                   to_y: "elm.text.bg";
24246                }
24247                visible: 0;
24248             }
24249             description { state: "flip_enabled" 0.0;
24250                inherit: "default" 0.0;
24251                visible: 1;
24252             }
24253          }
24254          GENLIST_PART_DISCLIP
24255       }
24256       programs {
24257          // signal: elm,state,%s,active
24258          //   a "check" item named %s went active
24259          // signal: elm,state,%s,passive
24260          //   a "check" item named %s went passive
24261          // default is passive
24262          /*program { name: "go_active";
24263             signal: "elm,state,selected";
24264             source: "elm";
24265             action: STATE_SET "selected" 0.0;
24266             target: "elm.text";
24267          }
24268          program { name: "go_passive";
24269             signal: "elm,state,unselected";
24270             source: "elm";
24271             action: STATE_SET "default" 0.0;
24272             target: "elm.text";
24273             transition: LINEAR 0.1;
24274          }*/
24275          program { name: "go_disabled";
24276             signal: "elm,state,disabled";
24277             source: "elm";
24278             action: STATE_SET "disabled" 0.0;
24279             target: "disclip";
24280          }
24281          program { name: "go_enabled";
24282             signal: "elm,state,enabled";
24283             source: "elm";
24284             action: STATE_SET "default" 0.0;
24285             target: "disclip";
24286          }
24287          program { name: "flip_enabled";
24288             signal: "elm,state,flip,enabled";
24289             source: "elm";
24290             action: STATE_SET "flip_enabled" 0.0;
24291             target: "elm.text";
24292             target: "elm.flip.content";
24293          }
24294          program { name: "flip_disabled";
24295             signal: "elm,state,flip,disabled";
24296             source: "elm";
24297             action: STATE_SET "default" 0.0;
24298             target: "elm.text";
24299             target: "elm.flip.content";
24300          }
24301       }
24302    }
24303    // 2.2.2.38
24304    group { name: "elm/genlist/item/4text.1icon.1/default";
24305       alias: "elm/genlist/item_odd/4text.1icon.1/default";
24306       alias: "elm/genlist/item_compress/4text.1icon.1/default";
24307       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
24308       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24309       data.item: "contents" "elm.icon.1";
24310       data.item: "stacking" "above";
24311       data.item: "selectraise" "on";
24312       data.item: "flips" "elm.flip.content";
24313       images {
24314          image: "00_winset_list_bubble_bg.png" COMP;
24315       }
24316       parts {
24317          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24318          GENLIST_PART_BG_IMAGE
24319          GENLIST_PART_BOTTOM_LINE
24320          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24321          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24322          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24323          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24324
24325          part { name: "elm.text.1";
24326             clip_to: "disclip";
24327             type: TEXT;
24328             scale: 1;
24329             description { state: "default" 0.0;
24330                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24331                fixed: 0 1;
24332                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24333                rel1 { relative: 1.0 1.0;
24334                   to_x: "elm.padding.left";
24335                   to_y: "elm.padding.top";
24336                }
24337                rel2 { relative: 0.0 1.0;
24338                   to_x: "elm.padding.text1.right";
24339                   to_y: "elm.padding.text1.right";
24340                }
24341                text {
24342                   font: "SLP:style=Roman";
24343                   size: GENLIST_FONT_44_INC;
24344                   min: 0 1;
24345                   align: 0.0 0.5;
24346                   text_class: "list_item";
24347                }
24348             }
24349             description { state: "read" 0.0;
24350                inherit: "default" 0.0;
24351                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24352             }
24353             description { state: "selected" 0.0;
24354                inherit: "default" 0.0;
24355                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24356             }
24357             GENLIST_DESCRIPTION_FLIP_ENABLED
24358          }
24359          part { name: "elm.padding.text1.right";
24360             clip_to: "disclip";
24361             type: RECT;
24362             scale: 1;
24363             description { state: "default" 0.0;
24364                fixed: 1 1 ;
24365                align: 1.0 0.0;
24366                visible: 0;
24367                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24368                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24369                rel1 { relative: 0.0 1.0;
24370                   to_x: "elm.text.2";
24371                   to_y: "elm.padding.top";
24372                }
24373                rel2 { relative: 0.0 1.0;
24374                   to_x: "elm.text.2";
24375                   to_y: "elm.padding.top";
24376                }
24377             }
24378          }
24379          part { name: "elm.text.2";
24380             clip_to: "disclip";
24381             type: TEXT;
24382             scale: 1;
24383             description { state: "default" 0.0;
24384                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24385                fixed: 0 1;
24386                align: 1.0 1.0;
24387                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24388                rel1 { relative: 0.0 1.0;
24389                   to_x: "elm.padding.right";
24390                   to_y: "elm.padding.bottom";
24391                }
24392                rel2 { relative: 0.0 1.0;
24393                  to_x: "elm.padding.right";
24394                  to_y: "elm.padding.bottom";
24395                }
24396                text {
24397                   font: "SLP:style=Medium";
24398                   size: GENLIST_FONT_32_INC;
24399                   min: 1 1;
24400                   align: 0.5 0.5;
24401                   text_class: "slp_medium";
24402               }
24403             }
24404             description { state: "selected" 0.0;
24405                inherit: "default" 0.0;
24406                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24407             }
24408             GENLIST_DESCRIPTION_FLIP_ENABLED
24409          }
24410          part { name: "elm.bubble";
24411             type: IMAGE;
24412             description{ state: "default" 0.0;
24413                fixed: 0 1;
24414                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24415                rel1 { relative: 0 0;
24416                   to_x: "elm.padding.bubble.text4.left";
24417                   to_y: "elm.padding.bubble.text4.left";
24418                }
24419                rel2 { relative: 1 1;
24420                   to_x: "elm.padding.bubble.text4.right";
24421                   to_y: "elm.padding.bubble.text4.right";
24422                }
24423                image {
24424                   normal: "00_winset_list_bubble_bg.png";
24425                   border:  6 6 0 0;
24426                }
24427             }
24428          }
24429          part { name: "elm.padding.bubble.text4.left";
24430             type: RECT;
24431             scale: 1;
24432             description { state: "default" 0.0;
24433                fixed: 1 1;
24434                align: 1 0;
24435                visible: 0;
24436                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24437                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24438                rel1 { relative: 0 1;
24439                   to_x: "elm.text.4";
24440                   to_y: "elm.padding.top";
24441                }
24442                rel2 { relative: 0 0;
24443                   to_x: "elm.text.4";
24444                   to_y: "elm.text.2";
24445                }
24446
24447             }
24448          }
24449          part { name: "elm.padding.bubble.text4.right";
24450             type: RECT;
24451             scale: 1;
24452             description { state: "default" 0.0;
24453                fixed: 1 1;
24454                align: 1 0;
24455                visible: 0;
24456                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24457                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24458                rel1 { relative: 0 1;
24459                   to_x: "elm.padding.right";
24460                   to_y: "elm.padding.top";
24461                }
24462                rel2 { relative: 0 0;
24463                   to_x: "elm.padding.right";
24464                   to_y: "elm.text.2";
24465                }
24466             }
24467          }
24468          part { name: "elm.text.4";
24469             clip_to: "disclip";
24470             type: TEXT;
24471             scale: 1;
24472             description { state: "default" 0.0;
24473                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24474                fixed: 0 1;
24475                align: 1.0 0.0;
24476                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24477                rel1 { relative: 0 1;
24478                   to_x: "elm.padding.bubble.text4.right";
24479                   to_y: "elm.padding.top";
24480                }
24481                rel2 { relative: 0 0;
24482                   to_x: "elm.padding.bubble.text4.right";
24483                   to_y: "elm.text.2";
24484                }
24485                text {
24486                   font: "SLP:style=Medium";
24487                   size: GENLIST_FONT_32_INC;
24488                   min: 1 1;
24489                   align: 0.5 0.5;
24490                   text_class: "slp_medium";
24491                }
24492             }
24493             GENLIST_DESCRIPTION_FLIP_ENABLED
24494          }
24495
24496          part { name: "elm.padding.icon1.right";
24497             clip_to: "disclip";
24498             type: RECT;
24499             scale: 1;
24500             description { state: "default" 0.0;
24501                fixed: 1 1;
24502                align: 1.0 0.0;
24503                visible: 0;
24504                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24505                rel1 { relative: 0 0;
24506                   to_x: "elm.padding.bubble.text4.left";
24507                   to_y: "elm.padding.top";
24508                }
24509                rel2 { relative: 0 0;
24510                   to_x: "elm.padding.bubble.text4.left";
24511                   to_y: "elm.padding.bubble.text4.left";
24512                }
24513             }
24514          }
24515          part { name: "elm.icon.1";
24516             clip_to: "disclip";
24517             type: SWALLOW;
24518             scale: 1;
24519             description { state: "default" 0.0;
24520                color: 0 255 255 255;
24521                fixed: 1 1;
24522                align: 1.0 0.0;
24523                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24524                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24525                rel1 { relative: 0 0;
24526                   to_x: "elm.padding.icon1.right";
24527                   to_y: "elm.padding.top";
24528                }
24529                rel2 { relative: 0 1;
24530                   to_x: "elm.padding.icon1.right";
24531                   to_y: "elm.padding.icon1.right";
24532                }
24533             }
24534          }
24535          part { name: "elm.padding.text3.right";
24536             clip_to: "disclip";
24537             type: RECT;
24538             scale: 1;
24539             description { state: "default" 0.0;
24540                fixed: 1 1;
24541                align: 1.0 0.0;
24542                visible: 0;
24543                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24544                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24545                rel1 { relative: 0 0;
24546                   to_x: "elm.icon.1";
24547                   to_y: "elm.icon.1";
24548                }
24549                rel2 { relative: 0 0;
24550                   to_x: "elm.icon.1";
24551                   to_y: "elm.padding.bottom";
24552                }
24553             }
24554          }
24555          part { name: "elm.text.3";
24556             clip_to: "disclip";
24557             type: TEXT;
24558             scale: 1;
24559             description { state: "default" 0.0;
24560                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24561                fixed: 0 1;
24562                align: 0.0 0.0;
24563                min: 0 GENLIST_SIZE_48_INC;
24564                rel1 { relative: 1 1;
24565                   to_x: "elm.padding.left";
24566                   to_y: "elm.text.1";
24567                }
24568                rel2 { relative: 0 1;
24569                   to_x: "elm.padding.text3.right";
24570                   to_y: "elm.padding.text3.right";
24571                }
24572                text {
24573                   font: "SLP:style=Medium";
24574                   size: GENLIST_FONT_32_INC;
24575                   min: 0 1;
24576                   align: 0.0 0.5;
24577                   text_class: "slp_medium";
24578                }
24579             }
24580             description { state: "selected" 0.0;
24581                inherit: "default" 0.0;
24582                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24583             }
24584             GENLIST_DESCRIPTION_FLIP_ENABLED
24585          }
24586          GENLIST_PART_FLIP
24587          GENLIST_PART_DISCLIP
24588       }
24589       programs {
24590          // signal: elm,state,%s,active
24591          //   a "check" item named %s went active
24592          // signal: elm,state,%s,passive
24593          //   a "check" item named %s went passive
24594          // default is passive
24595          program { name: "go_active";
24596             signal: "elm,state,selected";
24597             source: "elm";
24598             action: STATE_SET "selected" 0.0;
24599             target: "elm.text.1";
24600             target: "elm.text.2";
24601          }
24602          program { name: "go_passive";
24603             signal: "elm,state,unselected";
24604             source: "elm";
24605             action: STATE_SET "default" 0.0;
24606             target: "elm.text.1";
24607             target: "elm.text.2";
24608             transition: LINEAR 0.1;
24609          }
24610          program { name: "go_read";
24611             signal: "elm,state,read";
24612             source: "elm";
24613             action: STATE_SET "read" 0.0;
24614             target: "elm.text.1";
24615          }
24616          program { name: "go_unread";
24617             signal: "elm,state,unread";
24618             source: "elm";
24619             action: STATE_SET "default" 0.0;
24620             target: "elm.text.1";
24621          }
24622       }
24623    }
24624    // 2.2.2.39
24625    group { name: "elm/genlist/item/4text.1icon.2/default";
24626       alias: "elm/genlist/item_odd/4text.1icon.2/default";
24627       alias: "elm/genlist/item_compress/4text.1icon.2/default";
24628       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
24629       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24630       data.item: "contents" "elm.icon.1";
24631       data.item: "stacking" "above";
24632       data.item: "selectraise" "on";
24633       data.item: "flips" "elm.flip.content";
24634       parts {
24635          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24636          GENLIST_PART_BG_IMAGE
24637          GENLIST_PART_BOTTOM_LINE
24638          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24639          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24640          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24641          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24642
24643          part { name: "elm.text.1";
24644             clip_to: "disclip";
24645             type: TEXT;
24646             scale: 1;
24647             description { state: "default" 0.0;
24648                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24649                fixed: 0 1;
24650                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24651                rel1 { relative: 1.0 1.0;
24652                   to_x: "elm.padding.left";
24653                   to_y: "elm.padding.top";
24654                }
24655                rel2 { relative: 0.0 1.0;
24656                   to_x: "elm.padding.text1.right";
24657                   to_y: "elm.padding.text1.right";
24658                }
24659                text {
24660                   font: "SLP:style=Roman";
24661                   size: GENLIST_FONT_44_INC;
24662                   min: 0 1;
24663                   align: 0.0 0.5;
24664                   text_class: "list_item";
24665                }
24666             }
24667             description { state: "read" 0.0;
24668                inherit: "default" 0.0;
24669                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24670             }
24671             description { state: "selected" 0.0;
24672                inherit: "default" 0.0;
24673                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24674             }
24675             GENLIST_DESCRIPTION_FLIP_ENABLED
24676          }
24677          part { name: "elm.padding.text1.right";
24678             clip_to: "disclip";
24679             type: RECT;
24680             scale: 1;
24681             description { state: "default" 0.0;
24682                fixed: 1 1 ;
24683                align: 1.0 0.0;
24684                visible: 0;
24685                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24686                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24687                rel1 { relative: 0.0 1.0;
24688                   to_x: "elm.text.2";
24689                   to_y: "elm.padding.top";
24690                }
24691                rel2 { relative: 0.0 1.0;
24692                   to_x: "elm.text.2";
24693                   to_y: "elm.padding.top";
24694                }
24695             }
24696          }
24697          part { name: "elm.text.2";
24698             clip_to: "disclip";
24699             type: TEXT;
24700             scale: 1;
24701             description { state: "default" 0.0;
24702                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24703                fixed: 0 1;
24704                align: 1.0 1.0;
24705                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24706                rel1 { relative: 0.0 1.0;
24707                   to_x: "elm.padding.right";
24708                   to_y: "elm.padding.bottom";
24709                }
24710                rel2 { relative: 0.0 1.0;
24711                  to_x: "elm.padding.right";
24712                  to_y: "elm.padding.bottom";
24713                }
24714                text {
24715                   font: "SLP:style=Medium";
24716                   size: GENLIST_FONT_32_INC;
24717                   min: 1 1;
24718                   align: 0.5 0.5;
24719                   text_class: "slp_medium";
24720               }
24721             }
24722             description { state: "selected" 0.0;
24723                inherit: "default" 0.0;
24724                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24725             }
24726             GENLIST_DESCRIPTION_FLIP_ENABLED
24727          }
24728          part { name: "elm.text.4";
24729             clip_to: "disclip";
24730             type: TEXT;
24731             scale: 1;
24732             description { state: "default" 0.0;
24733                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24734                fixed: 0 1;
24735                align: 1.0 0.0;
24736                min: 0 GENLIST_SIZE_48_INC;
24737                rel1 { relative: 0 1;
24738                   to_x: "elm.padding.right";
24739                   to_y: "elm.padding.top";
24740                }
24741                rel2 { relative: 0 0;
24742                   to_x: "elm.padding.right";
24743                   to_y: "elm.text.2";
24744                }
24745                text {
24746                   font: "SLP:style=Medium";
24747                   size: GENLIST_FONT_32_INC;
24748                   min: 1 1;
24749                   align: 0.5 0.5;
24750                   text_class: "slp_medium";
24751                }
24752             }
24753             GENLIST_DESCRIPTION_FLIP_ENABLED
24754          }
24755          part { name: "elm.padding.icon1.right";
24756             clip_to: "disclip";
24757             type: RECT;
24758             scale: 1;
24759             description { state: "default" 0.0;
24760                fixed: 1 1;
24761                align: 1.0 0.0;
24762                visible: 0;
24763                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24764                rel1 { relative: 0 0;
24765                   to_x: "elm.text.4";
24766                   to_y: "elm.padding.top";
24767                }
24768                rel2 { relative: 0 0;
24769                   to_x: "elm.text.4";
24770                   to_y: "elm.text.4";
24771                }
24772             }
24773          }
24774          part { name: "elm.icon.1";
24775             clip_to: "disclip";
24776             type: SWALLOW;
24777             scale: 1;
24778             description { state: "default" 0.0;
24779                color: 0 255 255 255;
24780                fixed: 1 1;
24781                align: 1.0 0.0;
24782                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24783                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24784                rel1 { relative: 0 0;
24785                   to_x: "elm.padding.icon1.right";
24786                   to_y: "elm.padding.top";
24787                }
24788                rel2 { relative: 0 1;
24789                   to_x: "elm.padding.icon1.right";
24790                   to_y: "elm.padding.icon1.right";
24791                }
24792             }
24793          }
24794          part { name: "elm.padding.text3.right";
24795             clip_to: "disclip";
24796             type: RECT;
24797             scale: 1;
24798             description { state: "default" 0.0;
24799                fixed: 1 1;
24800                align: 1.0 0.0;
24801                visible: 0;
24802                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24803                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24804                rel1 { relative: 0 0;
24805                   to_x: "elm.icon.1";
24806                   to_y: "elm.icon.1";
24807                }
24808                rel2 { relative: 0 0;
24809                   to_x: "elm.icon.1";
24810                   to_y: "elm.padding.bottom";
24811                }
24812             }
24813          }
24814          part { name: "elm.text.3";
24815             clip_to: "disclip";
24816             type: TEXT;
24817             scale: 1;
24818             description { state: "default" 0.0;
24819                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24820                fixed: 0 1;
24821                align: 0.0 0.0;
24822                min: 0 GENLIST_SIZE_48_INC;
24823                rel1 { relative: 1 1;
24824                   to_x: "elm.padding.left";
24825                   to_y: "elm.text.1";
24826                }
24827                rel2 { relative: 0 1;
24828                   to_x: "elm.padding.text3.right";
24829                   to_y: "elm.padding.text3.right";
24830                }
24831                text {
24832                   font: "SLP:style=Medium";
24833                   size: GENLIST_FONT_32_INC;
24834                   min: 0 1;
24835                   align: 0.0 0.5;
24836                   text_class: "slp_medium";
24837                }
24838             }
24839             description { state: "selected" 0.0;
24840                inherit: "default" 0.0;
24841                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24842             }
24843             GENLIST_DESCRIPTION_FLIP_ENABLED
24844          }
24845          GENLIST_PART_FLIP
24846          GENLIST_PART_DISCLIP
24847       }
24848       programs {
24849          // signal: elm,state,%s,active
24850          //   a "check" item named %s went active
24851          // signal: elm,state,%s,passive
24852          //   a "check" item named %s went passive
24853          // default is passive
24854          program { name: "go_active";
24855             signal: "elm,state,selected";
24856             source: "elm";
24857             action: STATE_SET "selected" 0.0;
24858             target: "elm.text.1";
24859             target: "elm.text.2";
24860          }
24861          program { name: "go_passive";
24862             signal: "elm,state,unselected";
24863             source: "elm";
24864             action: STATE_SET "default" 0.0;
24865             target: "elm.text.1";
24866             target: "elm.text.2";
24867             transition: LINEAR 0.1;
24868          }
24869          program { name: "go_read";
24870             signal: "elm,state,read";
24871             source: "elm";
24872             action: STATE_SET "read" 0.0;
24873             target: "elm.text.1";
24874          }
24875          program { name: "go_unread";
24876             signal: "elm,state,unread";
24877             source: "elm";
24878             action: STATE_SET "default" 0.0;
24879             target: "elm.text.1";
24880          }
24881       }
24882    }
24883    // 2.2.2.40
24884    group { name: "elm/genlist/item/4text.1/default";
24885       alias: "elm/genlist/item_odd/4text.1/default";
24886       alias: "elm/genlist/item_compress/4text.1/default";
24887       alias: "elm/genlist/item_compress_odd/4text.1/default";
24888       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24889       data.item: "stacking" "above";
24890       data.item: "selectraise" "on";
24891       data.item: "flips" "elm.flip.content";
24892       images {
24893          image: "00_winset_list_bubble_bg.png" COMP;
24894       }
24895       parts {
24896          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24897          GENLIST_PART_BG_IMAGE
24898          GENLIST_PART_BOTTOM_LINE
24899          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24900          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24901          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24902          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24903
24904          part { name: "elm.text.1";
24905             clip_to: "disclip";
24906             type: TEXT;
24907             scale: 1;
24908             description { state: "default" 0.0;
24909                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24910                fixed: 0 1;
24911                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24912                rel1 { relative: 1.0 1.0;
24913                   to_x: "elm.padding.left";
24914                   to_y: "elm.padding.top";
24915                }
24916                rel2 { relative: 0.0 1.0;
24917                   to_x: "elm.padding.text1.right";
24918                   to_y: "elm.padding.text1.right";
24919                }
24920                text {
24921                   font: "SLP:style=Roman";
24922                   size: GENLIST_FONT_44_INC;
24923                   min: 0 1;
24924                   align: 0.0 0.5;
24925                   text_class: "list_item";
24926                }
24927             }
24928             description { state: "read" 0.0;
24929                inherit: "default" 0.0;
24930                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24931             }
24932             description { state: "selected" 0.0;
24933                inherit: "default" 0.0;
24934                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24935             }
24936             GENLIST_DESCRIPTION_FLIP_ENABLED
24937          }
24938          part { name: "elm.padding.text1.right";
24939             clip_to: "disclip";
24940             type: RECT;
24941             scale: 1;
24942             description { state: "default" 0.0;
24943                fixed: 1 1 ;
24944                align: 1.0 0.0;
24945                visible: 0;
24946                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24947                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24948                rel1 { relative: 0.0 1.0;
24949                   to_x: "elm.text.2";
24950                   to_y: "elm.padding.top";
24951                }
24952                rel2 { relative: 0.0 1.0;
24953                   to_x: "elm.text.2";
24954                   to_y: "elm.padding.top";
24955                }
24956             }
24957          }
24958          part { name: "elm.text.2";
24959             clip_to: "disclip";
24960             type: TEXT;
24961             scale: 1;
24962             description { state: "default" 0.0;
24963                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24964                fixed: 0 1;
24965                align: 1.0 1.0;
24966                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24967                rel1 { relative: 0.0 1.0;
24968                   to_x: "elm.padding.right";
24969                   to_y: "elm.padding.bottom";
24970                }
24971                rel2 { relative: 0.0 1.0;
24972                  to_x: "elm.padding.right";
24973                  to_y: "elm.padding.bottom";
24974                }
24975                text {
24976                   font: "SLP:style=Medium";
24977                   size: GENLIST_FONT_32_INC;
24978                   min: 1 1;
24979                   align: 0.5 0.5;
24980                   text_class: "slp_medium";
24981               }
24982             }
24983             description { state: "selected" 0.0;
24984                inherit: "default" 0.0;
24985                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24986             }
24987             GENLIST_DESCRIPTION_FLIP_ENABLED
24988          }
24989          part { name: "elm.bubble";
24990             type: IMAGE;
24991             description{ state: "default" 0.0;
24992                fixed: 0 1;
24993                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24994                rel1 { relative: 0 0;
24995                   to_x: "elm.padding.bubble.text4.left";
24996                   to_y: "elm.padding.bubble.text4.left";
24997                }
24998                rel2 { relative: 1 1;
24999                   to_x: "elm.padding.bubble.text4.right";
25000                   to_y: "elm.padding.bubble.text4.right";
25001                }
25002                image {
25003                   normal: "00_winset_list_bubble_bg.png";
25004                   border:  6 6 0 0;
25005                }
25006             }
25007          }
25008          part { name: "elm.padding.bubble.text4.left";
25009             type: RECT;
25010             scale: 1;
25011             description { state: "default" 0.0;
25012                fixed: 1 1;
25013                align: 1 0;
25014                visible: 0;
25015                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25016                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25017                rel1 { relative: 0 1;
25018                   to_x: "elm.text.4";
25019                   to_y: "elm.padding.top";
25020                }
25021                rel2 { relative: 0 0;
25022                   to_x: "elm.text.4";
25023                   to_y: "elm.text.2";
25024                }
25025
25026             }
25027          }
25028          part { name: "elm.padding.bubble.text4.right";
25029             type: RECT;
25030             scale: 1;
25031             description { state: "default" 0.0;
25032                fixed: 1 1;
25033                align: 1 0;
25034                visible: 0;
25035                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25036                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25037                rel1 { relative: 0 1;
25038                   to_x: "elm.padding.right";
25039                   to_y: "elm.padding.top";
25040                }
25041                rel2 { relative: 0 0;
25042                   to_x: "elm.padding.right";
25043                   to_y: "elm.text.2";
25044                }
25045             }
25046          }
25047          part { name: "elm.text.4";
25048             clip_to: "disclip";
25049             type: TEXT;
25050             scale: 1;
25051             description { state: "default" 0.0;
25052                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25053                fixed: 0 1;
25054                align: 1.0 0.0;
25055                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25056                rel1 { relative: 0 1;
25057                   to_x: "elm.padding.bubble.text4.right";
25058                   to_y: "elm.padding.top";
25059                }
25060                rel2 { relative: 0 0;
25061                   to_x: "elm.padding.bubble.text4.right";
25062                   to_y: "elm.text.2";
25063                }
25064                text {
25065                   font: "SLP:style=Medium";
25066                   size: GENLIST_FONT_32_INC;
25067                   min: 1 1;
25068                   align: 0.5 0.5;
25069                   text_class: "slp_medium";
25070                }
25071             }
25072             GENLIST_DESCRIPTION_FLIP_ENABLED
25073          }
25074          part { name: "elm.padding.text3.right";
25075             clip_to: "disclip";
25076             type: RECT;
25077             scale: 1;
25078             description { state: "default" 0.0;
25079                fixed: 1 1;
25080                align: 1.0 0.0;
25081                visible: 0;
25082                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25083                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25084                rel1 { relative: 0 0;
25085                   to_x: "elm.padding.bubble.text4.left";
25086                   to_y: "elm.padding.bubble.text4.left";
25087                }
25088                rel2 { relative: 0 0;
25089                   to_x: "elm.padding.bubble.text4.left";
25090                   to_y: "elm.padding.bottom";
25091                }
25092             }
25093          }
25094          part { name: "elm.text.3";
25095             clip_to: "disclip";
25096             type: TEXT;
25097             scale: 1;
25098             description { state: "default" 0.0;
25099                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25100                fixed: 0 1;
25101                align: 0.0 0.0;
25102                min: 0 GENLIST_SIZE_48_INC;
25103                rel1 { relative: 1 1;
25104                   to_x: "elm.padding.left";
25105                   to_y: "elm.text.1";
25106                }
25107                rel2 { relative: 0 1;
25108                   to_x: "elm.padding.text3.right";
25109                   to_y: "elm.padding.text3.right";
25110                }
25111                text {
25112                   font: "SLP:style=Medium";
25113                   size: GENLIST_FONT_32_INC;
25114                   min: 0 1;
25115                   align: 0.0 0.5;
25116                   text_class: "slp_medium";
25117                }
25118             }
25119             description { state: "selected" 0.0;
25120                inherit: "default" 0.0;
25121                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25122             }
25123             GENLIST_DESCRIPTION_FLIP_ENABLED
25124          }
25125          GENLIST_PART_FLIP
25126          GENLIST_PART_DISCLIP
25127       }
25128       programs {
25129          // signal: elm,state,%s,active
25130          //   a "check" item named %s went active
25131          // signal: elm,state,%s,passive
25132          //   a "check" item named %s went passive
25133          // default is passive
25134          program { name: "go_active";
25135             signal: "elm,state,selected";
25136             source: "elm";
25137             action: STATE_SET "selected" 0.0;
25138             target: "elm.text.1";
25139             target: "elm.text.2";
25140          }
25141          program { name: "go_passive";
25142             signal: "elm,state,unselected";
25143             source: "elm";
25144             action: STATE_SET "default" 0.0;
25145             target: "elm.text.1";
25146             target: "elm.text.2";
25147             transition: LINEAR 0.1;
25148          }
25149          program { name: "go_read";
25150             signal: "elm,state,read";
25151             source: "elm";
25152             action: STATE_SET "read" 0.0;
25153             target: "elm.text.1";
25154          }
25155          program { name: "go_unread";
25156             signal: "elm,state,unread";
25157             source: "elm";
25158             action: STATE_SET "default" 0.0;
25159             target: "elm.text.1";
25160          }
25161       }
25162    }
25163    // 2.2.2.41
25164    group { name: "elm/genlist/item/4text.2/default";
25165       alias: "elm/genlist/item_odd/4text.2/default";
25166       alias: "elm/genlist/item_compress/4text.2/default";
25167       alias: "elm/genlist/item_compress_odd/4text.2/default";
25168       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25169       data.item: "stacking" "above";
25170       data.item: "selectraise" "on";
25171       data.item: "flips" "elm.flip.content";
25172       parts {
25173          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25174          GENLIST_PART_BG_IMAGE
25175          GENLIST_PART_BOTTOM_LINE
25176          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25177          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25178          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25179          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25180
25181          part { name: "elm.text.1";
25182             clip_to: "disclip";
25183             type: TEXT;
25184             scale: 1;
25185             description { state: "default" 0.0;
25186                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25187                fixed: 0 1;
25188                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25189                rel1 { relative: 1.0 1.0;
25190                   to_x: "elm.padding.left";
25191                   to_y: "elm.padding.top";
25192                }
25193                rel2 { relative: 0.0 1.0;
25194                   to_x: "elm.padding.text1.right";
25195                   to_y: "elm.padding.text1.right";
25196                }
25197                text {
25198                   font: "SLP:style=Roman";
25199                   size: GENLIST_FONT_44_INC;
25200                   min: 0 1;
25201                   align: 0.0 0.5;
25202                   text_class: "list_item";
25203                }
25204             }
25205             description { state: "read" 0.0;
25206                inherit: "default" 0.0;
25207                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25208             }
25209             description { state: "selected" 0.0;
25210                inherit: "default" 0.0;
25211                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25212             }
25213             GENLIST_DESCRIPTION_FLIP_ENABLED
25214          }
25215          part { name: "elm.padding.text1.right";
25216             clip_to: "disclip";
25217             type: RECT;
25218             scale: 1;
25219             description { state: "default" 0.0;
25220                fixed: 1 1 ;
25221                align: 1.0 0.0;
25222                visible: 0;
25223                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25224                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25225                rel1 { relative: 0.0 1.0;
25226                   to_x: "elm.text.2";
25227                   to_y: "elm.padding.top";
25228                }
25229                rel2 { relative: 0.0 1.0;
25230                   to_x: "elm.text.2";
25231                   to_y: "elm.padding.top";
25232                }
25233             }
25234          }
25235          part { name: "elm.text.2";
25236             clip_to: "disclip";
25237             type: TEXT;
25238             scale: 1;
25239             description { state: "default" 0.0;
25240                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25241                fixed: 0 1;
25242                align: 1.0 1.0;
25243                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25244                rel1 { relative: 0.0 1.0;
25245                   to_x: "elm.padding.right";
25246                   to_y: "elm.padding.bottom";
25247                }
25248                rel2 { relative: 0.0 1.0;
25249                  to_x: "elm.padding.right";
25250                  to_y: "elm.padding.bottom";
25251                }
25252                text {
25253                   font: "SLP:style=Medium";
25254                   size: GENLIST_FONT_32_INC;
25255                   min: 1 1;
25256                   align: 0.5 0.5;
25257                   text_class: "slp_medium";
25258               }
25259             }
25260             description { state: "selected" 0.0;
25261                inherit: "default" 0.0;
25262                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25263             }
25264             GENLIST_DESCRIPTION_FLIP_ENABLED
25265          }
25266          part { name: "elm.text.4";
25267             clip_to: "disclip";
25268             type: TEXT;
25269             scale: 1;
25270             description { state: "default" 0.0;
25271                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25272                fixed: 0 1;
25273                align: 1.0 0.0;
25274                min: 0 GENLIST_SIZE_48_INC;
25275                rel1 { relative: 0 1;
25276                   to_x: "elm.padding.right";
25277                   to_y: "elm.padding.top";
25278                }
25279                rel2 { relative: 0 0;
25280                   to_x: "elm.padding.right";
25281                   to_y: "elm.text.2";
25282                }
25283                text {
25284                   font: "SLP:style=Medium";
25285                   size: GENLIST_FONT_32_INC;
25286                   min: 1 1;
25287                   align: 0.5 0.5;
25288                   text_class: "slp_medium";
25289                }
25290             }
25291             GENLIST_DESCRIPTION_FLIP_ENABLED
25292          }
25293          part { name: "elm.padding.text3.right";
25294             clip_to: "disclip";
25295             type: RECT;
25296             scale: 1;
25297             description { state: "default" 0.0;
25298                fixed: 1 1;
25299                align: 1.0 0.0;
25300                visible: 0;
25301                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25302                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25303                rel1 { relative: 0 0;
25304                   to_x: "elm.text.4";
25305                   to_y: "elm.text.4";
25306                }
25307                rel2 { relative: 0 0;
25308                   to_x: "elm.text.4";
25309                   to_y: "elm.padding.bottom";
25310                }
25311             }
25312          }
25313          part { name: "elm.text.3";
25314             clip_to: "disclip";
25315             type: TEXT;
25316             scale: 1;
25317             description { state: "default" 0.0;
25318                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25319                fixed: 0 1;
25320                align: 0.0 0.0;
25321                min: 0 GENLIST_SIZE_48_INC;
25322                rel1 { relative: 1 1;
25323                   to_x: "elm.padding.left";
25324                   to_y: "elm.text.1";
25325                }
25326                rel2 { relative: 0 1;
25327                   to_x: "elm.padding.text3.right";
25328                   to_y: "elm.padding.text3.right";
25329                }
25330                text {
25331                   font: "SLP:style=Medium";
25332                   size: GENLIST_FONT_32_INC;
25333                   min: 0 1;
25334                   align: 0.0 0.5;
25335                   text_class: "slp_medium";
25336                }
25337             }
25338             description { state: "selected" 0.0;
25339                inherit: "default" 0.0;
25340                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25341             }
25342             GENLIST_DESCRIPTION_FLIP_ENABLED
25343          }
25344          GENLIST_PART_FLIP
25345          GENLIST_PART_DISCLIP
25346       }
25347       programs {
25348          // signal: elm,state,%s,active
25349          //   a "check" item named %s went active
25350          // signal: elm,state,%s,passive
25351          //   a "check" item named %s went passive
25352          // default is passive
25353          program { name: "go_active";
25354             signal: "elm,state,selected";
25355             source: "elm";
25356             action: STATE_SET "selected" 0.0;
25357             target: "elm.text.1";
25358             target: "elm.text.2";
25359          }
25360          program { name: "go_passive";
25361             signal: "elm,state,unselected";
25362             source: "elm";
25363             action: STATE_SET "default" 0.0;
25364             target: "elm.text.1";
25365             target: "elm.text.2";
25366             transition: LINEAR 0.1;
25367          }
25368          program { name: "go_read";
25369             signal: "elm,state,read";
25370             source: "elm";
25371             action: STATE_SET "read" 0.0;
25372             target: "elm.text.1";
25373          }
25374          program { name: "go_unread";
25375             signal: "elm,state,unread";
25376             source: "elm";
25377             action: STATE_SET "default" 0.0;
25378             target: "elm.text.1";
25379          }
25380       }
25381    }
25382    // 2.2.2.42
25383    group { name: "elm/genlist/item/3text.1icon.3/default";
25384       alias: "elm/genlist/item_odd/3text.1icon.3/default";
25385       alias: "elm/genlist/item_compress/3text.1icon.3/default";
25386       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
25387       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25388       data.item: "contents" "elm.icon.1";
25389       data.item: "stacking" "above";
25390       data.item: "selectraise" "on";
25391       data.item: "flips" "elm.flip.content";
25392       parts {
25393          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25394          GENLIST_PART_BG_IMAGE
25395          GENLIST_PART_BOTTOM_LINE
25396          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25397          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25398          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25399          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25400
25401          part { name: "elm.text.1";
25402             clip_to: "disclip";
25403             type: TEXT;
25404             scale: 1;
25405             description { state: "default" 0.0;
25406                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25407                fixed: 0 1;
25408                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25409                rel1 { relative: 1.0 1.0;
25410                   to_x: "elm.padding.left";
25411                   to_y: "elm.padding.top";
25412                }
25413                rel2 { relative: 0.0 1.0;
25414                   to_x: "elm.padding.text1.right";
25415                   to_y: "elm.padding.text1.right";
25416                }
25417                text {
25418                   font: "SLP:style=Roman";
25419                   size: GENLIST_FONT_44_INC;
25420                   min: 0 1;
25421                   align: 0.0 0.5;
25422                   text_class: "list_item";
25423                }
25424             }
25425             description { state: "read" 0.0;
25426                inherit: "default" 0.0;
25427                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25428             }
25429             description { state: "selected" 0.0;
25430                inherit: "default" 0.0;
25431                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25432             }
25433             GENLIST_DESCRIPTION_FLIP_ENABLED
25434          }
25435          part { name: "elm.padding.text1.right";
25436             clip_to: "disclip";
25437             type: RECT;
25438             scale: 1;
25439             description { state: "default" 0.0;
25440                fixed: 1 1 ;
25441                align: 1.0 0.0;
25442                visible: 0;
25443                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25444                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25445                rel1 { relative: 0.0 1.0;
25446                   to_x: "elm.icon.1";
25447                   to_y: "elm.padding.top";
25448                }
25449                rel2 { relative: 0.0 1.0;
25450                   to_x: "elm.icon.1";
25451                   to_y: "elm.padding.top";
25452                }
25453             }
25454          }
25455          part { name: "elm.text.2";
25456             clip_to: "disclip";
25457             type: TEXT;
25458             scale: 1;
25459             description { state: "default" 0.0;
25460                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25461                fixed: 0 1;
25462                align: 1.0 1.0;
25463                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25464                rel1 { relative: 0.0 1.0;
25465                   to_x: "elm.padding.right";
25466                   to_y: "elm.padding.bottom";
25467                }
25468                rel2 { relative: 0.0 1.0;
25469                  to_x: "elm.padding.right";
25470                  to_y: "elm.padding.bottom";
25471                }
25472                text {
25473                   font: "SLP:style=Medium";
25474                   size: GENLIST_FONT_32_INC;
25475                   min: 1 1;
25476                   align: 0.5 0.5;
25477                   text_class: "slp_medium";
25478               }
25479             }
25480             description { state: "selected" 0.0;
25481                inherit: "default" 0.0;
25482                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25483             }
25484
25485             GENLIST_DESCRIPTION_FLIP_ENABLED
25486          }
25487          part { name: "elm.padding.icon1.right";
25488             clip_to: "disclip";
25489             type: RECT;
25490             scale: 1;
25491             description { state: "default" 0.0;
25492                fixed: 1 1;
25493                align: 1.0 0.0;
25494                visible: 0;
25495                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25496                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25497                rel1 { relative: 0 1;
25498                   to_x: "elm.padding.right";
25499                   to_y: "elm.padding.top";
25500                }
25501                rel2 { relative: 0 0;
25502                   to_x: "elm.padding.right";
25503                   to_y: "elm.text.2";
25504                }
25505             }
25506          }
25507          part { name: "elm.icon.1";
25508             clip_to: "disclip";
25509             type: SWALLOW;
25510             scale: 1;
25511             description { state: "default" 0.0;
25512                color: 0 255 255 255;
25513                fixed: 1 1;
25514                align: 1.0 0.0;
25515                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25516                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25517                rel1 { relative: 0 0;
25518                   to_x: "elm.padding.icon1.right";
25519                   to_y: "elm.padding.icon1.right";
25520                }
25521                rel2 { relative: 0 1;
25522                   to_x: "elm.padding.icon1.right";
25523                   to_y: "elm.padding.icon1.right";
25524                }
25525             }
25526          }
25527          part { name: "elm.padding.text3.right";
25528             clip_to: "disclip";
25529             type: RECT;
25530             scale: 1;
25531             description { state: "default" 0.0;
25532                fixed: 1 1;
25533                align: 1.0 0.0;
25534                visible: 0;
25535                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25536                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25537                rel1 { relative: 0 0;
25538                   to_x: "elm.text.2";
25539                   to_y: "elm.padding.top";
25540                }
25541                rel2 { relative: 0 0;
25542                   to_x: "elm.text.2";
25543                   to_y: "elm.icon.1";
25544                }
25545             }
25546          }
25547          part { name: "elm.text.3";
25548             clip_to: "disclip";
25549             type: TEXT;
25550             scale: 1;
25551             description { state: "default" 0.0;
25552                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25553                fixed: 0 1;
25554                align: 0.0 0.0;
25555                min: 0 GENLIST_SIZE_48_INC;
25556                rel1 { relative: 1 1;
25557                   to_x: "elm.padding.left";
25558                   to_y: "elm.text.1";
25559                }
25560                rel2 { relative: 0 1;
25561                   to_x: "elm.padding.text3.right";
25562                   to_y: "elm.padding.text3.right";
25563                }
25564                text {
25565                   font: "SLP:style=Medium";
25566                   size: GENLIST_FONT_32_INC;
25567                   min: 0 1;
25568                   align: 0.0 0.5;
25569                   text_class: "slp_medium";
25570                }
25571             }
25572             description { state: "selected" 0.0;
25573                inherit: "default" 0.0;
25574                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25575             }
25576             GENLIST_DESCRIPTION_FLIP_ENABLED
25577          }
25578          GENLIST_PART_FLIP
25579          GENLIST_PART_DISCLIP
25580       }
25581       programs {
25582          // signal: elm,state,%s,active
25583          //   a "check" item named %s went active
25584          // signal: elm,state,%s,passive
25585          //   a "check" item named %s went passive
25586          // default is passive
25587          program { name: "go_active";
25588             signal: "elm,state,selected";
25589             source: "elm";
25590             action: STATE_SET "selected" 0.0;
25591             target: "elm.text.1";
25592             target: "elm.text.2";
25593          }
25594          program { name: "go_passive";
25595             signal: "elm,state,unselected";
25596             source: "elm";
25597             action: STATE_SET "default" 0.0;
25598             target: "elm.text.1";
25599             target: "elm.text.2";
25600             transition: LINEAR 0.1;
25601          }
25602          program { name: "go_read";
25603             signal: "elm,state,read";
25604             source: "elm";
25605             action: STATE_SET "read" 0.0;
25606             target: "elm.text.1";
25607          }
25608          program { name: "go_unread";
25609             signal: "elm,state,unread";
25610             source: "elm";
25611             action: STATE_SET "default" 0.0;
25612             target: "elm.text.1";
25613          }
25614       }
25615    }
25616    // 2.2.2.44
25617    group { name: "elm/genlist/item/4text.1icon.3/default";
25618       alias: "elm/genlist/item_odd/4text.1icon.3/default";
25619       alias: "elm/genlist/item_compress/4text.1icon.3/default";
25620       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
25621       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25622       data.item: "stacking" "above";
25623       data.item: "selectraise" "on";
25624       data.item: "contents" "elm.icon.1";
25625       data.item: "flips" "elm.flip.content";
25626       images {
25627          image: "00_winset_list_bubble_bg.png" COMP;
25628       }
25629       parts {
25630          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25631          GENLIST_PART_BG_IMAGE
25632          GENLIST_PART_BOTTOM_LINE
25633          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25634          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25635          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25636          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25637          part { name: "elm.icon.1";
25638             clip_to: "disclip";
25639             type: SWALLOW;
25640             scale: 1;
25641             description { state: "default" 0.0;
25642                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25643                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25644                fixed: 1 1;
25645                rel1 {
25646                   relative: 1.0 0.0;
25647                   to_x: "elm.padding.left";
25648                }
25649                rel2 {
25650                   relative: 1.0 1.0;
25651                   to_x: "elm.padding.left";
25652                }
25653                align: 0.0 0.5;
25654             }
25655             GENLIST_DESCRIPTION_FLIP_ENABLED
25656          }
25657          part { name: "elm.text.1";
25658             clip_to: "disclip";
25659             type: TEXT;
25660             scale: 1;
25661             description { state: "default" 0.0;
25662                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25663                fixed: 0 1;
25664                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25665                rel1 { relative: 1.0 1.0;
25666                   to_x: "elm.icon.1";
25667                   to_y: "elm.padding.top";
25668                }
25669                rel2 { relative: 0.0 1.0;
25670                   to_x: "elm.padding.text1.right";
25671                   to_y: "elm.padding.text1.right";
25672                }
25673                text {
25674                   font: "SLP:style=Roman";
25675                   size: GENLIST_FONT_44_INC;
25676                   min: 0 1;
25677                   align: 0.0 0.5;
25678                   text_class: "list_item";
25679                }
25680             }
25681             description { state: "read" 0.0;
25682                inherit: "default" 0.0;
25683                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25684             }
25685             description { state: "selected" 0.0;
25686                inherit: "default" 0.0;
25687                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25688             }
25689             GENLIST_DESCRIPTION_FLIP_ENABLED
25690          }
25691          part { name: "elm.padding.text1.right";
25692             clip_to: "disclip";
25693             type: RECT;
25694             scale: 1;
25695             description { state: "default" 0.0;
25696                fixed: 1 1 ;
25697                align: 1.0 0.0;
25698                visible: 0;
25699                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25700                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25701                rel1 { relative: 0.0 1.0;
25702                   to_x: "elm.text.2";
25703                   to_y: "elm.padding.top";
25704                }
25705                rel2 { relative: 0.0 1.0;
25706                   to_x: "elm.text.2";
25707                   to_y: "elm.padding.top";
25708                }
25709             }
25710          }
25711          part { name: "elm.text.2";
25712             clip_to: "disclip";
25713             type: TEXT;
25714             scale: 1;
25715             description { state: "default" 0.0;
25716                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25717                fixed: 0 1;
25718                align: 1.0 1.0;
25719                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25720                rel1 { relative: 0.0 1.0;
25721                   to_x: "elm.padding.right";
25722                   to_y: "elm.padding.bottom";
25723                }
25724                rel2 { relative: 0.0 1.0;
25725                  to_x: "elm.padding.right";
25726                  to_y: "elm.padding.bottom";
25727                }
25728                text {
25729                   font: "SLP:style=Medium";
25730                   size: GENLIST_FONT_32_INC;
25731                   min: 1 1;
25732                   align: 0.5 0.5;
25733                   text_class: "slp_medium";
25734                }
25735             }
25736             description { state: "selected" 0.0;
25737                inherit: "default" 0.0;
25738                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25739             }
25740             GENLIST_DESCRIPTION_FLIP_ENABLED
25741          }
25742          part { name: "elm.bubble";
25743             type: IMAGE;
25744             description{ state: "default" 0.0;
25745                fixed: 0 1;
25746                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25747                rel1 { relative: 0 0;
25748                   to_x: "elm.padding.bubble.text4.left";
25749                   to_y: "elm.padding.bubble.text4.left";
25750                }
25751                rel2 { relative: 1 1;
25752                   to_x: "elm.padding.bubble.text4.right";
25753                   to_y: "elm.padding.bubble.text4.right";
25754                }
25755                image {
25756                   normal: "00_winset_list_bubble_bg.png";
25757                   border:  6 6 0 0;
25758                }
25759             }
25760          }
25761          part { name: "elm.padding.bubble.text4.left";
25762             type: RECT;
25763             scale: 1;
25764             description { state: "default" 0.0;
25765                fixed: 1 1;
25766                align: 1 0;
25767                visible: 0;
25768                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25769                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25770                rel1 { relative: 0 1;
25771                   to_x: "elm.text.4";
25772                   to_y: "elm.padding.top";
25773                }
25774                rel2 { relative: 0 0;
25775                   to_x: "elm.text.4";
25776                   to_y: "elm.text.2";
25777                }
25778
25779             }
25780          }
25781          part { name: "elm.padding.bubble.text4.right";
25782             type: RECT;
25783             scale: 1;
25784             description { state: "default" 0.0;
25785                fixed: 1 1;
25786                align: 1 0;
25787                visible: 0;
25788                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25789                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25790                rel1 { relative: 0 1;
25791                   to_x: "elm.padding.right";
25792                   to_y: "elm.padding.top";
25793                }
25794                rel2 { relative: 0 0;
25795                   to_x: "elm.padding.right";
25796                   to_y: "elm.text.2";
25797                }
25798             }
25799          }
25800          part { name: "elm.text.4";
25801             clip_to: "disclip";
25802             type: TEXT;
25803             scale: 1;
25804             description { state: "default" 0.0;
25805                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25806                fixed: 0 1;
25807                align: 1.0 0.0;
25808                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25809                rel1 { relative: 0 1;
25810                   to_x: "elm.padding.bubble.text4.right";
25811                   to_y: "elm.padding.top";
25812                }
25813                rel2 { relative: 0 0;
25814                   to_x: "elm.padding.bubble.text4.right";
25815                   to_y: "elm.text.2";
25816                }
25817                text {
25818                   font: "SLP:style=Medium";
25819                   size: GENLIST_FONT_32_INC;
25820                   min: 1 1;
25821                   align: 0.5 0.5;
25822                   text_class: "slp_medium";
25823                }
25824             }
25825             GENLIST_DESCRIPTION_FLIP_ENABLED
25826          }
25827          part { name: "elm.padding.text3.right";
25828             clip_to: "disclip";
25829             type: RECT;
25830             scale: 1;
25831             description { state: "default" 0.0;
25832                fixed: 1 1;
25833                align: 1.0 0.0;
25834                visible: 0;
25835                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25836                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25837                rel1 { relative: 0 0;
25838                   to_x: "elm.padding.bubble.text4.left";
25839                   to_y: "elm.padding.bubble.text4.left";
25840                }
25841                rel2 { relative: 0 0;
25842                   to_x: "elm.padding.bubble.text4.left";
25843                   to_y: "elm.padding.bottom";
25844                }
25845             }
25846          }
25847          part { name: "elm.text.3";
25848             clip_to: "disclip";
25849             type: TEXT;
25850             scale: 1;
25851             description { state: "default" 0.0;
25852                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25853                fixed: 0 1;
25854                align: 0.0 0.0;
25855                min: 0 GENLIST_SIZE_48_INC;
25856                rel1 { relative: 1 1;
25857                   to_x: "elm.icon.1";
25858                   to_y: "elm.text.1";
25859                }
25860                rel2 { relative: 0 1;
25861                   to_x: "elm.padding.text3.right";
25862                   to_y: "elm.padding.text3.right";
25863                }
25864                text {
25865                   font: "SLP:style=Medium";
25866                   size: GENLIST_FONT_32_INC;
25867                   min: 0 1;
25868                   align: 0.0 0.5;
25869                   text_class: "slp_medium";
25870                }
25871             }
25872             description { state: "selected" 0.0;
25873                inherit: "default" 0.0;
25874                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25875             }
25876             GENLIST_DESCRIPTION_FLIP_ENABLED
25877          }
25878          GENLIST_PART_FLIP
25879          GENLIST_PART_DISCLIP
25880       }
25881       programs {
25882          // signal: elm,state,%s,active
25883          //   a "check" item named %s went active
25884          // signal: elm,state,%s,passive
25885          //   a "check" item named %s went passive
25886          // default is passive
25887          program { name: "go_active";
25888             signal: "elm,state,selected";
25889             source: "elm";
25890             action: STATE_SET "selected" 0.0;
25891             target: "elm.text.1";
25892             target: "elm.text.2";
25893          }
25894          program { name: "go_passive";
25895             signal: "elm,state,unselected";
25896             source: "elm";
25897             action: STATE_SET "default" 0.0;
25898             target: "elm.text.1";
25899             target: "elm.text.2";
25900             transition: LINEAR 0.1;
25901          }
25902          program { name: "go_read";
25903             signal: "elm,state,read";
25904             source: "elm";
25905             action: STATE_SET "read" 0.0;
25906             target: "elm.text.1";
25907          }
25908          program { name: "go_unread";
25909             signal: "elm,state,unread";
25910             source: "elm";
25911             action: STATE_SET "default" 0.0;
25912             target: "elm.text.1";
25913          }
25914       }
25915    }
25916    // 2.2.2.43
25917    group { name: "elm/genlist/item/2text.4icon.1/default";
25918       alias: "elm/genlist/item_odd/2text.4icon.1/default";
25919       alias: "elm/genlist/item_compress/2text.4icon.1/default";
25920       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
25921       data.item: "texts" "elm.text.1 elm.text.2";
25922       data.item: "stacking" "above";
25923       data.item: "selectraise" "on";
25924       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
25925       data.item: "flips" "elm.flip.content";
25926       parts {
25927          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25928          GENLIST_PART_BG_IMAGE
25929          GENLIST_PART_BOTTOM_LINE
25930          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25931          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25932          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25933          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25934          part { name: "elm.icon.1";
25935             clip_to: "disclip";
25936             type: SWALLOW;
25937             scale: 1;
25938             description { state: "default" 0.0;
25939                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25940                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25941                fixed: 1 1;
25942                rel1 {
25943                   relative: 0.0 1.0;
25944                   to_x: "elm.padding.right";
25945                   to_y: "elm.padding.top";
25946                }
25947                rel2 {
25948                   relative: 0.0 0.0;
25949                   to_x: "elm.padding.right";
25950                   to_y: "elm.padding.bottom";
25951                }
25952                align: 1.0 0.5;
25953             }
25954             GENLIST_DESCRIPTION_FLIP_ENABLED
25955          }
25956          part { name: "elm.padding.text1.right";
25957             clip_to: "disclip";
25958             type: RECT;
25959             scale: 1;
25960             description { state: "default" 0.0;
25961                fixed: 1 1 ;
25962                align: 1.0 0.0;
25963                visible: 0;
25964                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25965                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25966                rel1 { relative: 0.0 1.0;
25967                   to_x: "elm.icon.1";
25968                   to_y: "elm.padding.top";
25969                }
25970                rel2 { relative: 0.0 1.0;
25971                   to_x: "elm.icon.1";
25972                   to_y: "elm.padding.top";
25973                }
25974             }
25975          }
25976          part { name: "elm.text.1";
25977             clip_to: "disclip";
25978             type: TEXT;
25979             scale: 1;
25980             description { state: "default" 0.0;
25981                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25982                fixed: 0 1;
25983                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25984                rel1 { relative: 1.0 1.0;
25985                   to_x: "elm.padding.left";
25986                   to_y: "elm.padding.top";
25987                }
25988                rel2 { relative: 0.0 1.0;
25989                   to_x: "elm.padding.text1.right";
25990                   to_y: "elm.padding.text1.right";
25991                }
25992                text {
25993                   font: "SLP:style=Roman";
25994                   size: GENLIST_FONT_44_INC;
25995                   min: 0 1;
25996                   align: 0.0 0.5;
25997                   text_class: "list_item";
25998                }
25999             }
26000             description { state: "read" 0.0;
26001                inherit: "default" 0.0;
26002                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
26003             }
26004             description { state: "selected" 0.0;
26005                inherit: "default" 0.0;
26006                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
26007             }
26008             GENLIST_DESCRIPTION_FLIP_ENABLED
26009          }
26010          part { name: "elm.padding.icon2.right";
26011             clip_to: "disclip";
26012             type: RECT;
26013             scale: 1;
26014             description { state: "default" 0.0;
26015                fixed: 1 1;
26016                align: 1.0 0.0;
26017                visible: 0;
26018                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26019                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26020                rel1 { relative: 0 1;
26021                   to_x: "elm.icon.1";
26022                   to_y: "elm.text.1";
26023                }
26024                rel2 { relative: 0 0;
26025                   to_x: "elm.icon.1";
26026                   to_y: "elm.padding.bottom";
26027                }
26028             }
26029          }
26030          part { name: "elm.icon.2";
26031             clip_to: "disclip";
26032             type: SWALLOW;
26033             scale: 1;
26034             description { state: "default" 0.0;
26035                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26036                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26037                fixed: 1 1;
26038                rel1 {
26039                   relative: 0.0 1.0;
26040                   to_x: "elm.padding.icon2.right";
26041                   to_y: "elm.text.1";
26042                }
26043                rel2 {
26044                   relative: 0.0 0.0;
26045                   to_x: "elm.padding.icon2.right";
26046                   to_y: "elm.padding.bottom";
26047                }
26048                align: 1.0 0.5;
26049             }
26050             GENLIST_DESCRIPTION_FLIP_ENABLED
26051          }
26052          part { name: "elm.padding.icon3.right";
26053             clip_to: "disclip";
26054             type: RECT;
26055             scale: 1;
26056             description { state: "default" 0.0;
26057                fixed: 1 1;
26058                align: 1.0 0.0;
26059                visible: 0;
26060                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26061                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26062                rel1 { relative: 0 1;
26063                   to_x: "elm.icon.2";
26064                   to_y: "elm.text.1";
26065                }
26066                rel2 { relative: 0 0;
26067                   to_x: "elm.icon.2";
26068                   to_y: "elm.padding.bottom";
26069                }
26070             }
26071          }
26072          part { name: "elm.icon.3";
26073             clip_to: "disclip";
26074             type: SWALLOW;
26075             scale: 1;
26076             description { state: "default" 0.0;
26077                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26078                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26079                fixed: 1 1;
26080                rel1 {
26081                   relative: 0.0 1.0;
26082                   to_x: "elm.padding.icon3.right";
26083                   to_y: "elm.text.1";
26084                }
26085                rel2 {
26086                   relative: 0.0 0.0;
26087                   to_x: "elm.padding.icon3.right";
26088                   to_y: "elm.padding.bottom";
26089                }
26090                align: 1.0 0.5;
26091             }
26092             GENLIST_DESCRIPTION_FLIP_ENABLED
26093          }
26094          part { name: "elm.padding.icon4.right";
26095             clip_to: "disclip";
26096             type: RECT;
26097             scale: 1;
26098             description { state: "default" 0.0;
26099                fixed: 1 1;
26100                align: 1.0 0.0;
26101                visible: 0;
26102                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26103                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26104                rel1 { relative: 0 1;
26105                   to_x: "elm.icon.3";
26106                   to_y: "elm.text.1";
26107                }
26108                rel2 { relative: 0 0;
26109                   to_x: "elm.icon.3";
26110                   to_y: "elm.padding.bottom";
26111                }
26112             }
26113          }
26114          part { name: "elm.icon.4";
26115             clip_to: "disclip";
26116             type: SWALLOW;
26117             scale: 1;
26118             description { state: "default" 0.0;
26119                min: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26120                max: GENLIST_SIZE_ICON_SMALL GENLIST_SIZE_ICON_SMALL;
26121                fixed: 1 1;
26122                rel1 {
26123                   relative: 0.0 1.0;
26124                   to_x: "elm.padding.icon4.right";
26125                   to_y: "elm.text.1";
26126                }
26127                rel2 {
26128                   relative: 0.0 0.0;
26129                   to_x: "elm.padding.icon4.right";
26130                   to_y: "elm.padding.bottom";
26131                }
26132                align: 1.0 0.5;
26133             }
26134             GENLIST_DESCRIPTION_FLIP_ENABLED
26135          }
26136          part { name: "elm.padding.text2.right";
26137             clip_to: "disclip";
26138             type: RECT;
26139             scale: 1;
26140             description { state: "default" 0.0;
26141                fixed: 1 1;
26142                align: 1.0 0.0;
26143                visible: 0;
26144                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26145                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26146                rel1 { relative: 0 1;
26147                   to_x: "elm.icon.4";
26148                   to_y: "elm.text.1";
26149                }
26150                rel2 { relative: 0 0;
26151                   to_x: "elm.icon.4";
26152                   to_y: "elm.padding.bottom";
26153                }
26154             }
26155          }
26156          part { name: "elm.text.2";
26157             clip_to: "disclip";
26158             type: TEXT;
26159             scale: 1;
26160             description { state: "default" 0.0;
26161                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
26162                fixed: 0 1;
26163                align: 0.0 0.0;
26164                min: 0 GENLIST_SIZE_48_INC;
26165                rel1 { relative: 1 1;
26166                   to_x: "elm.padding.left";
26167                   to_y: "elm.text.1";
26168                }
26169                rel2 { relative: 0 1;
26170                   to_x: "elm.padding.text2.right";
26171                   to_y: "elm.padding.text2.right";
26172                }
26173                text {
26174                   font: "SLP:style=Medium";
26175                   size: GENLIST_FONT_32_INC;
26176                   min: 0 1;
26177                   align: 0.0 0.5;
26178                   text_class: "slp_medium";
26179                }
26180             }
26181             description { state: "selected" 0.0;
26182                inherit: "default" 0.0;
26183                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
26184             }
26185             GENLIST_DESCRIPTION_FLIP_ENABLED
26186          }
26187          GENLIST_PART_FLIP
26188          GENLIST_PART_DISCLIP
26189       }
26190       programs {
26191          // signal: elm,state,%s,active
26192          //   a "check" item named %s went active
26193          // signal: elm,state,%s,passive
26194          //   a "check" item named %s went passive
26195          // default is passive
26196          program { name: "go_active";
26197             signal: "elm,state,selected";
26198             source: "elm";
26199             action: STATE_SET "selected" 0.0;
26200             target: "elm.text.1";
26201          }
26202          program { name: "go_passive";
26203             signal: "elm,state,unselected";
26204             source: "elm";
26205             action: STATE_SET "default" 0.0;
26206             target: "elm.text.1";
26207             transition: LINEAR 0.1;
26208          }
26209          program { name: "go_read";
26210             signal: "elm,state,read";
26211             source: "elm";
26212             action: STATE_SET "read" 0.0;
26213             target: "elm.text.1";
26214          }
26215          program { name: "go_unread";
26216             signal: "elm,state,unread";
26217             source: "elm";
26218             action: STATE_SET "default" 0.0;
26219             target: "elm.text.1";
26220          }
26221       }
26222    }
26223
26224    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
26225       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
26226       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
26227       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
26228       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
26229       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
26230       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
26231       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
26232       alias: "elm/layout/dialogue/bg/2text.1icon.2";
26233       data.item: "stacking" "above";
26234       data.item: "selectraise" "on";
26235       data.item: "texts" "elm.text.1 elm.text.2";
26236       data.item: "contents" "elm.icon";
26237       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26238       images {
26239           image: "00_list_thumbnail_bg.png" COMP;
26240       }
26241       parts {
26242          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
26243          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26244          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
26245          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26246          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26247          part { name: "elm.icon.bg";
26248             scale: 1;
26249             description { state: "default" 0.0;
26250                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26251                fixed: 1 1;
26252                align: 0.0 0.8;
26253                rel1 {
26254                   relative: 1.0 0.5;
26255                   to_x: "elm.padding.left";
26256                }
26257                rel2 {
26258                   relative: 1.0 0.5;
26259                   to_x: "elm.padding.left";
26260                }
26261                image {
26262                   normal: "00_list_thumbnail_bg.png";
26263                   border: 1 1 1 1;
26264                   border_scale: 1;
26265                   middle: NONE;
26266                }
26267             }
26268          }
26269          part { name: "elm.icon";
26270             type: SWALLOW;
26271             description { state: "default" 0.0;
26272                rel1.to: "elm.icon.bg";
26273                rel2.to: "elm.icon.bg";
26274             }
26275          }
26276          part { name: "elm.padding.icon.right";
26277             type: RECT;
26278             mouse_events: 0;
26279             scale: 1;
26280             description { state: "default" 0.0;
26281                min: GENLIST_PADDING_16_INC 0;
26282                fixed: 1 0;
26283                rel1 {
26284                    relative: 1.0 0.0;
26285                    to_x: "elm.icon.bg";
26286                }
26287                rel2.to_x: "elm.icon.bg";
26288                visible: 0;
26289                align: 0.0 0.5;
26290             }
26291          }
26292          part { name: "elm.padding.text.left";
26293             type: RECT;
26294             mouse_events: 0;
26295             scale: 1;
26296             description { state: "default" 0.0;
26297                min: GENLIST_PADDING_16_INC 0;
26298                fixed: 1 0;
26299                rel1 {
26300                    relative: 1.0 1.0;
26301                    to_x: "elm.padding.icon.right";
26302                    to_y: "elm.padding.top";
26303                }
26304                rel2.to_x: "elm.padding.icon.right";
26305                visible: 0;
26306                align: 1.0 0.5;
26307             }
26308          }
26309          part { name: "vertical_line";
26310             type: RECT;
26311             mouse_events: 0;
26312             description { state: "default" 0.0;
26313                min: 1 0;
26314                fixed: 1 0;
26315                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26316                rel1 {
26317                   relative: 1.0 1.0;
26318                   to_x: "elm.padding.text.left";
26319                   to_y: "elm.padding.top";
26320                }
26321                rel2 {
26322                   relative: 1.0 0.0;
26323                   to_x: "elm.padding.text.left";
26324                   to_y: "elm.padding.bottom";
26325                }
26326                align: 0.0 0.5;
26327             }
26328          }
26329          part { name: "text_vertical_rect";
26330             type: RECT;
26331             mouse_events: 0;
26332             description { state: "default" 0.0;
26333                min: GENLIST_PADDING_16_INC 0;
26334                fixed: 1 0;
26335                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26336                rel1 {
26337                   relative: 1.0 1.0;
26338                   to_x: "vertical_line";
26339                   to_y: "elm.padding.top";
26340                }
26341                rel2 {
26342                   relative: 1.0 0.0;
26343                   to_x: "elm.padding.text.left";
26344                   to_y: "elm.padding.bottom";
26345                }
26346                align: 0.0 0.5;
26347             }
26348          }
26349          part { name: "elm.padding.text.right";
26350             type: RECT;
26351             mouse_events: 0;
26352             scale: 1;
26353             description { state: "default" 0.0;
26354                min: GENLIST_PADDING_16_INC 0;
26355                fixed: 1 0;
26356                rel1 {
26357                    relative: 1.0 0.0;
26358                    to_x: "text_vertical_rect";
26359                }
26360                rel2.to_x: "text_vertical_rect";
26361                visible: 0;
26362                align: 0.0 0.5;
26363             }
26364          }
26365          part { name: "text_top_line";
26366             type: RECT;
26367             mouse_events: 0;
26368             description { state: "default" 0.0;
26369                min: 0 1;
26370                fixed: 0 1;
26371                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26372                rel1 {
26373                   relative: 1.0 0.0;
26374                   to_x: "text_vertical_rect";
26375                   to_y: "text_vertical_rect";
26376                }
26377                rel2 {
26378                   relative: 1.0 0.0;
26379                   to_y: "text_vertical_rect";
26380                }
26381                align: 0.0 0.0;
26382             }
26383          }
26384          part { name: "text_center_line";
26385             type: RECT;
26386             mouse_events: 0;
26387             description { state: "default" 0.0;
26388                min: 0 1;
26389                fixed: 0 1;
26390                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26391                rel1 {
26392                   relative: 1.0 0.5;
26393                   to_x: "text_vertical_rect";
26394                }
26395                rel2.relative: 1.0 0.5;
26396                align: 0.5 0.5;
26397             }
26398          }
26399          part { name: "text_bottom_line";
26400             type: RECT;
26401             mouse_events: 0;
26402             description { state: "default" 0.0;
26403                min: 0 1;
26404                fixed: 0 1;
26405                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26406                rel1 {
26407                   relative: 1.0 1.0;
26408                   to_x: "text_vertical_rect";
26409                   to_y: "text_vertical_rect";
26410                }
26411                rel2 {
26412                   relative: 1.0 1.0;
26413                   to_y: "text_vertical_rect";
26414                }
26415                align: 0.0 1.0;
26416             }
26417          }
26418          part { name: "elm.text.bg.1";
26419             clip_to: "disclip";
26420             type: RECT;
26421             mouse_events: 0;
26422             scale: 1;
26423             description { state: "default" 0.0;
26424                rel1 {
26425                   relative: 1.0 1.0;
26426                   to_x: "text_vertical_rect";
26427                   to_y: "text_top_line";
26428                }
26429                rel2 {
26430                   relative: 1.0 0.0;
26431                   to_x: "elm.padding.right";
26432                   to_y: "text_center_line";
26433                }
26434                color: GENLIST_PART_BG_COLOR_INC;
26435             }
26436          }
26437          part { name: "elm.text.1";
26438             type: TEXT;
26439             mouse_events: 0;
26440             scale: 1;
26441             description { state: "default" 0.0;
26442                min: 0 GENLIST_SIZE_54_INC;
26443                rel1 {
26444                   relative: 1.0 0.0;
26445                   to_x: "elm.padding.text.right";
26446                   to_y: "elm.text.bg.1";
26447                }
26448                rel2 {
26449                   relative: 0.0 1.0;
26450                   to_x: "elm.padding.right";
26451                   to_y: "elm.text.bg.1";
26452                }
26453                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26454                text {
26455                   font: "SLP:style=Roman";
26456                   size: GENLIST_FONT_48_INC;
26457                   align: 0.0 0.5;
26458                   text_class: "list_item";
26459                }
26460             }
26461             GENLIST_DESCRIPTION_FLIP_ENABLED
26462          }
26463          part { name: "elm.flip.content.1";
26464             clip_to: "disclip";
26465             type: SWALLOW;
26466             description { state: "default" 0.0;
26467                visible: 0;
26468                fixed: 1 1;
26469                rel1.to: "elm.text.1";
26470                rel2.to: "elm.text.1";
26471             }
26472             description { state: "flip_enabled" 0.0;
26473                inherit: "default" 0.0;
26474                visible: 1;
26475             }
26476          }
26477          part { name: "elm.text.bg.2";
26478             clip_to: "disclip";
26479             type: RECT;
26480             mouse_events: 0;
26481             scale: 1;
26482             description { state: "default" 0.0;
26483                rel1 {
26484                   relative: 1.0 1.0;
26485                   to_x: "text_vertical_rect";
26486                   to_y: "text_center_line";
26487                }
26488                rel2 {
26489                   relative: 1.0 0.0;
26490                   to_x: "elm.padding.right";
26491                   to_y: "text_bottom_line";
26492                }
26493                color: GENLIST_PART_BG_COLOR_INC;
26494             }
26495          }
26496          part { name: "elm.text.2";
26497             clip_to: "disclip";
26498             type: TEXT;
26499             mouse_events: 0;
26500             scale: 1;
26501             description { state: "default" 0.0;
26502                min: 0 GENLIST_SIZE_54_INC;
26503                rel1 {
26504                   relative: 1.0 0.0;
26505                   to_x: "elm.padding.text.right";
26506                   to_y: "elm.text.bg.2";
26507                }
26508                rel2 {
26509                   relative: 0.0 1.0;
26510                   to_x: "elm.padding.right";
26511                   to_y: "elm.text.bg.2";
26512                }
26513                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26514                text {
26515                   font: "SLP:style=Roman";
26516                   size: GENLIST_FONT_48_INC;
26517                   align: 0.0 0.5;
26518                   text_class: "slp_roman";
26519                }
26520             }
26521             GENLIST_DESCRIPTION_FLIP_ENABLED
26522          }
26523          part { name: "elm.flip.content.2";
26524             clip_to: "disclip";
26525             type: SWALLOW;
26526             description { state: "default" 0.0;
26527                visible: 0;
26528                fixed: 1 1;
26529                rel1.to: "elm.text.2";
26530                rel2.to: "elm.text.2";
26531             }
26532             description { state: "flip_enabled" 0.0;
26533                inherit: "default" 0.0;
26534                visible: 1;
26535             }
26536          }
26537          GENLIST_PART_DISCLIP
26538       }
26539       programs {
26540          // signal: elm,state,%s,active
26541          //   a "check" item named %s went active
26542          // signal: elm,state,%s,passive
26543          //   a "check" item named %s went passive
26544          // default is passive
26545          /*program { name: "go_active";
26546             signal: "elm,state,selected";
26547             source: "elm";
26548             action: STATE_SET "selected" 0.0;
26549             target: "elm.text";
26550             target: "elm.text.sub";
26551          }
26552          program { name: "go_passive";
26553             signal: "elm,state,unselected";
26554             source: "elm";
26555             action: STATE_SET "default" 0.0;
26556             target: "elm.text";
26557             target: "elm.text.sub";
26558             transition: LINEAR 0.1;
26559          }*/
26560          program { name: "go_disabled";
26561             signal: "elm,state,disabled";
26562             source: "elm";
26563             action: STATE_SET "disabled" 0.0;
26564             target: "disclip";
26565          }
26566          program { name: "go_enabled";
26567             signal: "elm,state,enabled";
26568             source: "elm";
26569             action: STATE_SET "default" 0.0;
26570             target: "disclip";
26571          }
26572          program { name: "flip_enabled";
26573             signal: "elm,state,flip,enabled";
26574             source: "elm";
26575             action: STATE_SET "flip_enabled" 0.0;
26576             target: "elm.text.1";
26577             target: "elm.text.2";
26578             target: "elm.flip.content.1";
26579             target: "elm.flip.content.2";
26580          }
26581          program { name: "flip_disabled";
26582             signal: "elm,state,flip,disabled";
26583             source: "elm";
26584             action: STATE_SET "default" 0.0;
26585             target: "elm.text.1";
26586             target: "elm.text.2";
26587             target: "elm.flip.content.1";
26588             target: "elm.flip.content.2";
26589          }
26590       }
26591    }
26592
26593 /* non-bottom-border-area version of 2text.1icon.2 */
26594    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
26595       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
26596       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
26597       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
26598       alias: "elm/layout/dialogue/bg/2text.1icon.3";
26599       data.item: "stacking" "above";
26600       data.item: "selectraise" "on";
26601       data.item: "texts" "elm.text.1 elm.text.2";
26602       data.item: "contents" "elm.icon";
26603       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26604       images {
26605           image: "00_list_thumbnail_bg.png" COMP;
26606       }
26607       parts {
26608          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
26609          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26610          GENLIST_PART_PADDING_BOTTOM( 0 )
26611          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26612          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26613          part { name: "elm.icon.bg";
26614             scale: 1;
26615             description { state: "default" 0.0;
26616                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26617                fixed: 1 1;
26618                align: 0.0 0.7;
26619                rel1 {
26620                   relative: 1.0 0.5;
26621                   to_x: "elm.padding.left";
26622                }
26623                rel2 {
26624                   relative: 1.0 0.5;
26625                   to_x: "elm.padding.left";
26626                }
26627                image {
26628                   normal: "00_list_thumbnail_bg.png";
26629                   border: 1 1 1 1;
26630                   border_scale: 1;
26631                   middle: NONE;
26632                }
26633             }
26634          }
26635          part { name: "elm.icon";
26636             type: SWALLOW;
26637             description { state: "default" 0.0;
26638                rel1.to: "elm.icon.bg";
26639                rel2.to: "elm.icon.bg";
26640             }
26641          }
26642          part { name: "elm.padding.icon.right";
26643             type: RECT;
26644             mouse_events: 0;
26645             scale: 1;
26646             description { state: "default" 0.0;
26647                min: GENLIST_PADDING_16_INC 0;
26648                fixed: 1 0;
26649                rel1 {
26650                    relative: 1.0 0.0;
26651                    to_x: "elm.icon.bg";
26652                }
26653                rel2.to_x: "elm.icon.bg";
26654                visible: 0;
26655                align: 0.0 0.5;
26656             }
26657          }
26658          part { name: "elm.padding.text.left";
26659             type: RECT;
26660             mouse_events: 0;
26661             scale: 1;
26662             description { state: "default" 0.0;
26663                min: GENLIST_PADDING_16_INC 0;
26664                fixed: 1 0;
26665                rel1 {
26666                    relative: 1.0 1.0;
26667                    to_x: "elm.padding.icon.right";
26668                    to_y: "elm.padding.top";
26669                }
26670                rel2.to_x: "elm.padding.icon.right";
26671                visible: 0;
26672                align: 1.0 0.5;
26673             }
26674          }
26675          part { name: "vertical_line";
26676             type: RECT;
26677             mouse_events: 0;
26678             description { state: "default" 0.0;
26679                visible: 0;
26680                rel1 {
26681                   relative: 1.0 1.0;
26682                   to_x: "elm.padding.text.left";
26683                   to_y: "elm.padding.top";
26684                }
26685                rel2 {
26686                   relative: 1.0 0.0;
26687                   to_x: "elm.padding.text.left";
26688                   to_y: "elm.padding.bottom";
26689                }
26690             }
26691          }
26692          part { name: "text_vertical_rect";
26693             type: RECT;
26694             mouse_events: 0;
26695             scale: 1;
26696             description { state: "default" 0.0;
26697                min: GENLIST_SIZE_16_INC 0;
26698                fixed: 1 0;
26699                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26700                rel1 {
26701                   relative: 1.0 1.0;
26702                   to_x: "vertical_line";
26703                   to_y: "elm.padding.top";
26704                }
26705                rel2 {
26706                   relative: 1.0 0.0;
26707                   to_x: "elm.padding.text.left";
26708                   to_y: "elm.padding.bottom";
26709                }
26710                align: 0.0 0.5;
26711             }
26712          }
26713          part { name: "elm.padding.text.right";
26714             type: RECT;
26715             mouse_events: 0;
26716             scale: 1;
26717             description { state: "default" 0.0;
26718                min: GENLIST_PADDING_16_INC 0;
26719                fixed: 1 0;
26720                rel1 {
26721                    relative: 1.0 0.0;
26722                    to_x: "text_vertical_rect";
26723                }
26724                rel2.to_x: "text_vertical_rect";
26725                visible: 0;
26726                align: 0.0 0.5;
26727             }
26728          }
26729          part { name: "text_top_line";
26730             type: RECT;
26731             mouse_events: 0;
26732             description { state: "default" 0.0;
26733                min: 0 1;
26734                fixed: 0 1;
26735                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26736                rel1 {
26737                   relative: 1.0 0.0;
26738                   to_x: "text_vertical_rect";
26739                   to_y: "text_vertical_rect";
26740                }
26741                rel2 {
26742                   relative: 1.0 0.0;
26743                   to_y: "text_vertical_rect";
26744                }
26745                align: 0.0 0.0;
26746             }
26747          }
26748          part { name: "text_center_line";
26749             type: RECT;
26750             mouse_events: 0;
26751             description { state: "default" 0.0;
26752                min: 0 1;
26753                fixed: 0 1;
26754                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26755                rel1 {
26756                   relative: 1.0 0.56;
26757                   to_x: "text_vertical_rect";
26758                }
26759                rel2.relative: 1.0 0.56;
26760                align: 0.5 0.5;
26761             }
26762          }
26763          part { name: "text_bottom_line";
26764             type: RECT;
26765             mouse_events: 0;
26766             description { state: "default" 0.0;
26767                min: 0 1;
26768                fixed: 0 1;
26769                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26770                rel1 {
26771                   relative: 1.0 1.0;
26772                   to_x: "text_vertical_rect";
26773                   to_y: "text_vertical_rect";
26774                }
26775                rel2 {
26776                   relative: 1.0 1.0;
26777                   to_y: "text_vertical_rect";
26778                }
26779                align: 0.0 1.0;
26780             }
26781          }
26782          part { name: "elm.text.bg.1";
26783             clip_to: "disclip";
26784             type: RECT;
26785             mouse_events: 0;
26786             scale: 1;
26787             description { state: "default" 0.0;
26788                rel1 {
26789                   relative: 1.0 1.0;
26790                   to_x: "text_vertical_rect";
26791                   to_y: "text_top_line";
26792                }
26793                rel2 {
26794                   relative: 1.0 0.0;
26795                   to_x: "elm.padding.right";
26796                   to_y: "text_center_line";
26797                }
26798                color: GENLIST_PART_BG_COLOR_INC;
26799             }
26800          }
26801          part { name: "elm.text.1";
26802             type: TEXT;
26803             mouse_events: 0;
26804             scale: 1;
26805             description { state: "default" 0.0;
26806                min: 0 GENLIST_SIZE_54_INC;
26807                rel1 {
26808                   relative: 1.0 0.0;
26809                   to_x: "elm.padding.text.right";
26810                   to_y: "elm.text.bg.1";
26811                }
26812                rel2 {
26813                   relative: 0.0 1.0;
26814                   to_x: "elm.padding.right";
26815                   to_y: "elm.text.bg.1";
26816                }
26817                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26818                text {
26819                   font: "SLP:style=Roman";
26820                   size: GENLIST_FONT_48_INC;
26821                   align: 0.0 0.5;
26822                   text_class: "list_item";
26823                }
26824             }
26825             GENLIST_DESCRIPTION_FLIP_ENABLED
26826          }
26827          part { name: "elm.flip.content.1";
26828             type: SWALLOW;
26829             description { state: "default" 0.0;
26830                visible: 0;
26831                fixed: 1 1;
26832                rel1.to: "elm.text.1";
26833                rel2.to: "elm.text.1";
26834             }
26835             description { state: "flip_enabled" 0.0;
26836                inherit: "default" 0.0;
26837                visible: 1;
26838             }
26839          }
26840          part { name: "elm.text.bg.2";
26841             clip_to: "disclip";
26842             type: RECT;
26843             mouse_events: 0;
26844             scale: 1;
26845             description { state: "default" 0.0;
26846                rel1 {
26847                   relative: 1.0 1.0;
26848                   to_x: "text_vertical_rect";
26849                   to_y: "text_center_line";
26850                }
26851                rel2 {
26852                   relative: 1.0 0.0;
26853                   to_x: "elm.padding.right";
26854                   to_y: "text_bottom_line";
26855                }
26856                color: GENLIST_PART_BG_COLOR_INC;
26857             }
26858          }
26859          part { name: "elm.text.2";
26860             clip_to: "disclip";
26861             type: TEXT;
26862             mouse_events: 0;
26863             scale: 1;
26864             description { state: "default" 0.0;
26865                min: 0 GENLIST_SIZE_54_INC;
26866                rel1 {
26867                   relative: 1.0 0.0;
26868                   to_x: "elm.padding.text.right";
26869                   to_y: "elm.text.bg.2";
26870                }
26871                rel2 {
26872                   relative: 0.0 1.0;
26873                   to_x: "elm.padding.right";
26874                   to_y: "elm.text.bg.2";
26875                }
26876                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26877                text {
26878                   font: "SLP:style=Roman";
26879                   size: GENLIST_FONT_48_INC;
26880                   text_class: "slp_roman";
26881                }
26882             }
26883             GENLIST_DESCRIPTION_FLIP_ENABLED
26884          }
26885          part { name: "elm.flip.content.2";
26886             type: SWALLOW;
26887             description { state: "default" 0.0;
26888                visible: 0;
26889                fixed: 1 1;
26890                rel1.to: "elm.text.2";
26891                rel2.to: "elm.text.2";
26892             }
26893             description { state: "flip_enabled" 0.0;
26894                inherit: "default" 0.0;
26895                visible: 1;
26896             }
26897          }
26898          GENLIST_PART_DISCLIP
26899       }
26900       programs {
26901          // signal: elm,state,%s,active
26902          //   a "check" item named %s went active
26903          // signal: elm,state,%s,passive
26904          //   a "check" item named %s went passive
26905          // default is passive
26906          /*program { name: "go_active";
26907             signal: "elm,state,selected";
26908             source: "elm";
26909             action: STATE_SET "selected" 0.0;
26910             target: "elm.text";
26911             target: "elm.text.sub";
26912          }
26913          program { name: "go_passive";
26914             signal: "elm,state,unselected";
26915             source: "elm";
26916             action: STATE_SET "default" 0.0;
26917             target: "elm.text";
26918             target: "elm.text.sub";
26919             transition: LINEAR 0.1;
26920          }*/
26921          program { name: "go_disabled";
26922             signal: "elm,state,disabled";
26923             source: "elm";
26924             action: STATE_SET "disabled" 0.0;
26925             target: "disclip";
26926          }
26927          program { name: "go_enabled";
26928             signal: "elm,state,enabled";
26929             source: "elm";
26930             action: STATE_SET "default" 0.0;
26931             target: "disclip";
26932          }
26933          program { name: "flip_enabled";
26934             signal: "elm,state,flip,enabled";
26935             source: "elm";
26936             action: STATE_SET "flip_enabled" 0.0;
26937             target: "elm.text.1";
26938             target: "elm.text.2";
26939             target: "elm.flip.content.1";
26940             target: "elm.flip.content.2";
26941          }
26942          program { name: "flip_disabled";
26943             signal: "elm,state,flip,disabled";
26944             source: "elm";
26945             action: STATE_SET "default" 0.0;
26946             target: "elm.text.1";
26947             target: "elm.text.2";
26948             target: "elm.flip.content.1";
26949             target: "elm.flip.content.2";
26950          }
26951       }
26952    }
26953
26954    ///////// will be removed /////////
26955    group { name: "elm/genlist/item/dialogue/1icon.2/default";
26956       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
26957       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
26958       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
26959       alias: "elm/layout/dialogue/1icon.2";
26960       data.item: "stacking" "above";
26961       data.item: "selectraise" "on";
26962       data.item: "contents" "elm.icon";
26963
26964       parts {
26965          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
26966          GENLIST_PART_DIALOGUE_BG_IMAGE
26967          GENLIST_PART_BOTTOM_LINE
26968          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
26969          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26970          GENLIST_PART_DIALOGUE_ITEM
26971          GENLIST_PART_DIALOGUE_RIGHT_LINE
26972          part { name: "elm.icon";
26973             clip_to: "disclip";
26974             type: SWALLOW;
26975             scale: 1;
26976             description { state: "default" 0.0;
26977                rel1 {
26978                   relative: 1.0 0.0;
26979                   to_x: "elm.padding.left";
26980                }
26981                rel2 {
26982                   relative: 0.0 1.0;
26983                   to_x: "elm.padding.right";
26984                }
26985             }
26986          }
26987          GENLIST_PART_DISCLIP
26988       }
26989       programs {
26990          // signal: elm,state,%s,active
26991          //   a "check" item named %s went active
26992          // signal: elm,state,%s,passive
26993          //   a "check" item named %s went passive
26994          // default is passive
26995          /*program { name: "go_active";
26996             signal: "elm,state,selected";
26997             source: "elm";
26998             action: STATE_SET "selected" 0.0;
26999             target: "bg_image";
27000             target: "elm.text";
27001          }
27002          program { name: "go_passive";
27003             signal: "elm,state,unselected";
27004             source: "elm";
27005             action: STATE_SET "default" 0.0;
27006             target: "bg_image";
27007             target: "elm.text";
27008             transition: LINEAR 0.1;
27009          }*/
27010          program { name: "go_disabled";
27011             signal: "elm,state,disabled";
27012             source: "elm";
27013             action: STATE_SET "disabled" 0.0;
27014             target: "disclip";
27015          }
27016          program { name: "go_enabled";
27017             signal: "elm,state,enabled";
27018             source: "elm";
27019             action: STATE_SET "default" 0.0;
27020             target: "disclip";
27021          }
27022       }
27023    }
27024
27025    //////////////////////// will be removed //////////////////////////
27026    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
27027       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
27028       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
27029       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
27030       alias: "elm/genlist/item/dialogue.1icon.2text/default";
27031       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
27032       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
27033       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
27034       alias: "elm/layout/dialogue/bg/2text.1icon";
27035       data.item: "stacking" "above";
27036       data.item: "selectraise" "on";
27037       data.item: "texts" "elm.text.1 elm.text.2";
27038       data.item: "contents" "elm.icon";
27039       images {
27040           image: "00_list_thumbnail_bg.png" COMP;
27041       }
27042       parts {
27043          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27044          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
27045          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
27046          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27047          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27048          part { name: "elm.icon.bg";
27049             scale: 1;
27050             description { state: "default" 0.0;
27051                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27052                fixed: 1 1;
27053                align: 0.0 0.5;
27054                rel1 {
27055                   relative: 1.0 0.5;
27056                   to_x: "elm.padding.left";
27057                }
27058                rel2 {
27059                   relative: 1.0 0.5;
27060                   to_x: "elm.padding.left";
27061                }
27062                image {
27063                   normal: "00_list_thumbnail_bg.png";
27064                   border: 1 1 1 1;
27065                   border_scale: 1;
27066                   middle: NONE;
27067                }
27068             }
27069          }
27070          part { name: "elm.icon";
27071             type: SWALLOW;
27072             description { state: "default" 0.0;
27073                rel1.to: "elm.icon.bg";
27074                rel2.to: "elm.icon.bg";
27075             }
27076          }
27077          part { name: "elm.padding.icon.right";
27078             type: RECT;
27079             mouse_events: 0;
27080             scale: 1;
27081             description { state: "default" 0.0;
27082                min: GENLIST_PADDING_24_INC 0;
27083                fixed: 1 0;
27084                rel1 {
27085                    relative: 1.0 0.0;
27086                    to_x: "elm.icon.bg";
27087                }
27088                rel2.to_x: "elm.icon.bg";
27089                visible: 0;
27090                align: 0.0 0.5;
27091             }
27092          }
27093          part { name: "elm.text.1";
27094             clip_to: "disclip";
27095             type: TEXT;
27096             mouse_events: 0;
27097             scale: 1;
27098             description { state: "default" 0.0;
27099                min: 0 GENLIST_SIZE_54_INC;
27100                fixed: 0 1;
27101                align: 0 0;
27102                rel1 {
27103                   relative: 1.0 1.0;
27104                   to_x: "elm.padding.icon.right";
27105                   to_y: "elm.padding.top";
27106                }
27107                rel2 {
27108                   relative: 0.0 1.0;
27109                   to_x: "elm.padding.right";
27110                   to_y: "elm.padding.top";
27111                }
27112                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27113                text {
27114                   font: "SLP:style=Roman";
27115                   size: GENLIST_FONT_48_INC;
27116                   align: 0.0 0.0;
27117                   text_class: "list_item";
27118                }
27119             }
27120          }
27121          part { name: "elm.text.2";
27122             clip_to: "disclip";
27123             type: TEXT;
27124             mouse_events: 0;
27125             scale: 1;
27126             description { state: "default" 0.0;
27127                rel1 {
27128                   relative: 1.0 1.0;
27129                   to_x: "elm.padding.icon.right";
27130                   to_y: "elm.text.1";
27131                }
27132                rel2 {
27133                   relative: 0.0 0.0;
27134                   to_x: "elm.padding.right";
27135                   to_y: "elm.padding.bottom";
27136                }
27137                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27138                text {
27139                   font: "SLP:style=Medium";
27140                   size: GENLIST_FONT_32_INC;
27141                   align: 0.0 1.0;
27142                   text_class: "slp_medium";
27143                }
27144             }
27145          }
27146          GENLIST_PART_DISCLIP
27147       }
27148       programs {
27149          // signal: elm,state,%s,active
27150          //   a "check" item named %s went active
27151          // signal: elm,state,%s,passive
27152          //   a "check" item named %s went passive
27153          // default is passive
27154          /*program { name: "go_active";
27155             signal: "elm,state,selected";
27156             source: "elm";
27157             action: STATE_SET "selected" 0.0;
27158             target: "elm.text";
27159             target: "elm.text.sub";
27160          }
27161          program { name: "go_passive";
27162             signal: "elm,state,unselected";
27163             source: "elm";
27164             action: STATE_SET "default" 0.0;
27165             target: "elm.text";
27166             target: "elm.text.sub";
27167             transition: LINEAR 0.1;
27168          }*/
27169          program { name: "go_disabled";
27170             signal: "elm,state,disabled";
27171             source: "elm";
27172             action: STATE_SET "disabled" 0.0;
27173             target: "disclip";
27174          }
27175          program { name: "go_enabled";
27176             signal: "elm,state,enabled";
27177             source: "elm";
27178             action: STATE_SET "default" 0.0;
27179             target: "disclip";
27180          }
27181       }
27182    }
27183
27184 // 4.3.2 (old)
27185    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
27186       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
27187       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
27188       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
27189       alias: "elm/layout/dialogue/bg/3text.1icon";
27190       data.item: "stacking" "above";
27191       data.item: "selectraise" "on";
27192       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
27193       data.item: "contents" "elm.icon";
27194       images {
27195           image: "00_list_thumbnail_bg.png" COMP;
27196       }
27197       parts {
27198          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27199          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
27200          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
27201          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27202          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27203          part { name: "elm.icon.bg";
27204             scale: 1;
27205             description { state: "default" 0.0;
27206                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27207                fixed: 1 1;
27208                align: 0.0 0.5;
27209                rel1 {
27210                   relative: 1.0 0.5;
27211                   to_x: "elm.padding.left";
27212                }
27213                rel2 {
27214                   relative: 1.0 0.5;
27215                   to_x: "elm.padding.left";
27216                }
27217                image {
27218                   normal: "00_list_thumbnail_bg.png";
27219                   border: 1 1 1 1;
27220                   border_scale: 1;
27221                   middle: NONE;
27222                }
27223             }
27224          }
27225          part { name: "elm.icon";
27226             type: SWALLOW;
27227             description { state: "default" 0.0;
27228                rel1.to: "elm.icon.bg";
27229                rel2.to: "elm.icon.bg";
27230             }
27231          }
27232          part { name: "elm.padding.icon.right";
27233             type: RECT;
27234             mouse_events: 0;
27235             scale: 1;
27236             description { state: "default" 0.0;
27237                min: GENLIST_PADDING_24_INC 0;
27238                fixed: 1 0;
27239                rel1 {
27240                    relative: 1.0 0.0;
27241                    to_x: "elm.icon.bg";
27242                }
27243                rel2.to_x: "elm.icon.bg";
27244                visible: 0;
27245                align: 0.0 0.5;
27246             }
27247          }
27248          part { name: "elm.text.1";
27249             clip_to: "disclip";
27250             type: TEXT;
27251             mouse_events: 0;
27252             scale: 1;
27253             description { state: "default" 0.0;
27254                min: 0 GENLIST_SIZE_54_INC;
27255                fixed: 0 1;
27256                align: 0 0;
27257                rel1 {
27258                   relative: 1.0 1.0;
27259                   to_x: "elm.padding.icon.right";
27260                   to_y: "elm.padding.top";
27261                }
27262                rel2 {
27263                   relative: 0.0 1.0;
27264                   to_x: "elm.padding.right";
27265                   to_y: "elm.padding.top";
27266                }
27267                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27268                text {
27269                   font: "SLP:style=Roman";
27270                   size: GENLIST_FONT_48_INC;
27271                   align: 0.0 0.0;
27272                   text_class: "list_item";
27273                }
27274             }
27275          }
27276          part { name: "elm.text.2";
27277             clip_to: "disclip";
27278             type: TEXT;
27279             mouse_events: 0;
27280             scale: 1;
27281             description { state: "default" 0.0;
27282                rel1 {
27283                   relative: 1.0 1.0;
27284                   to_x: "elm.padding.icon.right";
27285                   to_y: "elm.text.1";
27286                }
27287                rel2 {
27288                   relative: 0.0 0.0;
27289                   to_x: "elm.padding.right";
27290                   to_y: "elm.text.3";
27291                }
27292                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27293                text {
27294                   font: "SLP:style=Medium";
27295                   size: GENLIST_FONT_32_INC;
27296                   align: 0.0 1.0;
27297                   text_class: "slp_medium";
27298                }
27299             }
27300          }
27301          part { name: "elm.text.3";
27302             clip_to: "disclip";
27303             type: TEXT;
27304             mouse_events: 0;
27305             scale: 1;
27306             description { state: "default" 0.0;
27307                min: 0 GENLIST_SIZE_ICON_SMALL;
27308                fixed: 0 1;
27309                align: 0 1;
27310                rel1 {
27311                   relative: 1.0 0.0;
27312                   to_x: "elm.padding.icon.right";
27313                   to_y: "elm.padding.bottom";
27314                }
27315                rel2 {
27316                   relative: 0.0 0.0;
27317                   to_x: "elm.padding.right";
27318                   to_y: "elm.padding.bottom";
27319                }
27320                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27321                text {
27322                   font: "SLP:style=Medium";
27323                   size: GENLIST_FONT_32_INC;
27324                   align: 0.0 1.0;
27325                   text_class: "slp_medium";
27326                }
27327             }
27328          }
27329          GENLIST_PART_DISCLIP
27330       }
27331       programs {
27332          // signal: elm,state,%s,active
27333          //   a "check" item named %s went active
27334          // signal: elm,state,%s,passive
27335          //   a "check" item named %s went passive
27336          // default is passive
27337          /*program { name: "go_active";
27338             signal: "elm,state,selected";
27339             source: "elm";
27340             action: STATE_SET "selected" 0.0;
27341             target: "elm.text";
27342             target: "elm.text.sub";
27343          }
27344          program { name: "go_passive";
27345             signal: "elm,state,unselected";
27346             source: "elm";
27347             action: STATE_SET "default" 0.0;
27348             target: "elm.text";
27349             target: "elm.text.sub";
27350             transition: LINEAR 0.1;
27351          }*/
27352          program { name: "go_disabled";
27353             signal: "elm,state,disabled";
27354             source: "elm";
27355             action: STATE_SET "disabled" 0.0;
27356             target: "disclip";
27357          }
27358          program { name: "go_enabled";
27359             signal: "elm,state,enabled";
27360             source: "elm";
27361             action: STATE_SET "default" 0.0;
27362             target: "disclip";
27363          }
27364       }
27365   }
27366
27367 ////////////////////////////////////////////////////////