Add dialogue separator & dialogue end separator
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_normal.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18 /*
19  * vim:ts=3
20 */
21
22 /* genlist multisense sample/tone listing */
23    sounds {
24       sample {
25          name: "button-pressed" RAW;
26          source: "button-pressed.wav";
27       }
28    }
29
30    group { name: "elm/list/item/matchlist";
31       alias: "elm/list/item_odd/matchlist";
32       alias: "elm/list/item_compress/matchlist";
33       alias: "elm/list/item_compress_odd/matchlist";
34       data.item: "stacking" "above";
35       data.item: "selectraise" "on";
36       data.item: "texts" "elm.text";
37       data.item: "contents" "elm.swallow.icon elm.swallow.end";
38       images {
39          image: "00_list_bar_press_1x80.png" COMP;
40       }
41       parts {
42          GENLIST_PART_BASE( GENLIST_HEIGHT_93_INC )
43          GENLIST_PART_BG_IMAGE
44          GENLIST_PART_BOTTOM_LINE
45          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
46          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
47          part { name: "elm.swallow.end";
48             clip_to: "disclip";
49             type: SWALLOW;
50             scale: 1;
51             description { state: "default" 0.0;
52                fixed: 1 0;
53                align: 1.0 0.5;
54                rel1.to_x: "elm.padding.right";
55                rel2 {
56                   relative: 0.0  1.0;
57                   to_x: "elm.padding.right";
58                }
59             }
60          }
61          part { name: "elm.text";
62             clip_to: "disclip";
63             type: TEXTBLOCK;
64             mouse_events: 0;
65             scale: 1;
66             description { state: "default" 0.0;
67                rel1 {
68                   relative: 1.0  0.2;
69                   offset: 0 0;
70                   to_x: "elm.swallow.icon";
71                }
72                rel2 {
73                   to_x: "elm.swallow.end";
74                   relative: 0.0  1.0;
75                   offset:   0   0;
76                }
77                text {
78                   style: "text_style";
79                }
80             }
81             description { state: "selected" 0.0;
82                inherit: "default" 0.0;
83                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
84             }
85          }
86          part { name: "elm.swallow.icon";
87             clip_to: "disclip";
88             type: SWALLOW;
89             description { state: "default" 0.0;
90                fixed: 1 0;
91                align: 0.0 0.5;
92                rel1 {
93                   relative: 1.0 0.0;
94                   to_x: "elm.padding.left";
95                }
96                rel2.to_x: "elm.padding.left";
97             }
98          }
99          GENLIST_PART_DISCLIP
100       }
101       programs {
102          // signal: elm,state,%s,active
103          //   a "check" item named %s went active
104          // signal: elm,state,%s,passive
105          //   a "check" item named %s went passive
106          // default is passive
107          program { name: "go_active";
108             signal: "elm,state,selected";
109             source: "elm";
110             action: STATE_SET "selected" 0.0;
111             target: "bg_image";
112             target: "elm.text";
113             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
114          }
115          program { name: "go_passive";
116             signal: "elm,state,unselected";
117             source: "elm";
118             action: STATE_SET "default" 0.0;
119             target: "bg_image";
120             target: "elm.text";
121             transition: LINEAR 0.1;
122          }
123          program { name: "go_disabled";
124             signal: "elm,state,disabled";
125             source: "elm";
126             action: STATE_SET "disabled" 0.0;
127             target: "disclip";
128          }
129          program { name: "go_enabled";
130             signal: "elm,state,enabled";
131             source: "elm";
132             action: STATE_SET "default" 0.0;
133             target: "disclip";
134          }
135          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
136       }
137    }
138
139    group { name: "elm/genlist/item/default/default";
140       alias: "elm/genlist/item_odd/default/default";
141       alias: "elm/genlist/item_compress/default/default";
142       alias: "elm/genlist/item_compress_odd/default/default";
143       alias: "elm/list/item/default";
144       alias: "elm/list/item_odd/default";
145       alias: "elm/list/item_compress/default";
146       alias: "elm/list/item_compress_odd/default";
147       data.item: "stacking" "above";
148       data.item: "selectraise" "on";
149       data.item: "texts" "elm.text";
150       data.item: "contents" "elm.swallow.icon elm.swallow.end";
151       images {
152          image: "00_list_bar_press_1x80.png" COMP;
153       }
154       parts {
155          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
156          GENLIST_PART_BG_IMAGE
157          GENLIST_PART_BOTTOM_LINE
158          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
159          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
160          part { name: "elm.swallow.end";
161             clip_to: "disclip";
162             type: SWALLOW;
163             scale: 1;
164             description { state: "default" 0.0;
165                fixed: 1 0;
166                align: 1.0 0.5;
167                rel1.to_x: "elm.padding.right";
168                rel2 {
169                   relative: 0.0  1.0;
170                   to_x: "elm.padding.right";
171                }
172             }
173          }
174          part { name: "elm.text";
175             clip_to: "disclip";
176             type: TEXT;
177             mouse_events: 0;
178             scale: 1;
179             description { state: "default" 0.0;
180                rel1 {
181                   relative: 1.0  0.0;
182                   offset: 0 0;
183                   to_x: "elm.swallow.icon";
184                }
185                rel2 {
186                   to_x: "elm.swallow.end";
187                   relative: 0.0  1.0;
188                   offset:   0   0;
189                }
190                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
191                text {
192                   font: "SLP:style=Roman";
193                   size: GENLIST_FONT_44_INC;
194                   min: 0 1;
195                   align: 0.0 0.5;
196                   text_class: "list_item";
197                }
198             }
199             description { state: "selected" 0.0;
200                inherit: "default" 0.0;
201                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
202             }
203          }
204          part { name: "elm.swallow.icon";
205             clip_to: "disclip";
206             type: SWALLOW;
207             description { state: "default" 0.0;
208                fixed: 1 0;
209                align: 0.0 0.5;
210                rel1 {
211                   relative: 1.0 0.0;
212                   to_x: "elm.padding.left";
213                }
214                rel2.to_x: "elm.padding.left";
215             }
216          }
217          GENLIST_PART_DISCLIP
218       }
219       programs {
220          // signal: elm,state,%s,active
221          //   a "check" item named %s went active
222          // signal: elm,state,%s,passive
223          //   a "check" item named %s went passive
224          // default is passive
225          program { name: "go_active";
226             signal: "elm,state,selected";
227             source: "elm";
228             action: STATE_SET "selected" 0.0;
229             target: "bg_image";
230             target: "elm.text";
231             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
232          }
233          program { name: "go_passive";
234             signal: "elm,state,unselected";
235             source: "elm";
236             action: STATE_SET "default" 0.0;
237             target: "bg_image";
238             target: "elm.text";
239             transition: LINEAR 0.1;
240          }
241          program { name: "go_disabled";
242             signal: "elm,state,disabled";
243             source: "elm";
244             action: STATE_SET "disabled" 0.0;
245             target: "disclip";
246          }
247          program { name: "go_enabled";
248             signal: "elm,state,enabled";
249             source: "elm";
250             action: STATE_SET "default" 0.0;
251             target: "disclip";
252          }
253          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
254       }
255    }
256
257    group { name: "elm/genlist/item/1icon/with_no_line/default";
258       alias: "elm/genlist/item_odd/1icon/with_no_line/default";
259       alias: "elm/genlist/item_compress/1icon/with_no_line/default";
260       alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
261       data.item: "stacking" "above";
262       data.item: "selectraise" "on";
263       data.item: "contents" "elm.icon";
264       parts {
265          part { name: "base";
266             type: RECT;
267             repeat_events: 1;
268             scale: 1;
269             description { state: "default" 0.0;
270                color: GENLIST_PART_BG_COLOR_INC;
271             }
272          }
273          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
274          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
275          part { name: "elm.icon";
276             clip_to: "disclip";
277             type: SWALLOW;
278             description { state: "default" 0.0;
279                rel1 {
280                   relative: 1.0 0.0;
281                   to_x: "elm.padding.left";
282                }
283                rel2 {
284                   relative: 0.0 1.0;
285                   to_x: "elm.padding.right";
286                }
287             }
288          }
289          GENLIST_PART_DISCLIP
290       }
291       programs {
292          // signal: elm,state,%s,active
293          //   a "check" item named %s went active
294          // signal: elm,state,%s,passive
295          //   a "check" item named %s went passive
296          // default is passive
297          program { name: "go_disabled";
298             signal: "elm,state,disabled";
299             source: "elm";
300             action: STATE_SET "disabled" 0.0;
301             target: "disclip";
302          }
303          program { name: "go_enabled";
304             signal: "elm,state,enabled";
305             source: "elm";
306             action: STATE_SET "default" 0.0;
307             target: "disclip";
308          }
309       }
310    }
311
312    group { name: "elm/genlist/item/1icon/default";
313       alias: "elm/genlist/item_odd/1icon/default";
314       alias: "elm/genlist/item_compress/1icon/default";
315       alias: "elm/genlist/item_compress_odd/1icon/default";
316       inherit: "elm/genlist/item/1icon/with_no_line/default";
317       parts {
318          part { name: "bottom_line";
319             insert_after: "elm.padding.right";
320             type: RECT;
321             mouse_events: 0;
322             description { state: "default" 0.0;
323                min: 0 1;
324                fixed: 0 1;
325                visible: 1;
326                color: GENLIST_PART_LIST_LINE_COLOR_INC;
327                rel1 {
328                   relative: 0.0 1.0;
329                   offset: 0 -1;
330                }
331             }
332          }
333       }
334    }
335
336 // 3.1.1
337    group { name: "elm/genlist/item/1text/default";
338       alias: "elm/genlist/item_odd/1text/default";
339       alias: "elm/genlist/item_compress/1text/default";
340       alias: "elm/genlist/item_compress_odd/1text/default";
341       data.item: "stacking" "above";
342       data.item: "selectraise" "on";
343       data.item: "texts" "elm.text";
344       data.item: "flips" "elm.flip.icon elm.flip.content";
345       images {
346          image: "00_list_bar_press_1x80.png" COMP;
347       }
348       parts {
349          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
350          GENLIST_PART_BG_IMAGE
351          GENLIST_PART_BOTTOM_LINE
352          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
353          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
354          part { name: "elm.text";
355             clip_to: "disclip";
356             type: TEXT;
357             mouse_events: 0;
358             scale: 1;
359             description { state: "default" 0.0;
360                rel1 {
361                   relative: 1.0 0.0;
362                   to_x: "elm.padding.left";
363                }
364                rel2 {
365                   relative: 0.0 1.0;
366                   to_x: "elm.padding.right";
367                }
368                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
369                text {
370                   font: "SLP:style=Roman";
371                   size: GENLIST_FONT_44_INC;
372                   min: 0 1;
373                   align: 0.0 0.5;
374                   text_class: "list_item";
375                }
376             }
377             description { state: "selected" 0.0;
378                inherit: "default" 0.0;
379                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
380             }
381             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
382             GENLIST_DESCRIPTION_FLIP_ENABLED
383          }
384          GENLIST_PART_FLIP
385          GENLIST_PART_DISCLIP
386       }
387       programs {
388          // signal: elm,state,%s,active
389          //   a "check" item named %s went active
390          // signal: elm,state,%s,passive
391          //   a "check" item named %s went passive
392          // default is passive
393          program { name: "go_active";
394             signal: "elm,state,selected";
395             source: "elm";
396             action: STATE_SET "selected" 0.0;
397             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
398             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
399          }
400          program { name: "go_passive";
401             signal: "elm,state,unselected";
402             source: "elm";
403             action: STATE_SET "default" 0.0;
404             target: "bg_image";
405             target: "elm.text";
406             transition: LINEAR 0.1;
407          }
408          program { name: "go_disabled";
409             signal: "elm,state,disabled";
410             source: "elm";
411             action: STATE_SET "disabled" 0.0;
412             target: "disclip";
413          }
414          program { name: "go_enabled";
415             signal: "elm,state,enabled";
416             source: "elm";
417             action: STATE_SET "default" 0.0;
418             target: "disclip";
419          }
420          //GENLIST_PROGRAM_FLIP_1TEXT
421          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
422       }
423    }
424
425    group { name: "elm/genlist/item_compress/1text.tb/default";
426       inherit: "elm/genlist/item/1text/default";
427       parts {
428          part { name: "elm.text";
429             clip_to: "disclip";
430             type: TEXTBLOCK;
431             mouse_events: 0;
432             scale: 1;
433             description { state: "default" 0.0;
434                rel1 {
435                   relative: 1.0 0.0;
436                   to_x: "elm.padding.left";
437                }
438                rel2 {
439                   relative: 0.0 1.0;
440                   to_x: "elm.padding.right";
441                }
442                align: 0.0 0.5;
443                text {
444                   style: "genlist_default_textblock_style";
445                   size: GENLIST_FONT_44_INC;
446                   min: 0 1;
447                   align: 0.0 0.5;
448                }
449             }
450             description { state: "selected" 0.0;
451                inherit: "default" 0.0;
452                text.style: "genlist_default_textblock_selected_style";
453             }
454             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
455             GENLIST_DESCRIPTION_FLIP_ENABLED
456          }
457       }
458    }
459
460    group { name: "elm/genlist/item/1text.2/default";
461       alias: "elm/genlist/item_odd/1text.2/default";
462       alias: "elm/genlist/item_compress/1text.2/default";
463       alias: "elm/genlist/item_compress_odd/1text.2/default";
464       data.item: "stacking" "above";
465       data.item: "selectraise" "on";
466       data.item: "texts" "elm.text";
467       data.item: "flips" "elm.flip.content";
468       images {
469          image: "00_list_bar_press_1x80.png" COMP;
470       }
471       parts {
472          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
473          GENLIST_PART_BG_IMAGE
474          GENLIST_PART_BOTTOM_LINE
475          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
476          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
477          part { name: "temp_center_line"; //temporary
478             clip_to: "disclip";
479             type: RECT;
480             mouse_events: 0;
481             scale: 1;
482             description { state: "default" 0.0;
483                rel1 {
484                   relative: 0.0 0.5;
485                   to: "base";
486                }
487                rel2 {
488                   relative: 1.0 0.5;
489                   to: "base";
490                }
491             }
492          }
493          part { name: "elm.text";
494             clip_to: "disclip";
495             type: TEXTBLOCK;
496             mouse_events: 0;
497             scale: 1;
498             multiline: 0;
499             description { state: "default" 0.0;
500                fixed: 1 1;
501                rel1 {
502                   relative: 1.0 0.5;
503                   to_x: "elm.padding.left";
504                   to_y: "temp_center_line";
505                }
506                rel2 {
507                   relative: 0.0 0.5;
508                   to_x: "elm.padding.right";
509                   to_y: "temp_center_line";
510                }
511                align: 0.0 0.5;
512                text {
513                   style: "genlist_default_textblock_style";
514                   min: 0 1;
515                   align: 0.0 0.5;
516                }
517             }
518             description { state: "selected" 0.0;
519                inherit: "default" 0.0;
520                text.style: "genlist_default_textblock_selected_style";
521             }
522             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
523             GENLIST_DESCRIPTION_FLIP_ENABLED
524          }
525          GENLIST_PART_FLIP
526          GENLIST_PART_DISCLIP
527       }
528       programs {
529          // signal: elm,state,%s,active
530          //   a "check" item named %s went active
531          // signal: elm,state,%s,passive
532          //   a "check" item named %s went passive
533          // default is passive
534          program { name: "go_active";
535             signal: "elm,state,selected";
536             source: "elm";
537             action: STATE_SET "selected" 0.0;
538             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
539             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
540          }
541          program { name: "go_passive";
542             signal: "elm,state,unselected";
543             source: "elm";
544             action: STATE_SET "default" 0.0;
545             target: "bg_image";
546             target: "elm.text";
547             transition: LINEAR 0.1;
548          }
549          program { name: "go_disabled";
550             signal: "elm,state,disabled";
551             source: "elm";
552             action: STATE_SET "disabled" 0.0;
553             target: "disclip";
554          }
555          program { name: "go_enabled";
556             signal: "elm,state,enabled";
557             source: "elm";
558             action: STATE_SET "default" 0.0;
559             target: "disclip";
560          }
561          //GENLIST_PROGRAM_FLIP_1TEXT
562          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
563       }
564    }
565
566 // 3.1.2
567    group { name: "elm/genlist/item/2text/default";
568       alias: "elm/genlist/item_odd/2text/default";
569       alias: "elm/genlist/item_compress/2text/default";
570       alias: "elm/genlist/item_compress_odd/2text/default";
571       data.item: "stacking" "above";
572       data.item: "selectraise" "on";
573       data.item: "texts" "elm.text.1 elm.text.2";
574       data.item: "flips" "elm.flip.content";
575       images {
576          image: "00_list_bar_press_1x80.png" COMP;
577       }
578       parts {
579          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
580          GENLIST_PART_BG_IMAGE
581          GENLIST_PART_BOTTOM_LINE
582          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
583          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
584          part { name: "elm.text.2";
585             clip_to: "disclip";
586             type: TEXT;
587             mouse_events: 0;
588             scale: 1;
589             description { state: "default" 0.0;
590                min: GENLIST_SIZE_133_INC 0;
591                fixed: 1 0;
592                rel1.to_x: "elm.padding.right";
593                rel2 {
594                   relative: 0.0 1.0;
595                   to_x: "elm.padding.right";
596                }
597                align: 1.0 0.5;
598                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
599                text {
600                   font: "SLP:style=Medium";
601                   size: GENLIST_FONT_32_INC;
602                   min: 0 1;
603                   align: 1.0 0.5;
604                   text_class: "slp_medium";
605                }
606             }
607             description { state: "selected" 0.0;
608                inherit: "default" 0.0;
609                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
610             }
611             GENLIST_DESCRIPTION_FLIP_ENABLED
612          }
613          part { name: "elm.padding.text2.left";
614             clip_to: "disclip";
615             type: RECT;
616             mouse_events: 0;
617             scale: 1;
618             description { state: "default" 0.0;
619                min: GENLIST_ICON_SMALL_SIZE 0;
620                fixed: 1 0;
621                rel1.to_x: "elm.text.2";
622                rel2 {
623                   relative: 0.0 1.0;
624                   to_x: "elm.text.2";
625                }
626                visible: 0;
627                align: 1.0 0.5;
628             }
629          }
630          part { name: "elm.text.1";
631             clip_to: "disclip";
632             type: TEXT;
633             mouse_events: 0;
634             scale: 1;
635             description { state: "default" 0.0;
636                rel1 {
637                   relative: 1.0 0.0;
638                   to_x: "elm.padding.left";
639                }
640                rel2 {
641                   relative: 0.0 1.0;
642                   to_x: "elm.padding.text2.left";
643                }
644                align: 0.0 0.5;
645                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
646                text {
647                   font: "SLP:style=Roman";
648                   size: GENLIST_FONT_44_INC;
649                   min: 0 1;
650                   align: 0.0 0.5;
651                   text_class: "list_item";
652                }
653             }
654             description { state: "selected" 0.0;
655                inherit: "default" 0.0;
656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
657             }
658             GENLIST_DESCRIPTION_FLIP_ENABLED
659          }
660          GENLIST_PART_FLIP
661          GENLIST_PART_DISCLIP
662       }
663       programs {
664          // signal: elm,state,%s,active
665          //   a "check" item named %s went active
666          // signal: elm,state,%s,passive
667          //   a "check" item named %s went passive
668          // default is passive
669          program { name: "go_active";
670             signal: "elm,state,selected";
671             source: "elm";
672             action: STATE_SET "selected" 0.0;
673             target: "bg_image";
674             target: "elm.text.1";
675             target: "elm.text.2";
676             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
677          }
678          program { name: "go_passive";
679             signal: "elm,state,unselected";
680             source: "elm";
681             action: STATE_SET "default" 0.0;
682             target: "bg_image";
683             target: "elm.text.1";
684             target: "elm.text.2";
685             transition: LINEAR 0.1;
686          }
687          program { name: "go_disabled";
688             signal: "elm,state,disabled";
689             source: "elm";
690             action: STATE_SET "disabled" 0.0;
691             target: "disclip";
692          }
693          program { name: "go_enabled";
694             signal: "elm,state,enabled";
695             source: "elm";
696             action: STATE_SET "default" 0.0;
697             target: "disclip";
698          }
699          GENLIST_PROGRAM_FLIP_2TEXT
700          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
701       }
702    }
703
704 // 3.1.3
705    group { name: "elm/genlist/item/2text.6/default";
706       alias: "elm/genlist/item_odd/2text.6/default";
707       alias: "elm/genlist/item_compress/2text.6/default";
708       alias: "elm/genlist/item_compress_odd/2text.6/default";
709       data.item: "stacking" "above";
710       data.item: "selectraise" "on";
711       data.item: "texts" "elm.text.1 elm.text.2";
712       data.item: "flips" "elm.flip.content";
713       images {
714          image: "00_list_bar_press_1x80.png" COMP;
715       }
716       parts {
717          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
718          GENLIST_PART_BG_IMAGE
719          GENLIST_PART_BOTTOM_LINE
720          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
721          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
722          part { name: "elm.text.2";
723             clip_to: "disclip";
724             type: TEXT;
725             mouse_events: 0;
726             scale: 1;
727             description { state: "default" 0.0;
728                min: GENLIST_SIZE_133_INC 0;
729                fixed: 1 0;
730                rel1.to_x: "elm.padding.right";
731                rel2 {
732                   relative: 0.0 1.0;
733                   to_x: "elm.padding.right";
734                }
735                align: 1.0 0.5;
736                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
737                text {
738                   font: "SLP:style=Medium";
739                   size: GENLIST_FONT_32_INC;
740                   min: 0 1;
741                   align: 1.0 0.5;
742                   text_class: "slp_medium";
743                }
744             }
745             description { state: "selected" 0.0;
746                inherit: "default" 0.0;
747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
748             }
749             GENLIST_DESCRIPTION_FLIP_ENABLED
750          }
751          part { name: "elm.padding.text2.left";
752             clip_to: "disclip";
753             type: RECT;
754             mouse_events: 0;
755             scale: 1;
756             description { state: "default" 0.0;
757                min: GENLIST_ICON_SMALL_SIZE 0;
758                fixed: 1 0;
759                rel1.to_x: "elm.text.2";
760                rel2 {
761                   relative: 0.0 1.0;
762                   to_x: "elm.text.2";
763                }
764                visible: 0;
765                align: 1.0 0.5;
766             }
767          }
768          part { name: "elm.text.1";
769             clip_to: "disclip";
770             type: TEXT;
771             mouse_events: 0;
772             scale: 1;
773             description { state: "default" 0.0;
774                rel1 {
775                   relative: 1.0 0.0;
776                   to_x: "elm.padding.left";
777                }
778                rel2 {
779                   relative: 0.0 1.0;
780                   to_x: "elm.padding.text2.left";
781                }
782                align: 0.0 0.5;
783                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
784                text {
785                   font: "SLP:style=Roman";
786                   size: GENLIST_FONT_44_INC;
787                   min: 0 1;
788                   align: 0.0 0.5;
789                   text_class: "list_item";
790                }
791             }
792             description { state: "selected" 0.0;
793                inherit: "default" 0.0;
794                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
795             }
796             GENLIST_DESCRIPTION_FLIP_ENABLED
797          }
798          GENLIST_PART_FLIP
799          GENLIST_PART_DISCLIP
800       }
801       programs {
802          // signal: elm,state,%s,active
803          //   a "check" item named %s went active
804          // signal: elm,state,%s,passive
805          //   a "check" item named %s went passive
806          // default is passive
807          program { name: "go_active";
808             signal: "elm,state,selected";
809             source: "elm";
810             action: STATE_SET "selected" 0.0;
811             target: "bg_image";
812             target: "elm.text.1";
813             target: "elm.text.2";
814             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
815          }
816          program { name: "go_passive";
817             signal: "elm,state,unselected";
818             source: "elm";
819             action: STATE_SET "default" 0.0;
820             target: "bg_image";
821             target: "elm.text.1";
822             target: "elm.text.2";
823             transition: LINEAR 0.1;
824          }
825          program { name: "go_disabled";
826             signal: "elm,state,disabled";
827             source: "elm";
828             action: STATE_SET "disabled" 0.0;
829             target: "disclip";
830          }
831          program { name: "go_enabled";
832             signal: "elm,state,enabled";
833             source: "elm";
834             action: STATE_SET "default" 0.0;
835             target: "disclip";
836          }
837          GENLIST_PROGRAM_FLIP_2TEXT
838          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
839       }
840    }
841
842 //3.1.4
843    group { name: "elm/genlist/item/1text.1icon/default";
844       alias: "elm/genlist/item_odd/1text.1icon/default";
845       alias: "elm/genlist/item_compress/1text.1icon/default";
846       alias: "elm/genlist/item_compress_odd/1text.1icon/default";
847       data.item: "stacking" "above";
848       data.item: "selectraise" "on";
849       data.item: "texts" "elm.text";
850       data.item: "contents" "elm.icon";
851       data.item: "flips" "elm.flip.content";
852       images {
853          image: "00_list_bar_press_1x80.png" COMP;
854       }
855       parts {
856          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
857          GENLIST_PART_BG_IMAGE
858          GENLIST_PART_BOTTOM_LINE
859          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
860          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
861          part { name: "elm.icon";
862             clip_to: "disclip";
863             type: SWALLOW;
864             scale: 1;
865             description { state: "default" 0.0;
866                fixed: 1 1;
867                rel1.to_x: "elm.padding.right";
868                rel2 {
869                   relative: 0.0 1.0;
870                   to_x: "elm.padding.right";
871                }
872                align: 1.0 0.5;
873             }
874             GENLIST_DESCRIPTION_FLIP_ENABLED
875          }
876          part { name: "elm.padding.icon.left";
877             clip_to: "disclip";
878             type: RECT;
879             scale: 1;
880             description { state: "default" 0.0;
881                min: GENLIST_PADDING_16_INC 0;
882                fixed: 1 0;
883                rel1.to_x: "elm.icon";
884                rel2 {
885                   relative: 0.0 1.0;
886                   to_x: "elm.icon";
887                }
888                align: 1.0 0.0;
889                visible: 0;
890             }
891          }
892          part { name: "elm.text";
893             clip_to: "disclip";
894             type: TEXT;
895             mouse_events: 0;
896             scale: 1;
897             description { state: "default" 0.0;
898                rel1 {
899                   relative: 1.0 0.0;
900                   to_x: "elm.padding.left";
901                }
902                rel2 {
903                   relative: 0.0 1.0;
904                   to_x: "elm.padding.icon.left";
905                }
906                align: 0.0 0.5;
907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
908                text {
909                   font: "SLP:style=Roman";
910                   size: GENLIST_FONT_44_INC;
911                   min: 0 1;
912                   align: 0.0 0.5;
913                   text_class: "list_item";
914                }
915             }
916             description { state: "selected" 0.0;
917                inherit: "default" 0.0;
918                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
919             }
920             GENLIST_DESCRIPTION_FLIP_ENABLED
921          }
922          GENLIST_PART_FLIP
923          GENLIST_PART_DISCLIP
924       }
925       programs {
926          program { name: "go_active";
927             signal: "elm,state,selected";
928             source: "elm";
929             action: STATE_SET "selected" 0.0;
930             target: "bg_image";
931             target: "elm.text";
932             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
933          }
934          program { name: "go_passive";
935             signal: "elm,state,unselected";
936             source: "elm";
937             action: STATE_SET "default" 0.0;
938             target: "bg_image";
939             target: "elm.text";
940             transition: LINEAR 0.1;
941          }
942          program { name: "go_disabled";
943             signal: "elm,state,disabled";
944             source: "elm";
945             action: STATE_SET "disabled" 0.0;
946             target: "disclip";
947          }
948          program { name: "go_enabled";
949             signal: "elm,state,enabled";
950             source: "elm";
951             action: STATE_SET "default" 0.0;
952             target: "disclip";
953          }
954          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
955          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
956       }
957    }
958
959 // 3.1.5
960    group { name: "elm/genlist/item/1text.1icon.4/default";
961       alias: "elm/genlist/item_odd/1text.1icon.4/default";
962       alias: "elm/genlist/item_compress/1text.1icon.4/default";
963       alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
964       data.item: "stacking" "above";
965       data.item: "selectraise" "on";
966       data.item: "texts" "elm.text";
967       data.item: "contents" "elm.icon";
968       data.item: "flips" "elm.flip.content";
969       images {
970          image: "00_list_bar_press_1x80.png" COMP;
971       }
972       parts {
973          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
974          GENLIST_PART_BG_IMAGE
975          GENLIST_PART_BOTTOM_LINE
976          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
977          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
978          part { name: "elm.icon";
979             clip_to: "disclip";
980             type: SWALLOW;
981             scale: 1;
982             description { state: "default" 0.0;
983                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
984                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
985                fixed: 1 1;
986                rel1.to_x: "elm.padding.right";
987                rel2 {
988                   relative: 0.0 1.0;
989                   to_x: "elm.padding.right";
990                }
991                align: 1.0 0.5;
992             }
993             GENLIST_DESCRIPTION_FLIP_ENABLED
994          }
995          part { name: "elm.padding.icon.left";
996             clip_to: "disclip";
997             type: RECT;
998             scale: 1;
999             description { state: "default" 0.0;
1000                min: GENLIST_PADDING_16_INC 0;
1001                fixed: 1 0;
1002                rel1.to_x: "elm.icon";
1003                rel2 {
1004                   relative: 0.0 1.0;
1005                   to_x: "elm.icon";
1006                }
1007                align: 1.0 0.0;
1008                visible: 0;
1009             }
1010          }
1011          part { name: "elm.text";
1012             clip_to: "disclip";
1013             type: TEXT;
1014             mouse_events: 0;
1015             scale: 1;
1016             description { state: "default" 0.0;
1017                rel1 {
1018                   relative: 1.0 0.0;
1019                   to_x: "elm.padding.left";
1020                }
1021                rel2 {
1022                   relative: 0.0 1.0;
1023                   to_x: "elm.padding.icon.left";
1024                }
1025                align: 0.0 0.5;
1026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1027                text {
1028                   font: "SLP:style=Roman";
1029                   size: GENLIST_FONT_44_INC;
1030                   min: 0 1;
1031                   align: 0.0 0.5;
1032                   text_class: "list_item";
1033                }
1034             }
1035             description { state: "selected" 0.0;
1036                inherit: "default" 0.0;
1037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1038             }
1039             GENLIST_DESCRIPTION_FLIP_ENABLED
1040          }
1041          GENLIST_PART_FLIP
1042          GENLIST_PART_DISCLIP
1043       }
1044       programs {
1045          program { name: "go_active";
1046             signal: "elm,state,selected";
1047             source: "elm";
1048             action: STATE_SET "selected" 0.0;
1049             target: "bg_image";
1050             target: "elm.text";
1051             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1052          }
1053          program { name: "go_passive";
1054             signal: "elm,state,unselected";
1055             source: "elm";
1056             action: STATE_SET "default" 0.0;
1057             target: "bg_image";
1058             target: "elm.text";
1059             transition: LINEAR 0.1;
1060          }
1061          program { name: "go_disabled";
1062             signal: "elm,state,disabled";
1063             source: "elm";
1064             action: STATE_SET "disabled" 0.0;
1065             target: "disclip";
1066          }
1067          program { name: "go_enabled";
1068             signal: "elm,state,enabled";
1069             source: "elm";
1070             action: STATE_SET "default" 0.0;
1071             target: "disclip";
1072          }
1073          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1074          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1075       }
1076    }
1077
1078 // 3.1.8
1079    group { name: "elm/genlist/item/1text.1icon.5/default";
1080       alias: "elm/genlist/item_odd/1text.1icon.5/default";
1081       alias: "elm/genlist/item_compress/1text.1icon.5/default";
1082       alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
1083       data.item: "stacking" "above";
1084       data.item: "selectraise" "on";
1085       data.item: "texts" "elm.text";
1086       data.item: "contents" "elm.icon";
1087       data.item: "flips" "elm.flip.content";
1088       images {
1089          image: "00_list_bar_press_1x80.png" COMP;
1090       }
1091       parts {
1092          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1093          GENLIST_PART_BG_IMAGE
1094          GENLIST_PART_BOTTOM_LINE
1095          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1096          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1097          part { name: "elm.icon";
1098             clip_to: "disclip";
1099             type: SWALLOW;
1100             scale: 1;
1101             description { state: "default" 0.0;
1102                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1103                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1104                fixed: 1 1;
1105                rel1.to_x: "elm.padding.right";
1106                rel2 {
1107                   relative: 0.0 1.0;
1108                   to_x: "elm.padding.right";
1109                }
1110                align: 1.0 0.5;
1111             }
1112             GENLIST_DESCRIPTION_FLIP_ENABLED
1113          }
1114          part { name: "elm.padding.icon.left";
1115             clip_to: "disclip";
1116             type: RECT;
1117             scale: 1;
1118             description { state: "default" 0.0;
1119                min: GENLIST_PADDING_16_INC 0;
1120                fixed: 1 0;
1121                rel1.to_x: "elm.icon";
1122                rel2 {
1123                   relative: 0.0 1.0;
1124                   to_x: "elm.icon";
1125                }
1126                align: 1.0 0.0;
1127                visible: 0;
1128             }
1129          }
1130          part { name: "elm.text";
1131             clip_to: "disclip";
1132             type: TEXT;
1133             mouse_events: 0;
1134             scale: 1;
1135             description { state: "default" 0.0;
1136                rel1 {
1137                   relative: 1.0 0.0;
1138                   to_x: "elm.padding.left";
1139                }
1140                rel2 {
1141                   relative: 0.0 1.0;
1142                   to_x: "elm.padding.icon.left";
1143                }
1144                align: 0.0 0.5;
1145                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1146                text {
1147                   font: "SLP:style=Roman";
1148                   size: GENLIST_FONT_44_INC;
1149                   min: 0 1;
1150                   align: 0.0 0.5;
1151                   text_class: "list_item";
1152                }
1153             }
1154             description { state: "selected" 0.0;
1155                inherit: "default" 0.0;
1156                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1157             }
1158             GENLIST_DESCRIPTION_FLIP_ENABLED
1159          }
1160          GENLIST_PART_FLIP
1161          GENLIST_PART_DISCLIP
1162       }
1163       programs {
1164          program { name: "go_active";
1165             signal: "elm,state,selected";
1166             source: "elm";
1167             action: STATE_SET "selected" 0.0;
1168             target: "bg_image";
1169             target: "elm.text";
1170             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1171          }
1172          program { name: "go_passive";
1173             signal: "elm,state,unselected";
1174             source: "elm";
1175             action: STATE_SET "default" 0.0;
1176             target: "bg_image";
1177             target: "elm.text";
1178             transition: LINEAR 0.1;
1179          }
1180          program { name: "go_disabled";
1181             signal: "elm,state,disabled";
1182             source: "elm";
1183             action: STATE_SET "disabled" 0.0;
1184             target: "disclip";
1185          }
1186          program { name: "go_enabled";
1187             signal: "elm,state,enabled";
1188             source: "elm";
1189             action: STATE_SET "default" 0.0;
1190             target: "disclip";
1191          }
1192          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1193          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1194       }
1195    }
1196
1197 // 3.1.9
1198    group { name: "elm/genlist/item/1text.2icon.3/default";
1199       alias: "elm/genlist/item_odd/1text.2icon.3/default";
1200       alias: "elm/genlist/item_compress/1text.2icon.3/default";
1201       alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
1202       data.item: "stacking" "above";
1203       data.item: "selectraise" "on";
1204       data.item: "texts" "elm.text";
1205       data.item: "contents" "elm.icon.1 elm.icon.2";
1206       data.item: "flips" "elm.flip.content";
1207       images {
1208          image: "00_list_bar_press_1x80.png" COMP;
1209       }
1210       parts {
1211          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1212          GENLIST_PART_BG_IMAGE
1213          GENLIST_PART_BOTTOM_LINE
1214          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1215          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1216          part { name: "elm.icon.1";
1217             type: SWALLOW;
1218             clip_to: "disclip";
1219             scale: 1;
1220             description { state: "default" 0.0;
1221                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1222                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
1223                fixed: 1 1;
1224                rel1 {
1225                   relative: 0.0 0.0;
1226                   to_x: "elm.padding.right";
1227                }
1228                rel2 {
1229                   relative: 0.0 1.0;
1230                   to_x: "elm.padding.right";
1231                }
1232                align: 1.0 0.5;
1233             }
1234             GENLIST_DESCRIPTION_FLIP_ENABLED
1235          }
1236          part { name: "elm.padding.icon1.left";
1237             type: RECT;
1238             clip_to: "disclip";
1239             scale: 1;
1240             description { state: "default" 0.0;
1241                min: GENLIST_PADDING_16_INC 0;
1242                fixed: 1 0;
1243                visible: 0;
1244                rel1.to_x: "elm.icon.1";
1245                rel2 {
1246                   relative: 0.0 1.0;
1247                   to_x: "elm.icon.1";
1248                }
1249                align: 1.0 0.0;
1250             }
1251          }
1252          part { name: "elm.padding.icon1.left2";
1253             type: RECT;
1254             clip_to: "disclip";
1255             scale: 1;
1256             description { state: "default" 0.0;
1257                min: GENLIST_PADDING_64_INC 0;
1258                fixed: 1 0;
1259                visible: 0;
1260                rel1.to_x: "elm.icon.1";
1261                rel2 {
1262                   relative: 0.0 1.0;
1263                   to_x: "elm.icon.1";
1264                }
1265                align: 1.0 0.0;
1266             }
1267          }
1268          part { name: "elm.text";
1269             type: TEXT;
1270             clip_to: "disclip";
1271             mouse_events: 0;
1272             scale: 1;
1273             description { state: "default" 0.0;
1274                rel1 {
1275                   relative: 1.0 0.0;
1276                   to_x: "elm.padding.left";
1277                }
1278                rel2 {
1279                   relative: 0.0 1.0;
1280                   to_x: "elm.padding.icon1.left2";
1281                }
1282                align: 0.0 0.5;
1283                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1284                text {
1285                   font: "SLP:style=Roman";
1286                   size: GENLIST_FONT_44_INC;
1287                   min: 0 1;
1288                   max: 1 0;
1289                   align: 0.0 0.5;
1290                   text_class: "list_item";
1291                }
1292             }
1293             description { state: "selected" 0.0;
1294                inherit: "default" 0.0;
1295                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1296             }
1297             GENLIST_DESCRIPTION_FLIP_ENABLED
1298          }
1299          part { name: "elm.padding.text.right";
1300             type: RECT;
1301             clip_to: "disclip";
1302             scale: 1;
1303             description { state: "default" 0.0;
1304                min: GENLIST_PADDING_16_INC 0;
1305                fixed: 1 0;
1306                rel1 {
1307                   relative: 1.0 0.0;
1308                   to_x: "elm.text";
1309                }
1310                rel2.to_x: "elm.text";
1311                align: 0.0 0.0;
1312                visible: 0;
1313             }
1314          }
1315          part { name: "elm.icon.2.rect";
1316             type: RECT;
1317             clip_to: "disclip";
1318             scale: 1;
1319             description { state: "default" 0.0;
1320                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
1321                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
1322                rel1 {
1323                   relative: 1.0 0.0;
1324                   to_x: "elm.padding.text.right";
1325                }
1326                rel2 {
1327                   relative: 0.0 1.0;
1328                   to_x: "elm.padding.icon1.left";
1329                }
1330                align: 0.0 0.5;
1331                color: 0 0 0 0;
1332             }
1333             GENLIST_DESCRIPTION_FLIP_ENABLED
1334          }
1335          part { name: "elm.icon.2";
1336             type: SWALLOW;
1337             clip_to: "disclip";
1338             description { state: "default" 0.0;
1339                rel1.to: "elm.icon.2.rect";
1340                rel2.to: "elm.icon.2.rect";
1341             }
1342             GENLIST_DESCRIPTION_FLIP_ENABLED
1343          }
1344          GENLIST_PART_FLIP
1345          GENLIST_PART_DISCLIP
1346       }
1347       programs {
1348          program { name: "go_active";
1349             signal: "elm,state,selected";
1350             source: "elm";
1351             action: STATE_SET "selected" 0.0;
1352             target: "bg_image";
1353             target: "elm.text";
1354             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1355          }
1356          program { name: "go_passive";
1357             signal: "elm,state,unselected";
1358             source: "elm";
1359             action: STATE_SET "default" 0.0;
1360             target: "bg_image";
1361             target: "elm.text";
1362             transition: LINEAR 0.1;
1363          }
1364          program { name: "go_disabled";
1365             signal: "elm,state,disabled";
1366             source: "elm";
1367             action: STATE_SET "disabled" 0.0;
1368             target: "disclip";
1369          }
1370          program { name: "go_enabled";
1371             signal: "elm,state,enabled";
1372             source: "elm";
1373             action: STATE_SET "default" 0.0;
1374             target: "disclip";
1375          }
1376          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1377          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1378       }
1379    }
1380
1381    group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
1382       inherit: "elm/genlist/item/1text.2icon.3/default";
1383       parts {
1384          part { name: "elm.text";
1385             type: TEXTBLOCK;
1386             clip_to: "disclip";
1387             mouse_events: 0;
1388             scale: 1;
1389             description { state: "default" 0.0;
1390                rel1 {
1391                   relative: 1.0 0.0;
1392                   to_x: "elm.padding.left";
1393                }
1394                rel2 {
1395                   relative: 0.0 1.0;
1396                   to_x: "elm.padding.icon1.left2";
1397                }
1398                align: 0.0 0.5;
1399                text {
1400                   style: "genlist_default_textblock_style";
1401                   min: 0 1;
1402                   max: 1 0;
1403                   align: 0.0 0.5;
1404                }
1405             }
1406             description { state: "selected" 0.0;
1407                inherit: "default" 0.0;
1408                text.style: "genlist_default_textblock_selected_style";
1409             }
1410             GENLIST_DESCRIPTION_FLIP_ENABLED
1411          }
1412       }
1413    }
1414
1415 // 3.1.10
1416    group { name: "elm/genlist/item/1text.1icon.2/default";
1417       alias: "elm/genlist/item_odd/1text.1icon.2/default";
1418       alias: "elm/genlist/item_compress/1text.1icon.2/default";
1419       alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
1420       data.item: "stacking" "above";
1421       data.item: "selectraise" "on";
1422       data.item: "texts" "elm.text";
1423       data.item: "contents" "elm.icon";
1424       data.item: "flips" "elm.flip.content";
1425       images {
1426          image: "00_list_bar_press_1x80.png" COMP;
1427       }
1428       parts {
1429          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1430          GENLIST_PART_BG_IMAGE
1431          GENLIST_PART_BOTTOM_LINE
1432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1434          part { name: "elm.icon";
1435             clip_to: "disclip";
1436             type: SWALLOW;
1437             scale: 1;
1438             description { state: "default" 0.0;
1439                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1440                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1441                fixed: 1 1;
1442                rel1 {
1443                   relative: 1.0 0.0;
1444                   to_x: "elm.padding.left";
1445                }
1446                rel2 {
1447                   relative: 1.0 1.0;
1448                   to_x: "elm.padding.left";
1449                }
1450                align: 0.0 0.5;
1451             }
1452             GENLIST_DESCRIPTION_FLIP_ENABLED
1453          }
1454          part { name: "elm.padding.icon.right";
1455             clip_to: "disclip";
1456             type: RECT;
1457             scale: 1;
1458             description { state: "default" 0.0;
1459                min: GENLIST_PADDING_16_INC 0;
1460                fixed: 1 0;
1461                rel1 {
1462                   relative: 1.0 0.0;
1463                   to_x: "elm.icon";
1464                }
1465                rel2.to_x: "elm.icon";
1466                visible: 0;
1467             }
1468          }
1469          part { name: "elm.text";
1470             clip_to: "disclip";
1471             type: TEXT;
1472             mouse_events: 0;
1473             scale: 1;
1474             description { state: "default" 0.0;
1475                rel1 {
1476                   relative: 1.0 0.0;
1477                   to_x: "elm.padding.icon.right";
1478                }
1479                rel2 {
1480                   relative: 0.0 1.0;
1481                   to_x: "elm.padding.right";
1482                }
1483                align: 0.0 0.5;
1484                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1485                text {
1486                   font: "SLP:style=Roman";
1487                   size: GENLIST_FONT_44_INC;
1488                   min: 0 1;
1489                   align: 0.0 0.5;
1490                   text_class: "list_item";
1491                }
1492             }
1493             description { state: "selected" 0.0;
1494                inherit: "default" 0.0;
1495                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1496             }
1497             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1498             GENLIST_DESCRIPTION_FLIP_ENABLED
1499          }
1500          GENLIST_PART_FLIP
1501          GENLIST_PART_DISCLIP
1502       }
1503       programs {
1504          program { name: "go_active";
1505             signal: "elm,state,selected";
1506             source: "elm";
1507             action: STATE_SET "selected" 0.0;
1508             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
1509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1510          }
1511          program { name: "go_passive";
1512             signal: "elm,state,unselected";
1513             source: "elm";
1514             action: STATE_SET "default" 0.0;
1515             target: "bg_image";
1516             target: "elm.text";
1517             transition: LINEAR 0.1;
1518          }
1519          program { name: "go_disabled";
1520             signal: "elm,state,disabled";
1521             source: "elm";
1522             action: STATE_SET "disabled" 0.0;
1523             target: "disclip";
1524          }
1525          program { name: "go_enabled";
1526             signal: "elm,state,enabled";
1527             source: "elm";
1528             action: STATE_SET "default" 0.0;
1529             target: "disclip";
1530          }
1531          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
1532          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1533       }
1534    }
1535
1536    group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
1537       inherit: "elm/genlist/item/1text.1icon.2/default";
1538       parts {
1539          part { name: "elm.text";
1540             clip_to: "disclip";
1541             type: TEXTBLOCK;
1542             mouse_events: 0;
1543             scale: 1;
1544             description { state: "default" 0.0;
1545                rel1 {
1546                   relative: 1.0 0.0;
1547                   to_x: "elm.padding.icon.right";
1548                }
1549                rel2 {
1550                   relative: 0.0 1.0;
1551                   to_x: "elm.padding.right";
1552                }
1553                align: 0.0 0.5;
1554                text {
1555                   style: "genlist_default_textblock_style";
1556                   min: 0 1;
1557                   align: 0.0 0.5;
1558                }
1559             }
1560             description { state: "selected" 0.0;
1561                inherit: "default" 0.0;
1562                text.style: "genlist_default_textblock_selected_style";
1563             }
1564             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1565             GENLIST_DESCRIPTION_FLIP_ENABLED
1566          }
1567       }
1568    }
1569
1570
1571 // 3.1.11
1572    group { name: "elm/genlist/item/2text.1icon/default";
1573       alias: "elm/genlist/item_odd/2text.1icon/default";
1574       alias: "elm/genlist/item_compress/2text.1icon/default";
1575       alias: "elm/genlist/item_compress_odd/2text.1icon/default";
1576       data.item: "stacking" "above";
1577       data.item: "selectraise" "on";
1578       data.item: "texts" "elm.text.1 elm.text.2";
1579       data.item: "contents" "elm.icon";
1580       data.item: "flips" "elm.flip.content";
1581       images {
1582          image: "00_list_bar_press_1x80.png" COMP;
1583       }
1584       parts {
1585          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1586          GENLIST_PART_BG_IMAGE
1587          GENLIST_PART_BOTTOM_LINE
1588          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1589          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1590          part { name: "elm.icon";
1591             clip_to: "disclip";
1592             type: SWALLOW;
1593             scale: 1;
1594             description { state: "default" 0.0;
1595                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1596                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1597                fixed: 1 1;
1598                rel1 {
1599                   relative: 1.0 0.0;
1600                   to_x: "elm.padding.left";
1601                }
1602                rel2 {
1603                   relative: 1.0 1.0;
1604                   to_x: "elm.padding.left";
1605                }
1606                align: 0.0 0.5;
1607             }
1608             GENLIST_DESCRIPTION_FLIP_ENABLED
1609          }
1610          part { name: "elm.padding.icon.right";
1611             clip_to: "disclip";
1612             type: RECT;
1613             scale: 1;
1614             description { state: "default" 0.0;
1615                min: GENLIST_PADDING_16_INC 0;
1616                fixed: 1 0;
1617                rel1 {
1618                   relative: 1.0 0.0;
1619                   to_x: "elm.icon";
1620                }
1621                rel2.to_x: "elm.icon";
1622                visible: 0;
1623             }
1624          }
1625          part { name: "elm.text.2";
1626             clip_to: "disclip";
1627             type: TEXT;
1628             mouse_events: 0;
1629             scale: 1;
1630             description { state: "default" 0.0;
1631                min: GENLIST_SIZE_133_INC 0;
1632                fixed: 1 0;
1633                rel1.to_x: "elm.padding.right";
1634                rel2 {
1635                   relative: 0.0 1.0;
1636                   to_x: "elm.padding.right";
1637                }
1638                align: 1.0 0.5;
1639                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
1640                text {
1641                   font: "SLP:style=Medium";
1642                   size: GENLIST_FONT_32_INC;
1643                   min: 0 1;
1644                   align: 1.0 0.5;
1645                   text_class: "slp_medium";
1646                }
1647             }
1648             description { state: "selected" 0.0;
1649                inherit: "default" 0.0;
1650                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1651             }
1652             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1653             GENLIST_DESCRIPTION_FLIP_ENABLED
1654          }
1655          part { name: "elm.padding.text2.left";
1656             clip_to: "disclip";
1657             type: RECT;
1658             mouse_events: 0;
1659             scale: 1;
1660             description { state: "default" 0.0;
1661                min: GENLIST_ICON_SMALL_SIZE 0;
1662                fixed: 1 0;
1663                rel1.to_x: "elm.text.2";
1664                rel2 {
1665                   relative: 0.0 1.0;
1666                   to_x: "elm.text.2";
1667                }
1668                visible: 0;
1669                align: 1.0 0.5;
1670             }
1671          }
1672          part { name: "elm.text.1";
1673             clip_to: "disclip";
1674             type: TEXT;
1675             mouse_events: 0;
1676             scale: 1;
1677             description { state: "default" 0.0;
1678                rel1 {
1679                   relative: 1.0 0.0;
1680                   to_x: "elm.padding.icon.right";
1681                }
1682                rel2 {
1683                   relative: 0.0 1.0;
1684                   to_x: "elm.padding.text2.left";
1685                }
1686                align: 0.0 0.5;
1687                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1688                text {
1689                   font: "SLP:style=Roman";
1690                   size: GENLIST_FONT_44_INC;
1691                   min: 0 1;
1692                   align: 0.0 0.5;
1693                   text_class: "list_item";
1694                }
1695             }
1696             description { state: "selected" 0.0;
1697                inherit: "default" 0.0;
1698                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1699             }
1700             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1701             GENLIST_DESCRIPTION_FLIP_ENABLED
1702          }
1703          GENLIST_PART_FLIP
1704          GENLIST_PART_DISCLIP
1705       }
1706       programs {
1707          program { name: "go_active";
1708             signal: "elm,state,selected";
1709             source: "elm";
1710             action: STATE_SET "selected" 0.0;
1711             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1712             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1713          }
1714          program { name: "go_passive";
1715             signal: "elm,state,unselected";
1716             source: "elm";
1717             action: STATE_SET "default" 0.0;
1718             target: "bg_image";
1719             target: "elm.text.1";
1720             target: "elm.text.2";
1721             transition: LINEAR 0.1;
1722          }
1723          program { name: "go_disabled";
1724             signal: "elm,state,disabled";
1725             source: "elm";
1726             action: STATE_SET "disabled" 0.0;
1727             target: "disclip";
1728          }
1729          program { name: "go_enabled";
1730             signal: "elm,state,enabled";
1731             source: "elm";
1732             action: STATE_SET "default" 0.0;
1733             target: "disclip";
1734          }
1735          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1736          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1737       }
1738    }
1739
1740 // 3.1.12
1741    group { name: "elm/genlist/item/2text.1icon.6/default";
1742       alias: "elm/genlist/item_odd/2text.1icon.6/default";
1743       alias: "elm/genlist/item_compress/2text.1icon.6/default";
1744       alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
1745       data.item: "stacking" "above";
1746       data.item: "selectraise" "on";
1747       data.item: "texts" "elm.text.1 elm.text.2";
1748       data.item: "contents" "elm.icon";
1749       data.item: "flips" "elm.flip.content";
1750       images {
1751          image: "00_list_bar_press_1x80.png" COMP;
1752       }
1753       parts {
1754          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1755          GENLIST_PART_BG_IMAGE
1756          GENLIST_PART_BOTTOM_LINE
1757          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1758          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1759          part { name: "elm.icon";
1760             clip_to: "disclip";
1761             type: SWALLOW;
1762             scale: 1;
1763             description { state: "default" 0.0;
1764                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1765                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1766                fixed: 1 1;
1767                rel1 {
1768                   relative: 1.0 0.0;
1769                   to_x: "elm.padding.left";
1770                }
1771                rel2 {
1772                   relative: 1.0 1.0;
1773                   to_x: "elm.padding.left";
1774                }
1775                align: 0.0 0.5;
1776             }
1777             GENLIST_DESCRIPTION_FLIP_ENABLED
1778          }
1779          part { name: "elm.padding.icon.right";
1780             clip_to: "disclip";
1781             type: RECT;
1782             scale: 1;
1783             description { state: "default" 0.0;
1784                min: GENLIST_PADDING_16_INC 0;
1785                fixed: 1 0;
1786                rel1 {
1787                   relative: 1.0 0.0;
1788                   to_x: "elm.icon";
1789                }
1790                rel2.to_x: "elm.icon";
1791                visible: 0;
1792             }
1793          }
1794          part { name: "elm.text.2";
1795             clip_to: "disclip";
1796             type: TEXT;
1797             mouse_events: 0;
1798             scale: 1;
1799             description { state: "default" 0.0;
1800                min: GENLIST_SIZE_133_INC 0;
1801                fixed: 1 0;
1802                rel1.to_x: "elm.padding.right";
1803                rel2 {
1804                   relative: 0.0 1.0;
1805                   to_x: "elm.padding.right";
1806                }
1807                align: 1.0 0.5;
1808                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
1809                text {
1810                   font: "SLP:style=Medium";
1811                   size: GENLIST_FONT_32_INC;
1812                   min: 0 1;
1813                   align: 1.0 0.5;
1814                   text_class: "slp_medium";
1815                }
1816             }
1817             description { state: "selected" 0.0;
1818                inherit: "default" 0.0;
1819                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1820             }
1821             GENLIST_DESCRIPTION_FLIP_ENABLED
1822          }
1823          part { name: "elm.padding.text2.left";
1824             clip_to: "disclip";
1825             type: RECT;
1826             mouse_events: 0;
1827             scale: 1;
1828             description { state: "default" 0.0;
1829                min: GENLIST_ICON_SMALL_SIZE 0;
1830                fixed: 1 0;
1831                rel1.to_x: "elm.text.2";
1832                rel2 {
1833                   relative: 0.0 1.0;
1834                   to_x: "elm.text.2";
1835                }
1836                visible: 0;
1837                align: 1.0 0.5;
1838             }
1839          }
1840          part { name: "elm.text.1";
1841             clip_to: "disclip";
1842             type: TEXT;
1843             mouse_events: 0;
1844             scale: 1;
1845             description { state: "default" 0.0;
1846                rel1 {
1847                   relative: 1.0 0.0;
1848                   to_x: "elm.padding.icon.right";
1849                }
1850                rel2 {
1851                   relative: 0.0 1.0;
1852                   to_x: "elm.padding.text2.left";
1853                }
1854                align: 0.0 0.5;
1855                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
1856                text {
1857                   font: "SLP:style=Roman";
1858                   size: GENLIST_FONT_44_INC;
1859                   min: 0 1;
1860                   align: 0.0 0.5;
1861                   text_class: "list_item";
1862                }
1863             }
1864             description { state: "selected" 0.0;
1865                inherit: "default" 0.0;
1866                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1867             }
1868             GENLIST_DESCRIPTION_FLIP_ENABLED
1869          }
1870          GENLIST_PART_FLIP
1871          GENLIST_PART_DISCLIP
1872       }
1873       programs {
1874          program { name: "go_active";
1875             signal: "elm,state,selected";
1876             source: "elm";
1877             action: STATE_SET "selected" 0.0;
1878             target: "bg_image";
1879             target: "elm.text.1";
1880             target: "elm.text.2";
1881             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1882          }
1883          program { name: "go_passive";
1884             signal: "elm,state,unselected";
1885             source: "elm";
1886             action: STATE_SET "default" 0.0;
1887             target: "bg_image";
1888             target: "elm.text.1";
1889             target: "elm.text.2";
1890             transition: LINEAR 0.1;
1891          }
1892          program { name: "go_disabled";
1893             signal: "elm,state,disabled";
1894             source: "elm";
1895             action: STATE_SET "disabled" 0.0;
1896             target: "disclip";
1897          }
1898          program { name: "go_enabled";
1899             signal: "elm,state,enabled";
1900             source: "elm";
1901             action: STATE_SET "default" 0.0;
1902             target: "disclip";
1903          }
1904          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1905          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1906       }
1907    }
1908
1909 // 3.1.13
1910    group { name: "elm/genlist/item/1text.2icon/default";
1911       alias: "elm/genlist/item_odd/1text.2icon/default";
1912       alias: "elm/genlist/item_compress/1text.2icon/default";
1913       alias: "elm/genlist/item_compress_odd/1text.2icon/default";
1914       data.item: "stacking" "above";
1915       data.item: "selectraise" "on";
1916       data.item: "texts" "elm.text";
1917       data.item: "contents" "elm.icon.1 elm.icon.2";
1918       data.item: "flips" "elm.flip.content";
1919       images {
1920          image: "00_list_bar_press_1x80.png" COMP;
1921       }
1922       parts {
1923          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
1924          GENLIST_PART_BG_IMAGE
1925          GENLIST_PART_BOTTOM_LINE
1926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
1927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
1928          part { name: "elm.icon.1";
1929             clip_to: "disclip";
1930             type: SWALLOW;
1931             scale: 1;
1932             description { state: "default" 0.0;
1933                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1934                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
1935                fixed: 1 1;
1936                rel1 {
1937                   relative: 1.0 0.0;
1938                   to_x: "elm.padding.left";
1939                }
1940                rel2 {
1941                   relative: 1.0 1.0;
1942                   to_x: "elm.padding.left";
1943                }
1944                align: 0.0 0.5;
1945             }
1946             GENLIST_DESCRIPTION_FLIP_ENABLED
1947          }
1948          part { name: "elm.padding.icon1.right";
1949             clip_to: "disclip";
1950             type: RECT;
1951             scale: 1;
1952             description { state: "default" 0.0;
1953                min: GENLIST_SIZE_16_INC 0;
1954                fixed: 1 0;
1955                rel1 {
1956                   relative: 1.0 0.0;
1957                   to_x: "elm.icon.1";
1958                }
1959                rel2.to_x: "elm.icon.1";
1960                visible: 0;
1961             }
1962          }
1963          part { name: "elm.icon.2";
1964             clip_to: "disclip";
1965             type: SWALLOW;
1966             scale: 1;
1967             description { state: "default" 0.0;
1968                fixed: 1 1;
1969                rel1 {
1970                   relative: 0.0 0.0;
1971                   to_x: "elm.padding.right";
1972                }
1973                rel2 {
1974                   relative: 0.0 1.0;
1975                   to_x: "elm.padding.right";
1976                }
1977                align: 1.0 0.5;
1978             }
1979             GENLIST_DESCRIPTION_FLIP_ENABLED
1980          }
1981          part { name: "elm.padding.icon2.left";
1982             clip_to: "disclip";
1983             type: RECT;
1984             scale: 1;
1985             description { state: "default" 0.0;
1986                min: GENLIST_PADDING_16_INC 0;
1987                fixed: 1 0;
1988                rel1.to_x: "elm.icon.2";
1989                rel2 {
1990                   relative: 0.0 1.0;
1991                   to_x: "elm.icon.2";
1992                }
1993                align: 1.0 0.0;
1994                visible: 0;
1995             }
1996          }
1997          part { name: "elm.text";
1998             clip_to: "disclip";
1999             type: TEXT;
2000             mouse_events: 0;
2001             scale: 1;
2002             description { state: "default" 0.0;
2003                rel1 {
2004                   relative: 1.0 0.0;
2005                   to_x: "elm.padding.icon1.right";
2006                }
2007                rel2 {
2008                   relative: 0.0 1.0;
2009                   to_x: "elm.padding.icon2.left";
2010                }
2011                align: 0.0 0.5;
2012                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2013                text {
2014                   font: "SLP:style=Roman";
2015                   size: GENLIST_FONT_44_INC;
2016                   min: 0 1;
2017                   align: 0.0 0.5;
2018                   text_class: "list_item";
2019                }
2020             }
2021             description { state: "selected" 0.0;
2022                inherit: "default" 0.0;
2023                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2024             }
2025             GENLIST_DESCRIPTION_FLIP_ENABLED
2026          }
2027          GENLIST_PART_FLIP
2028          GENLIST_PART_DISCLIP
2029       }
2030       programs {
2031          program { name: "go_active";
2032             signal: "elm,state,selected";
2033             source: "elm";
2034             action: STATE_SET "selected" 0.0;
2035             target: "bg_image";
2036             target: "elm.text";
2037             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2038          }
2039          program { name: "go_passive";
2040             signal: "elm,state,unselected";
2041             source: "elm";
2042             action: STATE_SET "default" 0.0;
2043             target: "bg_image";
2044             target: "elm.text";
2045             transition: LINEAR 0.1;
2046          }
2047          program { name: "go_disabled";
2048             signal: "elm,state,disabled";
2049             source: "elm";
2050             action: STATE_SET "disabled" 0.0;
2051             target: "disclip";
2052          }
2053          program { name: "go_enabled";
2054             signal: "elm,state,enabled";
2055             source: "elm";
2056             action: STATE_SET "default" 0.0;
2057             target: "disclip";
2058          }
2059          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2060          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2061       }
2062    }
2063
2064 // 3.1.14
2065    group { name: "elm/genlist/item/1text.2icon.6/default";
2066       alias: "elm/genlist/item_odd/1text.2icon.6/default";
2067       alias: "elm/genlist/item_compress/1text.2icon.6/default";
2068       alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
2069       data.item: "stacking" "above";
2070       data.item: "selectraise" "on";
2071       data.item: "texts" "elm.text";
2072       data.item: "contents" "elm.icon.1 elm.icon.2";
2073       data.item: "flips" "elm.flip.content";
2074       images {
2075          image: "00_list_bar_press_1x80.png" COMP;
2076       }
2077       parts {
2078          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2079          GENLIST_PART_BG_IMAGE
2080          GENLIST_PART_BOTTOM_LINE
2081          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2082          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2083          part { name: "elm.icon.1";
2084             clip_to: "disclip";
2085             type: SWALLOW;
2086             scale: 1;
2087             description { state: "default" 0.0;
2088                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2089                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2090                fixed: 1 1;
2091                rel1 {
2092                   relative: 1.0 0.0;
2093                   to_x: "elm.padding.left";
2094                }
2095                rel2 {
2096                   relative: 1.0 1.0;
2097                   to_x: "elm.padding.left";
2098                }
2099                align: 0.0 0.5;
2100             }
2101             GENLIST_DESCRIPTION_FLIP_ENABLED
2102          }
2103          part { name: "elm.padding.icon1.right";
2104             clip_to: "disclip";
2105             type: RECT;
2106             scale: 1;
2107             description { state: "default" 0.0;
2108                min: GENLIST_PADDING_16_INC 0;
2109                fixed: 1 0;
2110                rel1 {
2111                   relative: 1.0 0.0;
2112                   to_x: "elm.icon.1";
2113                }
2114                rel2.to_x: "elm.icon.1";
2115                visible: 0;
2116             }
2117          }
2118          part { name: "elm.icon.2";
2119             clip_to: "disclip";
2120             type: SWALLOW;
2121             scale: 1;
2122             description { state: "default" 0.0;
2123                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2124                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2125                fixed: 1 1;
2126                rel1 {
2127                   relative: 0.0 0.0;
2128                   to_x: "elm.padding.right";
2129                }
2130                rel2 {
2131                   relative: 0.0 1.0;
2132                   to_x: "elm.padding.right";
2133                }
2134                align: 1.0 0.5;
2135             }
2136             GENLIST_DESCRIPTION_FLIP_ENABLED
2137          }
2138          part { name: "elm.padding.icon2.left";
2139             clip_to: "disclip";
2140             type: RECT;
2141             scale: 1;
2142             description { state: "default" 0.0;
2143                min: GENLIST_PADDING_16_INC 0;
2144                fixed: 1 0;
2145                rel1.to_x: "elm.icon.2";
2146                rel2 {
2147                   relative: 0.0 1.0;
2148                   to_x: "elm.icon.2";
2149                }
2150                align: 1.0 0.0;
2151                visible: 0;
2152             }
2153          }
2154          part { name: "elm.text";
2155             clip_to: "disclip";
2156             type: TEXT;
2157             mouse_events: 0;
2158             scale: 1;
2159             description { state: "default" 0.0;
2160                rel1 {
2161                   relative: 1.0 0.0;
2162                   to_x: "elm.padding.icon1.right";
2163                }
2164                rel2 {
2165                   relative: 0.0 1.0;
2166                   to_x: "elm.padding.icon2.left";
2167                }
2168                align: 0.0 0.5;
2169                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2170                text {
2171                   font: "SLP:style=Roman";
2172                   size: GENLIST_FONT_44_INC;
2173                   min: 0 1;
2174                   align: 0.0 0.5;
2175                   text_class: "list_item";
2176                }
2177             }
2178             description { state: "selected" 0.0;
2179                inherit: "default" 0.0;
2180                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2181             }
2182             GENLIST_DESCRIPTION_FLIP_ENABLED
2183          }
2184          GENLIST_PART_FLIP
2185          GENLIST_PART_DISCLIP
2186       }
2187       programs {
2188          program { name: "go_active";
2189             signal: "elm,state,selected";
2190             source: "elm";
2191             action: STATE_SET "selected" 0.0;
2192             target: "bg_image";
2193             target: "elm.text";
2194             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2195          }
2196          program { name: "go_passive";
2197             signal: "elm,state,unselected";
2198             source: "elm";
2199             action: STATE_SET "default" 0.0;
2200             target: "bg_image";
2201             target: "elm.text";
2202             transition: LINEAR 0.1;
2203          }
2204          program { name: "go_disabled";
2205             signal: "elm,state,disabled";
2206             source: "elm";
2207             action: STATE_SET "disabled" 0.0;
2208             target: "disclip";
2209          }
2210          program { name: "go_enabled";
2211             signal: "elm,state,enabled";
2212             source: "elm";
2213             action: STATE_SET "default" 0.0;
2214             target: "disclip";
2215          }
2216          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2217          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2218       }
2219    }
2220
2221    group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
2222       inherit: "elm/genlist/item/1text.2icon.6/default";
2223       parts {
2224          part { name: "elm.text";
2225             clip_to: "disclip";
2226             type: TEXTBLOCK;
2227             mouse_events: 0;
2228             scale: 1;
2229             description { state: "default" 0.0;
2230                rel1 {
2231                   relative: 1.0 0.0;
2232                   to_x: "elm.padding.icon1.right";
2233                }
2234                rel2 {
2235                   relative: 0.0 1.0;
2236                   to_x: "elm.padding.icon2.left";
2237                }
2238                align: 0.0 0.5;
2239                text {
2240                   style: "genlist_default_textblock_style";
2241                   min: 0 1;
2242                   align: 0.0 0.5;
2243                }
2244             }
2245             description { state: "selected" 0.0;
2246                inherit: "default" 0.0;
2247                text.style: "genlist_default_textblock_selected_style";
2248             }
2249             GENLIST_DESCRIPTION_FLIP_ENABLED
2250          }
2251       }
2252    }
2253
2254    group { name: "elm/genlist/item/1text.1icon.3/default";
2255       alias: "elm/genlist/item_odd/1text.1icon.3/default";
2256       alias: "elm/genlist/item_compress/1text.1icon.3/default";
2257       alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
2258       data.item: "stacking" "above";
2259       data.item: "selectraise" "on";
2260       data.item: "texts" "elm.text";
2261       data.item: "contents" "elm.icon";
2262       data.item: "flips" "elm.flip.content";
2263       images {
2264          image: "00_list_bar_press_1x80.png" COMP;
2265       }
2266       parts {
2267          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2268          GENLIST_PART_BG_IMAGE
2269          GENLIST_PART_BOTTOM_LINE
2270          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2271          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2272          part { name: "elm.icon";
2273             clip_to: "disclip";
2274             type: SWALLOW;
2275             scale: 1;
2276             description { state: "default" 0.0;
2277                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2278                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2279                fixed: 1 1;
2280                rel1 {
2281                   relative: 1.0 0.0;
2282                   to_x: "elm.padding.left";
2283                }
2284                rel2.to_x: "elm.padding.left";
2285                align: 0.0 0.5;
2286             }
2287             GENLIST_DESCRIPTION_FLIP_ENABLED
2288          }
2289          part { name: "elm.padding.icon.right";
2290             clip_to: "disclip";
2291             type: RECT;
2292             scale: 1;
2293             description { state: "default" 0.0;
2294                min: GENLIST_PADDING_16_INC 0;
2295                fixed: 1 0;
2296                rel1 {
2297                   relative: 1.0 0.0;
2298                   to_x: "elm.icon";
2299                }
2300                rel2.to_x: "elm.icon";
2301                visible: 0;
2302             }
2303          }
2304          part { name: "elm.text";
2305             clip_to: "disclip";
2306             type: TEXT;
2307             mouse_events: 0;
2308             scale: 1;
2309             description { state: "default" 0.0;
2310                rel1 {
2311                   relative: 1.0 0.0;
2312                   to_x: "elm.padding.icon.right";
2313                }
2314                rel2 {
2315                   relative: 0.0 1.0;
2316                   to_x: "elm.padding.right";
2317                }
2318                align: 0.0 0.5;
2319                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2320                text {
2321                   font: "SLP:style=Roman";
2322                   size: GENLIST_FONT_44_INC;
2323                   min: 0 1;
2324                   align: 0.0 0.5;
2325                   text_class: "list_item";
2326                }
2327             }
2328             description { state: "selected" 0.0;
2329                inherit: "default" 0.0;
2330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2331             }
2332             GENLIST_DESCRIPTION_FLIP_ENABLED
2333          }
2334          GENLIST_PART_FLIP
2335          GENLIST_PART_DISCLIP
2336       }
2337       programs {
2338          program { name: "go_active";
2339             signal: "elm,state,selected";
2340             source: "elm";
2341             action: STATE_SET "selected" 0.0;
2342             target: "bg_image";
2343             target: "elm.text";
2344             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2345          }
2346          program { name: "go_passive";
2347             signal: "elm,state,unselected";
2348             source: "elm";
2349             action: STATE_SET "default" 0.0;
2350             target: "bg_image";
2351             target: "elm.text";
2352             transition: LINEAR 0.1;
2353          }
2354          program { name: "go_disabled";
2355             signal: "elm,state,disabled";
2356             source: "elm";
2357             action: STATE_SET "disabled" 0.0;
2358             target: "disclip";
2359          }
2360          program { name: "go_enabled";
2361             signal: "elm,state,enabled";
2362             source: "elm";
2363             action: STATE_SET "default" 0.0;
2364             target: "disclip";
2365          }
2366          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
2367          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2368       }
2369    }
2370
2371 // 3.1.17
2372    group { name: "elm/genlist/item/1text.2icon.4/default";
2373       alias: "elm/genlist/item_odd/1text.2icon.4/default";
2374       alias: "elm/genlist/item_compress/1text.2icon.4/default";
2375       alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
2376       data.item: "stacking" "above";
2377       data.item: "selectraise" "on";
2378       data.item: "texts" "elm.text";
2379       data.item: "contents" "elm.icon.1 elm.icon.2";
2380       data.item: "flips" "elm.flip.content";
2381       images {
2382          image: "00_list_bar_press_1x80.png" COMP;
2383       }
2384       parts {
2385          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2386          GENLIST_PART_BG_IMAGE
2387          GENLIST_PART_BOTTOM_LINE
2388          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2389          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2390          part { name: "elm.icon.1";
2391             clip_to: "disclip";
2392             type: SWALLOW;
2393             scale: 1;
2394             description { state: "default" 0.0;
2395                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2396                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2397                fixed: 1 1;
2398                rel1 {
2399                   relative: 1.0 0.0;
2400                   to_x: "elm.padding.left";
2401                }
2402                rel2.to_x: "elm.padding.left";
2403                align: 0.0 0.5;
2404             }
2405             GENLIST_DESCRIPTION_FLIP_ENABLED
2406          }
2407          part { name: "elm.padding.icon1.right";
2408             clip_to: "disclip";
2409             type: RECT;
2410             scale: 1;
2411             description { state: "default" 0.0;
2412                min: GENLIST_PADDING_16_INC 0;
2413                fixed: 1 0;
2414                rel1 {
2415                   relative: 1.0 0.0;
2416                   to_x: "elm.icon.1";
2417                }
2418                rel2.to_x: "elm.icon.1";
2419                visible: 0;
2420             }
2421          }
2422          part { name: "elm.icon.2";
2423             clip_to: "disclip";
2424             type: SWALLOW;
2425             scale: 1;
2426             description { state: "default" 0.0;
2427                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2428                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2429                fixed: 1 1;
2430                rel1 {
2431                   relative: 0.0 0.0;
2432                   to_x: "elm.padding.right";
2433                }
2434                rel2 {
2435                   relative: 0.0 1.0;
2436                   to_x: "elm.padding.right";
2437                }
2438                align: 1.0 0.5;
2439             }
2440             GENLIST_DESCRIPTION_FLIP_ENABLED
2441          }
2442          part { name: "elm.padding.icon2.left";
2443             clip_to: "disclip";
2444             type: RECT;
2445             scale: 1;
2446             description { state: "default" 0.0;
2447                min: GENLIST_PADDING_16_INC 0;
2448                fixed: 1 0;
2449                rel1.to_x: "elm.icon.2";
2450                rel2 {
2451                   relative: 0.0 1.0;
2452                   to_x: "elm.icon.2";
2453                }
2454                align: 1.0 0.0;
2455                visible: 0;
2456             }
2457          }
2458          part { name: "elm.text";
2459             clip_to: "disclip";
2460             type: TEXT;
2461             mouse_events: 0;
2462             scale: 1;
2463             description { state: "default" 0.0;
2464                rel1 {
2465                   relative: 1.0 0.0;
2466                   to_x: "elm.padding.icon1.right";
2467                }
2468                rel2 {
2469                   relative: 0.0 1.0;
2470                   to_x: "elm.padding.icon2.left";
2471                }
2472                align: 0.0 0.5;
2473                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2474                text {
2475                   font: "SLP:style=Roman";
2476                   size: GENLIST_FONT_44_INC;
2477                   min: 0 1;
2478                   align: 0.0 0.5;
2479                   text_class: "list_item";
2480                }
2481             }
2482             description { state: "selected" 0.0;
2483                inherit: "default" 0.0;
2484                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2485             }
2486             GENLIST_DESCRIPTION_FLIP_ENABLED
2487          }
2488          GENLIST_PART_FLIP
2489          GENLIST_PART_DISCLIP
2490       }
2491       programs {
2492          program { name: "go_active";
2493             signal: "elm,state,selected";
2494             source: "elm";
2495             action: STATE_SET "selected" 0.0;
2496             target: "bg_image";
2497             target: "elm.text";
2498             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2499          }
2500          program { name: "go_passive";
2501             signal: "elm,state,unselected";
2502             source: "elm";
2503             action: STATE_SET "default" 0.0;
2504             target: "bg_image";
2505             target: "elm.text";
2506             transition: LINEAR 0.1;
2507          }
2508          program { name: "go_disabled";
2509             signal: "elm,state,disabled";
2510             source: "elm";
2511             action: STATE_SET "disabled" 0.0;
2512             target: "disclip";
2513          }
2514          program { name: "go_enabled";
2515             signal: "elm,state,enabled";
2516             source: "elm";
2517             action: STATE_SET "default" 0.0;
2518             target: "disclip";
2519          }
2520          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2521          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2522       }
2523    }
2524
2525 // 3.1.18
2526    group { name: "elm/genlist/item/1text.2icon.2/default";
2527       alias: "elm/genlist/item_odd/1text.2icon.2/default";
2528       alias: "elm/genlist/item_compress/1text.2icon.2/default";
2529       alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
2530       data.item: "stacking" "above";
2531       data.item: "selectraise" "on";
2532       data.item: "texts" "elm.text";
2533       data.item: "contents" "elm.icon.1 elm.icon.2";
2534       data.item: "flips" "elm.flip.content";
2535       images {
2536          image: "00_list_bar_press_1x80.png" COMP;
2537       }
2538       parts {
2539          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2540          GENLIST_PART_BG_IMAGE
2541          GENLIST_PART_BOTTOM_LINE
2542          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2543          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2544          part { name: "elm.icon.1";
2545             clip_to: "disclip";
2546             type: SWALLOW;
2547             scale: 1;
2548             description { state: "default" 0.0;
2549                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2550                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2551                fixed: 1 1;
2552                rel1 {
2553                   relative: 1.0 0.0;
2554                   to_x: "elm.padding.left";
2555                }
2556                rel2.to_x: "elm.padding.left";
2557                align: 0.0 0.5;
2558             }
2559             GENLIST_DESCRIPTION_FLIP_ENABLED
2560          }
2561          part { name: "elm.padding.icon1.right";
2562             clip_to: "disclip";
2563             type: RECT;
2564             scale: 1;
2565             description { state: "default" 0.0;
2566                min: GENLIST_PADDING_16_INC 0;
2567                fixed: 1 0;
2568                rel1 {
2569                   relative: 1.0 0.0;
2570                   to_x: "elm.icon.1";
2571                }
2572                rel2.to_x: "elm.icon.1";
2573                align: 0.0 0.0;
2574                visible: 0;
2575             }
2576          }
2577          part { name: "elm.icon.2";
2578             clip_to: "disclip";
2579             type: SWALLOW;
2580             scale: 1;
2581             description { state: "default" 0.0;
2582                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2583                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2584                fixed: 1 1;
2585                rel1 {
2586                   relative: 1.0 0.0;
2587                   to_x: "elm.padding.icon1.right";
2588                }
2589                rel2.to_x: "elm.padding.icon1.right";
2590                align: 0.0 0.5;
2591             }
2592             GENLIST_DESCRIPTION_FLIP_ENABLED
2593          }
2594          part { name: "elm.padding.icon2.right";
2595             type: RECT;
2596             scale: 1;
2597             description { state: "default" 0.0;
2598                min: GENLIST_PADDING_16_INC 0;
2599                fixed: 1 0;
2600                rel1 {
2601                   relative: 1.0 0.0;
2602                   to_x: "elm.icon.2";
2603                }
2604                rel2.to_x: "elm.icon.2";
2605                align: 0.0 0.5;
2606                visible: 0;
2607             }
2608          }
2609          part { name: "elm.text";
2610             clip_to: "disclip";
2611             type: TEXT;
2612             mouse_events: 0;
2613             scale: 1;
2614             description { state: "default" 0.0;
2615                rel1 {
2616                   relative: 1.0 0.0;
2617                   to_x: "elm.padding.icon2.right";
2618                }
2619                rel2 {
2620                   relative: 0.0 1.0;
2621                   to_x: "elm.padding.right";
2622                }
2623                align: 0.0 0.5;
2624                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2625                text {
2626                   font: "SLP:style=Roman";
2627                   size: GENLIST_FONT_44_INC;
2628                   min: 0 1;
2629                   align: 0.0 0.5;
2630                   text_class: "list_item";
2631                }
2632             }
2633             description { state: "selected" 0.0;
2634                inherit: "default" 0.0;
2635                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2636             }
2637             GENLIST_DESCRIPTION_FLIP_ENABLED
2638          }
2639          GENLIST_PART_FLIP
2640          GENLIST_PART_DISCLIP
2641       }
2642       programs {
2643          program { name: "go_active";
2644             signal: "elm,state,selected";
2645             source: "elm";
2646             action: STATE_SET "selected" 0.0;
2647             target: "bg_image";
2648             target: "elm.text";
2649             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2650          }
2651          program { name: "go_passive";
2652             signal: "elm,state,unselected";
2653             source: "elm";
2654             action: STATE_SET "default" 0.0;
2655             target: "bg_image";
2656             target: "elm.text";
2657             transition: LINEAR 0.1;
2658          }
2659          program { name: "go_disabled";
2660             signal: "elm,state,disabled";
2661             source: "elm";
2662             action: STATE_SET "disabled" 0.0;
2663             target: "disclip";
2664          }
2665          program { name: "go_enabled";
2666             signal: "elm,state,enabled";
2667             source: "elm";
2668             action: STATE_SET "default" 0.0;
2669             target: "disclip";
2670          }
2671          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2672          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2673       }
2674    }
2675
2676 // 3.1.19
2677    group { name: "elm/genlist/item/1text.3icon/default";
2678       alias: "elm/genlist/item_odd/1text.3icon/default";
2679       alias: "elm/genlist/item_compress/1text.3icon/default";
2680       alias: "elm/genlist/item_compress_odd/1text.3icon/default";
2681       data.item: "stacking" "above";
2682       data.item: "selectraise" "on";
2683       data.item: "texts" "elm.text";
2684       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2685       data.item: "flips" "elm.flip.content";
2686       images {
2687          image: "00_list_bar_press_1x80.png" COMP;
2688       }
2689       parts {
2690          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2691          GENLIST_PART_BG_IMAGE
2692          GENLIST_PART_BOTTOM_LINE
2693          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2694          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2695          part { name: "elm.icon.1";
2696             clip_to: "disclip";
2697             type: SWALLOW;
2698             scale: 1;
2699             description { state: "default" 0.0;
2700                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2701                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2702                fixed: 1 1;
2703                rel1 {
2704                   relative: 1.0 0.0;
2705                   to_x: "elm.padding.left";
2706                }
2707                rel2.to_x: "elm.padding.left";
2708                align: 0.0 0.5;
2709             }
2710             GENLIST_DESCRIPTION_FLIP_ENABLED
2711          }
2712          part { name: "elm.padding.icon1.right";
2713             clip_to: "disclip";
2714             type: RECT;
2715             scale: 1;
2716             description { state: "default" 0.0;
2717                min: GENLIST_PADDING_16_INC 0;
2718                fixed: 1 0;
2719                rel1 {
2720                   relative: 1.0 0.0;
2721                   to_x: "elm.icon.1";
2722                }
2723                rel2.to_x: "elm.icon.1";
2724                align: 0.0 0.0;
2725                visible: 0;
2726             }
2727          }
2728          part { name: "elm.icon.2";
2729             clip_to: "disclip";
2730             type: SWALLOW;
2731             scale: 1;
2732             description { state: "default" 0.0;
2733                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2734                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2735                fixed: 1 1;
2736                rel1 {
2737                   relative: 1.0 0.0;
2738                   to_x: "elm.padding.icon1.right";
2739                }
2740                rel2.to_x: "elm.padding.icon1.right";
2741                align: 0.0 0.5;
2742             }
2743             GENLIST_DESCRIPTION_FLIP_ENABLED
2744          }
2745          part { name: "elm.padding.icon2.right";
2746             clip_to: "disclip";
2747             type: RECT;
2748             scale: 1;
2749             description { state: "default" 0.0;
2750                min: GENLIST_PADDING_16_INC 0;
2751                fixed: 1 0;
2752                rel1 {
2753                   relative: 1.0 0.0;
2754                   to_x: "elm.icon.2";
2755                }
2756                rel2.to_x: "elm.icon.2";
2757                visible: 0;
2758             }
2759          }
2760          part { name: "elm.icon.3";
2761             clip_to: "disclip";
2762             type: SWALLOW;
2763             scale: 1;
2764             description { state: "default" 0.0;
2765                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2766                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2767                fixed: 1 1;
2768                rel1 {
2769                   relative: 0.0 0.0;
2770                   to_x: "elm.padding.right";
2771                }
2772                rel2 {
2773                   relative: 0.0 1.0;
2774                   to_x: "elm.padding.right";
2775                }
2776                align: 1.0 0.5;
2777             }
2778             GENLIST_DESCRIPTION_FLIP_ENABLED
2779          }
2780          part { name: "elm.padding.icon3.left";
2781             clip_to: "disclip";
2782             type: RECT;
2783             scale: 1;
2784             description { state: "default" 0.0;
2785                min: GENLIST_PADDING_16_INC 0;
2786                fixed: 1 0;
2787                rel1.to_x: "elm.icon.3";
2788                rel2 {
2789                   relative: 0.0 1.0;
2790                   to_x: "elm.icon.3";
2791                }
2792                align: 1.0 0.0;
2793                visible: 0;
2794             }
2795          }
2796          part { name: "elm.text";
2797             clip_to: "disclip";
2798             type: TEXT;
2799             mouse_events: 0;
2800             scale: 1;
2801             description { state: "default" 0.0;
2802                rel1 {
2803                   relative: 1.0 0.0;
2804                   to_x: "elm.padding.icon2.right";
2805                }
2806                rel2 {
2807                   relative: 0.0 1.0;
2808                   to_x: "elm.padding.icon3.left";
2809                }
2810                align: 0.0 0.5;
2811                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2812                text {
2813                   font: "SLP:style=Roman";
2814                   size: GENLIST_FONT_44_INC;
2815                   min: 0 1;
2816                   align: 0.0 0.5;
2817                   text_class: "list_item";
2818                }
2819             }
2820             description { state: "selected" 0.0;
2821                inherit: "default" 0.0;
2822                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2823             }
2824             GENLIST_DESCRIPTION_FLIP_ENABLED
2825          }
2826          GENLIST_PART_FLIP
2827          GENLIST_PART_DISCLIP
2828       }
2829       programs {
2830          program { name: "go_active";
2831             signal: "elm,state,selected";
2832             source: "elm";
2833             action: STATE_SET "selected" 0.0;
2834             target: "bg_image";
2835             target: "elm.text";
2836             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2837          }
2838          program { name: "go_passive";
2839             signal: "elm,state,unselected";
2840             source: "elm";
2841             action: STATE_SET "default" 0.0;
2842             target: "bg_image";
2843             target: "elm.text";
2844             transition: LINEAR 0.1;
2845          }
2846          program { name: "go_disabled";
2847             signal: "elm,state,disabled";
2848             source: "elm";
2849             action: STATE_SET "disabled" 0.0;
2850             target: "disclip";
2851          }
2852          program { name: "go_enabled";
2853             signal: "elm,state,enabled";
2854             source: "elm";
2855             action: STATE_SET "default" 0.0;
2856             target: "disclip";
2857          }
2858          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
2859          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2860       }
2861    }
2862
2863 // 3.1.24
2864    group { name: "elm/genlist/item/1text.3icon.2/default";
2865       alias: "elm/genlist/item_odd/1text.3icon.2/default";
2866       alias: "elm/genlist/item_compress/1text.3icon.2/default";
2867       alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
2868       data.item: "stacking" "above";
2869       data.item: "selectraise" "on";
2870       data.item: "texts" "elm.text";
2871       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
2872       data.item: "flips" "elm.flip.content";
2873       images {
2874          image: "00_list_bar_press_1x80.png" COMP;
2875       }
2876       parts {
2877          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
2878          GENLIST_PART_BG_IMAGE
2879          GENLIST_PART_BOTTOM_LINE
2880          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
2881          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
2882          part { name: "elm.icon.1";
2883             clip_to: "disclip";
2884             type: SWALLOW;
2885             scale: 1;
2886             description { state: "default" 0.0;
2887                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2888                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
2889                fixed: 1 1;
2890                rel1 {
2891                   relative: 1.0 0.0;
2892                   to_x: "elm.padding.left";
2893                }
2894                rel2.to_x: "elm.padding.left";
2895                align: 0.0 0.5;
2896             }
2897             GENLIST_DESCRIPTION_FLIP_ENABLED
2898          }
2899          part { name: "elm.padding.icon1.right";
2900             clip_to: "disclip";
2901             type: RECT;
2902             scale: 1;
2903             description { state: "default" 0.0;
2904                min: GENLIST_PADDING_16_INC 0;
2905                fixed: 1 0;
2906                rel1 {
2907                   relative: 1.0 0.0;
2908                   to_x: "elm.icon.1";
2909                }
2910                rel2.to_x: "elm.icon.1";
2911                align: 0.0 0.5;
2912                visible: 0;
2913             }
2914          }
2915          part { name: "elm.icon.3";
2916             clip_to: "disclip";
2917             type: SWALLOW;
2918             scale: 1;
2919             description { state: "default" 0.0;
2920                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2921                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2922                fixed: 1 1;
2923                rel1.to_x: "elm.padding.right";
2924                rel2 {
2925                   relative: 0.0 1.0;
2926                   to_x: "elm.padding.right";
2927                }
2928                align: 1.0 0.5;
2929             }
2930             GENLIST_DESCRIPTION_FLIP_ENABLED
2931          }
2932          part { name: "elm.padding.icon3.left";
2933             clip_to: "disclip";
2934             type: RECT;
2935             scale: 1;
2936             description { state: "default" 0.0;
2937                min: GENLIST_PADDING_16_INC 0;
2938                fixed: 1 0;
2939                rel1 {
2940                   relative: 0.0 0.0;
2941                   to_x: "elm.icon.3";
2942                }
2943                rel2.to_x: "elm.icon.3";
2944                align: 1.0 0.0;
2945                visible: 0;
2946             }
2947          }
2948          part { name: "elm.icon.2";
2949             clip_to: "disclip";
2950             type: SWALLOW;
2951             scale: 1;
2952             description { state: "default" 0.0;
2953                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2954                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
2955                fixed: 1 1;
2956                rel1.to_x: "elm.padding.icon3.left";
2957                rel2 {
2958                   relative: 0.0 1.0;
2959                   to_x: "elm.padding.icon3.left";
2960                }
2961                align: 1.0 0.5;
2962             }
2963             GENLIST_DESCRIPTION_FLIP_ENABLED
2964          }
2965          part { name: "elm.padding.icon2.left";
2966             clip_to: "disclip";
2967             type: RECT;
2968             scale: 1;
2969             description { state: "default" 0.0;
2970                min: GENLIST_PADDING_16_INC 0;
2971                fixed: 1 0;
2972                rel1 {
2973                   relative: 0.0 0.0;
2974                   to_x: "elm.icon.2";
2975                }
2976                rel2.to_x: "elm.icon.2";
2977                align: 0.0 0.5;
2978                visible: 0;
2979             }
2980          }
2981          part { name: "elm.text";
2982             clip_to: "disclip";
2983             type: TEXT;
2984             mouse_events: 0;
2985             scale: 1;
2986             description { state: "default" 0.0;
2987                rel1 {
2988                   relative: 1.0 0.0;
2989                   to_x: "elm.padding.icon1.right";
2990                }
2991                rel2 {
2992                   relative: 0.0 1.0;
2993                   to_x: "elm.padding.icon2.left";
2994                }
2995                align: 0.0 0.5;
2996                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
2997                text {
2998                   font: "SLP:style=Roman";
2999                   size: GENLIST_FONT_44_INC;
3000                   min: 0 1;
3001                   align: 0.0 0.5;
3002                   text_class: "list_item";
3003                }
3004             }
3005             description { state: "selected" 0.0;
3006                inherit: "default" 0.0;
3007                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3008             }
3009             GENLIST_DESCRIPTION_FLIP_ENABLED
3010          }
3011          GENLIST_PART_FLIP
3012          GENLIST_PART_DISCLIP
3013       }
3014       programs {
3015          program { name: "go_active";
3016             signal: "elm,state,selected";
3017             source: "elm";
3018             action: STATE_SET "selected" 0.0;
3019             target: "bg_image";
3020             target: "elm.text";
3021             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3022          }
3023          program { name: "go_passive";
3024             signal: "elm,state,unselected";
3025             source: "elm";
3026             action: STATE_SET "default" 0.0;
3027             target: "bg_image";
3028             target: "elm.text";
3029             transition: LINEAR 0.1;
3030          }
3031          program { name: "go_disabled";
3032             signal: "elm,state,disabled";
3033             source: "elm";
3034             action: STATE_SET "disabled" 0.0;
3035             target: "disclip";
3036          }
3037          program { name: "go_enabled";
3038             signal: "elm,state,enabled";
3039             source: "elm";
3040             action: STATE_SET "default" 0.0;
3041             target: "disclip";
3042          }
3043          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
3044          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3045       }
3046    }
3047
3048 // 3.1.26
3049    group { name: "elm/genlist/item/2text.4/default";
3050       alias: "elm/genlist/item_odd/2text.4/default";
3051       alias: "elm/genlist/item_compress/2text.4/default";
3052       alias: "elm/genlist/item_compress_odd/2text.4/default";
3053       data.item: "stacking" "above";
3054       data.item: "selectraise" "on";
3055       data.item: "texts" "elm.text.1 elm.text.2";
3056       data.item: "flips" "elm.flip.content";
3057       images {
3058          image: "00_list_bar_press_1x80.png" COMP;
3059       }
3060       parts {
3061          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
3062          GENLIST_PART_BG_IMAGE
3063          GENLIST_PART_BOTTOM_LINE
3064          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3065          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3066          part { name: "elm.text.2";
3067             clip_to: "disclip";
3068             type: TEXT;
3069             mouse_events: 0;
3070             scale: 1;
3071             description { state: "default" 0.0;
3072                min: GENLIST_SIZE_206_INC 0;
3073                fixed: 1 0;
3074                rel1.to_x: "elm.padding.right";
3075                rel2 {
3076                   relative: 0.0 1.0;
3077                   to_x: "elm.padding.right";
3078                }
3079                align: 1.0 0.5;
3080                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3081                text {
3082                   font: "SLP:style=Medium";
3083                   size: GENLIST_FONT_32_INC;
3084                   min: 0 1;
3085                   align: 0.0 0.5;
3086                   text_class: "slp_medium";
3087                }
3088             }
3089             description { state: "selected" 0.0;
3090                inherit: "default" 0.0;
3091                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3092             }
3093             GENLIST_DESCRIPTION_FLIP_ENABLED
3094          }
3095          part { name: "elm.padding.text2.left";
3096             type: RECT;
3097             mouse_events: 0;
3098             scale: 1;
3099             description { state: "default" 0.0;
3100                min: GENLIST_PADDING_16_INC 0;
3101                fixed: 1 0;
3102                rel1.to_x: "elm.text.2";
3103                rel2 {
3104                   relative: 0.0 1.0;
3105                   to_x: "elm.text.2";
3106                }
3107                align: 1.0 0.5;
3108                visible: 0;
3109             }
3110          }
3111          part { name: "vertical_line";
3112             type: RECT;
3113             mouse_events: 0;
3114             description { state: "default" 0.0;
3115                min: 1 0;
3116                fixed: 1 0;
3117                rel1.to_x: "elm.padding.text2.left";
3118                rel2 {
3119                   relative: 0.0 1.0;
3120                   to_x: "elm.padding.text2.left";
3121                }
3122                align: 1.0 0.5;
3123                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3124             }
3125          }
3126          part { name: "elm.padding.text1.right";
3127             type: RECT;
3128             mouse_events: 0;
3129             scale: 1;
3130             description { state: "default" 0.0;
3131                min: GENLIST_PADDING_16_INC 0;
3132                fixed: 1 0;
3133                rel1.to_x: "vertical_line";
3134                rel2 {
3135                   relative: 0.0 1.0;
3136                   to_x: "vertical_line";
3137                }
3138                align: 1.0 0.5;
3139                visible: 0;
3140             }
3141          }
3142          part { name: "elm.text.1";
3143             clip_to: "disclip";
3144             type: TEXT;
3145             mouse_events: 0;
3146             scale: 1;
3147             description { state: "default" 0.0;
3148                rel1 {
3149                   relative: 1.0 0.0;
3150                   to_x: "elm.padding.left";
3151                }
3152                rel2 {
3153                   relative: 0.0  1.0;
3154                   to_x: "elm.padding.text1.right";
3155                }
3156                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
3157                text {
3158                   font: "SLP:style=Roman";
3159                   size: GENLIST_FONT_40_INC;
3160                   min: 0 1;
3161                   align: 1.0 0.5;
3162                   text_class: "list_item";
3163                }
3164             }
3165             description { state: "selected" 0.0;
3166                inherit: "default" 0.0;
3167                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3168             }
3169             GENLIST_DESCRIPTION_FLIP_ENABLED
3170          }
3171          GENLIST_PART_FLIP
3172          GENLIST_PART_DISCLIP
3173       }
3174       programs {
3175          // signal: elm,state,%s,active
3176          //   a "check" item named %s went active
3177          // signal: elm,state,%s,passive
3178          //   a "check" item named %s went passive
3179          // default is passive
3180          program { name: "go_active";
3181             signal: "elm,state,selected";
3182             source: "elm";
3183             action: STATE_SET "selected" 0.0;
3184             target: "bg_image";
3185             target: "elm.text.1";
3186             target: "elm.text.2";
3187             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3188          }
3189          program { name: "go_passive";
3190             signal: "elm,state,unselected";
3191             source: "elm";
3192             action: STATE_SET "default" 0.0;
3193             target: "bg_image";
3194             target: "elm.text.1";
3195             target: "elm.text.2";
3196             transition: LINEAR 0.1;
3197          }
3198          program { name: "go_disabled";
3199             signal: "elm,state,disabled";
3200             source: "elm";
3201             action: STATE_SET "disabled" 0.0;
3202             target: "disclip";
3203          }
3204          program { name: "go_enabled";
3205             signal: "elm,state,enabled";
3206             source: "elm";
3207             action: STATE_SET "default" 0.0;
3208             target: "disclip";
3209          }
3210          program { name: "flip_enabled";
3211             signal: "elm,state,flip,enabled";
3212             source: "elm";
3213             action: STATE_SET "flip_enabled" 0.0;
3214             target: "elm.text.1";
3215             target: "elm.flip.content";
3216          }
3217          program { name: "flip_disabled";
3218             signal: "elm,state,flip,disabled";
3219             source: "elm";
3220             action: STATE_SET "default" 0.0;
3221             target: "elm.text.1";
3222             target: "elm.flip.content";
3223          }
3224          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3225       }
3226    }
3227
3228 // 3.1.27
3229    group { name: "elm/genlist/item/2text.5/default";
3230       alias: "elm/genlist/item_odd/2text.5/default";
3231       alias: "elm/genlist/item_compress/2text.5/default";
3232       alias: "elm/genlist/item_compress_odd/2text.5/default";
3233       data.item: "stacking" "above";
3234       data.item: "selectraise" "on";
3235       data.item: "texts" "elm.text.1 elm.text.2";
3236       data.item: "flips" "elm.flip.content";
3237       images {
3238          image: "00_list_bar_press_1x80.png" COMP;
3239       }
3240       parts {
3241          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
3242          GENLIST_PART_BG_IMAGE
3243          GENLIST_PART_BOTTOM_LINE
3244          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3245          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3246          part { name: "elm.text.1";
3247             clip_to: "disclip";
3248             type: TEXT;
3249             mouse_events: 0;
3250             scale: 1;
3251             description { state: "default" 0.0;
3252                min: GENLIST_SIZE_133_INC 0;
3253                fixed: 1 0;
3254                rel1 {
3255                   relative: 1.0 0.0;
3256                   to_x: "elm.padding.left";
3257                }
3258                rel2.to_x: "elm.padding.left";
3259                align: 0.0 0.5;
3260                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3261                text {
3262                   font: "SLP:style=Medium";
3263                   size: GENLIST_FONT_32_INC;
3264                   min: 0 1;
3265                   align: 0.0 0.5;
3266                   text_class: "slp_medium";
3267                }
3268             }
3269             description { state: "selected" 0.0;
3270                inherit: "default" 0.0;
3271                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3272             }
3273          }
3274          part { name: "elm.padding.text1.right";
3275             type: RECT;
3276             mouse_events: 0;
3277             scale: 1;
3278             description { state: "default" 0.0;
3279                min: GENLIST_PADDING_16_INC 0;
3280                fixed: 1 0;
3281                rel1 {
3282                    relative: 1.0 0.0;
3283                    to_x: "elm.text.1";
3284                }
3285                rel2.to_x: "elm.text.1";
3286                align: 0.0 0.5;
3287                visible: 0;
3288             }
3289          }
3290          part { name: "vertical_line";
3291             type: RECT;
3292             mouse_events: 0;
3293             description { state: "default" 0.0;
3294                min: 1 0;
3295                fixed: 1 0;
3296                rel1.to_x: "elm.padding.text1.right";
3297                rel2 {
3298                   relative: 0.0 1.0;
3299                   to_x: "elm.padding.text1.right";
3300                }
3301                align: 0.0 0.5;
3302                color: GENLIST_PART_LIST_LINE_COLOR_INC;
3303             }
3304          }
3305          part { name: "elm.padding.text2.left";
3306             type: RECT;
3307             mouse_events: 0;
3308             scale: 1;
3309             description { state: "default" 0.0;
3310                min: GENLIST_PADDING_16_INC 0;
3311                fixed: 1 0;
3312                rel1 {
3313                    relative: 1.0 0.0;
3314                    to_x: "vertical_line";
3315                }
3316                rel2.to_x: "vertical_line";
3317                align: 0.0 0.5;
3318                visible: 0;
3319             }
3320          }
3321          part { name: "elm.text.2";
3322             clip_to: "disclip";
3323             type: TEXT;
3324             mouse_events: 0;
3325             scale: 1;
3326             description { state: "default" 0.0;
3327                rel1 {
3328                   relative: 1.0 0.0;
3329                   to_x: "elm.padding.text2.left";
3330                }
3331                rel2 {
3332                   relative: 0.0  1.0;
3333                   to_x: "elm.padding.right";
3334                }
3335                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3336                text {
3337                   font: "SLP:style=Roman";
3338                   size: GENLIST_FONT_44_INC;
3339                   min: 0 1;
3340                   align: 0.0 0.5;
3341                   text_class: "list_item";
3342                }
3343             }
3344             description { state: "selected" 0.0;
3345                inherit: "default" 0.0;
3346                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3347             }
3348             GENLIST_DESCRIPTION_FLIP_ENABLED
3349          }
3350          GENLIST_PART_FLIP
3351          GENLIST_PART_DISCLIP
3352       }
3353       programs {
3354          // signal: elm,state,%s,active
3355          //   a "check" item named %s went active
3356          // signal: elm,state,%s,passive
3357          //   a "check" item named %s went passive
3358          // default is passive
3359          program { name: "go_active";
3360             signal: "elm,state,selected";
3361             source: "elm";
3362             action: STATE_SET "selected" 0.0;
3363             target: "bg_image";
3364             target: "elm.text.1";
3365             target: "elm.text.2";
3366             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3367          }
3368          program { name: "go_passive";
3369             signal: "elm,state,unselected";
3370             source: "elm";
3371             action: STATE_SET "default" 0.0;
3372             target: "bg_image";
3373             target: "elm.text.1";
3374             target: "elm.text.2";
3375             transition: LINEAR 0.1;
3376          }
3377          program { name: "go_disabled";
3378             signal: "elm,state,disabled";
3379             source: "elm";
3380             action: STATE_SET "disabled" 0.0;
3381             target: "disclip";
3382          }
3383          program { name: "go_enabled";
3384             signal: "elm,state,enabled";
3385             source: "elm";
3386             action: STATE_SET "default" 0.0;
3387             target: "disclip";
3388          }
3389          program { name: "flip_enabled";
3390             signal: "elm,state,flip,enabled";
3391             source: "elm";
3392             action: STATE_SET "flip_enabled" 0.0;
3393             target: "elm.text.2";
3394             target: "elm.flip.content";
3395          }
3396          program { name: "flip_disabled";
3397             signal: "elm,state,flip,disabled";
3398             source: "elm";
3399             action: STATE_SET "default" 0.0;
3400             target: "elm.text.2";
3401             target: "elm.flip.content";
3402          }
3403          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3404       }
3405    }
3406
3407 // 3.2.1
3408    group { name: "elm/genlist/item/2text.2/default";
3409       alias: "elm/genlist/item_odd/2text.2/default";
3410       alias: "elm/genlist/item_compress/2text.2/default";
3411       alias: "elm/genlist/item_compress_odd/2text.2/default";
3412       data.item: "stacking" "above";
3413       data.item: "selectraise" "on";
3414       data.item: "texts" "elm.text.1 elm.text.2";
3415       data.item: "flips" "elm.flip.content";
3416       images {
3417          image: "00_list_bar_press_1x80.png" COMP;
3418       }
3419       parts {
3420          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3421          GENLIST_PART_BG_IMAGE
3422          GENLIST_PART_BOTTOM_LINE
3423          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3424          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3425          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3426          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3427          part { name: "elm.text.1";
3428             clip_to: "disclip";
3429             type: TEXT;
3430             mouse_events: 0;
3431             scale: 1;
3432             description { state: "default" 0.0;
3433                min: 0 GENLIST_SIZE_61_INC;
3434                fixed: 0 1;
3435                rel1 {
3436                   relative: 1.0 1.0;
3437                   to_x: "elm.padding.left";
3438                   to_y: "elm.padding.top";
3439                }
3440                rel2 {
3441                   relative: 0.0 1.0;
3442                   to_x: "elm.padding.right";
3443                   to_y: "elm.padding.top";
3444                }
3445                align: 0.0 0.0;
3446                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3447                text {
3448                   font: "SLP:style=Roman";
3449                   size: GENLIST_FONT_44_INC;
3450                   min: 0 1;
3451                   align: 0.0 0.5;
3452                   text_class: "list_item";
3453                }
3454             }
3455             description { state: "selected" 0.0;
3456                inherit: "default" 0.0;
3457                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3458             }
3459             GENLIST_DESCRIPTION_FLIP_ENABLED
3460          }
3461          part { name: "elm.text.2";
3462             clip_to: "disclip";
3463             type: TEXT;
3464             mouse_events: 0;
3465             scale: 1;
3466             description { state: "default" 0.0;
3467                rel1 {
3468                   relative: 1.0 1.0;
3469                   to_x: "elm.padding.left";
3470                   to_y: "elm.text.1";
3471                }
3472                rel2 {
3473                   relative: 0.0 0.0;
3474                   to_x: "elm.padding.right";
3475                   to_y: "elm.padding.bottom";
3476                }
3477                align: 0.0 0.0;
3478                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3479                text {
3480                   font: "SLP:style=Medium";
3481                   size: GENLIST_FONT_32_INC;
3482                   min: 0 1;
3483                   align: 0.0 0.5;
3484                   text_class: "slp_medium";
3485                }
3486             }
3487             description { state: "selected" 0.0;
3488                inherit: "default" 0.0;
3489                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3490             }
3491             GENLIST_DESCRIPTION_FLIP_ENABLED
3492          }
3493          GENLIST_PART_FLIP
3494          GENLIST_PART_DISCLIP
3495       }
3496       programs {
3497          // signal: elm,state,%s,active
3498          //   a "check" item named %s went active
3499          // signal: elm,state,%s,passive
3500          //   a "check" item named %s went passive
3501          // default is passive
3502          program { name: "go_active";
3503             signal: "elm,state,selected";
3504             source: "elm";
3505             action: STATE_SET "selected" 0.0;
3506             target: "bg_image";
3507             target: "elm.text.1";
3508             target: "elm.text.2";
3509             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3510          }
3511          program { name: "go_passive";
3512             signal: "elm,state,unselected";
3513             source: "elm";
3514             action: STATE_SET "default" 0.0;
3515             target: "bg_image";
3516             target: "elm.text.1";
3517             target: "elm.text.2";
3518             transition: LINEAR 0.1;
3519          }
3520          program { name: "go_disabled";
3521             signal: "elm,state,disabled";
3522             source: "elm";
3523             action: STATE_SET "disabled" 0.0;
3524             target: "disclip";
3525          }
3526          program { name: "go_enabled";
3527             signal: "elm,state,enabled";
3528             source: "elm";
3529             action: STATE_SET "default" 0.0;
3530             target: "disclip";
3531          }
3532          GENLIST_PROGRAM_FLIP_2TEXT
3533          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3534       }
3535    }
3536
3537    group { name: "elm/genlist/item_compress/2text.2.tb/default";
3538       inherit: "elm/genlist/item/2text.2/default";
3539       parts {
3540          part { name: "elm.text.2";
3541             clip_to: "disclip";
3542             type: TEXTBLOCK;
3543             mouse_events: 0;
3544             scale: 1;
3545             description { state: "default" 0.0;
3546                rel1 {
3547                   relative: 1.0 1.0;
3548                   to_x: "elm.padding.left";
3549                   to_y: "elm.text.1";
3550                }
3551                rel2 {
3552                   relative: 0.0 0.0;
3553                   to_x: "elm.padding.right";
3554                   to_y: "elm.padding.bottom";
3555                }
3556                align: 0.0 0.5;
3557                text {
3558                   style: "genlist_default_textblock_style";
3559                   min: 0 1;
3560                   align: 0.0 0.5;
3561                }
3562             }
3563             description { state: "selected" 0.0;
3564                inherit: "default" 0.0;
3565                text.style: "genlist_default_textblock_selected_style";
3566             }
3567             GENLIST_DESCRIPTION_FLIP_ENABLED
3568          }
3569       }
3570    }
3571
3572 //
3573    group { name: "elm/genlist/item/2text.8/default";
3574       alias: "elm/genlist/item_odd/2text.8/default";
3575       alias: "elm/genlist/item_compress/2text.8/default";
3576       alias: "elm/genlist/item_compress_odd/2text.8/default";
3577       data.item: "stacking" "above";
3578       data.item: "selectraise" "on";
3579       data.item: "texts" "elm.text.1 elm.text.2";
3580       data.item: "flips" "elm.flip.content";
3581       images {
3582          image: "00_list_bar_press_1x80.png" COMP;
3583       }
3584       parts {
3585          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3586          GENLIST_PART_BG_IMAGE
3587          GENLIST_PART_BOTTOM_LINE
3588          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3589          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3590          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3591          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3592          part { name: "elm.text.1";
3593             clip_to: "disclip";
3594             type: TEXTBLOCK;
3595             mouse_events: 0;
3596             scale: 1;
3597             description { state: "default" 0.0;
3598                min: 0 GENLIST_SIZE_61_INC;
3599                fixed: 1 1;
3600                rel1 {
3601                   relative: 1.0 1.0;
3602                   to_x: "elm.padding.left";
3603                   to_y: "elm.padding.top";
3604                }
3605                rel2 {
3606                   relative: 0.0 1.0;
3607                   to_x: "elm.padding.right";
3608                   to_y: "elm.padding.top";
3609                }
3610                align: 0.0 0.0;
3611                text {
3612                   style: "genlist_default_textblock_style";
3613                   min: 0 1;
3614                   align: 0.0 0.5;
3615                }
3616             }
3617             description { state: "selected" 0.0;
3618                inherit: "default" 0.0;
3619                text.style: "genlist_default_textblock_selected_style";
3620             }
3621             GENLIST_DESCRIPTION_FLIP_ENABLED
3622          }
3623          part { name: "elm.text.2";
3624             clip_to: "disclip";
3625             type: TEXTBLOCK;
3626             mouse_events: 0;
3627             scale: 1;
3628             description { state: "default" 0.0;
3629                fixed: 1 0;
3630                rel1 {
3631                   relative: 1.0 1.0;
3632                   to_x: "elm.padding.left";
3633                   to_y: "elm.text.1";
3634                }
3635                rel2 {
3636                   relative: 0.0 0.0;
3637                   to_x: "elm.padding.right";
3638                   to_y: "elm.padding.bottom";
3639                }
3640                align: 0.0 0.0;
3641                text {
3642                   style: "genlist_sub_textblock_style";
3643                   min: 0 1;
3644                   align: 0.0 0.5;
3645                }
3646             }
3647             description { state: "selected" 0.0;
3648                inherit: "default" 0.0;
3649                text.style: "genlist_sub_textblock_selected_style";
3650             }
3651             GENLIST_DESCRIPTION_FLIP_ENABLED
3652          }
3653          GENLIST_PART_FLIP
3654          GENLIST_PART_DISCLIP
3655       }
3656       programs {
3657          // signal: elm,state,%s,active
3658          //   a "check" item named %s went active
3659          // signal: elm,state,%s,passive
3660          //   a "check" item named %s went passive
3661          // default is passive
3662          program { name: "go_active";
3663             signal: "elm,state,selected";
3664             source: "elm";
3665             action: STATE_SET "selected" 0.0;
3666             target: "bg_image";
3667             target: "elm.text.1";
3668             target: "elm.text.2";
3669             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3670          }
3671          program { name: "go_passive";
3672             signal: "elm,state,unselected";
3673             source: "elm";
3674             action: STATE_SET "default" 0.0;
3675             target: "bg_image";
3676             target: "elm.text.1";
3677             target: "elm.text.2";
3678             transition: LINEAR 0.1;
3679          }
3680          program { name: "go_disabled";
3681             signal: "elm,state,disabled";
3682             source: "elm";
3683             action: STATE_SET "disabled" 0.0;
3684             target: "disclip";
3685          }
3686          program { name: "go_enabled";
3687             signal: "elm,state,enabled";
3688             source: "elm";
3689             action: STATE_SET "default" 0.0;
3690             target: "disclip";
3691          }
3692          GENLIST_PROGRAM_FLIP_2TEXT
3693          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3694       }
3695    }
3696
3697 // 3.2.2
3698    group { name: "elm/genlist/item/2text.3/default";
3699       alias: "elm/genlist/item_odd/2text.3/default";
3700       alias: "elm/genlist/item_compress/2text.3/default";
3701       alias: "elm/genlist/item_compress_odd/2text.3/default";
3702       data.item: "stacking" "above";
3703       data.item: "selectraise" "on";
3704       data.item: "texts" "elm.text.1 elm.text.2";
3705       data.item: "flips" "elm.flip.content";
3706       images {
3707          image: "00_list_bar_press_1x80.png" COMP;
3708       }
3709       parts {
3710          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3711          GENLIST_PART_BG_IMAGE
3712          GENLIST_PART_BOTTOM_LINE
3713          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3714          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3715          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3716          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3717          part { name: "elm.text.1";
3718             clip_to: "disclip";
3719             type: TEXT;
3720             mouse_events: 0;
3721             scale: 1;
3722             description { state: "default" 0.0;
3723                min: 0 GENLIST_SIZE_61_INC;
3724                fixed: 0 1;
3725                rel1 {
3726                   relative: 1.0 0.0;
3727                   to_x: "elm.padding.left";
3728                   to_y: "elm.padding.bottom";
3729                }
3730                rel2 {
3731                   relative: 0.0 0.0;
3732                   to_x: "elm.padding.right";
3733                   to_y: "elm.padding.bottom";
3734                }
3735                align: 0.0 1.0;
3736                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3737                text {
3738                   font: "SLP:style=Roman";
3739                   size: GENLIST_FONT_44_INC;
3740                   min: 0 1;
3741                   align: 0.0 0.5;
3742                   text_class: "slp_roman";
3743                }
3744             }
3745             description { state: "selected" 0.0;
3746                inherit: "default" 0.0;
3747                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3748             }
3749             GENLIST_DESCRIPTION_FLIP_ENABLED
3750          }
3751          part { name: "elm.text.2";
3752             clip_to: "disclip";
3753             type: TEXT;
3754             mouse_events: 0;
3755             scale: 1;
3756             description { state: "default" 0.0;
3757                rel1 {
3758                   relative: 1.0 1.0;
3759                   to_x: "elm.padding.left";
3760                   to_y: "elm.padding.top";
3761                }
3762                rel2 {
3763                   relative: 0.0 0.0;
3764                   to_x: "elm.padding.right";
3765                   to_y: "elm.text.1";
3766                }
3767                align: 0.0 1.0;
3768                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3769                text {
3770                   font: "SLP:style=Medium";
3771                   size: GENLIST_FONT_32_INC;
3772                   min: 0 1;
3773                   align: 0.0 0.5;
3774                   text_class: "list_item";
3775                }
3776             }
3777             description { state: "selected" 0.0;
3778                inherit: "default" 0.0;
3779                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3780             }
3781             GENLIST_DESCRIPTION_FLIP_ENABLED
3782          }
3783          GENLIST_PART_FLIP
3784          GENLIST_PART_DISCLIP
3785       }
3786       programs {
3787          // signal: elm,state,%s,active
3788          //   a "check" item named %s went active
3789          // signal: elm,state,%s,passive
3790          //   a "check" item named %s went passive
3791          // default is passive
3792          program { name: "go_active";
3793             signal: "elm,state,selected";
3794             source: "elm";
3795             action: STATE_SET "selected" 0.0;
3796             target: "bg_image";
3797             target: "elm.text.1";
3798             target: "elm.text.2";
3799             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3800          }
3801          program { name: "go_passive";
3802             signal: "elm,state,unselected";
3803             source: "elm";
3804             action: STATE_SET "default" 0.0;
3805             target: "bg_image";
3806             target: "elm.text.1";
3807             target: "elm.text.2";
3808             transition: LINEAR 0.1;
3809          }
3810          program { name: "go_disabled";
3811             signal: "elm,state,disabled";
3812             source: "elm";
3813             action: STATE_SET "disabled" 0.0;
3814             target: "disclip";
3815          }
3816          program { name: "go_enabled";
3817             signal: "elm,state,enabled";
3818             source: "elm";
3819             action: STATE_SET "default" 0.0;
3820             target: "disclip";
3821          }
3822          GENLIST_PROGRAM_FLIP_2TEXT
3823          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3824       }
3825    }
3826
3827 // 3.2.3
3828    group { name: "elm/genlist/item/3text/default";
3829       alias: "elm/genlist/item_odd/3text/default";
3830       alias: "elm/genlist/item_compress/3text/default";
3831       alias: "elm/genlist/item_compress_odd/3text/default";
3832       data.item: "stacking" "above";
3833       data.item: "selectraise" "on";
3834       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
3835       data.item: "flips" "elm.flip.content";
3836       images {
3837          image: "00_list_bar_press_1x80.png" COMP;
3838       }
3839       parts {
3840          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3841          GENLIST_PART_BG_IMAGE
3842          GENLIST_PART_BOTTOM_LINE
3843          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3844          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3845          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
3846          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
3847          part { name: "elm.text.3";
3848             clip_to: "disclip";
3849             type: TEXT;
3850             mouse_events: 0;
3851             scale: 1;
3852             description { state: "default" 0.0;
3853                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
3854                fixed: 1 1;
3855                rel1 {
3856                   relative: 0.0 1.0;
3857                   to_x: "elm.padding.right";
3858                   to_y: "elm.padding.top";
3859                }
3860                rel2 {
3861                   relative: 0.0 1.0;
3862                   to_x: "elm.padding.right";
3863                   to_y: "elm.padding.top";
3864                }
3865                align: 1.0 0.0;
3866                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3867                text {
3868                   font: "SLP:style=Medium";
3869                   size: GENLIST_FONT_32_INC;
3870                   min: 0 1;
3871                   align: 1.0 0.5;
3872                   text_class: "slp_medium";
3873                }
3874             }
3875             description { state: "selected" 0.0;
3876                inherit: "default" 0.0;
3877                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3878             }
3879             GENLIST_DESCRIPTION_FLIP_ENABLED
3880          }
3881          part { name: "elm.padding.text3.left";
3882             clip_to: "disclip";
3883             type: RECT;
3884             mouse_events: 0;
3885             scale: 1;
3886             description { state: "default" 0.0;
3887                min: GENLIST_ICON_SMALL_SIZE 0;
3888                fixed: 1 0;
3889                rel1.to_x: "elm.text.3";
3890                rel2 {
3891                   relative: 0.0 1.0;
3892                   to_x: "elm.text.3";
3893                }
3894                align: 1.0 0.5;
3895                visible: 0;
3896             }
3897          }
3898          part { name: "elm.text.1";
3899             clip_to: "disclip";
3900             type: TEXT;
3901             mouse_events: 0;
3902             scale: 1;
3903             description { state: "default" 0.0;
3904                rel1 {
3905                   relative: 1.0 1.0;
3906                   to_x: "elm.padding.left";
3907                   to_y: "elm.padding.top";
3908                }
3909                rel2 {
3910                   relative: 0.0 1.0;
3911                   to_x: "elm.padding.text3.left";
3912                   to_y: "elm.text.3";
3913                }
3914                align: 0.0 0.5;
3915                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
3916                text {
3917                   font: "SLP:style=Roman";
3918                   size: GENLIST_FONT_44_INC;
3919                   min: 0 1;
3920                   align: 0.0 0.5;
3921                   text_class: "list_item";
3922                }
3923             }
3924             description { state: "selected" 0.0;
3925                inherit: "default" 0.0;
3926                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3927             }
3928             GENLIST_DESCRIPTION_FLIP_ENABLED
3929          }
3930          part { name: "elm.text.2";
3931             clip_to: "disclip";
3932             type: TEXT;
3933             mouse_events: 0;
3934             scale: 1;
3935             description { state: "default" 0.0;
3936                rel1 {
3937                   relative: 1.0 1.0;
3938                   to_x: "elm.padding.left";
3939                   to_y: "elm.text.1";
3940                }
3941                rel2 {
3942                   relative: 0.0 0.0;
3943                   to_x: "elm.padding.right";
3944                   to_y: "elm.padding.bottom";
3945                }
3946                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
3947                text {
3948                   font: "SLP:style=Medium";
3949                   size: GENLIST_FONT_32_INC;
3950                   min: 0 1;
3951                   align: 0.0 0.5;
3952                   text_class: "slp_medium";
3953                }
3954             }
3955             description { state: "selected" 0.0;
3956                inherit: "default" 0.0;
3957                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3958             }
3959             GENLIST_DESCRIPTION_FLIP_ENABLED
3960          }
3961          GENLIST_PART_FLIP
3962          GENLIST_PART_DISCLIP
3963       }
3964       programs {
3965          // signal: elm,state,%s,active
3966          //   a "check" item named %s went active
3967          // signal: elm,state,%s,passive
3968          //   a "check" item named %s went passive
3969          // default is passive
3970          program { name: "go_active";
3971             signal: "elm,state,selected";
3972             source: "elm";
3973             action: STATE_SET "selected" 0.0;
3974             target: "bg_image";
3975             target: "elm.text.1";
3976             target: "elm.text.2";
3977             target: "elm.text.3";
3978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3979          }
3980          program { name: "go_passive";
3981             signal: "elm,state,unselected";
3982             source: "elm";
3983             action: STATE_SET "default" 0.0;
3984             target: "bg_image";
3985             target: "elm.text.1";
3986             target: "elm.text.2";
3987             target: "elm.text.3";
3988             transition: LINEAR 0.1;
3989          }
3990          program { name: "go_disabled";
3991             signal: "elm,state,disabled";
3992             source: "elm";
3993             action: STATE_SET "disabled" 0.0;
3994             target: "disclip";
3995          }
3996          program { name: "go_enabled";
3997             signal: "elm,state,enabled";
3998             source: "elm";
3999             action: STATE_SET "default" 0.0;
4000             target: "disclip";
4001          }
4002          GENLIST_PROGRAM_FLIP_3TEXT
4003          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4004       }
4005    }
4006
4007    group { name: "elm/genlist/item_compress/3text.tb/default";
4008       inherit: "elm/genlist/item/3text/default";
4009       parts {
4010          part { name: "elm.text.2";
4011             clip_to: "disclip";
4012             type: TEXTBLOCK;
4013             mouse_events: 0;
4014             scale: 1;
4015             description { state: "default" 0.0;
4016                rel1 {
4017                   relative: 1.0 1.0;
4018                   to_x: "elm.padding.left";
4019                   to_y: "elm.text.1";
4020                }
4021                rel2 {
4022                   relative: 0.0 0.0;
4023                   to_x: "elm.padding.right";
4024                   to_y: "elm.padding.bottom";
4025                }
4026                align: 0.0 0.5;
4027                text {
4028                   style: "genlist_default_textblock_style";
4029                   min: 0 1;
4030                   align: 0.0 0.5;
4031                }
4032             }
4033             description { state: "selected" 0.0;
4034                inherit: "default" 0.0;
4035                text.style: "genlist_default_textblock_selected_style";
4036             }
4037             GENLIST_DESCRIPTION_FLIP_ENABLED
4038          }
4039       }
4040    }
4041
4042 // 3.2.4
4043    group { name: "elm/genlist/item/2text.1icon.2/default";
4044       alias: "elm/genlist/item_odd/2text.1icon.2/default";
4045       alias: "elm/genlist/item_compress/2text.1icon.2/default";
4046       alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
4047       data.item: "stacking" "above";
4048       data.item: "selectraise" "on";
4049       data.item: "texts" "elm.text.1 elm.text.2";
4050       data.item: "contents" "elm.icon";
4051       data.item: "flips" "elm.flip.content";
4052       images {
4053          image: "00_list_bar_press_1x80.png" COMP;
4054       }
4055       parts {
4056          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4057          GENLIST_PART_BG_IMAGE
4058          GENLIST_PART_BOTTOM_LINE
4059          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4060          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4061          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4062          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4063          part { name: "elm.icon";
4064             clip_to: "disclip";
4065             type: SWALLOW;
4066             scale: 1;
4067             description { state: "default" 0.0;
4068                fixed: 1 1;
4069                rel1 {
4070                   relative: 0.0 1.0;
4071                   to_x: "elm.padding.right";
4072                   to_y: "elm.padding.top";
4073                }
4074                rel2 {
4075                   relative: 0.0 0.0;
4076                   to_x: "elm.padding.right";
4077                   to_y: "elm.padding.bottom";
4078                }
4079                align: 1.0 0.5;
4080             }
4081             GENLIST_DESCRIPTION_FLIP_ENABLED
4082          }
4083          part { name: "elm.padding.icon.left";
4084             clip_to: "disclip";
4085             type: RECT;
4086             scale: 1;
4087             description { state: "default" 0.0;
4088                min: GENLIST_PADDING_16_INC 0;
4089                fixed: 1 0;
4090                rel1.to_x: "elm.icon";
4091                rel2 {
4092                   relative: 0.0 1.0;
4093                   to_x: "elm.icon";
4094                }
4095                align: 1.0 0.0;
4096                visible: 0;
4097             }
4098          }
4099          part { name: "elm.text.1";
4100             clip_to: "disclip";
4101             type: TEXT;
4102             mouse_events: 0;
4103             scale: 1;
4104             description { state: "default" 0.0;
4105                min: 0 GENLIST_SIZE_61_INC;
4106                fixed: 0 1;
4107                rel1 {
4108                   relative: 1.0 1.0;
4109                   to_x: "elm.padding.left";
4110                   to_y: "elm.padding.top";
4111                }
4112                rel2 {
4113                   relative: 0.0 1.0;
4114                   to_x: "elm.padding.icon.left";
4115                   to_y: "elm.padding.top";
4116                }
4117                align: 0.0 0.0;
4118                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4119                text {
4120                   font: "SLP:style=Roman";
4121                   size: GENLIST_FONT_44_INC;
4122                   min: 0 1;
4123                   align: 0.0 0.5;
4124                   text_class: "list_item";
4125                }
4126             }
4127             description { state: "selected" 0.0;
4128                inherit: "default" 0.0;
4129                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4130             }
4131             GENLIST_DESCRIPTION_FLIP_ENABLED
4132          }
4133          part { name: "elm.text.2";
4134             clip_to: "disclip";
4135             type: TEXT;
4136             mouse_events: 0;
4137             scale: 1;
4138             description { state: "default" 0.0;
4139                rel1 {
4140                   relative: 1.0 1.0;
4141                   to_x: "elm.padding.left";
4142                   to_y: "elm.text.1";
4143                }
4144                rel2 {
4145                   relative: 0.0 0.0;
4146                   to_x: "elm.padding.icon.left";
4147                   to_y: "elm.padding.bottom";
4148                }
4149                align: 0.0 0.0;
4150                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4151                text {
4152                   font: "SLP:style=Medium";
4153                   size: GENLIST_FONT_32_INC;
4154                   min: 0 1;
4155                   align: 0.0 0.5;
4156                   text_class: "slp_medium";
4157                }
4158             }
4159             description { state: "selected" 0.0;
4160                inherit: "default" 0.0;
4161                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4162             }
4163             GENLIST_DESCRIPTION_FLIP_ENABLED
4164          }
4165          GENLIST_PART_FLIP
4166          GENLIST_PART_DISCLIP
4167       }
4168       programs {
4169          // signal: elm,state,%s,active
4170          //   a "check" item named %s went active
4171          // signal: elm,state,%s,passive
4172          //   a "check" item named %s went passive
4173          // default is passive
4174          program { name: "go_active";
4175             signal: "elm,state,selected";
4176             source: "elm";
4177             action: STATE_SET "selected" 0.0;
4178             target: "bg_image";
4179             target: "elm.text.1";
4180             target: "elm.text.2";
4181             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4182          }
4183          program { name: "go_passive";
4184             signal: "elm,state,unselected";
4185             source: "elm";
4186             action: STATE_SET "default" 0.0;
4187             target: "bg_image";
4188             target: "elm.text.1";
4189             target: "elm.text.2";
4190             transition: LINEAR 0.1;
4191          }
4192          program { name: "go_disabled";
4193             signal: "elm,state,disabled";
4194             source: "elm";
4195             action: STATE_SET "disabled" 0.0;
4196             target: "disclip";
4197          }
4198          program { name: "go_enabled";
4199             signal: "elm,state,enabled";
4200             source: "elm";
4201             action: STATE_SET "default" 0.0;
4202             target: "disclip";
4203          }
4204          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4205          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4206       }
4207    }
4208
4209 // 3.2.5
4210    group { name: "elm/genlist/item/2text.1icon.10/default";
4211       alias: "elm/genlist/item_odd/2text.1icon.10/default";
4212       alias: "elm/genlist/item_compress/2text.1icon.10/default";
4213       alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
4214       data.item: "stacking" "above";
4215       data.item: "selectraise" "on";
4216       data.item: "texts" "elm.text.1 elm.text.2";
4217       data.item: "contents" "elm.icon";
4218       data.item: "flips" "elm.flip.content";
4219       images {
4220          image: "00_list_bar_press_1x80.png" COMP;
4221       }
4222       parts {
4223          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4224          GENLIST_PART_BG_IMAGE
4225          GENLIST_PART_BOTTOM_LINE
4226          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4227          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4228          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4229          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4230          part { name: "elm.icon";
4231             clip_to: "disclip";
4232             type: SWALLOW;
4233             scale: 1;
4234             description { state: "default" 0.0;
4235                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4236                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
4237                fixed: 1 1;
4238                rel1 {
4239                   relative: 0.0 1.0;
4240                   to_x: "elm.padding.right";
4241                   to_y: "elm.padding.top";
4242                }
4243                rel2 {
4244                   relative: 0.0 0.0;
4245                   to_x: "elm.padding.right";
4246                   to_y: "elm.padding.bottom";
4247                }
4248                align: 1.0 0.5;
4249             }
4250             GENLIST_DESCRIPTION_FLIP_ENABLED
4251          }
4252          part { name: "elm.padding.icon.left";
4253             clip_to: "disclip";
4254             type: RECT;
4255             scale: 1;
4256             description { state: "default" 0.0;
4257                min: GENLIST_PADDING_16_INC 0;
4258                fixed: 1 0;
4259                rel1.to_x: "elm.icon";
4260                rel2 {
4261                   relative: 0.0 1.0;
4262                   to_x: "elm.icon";
4263                }
4264                align: 1.0 0.0;
4265                visible: 0;
4266             }
4267          }
4268          part { name: "elm.text.1";
4269             clip_to: "disclip";
4270             type: TEXT;
4271             mouse_events: 0;
4272             scale: 1;
4273             description { state: "default" 0.0;
4274                min: 0 GENLIST_SIZE_61_INC;
4275                fixed: 0 1;
4276                rel1 {
4277                   relative: 1.0 1.0;
4278                   to_x: "elm.padding.left";
4279                   to_y: "elm.padding.top";
4280                }
4281                rel2 {
4282                   relative: 0.0 1.0;
4283                   to_x: "elm.padding.icon.left";
4284                   to_y: "elm.padding.top";
4285                }
4286                align: 0.0 0.0;
4287                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4288                text {
4289                   font: "SLP:style=Roman";
4290                   size: GENLIST_FONT_44_INC;
4291                   min: 0 1;
4292                   align: 0.0 0.5;
4293                   text_class: "list_item";
4294                }
4295             }
4296             description { state: "selected" 0.0;
4297                inherit: "default" 0.0;
4298                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4299             }
4300             GENLIST_DESCRIPTION_FLIP_ENABLED
4301          }
4302          part { name: "elm.text.2";
4303             clip_to: "disclip";
4304             type: TEXT;
4305             mouse_events: 0;
4306             scale: 1;
4307             description { state: "default" 0.0;
4308                rel1 {
4309                   relative: 1.0 1.0;
4310                   to_x: "elm.padding.left";
4311                   to_y: "elm.text.1";
4312                }
4313                rel2 {
4314                   relative: 0.0 0.0;
4315                   to_x: "elm.padding.icon.left";
4316                   to_y: "elm.padding.bottom";
4317                }
4318                align: 0.0 0.0;
4319                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4320                text {
4321                   font: "SLP:style=Medium";
4322                   size: GENLIST_FONT_32_INC;
4323                   min: 0 1;
4324                   align: 0.0 0.5;
4325                   text_class: "slp_medium";
4326                }
4327             }
4328             description { state: "selected" 0.0;
4329                inherit: "default" 0.0;
4330                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4331             }
4332             GENLIST_DESCRIPTION_FLIP_ENABLED
4333          }
4334          GENLIST_PART_FLIP
4335          GENLIST_PART_DISCLIP
4336       }
4337       programs {
4338          // signal: elm,state,%s,active
4339          //   a "check" item named %s went active
4340          // signal: elm,state,%s,passive
4341          //   a "check" item named %s went passive
4342          // default is passive
4343          program { name: "go_active";
4344             signal: "elm,state,selected";
4345             source: "elm";
4346             action: STATE_SET "selected" 0.0;
4347             target: "bg_image";
4348             target: "elm.text.1";
4349             target: "elm.text.2";
4350             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4351          }
4352          program { name: "go_passive";
4353             signal: "elm,state,unselected";
4354             source: "elm";
4355             action: STATE_SET "default" 0.0;
4356             target: "bg_image";
4357             target: "elm.text.1";
4358             target: "elm.text.2";
4359             transition: LINEAR 0.1;
4360          }
4361          program { name: "go_disabled";
4362             signal: "elm,state,disabled";
4363             source: "elm";
4364             action: STATE_SET "disabled" 0.0;
4365             target: "disclip";
4366          }
4367          program { name: "go_enabled";
4368             signal: "elm,state,enabled";
4369             source: "elm";
4370             action: STATE_SET "default" 0.0;
4371             target: "disclip";
4372          }
4373          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4374          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4375       }
4376    }
4377
4378    group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
4379       inherit: "elm/genlist/item/2text.1icon.10/default";
4380       parts {
4381          part { name: "elm.text.2";
4382             clip_to: "disclip";
4383             type: TEXTBLOCK;
4384             mouse_events: 0;
4385             scale: 1;
4386             description { state: "default" 0.0;
4387                rel1 {
4388                   relative: 1.0 1.0;
4389                   to_x: "elm.padding.left";
4390                   to_y: "elm.text.1";
4391                }
4392                rel2 {
4393                   relative: 0.0 0.0;
4394                   to_x: "elm.padding.icon.left";
4395                   to_y: "elm.padding.bottom";
4396                }
4397                align: 0.0 0.5;
4398                text {
4399                   style: "genlist_default_textblock_style";
4400                   min: 0 1;
4401                   align: 0.0 0.5;
4402                }
4403             }
4404             description { state: "selected" 0.0;
4405                inherit: "default" 0.0;
4406                text.style: "genlist_default_textblock_selected_style";
4407             }
4408             GENLIST_DESCRIPTION_FLIP_ENABLED
4409          }
4410       }
4411    }
4412
4413 // 3.2.6
4414    group { name: "elm/genlist/item/2text.1icon.3/default";
4415       alias: "elm/genlist/item_odd/2text.1icon.3/default";
4416       alias: "elm/genlist/item_compress/2text.1icon.3/default";
4417       alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
4418       data.item: "stacking" "above";
4419       data.item: "selectraise" "on";
4420       data.item: "texts" "elm.text.1 elm.text.2";
4421       data.item: "contents" "elm.icon";
4422       data.item: "flips" "elm.flip.content";
4423       images {
4424          image: "00_list_bar_press_1x80.png" COMP;
4425       }
4426       parts {
4427          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4428          GENLIST_PART_BG_IMAGE
4429          GENLIST_PART_BOTTOM_LINE
4430          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4431          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4434          part { name: "elm.text.1";
4435             clip_to: "disclip";
4436             type: TEXT;
4437             mouse_events: 0;
4438             scale: 1;
4439             description { state: "default" 0.0;
4440                min: 0 GENLIST_SIZE_61_INC;
4441                fixed: 0 1;
4442                rel1 {
4443                   relative: 1.0 1.0;
4444                   to_x: "elm.padding.left";
4445                   to_y: "elm.padding.top";
4446                }
4447                rel2 {
4448                   relative: 0.0 1.0;
4449                   to_x: "elm.padding.icon.left";
4450                   to_y: "elm.padding.top";
4451                }
4452                align: 0.0 0.0;
4453                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4454                text {
4455                   font: "SLP:style=Roman";
4456                   size: GENLIST_FONT_44_INC;
4457                   min: 0 1;
4458                   align: 0.0 0.5;
4459                   text_class: "list_item";
4460                }
4461             }
4462             description { state: "selected" 0.0;
4463                inherit: "default" 0.0;
4464                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4465             }
4466             GENLIST_DESCRIPTION_FLIP_ENABLED
4467          }
4468          part { name: "elm.icon";
4469             clip_to: "disclip";
4470             type: SWALLOW;
4471             scale: 1;
4472             description { state: "default" 0.0;
4473                fixed: 1 1;
4474                rel1 {
4475                   relative: 0.0 1.0;
4476                   to_x: "elm.padding.right";
4477                   to_y: "elm.padding.top";
4478                }
4479                rel2 {
4480                   relative: 0.0 1.0;
4481                   to_x: "elm.padding.right";
4482                   to_y: "elm.text.1";
4483                }
4484                align: 1.0 0.5;
4485             }
4486             GENLIST_DESCRIPTION_FLIP_ENABLED
4487          }
4488          part { name: "elm.padding.icon.left";
4489             clip_to: "disclip";
4490             type: RECT;
4491             scale: 1;
4492             description { state: "default" 0.0;
4493                min: GENLIST_PADDING_16_INC 0;
4494                fixed: 1 0;
4495                rel1.to_x: "elm.icon";
4496                rel2 {
4497                   relative: 0.0 1.0;
4498                   to_x: "elm.icon";
4499                }
4500                align: 1.0 0.0;
4501                visible: 0;
4502             }
4503          }
4504          part { name: "elm.text.2";
4505             clip_to: "disclip";
4506             type: TEXT;
4507             mouse_events: 0;
4508             scale: 1;
4509             description { state: "default" 0.0;
4510                rel1 {
4511                   relative: 1.0 1.0;
4512                   to_x: "elm.padding.left";
4513                   to_y: "elm.text.1";
4514                }
4515                rel2 {
4516                   relative: 0.0 0.0;
4517                   to_x: "elm.padding.icon.left";
4518                   to_y: "elm.padding.bottom";
4519                }
4520                align: 0.0 0.0;
4521                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4522                text {
4523                   font: "SLP:style=Medium";
4524                   size: GENLIST_FONT_32_INC;
4525                   min: 0 1;
4526                   align: 0.0 0.5;
4527                   text_class: "slp_medium";
4528                }
4529             }
4530             description { state: "selected" 0.0;
4531                inherit: "default" 0.0;
4532                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4533             }
4534             GENLIST_DESCRIPTION_FLIP_ENABLED
4535          }
4536          GENLIST_PART_FLIP
4537          GENLIST_PART_DISCLIP
4538       }
4539       programs {
4540          // signal: elm,state,%s,active
4541          //   a "check" item named %s went active
4542          // signal: elm,state,%s,passive
4543          //   a "check" item named %s went passive
4544          // default is passive
4545          program { name: "go_active";
4546             signal: "elm,state,selected";
4547             source: "elm";
4548             action: STATE_SET "selected" 0.0;
4549             target: "bg_image";
4550             target: "elm.text.1";
4551             target: "elm.text.2";
4552             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4553          }
4554          program { name: "go_passive";
4555             signal: "elm,state,unselected";
4556             source: "elm";
4557             action: STATE_SET "default" 0.0;
4558             target: "bg_image";
4559             target: "elm.text.1";
4560             target: "elm.text.2";
4561             transition: LINEAR 0.1;
4562          }
4563          program { name: "go_disabled";
4564             signal: "elm,state,disabled";
4565             source: "elm";
4566             action: STATE_SET "disabled" 0.0;
4567             target: "disclip";
4568          }
4569          program { name: "go_enabled";
4570             signal: "elm,state,enabled";
4571             source: "elm";
4572             action: STATE_SET "default" 0.0;
4573             target: "disclip";
4574          }
4575          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4576          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4577       }
4578    }
4579
4580 // 3.2.7
4581    group { name: "elm/genlist/item/3text.1icon/default";
4582       alias: "elm/genlist/item_odd/3text.1icon/default";
4583       alias: "elm/genlist/item_compress/3text.1icon/default";
4584       alias: "elm/genlist/item_compress_odd/3text.1icon/default";
4585       data.item: "stacking" "above";
4586       data.item: "selectraise" "on";
4587       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
4588       data.item: "contents" "elm.icon";
4589       data.item: "flips" "elm.flip.content";
4590       images {
4591          image: "00_list_bar_press_1x80.png" COMP;
4592       }
4593       parts {
4594          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4595          GENLIST_PART_BG_IMAGE
4596          GENLIST_PART_BOTTOM_LINE
4597          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4598          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4599          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4600          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4601          part { name: "elm.text.3";
4602             clip_to: "disclip";
4603             type: TEXT;
4604             mouse_events: 0;
4605             scale: 1;
4606             description { state: "default" 0.0;
4607                min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
4608                fixed: 1 1;
4609                rel1 {
4610                   relative: 0.0 0.0;
4611                   to_x: "elm.padding.right";
4612                   to_y: "elm.padding.bottom";
4613                }
4614                rel2 {
4615                   relative: 0.0 0.0;
4616                   to_x: "elm.padding.right";
4617                   to_y: "elm.padding.bottom";
4618                }
4619                align: 1.0 1.0;
4620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4621                text {
4622                   font: "SLP:style=Medium";
4623                   size: GENLIST_FONT_32_INC;
4624                   min: 0 1;
4625                   align: 1.0 0.5;
4626                   text_class: "slp_medium";
4627                }
4628             }
4629             description { state: "selected" 0.0;
4630                inherit: "default" 0.0;
4631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4632             }
4633             GENLIST_DESCRIPTION_FLIP_ENABLED
4634          }
4635          part { name: "elm.padding.text3.left";
4636             clip_to: "disclip";
4637             type: RECT;
4638             mouse_events: 0;
4639             scale: 1;
4640             description { state: "default" 0.0;
4641                min: GENLIST_ICON_SMALL_SIZE 0;
4642                fixed: 1 0;
4643                rel1.to_x: "elm.text.3";
4644                rel2 {
4645                   relative: 0.0 1.0;
4646                   to_x: "elm.text.3";
4647                }
4648                align: 1.0 0.5;
4649                visible: 0;
4650             }
4651          }
4652          part { name: "elm.icon";
4653             clip_to: "disclip";
4654             type: SWALLOW;
4655             scale: 1;
4656             description { state: "default" 0.0;
4657                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4658                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4659                fixed: 1 1;
4660                rel1 {
4661                   relative: 0.0 1.0;
4662                   to_x: "elm.padding.right";
4663                   to_y: "elm.padding.top";
4664                }
4665                rel2 {
4666                   relative: 0.0 0.0;
4667                   to_x: "elm.padding.right";
4668                   to_y: "elm.text.3";
4669                }
4670                align: 1.0 0.5;
4671             }
4672             GENLIST_DESCRIPTION_FLIP_ENABLED
4673          }
4674          part { name: "elm.padding.icon.left";
4675             clip_to: "disclip";
4676             type: RECT;
4677             scale: 1;
4678             description { state: "default" 0.0;
4679                min: GENLIST_PADDING_16_INC 0;
4680                fixed: 1 0;
4681                rel1.to_x: "elm.icon";
4682                rel2 {
4683                   relative: 0.0 1.0;
4684                   to_x: "elm.icon";
4685                }
4686                align: 1.0 0.0;
4687                visible: 0;
4688             }
4689          }
4690          part { name: "elm.text.1";
4691             clip_to: "disclip";
4692             type: TEXT;
4693             mouse_events: 0;
4694             scale: 1;
4695             description { state: "default" 0.0;
4696                rel1 {
4697                   relative: 1.0 1.0;
4698                   to_x: "elm.padding.left";
4699                   to_y: "elm.padding.top";
4700                }
4701                rel2 {
4702                   relative: 0.0 0.0;
4703                   to_x: "elm.padding.icon.left";
4704                   to_y: "elm.text.3";
4705                }
4706                align: 0.0 0.5;
4707                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4708                text {
4709                   font: "SLP:style=Roman";
4710                   size: GENLIST_FONT_44_INC;
4711                   min: 0 1;
4712                   align: 0.0 0.5;
4713                   text_class: "list_item";
4714                }
4715             }
4716             description { state: "selected" 0.0;
4717                inherit: "default" 0.0;
4718                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4719             }
4720             GENLIST_DESCRIPTION_FLIP_ENABLED
4721          }
4722          part { name: "elm.text.2";
4723             clip_to: "disclip";
4724             type: TEXT;
4725             mouse_events: 0;
4726             scale: 1;
4727             description { state: "default" 0.0;
4728                rel1 {
4729                   relative: 1.0 1.0;
4730                   to_x: "elm.padding.left";
4731                   to_y: "elm.text.1";
4732                }
4733                rel2 {
4734                   relative: 0.0 0.0;
4735                   to_x: "elm.padding.text3.left";
4736                   to_y: "elm.padding.bottom";
4737                }
4738                align: 0.0 0.5;
4739                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4740                text {
4741                   font: "SLP:style=Medium";
4742                   size: GENLIST_FONT_32_INC;
4743                   min: 0 1;
4744                   align: 0.0 0.5;
4745                   text_class: "slp_medium";
4746                }
4747             }
4748             description { state: "selected" 0.0;
4749                inherit: "default" 0.0;
4750                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4751             }
4752             GENLIST_DESCRIPTION_FLIP_ENABLED
4753          }
4754          GENLIST_PART_FLIP
4755          GENLIST_PART_DISCLIP
4756       }
4757       programs {
4758          // signal: elm,state,%s,active
4759          //   a "check" item named %s went active
4760          // signal: elm,state,%s,passive
4761          //   a "check" item named %s went passive
4762          // default is passive
4763          program { name: "go_active";
4764             signal: "elm,state,selected";
4765             source: "elm";
4766             action: STATE_SET "selected" 0.0;
4767             target: "bg_image";
4768             target: "elm.text.1";
4769             target: "elm.text.2";
4770             target: "elm.text.3";
4771             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4772          }
4773          program { name: "go_passive";
4774             signal: "elm,state,unselected";
4775             source: "elm";
4776             action: STATE_SET "default" 0.0;
4777             target: "bg_image";
4778             target: "elm.text.1";
4779             target: "elm.text.2";
4780             target: "elm.text.3";
4781             transition: LINEAR 0.1;
4782          }
4783          program { name: "go_disabled";
4784             signal: "elm,state,disabled";
4785             source: "elm";
4786             action: STATE_SET "disabled" 0.0;
4787             target: "disclip";
4788          }
4789          program { name: "go_enabled";
4790             signal: "elm,state,enabled";
4791             source: "elm";
4792             action: STATE_SET "default" 0.0;
4793             target: "disclip";
4794          }
4795          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
4796          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4797       }
4798    }
4799
4800 // 3.2.8
4801    group { name: "elm/genlist/item/2text.2icon/default";
4802       alias: "elm/genlist/item_odd/2text.2icon/default";
4803       alias: "elm/genlist/item_compress/2text.2icon/default";
4804       alias: "elm/genlist/item_compress_odd/2text.2icon/default";
4805       data.item: "stacking" "above";
4806       data.item: "selectraise" "on";
4807       data.item: "texts" "elm.text.1 elm.text.2";
4808       data.item: "contents" "elm.icon.1 elm.icon.2";
4809       data.item: "flips" "elm.flip.content";
4810       images {
4811          image: "00_list_bar_press_1x80.png" COMP;
4812       }
4813       parts {
4814          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4815          GENLIST_PART_BG_IMAGE
4816          GENLIST_PART_BOTTOM_LINE
4817          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4818          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4819          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
4820          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
4821          part { name: "elm.icon.1";
4822             clip_to: "disclip";
4823             type: SWALLOW;
4824             scale: 1;
4825             description { state: "default" 0.0;
4826                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4827                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4828                fixed: 1 1;
4829                rel1 {
4830                   relative: 1.0 1.0;
4831                   to_x: "elm.padding.left";
4832                   to_y: "elm.text.1";
4833                }
4834                rel2 {
4835                   relative: 1.0 0.0;
4836                   to_x: "elm.padding.left";
4837                   to_y: "elm.padding.bottom";
4838                }
4839                align: 0.0 0.5;
4840             }
4841             GENLIST_DESCRIPTION_FLIP_ENABLED
4842          }
4843          part { name: "elm.padding.icon1.right";
4844             clip_to: "disclip";
4845             type: RECT;
4846             scale: 1;
4847             description { state: "default" 0.0;
4848                min: GENLIST_PADDING_16_INC 0;
4849                fixed: 1 0;
4850                rel1 {
4851                   relative: 1.0 0.0;
4852                   to_x: "elm.icon.1";
4853                }
4854                rel2.to_x: "elm.icon.1";
4855                align: 0.0 0.0;
4856                visible: 0;
4857             }
4858          }
4859          part { name: "elm.icon.2";
4860             clip_to: "disclip";
4861             type: SWALLOW;
4862             scale: 1;
4863             description { state: "default" 0.0;
4864                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4865                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4866                fixed: 1 1;
4867                rel1 {
4868                   relative: 0.0 1.0;
4869                   to_x: "elm.padding.right";
4870                   to_y: "elm.padding.top";
4871                }
4872                rel2 {
4873                   relative: 0.0 1.0;
4874                   to_x: "elm.padding.right";
4875                   to_y: "elm.text.1";
4876                }
4877                align: 1.0 0.5;
4878             }
4879             GENLIST_DESCRIPTION_FLIP_ENABLED
4880          }
4881          part { name: "elm.padding.icon2.left";
4882             clip_to: "disclip";
4883             type: RECT;
4884             scale: 1;
4885             description { state: "default" 0.0;
4886                min: GENLIST_PADDING_16_INC 0;
4887                fixed: 1 0;
4888                rel1 {
4889                   relative: 0.0 0.0;
4890                   to_x: "elm.icon.2";
4891                }
4892                rel2.to_x: "elm.icon.2";
4893                align: 1.0 0.0;
4894                visible: 0;
4895             }
4896          }
4897          part { name: "elm.text.1";
4898             clip_to: "disclip";
4899             type: TEXT;
4900             mouse_events: 0;
4901             scale: 1;
4902             description { state: "default" 0.0;
4903                min: 0 GENLIST_SIZE_61_INC;
4904                fixed: 0 1;
4905                rel1 {
4906                   relative: 1.0 1.0;
4907                   to_x: "elm.padding.left";
4908                   to_y: "elm.padding.top";
4909                }
4910                rel2 {
4911                   relative: 0.0 1.0;
4912                   to_x: "elm.padding.icon2.left";
4913                   to_y: "elm.padding.top";
4914                }
4915                align: 0.0 0.0;
4916                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
4917                text {
4918                   font: "SLP:style=Roman";
4919                   size: GENLIST_FONT_44_INC;
4920                   min: 0 1;
4921                   align: 0.0 0.5;
4922                   text_class: "list_item";
4923                }
4924             }
4925             description { state: "selected" 0.0;
4926                inherit: "default" 0.0;
4927                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4928             }
4929             GENLIST_DESCRIPTION_FLIP_ENABLED
4930          }
4931          part { name: "elm.text.2";
4932             clip_to: "disclip";
4933             type: TEXT;
4934             mouse_events: 0;
4935             scale: 1;
4936             description { state: "default" 0.0;
4937                rel1 {
4938                   relative: 1.0 1.0;
4939                   to_x: "elm.padding.icon1.right";
4940                   to_y: "elm.text.1";
4941                }
4942                rel2 {
4943                   relative: 0.0 0.0;
4944                   to_x: "elm.padding.right";
4945                   to_y: "elm.padding.bottom";
4946                }
4947                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
4948                text {
4949                   font: "SLP:style=Medium";
4950                   size: GENLIST_FONT_32_INC;
4951                   min: 0 1;
4952                   align: 0.0 0.5;
4953                   text_class: "slp_medium";
4954                }
4955             }
4956             description { state: "selected" 0.0;
4957                inherit: "default" 0.0;
4958                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4959             }
4960             GENLIST_DESCRIPTION_FLIP_ENABLED
4961          }
4962          GENLIST_PART_FLIP
4963          GENLIST_PART_DISCLIP
4964       }
4965       programs {
4966          // signal: elm,state,%s,active
4967          //   a "check" item named %s went active
4968          // signal: elm,state,%s,passive
4969          //   a "check" item named %s went passive
4970          // default is passive
4971          program { name: "go_active";
4972             signal: "elm,state,selected";
4973             source: "elm";
4974             action: STATE_SET "selected" 0.0;
4975             target: "bg_image";
4976             target: "elm.text.1";
4977             target: "elm.text.2";
4978             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4979          }
4980          program { name: "go_passive";
4981             signal: "elm,state,unselected";
4982             source: "elm";
4983             action: STATE_SET "default" 0.0;
4984             target: "bg_image";
4985             target: "elm.text.1";
4986             target: "elm.text.2";
4987             transition: LINEAR 0.1;
4988          }
4989          program { name: "go_disabled";
4990             signal: "elm,state,disabled";
4991             source: "elm";
4992             action: STATE_SET "disabled" 0.0;
4993             target: "disclip";
4994          }
4995          program { name: "go_enabled";
4996             signal: "elm,state,enabled";
4997             source: "elm";
4998             action: STATE_SET "default" 0.0;
4999             target: "disclip";
5000          }
5001          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5002          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5003       }
5004    }
5005
5006 // 3.2.9
5007    group { name: "elm/genlist/item/2text.7/default";
5008       alias: "elm/genlist/item_odd/2text.7/default";
5009       alias: "elm/genlist/item_compress/2text.7/default";
5010       alias: "elm/genlist/item_compress_odd/2text.7/default";
5011       data.item: "stacking" "above";
5012       data.item: "selectraise" "on";
5013       data.item: "texts" "elm.text.1 elm.text.2";
5014       data.item: "flips" "elm.flip.content";
5015       images {
5016          image: "00_list_bar_press_1x80.png" COMP;
5017       }
5018       parts {
5019          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5020          GENLIST_PART_BG_IMAGE
5021          GENLIST_PART_BOTTOM_LINE
5022          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5023          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5024          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5025          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5026          part { name: "elm.text.1";
5027             clip_to: "disclip";
5028             type: TEXT;
5029             mouse_events: 0;
5030             scale: 1;
5031             description { state: "default" 0.0;
5032                min: 0 GENLIST_SIZE_61_INC;
5033                fixed: 0 1;
5034                rel1 {
5035                   relative: 1.0 1.0;
5036                   to_x: "elm.padding.left";
5037                   to_y: "elm.padding.top";
5038                }
5039                rel2 {
5040                   relative: 0.0 1.0;
5041                   to_x: "elm.padding.right";
5042                   to_y: "elm.padding.top";
5043                }
5044                align: 0.0 0.0;
5045                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5046                text {
5047                   font: "SLP:style=Roman";
5048                   size: GENLIST_FONT_44_INC;
5049                   min: 0 1;
5050                   align: 0.0 0.5;
5051                   text_class: "list_item";
5052                }
5053             }
5054             description { state: "selected" 0.0;
5055                inherit: "default" 0.0;
5056                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5057             }
5058             GENLIST_DESCRIPTION_FLIP_ENABLED
5059          }
5060          part { name: "elm.text.2";
5061             clip_to: "disclip";
5062             type: TEXT;
5063             mouse_events: 0;
5064             scale: 1;
5065             description { state: "default" 0.0;
5066                rel1 {
5067                   relative: 1.0 1.0;
5068                   to_x: "elm.padding.left";
5069                   to_y: "elm.text.1";
5070                }
5071                rel2 {
5072                   relative: 0.0 0.0;
5073                   to_x: "elm.padding.right";
5074                   to_y: "elm.padding.bottom";
5075                }
5076                align: 0.0 0.0;
5077                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5078                text {
5079                   font: "SLP:style=Medium";
5080                   size: GENLIST_FONT_32_INC;
5081                   min: 0 1;
5082                   align: 0.0 0.5;
5083                   text_class: "slp_medium";
5084                }
5085             }
5086             description { state: "selected" 0.0;
5087                inherit: "default" 0.0;
5088                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5089             }
5090             GENLIST_DESCRIPTION_FLIP_ENABLED
5091          }
5092          GENLIST_PART_FLIP
5093          GENLIST_PART_DISCLIP
5094       }
5095       programs {
5096          // signal: elm,state,%s,active
5097          //   a "check" item named %s went active
5098          // signal: elm,state,%s,passive
5099          //   a "check" item named %s went passive
5100          // default is passive
5101          program { name: "go_active";
5102             signal: "elm,state,selected";
5103             source: "elm";
5104             action: STATE_SET "selected" 0.0;
5105             target: "bg_image";
5106             target: "elm.text.1";
5107             target: "elm.text.2";
5108             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5109          }
5110          program { name: "go_passive";
5111             signal: "elm,state,unselected";
5112             source: "elm";
5113             action: STATE_SET "default" 0.0;
5114             target: "bg_image";
5115             target: "elm.text.1";
5116             target: "elm.text.2";
5117             transition: LINEAR 0.1;
5118          }
5119          program { name: "go_disabled";
5120             signal: "elm,state,disabled";
5121             source: "elm";
5122             action: STATE_SET "disabled" 0.0;
5123             target: "disclip";
5124          }
5125          program { name: "go_enabled";
5126             signal: "elm,state,enabled";
5127             source: "elm";
5128             action: STATE_SET "default" 0.0;
5129             target: "disclip";
5130          }
5131          GENLIST_PROGRAM_FLIP_2TEXT
5132          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5133       }
5134    }
5135
5136 // 3.2.10
5137    group { name: "elm/genlist/item/2text.1icon.7/default";
5138       alias: "elm/genlist/item_odd/2text.1icon.7/default";
5139       alias: "elm/genlist/item_compress/2text.1icon.7/default";
5140       alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
5141       data.item: "stacking" "above";
5142       data.item: "selectraise" "on";
5143       data.item: "texts" "elm.text.1 elm.text.2";
5144       data.item: "contents" "elm.icon";
5145       data.item: "flips" "elm.flip.content";
5146       images {
5147          image: "00_list_bar_press_1x80.png" COMP;
5148       }
5149       parts {
5150          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5151          GENLIST_PART_BG_IMAGE
5152          GENLIST_PART_BOTTOM_LINE
5153          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5154          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5155          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5156          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5157          part { name: "elm.icon";
5158             clip_to: "disclip";
5159             type: SWALLOW;
5160             scale: 1;
5161             description { state: "default" 0.0;
5162                fixed: 1 1;
5163                rel1 {
5164                   relative: 0.0 1.0;
5165                   to_x: "elm.padding.right";
5166                   to_y: "elm.padding.top";
5167                }
5168                rel2 {
5169                   relative: 0.0 0.0;
5170                   to_x: "elm.padding.right";
5171                   to_y: "elm.padding.bottom";
5172                }
5173                align: 1.0 0.5;
5174             }
5175             GENLIST_DESCRIPTION_FLIP_ENABLED
5176          }
5177          part { name: "elm.padding.icon.left";
5178             clip_to: "disclip";
5179             type: RECT;
5180             scale: 1;
5181             description { state: "default" 0.0;
5182                min: GENLIST_PADDING_16_INC 0;
5183                fixed: 1 0;
5184                rel1.to_x: "elm.icon";
5185                rel2 {
5186                   relative: 0.0 1.0;
5187                   to_x: "elm.icon";
5188                }
5189                align: 1.0 0.0;
5190                visible: 0;
5191             }
5192          }
5193          part { name: "elm.text.1";
5194             clip_to: "disclip";
5195             type: TEXT;
5196             mouse_events: 0;
5197             scale: 1;
5198             description { state: "default" 0.0;
5199                min: 0 GENLIST_SIZE_61_INC;
5200                fixed: 0 1;
5201                rel1 {
5202                   relative: 1.0 1.0;
5203                   to_x: "elm.padding.left";
5204                   to_y: "elm.padding.top";
5205                }
5206                rel2 {
5207                   relative: 0.0 1.0;
5208                   to_x: "elm.padding.icon.left";
5209                   to_y: "elm.padding.top";
5210                }
5211                align: 0.0 0.0;
5212                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5213                text {
5214                   font: "SLP:style=Roman";
5215                   size: GENLIST_FONT_44_INC;
5216                   min: 0 1;
5217                   align: 0.0 0.5;
5218                   text_class: "list_item";
5219                }
5220             }
5221             description { state: "selected" 0.0;
5222                inherit: "default" 0.0;
5223                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5224             }
5225             GENLIST_DESCRIPTION_FLIP_ENABLED
5226          }
5227          part { name: "elm.text.2";
5228             clip_to: "disclip";
5229             type: TEXT;
5230             mouse_events: 0;
5231             scale: 1;
5232             description { state: "default" 0.0;
5233                rel1 {
5234                   relative: 1.0 1.0;
5235                   to_x: "elm.padding.left";
5236                   to_y: "elm.text.1";
5237                }
5238                rel2 {
5239                   relative: 0.0 0.0;
5240                   to_x: "elm.padding.icon.left";
5241                   to_y: "elm.padding.bottom";
5242                }
5243                align: 0.0 0.0;
5244                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5245                text {
5246                   font: "SLP:style=Medium";
5247                   size: GENLIST_FONT_32_INC;
5248                   min: 0 1;
5249                   align: 0.0 0.5;
5250                   text_class: "slp_medium";
5251                }
5252             }
5253             description { state: "selected" 0.0;
5254                inherit: "default" 0.0;
5255                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5256             }
5257             GENLIST_DESCRIPTION_FLIP_ENABLED
5258          }
5259          GENLIST_PART_FLIP
5260          GENLIST_PART_DISCLIP
5261       }
5262       programs {
5263          // signal: elm,state,%s,active
5264          //   a "check" item named %s went active
5265          // signal: elm,state,%s,passive
5266          //   a "check" item named %s went passive
5267          // default is passive
5268          program { name: "go_active";
5269             signal: "elm,state,selected";
5270             source: "elm";
5271             action: STATE_SET "selected" 0.0;
5272             target: "bg_image";
5273             target: "elm.text.1";
5274             target: "elm.text.2";
5275             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5276          }
5277          program { name: "go_passive";
5278             signal: "elm,state,unselected";
5279             source: "elm";
5280             action: STATE_SET "default" 0.0;
5281             target: "bg_image";
5282             target: "elm.text.1";
5283             target: "elm.text.2";
5284             transition: LINEAR 0.1;
5285          }
5286          program { name: "go_disabled";
5287             signal: "elm,state,disabled";
5288             source: "elm";
5289             action: STATE_SET "disabled" 0.0;
5290             target: "disclip";
5291          }
5292          program { name: "go_enabled";
5293             signal: "elm,state,enabled";
5294             source: "elm";
5295             action: STATE_SET "default" 0.0;
5296             target: "disclip";
5297          }
5298          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5299          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5300       }
5301    }
5302
5303    group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
5304       inherit: "elm/genlist/item/2text.1icon.7/default";
5305       parts {
5306          part { name: "elm.text.2";
5307             clip_to: "disclip";
5308             type: TEXTBLOCK;
5309             mouse_events: 0;
5310             scale: 1;
5311             description { state: "default" 0.0;
5312                rel1 {
5313                   relative: 1.0 1.0;
5314                   to_x: "elm.padding.left";
5315                   to_y: "elm.text.1";
5316                }
5317                rel2 {
5318                   relative: 0.0 0.0;
5319                   to_x: "elm.padding.icon.left";
5320                   to_y: "elm.padding.bottom";
5321                }
5322                align: 0.0 0.5;
5323                text {
5324                   style: "genlist_default_textblock_style";
5325                   min: 0 1;
5326                   align: 0.0 0.5;
5327                }
5328             }
5329             description { state: "selected" 0.0;
5330                inherit: "default" 0.0;
5331                text.style: "genlist_default_textblock_selected_style";
5332             }
5333             GENLIST_DESCRIPTION_FLIP_ENABLED
5334          }
5335       }
5336    }
5337
5338 // 3.2.11
5339    group { name: "elm/genlist/item/2text.1icon.11/default";
5340       alias: "elm/genlist/item_odd/2text.1icon.11/default";
5341       alias: "elm/genlist/item_compress/2text.1icon.11/default";
5342       alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
5343       data.item: "stacking" "above";
5344       data.item: "selectraise" "on";
5345       data.item: "texts" "elm.text.1 elm.text.2";
5346       data.item: "contents" "elm.icon";
5347       data.item: "flips" "elm.flip.content";
5348       images {
5349          image: "00_list_bar_press_1x80.png" COMP;
5350       }
5351       parts {
5352          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5353          GENLIST_PART_BG_IMAGE
5354          GENLIST_PART_BOTTOM_LINE
5355          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5356          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5357          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5358          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5359          part { name: "elm.icon";
5360             clip_to: "disclip";
5361             type: SWALLOW;
5362             scale: 1;
5363             description { state: "default" 0.0;
5364                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5365                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5366                fixed: 1 1;
5367                rel1 {
5368                   relative: 0.0 1.0;
5369                   to_x: "elm.padding.right";
5370                   to_y: "elm.padding.top";
5371                }
5372                rel2 {
5373                   relative: 0.0 0.0;
5374                   to_x: "elm.padding.right";
5375                   to_y: "elm.padding.bottom";
5376                }
5377                align: 1.0 0.5;
5378             }
5379             GENLIST_DESCRIPTION_FLIP_ENABLED
5380          }
5381          part { name: "elm.padding.icon.left";
5382             clip_to: "disclip";
5383             type: RECT;
5384             scale: 1;
5385             description { state: "default" 0.0;
5386                min: GENLIST_PADDING_16_INC 0;
5387                fixed: 1 0;
5388                rel1.to_x: "elm.icon";
5389                rel2 {
5390                   relative: 0.0 1.0;
5391                   to_x: "elm.icon";
5392                }
5393                align: 1.0 0.0;
5394                visible: 0;
5395             }
5396          }
5397          part { name: "elm.text.1";
5398             clip_to: "disclip";
5399             type: TEXT;
5400             mouse_events: 0;
5401             scale: 1;
5402             description { state: "default" 0.0;
5403                min: 0 GENLIST_SIZE_61_INC;
5404                fixed: 0 1;
5405                rel1 {
5406                   relative: 1.0 1.0;
5407                   to_x: "elm.padding.left";
5408                   to_y: "elm.padding.top";
5409                }
5410                rel2 {
5411                   relative: 0.0 1.0;
5412                   to_x: "elm.padding.icon.left";
5413                   to_y: "elm.padding.top";
5414                }
5415                align: 0.0 0.0;
5416                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5417                text {
5418                   font: "SLP:style=Roman";
5419                   size: GENLIST_FONT_44_INC;
5420                   min: 0 1;
5421                   align: 0.0 0.5;
5422                   text_class: "list_item";
5423                }
5424             }
5425             description { state: "selected" 0.0;
5426                inherit: "default" 0.0;
5427                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5428             }
5429             GENLIST_DESCRIPTION_FLIP_ENABLED
5430          }
5431          part { name: "elm.text.2";
5432             clip_to: "disclip";
5433             type: TEXT;
5434             mouse_events: 0;
5435             scale: 1;
5436             description { state: "default" 0.0;
5437                rel1 {
5438                   relative: 1.0 1.0;
5439                   to_x: "elm.padding.left";
5440                   to_y: "elm.text.1";
5441                }
5442                rel2 {
5443                   relative: 0.0 0.0;
5444                   to_x: "elm.padding.icon.left";
5445                   to_y: "elm.padding.bottom";
5446                }
5447                align: 0.0 0.0;
5448                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
5449                text {
5450                   font: "SLP:style=Medium";
5451                   size: GENLIST_FONT_32_INC;
5452                   min: 0 1;
5453                   align: 0.0 0.5;
5454                   text_class: "slp_medium";
5455                }
5456             }
5457             description { state: "selected" 0.0;
5458                inherit: "default" 0.0;
5459                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5460             }
5461             GENLIST_DESCRIPTION_FLIP_ENABLED
5462          }
5463          GENLIST_PART_FLIP
5464          GENLIST_PART_DISCLIP
5465       }
5466       programs {
5467          // signal: elm,state,%s,active
5468          //   a "check" item named %s went active
5469          // signal: elm,state,%s,passive
5470          //   a "check" item named %s went passive
5471          // default is passive
5472          program { name: "go_active";
5473             signal: "elm,state,selected";
5474             source: "elm";
5475             action: STATE_SET "selected" 0.0;
5476             target: "bg_image";
5477             target: "elm.text.1";
5478             target: "elm.text.2";
5479             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5480          }
5481          program { name: "go_passive";
5482             signal: "elm,state,unselected";
5483             source: "elm";
5484             action: STATE_SET "default" 0.0;
5485             target: "bg_image";
5486             target: "elm.text.1";
5487             target: "elm.text.2";
5488             transition: LINEAR 0.1;
5489          }
5490          program { name: "go_disabled";
5491             signal: "elm,state,disabled";
5492             source: "elm";
5493             action: STATE_SET "disabled" 0.0;
5494             target: "disclip";
5495          }
5496          program { name: "go_enabled";
5497             signal: "elm,state,enabled";
5498             source: "elm";
5499             action: STATE_SET "default" 0.0;
5500             target: "disclip";
5501          }
5502          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5504       }
5505    }
5506
5507 // 3.2.12
5508    group { name: "elm/genlist/item/2text.2icon.2/default";
5509       alias: "elm/genlist/item_odd/2text.2icon.2/default";
5510       alias: "elm/genlist/item_compress/2text.2icon.2/default";
5511       alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
5512       data.item: "stacking" "above";
5513       data.item: "selectraise" "on";
5514       data.item: "texts" "elm.text.1 elm.text.2";
5515       data.item: "contents" "elm.icon.1 elm.icon.2";
5516       data.item: "flips" "elm.flip.content";
5517       images {
5518          image: "00_list_bar_press_1x80.png" COMP;
5519       }
5520       parts {
5521          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5522          GENLIST_PART_BG_IMAGE
5523          GENLIST_PART_BOTTOM_LINE
5524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5528          part { name: "elm.icon.2";
5529             clip_to: "disclip";
5530             type: SWALLOW;
5531             scale: 1;
5532             description { state: "default" 0.0;
5533                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5534                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5535                fixed: 1 1;
5536                rel1 {
5537                   relative: 0.0 1.0;
5538                   to_x: "elm.padding.right";
5539                   to_y: "elm.padding.top";
5540                }
5541                rel2 {
5542                   relative: 0.0 0.0;
5543                   to_x: "elm.padding.right";
5544                   to_y: "elm.padding.bottom";
5545                }
5546                align: 1.0 0.5;
5547             }
5548             GENLIST_DESCRIPTION_FLIP_ENABLED
5549          }
5550          part { name: "elm.padding.icon2.left";
5551             clip_to: "disclip";
5552             type: RECT;
5553             scale: 1;
5554             description { state: "default" 0.0;
5555                min: GENLIST_PADDING_16_INC 0;
5556                fixed: 1 0;
5557                rel1.to_x: "elm.icon.2";
5558                rel2 {
5559                   relative: 0.0 1.0;
5560                   to_x: "elm.icon.2";
5561                }
5562                align: 1.0 0.0;
5563                visible: 0;
5564             }
5565          }
5566         part { name: "elm.text.1";
5567             clip_to: "disclip";
5568             type: TEXT;
5569             mouse_events: 0;
5570             scale: 1;
5571             description { state: "default" 0.0;
5572                min: 0 GENLIST_SIZE_61_INC;
5573                fixed: 0 1;
5574                rel1 {
5575                   relative: 1.0 1.0;
5576                   to_x: "elm.padding.left";
5577                   to_y: "elm.padding.top";
5578                }
5579                rel2 {
5580                   relative: 0.0 1.0;
5581                   to_x: "elm.padding.icon2.left";
5582                   to_y: "elm.padding.top";
5583                }
5584                align: 0.0 0.0;
5585                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5586                text {
5587                   font: "SLP:style=Roman";
5588                   size: GENLIST_FONT_44_INC;
5589                   min: 0 1;
5590                   align: 0.0 0.5;
5591                   text_class: "list_item";
5592                }
5593             }
5594             description { state: "selected" 0.0;
5595                inherit: "default" 0.0;
5596                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5597             }
5598             GENLIST_DESCRIPTION_FLIP_ENABLED
5599          }
5600          part { name: "elm.text.2";
5601             clip_to: "disclip";
5602             type: TEXT;
5603             mouse_events: 0;
5604             scale: 1;
5605             description { state: "default" 0.0;
5606                min: 0 0;
5607                max: GENLIST_SIZE_576_INC 0;
5608                fixed: 1 0;
5609                rel1 {
5610                   relative: 1.0 1.0;
5611                   to_x: "elm.padding.left";
5612                   to_y: "elm.text.1";
5613                }
5614                rel2 {
5615                   relative: 1.0 0.0;
5616                   to_x: "elm.padding.left";
5617                   to_y: "elm.padding.bottom";
5618                }
5619                align: 0.0 0.5;
5620                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5621                text {
5622                   font: "SLP:style=Medium";
5623                   size: GENLIST_FONT_32_INC;
5624                   min: 1 1;
5625                   align: 0.0 0.5;
5626                   text_class: "slp_medium";
5627                }
5628             }
5629             description { state: "selected" 0.0;
5630                inherit: "default" 0.0;
5631                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5632             }
5633             GENLIST_DESCRIPTION_FLIP_ENABLED
5634          }
5635          part { name: "elm.padding.text2.right";
5636             clip_to: "disclip";
5637             type: RECT;
5638             scale: 1;
5639             description { state: "default" 0.0;
5640                min: GENLIST_PADDING_16_INC 0;
5641                fixed: 1 0;
5642                visible: 0;
5643                rel1 {
5644                   relative: 1.0 0.0;
5645                   to_x: "elm.text.2";
5646                }
5647                rel2.to_x: "elm.text.2";
5648                align: 0.0 0.0;
5649             }
5650          }
5651          part { name: "elm.icon.1";
5652             clip_to: "disclip";
5653             type: SWALLOW;
5654             scale: 1;
5655             description { state: "default" 0.0;
5656                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
5657                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
5658                fixed: 1 1;
5659                rel1 {
5660                   relative: 1.0 1.0;
5661                   to_x: "elm.padding.text2.right";
5662                   to_y: "elm.text.1";
5663                }
5664                rel2 {
5665                   relative: 1.0 0.0;
5666                   to_x: "elm.padding.text2.right";
5667                   to_y: "elm.padding.bottom";
5668                }
5669                align: 0.0 0.5;
5670             }
5671             GENLIST_DESCRIPTION_FLIP_ENABLED
5672          }
5673          GENLIST_PART_FLIP
5674          GENLIST_PART_DISCLIP
5675       }
5676       programs {
5677          // signal: elm,state,%s,active
5678          //   a "check" item named %s went active
5679          // signal: elm,state,%s,passive
5680          //   a "check" item named %s went passive
5681          // default is passive
5682          program { name: "go_active";
5683             signal: "elm,state,selected";
5684             source: "elm";
5685             action: STATE_SET "selected" 0.0;
5686             target: "bg_image";
5687             target: "elm.text.1";
5688             target: "elm.text.2";
5689             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5690          }
5691          program { name: "go_passive";
5692             signal: "elm,state,unselected";
5693             source: "elm";
5694             action: STATE_SET "default" 0.0;
5695             target: "bg_image";
5696             target: "elm.text.1";
5697             target: "elm.text.2";
5698             transition: LINEAR 0.1;
5699          }
5700          program { name: "go_disabled";
5701             signal: "elm,state,disabled";
5702             source: "elm";
5703             action: STATE_SET "disabled" 0.0;
5704             target: "disclip";
5705          }
5706          program { name: "go_enabled";
5707             signal: "elm,state,enabled";
5708             source: "elm";
5709             action: STATE_SET "default" 0.0;
5710             target: "disclip";
5711          }
5712          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5713          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5714       }
5715    }
5716
5717 // 3.2.13
5718    group { name: "elm/genlist/item/2text.1icon.4/default";
5719       alias: "elm/genlist/item_odd/2text.1icon.4/default";
5720       alias: "elm/genlist/item_compress/2text.1icon.4/default";
5721       alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
5722       data.item: "stacking" "above";
5723       data.item: "selectraise" "on";
5724       data.item: "texts" "elm.text.1 elm.text.2";
5725       data.item: "contents" "elm.icon";
5726       data.item: "flips" "elm.flip.content";
5727       images {
5728          image: "00_list_bar_press_1x80.png" COMP;
5729       }
5730       parts {
5731          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5732          GENLIST_PART_BG_IMAGE
5733          GENLIST_PART_BOTTOM_LINE
5734          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5735          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5736          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5737          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5738          part { name: "elm.icon";
5739             clip_to: "disclip";
5740             type: SWALLOW;
5741             scale: 1;
5742             description { state: "default" 0.0;
5743                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5744                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5745                fixed: 1 1;
5746                rel1 {
5747                   relative: 1.0 1.0;
5748                   to_x: "elm.padding.left";
5749                   to_y: "elm.padding.top";
5750                }
5751                rel2 {
5752                   relative: 1.0 0.0;
5753                   to_x: "elm.padding.left";
5754                   to_y: "elm.padding.bottom";
5755                }
5756                align: 0.0 0.5;
5757             }
5758             GENLIST_DESCRIPTION_FLIP_ENABLED
5759          }
5760          part { name: "elm.padding.icon.right";
5761             clip_to: "disclip";
5762             type: RECT;
5763             scale: 1;
5764             description { state: "default" 0.0;
5765                min: GENLIST_PADDING_16_INC 0;
5766                fixed: 1 0;
5767                rel1 {
5768                   relative: 1.0 0.0;
5769                   to_x: "elm.icon";
5770                }
5771                rel2.to_x: "elm.icon";
5772                align: 0.0 0.0;
5773                visible: 0;
5774             }
5775          }
5776          part { name: "elm.text.1";
5777             clip_to: "disclip";
5778             type: TEXT;
5779             mouse_events: 0;
5780             scale: 1;
5781             description { state: "default" 0.0;
5782                min: 0 GENLIST_SIZE_61_INC;
5783                fixed: 0 1;
5784                rel1 {
5785                   relative: 1.0 1.0;
5786                   to_x: "elm.padding.icon.right";
5787                   to_y: "elm.padding.top";
5788                }
5789                rel2 {
5790                   relative: 0.0 1.0;
5791                   to_x: "elm.padding.right";
5792                   to_y: "elm.padding.top";
5793                }
5794                align: 0.0 0.0;
5795                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
5796                text {
5797                   font: "SLP:style=Roman";
5798                   size: GENLIST_FONT_44_INC;
5799                   min: 0 1;
5800                   align: 0.0 0.5;
5801                   text_class: "list_item";
5802                }
5803             }
5804             description { state: "selected" 0.0;
5805                inherit: "default" 0.0;
5806                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5807             }
5808             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5809             GENLIST_DESCRIPTION_FLIP_ENABLED
5810          }
5811          part { name: "elm.text.2";
5812             clip_to: "disclip";
5813             type: TEXT;
5814             mouse_events: 0;
5815             scale: 1;
5816             description { state: "default" 0.0;
5817                rel1 {
5818                   relative: 1.0 1.0;
5819                   to_x: "elm.padding.icon.right";
5820                   to_y: "elm.text.1";
5821                }
5822                rel2 {
5823                   relative: 0.0 0.0;
5824                   to_x: "elm.padding.right";
5825                   to_y: "elm.padding.bottom";
5826                }
5827                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
5828                text {
5829                   font: "SLP:style=Medium";
5830                   size: GENLIST_FONT_32_INC;
5831                   min: 0 1;
5832                   align: 0.0 0.5;
5833                   text_class: "slp_medium";
5834                }
5835             }
5836             description { state: "selected" 0.0;
5837                inherit: "default" 0.0;
5838                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5839             }
5840             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5841             GENLIST_DESCRIPTION_FLIP_ENABLED
5842          }
5843          GENLIST_PART_FLIP
5844          GENLIST_PART_DISCLIP
5845       }
5846       programs {
5847          // signal: elm,state,%s,active
5848          //   a "check" item named %s went active
5849          // signal: elm,state,%s,passive
5850          //   a "check" item named %s went passive
5851          // default is passive
5852          program { name: "go_active";
5853             signal: "elm,state,selected";
5854             source: "elm";
5855             action: STATE_SET "selected" 0.0;
5856             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
5857             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5858          }
5859          program { name: "go_passive";
5860             signal: "elm,state,unselected";
5861             source: "elm";
5862             action: STATE_SET "default" 0.0;
5863             target: "bg_image";
5864             target: "elm.text.1";
5865             target: "elm.text.2";
5866             transition: LINEAR 0.1;
5867          }
5868          program { name: "go_disabled";
5869             signal: "elm,state,disabled";
5870             source: "elm";
5871             action: STATE_SET "disabled" 0.0;
5872             target: "disclip";
5873          }
5874          program { name: "go_enabled";
5875             signal: "elm,state,enabled";
5876             source: "elm";
5877             action: STATE_SET "default" 0.0;
5878             target: "disclip";
5879          }
5880          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5881          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5882       }
5883    }
5884
5885    group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
5886       inherit: "elm/genlist/item/2text.1icon.4/default";
5887       parts {
5888          part { name: "elm.text.1";
5889             clip_to: "disclip";
5890             type: TEXTBLOCK;
5891             mouse_events: 0;
5892             scale: 1;
5893             description { state: "default" 0.0;
5894                min: 0 GENLIST_SIZE_61_INC;
5895                fixed: 0 1;
5896                rel1 {
5897                   relative: 1.0 1.0;
5898                   to_x: "elm.padding.icon.right";
5899                   to_y: "elm.padding.top";
5900                }
5901                rel2 {
5902                   relative: 0.0 1.0;
5903                   to_x: "elm.padding.right";
5904                   to_y: "elm.padding.top";
5905                }
5906                align: 0.0 0.0;
5907                text {
5908                   style: "genlist_default_textblock_style";
5909                   size: GENLIST_FONT_44_INC;
5910                   min: 0 1;
5911                   align: 0.0 0.5;
5912                   text_class: "list_item";
5913                }
5914             }
5915             description { state: "selected" 0.0;
5916                inherit: "default" 0.0;
5917                text.style: "genlist_default_textblock_selected_style";
5918             }
5919             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5920             GENLIST_DESCRIPTION_FLIP_ENABLED
5921          }
5922          part { name: "elm.text.2";
5923             clip_to: "disclip";
5924             type: TEXTBLOCK;
5925             mouse_events: 0;
5926             scale: 1;
5927             description { state: "default" 0.0;
5928                rel1 {
5929                   relative: 1.0 1.0;
5930                   to_x: "elm.padding.icon.right";
5931                   to_y: "elm.text.1";
5932                }
5933                rel2 {
5934                   relative: 0.0 0.0;
5935                   to_x: "elm.padding.right";
5936                   to_y: "elm.padding.bottom";
5937                }
5938                align: 0.0 0.5;
5939                text {
5940                   style: "genlist_default_textblock_style";
5941                   size: GENLIST_FONT_32_INC;
5942                   min: 0 1;
5943                   align: 0.0 0.5;
5944                }
5945             }
5946             description { state: "selected" 0.0;
5947                inherit: "default" 0.0;
5948                text.style: "genlist_default_textblock_selected_style";
5949             }
5950             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5951             GENLIST_DESCRIPTION_FLIP_ENABLED
5952          }
5953       }
5954    }
5955
5956 // 3.2.14
5957    group { name: "elm/genlist/item/3text.1icon.2/default";
5958       alias: "elm/genlist/item_odd/3text.1icon.2/default";
5959       alias: "elm/genlist/item_compress/3text.1icon.2/default";
5960       alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
5961       data.item: "stacking" "above";
5962       data.item: "selectraise" "on";
5963       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
5964       data.item: "contents" "elm.icon";
5965       data.item: "flips" "elm.flip.content";
5966       images {
5967          image: "00_list_bar_press_1x80.png" COMP;
5968       }
5969       parts {
5970          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5971          GENLIST_PART_BG_IMAGE
5972          GENLIST_PART_BOTTOM_LINE
5973          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5974          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5975          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
5976          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
5977          part { name: "elm.icon";
5978             clip_to: "disclip";
5979             type: SWALLOW;
5980             scale: 1;
5981             description { state: "default" 0.0;
5982                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5983                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
5984                fixed: 1 1;
5985                rel1 {
5986                   relative: 1.0 1.0;
5987                   offset: 0 0;
5988                   to_x: "elm.padding.left";
5989                   to_y: "elm.padding.top";
5990                }
5991                rel2 {
5992                   relative: 1.0 0.0;
5993                   to_x: "elm.padding.left";
5994                   to_y: "elm.padding.bottom";
5995                }
5996                align: 0.0 0.5;
5997             }
5998             GENLIST_DESCRIPTION_FLIP_ENABLED
5999          }
6000          part { name: "elm.padding.icon.right";
6001             clip_to: "disclip";
6002             type: RECT;
6003             scale: 1;
6004             description { state: "default" 0.0;
6005                min: GENLIST_PADDING_16_INC 0;
6006                fixed: 1 0;
6007                rel1 {
6008                   relative: 1.0 0.0;
6009                   to_x: "elm.icon";
6010                }
6011                rel2.to_x: "elm.icon";
6012                align: 0.0 0.0;
6013                visible: 0;
6014             }
6015          }
6016          part { name: "elm.text.3";
6017             clip_to: "disclip";
6018             type: TEXT;
6019             mouse_events: 0;
6020             scale: 1;
6021             description { state: "default" 0.0;
6022                min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
6023                fixed: 1 1;
6024                rel1 {
6025                   relative: 0.0 1.0;
6026                   to_x: "elm.padding.right";
6027                   to_y: "elm.padding.top";
6028                }
6029                rel2 {
6030                   relative: 0.0 1.0;
6031                   to_x: "elm.padding.right";
6032                   to_y: "elm.padding.top";
6033                }
6034                align: 1.0 0.0;
6035                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6036                text {
6037                   font: "SLP:style=Medium";
6038                   size: GENLIST_FONT_32_INC;
6039                   min: 0 1;
6040                   align: 1.0 0.5;
6041                   text_class: "slp_medium";
6042                }
6043             }
6044             description { state: "selected" 0.0;
6045                inherit: "default" 0.0;
6046                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6047             }
6048             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6049             GENLIST_DESCRIPTION_FLIP_ENABLED
6050          }
6051          part { name: "elm.padding.text3.left";
6052             clip_to: "disclip";
6053             type: RECT;
6054             mouse_events: 0;
6055             scale: 1;
6056             description { state: "default" 0.0;
6057                min: GENLIST_ICON_SMALL_SIZE 0;
6058                fixed: 1 0;
6059                rel1.to_x: "elm.text.3";
6060                rel2 {
6061                   relative: 0.0 1.0;
6062                   to_x: "elm.text.3";
6063                }
6064                align: 1.0 0.5;
6065                visible: 0;
6066             }
6067          }
6068          part { name: "elm.text.1";
6069             clip_to: "disclip";
6070             type: TEXT;
6071             mouse_events: 0;
6072             scale: 1;
6073             description { state: "default" 0.0;
6074                rel1 {
6075                   relative: 1.0 1.0;
6076                   to_x: "elm.padding.icon.right";
6077                   to_y: "elm.padding.top";
6078                }
6079                rel2 {
6080                   relative: 0.0 1.0;
6081                   to_x: "elm.padding.text3.left";
6082                   to_y: "elm.text.3";
6083                }
6084                align: 0.0 0.5;
6085                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6086                text {
6087                   font: "SLP:style=Roman";
6088                   size: GENLIST_FONT_44_INC;
6089                   min: 0 1;
6090                   align: 0.0 0.5;
6091                   text_class: "list_item";
6092                }
6093             }
6094             description { state: "selected" 0.0;
6095                inherit: "default" 0.0;
6096                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6097             }
6098             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6099             GENLIST_DESCRIPTION_FLIP_ENABLED
6100          }
6101          part { name: "elm.text.2";
6102             clip_to: "disclip";
6103             type: TEXT;
6104             mouse_events: 0;
6105             scale: 1;
6106             description { state: "default" 0.0;
6107                rel1 {
6108                   relative: 1.0 1.0;
6109                   to_x: "elm.padding.icon.right";
6110                   to_y: "elm.text.1";
6111                }
6112                rel2 {
6113                   relative: 0.0 0.0;
6114                   to_x: "elm.padding.right";
6115                   to_y: "elm.padding.bottom";
6116                }
6117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6118                text {
6119                   font: "SLP:style=Medium";
6120                   size: GENLIST_FONT_32_INC;
6121                   min: 0 1;
6122                   align: 0.0 0.5;
6123                   text_class: "slp_medium";
6124                }
6125             }
6126             description { state: "selected" 0.0;
6127                inherit: "default" 0.0;
6128                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6129             }
6130             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
6131             GENLIST_DESCRIPTION_FLIP_ENABLED
6132          }
6133          GENLIST_PART_FLIP
6134          GENLIST_PART_DISCLIP
6135       }
6136       programs {
6137          // signal: elm,state,%s,active
6138          //   a "check" item named %s went active
6139          // signal: elm,state,%s,passive
6140          //   a "check" item named %s went passive
6141          // default is passive
6142          program { name: "go_active";
6143             signal: "elm,state,selected";
6144             source: "elm";
6145             action: STATE_SET "selected" 0.0;
6146             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
6147             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6148          }
6149          program { name: "go_passive";
6150             signal: "elm,state,unselected";
6151             source: "elm";
6152             action: STATE_SET "default" 0.0;
6153             target: "bg_image";
6154             target: "elm.text.1";
6155             target: "elm.text.2";
6156             target: "elm.text.3";
6157             transition: LINEAR 0.1;
6158          }
6159          program { name: "go_disabled";
6160             signal: "elm,state,disabled";
6161             source: "elm";
6162             action: STATE_SET "disabled" 0.0;
6163             target: "disclip";
6164          }
6165          program { name: "go_enabled";
6166             signal: "elm,state,enabled";
6167             source: "elm";
6168             action: STATE_SET "default" 0.0;
6169             target: "disclip";
6170          }
6171          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
6172          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6173       }
6174    }
6175
6176 // 3.2.15
6177    group { name: "elm/genlist/item/2text.1icon.8/default";
6178       alias: "elm/genlist/item_odd/2text.1icon.8/default";
6179       alias: "elm/genlist/item_compress/2text.1icon.8/default";
6180       alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
6181       data.item: "stacking" "above";
6182       data.item: "selectraise" "on";
6183       data.item: "texts" "elm.text.1 elm.text.2";
6184       data.item: "contents" "elm.icon";
6185       data.item: "flips" "elm.flip.content";
6186       images {
6187          image: "00_list_bar_press_1x80.png" COMP;
6188       }
6189       parts {
6190          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6191          GENLIST_PART_BG_IMAGE
6192          GENLIST_PART_BOTTOM_LINE
6193          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6194          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6195          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6196          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6197          part { name: "elm.icon";
6198             clip_to: "disclip";
6199             type: SWALLOW;
6200             scale: 1;
6201             description { state: "default" 0.0;
6202                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6203                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6204                fixed: 1 1;
6205                rel1 {
6206                   relative: 1.0 1.0;
6207                   to_x: "elm.padding.left";
6208                   to_y: "elm.padding.top";
6209                }
6210                rel2 {
6211                   relative: 1.0 0.0;
6212                   to_x: "elm.padding.left";
6213                   to_y: "elm.padding.bottom";
6214                }
6215                align: 0.0 0.5;
6216             }
6217             GENLIST_DESCRIPTION_FLIP_ENABLED
6218          }
6219          part { name: "elm.padding.icon.right";
6220             clip_to: "disclip";
6221             type: RECT;
6222             scale: 1;
6223             description { state: "default" 0.0;
6224                min: GENLIST_PADDING_16_INC 0;
6225                fixed: 1 0;
6226                rel1 {
6227                   relative: 1.0 0.0;
6228                   to_x: "elm.icon";
6229                }
6230                rel2.to_x: "elm.icon";
6231                align: 0.0 0.0;
6232                visible: 0;
6233             }
6234          }
6235          part { name: "elm.text.1";
6236             clip_to: "disclip";
6237             type: TEXT;
6238             mouse_events: 0;
6239             scale: 1;
6240             description { state: "default" 0.0;
6241                min: 0 GENLIST_SIZE_61_INC;
6242                fixed: 0 1;
6243                rel1 {
6244                   relative: 1.0 1.0;
6245                   to_x: "elm.padding.icon.right";
6246                   to_y: "elm.padding.top";
6247                }
6248                rel2 {
6249                   relative: 0.0 1.0;
6250                   to_x: "elm.padding.right";
6251                   to_y: "elm.padding.top";
6252                }
6253                align: 0.0 0.0;
6254                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6255                text {
6256                   font: "SLP:style=Roman";
6257                   size: GENLIST_FONT_44_INC;
6258                   min: 0 1;
6259                   align: 0.0 0.5;
6260                   text_class: "list_item";
6261                }
6262             }
6263             description { state: "selected" 0.0;
6264                inherit: "default" 0.0;
6265                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6266             }
6267             GENLIST_DESCRIPTION_FLIP_ENABLED
6268          }
6269          part { name: "elm.text.2";
6270             clip_to: "disclip";
6271             type: TEXT;
6272             mouse_events: 0;
6273             scale: 1;
6274             description { state: "default" 0.0;
6275                rel1 {
6276                   relative: 1.0 1.0;
6277                   to_x: "elm.padding.icon.right";
6278                   to_y: "elm.text.1";
6279                }
6280                rel2 {
6281                   relative: 0.0 0.0;
6282                   to_x: "elm.padding.right";
6283                   to_y: "elm.padding.bottom";
6284                }
6285                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
6286                text {
6287                   font: "SLP:style=Medium";
6288                   size: GENLIST_FONT_32_INC;
6289                   min: 0 1;
6290                   align: 0.0 0.5;
6291                   text_class: "slp_medium";
6292                }
6293             }
6294             description { state: "selected" 0.0;
6295                inherit: "default" 0.0;
6296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6297             }
6298             GENLIST_DESCRIPTION_FLIP_ENABLED
6299          }
6300          GENLIST_PART_FLIP
6301          GENLIST_PART_DISCLIP
6302       }
6303       programs {
6304          // signal: elm,state,%s,active
6305          //   a "check" item named %s went active
6306          // signal: elm,state,%s,passive
6307          //   a "check" item named %s went passive
6308          // default is passive
6309          program { name: "go_active";
6310             signal: "elm,state,selected";
6311             source: "elm";
6312             action: STATE_SET "selected" 0.0;
6313             target: "bg_image";
6314             target: "elm.text.1";
6315             target: "elm.text.2";
6316             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6317          }
6318          program { name: "go_passive";
6319             signal: "elm,state,unselected";
6320             source: "elm";
6321             action: STATE_SET "default" 0.0;
6322             target: "bg_image";
6323             target: "elm.text.1";
6324             target: "elm.text.2";
6325             transition: LINEAR 0.1;
6326          }
6327          program { name: "go_disabled";
6328             signal: "elm,state,disabled";
6329             source: "elm";
6330             action: STATE_SET "disabled" 0.0;
6331             target: "disclip";
6332          }
6333          program { name: "go_enabled";
6334             signal: "elm,state,enabled";
6335             source: "elm";
6336             action: STATE_SET "default" 0.0;
6337             target: "disclip";
6338          }
6339          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
6340          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6341       }
6342    }
6343
6344 // 3.2.16
6345    group { name: "elm/genlist/item/2text.2icon.3/default";
6346       alias: "elm/genlist/item_odd/2text.2icon.3/default";
6347       alias: "elm/genlist/item_compress/2text.2icon.3/default";
6348       alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
6349       data.item: "stacking" "above";
6350       data.item: "selectraise" "on";
6351       data.item: "texts" "elm.text.1 elm.text.2";
6352       data.item: "contents" "elm.icon.1 elm.icon.2";
6353       data.item: "flips" "elm.flip.content";
6354       images {
6355          image: "00_list_bar_press_1x80.png" COMP;
6356       }
6357       parts {
6358          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6359          GENLIST_PART_BG_IMAGE
6360          GENLIST_PART_BOTTOM_LINE
6361          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6362          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6363          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6364          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6365          part { name: "elm.icon.1";
6366             clip_to: "disclip";
6367             type: SWALLOW;
6368             scale: 1;
6369             description { state: "default" 0.0;
6370                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6371                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6372                fixed: 1 1;
6373                rel1 {
6374                   relative: 1.0 1.0;
6375                   to_x: "elm.padding.left";
6376                   to_y: "elm.padding.top";
6377                }
6378                rel2 {
6379                   relative: 1.0 0.0;
6380                   to_x: "elm.padding.left";
6381                   to_y: "elm.padding.bottom";
6382                }
6383                align: 0.0 0.5;
6384             }
6385             GENLIST_DESCRIPTION_FLIP_ENABLED
6386          }
6387          part { name: "elm.padding.icon1.right";
6388             clip_to: "disclip";
6389             type: RECT;
6390             scale: 1;
6391             description { state: "default" 0.0;
6392                min: GENLIST_PADDING_16_INC 0;
6393                fixed: 1 0;
6394                rel1 {
6395                   relative: 1.0 0.0;
6396                   to_x: "elm.icon.1";
6397                }
6398                rel2.to_x: "elm.icon.1";
6399                align: 0.0 0.0;
6400                visible: 0;
6401             }
6402          }
6403          part { name: "elm.text.1";
6404             clip_to: "disclip";
6405             type: TEXT;
6406             mouse_events: 0;
6407             scale: 1;
6408             description { state: "default" 0.0;
6409                min: 0 GENLIST_SIZE_61_INC;
6410                fixed: 0 1;
6411                rel1 {
6412                   relative: 1.0 1.0;
6413                   to_x: "elm.padding.icon1.right";
6414                   to_y: "elm.padding.top";
6415                }
6416                rel2 {
6417                   relative: 0.0 1.0;
6418                   to_x: "elm.padding.icon2.left";
6419                   to_y: "elm.padding.top";
6420                }
6421                align: 0.0 0.0;
6422                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6423                text {
6424                   font: "SLP:style=Roman";
6425                   size: GENLIST_FONT_44_INC;
6426                   min: 0 1;
6427                   align: 0.0 0.5;
6428                   text_class: "list_item";
6429                }
6430             }
6431             description { state: "selected" 0.0;
6432                inherit: "default" 0.0;
6433                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6434             }
6435             GENLIST_DESCRIPTION_FLIP_ENABLED
6436          }
6437          part { name: "elm.icon.2";
6438             clip_to: "disclip";
6439             type: SWALLOW;
6440             scale: 1;
6441             description { state: "default" 0.0;
6442                fixed: 1 1;
6443                rel1 {
6444                   relative: 0.0 1.0;
6445                   to_x: "elm.padding.right";
6446                   to_y: "elm.padding.top";
6447                }
6448                rel2 {
6449                   relative: 0.0 1.0;
6450                   to_x: "elm.padding.right";
6451                   to_y: "elm.text.1";
6452                }
6453                align: 1.0 0.5;
6454             }
6455             GENLIST_DESCRIPTION_FLIP_ENABLED
6456          }
6457          part { name: "elm.padding.icon2.left";
6458             clip_to: "disclip";
6459             type: RECT;
6460             scale: 1;
6461             description { state: "default" 0.0;
6462                min: GENLIST_PADDING_16_INC 0;
6463                fixed: 1 0;
6464                rel1 {
6465                   relative: 0.0 0.0;
6466                   to_x: "elm.icon.2";
6467                }
6468                rel2.to_x: "elm.icon.2";
6469                align: 1.0 0.0;
6470                visible: 0;
6471             }
6472          }
6473          part { name: "elm.text.2";
6474             clip_to: "disclip";
6475             type: TEXT;
6476             mouse_events: 0;
6477             scale: 1;
6478             description { state: "default" 0.0;
6479                rel1 {
6480                   relative: 1.0 1.0;
6481                   to_x: "elm.padding.icon1.right";
6482                   to_y: "elm.text.1";
6483                }
6484                rel2 {
6485                   relative: 0.0 0.0;
6486                   to_x: "elm.padding.icon2.left";
6487                   to_y: "elm.padding.bottom";
6488                }
6489                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6490                text {
6491                   font: "SLP:style=Medium";
6492                   size: GENLIST_FONT_32_INC;
6493                   min: 0 1;
6494                   align: 0.0 0.5;
6495                   text_class: "slp_medium";
6496                }
6497             }
6498             description { state: "selected" 0.0;
6499                inherit: "default" 0.0;
6500                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6501             }
6502             GENLIST_DESCRIPTION_FLIP_ENABLED
6503          }
6504          GENLIST_PART_FLIP
6505          GENLIST_PART_DISCLIP
6506       }
6507       programs {
6508          // signal: elm,state,%s,active
6509          //   a "check" item named %s went active
6510          // signal: elm,state,%s,passive
6511          //   a "check" item named %s went passive
6512          // default is passive
6513          program { name: "go_active";
6514             signal: "elm,state,selected";
6515             source: "elm";
6516             action: STATE_SET "selected" 0.0;
6517             target: "bg_image";
6518             target: "elm.text.1";
6519             target: "elm.text.2";
6520             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6521          }
6522          program { name: "go_passive";
6523             signal: "elm,state,unselected";
6524             source: "elm";
6525             action: STATE_SET "default" 0.0;
6526             target: "bg_image";
6527             target: "elm.text.1";
6528             target: "elm.text.2";
6529             transition: LINEAR 0.1;
6530          }
6531          program { name: "go_disabled";
6532             signal: "elm,state,disabled";
6533             source: "elm";
6534             action: STATE_SET "disabled" 0.0;
6535             target: "disclip";
6536          }
6537          program { name: "go_enabled";
6538             signal: "elm,state,enabled";
6539             source: "elm";
6540             action: STATE_SET "default" 0.0;
6541             target: "disclip";
6542          }
6543          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6544          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6545       }
6546    }
6547
6548    group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
6549       inherit: "elm/genlist/item/2text.2icon.3/default";
6550       parts {
6551          part { name: "elm.text.2";
6552             clip_to: "disclip";
6553             type: TEXTBLOCK;
6554             mouse_events: 0;
6555             scale: 1;
6556             description { state: "default" 0.0;
6557                rel1 {
6558                   relative: 1.0 1.0;
6559                   to_x: "elm.padding.icon1.right";
6560                   to_y: "elm.text.1";
6561                }
6562                rel2 {
6563                   relative: 0.0 0.0;
6564                   to_x: "elm.padding.icon2.left";
6565                   to_y: "elm.padding.bottom";
6566                }
6567                align: 0.0 0.5;
6568                text {
6569                   style: "genlist_default_textblock_style";
6570                   min: 0 1;
6571                   align: 0.0 0.5;
6572                }
6573             }
6574             description { state: "selected" 0.0;
6575                inherit: "default" 0.0;
6576                text.style: "genlist_default_textblock_selected_style";
6577             }
6578             GENLIST_DESCRIPTION_FLIP_ENABLED
6579          }
6580       }
6581    }
6582
6583 // 3.2.17
6584    group { name: "elm/genlist/item/2text.2icon.4/default";
6585       alias: "elm/genlist/item_odd/2text.2icon.4/default";
6586       alias: "elm/genlist/item_compress/2text.2icon.4/default";
6587       alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
6588       data.item: "stacking" "above";
6589       data.item: "selectraise" "on";
6590       data.item: "texts" "elm.text.1 elm.text.2";
6591       data.item: "contents" "elm.icon.1 elm.icon.2";
6592       data.item: "flips" "elm.flip.content";
6593       images {
6594          image: "00_list_bar_press_1x80.png" COMP;
6595       }
6596       parts {
6597          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6598          GENLIST_PART_BG_IMAGE
6599          GENLIST_PART_BOTTOM_LINE
6600          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6601          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6602          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6603          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6604          part { name: "elm.icon.1";
6605             clip_to: "disclip";
6606             type: SWALLOW;
6607             scale: 1;
6608             description { state: "default" 0.0;
6609                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6610                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6611                fixed: 1 1;
6612                rel1 {
6613                   relative: 1.0 1.0;
6614                   to_x: "elm.padding.left";
6615                   to_y: "elm.padding.top";
6616                }
6617                rel2 {
6618                   relative: 1.0 0.0;
6619                   to_x: "elm.padding.left";
6620                   to_y: "elm.padding.bottom";
6621                }
6622                align: 0.0 0.5;
6623             }
6624             GENLIST_DESCRIPTION_FLIP_ENABLED
6625          }
6626          part { name: "elm.padding.icon1.right";
6627             clip_to: "disclip";
6628             type: RECT;
6629             scale: 1;
6630             description { state: "default" 0.0;
6631                min: GENLIST_PADDING_16_INC 0;
6632                fixed: 1 0;
6633                rel1 {
6634                   relative: 1.0 0.0;
6635                   to_x: "elm.icon.1";
6636                }
6637                rel2.to_x: "elm.icon.1";
6638                align: 0.0 0.0;
6639                visible: 0;
6640             }
6641          }
6642          part { name: "elm.icon.2";
6643             clip_to: "disclip";
6644             type: SWALLOW;
6645             scale: 1;
6646             description { state: "default" 0.0;
6647                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6648                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
6649                fixed: 1 1;
6650                rel1 {
6651                   relative: 0.0 1.0;
6652                   to_x: "elm.padding.right";
6653                   to_y: "elm.padding.top";
6654                }
6655                rel2 {
6656                   relative: 0.0 0.0;
6657                   to_x: "elm.padding.right";
6658                   to_y: "elm.padding.bottom";
6659                }
6660                align: 1.0 0.5;
6661             }
6662             GENLIST_DESCRIPTION_FLIP_ENABLED
6663          }
6664          part { name: "elm.padding.icon2.left";
6665             clip_to: "disclip";
6666             type: RECT;
6667             scale: 1;
6668             description { state: "default" 0.0;
6669                min: GENLIST_PADDING_16_INC 0;
6670                fixed: 1 0;
6671                rel1.to_x: "elm.icon.2";
6672                rel2 {
6673                   relative: 0.0 1.0;
6674                   to_x: "elm.icon.2";
6675                }
6676                align: 1.0 0.0;
6677                visible: 0;
6678             }
6679          }
6680          part { name: "elm.text.1";
6681             clip_to: "disclip";
6682             type: TEXT;
6683             mouse_events: 0;
6684             scale: 1;
6685             description { state: "default" 0.0;
6686                min: 0 GENLIST_SIZE_61_INC;
6687                fixed: 0 1;
6688                rel1 {
6689                   relative: 1.0 1.0;
6690                   to_x: "elm.padding.icon1.right";
6691                   to_y: "elm.padding.top";
6692                }
6693                rel2 {
6694                   relative: 0.0 1.0;
6695                   to_x: "elm.padding.icon2.left";
6696                   to_y: "elm.padding.top";
6697                }
6698                align: 0.0 0.0;
6699                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6700                text {
6701                   font: "SLP:style=Roman";
6702                   size: GENLIST_FONT_44_INC;
6703                   min: 0 1;
6704                   align: 0.0 0.5;
6705                   text_class: "list_item";
6706                }
6707             }
6708             description { state: "selected" 0.0;
6709                inherit: "default" 0.0;
6710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6711             }
6712             GENLIST_DESCRIPTION_FLIP_ENABLED
6713          }
6714          part { name: "elm.text.2";
6715             clip_to: "disclip";
6716             type: TEXT;
6717             mouse_events: 0;
6718             scale: 1;
6719             description { state: "default" 0.0;
6720                rel1 {
6721                   relative: 1.0 1.0;
6722                   to_x: "elm.padding.icon1.right";
6723                   to_y: "elm.text.1";
6724                }
6725                rel2 {
6726                   relative: 0.0 0.0;
6727                   to_x: "elm.padding.icon2.left";
6728                   to_y: "elm.padding.bottom";
6729                }
6730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6731                text {
6732                   font: "SLP:style=Medium";
6733                   size: GENLIST_FONT_32_INC;
6734                   min: 0 1;
6735                   align: 0.0 0.5;
6736                   text_class: "slp_medium";
6737                }
6738             }
6739             description { state: "selected" 0.0;
6740                inherit: "default" 0.0;
6741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6742             }
6743             GENLIST_DESCRIPTION_FLIP_ENABLED
6744          }
6745          GENLIST_PART_FLIP
6746          GENLIST_PART_DISCLIP
6747       }
6748       programs {
6749          // signal: elm,state,%s,active
6750          //   a "check" item named %s went active
6751          // signal: elm,state,%s,passive
6752          //   a "check" item named %s went passive
6753          // default is passive
6754          program { name: "go_active";
6755             signal: "elm,state,selected";
6756             source: "elm";
6757             action: STATE_SET "selected" 0.0;
6758             target: "bg_image";
6759             target: "elm.text.1";
6760             target: "elm.text.2";
6761             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6762          }
6763          program { name: "go_passive";
6764             signal: "elm,state,unselected";
6765             source: "elm";
6766             action: STATE_SET "default" 0.0;
6767             target: "bg_image";
6768             target: "elm.text.1";
6769             target: "elm.text.2";
6770             transition: LINEAR 0.1;
6771          }
6772          program { name: "go_disabled";
6773             signal: "elm,state,disabled";
6774             source: "elm";
6775             action: STATE_SET "disabled" 0.0;
6776             target: "disclip";
6777          }
6778          program { name: "go_enabled";
6779             signal: "elm,state,enabled";
6780             source: "elm";
6781             action: STATE_SET "default" 0.0;
6782             target: "disclip";
6783          }
6784          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6785          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6786       }
6787    }
6788
6789    group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
6790       inherit: "elm/genlist/item/2text.2icon.4/default";
6791       parts {
6792          part { name: "elm.text.1";
6793             clip_to: "disclip";
6794             type: TEXTBLOCK;
6795             mouse_events: 0;
6796             scale: 1;
6797             description { state: "default" 0.0;
6798                min: 0 GENLIST_SIZE_61_INC;
6799                fixed: 0 1;
6800                rel1 {
6801                   relative: 1.0 1.0;
6802                   to_x: "elm.padding.icon1.right";
6803                   to_y: "elm.padding.top";
6804                }
6805                rel2 {
6806                   relative: 0.0 1.0;
6807                   to_x: "elm.padding.icon2.left";
6808                   to_y: "elm.padding.top";
6809                }
6810                align: 0.0 0.0;
6811                text {
6812                   style: "genlist_default_textblock_style";
6813                   size: GENLIST_FONT_44_INC;
6814                   min: 0 1;
6815                   align: 0.0 0.5;
6816                   text_class: "list_item";
6817                }
6818             }
6819             description { state: "selected" 0.0;
6820                inherit: "default" 0.0;
6821                text.style: "genlist_default_textblock_selected_style";
6822             }
6823             GENLIST_DESCRIPTION_FLIP_ENABLED
6824          }
6825          part { name: "elm.text.2";
6826             clip_to: "disclip";
6827             type: TEXTBLOCK;
6828             mouse_events: 0;
6829             scale: 1;
6830             description { state: "default" 0.0;
6831                rel1 {
6832                   relative: 1.0 1.0;
6833                   to_x: "elm.padding.icon1.right";
6834                   to_y: "elm.text.1";
6835                }
6836                rel2 {
6837                   relative: 0.0 0.0;
6838                   to_x: "elm.padding.icon2.left";
6839                   to_y: "elm.padding.bottom";
6840                }
6841                text {
6842                   style: "genlist_default_textblock_style";
6843                   size: GENLIST_FONT_32_INC;
6844                   min: 0 1;
6845                   align: 0.0 0.5;
6846                   text_class: "slp_medium";
6847                }
6848             }
6849             description { state: "selected" 0.0;
6850                inherit: "default" 0.0;
6851                text.style: "genlist_default_textblock_selected_style";
6852             }
6853             GENLIST_DESCRIPTION_FLIP_ENABLED
6854          }
6855       }
6856    }
6857
6858 // 3.2.18
6859    group { name: "elm/genlist/item/2text.1icon.9/default";
6860       alias: "elm/genlist/item_odd/2text.1icon.9/default";
6861       alias: "elm/genlist/item_compress/2text.1icon.9/default";
6862       alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
6863       data.item: "stacking" "above";
6864       data.item: "selectraise" "on";
6865       data.item: "texts" "elm.text.1 elm.text.2";
6866       data.item: "contents" "elm.icon";
6867       data.item: "flips" "elm.flip.content";
6868       images {
6869          image: "00_list_bar_press_1x80.png" COMP;
6870       }
6871       parts {
6872          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6873          GENLIST_PART_BG_IMAGE
6874          GENLIST_PART_BOTTOM_LINE
6875          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6876          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6877          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
6878          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
6879          part { name: "elm.icon";
6880             clip_to: "disclip";
6881             type: SWALLOW;
6882             scale: 1;
6883             description { state: "default" 0.0;
6884                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6885                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6886                fixed: 1 1;
6887                rel1 {
6888                   relative: 1.0 1.0;
6889                   to_x: "elm.padding.left";
6890                   to_y: "elm.padding.top";
6891                }
6892                rel2 {
6893                   relative: 1.0 0.0;
6894                   to_x: "elm.padding.left";
6895                   to_y: "elm.padding.bottom";
6896                }
6897                align: 0.0 0.5;
6898             }
6899             GENLIST_DESCRIPTION_FLIP_ENABLED
6900          }
6901          part { name: "elm.padding.icon.right";
6902             clip_to: "disclip";
6903             type: RECT;
6904             scale: 1;
6905             description { state: "default" 0.0;
6906                min: GENLIST_PADDING_16_INC 0;
6907                fixed: 1 0;
6908                rel1 {
6909                   relative: 1.0 0.0;
6910                   to_x: "elm.icon";
6911                }
6912                rel2.to_x: "elm.icon";
6913                align: 0.0 0.0;
6914                visible: 0;
6915             }
6916          }
6917          part { name: "elm.text.1";
6918             clip_to: "disclip";
6919             type: TEXT;
6920             mouse_events: 0;
6921             scale: 1;
6922             description { state: "default" 0.0;
6923                min: 0 GENLIST_SIZE_61_INC;
6924                fixed: 0 1;
6925                rel1 {
6926                   relative: 1.0 1.0;
6927                   to_x: "elm.padding.icon.right";
6928                   to_y: "elm.padding.top";
6929                }
6930                rel2 {
6931                   relative: 0.0 1.0;
6932                   to_x: "elm.padding.right";
6933                   to_y: "elm.padding.top";
6934                }
6935                align: 0.0 0.0;
6936                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
6937                text {
6938                   font: "SLP:style=Roman";
6939                   size: GENLIST_FONT_44_INC;
6940                   min: 0 1;
6941                   align: 0.0 0.5;
6942                   text_class: "list_item";
6943                }
6944             }
6945             description { state: "selected" 0.0;
6946                inherit: "default" 0.0;
6947                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6948             }
6949             GENLIST_DESCRIPTION_FLIP_ENABLED
6950          }
6951          part { name: "elm.text.2";
6952             clip_to: "disclip";
6953             type: TEXT;
6954             mouse_events: 0;
6955             scale: 1;
6956             description { state: "default" 0.0;
6957                rel1 {
6958                   relative: 1.0 1.0;
6959                   to_x: "elm.padding.icon.right";
6960                   to_y: "elm.text.1";
6961                }
6962                rel2 {
6963                   relative: 0.0 0.0;
6964                   to_x: "elm.padding.right";
6965                   to_y: "elm.padding.bottom";
6966                }
6967                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
6968                text {
6969                   font: "SLP:style=Medium";
6970                   size: GENLIST_FONT_32_INC;
6971                   min: 0 1;
6972                   align: 0.0 0.5;
6973                   text_class: "slp_medium";
6974                }
6975             }
6976             description { state: "selected" 0.0;
6977                inherit: "default" 0.0;
6978                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6979             }
6980             GENLIST_DESCRIPTION_FLIP_ENABLED
6981          }
6982          GENLIST_PART_FLIP
6983          GENLIST_PART_DISCLIP
6984       }
6985       programs {
6986          // signal: elm,state,%s,active
6987          //   a "check" item named %s went active
6988          // signal: elm,state,%s,passive
6989          //   a "check" item named %s went passive
6990          // default is passive
6991          program { name: "go_active";
6992             signal: "elm,state,selected";
6993             source: "elm";
6994             action: STATE_SET "selected" 0.0;
6995             target: "bg_image";
6996             target: "elm.text.1";
6997             target: "elm.text.2";
6998             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6999          }
7000          program { name: "go_passive";
7001             signal: "elm,state,unselected";
7002             source: "elm";
7003             action: STATE_SET "default" 0.0;
7004             target: "bg_image";
7005             target: "elm.text.1";
7006             target: "elm.text.2";
7007             transition: LINEAR 0.1;
7008          }
7009          program { name: "go_disabled";
7010             signal: "elm,state,disabled";
7011             source: "elm";
7012             action: STATE_SET "disabled" 0.0;
7013             target: "disclip";
7014          }
7015          program { name: "go_enabled";
7016             signal: "elm,state,enabled";
7017             source: "elm";
7018             action: STATE_SET "default" 0.0;
7019             target: "disclip";
7020          }
7021          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
7022          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7023       }
7024    }
7025
7026 // ???
7027    group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
7028       alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
7029       data.item: "stacking" "above";
7030       data.item: "selectraise" "on";
7031       data.item: "texts" "elm.text.1 elm.text.2";
7032       parts {
7033          part { name: "base";
7034             type: RECT;
7035             repeat_events: 1;
7036             description { state: "default" 0.0;
7037                color: GENLIST_PART_BG_COLOR_INC;
7038             }
7039          }
7040          GENLIST_PART_DIALOGUE_BG_IMAGE
7041          GENLIST_PART_BOTTOM_LINE
7042          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
7043          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
7044          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
7045          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7046          GENLIST_PART_DIALOGUE_ITEM
7047          GENLIST_PART_DIALOGUE_RIGHT_LINE
7048          part { name: "elm.text.1";
7049             clip_to: "disclip";
7050             type: TEXT;
7051             mouse_events: 0;
7052             scale: 1;
7053             description { state: "default" 0.0;
7054                min: 0 GENLIST_SIZE_48_INC;
7055                fixed: 0 1;
7056                rel1 {
7057                   relative: 1.0 1.0;
7058                   to_x: "elm.padding.left";
7059                   to_y: "elm.padding.top";
7060                }
7061                rel2 {
7062                   relative: 0.0 1.0;
7063                   to_x: "elm.padding.right";
7064                   to_y: "elm.padding.top";
7065                }
7066                align: 0.0 0.0;
7067                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7068                text {
7069                   font: "SLP:style=Roman";
7070                   size: GENLIST_FONT_44_INC;
7071                   min: 0 1;
7072                   align: 0.0 0.5;
7073                   text_class: "list_item";
7074                }
7075             }
7076             description { state: "selected" 0.0;
7077                inherit: "default" 0.0;
7078                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7079             }
7080          }
7081          part { name: "elm.text.2";
7082             clip_to: "disclip";
7083             type: TEXTBLOCK;
7084             mouse_events: 0;
7085             scale: 1;
7086             description { state: "default" 0.0;
7087                rel1 {
7088                   relative: 1.0 1.0;
7089                   to_x: "elm.padding.left";
7090                   to_y: "elm.text.1";
7091                }
7092                rel2 {
7093                   relative: 0.0 0.0;
7094                   to_x: "elm.padding.right";
7095                   to_y: "elm.padding.bottom";
7096                }
7097                text {
7098                   style: "genlist_textblock_sub_style";
7099                   min: 0 1;
7100                   align: 0.0 0.5;
7101                }
7102             }
7103             description { state: "selected" 0.0;
7104                inherit: "default" 0.0;
7105                text.style: "genlist_textblock_sub_selected_style";
7106             }
7107          }
7108          GENLIST_PART_DISCLIP
7109       }
7110       programs {
7111          // signal: elm,state,%s,active
7112          //   a "check" item named %s went active
7113          // signal: elm,state,%s,passive
7114          //   a "check" item named %s went passive
7115          // default is passive
7116          program { name: "go_active";
7117             signal: "elm,state,selected";
7118             source: "elm";
7119             action: STATE_SET "selected" 0.0;
7120             target: "bg_image";
7121             target: "elm.text.1";
7122             target: "elm.text.2";
7123             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7124          }
7125          program { name: "go_passive";
7126             signal: "elm,state,unselected";
7127             source: "elm";
7128             action: STATE_SET "default" 0.0;
7129             target: "bg_image";
7130             target: "elm.text.1";
7131             target: "elm.text.2";
7132             transition: LINEAR 0.1;
7133          }
7134          program { name: "go_disabled";
7135             signal: "elm,state,disabled";
7136             source: "elm";
7137             action: STATE_SET "disabled" 0.0;
7138             target: "disclip";
7139          }
7140          program { name: "go_enabled";
7141             signal: "elm,state,enabled";
7142             source: "elm";
7143             action: STATE_SET "default" 0.0;
7144             target: "disclip";
7145          }
7146          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7147       }
7148    }
7149
7150 // 3.2.19
7151    group { name: "elm/genlist/item/2text.2icon.7/default";
7152       alias: "elm/genlist/item_odd/2text.2icon.7/default";
7153       alias: "elm/genlist/item_compress/2text.2icon.7/default";
7154       alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
7155       data.item: "stacking" "above";
7156       data.item: "selectraise" "on";
7157       data.item: "texts" "elm.text.1 elm.text.2";
7158       data.item: "contents" "elm.icon.1 elm.icon.2";
7159       data.item: "flips" "elm.flip.content";
7160       images {
7161          image: "00_list_bar_press_1x80.png" COMP;
7162       }
7163       parts {
7164          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7165          GENLIST_PART_BG_IMAGE
7166          GENLIST_PART_BOTTOM_LINE
7167          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7168          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7169          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7170          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7171          part { name: "elm.icon.1";
7172             clip_to: "disclip";
7173             type: SWALLOW;
7174             scale: 1;
7175             description { state: "default" 0.0;
7176                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7177                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7178                fixed: 1 1;
7179                rel1 {
7180                   relative: 1.0 1.0;
7181                   to_x: "elm.padding.left";
7182                   to_y: "elm.padding.top";
7183                }
7184                rel2 {
7185                   relative: 1.0 0.0;
7186                   to_x: "elm.padding.left";
7187                   to_y: "elm.padding.bottom";
7188                }
7189                align: 0.0 0.5;
7190             }
7191             GENLIST_DESCRIPTION_FLIP_ENABLED
7192          }
7193          part { name: "elm.padding.icon1.right";
7194             clip_to: "disclip";
7195             type: RECT;
7196             scale: 1;
7197             description { state: "default" 0.0;
7198                min: GENLIST_PADDING_16_INC 0;
7199                fixed: 1 0;
7200                rel1 {
7201                   relative: 1.0 0.0;
7202                   to_x: "elm.icon.1";
7203                }
7204                rel2.to_x: "elm.icon.1";
7205                align: 0.0 0.0;
7206                visible: 0;
7207             }
7208          }
7209          part { name: "elm.icon.2";
7210             clip_to: "disclip";
7211             type: SWALLOW;
7212             scale: 1;
7213             description { state: "default" 0.0;
7214                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7215                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7216                fixed: 1 1;
7217                rel1 {
7218                   relative: 0.0 1.0;
7219                   to_x: "elm.padding.right";
7220                   to_y: "elm.padding.top";
7221                }
7222                rel2 {
7223                   relative: 0.0 0.0;
7224                   to_x: "elm.padding.right";
7225                   to_y: "elm.padding.bottom";
7226                }
7227                align: 1.0 0.5;
7228             }
7229             GENLIST_DESCRIPTION_FLIP_ENABLED
7230          }
7231          part { name: "elm.padding.icon2.left";
7232             clip_to: "disclip";
7233             type: RECT;
7234             scale: 1;
7235             description { state: "default" 0.0;
7236                min: GENLIST_PADDING_16_INC 0;
7237                fixed: 1 0;
7238                rel1.to_x: "elm.icon.2";
7239                rel2 {
7240                   relative: 0.0 1.0;
7241                   to_x: "elm.icon.2";
7242                }
7243                align: 1.0 0.0;
7244                visible: 0;
7245             }
7246          }
7247          part { name: "elm.text.1";
7248             clip_to: "disclip";
7249             type: TEXT;
7250             mouse_events: 0;
7251             scale: 1;
7252             description { state: "default" 0.0;
7253                min: 0 GENLIST_SIZE_61_INC;
7254                fixed: 0 1;
7255                rel1 {
7256                   relative: 1.0 1.0;
7257                   to_x: "elm.padding.icon1.right";
7258                   to_y: "elm.padding.top";
7259                }
7260                rel2 {
7261                   relative: 0.0 1.0;
7262                   to_x: "elm.padding.icon2.left";
7263                   to_y: "elm.padding.top";
7264                }
7265                align: 0.0 0.0;
7266                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7267                text {
7268                   font: "SLP:style=Roman";
7269                   size: GENLIST_FONT_44_INC;
7270                   min: 0 1;
7271                   align: 0.0 0.5;
7272                   text_class: "list_item";
7273                }
7274             }
7275             description { state: "selected" 0.0;
7276                inherit: "default" 0.0;
7277                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7278             }
7279             GENLIST_DESCRIPTION_FLIP_ENABLED
7280          }
7281          part { name: "elm.text.2";
7282             clip_to: "disclip";
7283             type: TEXT;
7284             mouse_events: 0;
7285             scale: 1;
7286             description { state: "default" 0.0;
7287                rel1 {
7288                   relative: 1.0 1.0;
7289                   to_x: "elm.padding.icon1.right";
7290                   to_y: "elm.text.1";
7291                }
7292                rel2 {
7293                   relative: 0.0 0.0;
7294                   to_x: "elm.padding.icon2.left";
7295                   to_y: "elm.padding.bottom";
7296                }
7297                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7298                text {
7299                   font: "SLP:style=Medium";
7300                   size: GENLIST_FONT_32_INC;
7301                   min: 0 1;
7302                   align: 0.0 0.5;
7303                   text_class: "slp_medium";
7304                }
7305             }
7306             description { state: "selected" 0.0;
7307                inherit: "default" 0.0;
7308                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7309             }
7310             GENLIST_DESCRIPTION_FLIP_ENABLED
7311          }
7312          GENLIST_PART_FLIP
7313          GENLIST_PART_DISCLIP
7314       }
7315       programs {
7316          // signal: elm,state,%s,active
7317          //   a "check" item named %s went active
7318          // signal: elm,state,%s,passive
7319          //   a "check" item named %s went passive
7320          // default is passive
7321          program { name: "go_active";
7322             signal: "elm,state,selected";
7323             source: "elm";
7324             action: STATE_SET "selected" 0.0;
7325             target: "bg_image";
7326             target: "elm.text.1";
7327             target: "elm.text.2";
7328             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7329          }
7330          program { name: "go_passive";
7331             signal: "elm,state,unselected";
7332             source: "elm";
7333             action: STATE_SET "default" 0.0;
7334             target: "bg_image";
7335             target: "elm.text.1";
7336             target: "elm.text.2";
7337             transition: LINEAR 0.1;
7338          }
7339          program { name: "go_disabled";
7340             signal: "elm,state,disabled";
7341             source: "elm";
7342             action: STATE_SET "disabled" 0.0;
7343             target: "disclip";
7344          }
7345          program { name: "go_enabled";
7346             signal: "elm,state,enabled";
7347             source: "elm";
7348             action: STATE_SET "default" 0.0;
7349             target: "disclip";
7350          }
7351          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7352          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7353       }
7354    }
7355
7356 // 3.2.20
7357    group { name: "elm/genlist/item/2text.2icon.5/default";
7358       alias: "elm/genlist/item_odd/2text.2icon.5/default";
7359       alias: "elm/genlist/item_compress/2text.2icon.5/default";
7360       alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
7361       data.item: "stacking" "above";
7362       data.item: "selectraise" "on";
7363       data.item: "texts" "elm.text.1 elm.text.2";
7364       data.item: "contents" "elm.icon.1 elm.icon.2";
7365       data.item: "flips" "elm.flip.content";
7366       images {
7367          image: "00_list_bar_press_1x80.png" COMP;
7368       }
7369       parts {
7370          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7371          GENLIST_PART_BG_IMAGE
7372          GENLIST_PART_BOTTOM_LINE
7373          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7374          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7375          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7376          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7377          part { name: "elm.icon.1";
7378             clip_to: "disclip";
7379             type: SWALLOW;
7380             scale: 1;
7381             description { state: "default" 0.0;
7382                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7383                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7384                fixed: 1 1;
7385                rel1 {
7386                   relative: 1.0 1.0;
7387                   to_x: "elm.padding.left";
7388                   to_y: "elm.padding.top";
7389                }
7390                rel2 {
7391                   relative: 1.0 0.0;
7392                   to_x: "elm.padding.left";
7393                   to_y: "elm.padding.bottom";
7394                }
7395                align: 0.0 0.5;
7396             }
7397             GENLIST_DESCRIPTION_FLIP_ENABLED
7398          }
7399          part { name: "elm.padding.icon1.right";
7400             clip_to: "disclip";
7401             type: RECT;
7402             scale: 1;
7403             description { state: "default" 0.0;
7404                min: GENLIST_PADDING_16_INC 0;
7405                fixed: 1 0;
7406                rel1 {
7407                   relative: 1.0 0.0;
7408                   to_x: "elm.icon.1";
7409                }
7410                rel2.to_x: "elm.icon.1";
7411                align: 0.0 0.0;
7412                visible: 0;
7413             }
7414          }
7415          part { name: "elm.icon.2";
7416             clip_to: "disclip";
7417             type: SWALLOW;
7418             scale: 1;
7419             description { state: "default" 0.0;
7420                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7421                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
7422                fixed: 1 1;
7423                rel1 {
7424                   relative: 1.0 1.0;
7425                   to_x: "elm.padding.icon1.right";
7426                   to_y: "elm.padding.top";
7427                }
7428                rel2 {
7429                   relative: 1.0 0.0;
7430                   to_x: "elm.padding.icon1.right";
7431                   to_y: "elm.padding.bottom";
7432                }
7433                align: 0.0 0.5;
7434             }
7435             GENLIST_DESCRIPTION_FLIP_ENABLED
7436          }
7437          part { name: "elm.padding.icon2.right";
7438             clip_to: "disclip";
7439             type: RECT;
7440             scale: 1;
7441             description { state: "default" 0.0;
7442                min: GENLIST_PADDING_16_INC 0;
7443                fixed: 1 0;
7444                rel1 {
7445                   relative: 1.0 0.0;
7446                   to_x: "elm.icon.2";
7447                }
7448                rel2.to_x: "elm.icon.2";
7449                align: 0.0 0.0;
7450                visible: 0;
7451             }
7452          }
7453          part { name: "elm.text.1";
7454             clip_to: "disclip";
7455             type: TEXT;
7456             mouse_events: 0;
7457             scale: 1;
7458             description { state: "default" 0.0;
7459                min: 0 GENLIST_SIZE_61_INC;
7460                fixed: 0 1;
7461                rel1 {
7462                   relative: 1.0 1.0;
7463                   to_x: "elm.padding.icon2.right";
7464                   to_y: "elm.padding.top";
7465                }
7466                rel2 {
7467                   relative: 0.0 1.0;
7468                   to_x: "elm.padding.right";
7469                   to_y: "elm.padding.top";
7470                }
7471                align: 0.0 0.0;
7472                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7473                text {
7474                   font: "SLP:style=Roman";
7475                   size: GENLIST_FONT_44_INC;
7476                   min: 0 1;
7477                   align: 0.0 0.5;
7478                   text_class: "list_item";
7479                }
7480             }
7481             description { state: "selected" 0.0;
7482                inherit: "default" 0.0;
7483                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7484             }
7485             GENLIST_DESCRIPTION_FLIP_ENABLED
7486          }
7487          part { name: "elm.text.2";
7488             clip_to: "disclip";
7489             type: TEXT;
7490             mouse_events: 0;
7491             scale: 1;
7492             description { state: "default" 0.0;
7493                rel1 {
7494                   relative: 1.0 1.0;
7495                   to_x: "elm.padding.icon2.right";
7496                   to_y: "elm.text.1";
7497                }
7498                rel2 {
7499                   relative: 0.0 0.0;
7500                   to_x: "elm.padding.right";
7501                   to_y: "elm.padding.bottom";
7502                }
7503                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7504                text {
7505                   font: "SLP:style=Medium";
7506                   size: GENLIST_FONT_32_INC;
7507                   min: 0 1;
7508                   align: 0.0 0.5;
7509                   text_class: "slp_medium";
7510                }
7511             }
7512             description { state: "selected" 0.0;
7513                inherit: "default" 0.0;
7514                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7515             }
7516             GENLIST_DESCRIPTION_FLIP_ENABLED
7517          }
7518          GENLIST_PART_FLIP
7519          GENLIST_PART_DISCLIP
7520       }
7521       programs {
7522          // signal: elm,state,%s,active
7523          //   a "check" item named %s went active
7524          // signal: elm,state,%s,passive
7525          //   a "check" item named %s went passive
7526          // default is passive
7527          program { name: "go_active";
7528             signal: "elm,state,selected";
7529             source: "elm";
7530             action: STATE_SET "selected" 0.0;
7531             target: "bg_image";
7532             target: "elm.text.1";
7533             target: "elm.text.2";
7534             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7535          }
7536          program { name: "go_passive";
7537             signal: "elm,state,unselected";
7538             source: "elm";
7539             action: STATE_SET "default" 0.0;
7540             target: "bg_image";
7541             target: "elm.text.1";
7542             target: "elm.text.2";
7543             transition: LINEAR 0.1;
7544          }
7545          program { name: "go_disabled";
7546             signal: "elm,state,disabled";
7547             source: "elm";
7548             action: STATE_SET "disabled" 0.0;
7549             target: "disclip";
7550          }
7551          program { name: "go_enabled";
7552             signal: "elm,state,enabled";
7553             source: "elm";
7554             action: STATE_SET "default" 0.0;
7555             target: "disclip";
7556          }
7557          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
7558          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7559       }
7560    }
7561
7562 // ???
7563    group { name: "elm/genlist/item/3text.5icon/default";
7564       alias: "elm/genlist/item_odd/3text.5icon/default";
7565       alias: "elm/genlist/item_compress/3text.5icon/default";
7566       alias: "elm/genlist/item_compress_odd/3text.5icon/default";
7567       data.item: "stacking" "above";
7568       data.item: "selectraise" "on";
7569       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
7570       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
7571       data.item: "flips" "elm.flip.content";
7572       images {
7573          image: "00_list_bar_press_1x80.png" COMP;
7574       }
7575       parts {
7576          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7577          GENLIST_PART_BG_IMAGE
7578          GENLIST_PART_BOTTOM_LINE
7579          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7580          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7581          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7582          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7583          part { name: "elm.swallow.colorbar";
7584             clip_to: "disclip";
7585             type: SWALLOW;
7586             scale: 1;
7587             description { state: "default" 0.0;
7588                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7589                fixed: 1 1;
7590                rel2.relative: 0.0 0.0;
7591                align: 0.0 0.0;
7592             }
7593          }
7594          part { name: "elm.text.3";
7595             clip_to: "disclip";
7596             type: TEXT;
7597             mouse_events: 0;
7598             scale: 1;
7599             description { state: "default" 0.0;
7600                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
7601                fixed: 1 1;
7602                rel1 {
7603                   relative: 0.0 0.0;
7604                   to_x: "elm.padding.right";
7605                   to_y: "elm.padding.bottom";
7606                }
7607                rel2 {
7608                   relative: 0.0 0.0;
7609                   to_x: "elm.padding.right";
7610                   to_y: "elm.padding.bottom";
7611                }
7612                align: 1.0 1.0;
7613                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7614                text {
7615                   font: "SLP:style=Medium";
7616                   size: GENLIST_FONT_32_INC;
7617                   min: 0 1;
7618                   align: 1.0 0.5;
7619                   text_class: "slp_medium";
7620                }
7621             }
7622             description { state: "selected" 0.0;
7623                inherit: "default" 0.0;
7624                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7625             }
7626             GENLIST_DESCRIPTION_FLIP_ENABLED
7627          }
7628          part { name: "elm.icon.1";
7629             clip_to: "disclip";
7630             type: SWALLOW;
7631             scale: 1;
7632             description { state: "default" 0.0;
7633                rel1 {
7634                   relative: 0.0 1.0;
7635                   to_x: "elm.padding.right";
7636                   to_y: "elm.padding.top";
7637                }
7638                rel2 {
7639                   relative: 0.0 0.0;
7640                   to_x: "elm.padding.right";
7641                   to_y: "elm.text.3";
7642                }
7643                align: 1.0 0.5;
7644             }
7645             GENLIST_DESCRIPTION_FLIP_ENABLED
7646          }
7647          part { name: "elm.padding.icon1.left";
7648             clip_to: "disclip";
7649             type: RECT;
7650             scale: 1;
7651             description { state: "default" 0.0;
7652                min: GENLIST_PADDING_16_INC 0;
7653                fixed: 1 0;
7654                rel1.to_x: "elm.icon.1";
7655                rel2 {
7656                   relative: 0.0 1.0;
7657                   to_x: "elm.icon.1";
7658                }
7659                align: 1.0 0.0;
7660                visible: 0;
7661             }
7662          }
7663          part { name: "elm.text.1";
7664             clip_to: "disclip";
7665             type: TEXT;
7666             mouse_events: 0;
7667             scale: 1;
7668             description { state: "default" 0.0;
7669                min: 0 GENLIST_SIZE_61_INC;
7670                fixed: 0 1;
7671                rel1 {
7672                   relative: 1.0 1.0;
7673                   to_x: "elm.padding.left";
7674                   to_y: "elm.padding.top";
7675                }
7676                rel2 {
7677                   relative: 0.0 1.0;
7678                   to_x: "elm.padding.icon1.left";
7679                   to_y: "elm.padding.top";
7680                }
7681                align: 0.0 0.0;
7682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
7683                text {
7684                   font: "SLP:style=Roman";
7685                   size: GENLIST_FONT_44_INC;
7686                   min: 0 1;
7687                   align: 0.0 0.5;
7688                   text_class: "list_item";
7689                }
7690             }
7691             description { state: "selected" 0.0;
7692                inherit: "default" 0.0;
7693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7694             }
7695             GENLIST_DESCRIPTION_FLIP_ENABLED
7696          }
7697          part { name: "elm.padding.text3.left";
7698             clip_to: "disclip";
7699             type: RECT;
7700             scale: 1;
7701             description { state: "default" 0.0;
7702                min: GENLIST_PADDING_16_INC 0;
7703                fixed: 1 0;
7704                rel1.to: "elm.text.3";
7705                rel2 {
7706                   relative: 0.0 1.0;
7707                   to: "elm.text.3";
7708                }
7709                align: 1.0 1.0;
7710                visible: 0;
7711             }
7712          }
7713          part { name: "elm.text.2";
7714             clip_to: "disclip";
7715             type: TEXT;
7716             mouse_events: 0;
7717             scale: 1;
7718             description { state: "default" 0.0;
7719                rel1 {
7720                   relative: 1.0 1.0;
7721                   to_x: "elm.padding.left";
7722                   to_y: "elm.text.1";
7723                }
7724                rel2 {
7725                   relative: 0.0 0.0;
7726                   to_x: "elm.padding.text3.left";
7727                   to_y: "elm.padding.bottom";
7728                }
7729                align: 0.0 0.5;
7730                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7731                text {
7732                   font: "SLP:style=Medium";
7733                   size: GENLIST_FONT_32_INC;
7734                   min: 0 1;
7735                   align: 0.0 0.5;
7736                   text_class: "slp_medium";
7737                }
7738             }
7739             description { state: "selected" 0.0;
7740                inherit: "default" 0.0;
7741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7742             }
7743             GENLIST_DESCRIPTION_FLIP_ENABLED
7744          }
7745          part { name: "elm.padding.icon2.left";
7746             clip_to: "disclip";
7747             type: RECT;
7748             scale: 1;
7749             description { state: "default" 0.0;
7750                min: GENLIST_PADDING_16_INC 0;
7751                fixed: 1 0;
7752                rel1 {
7753                   relative: 1.0 0.0;
7754                   to_x: "elm.text.2";
7755                }
7756                rel2.to_x: "elm.text.2";
7757                align: 0.0 0.0;
7758                visible: 0;
7759             }
7760          }
7761          part { name: "elm.icon.2";
7762             clip_to: "disclip";
7763             type: SWALLOW;
7764             scale: 1;
7765             description { state: "default" 0.0;
7766                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7767                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7768                fixed: 1 1;
7769                rel1 {
7770                   relative: 1.0 1.0;
7771                   to_x: "elm.padding.icon2.left";
7772                   to_y: "elm.text.1";
7773                }
7774                rel2 {
7775                   relative: 1.0 0.0;
7776                   to_x: "elm.padding.icon2.left";
7777                   to_y: "elm.padding.bottom";
7778                }
7779                align: 0.0 0.5;
7780             }
7781             GENLIST_DESCRIPTION_FLIP_ENABLED
7782          }
7783          part { name: "elm.padding.icon3.left";
7784             clip_to: "disclip";
7785             type: RECT;
7786             scale: 1;
7787             description { state: "default" 0.0;
7788                min: GENLIST_PADDING_16_INC 0;
7789                fixed: 1 0;
7790                rel1 {
7791                   relative: 1.0 0.0;
7792                   to_x: "elm.icon.2";
7793                }
7794                rel2.to_x: "elm.icon.2";
7795                align: 0.0 0.0;
7796                visible: 0;
7797             }
7798          }
7799          part { name: "elm.icon.3";
7800             clip_to: "disclip";
7801             type: SWALLOW;
7802             scale: 1;
7803             description { state: "default" 0.0;
7804                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7805                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7806                fixed: 1 1;
7807                rel1 {
7808                   relative: 1.0 1.0;
7809                   to_x: "elm.padding.icon3.left";
7810                   to_y: "elm.text.1";
7811                }
7812                rel2 {
7813                   relative: 1.0 0.0;
7814                   to_x: "elm.padding.icon3.left";
7815                   to_y: "elm.padding.bottom";
7816                }
7817                align: 0.0 0.5;
7818             }
7819             GENLIST_DESCRIPTION_FLIP_ENABLED
7820          }
7821          part { name: "elm.padding.icon4.left";
7822             clip_to: "disclip";
7823             type: RECT;
7824             scale: 1;
7825             description { state: "default" 0.0;
7826                min: GENLIST_PADDING_16_INC 0;
7827                fixed: 1 0;
7828                rel1 {
7829                   relative: 1.0 0.0;
7830                   to_x: "elm.icon.3";
7831                }
7832                rel2.to_x: "elm.icon.3";
7833                align: 0.0 0.0;
7834                visible: 0;
7835             }
7836          }
7837          part { name: "elm.icon.4";
7838             clip_to: "disclip";
7839             type: SWALLOW;
7840             scale: 1;
7841             description { state: "default" 0.0;
7842                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7843                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7844                fixed: 1 1;
7845                rel1 {
7846                   relative: 1.0 1.0;
7847                   to_x: "elm.padding.icon4.left";
7848                   to_y: "elm.text.1";
7849                }
7850                rel2 {
7851                   relative: 1.0 0.0;
7852                   to_x: "elm.padding.icon4.left";
7853                   to_y: "elm.padding.bottom";
7854                }
7855                align: 0.0 0.5;
7856             }
7857             GENLIST_DESCRIPTION_FLIP_ENABLED
7858          }
7859          GENLIST_PART_FLIP
7860          GENLIST_PART_DISCLIP
7861       }
7862       programs {
7863          // signal: elm,state,%s,active
7864          //   a "check" item named %s went active
7865          // signal: elm,state,%s,passive
7866          //   a "check" item named %s went passive
7867          // default is passive
7868          program { name: "go_active";
7869             signal: "elm,state,selected";
7870             source: "elm";
7871             action: STATE_SET "selected" 0.0;
7872             target: "bg_image";
7873             target: "elm.text.1";
7874             target: "elm.text.2";
7875             target: "elm.text.3";
7876             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7877          }
7878          program { name: "go_passive";
7879             signal: "elm,state,unselected";
7880             source: "elm";
7881             action: STATE_SET "default" 0.0;
7882             target: "bg_image";
7883             target: "elm.text.1";
7884             target: "elm.text.2";
7885             target: "elm.text.3";
7886             transition: LINEAR 0.1;
7887          }
7888          program { name: "go_disabled";
7889             signal: "elm,state,disabled";
7890             source: "elm";
7891             action: STATE_SET "disabled" 0.0;
7892             target: "disclip";
7893          }
7894          program { name: "go_enabled";
7895             signal: "elm,state,enabled";
7896             source: "elm";
7897             action: STATE_SET "default" 0.0;
7898             target: "disclip";
7899          }
7900          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
7901          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7902       }
7903    }
7904
7905 // ???
7906    /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
7907    group { name: "elm/genlist/item/3text.5icon.2/default";
7908       alias: "elm/genlist/item_odd/3text.5icon.2/default";
7909       alias: "elm/genlist/item_compress/3text.5icon.2/default";
7910       alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
7911       data.item: "stacking" "above";
7912       data.item: "selectraise" "on";
7913       data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
7914       data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
7915       data.item: "flips" "elm.flip.content";
7916       images {
7917          image: "00_list_bar_press_1x80.png" COMP;
7918       }
7919       parts {
7920          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7921          GENLIST_PART_BG
7922          GENLIST_PART_BG_IMAGE
7923          GENLIST_PART_BOTTOM_LINE
7924          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7925          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7926          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
7927          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
7928          part { name: "elm.icon.colorbar";
7929             clip_to: "disclip";
7930             type: SWALLOW;
7931             scale: 1;
7932             description { state: "default" 0.0;
7933                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7934                fixed: 1 1;
7935                rel2.relative: 0.0 0.0;
7936                align: 0.0 0.0;
7937             }
7938          }
7939          part { name: "elm.icon.checkbox";
7940             clip_to: "disclip";
7941             type: SWALLOW;
7942             mouse_events: 1;
7943             scale: 1;
7944             description { state: "default" 0.0;
7945                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7946                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7947                fixed: 1 1;
7948                rel1 {
7949                   relative: 1.0 0.0;
7950                   to_x: "elm.padding.left";
7951                   to_y: "elm.padding.top";
7952                }
7953                rel2 {
7954                   relative: 0.0 0.0;
7955                   to_x: "elm.padding.right";
7956                   to_y: "elm.padding.bottom";
7957                }
7958                align: 0.0 0.5;
7959             }
7960          }
7961          part { name: "elm.text.date";
7962             clip_to: "disclip";
7963             type: TEXT;
7964             mouse_events: 0;
7965             scale: 1;
7966             description { state: "default" 0.0;
7967                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
7968                fixed: 1 1;
7969                rel1 {
7970                   to_x: "elm.padding.right";
7971                   to_y: "elm.padding.bottom";
7972                }
7973                rel2 {
7974                   relative: 0.0 0.0;
7975                   to_x: "elm.padding.right";
7976                   to_y: "elm.padding.bottom";
7977                }
7978                align: 1.0 1.0;
7979                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
7980                text {
7981                   font: "SLP:style=Medium";
7982                   size: GENLIST_FONT_32_INC;
7983                   min: 0 1;
7984                   align: 1.0 0.5;
7985                   text_class: "slp_medium";
7986                }
7987             }
7988             description { state: "selected" 0.0;
7989                inherit: "default" 0.0;
7990                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7991             }
7992             GENLIST_DESCRIPTION_FLIP_ENABLED
7993          }
7994          part { name: "elm.icon.important";
7995             clip_to: "disclip";
7996             type: SWALLOW;
7997             mouse_events: 1;
7998             scale: 1;
7999             description { state: "default" 0.0;
8000                min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
8001                fixed: 1 1;
8002                rel1 {
8003                   relative: 0.0 1.0;
8004                   to_x: "elm.padding.right";
8005                   to_y: "elm.padding.top";
8006                }
8007                rel2 {
8008                   relative: 0.0 0.0;
8009                   to_x: "elm.padding.right";
8010                   to_y: "elm.text.date";
8011                }
8012                align: 1.0 0.5;
8013             }
8014             GENLIST_DESCRIPTION_FLIP_ENABLED
8015          }
8016          part { name: "elm.padding.icon.important.left";
8017             clip_to: "disclip";
8018             type: RECT;
8019             scale: 1;
8020             description { state: "default" 0.0;
8021                min: GENLIST_PADDING_16_INC 0;
8022                fixed: 1 0;
8023                rel1{
8024                   relative: 0.0 1.0;
8025                   to_x: "elm.icon.important";
8026                }
8027                rel2 {
8028                   relative: 0.0 1.0;
8029                   to_x: "elm.icon.important";
8030                }
8031                align: 1.0 0.0;
8032                visible: 0;
8033             }
8034          }
8035          part { name: "elm.padding.icon.checkbox.right";
8036             clip_to: "disclip";
8037             type: RECT;
8038             scale: 1;
8039             description { state: "default" 0.0;
8040                min: GENLIST_PADDING_16_INC 0;
8041                fixed: 1 0;
8042                rel1 {
8043                   relative: 1.0 0.0;
8044                   to_x: "elm.icon.checkbox";
8045                   to_y: "elm.padding.top";
8046                }
8047                rel2 {
8048                   relative: 1.0 0.0;
8049                   to_x:  "elm.icon.checkbox";
8050                   to_y: "elm.padding.bottom";
8051                }
8052                align: 1.0 0.0;
8053                visible: 0;
8054             }
8055          }
8056          part { name: "elm.text.subject.rect";
8057             clip_to: "disclip";
8058             type: RECT;
8059             scale: 1;
8060             description { state: "default" 0.0;
8061                min: 0 GENLIST_SIZE_61_INC;
8062                fixed: 1 1;
8063                rel1 {
8064                   relative: 1.0 1.0;
8065                   to_x: "elm.padding.icon.checkbox.right";
8066                   to_y: "elm.padding.top";
8067                }
8068                rel2 {
8069                   relative: 0.0 0.0;
8070                   to_x: "elm.padding.icon.important.left";
8071                   to_y: "elm.padding.top";
8072                }
8073                align: 0.0 0.0;
8074                visible: 0;
8075             }
8076          }
8077          part { name: "elm.text.subject";
8078             clip_to: "disclip";
8079             type: TEXTBLOCK;
8080             mouse_events: 0;
8081             scale: 1;
8082             description { state: "default" 0.0;
8083                fixed: 1 1;
8084                rel1.to: "elm.text.subject.rect";
8085                rel2.to: "elm.text.subject.rect";
8086                align: 0.0 0.0;
8087                text {
8088                   style: "genlist_email_textblock_unread_style";
8089                   min: 0 1;
8090                   max: 0 1;
8091                   align: 0.0 0.5;
8092                }
8093             }
8094             description { state: "selected" 0.0;
8095                inherit: "default" 0.0;
8096                text.style: "genlist_email_textblock_selected_style";
8097             }
8098             description { state: "read" 0.0;
8099                inherit: "default" 0.0;
8100                text.style: "genlist_email_textblock_read_style";
8101             }
8102             description { state: "unread" 0.0;
8103                inherit: "default" 0.0;
8104                text.style: "genlist_email_textblock_unread_style";
8105             }
8106             description { state: "urgency_read" 0.0;
8107                inherit: "default" 0.0;
8108                text.style: "genlist_email_textblock_urgency_read_style";
8109             }
8110             description { state: "urgency_unread" 0.0;
8111                inherit: "default" 0.0;
8112                text.style: "genlist_email_textblock_urgency_unread_style";
8113             }
8114             GENLIST_DESCRIPTION_FLIP_ENABLED
8115          }
8116          part { name: "elm.text.name";
8117             clip_to: "disclip";
8118             type: TEXTBLOCK;
8119             scale: 1;
8120             description { state: "default" 0.0;
8121                fixed: 1 1;
8122                rel1 {
8123                   relative: 1.0 1.0;
8124                   to_x: "elm.padding.icon.checkbox.right";
8125                   to_y: "elm.text.subject";
8126                }
8127                rel2 {
8128                   relative: 0.0 0.0;
8129                   to_x: "elm.padding.icon.num.left";
8130                   to_y: "elm.padding.bottom";
8131                }
8132                align: 0.0 0.5;
8133                text {
8134                   style: "genlist_email_textblock2_style";
8135                   min: 0 1;
8136                   align: 0.0 0.5;
8137                }
8138             }
8139             description { state: "selected" 0.0;
8140                inherit: "default" 0.0;
8141                text.style: "genlist_email_textblock2_selected_style";
8142             }
8143             GENLIST_DESCRIPTION_FLIP_ENABLED
8144          }
8145          part { name: "elm.padding.icon.num.left";
8146             clip_to: "disclip";
8147             type: RECT;
8148             scale: 1;
8149             description { state: "default" 0.0;
8150                min: GENLIST_PADDING_16_INC 0;
8151                fixed: 1 0;
8152                rel1 {
8153                   relative: 0.0 1.0;
8154                   to_x: "elm.icon.num";
8155                   to_y: "elm.text.subject";
8156                }
8157                rel2 {
8158                   relative: 0.0 0.0;
8159                   to_x: "elm.icon.num";
8160                   to_y: "elm.padding.bottom";
8161                }
8162                align: 1.0 0.0;
8163                visible: 0;
8164             }
8165          }
8166          part { name: "elm.icon.num";
8167             clip_to: "disclip";
8168             type: SWALLOW;
8169             mouse_events: 0;
8170             scale: 1;
8171             description { state: "default" 0.0;
8172                min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8173                max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
8174                fixed: 1 1;
8175                rel1 {
8176                   relative: 0.0 1.0;
8177                   to_x: "elm.padding.icon.attach.left";
8178                   to_y: "elm.text.subject";
8179                }
8180                rel2 {
8181                   relative: 0.0 0.0;
8182                   to_x: "elm.padding.icon.attach.left";
8183                   to_y: "elm.padding.bottom";
8184                }
8185                align: 1.0 0.5;
8186             }
8187             GENLIST_DESCRIPTION_FLIP_ENABLED
8188          }
8189          part { name: "elm.padding.icon.attach.left";
8190             clip_to: "disclip";
8191             type: RECT;
8192             scale: 1;
8193             description { state: "default" 0.0;
8194                min: GENLIST_PADDING_16_INC 0;
8195                fixed: 1 0;
8196                rel1 {
8197                   relative: 0.0 1.0;
8198                   to_x: "elm.icon.attach";
8199                   to_y: "elm.text.subject";
8200                }
8201                rel2 {
8202                   relative: 0.0 0.0;
8203                   to_x: "elm.icon.attach";
8204                   to_y: "elm.padding.bottom";
8205                }
8206                align: 1.0 0.0;
8207                visible: 0;
8208             }
8209          }
8210          part { name: "elm.icon.attach";
8211             clip_to: "disclip";
8212             type: SWALLOW;
8213             scale: 1;
8214             description { state: "default" 0.0;
8215                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8216                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8217                fixed: 1 1;
8218                rel1 {
8219                   relative: 0.0 1.0;
8220                   to_x: "elm.text.date";
8221                   to_y: "elm.text.subject";
8222                }
8223                rel2 {
8224                   relative: 0.0 0.0;
8225                   to_x: "elm.text.date";
8226                   to_y: "elm.padding.bottom";
8227                }
8228                align: 1.0 0.5;
8229             }
8230             GENLIST_DESCRIPTION_FLIP_ENABLED
8231          }
8232          part { name: "elm.swallow.outbox.progress";
8233             type: SWALLOW;
8234             scale: 1;
8235             mouse_events: 1;
8236             repeat_events: 0;
8237             description { state: "default" 0.0;
8238                min: GENLIST_SIZE_168_INC 0;
8239                fixed: 1 1;
8240                color: 0 0 0 0;
8241                align: 1.0 0.5;
8242                rel1 {
8243                   relative: 0.0 1.0;
8244                   offset: 0 0;
8245                   to_x: "elm.padding.right";
8246                   to_y: "elm.padding.top";
8247                }
8248                rel2 {
8249                   relative: 0.0 0.0;
8250                   offset: 0 0;
8251                   to_x: "elm.padding.right";
8252                   to_y: "elm.padding.bottom";
8253                }
8254             }
8255          }
8256          GENLIST_PART_FLIP
8257          GENLIST_PART_DISCLIP
8258       }
8259       programs {
8260          // signal: elm,state,%s,active
8261          //   a "check" item named %s went active
8262          // signal: elm,state,%s,passive
8263          //   a "check" item named %s went passive
8264          // default is passive
8265          program { name: "go_active";
8266             signal: "elm,state,selected";
8267             source: "elm";
8268             action: STATE_SET "selected" 0.0;
8269             target: "bg_image";
8270             target: "elm.text.subject";
8271             target: "elm.text.name";
8272             target: "elm.text.date";
8273             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8274          }
8275          program { name: "go_passive";
8276             signal: "elm,state,unselected";
8277             source: "elm";
8278             action: STATE_SET "default" 0.0;
8279             target: "bg_image";
8280             target: "elm.text.subject";
8281             target: "elm.text.name";
8282             target: "elm.text.date";
8283             transition: LINEAR 0.1;
8284          }
8285          program { name: "go_disabled";
8286             signal: "elm,state,disabled";
8287             source: "elm";
8288             action: STATE_SET "disabled" 0.0;
8289             target: "disclip";
8290          }
8291          program { name: "go_enabled";
8292             signal: "elm,state,enabled";
8293             source: "elm";
8294             action: STATE_SET "default" 0.0;
8295             target: "disclip";
8296          }
8297          program { name: "go_read";
8298             signal: "elm,state,read";
8299             source: "elm";
8300             action: STATE_SET "read" 0.0;
8301             target: "elm.text.subject";
8302          }
8303          program { name: "go_unread";
8304             signal: "elm,state,unread";
8305             source: "elm";
8306             action: STATE_SET "unread" 0.0;
8307             target: "elm.text.subject";
8308          }
8309          program { name: "go_urgeny_unread";
8310             signal: "elm,state,urgency_unread";
8311             source: "elm";
8312             action: STATE_SET "urgency_unread" 0.0;
8313             target: "elm.text.subject";
8314          }
8315          program { name: "go_urgency_read";
8316             signal: "elm,state,urgency_read";
8317             source: "elm";
8318             action: STATE_SET "urgency_read" 0.0;
8319             target: "elm.text.subject";
8320          }
8321          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8322       }
8323    }
8324
8325 // ???
8326    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8327    group { name: "elm/genlist/item/4text.8icon/default";
8328       alias: "elm/genlist/item_odd/4text.8icon/default";
8329       alias: "elm/genlist/item_compress/4text.8icon/default";
8330       alias: "elm/genlist/item_compress_odd/4text.8icon/default";
8331       data.item: "stacking" "above";
8332       data.item: "selectraise" "on";
8333       data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
8334       data.item: "contents" "elm.icon.important elm.icon.important.touch elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox elm.icon.checkbox.touch elm.icon.priority elm.icon.lastverb elm.icon.appointment";
8335       data.item: "flips" "elm.flip.content";
8336       images {
8337          image: "00_list_bar_press_1x80.png" COMP;
8338          image: "M02_button_06_normal.png" COMP;
8339       }
8340       parts {
8341          GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
8342          GENLIST_PART_BG
8343          GENLIST_PART_BG_IMAGE
8344          GENLIST_PART_BOTTOM_LINE
8345          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
8346          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
8347          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8348          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8349          part { name: "elm.icon.colorbar";
8350             clip_to: "disclip";
8351             type: SWALLOW;
8352             scale: 1;
8353             description { state: "default" 0.0;
8354                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8355                fixed: 1 1;
8356                rel2.relative: 0.0 0.0;
8357                align: 0.0 0.0;
8358             }
8359          }
8360
8361          part { name: "elm.icon.checkbox.touch";
8362             clip_to: "disclip";
8363             type: SWALLOW;
8364             mouse_events: 1;
8365             scale: 1;
8366             description { state: "default" 0.0;
8367                max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
8368                fixed: 1 1;
8369                rel1 {
8370                   relative: 0.0 0.0;
8371                   to_x: "elm.padding.left";
8372                   to_y: "elm.padding.top";
8373                }
8374                rel2 {
8375                   relative: 0.0 0.0;
8376                   to_x: "elm.padding.right";
8377                   to_y: "elm.padding.bottom";
8378                }
8379                align: 0.0 0.5;
8380             }
8381          }
8382          part { name: "elm.icon.checkbox";
8383             clip_to: "disclip";
8384             type: SWALLOW;
8385             mouse_events: 1;
8386             scale: 1;
8387             description { state: "default" 0.0;
8388                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
8390                fixed: 1 1;
8391                rel1 {
8392                   relative: 1.0 0.0;
8393                   to_x: "elm.padding.left";
8394                   to_y: "elm.padding.top";
8395                }
8396                rel2 {
8397                   relative: 0.0 0.0;
8398                   to_x: "elm.padding.right";
8399                   to_y: "elm.padding.bottom";
8400                }
8401                align: 0.0 0.5;
8402             }
8403          }
8404          part { name: "elm.padding.icon.checkbox.right";
8405             clip_to: "disclip";
8406             type: RECT;
8407             scale: 1;
8408             description { state: "default" 0.0;
8409                min: GENLIST_PADDING_16_INC 0;
8410                fixed: 1 0;
8411                rel1 {
8412                   relative: 1.0 0.0;
8413                   to_x: "elm.icon.checkbox";
8414                   to_y: "elm.padding.top";
8415                }
8416                rel2 {
8417                   relative: 1.0 0.0;
8418                   to_x:  "elm.icon.checkbox";
8419                   to_y: "elm.padding.bottom";
8420                }
8421                align: 1.0 0.0;
8422                visible: 0;
8423             }
8424          }
8425
8426          part { name: "elm.icon.important";
8427             clip_to: "disclip";
8428             type: SWALLOW;
8429             mouse_events: 1;
8430             scale: 1;
8431             description { state: "default" 0.0;
8432                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8433                fixed: 1 1;
8434                rel1 {
8435                   relative: 0.0 1.0;
8436                   to_x: "elm.padding.right";
8437                   to_y: "elm.padding.top";
8438                }
8439                rel2 {
8440                   relative: 0.0 1.0;
8441                   to_x: "elm.padding.right";
8442                   to_y: "elm.padding.top";
8443                }
8444                align: 1.0 0.0;
8445             }
8446             GENLIST_DESCRIPTION_FLIP_ENABLED
8447          }
8448
8449          part { name: "elm.icon.important.touch";
8450             clip_to: "disclip";
8451             type: SWALLOW;
8452             mouse_events: 1;
8453             scale: 1;
8454             description { state: "default" 0.0;
8455                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
8456                fixed: 1 1;
8457                rel1 {
8458                   relative: 0.0 1.0;
8459                   to_x: "elm.padding.right";
8460                   to_y: "elm.padding.top";
8461                }
8462                rel2 {
8463                   relative: 0.0 1.0;
8464                   to_x: "elm.padding.right";
8465                   to_y: "elm.padding.top";
8466                }
8467                align: 1.0 0.0;
8468             }
8469             GENLIST_DESCRIPTION_FLIP_ENABLED
8470          }
8471
8472          part { name: "elm.padding.icon.important.left";
8473             clip_to: "disclip";
8474             type: RECT;
8475             scale: 1;
8476             description { state: "default" 0.0;
8477                min: GENLIST_PADDING_16_INC 0;
8478                fixed: 1 0;
8479                rel1{
8480                   relative: 0.0 1.0;
8481                   to_x: "elm.icon.important";
8482                }
8483                rel2 {
8484                   relative: 0.0 1.0;
8485                   to_x: "elm.icon.important";
8486                }
8487                align: 1.0 0.0;
8488                visible: 0;
8489             }
8490          }
8491          part { name: "elm.icon.num";
8492             clip_to: "disclip";
8493             type: IMAGE;
8494             mouse_events: 0;
8495             scale: 1;
8496             description { state: "default" 0.0;
8497                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8498                fixed: 1 1;
8499                rel1 {
8500                   relative: 0.0 1.0;
8501                   offset: 0 GENLIST_SIZE_8_INC;
8502                   to_x: "elm.padding.icon.important.left";
8503                   to_y: "elm.padding.top";
8504                }
8505                rel2 {
8506                   relative: 0.0 1.0;
8507                   offset: 0 GENLIST_SIZE_8_INC;
8508                   to_x: "elm.padding.icon.important.left";
8509                   to_y: "elm.padding.top";
8510                }
8511                align: 1.0 0.0;
8512                image.normal: "M02_button_06_normal.png";
8513                image.border: 5 5 5 5;
8514             }
8515             description { state: "num_enable" 0.0;
8516                inherit: "default" 0.0;
8517                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8518                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8519             }
8520             GENLIST_DESCRIPTION_FLIP_ENABLED
8521          }
8522
8523          part { name: "elm.text.num";
8524             clip_to: "disclip";
8525             type: TEXT;
8526             mouse_events: 0;
8527             scale: 1;
8528             description { state: "default" 0.0;
8529                max: 0 GENLIST_SIZE_SLIDE_60_INC;
8530                fixed: 1 1;
8531                rel1 {
8532                   relative: 0.0 1.0;
8533                   offset: 0 GENLIST_SIZE_8_INC;
8534                   to_x: "elm.padding.icon.important.left";
8535                   to_y: "elm.padding.top";
8536                }
8537                rel2 {
8538                   relative: 0.0 1.0;
8539                   offset: 0 GENLIST_SIZE_8_INC;
8540                   to_x: "elm.padding.icon.important.left";
8541                   to_y: "elm.padding.top";
8542                }
8543                align: 1.0 0.0;
8544             }
8545             description { state: "num_enable" 0.0;
8546                inherit: "default" 0.0;
8547                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
8548                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
8549                text {
8550                   font: "SLP:style=Medium";
8551                   size: GENLIST_FONT_32_INC;
8552                   min: 1 1;
8553                   align: 0.5 0.5;
8554                   text_class: "slp_medium";
8555                }
8556                color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
8557             }
8558             GENLIST_DESCRIPTION_FLIP_ENABLED
8559          }
8560
8561          part { name: "elm.icon.attach";
8562             clip_to: "disclip";
8563             type: SWALLOW;
8564             scale: 1;
8565             description { state: "default" 0.0;
8566                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8567                fixed: 1 1;
8568                rel1 {
8569                   relative: 0.0 1.0;
8570                   to_x: "elm.icon.num";
8571                   to_y: "elm.padding.top";
8572                }
8573                rel2 {
8574                   relative: 0.0 1.0;
8575                   to_x: "elm.icon.num";
8576                   to_y: "elm.padding.top";
8577                }
8578                align: 1.0 0.0;
8579             }
8580             description { state: "attach_enable" 0.0;
8581                inherit: "default" 0.0;
8582                min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
8583             }
8584             GENLIST_DESCRIPTION_FLIP_ENABLED
8585          }
8586          part { name: "elm.text.subject";
8587             clip_to: "disclip";
8588             type: TEXTBLOCK;
8589             mouse_events: 0;
8590             scale: 1;
8591             description { state: "default" 0.0;
8592                min: 0 GENLIST_SIZE_SLIDE_60_INC;
8593                fixed: 1 1;
8594                rel1 {
8595                   relative: 1.0 1.0;
8596                   to_x: "elm.padding.icon.checkbox.right";
8597                   to_y: "elm.padding.top";
8598                }
8599                rel2{
8600                   relative: 0.0 1.0;
8601                   to_x: "elm.icon.attach";
8602                   to_y: "elm.padding.top";
8603                }
8604                align: 0.0 0.0;
8605                text {
8606                   style: "genlist_email_textblock_unread_style";
8607                   min: 0 1;
8608                   max: 0 1;
8609                   align: 0.0 0.5;
8610                }
8611             }
8612             description { state: "selected" 0.0;
8613                inherit: "default" 0.0;
8614                text.style: "genlist_email_textblock_selected_style";
8615             }
8616             description { state: "read" 0.0;
8617                inherit: "default" 0.0;
8618                text.style: "genlist_email_textblock_read_style";
8619             }
8620             description { state: "unread" 0.0;
8621                inherit: "default" 0.0;
8622                text.style: "genlist_email_textblock_unread_style";
8623             }
8624             GENLIST_DESCRIPTION_FLIP_ENABLED
8625          }
8626
8627          part { name: "elm.padding.intermediate";
8628             clip_to: "disclip";
8629             type: RECT;
8630             scale: 1;
8631             description { state: "default" 0.0;
8632                min: 0 GENLIST_PADDING_4_INC;
8633                fixed: 0 1;
8634                rel1 {
8635                   relative: 1.0 1.0;
8636                   to_x: "elm.padding.icon.checkbox.right";
8637                   to_y: "elm.icon.attach";
8638                }
8639                rel2 {
8640                   relative: 1.0 1.0;
8641                   to_x:  "elm.padding.icon.checkbox.right";
8642                   to_y: "elm.icon.attach";
8643                }
8644                align: 1.0 0.0;
8645                visible: 0;
8646             }
8647          }
8648
8649          part { name: "elm.icon.priority";
8650             clip_to: "disclip";
8651             type: SWALLOW;
8652             scale: 1;
8653             description { state: "default" 0.0;
8654                min: 0 GENLIST_SIZE_40_INC;
8655                fixed: 1 1;
8656                rel1 {
8657                   relative: 1.0 1.0;
8658                   to_x: "elm.padding.icon.checkbox.right";
8659                   to_y: "elm.padding.intermediate";
8660                }
8661                rel2 {
8662                   relative: 1.0 1.0;
8663                   to_x: "elm.padding.icon.checkbox.right";
8664                   to_y: "elm.padding.intermediate";
8665                }
8666                align: 0.0 0.0;
8667             }
8668             description { state: "priority_enable" 0.0;
8669                inherit: "default" 0.0;
8670                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8671             }
8672             GENLIST_DESCRIPTION_FLIP_ENABLED
8673          }
8674          part { name: "elm.icon.lastverb";
8675             clip_to: "disclip";
8676             type: SWALLOW;
8677             scale: 1;
8678             description { state: "default" 0.0;
8679                min: 0 GENLIST_SIZE_40_INC;
8680                fixed: 1 1;
8681                rel1 {
8682                   relative: 1.0 1.0;
8683                   to_x: "elm.padding.icon.checkbox.right";
8684                   to_y: "elm.icon.priority";
8685                }
8686                rel2 {
8687                   relative: 1.0 1.0;
8688                   to_x: "elm.padding.icon.checkbox.right";
8689                   to_y: "elm.icon.priority";
8690                }
8691                align: 0.0 0.0;
8692             }
8693             description { state: "lastverb_enable" 0.0;
8694                inherit: "default" 0.0;
8695                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
8696             }
8697             GENLIST_DESCRIPTION_FLIP_ENABLED
8698          }
8699
8700          part { name: "elm.text.date";
8701             clip_to: "disclip";
8702             type: TEXT;
8703             mouse_events: 0;
8704             scale: 1;
8705             description { state: "default" 0.0;
8706                min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
8707                fixed: 1 1;
8708                rel1 {
8709                   to_x: "elm.padding.right";
8710                   to_y: "elm.padding.bottom";
8711                }
8712                rel2 {
8713                   relative: 0.0 0.0;
8714                   to_x: "elm.padding.right";
8715                   to_y: "elm.padding.bottom";
8716                }
8717                align: 1.0 1.0;
8718                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8719                text {
8720                   font: "SLP:style=Medium";
8721                   size: GENLIST_FONT_32_INC;
8722                   min: 0 1;
8723                   align: 1.0 0.5;
8724                   text_class: "slp_medium";
8725                }
8726             }
8727             description { state: "selected" 0.0;
8728                inherit: "default" 0.0;
8729                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8730             }
8731             GENLIST_DESCRIPTION_FLIP_ENABLED
8732          }
8733
8734          part { name: "elm.icon.appointment";
8735             clip_to: "disclip";
8736             type: SWALLOW;
8737             mouse_events: 0;
8738             scale: 1;
8739             description { state: "default" 0.0;
8740                min: 0 GENLIST_SIZE_40_INC;
8741                fixed: 1 1;
8742                rel1 {
8743                   relative: 0.0 1.0;
8744                   to_x: "elm.padding.right";
8745                   to_y: "elm.padding.intermediate";
8746                }
8747                rel2 {
8748                   relative: 0.0 1.0;
8749                   to_x: "elm.padding.right";
8750                   to_y: "elm.padding.intermediate";
8751                }
8752                align: 1.0 0.0;
8753             }
8754             GENLIST_DESCRIPTION_FLIP_ENABLED
8755          }
8756          part { name: "elm.text.name";
8757             clip_to: "disclip";
8758             type: TEXTBLOCK;
8759             scale: 1;
8760             description { state: "default" 0.0;
8761                min: 0 GENLIST_SIZE_40_INC;
8762                fixed: 1 1;
8763                rel1 {
8764                   relative: 1.0 1.0;
8765                   to_x: "elm.icon.priority";
8766                   to_y: "elm.padding.intermediate";
8767                }
8768                rel2 {
8769                   relative: 0.0 1.0;
8770                   to_x: "elm.icon.appointment";
8771                   to_y: "elm.padding.intermediate";
8772                }
8773                align: 0.0 0.0;
8774                text {
8775                   style: "genlist_email_textblock2_style";
8776                   min: 0 1;
8777                   align: 0.0 0.5;
8778                }
8779             }
8780             description { state: "selected" 0.0;
8781                inherit: "default" 0.0;
8782                text.style: "genlist_email_textblock2_selected_style";
8783             }
8784             GENLIST_DESCRIPTION_FLIP_ENABLED
8785          }
8786          part { name: "elm.text.preview";
8787             clip_to: "disclip";
8788             type: TEXT;
8789             scale: 1;
8790             description { state: "default" 0.0;
8791                min: 0 GENLIST_SIZE_40_INC;
8792                fixed: 1 1;
8793                rel1 {
8794                   relative: 1.0 0.0;
8795                   to_x: "elm.icon.lastverb";
8796                   to_y: "elm.padding.bottom";
8797                }
8798                rel2 {
8799                   relative: 0.0 0.0;
8800                   to_x: "elm.text.date";
8801                   to_y: "elm.padding.bottom";
8802                }
8803                align: 0.0 1.0;
8804                color: GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC;
8805                text {
8806                   font: "SLP:style=Medium";
8807                   size: GENLIST_FONT_30_INC;
8808                   min: 0 1;
8809                   align: 0.0 0.5;
8810                   text_class: "slp_medium";
8811                }
8812             }
8813             description { state: "selected" 0.0;
8814                inherit: "default" 0.0;
8815                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8816             }
8817             GENLIST_DESCRIPTION_FLIP_ENABLED
8818          }
8819          part { name: "elm.swallow.outbox.progress";
8820             type: SWALLOW;
8821             scale: 1;
8822             mouse_events: 1;
8823             repeat_events: 0;
8824             description { state: "default" 0.0;
8825                min: GENLIST_SIZE_168_INC 0;
8826                fixed: 1 1;
8827                color: 0 0 0 0;
8828                align: 1.0 0.5;
8829                rel1 {
8830                   relative: 0.0 1.0;
8831                   offset: 0 0;
8832                   to_x: "elm.padding.right";
8833                   to_y: "elm.padding.top";
8834                }
8835                rel2 {
8836                   relative: 0.0 0.0;
8837                   offset: 0 0;
8838                   to_x: "elm.padding.right";
8839                   to_y: "elm.padding.bottom";
8840                }
8841             }
8842          }
8843          GENLIST_PART_FLIP
8844          GENLIST_PART_DISCLIP
8845       }
8846       programs {
8847          // signal: elm,state,%s,active
8848          //   a "check" item named %s went active
8849          // signal: elm,state,%s,passive
8850          //   a "check" item named %s went passive
8851          // default is passive
8852          program { name: "go_active";
8853             signal: "elm,state,selected";
8854             source: "elm";
8855             action: STATE_SET "selected" 0.0;
8856             target: "bg_image";
8857             target: "elm.text.subject";
8858             target: "elm.text.name";
8859             target: "elm.text.date";
8860             target: "elm.text.preview";
8861             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8862          }
8863          program { name: "go_passive";
8864             signal: "elm,state,unselected";
8865             source: "elm";
8866             action: STATE_SET "default" 0.0;
8867             target: "bg_image";
8868             target: "elm.text.subject";
8869             target: "elm.text.name";
8870             target: "elm.text.date";
8871             target: "elm.text.preview";
8872             transition: LINEAR 0.1;
8873          }
8874          program { name: "go_disabled";
8875             signal: "elm,state,disabled";
8876             source: "elm";
8877             action: STATE_SET "disabled" 0.0;
8878             target: "disclip";
8879          }
8880          program { name: "go_enabled";
8881             signal: "elm,state,enabled";
8882             source: "elm";
8883             action: STATE_SET "default" 0.0;
8884             target: "disclip";
8885          }
8886          program { name: "go_read";
8887             signal: "elm,state,read";
8888             source: "elm";
8889             action: STATE_SET "read" 0.0;
8890             target: "elm.text.subject";
8891          }
8892          program { name: "go_unread";
8893             signal: "elm,state,unread";
8894             source: "elm";
8895             action: STATE_SET "unread" 0.0;
8896             target: "elm.text.subject";
8897          }
8898          program { name: "go_attach";
8899             signal: "elm,state,attach";
8900             source: "elm";
8901             action: STATE_SET "attach_enable" 0.0;
8902             target: "elm.icon.attach";
8903          }
8904          program { name: "go_priority";
8905             signal: "elm,state,priority";
8906             source: "elm";
8907             action: STATE_SET "priority_enable" 0.0;
8908             target: "elm.icon.priority";
8909          }
8910          program { name: "go_lastverb";
8911             signal: "elm,state,lastverb";
8912             source: "elm";
8913             action: STATE_SET "lastverb_enable" 0.0;
8914             target: "elm.icon.lastverb";
8915          }
8916          program { name: "go_num";
8917             signal: "elm,state,num";
8918             source: "elm";
8919             action: STATE_SET "num_enable" 0.0;
8920             target: "elm.icon.num";
8921             target: "elm.text.num";
8922          }
8923          program { name: "click";
8924             signal: "mouse,up,1";
8925             source: "elm.icon.checkbox.touch";
8926             action: SIGNAL_EMIT "elm,action,check,toggle" "";
8927          }
8928          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8929       }
8930    }
8931
8932
8933 // ???
8934    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8935    group { name: "elm/genlist/item/3text.6icon/default";
8936       alias: "elm/genlist/item_odd/3text.6icon/default";
8937       alias: "elm/genlist/item_compress/3text.6icon/default";
8938       alias: "elm/genlist/item_compress_odd/3text.6icon/default";
8939       data.item: "stacking" "above";
8940       data.item: "selectraise" "on";
8941       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
8942       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
8943       data.item: "flips" "elm.flip.content";
8944       images {
8945          image: "00_list_bar_press_1x80.png" COMP;
8946       }
8947       parts {
8948          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8949          GENLIST_PART_BG
8950          GENLIST_PART_BG_IMAGE
8951          GENLIST_PART_BOTTOM_LINE
8952          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8953          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8954          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
8955          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
8956          part { name: "elm.swallow.colorbar";
8957             clip_to: "disclip";
8958             type: SWALLOW;
8959             scale: 1;
8960             description { state: "default" 0.0;
8961                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8962                rel2.relative: 0.0 0.0;
8963                align: 0.0 0.0;
8964             }
8965          }
8966          part { name: "elm.text.3";
8967             clip_to: "disclip";
8968             type: TEXT;
8969             mouse_events: 0;
8970             scale: 1;
8971             description { state: "default" 0.0;
8972                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
8973                rel1 {
8974                   relative: 0.0 0.0;
8975                   to_x: "elm.padding.right";
8976                   to_y: "elm.padding.bottom";
8977                }
8978                rel2 {
8979                   relative: 0.0 0.0;
8980                   to_x: "elm.padding.right";
8981                   to_y: "elm.padding.bottom";
8982                }
8983                align: 1.0 1.0;
8984                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
8985                text {
8986                   font: "SLP:style=Medium";
8987                   size: GENLIST_FONT_32_INC;
8988                   min: 0 1;
8989                   align: 1.0 0.5;
8990                   text_class: "slp_medium";
8991                }
8992             }
8993             description { state: "selected" 0.0;
8994                inherit: "default" 0.0;
8995                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8996             }
8997             GENLIST_DESCRIPTION_FLIP_ENABLED
8998          }
8999          part { name: "elm.icon.1";
9000             clip_to: "disclip";
9001             type: SWALLOW;
9002             mouse_events: 0;
9003             scale: 1;
9004             description { state: "default" 0.0;
9005                rel1 {
9006                   relative: 0.0 1.0;
9007                   to_x: "elm.padding.right";
9008                   to_y: "elm.padding.top";
9009                }
9010                rel2 {
9011                   relative: 0.0 0.0;
9012                   to_x: "elm.padding.right";
9013                   to_y: "elm.text.3";
9014                }
9015                align: 1.0 0.0;
9016             }
9017             GENLIST_DESCRIPTION_FLIP_ENABLED
9018          }
9019          part { name: "elm.padding.icon1.left";
9020             clip_to: "disclip";
9021             type: RECT;
9022             scale: 1;
9023             description { state: "default" 0.0;
9024                min: GENLIST_PADDING_16_INC 0;
9025                rel1.to_x: "elm.icon.1";
9026                rel2 {
9027                   relative: 0.0 1.0;
9028                   to_x: "elm.icon.1";
9029                }
9030                align: 1.0 0.0;
9031                visible: 0;
9032             }
9033          }
9034          part { name: "elm.text1.rect";
9035             clip_to: "disclip";
9036             type: RECT;
9037             scale: 1;
9038             description { state: "default" 0.0;
9039                min: 0 GENLIST_SIZE_61_INC;
9040                rel1 {
9041                   relative: 1.0 1.0;
9042                   to_x: "elm.swallow.colorbar";
9043                   to_y: "elm.padding.top";
9044                }
9045                rel2 {
9046                   relative: 0.0 0.0;
9047                   to_x: "elm.padding.icon1.left";
9048                   to_y: "elm.padding.top";
9049                }
9050                align: 0.0 0.0;
9051                visible: 0;
9052             }
9053          }
9054          part { name: "elm.text.1";
9055             clip_to: "disclip";
9056             type: TEXTBLOCK;
9057             mouse_events: 0;
9058             scale: 1;
9059             description { state: "default" 0.0;
9060                rel1.to: "elm.text1.rect";
9061                rel2.to: "elm.text1.rect";
9062                align: 0.0 0.0;
9063                text {
9064                   style: "genlist_email_textblock_unread_style";
9065                   min: 0 1;
9066                   max: 0 1;
9067                   align: 0.0 0.5;
9068                }
9069             }
9070             description { state: "selected" 0.0;
9071                inherit: "default" 0.0;
9072                text.style: "genlist_email_textblock_selected_style";
9073             }
9074             description { state: "read" 0.0;
9075                inherit: "default" 0.0;
9076                text.style: "genlist_email_textblock_read_style";
9077             }
9078             description { state: "unread" 0.0;
9079                inherit: "default" 0.0;
9080                text.style: "genlist_email_textblock_unread_style";
9081             }
9082             description { state: "urgency_read" 0.0;
9083                inherit: "default" 0.0;
9084                text.style: "genlist_email_textblock_urgency_read_style";
9085             }
9086             description { state: "urgency_unread" 0.0;
9087                inherit: "default" 0.0;
9088                text.style: "genlist_email_textblock_urgency_unread_style";
9089             }
9090             GENLIST_DESCRIPTION_FLIP_ENABLED
9091          }
9092          part { name: "elm.text.2";
9093             clip_to: "disclip";
9094             type: TEXTBLOCK;
9095             scale: 1;
9096             description { state: "default" 0.0;
9097                rel1 {
9098                   relative: 1.0 1.0;
9099                   to_x: "elm.padding.left";
9100                   to_y: "elm.text.1";
9101                }
9102                rel2 {
9103                   relative: 0.0 0.0;
9104                   to_x: "elm.padding.icon2.left";
9105                   to_y: "elm.padding.bottom";
9106                }
9107                align: 0.0 0.5;
9108                text {
9109                   style: "genlist_email_textblock2_style";
9110                   min: 0 1;
9111                   align: 0.0 0.5;
9112                }
9113             }
9114             description { state: "selected" 0.0;
9115                inherit: "default" 0.0;
9116                text.style: "genlist_email_textblock2_selected_style";
9117             }
9118             GENLIST_DESCRIPTION_FLIP_ENABLED
9119          }
9120          part { name: "elm.padding.icon2.left";
9121             clip_to: "disclip";
9122             type: RECT;
9123             scale: 1;
9124             description { state: "default" 0.0;
9125                min: GENLIST_PADDING_16_INC 0;
9126                rel1 {
9127                   relative: 0.0 1.0;
9128                   to_x: "elm.icon.2";
9129                   to_y: "elm.text.1";
9130                }
9131                rel2 {
9132                   relative: 0.0 0.0;
9133                   to_x: "elm.icon.2";
9134                   to_y: "elm.padding.bottom";
9135                }
9136                align: 1.0 0.0;
9137                visible: 0;
9138             }
9139          }
9140          part { name: "elm.icon.2";
9141             clip_to: "disclip";
9142             type: SWALLOW;
9143             scale: 1;
9144             description { state: "default" 0.0;
9145                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9146                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9147                rel1 {
9148                   relative: 0.0 1.0;
9149                   to_x: "elm.padding.icon3.left";
9150                   to_y: "elm.text.1";
9151                }
9152                rel2 {
9153                   relative: 0.0 0.0;
9154                   to_x: "elm.padding.icon3.left";
9155                   to_y: "elm.padding.bottom";
9156                }
9157                align: 1.0 0.5;
9158             }
9159             GENLIST_DESCRIPTION_FLIP_ENABLED
9160          }
9161          part { name: "elm.padding.icon3.left";
9162             clip_to: "disclip";
9163             type: RECT;
9164             scale: 1;
9165             description { state: "default" 0.0;
9166                min: GENLIST_PADDING_16_INC 0;
9167                rel1 {
9168                   relative: 0.0 1.0;
9169                   to_x: "elm.icon.3";
9170                   to_y: "elm.text.1";
9171                }
9172                rel2 {
9173                   relative: 0.0 0.0;
9174                   to_x: "elm.icon.3";
9175                   to_y: "elm.padding.bottom";
9176                }
9177                align: 1.0 0.0;
9178                visible: 0;
9179             }
9180          }
9181          part { name: "elm.icon.3";
9182             clip_to: "disclip";
9183             type: SWALLOW;
9184             scale: 1;
9185             description { state: "default" 0.0;
9186                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9187                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9188                rel1 {
9189                   relative: 0.0 1.0;
9190                   to_x: "elm.padding.icon4.left";
9191                   to_y: "elm.text.1";
9192                }
9193                rel2 {
9194                   relative: 0.0 0.0;
9195                   to_x: "elm.padding.icon4.left";
9196                   to_y: "elm.padding.bottom";
9197                }
9198                align: 1.0 0.5;
9199             }
9200             GENLIST_DESCRIPTION_FLIP_ENABLED
9201          }
9202          part { name: "elm.padding.icon4.left";
9203             clip_to: "disclip";
9204             type: RECT;
9205             scale: 1;
9206             description { state: "default" 0.0;
9207                min: GENLIST_PADDING_16_INC 0;
9208                rel1 {
9209                   relative: 0.0 1.0;
9210                   to_x: "elm.icon.4";
9211                   to_y: "elm.text.1";
9212                }
9213                rel2 {
9214                   relative: 0.0 0.0;
9215                   to_x: "elm.icon.4";
9216                   to_y: "elm.padding.bottom";
9217                }
9218                align: 1.0 0.0;
9219                visible: 0;
9220             }
9221          }
9222          part { name: "elm.icon.4";
9223             clip_to: "disclip";
9224             type: SWALLOW;
9225             scale: 1;
9226             description { state: "default" 0.0;
9227                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9228                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9229                rel1 {
9230                   relative: 0.0 1.0;
9231                   to_x: "elm.text.3";
9232                   to_y: "elm.text.1";
9233                }
9234                rel2 {
9235                   relative: 0.0 0.0;
9236                   to_x: "elm.text.3";
9237                   to_y: "elm.padding.bottom";
9238                }
9239                align: 1.0 0.5;
9240             }
9241             GENLIST_DESCRIPTION_FLIP_ENABLED
9242          }
9243          part { name: "elm.swallow.outbox.progress";
9244             type: SWALLOW;
9245             scale: 1;
9246             mouse_events: 1;
9247             repeat_events: 0;
9248             description { state: "default" 0.0;
9249                min: GENLIST_SIZE_168_INC 0;
9250                color: 0 0 0 0;
9251                align: 1.0 0.5;
9252                rel1 {
9253                   relative: 0.0 1.0;
9254                   offset: 0 0;
9255                   to_x: "elm.padding.right";
9256                   to_y: "elm.padding.top";
9257                }
9258                rel2 {
9259                   relative: 0.0 0.0;
9260                   offset: 0 0;
9261                   to_x: "elm.padding.right";
9262                   to_y: "elm.padding.bottom";
9263                }
9264             }
9265          }
9266          GENLIST_PART_FLIP
9267          GENLIST_PART_DISCLIP
9268       }
9269       programs {
9270          // signal: elm,state,%s,active
9271          //   a "check" item named %s went active
9272          // signal: elm,state,%s,passive
9273          //   a "check" item named %s went passive
9274          // default is passive
9275          program { name: "go_active";
9276             signal: "elm,state,selected";
9277             source: "elm";
9278             action: STATE_SET "selected" 0.0;
9279             target: "bg_image";
9280             target: "elm.text.1";
9281             target: "elm.text.2";
9282             target: "elm.text.3";
9283             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9284          }
9285          program { name: "go_passive";
9286             signal: "elm,state,unselected";
9287             source: "elm";
9288             action: STATE_SET "default" 0.0;
9289             target: "bg_image";
9290             target: "elm.text.1";
9291             target: "elm.text.2";
9292             target: "elm.text.3";
9293             transition: LINEAR 0.1;
9294          }
9295          program { name: "go_disabled";
9296             signal: "elm,state,disabled";
9297             source: "elm";
9298             action: STATE_SET "disabled" 0.0;
9299             target: "disclip";
9300          }
9301          program { name: "go_enabled";
9302             signal: "elm,state,enabled";
9303             source: "elm";
9304             action: STATE_SET "default" 0.0;
9305             target: "disclip";
9306          }
9307          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
9308          program { name: "go_read";
9309             signal: "elm,state,read";
9310             source: "elm";
9311             action: STATE_SET "read" 0.0;
9312             target: "elm.text.1";
9313          }
9314          program { name: "go_unread";
9315             signal: "elm,state,unread";
9316             source: "elm";
9317             action: STATE_SET "unread" 0.0;
9318             target: "elm.text.1";
9319          }
9320          program { name: "go_urgeny_unread";
9321             signal: "elm,state,urgency_unread";
9322             source: "elm";
9323             action: STATE_SET "urgency_unread" 0.0;
9324             target: "elm.text.1";
9325          }
9326          program { name: "go_urgency_read";
9327             signal: "elm,state,urgency_read";
9328             source: "elm";
9329             action: STATE_SET "urgency_read" 0.0;
9330             target: "elm.text.1";
9331          }
9332          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9333       }
9334    }
9335
9336 // 3.2.24
9337    group { name: "elm/genlist/item/2text.3icon.2/default";
9338       alias: "elm/genlist/item_odd/2text.3icon.2/default";
9339       alias: "elm/genlist/item_compress/2text.3icon.2/default";
9340       alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
9341       data.item: "stacking" "above";
9342       data.item: "selectraise" "on";
9343       data.item: "texts" "elm.text.1 elm.text.2";
9344       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9345       data.item: "flips" "elm.flip.content";
9346       images {
9347          image: "00_list_bar_press_1x80.png" COMP;
9348       }
9349       parts {
9350          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9351          GENLIST_PART_BG_IMAGE
9352          GENLIST_PART_BOTTOM_LINE
9353          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9354          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9355          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9356          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9357          part { name: "elm.swallow.colorbar";
9358             clip_to: "disclip";
9359             type: SWALLOW;
9360             scale: 1;
9361             description { state: "default" 0.0;
9362                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9363                fixed: 1 1;
9364                rel2.relative: 0.0 0.0;
9365                align: 0.0 0.0;
9366             }
9367          }
9368          part { name: "elm.icon.2";
9369             clip_to: "disclip";
9370             type: SWALLOW;
9371             scale: 1;
9372             description { state: "default" 0.0;
9373                fixed: 1 1;
9374                rel1 {
9375                   relative: 0.0 1.0;
9376                   to_x: "elm.padding.right";
9377                   to_y: "elm.padding.top";
9378                }
9379                rel2 {
9380                   relative: 0.0 0.0;
9381                   to_x: "elm.padding.right";
9382                   to_y: "elm.padding.bottom";
9383                }
9384                align: 1.0 0.5;
9385             }
9386             GENLIST_DESCRIPTION_FLIP_ENABLED
9387          }
9388          part { name: "elm.padding.icon2.left";
9389             clip_to: "disclip";
9390             type: RECT;
9391             scale: 1;
9392             description { state: "default" 0.0;
9393                min: GENLIST_PADDING_16_INC 0;
9394                fixed: 1 0;
9395                rel1.to_x: "elm.icon.2";
9396                rel2 {
9397                   relative: 0.0 1.0;
9398                   to_x: "elm.icon.2";
9399                }
9400                align: 1.0 0.0;
9401                visible: 0;
9402             }
9403          }
9404          part { name: "elm.text.2";
9405             clip_to: "disclip";
9406             type: TEXT;
9407             mouse_events: 0;
9408             scale: 1;
9409             description { state: "default" 0.0;
9410                min: 0 GENLIST_SIZE_48_INC;
9411                fixed: 0 1;
9412                rel1 {
9413                   relative: 1.0 0.0;
9414                   to_x: "elm.padding.left";
9415                   to_y: "elm.padding.bottom";
9416                }
9417                rel2 {
9418                   relative: 0.0 0.0;
9419                   to_x: "elm.padding.icon2.left";
9420                   to_y: "elm.padding.bottom";
9421                }
9422                align: 0.0 1.0;
9423                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9424                text {
9425                   font: "SLP:style=Medium";
9426                   size: GENLIST_FONT_32_INC;
9427                   min: 0 1;
9428                   align: 0.0 0.5;
9429                   text_class: "slp_medium";
9430                }
9431             }
9432             description { state: "selected" 0.0;
9433                inherit: "default" 0.0;
9434                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9435             }
9436             GENLIST_DESCRIPTION_FLIP_ENABLED
9437          }
9438          part { name: "elm.text.1";
9439             clip_to: "disclip";
9440             type: TEXT;
9441             mouse_events: 0;
9442             scale: 1;
9443             description { state: "default" 0.0;
9444                min: 0 0;
9445                max: GENLIST_SIZE_560_INC 0;
9446                fixed: 1 0;
9447                rel1 {
9448                   relative: 1.0 1.0;
9449                   to_x: "elm.padding.left";
9450                   to_y: "elm.padding.top";
9451                }
9452                rel2 {
9453                   relative: 1.0 0.0;
9454                   to_x: "elm.padding.left";
9455                   to_y: "elm.text.2";
9456                }
9457                align: 0.0 0.5;
9458                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9459                text {
9460                   font: "SLP:style=Roman";
9461                   size: GENLIST_FONT_44_INC;
9462                   min: 1 1;
9463                   align: 0.0 0.5;
9464                   text_class: "list_item";
9465                }
9466             }
9467             description { state: "selected" 0.0;
9468                inherit: "default" 0.0;
9469                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9470             }
9471             GENLIST_DESCRIPTION_FLIP_ENABLED
9472          }
9473          part { name: "elm.padding.icon1.left";
9474             clip_to: "disclip";
9475             type: RECT;
9476             scale: 1;
9477             description { state: "default" 0.0;
9478                min: GENLIST_PADDING_16_INC 0;
9479                fixed: 1 0;
9480                rel1 {
9481                   relative: 1.0 0.0;
9482                   to_x: "elm.text.1";
9483                }
9484                rel2.to_x: "elm.text.1";
9485                align: 0.0 0.0;
9486                visible: 0;
9487             }
9488          }
9489          part { name: "elm.icon.1";
9490             clip_to: "disclip";
9491             type: SWALLOW;
9492             scale: 1;
9493             description { state: "default" 0.0;
9494                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9495                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9496                fixed: 1 1;
9497                rel1 {
9498                   relative: 1.0 1.0;
9499                   to_x: "elm.padding.icon1.left";
9500                   to_y: "elm.padding.top";
9501                }
9502                rel2 {
9503                   relative: 1.0 0.0;
9504                   to_x: "elm.padding.icon1.left";
9505                   to_y: "elm.text.2";
9506                }
9507                align: 0.0 0.5;
9508             }
9509             GENLIST_DESCRIPTION_FLIP_ENABLED
9510          }
9511          GENLIST_PART_FLIP
9512          GENLIST_PART_DISCLIP
9513       }
9514       programs {
9515          // signal: elm,state,%s,active
9516          //   a "check" item named %s went active
9517          // signal: elm,state,%s,passive
9518          //   a "check" item named %s went passive
9519          // default is passive
9520          program { name: "go_active";
9521             signal: "elm,state,selected";
9522             source: "elm";
9523             action: STATE_SET "selected" 0.0;
9524             target: "bg_image";
9525             target: "elm.text.1";
9526             target: "elm.text.2";
9527             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9528          }
9529          program { name: "go_passive";
9530             signal: "elm,state,unselected";
9531             source: "elm";
9532             action: STATE_SET "default" 0.0;
9533             target: "bg_image";
9534             target: "elm.text.1";
9535             target: "elm.text.2";
9536             transition: LINEAR 0.1;
9537          }
9538          program { name: "go_disabled";
9539             signal: "elm,state,disabled";
9540             source: "elm";
9541             action: STATE_SET "disabled" 0.0;
9542             target: "disclip";
9543          }
9544          program { name: "go_enabled";
9545             signal: "elm,state,enabled";
9546             source: "elm";
9547             action: STATE_SET "default" 0.0;
9548             target: "disclip";
9549          }
9550          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9551          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9552       }
9553    }
9554
9555 // 3.2.25
9556    group { name: "elm/genlist/item/2text.3icon.3/default";
9557       alias: "elm/genlist/item_odd/2text.3icon.3/default";
9558       alias: "elm/genlist/item_compress/2text.3icon.3/default";
9559       alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
9560       data.item: "stacking" "above";
9561       data.item: "selectraise" "on";
9562       data.item: "texts" "elm.text.1 elm.text.2";
9563       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
9564       data.item: "flips" "elm.flip.content";
9565       images {
9566          image: "00_list_bar_press_1x80.png" COMP;
9567       }
9568       parts {
9569          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9570          GENLIST_PART_BG_IMAGE
9571          GENLIST_PART_BOTTOM_LINE
9572          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9573          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9574          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9575          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9576          part { name: "elm.swallow.colorbar";
9577             clip_to: "disclip";
9578             type: SWALLOW;
9579             scale: 1;
9580             description { state: "default" 0.0;
9581                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
9582                fixed: 1 1;
9583                rel2.relative: 0.0 0.0;
9584                align: 0.0 0.0;
9585             }
9586          }
9587          part { name: "elm.icon.1";
9588             clip_to: "disclip";
9589             type: SWALLOW;
9590             scale: 1;
9591             description { state: "default" 0.0;
9592                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9593                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9594                fixed: 1 1;
9595                rel1 {
9596                   relative: 1.0 1.0;
9597                   to_x: "elm.padding.left";
9598                   to_y: "elm.padding.top";
9599                }
9600                rel2 {
9601                   relative: 1.0 0.0;
9602                   to_x: "elm.padding.left";
9603                   to_y: "elm.padding.bottom";
9604                }
9605                align: 0.0 0.5;
9606             }
9607             GENLIST_DESCRIPTION_FLIP_ENABLED
9608          }
9609          part { name: "elm.padding.icon1.right";
9610             clip_to: "disclip";
9611             type: RECT;
9612             scale: 1;
9613             description { state: "default" 0.0;
9614                min: GENLIST_PADDING_16_INC 0;
9615                fixed: 1 0;
9616                rel1 {
9617                   relative: 1.0 0.0;
9618                   to_x: "elm.icon.1";
9619                }
9620                rel2.to_x: "elm.icon.1";
9621                align: 0.0 0.0;
9622                visible: 0;
9623             }
9624          }
9625          part { name: "elm.icon.2";
9626             clip_to: "disclip";
9627             type: SWALLOW;
9628             scale: 1;
9629             description { state: "default" 0.0;
9630                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9631                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9632                fixed: 1 1;
9633                rel1 {
9634                   relative: 0.0 1.0;
9635                   to_x: "elm.padding.right";
9636                   to_y: "elm.padding.top";
9637                }
9638                rel2 {
9639                   relative: 0.0 1.0;
9640                   to_x: "elm.padding.right";
9641                   to_y: "elm.padding.bottom";
9642                }
9643                align: 1.0 0.5;
9644             }
9645             GENLIST_DESCRIPTION_FLIP_ENABLED
9646          }
9647          part { name: "elm.padding.icon2.left";
9648             clip_to: "disclip";
9649             type: RECT;
9650             scale: 1;
9651             description { state: "default" 0.0;
9652                min: GENLIST_PADDING_16_INC 0;
9653                fixed: 1 0;
9654                rel1 {
9655                   relative: 0.0 0.0;
9656                   to_x: "elm.icon.2";
9657                }
9658                rel2.to_x: "elm.icon.2";
9659                align: 1.0 0.0;
9660                visible: 0;
9661             }
9662          }
9663          part { name: "elm.text.1";
9664             clip_to: "disclip";
9665             type: TEXT;
9666             mouse_events: 0;
9667             scale: 1;
9668             description { state: "default" 0.0;
9669                min: 0 GENLIST_SIZE_61_INC;
9670                fixed: 1 1;
9671                rel1 {
9672                   relative: 1.0 1.0;
9673                   to_x: "elm.padding.icon1.right";
9674                   to_y: "elm.padding.top";
9675                }
9676                rel2 {
9677                   relative: 0.0 1.0;
9678                   to_x: "elm.padding.icon2.left";
9679                   to_y: "elm.padding.top";
9680                }
9681                align: 0.0 0.0;
9682                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9683                text {
9684                   font: "SLP:style=Roman";
9685                   size: GENLIST_FONT_44_INC;
9686                   min: 0 1;
9687                   align: 0.0 0.5;
9688                   text_class: "list_item";
9689                }
9690             }
9691             description { state: "selected" 0.0;
9692                inherit: "default" 0.0;
9693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9694             }
9695             GENLIST_DESCRIPTION_FLIP_ENABLED
9696          }
9697          part { name: "elm.text.2";
9698             clip_to: "disclip";
9699             type: TEXT;
9700             mouse_events: 0;
9701             scale: 1;
9702             description { state: "default" 0.0;
9703                rel1 {
9704                   relative: 1.0 1.0;
9705                   to_x: "elm.padding.icon1.right";
9706                   to_y: "elm.text.1";
9707                }
9708                rel2 {
9709                   relative: 0.0 0.0;
9710                   to_x: "elm.padding.icon2.left";
9711                   to_y: "elm.padding.bottom";
9712                }
9713                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9714                text {
9715                   font: "SLP:style=Medium";
9716                   size: GENLIST_FONT_32_INC;
9717                   min: 0 1;
9718                   align: 0.0 0.5;
9719                   text_class: "slp_medium";
9720                }
9721             }
9722             description { state: "selected" 0.0;
9723                inherit: "default" 0.0;
9724                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9725             }
9726             GENLIST_DESCRIPTION_FLIP_ENABLED
9727          }
9728          GENLIST_PART_FLIP
9729          GENLIST_PART_DISCLIP
9730       }
9731       programs {
9732          // signal: elm,state,%s,active
9733          //   a "check" item named %s went active
9734          // signal: elm,state,%s,passive
9735          //   a "check" item named %s went passive
9736          // default is passive
9737          program { name: "go_active";
9738             signal: "elm,state,selected";
9739             source: "elm";
9740             action: STATE_SET "selected" 0.0;
9741             target: "bg_image";
9742             target: "elm.text.1";
9743             target: "elm.text.2";
9744             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9745          }
9746          program { name: "go_passive";
9747             signal: "elm,state,unselected";
9748             source: "elm";
9749             action: STATE_SET "default" 0.0;
9750             target: "bg_image";
9751             target: "elm.text.1";
9752             target: "elm.text.2";
9753             transition: LINEAR 0.1;
9754          }
9755          program { name: "go_disabled";
9756             signal: "elm,state,disabled";
9757             source: "elm";
9758             action: STATE_SET "disabled" 0.0;
9759             target: "disclip";
9760          }
9761          program { name: "go_enabled";
9762             signal: "elm,state,enabled";
9763             source: "elm";
9764             action: STATE_SET "default" 0.0;
9765             target: "disclip";
9766          }
9767          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9768          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9769       }
9770    }
9771
9772 // 3.2.26
9773    group { name: "elm/genlist/item/2text.2icon.6/default";
9774       alias: "elm/genlist/item_odd/2text.2icon.6/default";
9775       alias: "elm/genlist/item_compress/2text.2icon.6/default";
9776       alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
9777       data.item: "stacking" "above";
9778       data.item: "selectraise" "on";
9779       data.item: "texts" "elm.text.1 elm.text.2";
9780       data.item: "contents" "elm.icon.1 elm.icon.2";
9781       data.item: "flips" "elm.flip.content";
9782       images {
9783          image: "00_list_bar_press_1x80.png" COMP;
9784       }
9785       parts {
9786          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9787          GENLIST_PART_BG_IMAGE
9788          GENLIST_PART_BOTTOM_LINE
9789          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9790          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9791          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
9792          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
9793          part { name: "elm.icon.1";
9794             clip_to: "disclip";
9795             type: SWALLOW;
9796             scale: 1;
9797             description { state: "default" 0.0;
9798                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9799                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
9800                fixed: 1 1;
9801                rel1 {
9802                   relative: 1.0 1.0;
9803                   to_x: "elm.padding.left";
9804                   to_y: "elm.padding.top";
9805                }
9806                rel2 {
9807                   relative: 1.0 0.0;
9808                   to_x: "elm.padding.left";
9809                   to_y: "elm.padding.bottom";
9810                }
9811                align: 0.0 0.5;
9812             }
9813             GENLIST_DESCRIPTION_FLIP_ENABLED
9814          }
9815          part { name: "elm.padding.icon1.right";
9816             clip_to: "disclip";
9817             type: RECT;
9818             scale: 1;
9819             description { state: "default" 0.0;
9820                min: GENLIST_PADDING_16_INC 0;
9821                fixed: 1 0;
9822                rel1 {
9823                   relative: 1.0 0.0;
9824                   to_x: "elm.icon.1";
9825                }
9826                rel2.to_x: "elm.icon.1";
9827                align: 0.0 0.0;
9828                visible: 0;
9829             }
9830          }
9831          part { name: "elm.text.1";
9832             clip_to: "disclip";
9833             type: TEXT;
9834             mouse_events: 0;
9835             scale: 1;
9836             description { state: "default" 0.0;
9837                min: 0 GENLIST_SIZE_61_INC;
9838                fixed: 0 1;
9839                rel1 {
9840                   relative: 1.0 1.0;
9841                   to_x: "elm.padding.icon1.right";
9842                   to_y: "elm.padding.top";
9843                }
9844                rel2 {
9845                   relative: 0.0 1.0;
9846                   to_x: "elm.padding.right";
9847                   to_y: "elm.padding.top";
9848                }
9849                align: 0.0 0.0;
9850                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
9851                text {
9852                   font: "SLP:style=Roman";
9853                   size: GENLIST_FONT_44_INC;
9854                   min: 0 1;
9855                   align: 0.0 0.5;
9856                   text_class: "list_item";
9857                }
9858             }
9859             description { state: "selected" 0.0;
9860                inherit: "default" 0.0;
9861                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9862             }
9863             GENLIST_DESCRIPTION_FLIP_ENABLED
9864          }
9865          part { name: "elm.icon.2";
9866             clip_to: "disclip";
9867             type: SWALLOW;
9868             scale: 1;
9869             description { state: "default" 0.0;
9870                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9871                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9872                fixed: 1 1;
9873                rel1 {
9874                   relative: 0.0 1.0;
9875                   to_x: "elm.padding.right";
9876                   to_y: "elm.text.1";
9877                }
9878                rel2 {
9879                   relative: 0.0 1.0;
9880                   to_x: "elm.padding.right";
9881                   to_y: "elm.padding.bottom";
9882                }
9883                align: 1.0 0.5;
9884             }
9885             GENLIST_DESCRIPTION_FLIP_ENABLED
9886          }
9887          part { name: "elm.padding.icon2.left";
9888             type: RECT;
9889             scale: 1;
9890             description { state: "default" 0.0;
9891                min: GENLIST_PADDING_16_INC 0;
9892                fixed: 1 0;
9893                rel1 {
9894                   relative: 0.0 0.0;
9895                   to_x: "elm.icon.2";
9896                }
9897                rel2.to_x: "elm.icon.2";
9898                align: 1.0 0.0;
9899                visible: 0;
9900             }
9901          }
9902          part { name: "elm.text.2";
9903             clip_to: "disclip";
9904             type: TEXT;
9905             mouse_events: 0;
9906             scale: 1;
9907             description { state: "default" 0.0;
9908                rel1 {
9909                   relative: 1.0 1.0;
9910                   to_x: "elm.padding.icon1.right";
9911                   to_y: "elm.text.1";
9912                }
9913                rel2 {
9914                   relative: 0.0 0.0;
9915                   offset: 0 0;
9916                   to_x: "elm.padding.icon2.left";
9917                   to_y: "elm.padding.bottom";
9918                }
9919                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
9920                text {
9921                   font: "SLP:style=Medium";
9922                   size: GENLIST_FONT_32_INC;
9923                   min: 0 1;
9924                   align: 0.0 0.5;
9925                   text_class: "slp_medium";
9926                }
9927             }
9928             description { state: "selected" 0.0;
9929                inherit: "default" 0.0;
9930                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9931             }
9932             GENLIST_DESCRIPTION_FLIP_ENABLED
9933          }
9934          GENLIST_PART_FLIP
9935          GENLIST_PART_DISCLIP
9936       }
9937       programs {
9938          // signal: elm,state,%s,active
9939          //   a "check" item named %s went active
9940          // signal: elm,state,%s,passive
9941          //   a "check" item named %s went passive
9942          // default is passive
9943          program { name: "go_active";
9944             signal: "elm,state,selected";
9945             source: "elm";
9946             action: STATE_SET "selected" 0.0;
9947             target: "bg_image";
9948             target: "elm.text.1";
9949             target: "elm.text.2";
9950             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9951          }
9952          program { name: "go_passive";
9953             signal: "elm,state,unselected";
9954             source: "elm";
9955             action: STATE_SET "default" 0.0;
9956             target: "bg_image";
9957             target: "elm.text.1";
9958             target: "elm.text.2";
9959             transition: LINEAR 0.1;
9960          }
9961          program { name: "go_disabled";
9962             signal: "elm,state,disabled";
9963             source: "elm";
9964             action: STATE_SET "disabled" 0.0;
9965             target: "disclip";
9966          }
9967          program { name: "go_enabled";
9968             signal: "elm,state,enabled";
9969             source: "elm";
9970             action: STATE_SET "default" 0.0;
9971             target: "disclip";
9972          }
9973          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9974          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9975       }
9976    }
9977
9978    group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
9979       inherit: "elm/genlist/item/2text.2icon.6/default";
9980       parts {
9981          part { name: "elm.text.1";
9982             clip_to: "disclip";
9983             type: TEXTBLOCK;
9984             mouse_events: 0;
9985             scale: 1;
9986             description { state: "default" 0.0;
9987                min: 0 GENLIST_SIZE_61_INC;
9988                fixed: 0 1;
9989                rel1 {
9990                   relative: 1.0 1.0;
9991                   to_x: "elm.padding.icon1.right";
9992                   to_y: "elm.padding.top";
9993                }
9994                rel2 {
9995                   relative: 0.0 1.0;
9996                   to_x: "elm.padding.right";
9997                   to_y: "elm.padding.top";
9998                }
9999                align: 0.0 0.0;
10000                text {
10001                   style: "genlist_default_textblock_style";
10002                   size: GENLIST_FONT_44_INC;
10003                   min: 0 1;
10004                   align: 0.0 0.5;
10005                   text_class: "list_item";
10006                }
10007             }
10008             description { state: "selected" 0.0;
10009                inherit: "default" 0.0;
10010                text.style: "genlist_default_textblock_selected_style";
10011             }
10012             GENLIST_DESCRIPTION_FLIP_ENABLED
10013          }
10014          part { name: "elm.text.2";
10015             clip_to: "disclip";
10016             type: TEXTBLOCK;
10017             mouse_events: 0;
10018             scale: 1;
10019             description { state: "default" 0.0;
10020                rel1 {
10021                   relative: 1.0 1.0;
10022                   to_x: "elm.padding.icon1.right";
10023                   to_y: "elm.text.1";
10024                }
10025                rel2 {
10026                   relative: 0.0 0.0;
10027                   offset: 0 0;
10028                   to_x: "elm.padding.icon2.left";
10029                   to_y: "elm.padding.bottom";
10030                }
10031                text {
10032                   style: "genlist_default_textblock_style";
10033                   size: GENLIST_FONT_32_INC;
10034                   min: 0 1;
10035                   align: 0.0 0.5;
10036                   text_class: "slp_medium";
10037                }
10038             }
10039             description { state: "selected" 0.0;
10040                inherit: "default" 0.0;
10041                text.style: "genlist_default_textblock_selected_style";
10042             }
10043             GENLIST_DESCRIPTION_FLIP_ENABLED
10044          }
10045       }
10046    }
10047
10048 // 3.2.27
10049    group { name: "elm/genlist/item/2text.1icon.12/default";
10050       alias: "elm/genlist/item_odd/2text.1icon.12/default";
10051       alias: "elm/genlist/item_compress/2text.1icon.12/default";
10052       alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
10053       data.item: "stacking" "above";
10054       data.item: "selectraise" "on";
10055       data.item: "texts" "elm.text.1 elm.text.2";
10056       data.item: "contents" "elm.icon";
10057       data.item: "flips" "elm.flip.content";
10058       images {
10059          image: "00_list_bar_press_1x80.png" COMP;
10060       }
10061       parts {
10062          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10063          GENLIST_PART_BG_IMAGE
10064          GENLIST_PART_BOTTOM_LINE
10065          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10066          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10067          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10068          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10069          part { name: "elm.icon";
10070             clip_to: "disclip";
10071             type: SWALLOW;
10072             scale: 1;
10073             description { state: "default" 0.0;
10074                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10075                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10076                fixed: 1 1;
10077                rel1 {
10078                   relative: 0.0 1.0;
10079                   to_x: "elm.padding.right";
10080                   to_y: "elm.padding.top";
10081                }
10082                rel2 {
10083                   relative: 0.0 0.0;
10084                   to_x: "elm.padding.right";
10085                   to_y: "elm.padding.bottom";
10086                }
10087                align: 1.0 0.5;
10088             }
10089             GENLIST_DESCRIPTION_FLIP_ENABLED
10090          }
10091          part { name: "elm.padding.icon.left";
10092             clip_to: "disclip";
10093             type: RECT;
10094             scale: 1;
10095             description { state: "default" 0.0;
10096                min: GENLIST_PADDING_16_INC 0;
10097                fixed: 1 0;
10098                rel1.to_x: "elm.icon";
10099                rel2 {
10100                   relative: 0.0 1.0;
10101                   to_x: "elm.icon";
10102                }
10103                align: 1.0 0.0;
10104                visible: 0;
10105             }
10106          }
10107          part { name: "elm.text.1";
10108             clip_to: "disclip";
10109             type: TEXT;
10110             mouse_events: 0;
10111             scale: 1;
10112             description { state: "default" 0.0;
10113                min: 0 GENLIST_SIZE_61_INC;
10114                fixed: 0 1;
10115                rel1 {
10116                   relative: 1.0 1.0;
10117                   to_x: "elm.padding.left";
10118                   to_y: "elm.padding.top";
10119                }
10120                rel2 {
10121                   relative: 0.0 1.0;
10122                   to_x: "elm.padding.icon.left";
10123                   to_y: "elm.padding.top";
10124                }
10125                align: 0.0 0.0;
10126                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10127                text {
10128                   font: "SLP:style=Roman";
10129                   size: GENLIST_FONT_44_INC;
10130                   min: 0 1;
10131                   align: 0.0 0.5;
10132                   text_class: "list_item";
10133                }
10134             }
10135             description { state: "selected" 0.0;
10136                inherit: "default" 0.0;
10137                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10138             }
10139             GENLIST_DESCRIPTION_FLIP_ENABLED
10140          }
10141          part { name: "elm.text.2";
10142             clip_to: "disclip";
10143             type: TEXT;
10144             mouse_events: 0;
10145             scale: 1;
10146             description { state: "default" 0.0;
10147                rel1 {
10148                   relative: 1.0 1.0;
10149                   to_x: "elm.padding.left";
10150                   to_y: "elm.text.1";
10151                }
10152                rel2 {
10153                   relative: 0.0 0.0;
10154                   to_x: "elm.padding.icon.left";
10155                   to_y: "elm.padding.bottom";
10156                }
10157                align: 0.0 0.0;
10158                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10159                text {
10160                   font: "SLP:style=Medium";
10161                   size: GENLIST_FONT_32_INC;
10162                   min: 0 1;
10163                   align: 0.0 0.5;
10164                   text_class: "slp_medium";
10165                }
10166             }
10167             description { state: "selected" 0.0;
10168                inherit: "default" 0.0;
10169                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10170             }
10171             GENLIST_DESCRIPTION_FLIP_ENABLED
10172          }
10173          GENLIST_PART_FLIP
10174          GENLIST_PART_DISCLIP
10175       }
10176       programs {
10177          // signal: elm,state,%s,active
10178          //   a "check" item named %s went active
10179          // signal: elm,state,%s,passive
10180          //   a "check" item named %s went passive
10181          // default is passive
10182          program { name: "go_active";
10183             signal: "elm,state,selected";
10184             source: "elm";
10185             action: STATE_SET "selected" 0.0;
10186             target: "bg_image";
10187             target: "elm.text.1";
10188             target: "elm.text.2";
10189             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10190          }
10191          program { name: "go_passive";
10192             signal: "elm,state,unselected";
10193             source: "elm";
10194             action: STATE_SET "default" 0.0;
10195             target: "bg_image";
10196             target: "elm.text.1";
10197             target: "elm.text.2";
10198             transition: LINEAR 0.1;
10199          }
10200          program { name: "go_disabled";
10201             signal: "elm,state,disabled";
10202             source: "elm";
10203             action: STATE_SET "disabled" 0.0;
10204             target: "disclip";
10205          }
10206          program { name: "go_enabled";
10207             signal: "elm,state,enabled";
10208             source: "elm";
10209             action: STATE_SET "default" 0.0;
10210             target: "disclip";
10211          }
10212          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10213          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10214       }
10215    }
10216
10217 // ???
10218    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10219    group { name: "elm/genlist/item/2text.1icon.13/default";
10220       alias: "elm/genlist/item_odd/2text.1icon.13/default";
10221       alias: "elm/genlist/item_compress/2text.1icon.13/default";
10222       alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
10223       data.item: "stacking" "above";
10224       data.item: "selectraise" "on";
10225       data.item: "texts" "elm.text elm.text.msgcount";
10226       data.item: "contents" "elm.icon";
10227       data.item: "flips" "elm.flip.content";
10228       images {
10229          image: "00_list_bar_press_1x80.png" COMP;
10230       }
10231       parts {
10232          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10233          GENLIST_PART_BG
10234          GENLIST_PART_BG_IMAGE
10235          GENLIST_PART_BOTTOM_LINE
10236          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10237          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10238          part { name: "elm.icon";
10239             clip_to: "disclip";
10240             type: SWALLOW;
10241             scale: 1;
10242             description { state: "default" 0.0;
10243                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10244                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10245                fixed: 1 1;
10246                rel1 {
10247                   relative: 1.0 0.0;
10248                   to_x: "elm.padding.left";
10249                }
10250                rel2 {
10251                   relative: 1.0 1.0;
10252                   to_x: "elm.padding.left";
10253                }
10254                align: 0.0 0.5;
10255             }
10256             GENLIST_DESCRIPTION_FLIP_ENABLED
10257          }
10258          part { name: "elm.text.msgcount";
10259             clip_to: "disclip";
10260             type: TEXT;
10261             mouse_events: 0;
10262             scale: 1;
10263             description {
10264                state: "default" 0.0;
10265                fixed: 1 1;
10266                align: 0 0;
10267                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10268                rel1.to: "elm.icon";
10269                rel2.to: "elm.icon";
10270                text {
10271                   font: "SLP:style=Medium";
10272                   size: GENLIST_FONT_28_INC;
10273                   min: 0 1;
10274                   align: 0.5 0.5;
10275                   text_class: "slp_medium";
10276                }
10277                align: 0.0 0.5;
10278             }
10279          }
10280          part { name: "elm.padding.icon.right";
10281             clip_to: "disclip";
10282             type: RECT;
10283             scale: 1;
10284             description {
10285                state: "default" 0.0;
10286                min: GENLIST_SIZE_16_INC 0;
10287                fixed: 1 0;
10288                rel1 {
10289                   relative: 1.0 0.0;
10290                   to_x: "elm.icon";
10291                }
10292                rel2.to_x: "elm.icon";
10293                visible: 0;
10294             }
10295          }
10296          part { name: "elm.text";
10297             clip_to: "disclip";
10298             type: TEXT;
10299             mouse_events: 0;
10300             scale: 1;
10301             description { state: "default" 0.0;
10302                rel1 {
10303                   relative: 1.0 0.0;
10304                   to_x: "elm.padding.icon.right";
10305                }
10306                rel2 {
10307                   relative: 0.0 1.0;
10308                   to_x: "elm.padding.right";
10309                }
10310                align: 0.0 0.5;
10311                color: GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC;
10312                text {
10313                   font: "SLP:style=Roman";
10314                   size: GENLIST_FONT_44_INC;
10315                   min: 0 1;
10316                   align: 0.0 0.5;
10317                   text_class: "list_item";
10318                }
10319             }
10320             description { state: "selected" 0.0;
10321                inherit: "default" 0.0;
10322                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10323             }
10324             GENLIST_DESCRIPTION_FLIP_ENABLED
10325          }
10326          GENLIST_PART_FLIP
10327          GENLIST_PART_DISCLIP
10328       }
10329       programs {
10330          program { name: "go_active";
10331             signal: "elm,state,selected";
10332             source: "elm";
10333             action: STATE_SET "selected" 0.0;
10334             target: "bg_image";
10335             target: "elm.text";
10336             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10337          }
10338          program { name: "go_passive";
10339             signal: "elm,state,unselected";
10340             source: "elm";
10341             action: STATE_SET "default" 0.0;
10342             target: "bg_image";
10343             target: "elm.text";
10344             transition: LINEAR 0.1;
10345          }
10346          program { name: "go_disabled";
10347             signal: "elm,state,disabled";
10348             source: "elm";
10349             action: STATE_SET "disabled" 0.0;
10350             target: "disclip";
10351          }
10352          program { name: "go_enabled";
10353             signal: "elm,state,enabled";
10354             source: "elm";
10355             action: STATE_SET "default" 0.0;
10356             target: "disclip";
10357          }
10358          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10359       }
10360    }
10361
10362 // ???
10363    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
10364    group { name: "elm/genlist/item/2text.1icon.14/default";
10365       alias: "elm/genlist/item_odd/2text.1icon.14/default";
10366       alias: "elm/genlist/item_compress/2text.1icon.14/default";
10367       alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
10368       data.item: "stacking" "above";
10369       data.item: "selectraise" "on";
10370       data.item: "texts" "elm.text elm.text.msgcount";
10371       data.item: "contents" "elm.check elm.icon";
10372       data.item: "flips" "elm.flip.content";
10373       images {
10374          image: "00_list_bar_press_1x80.png" COMP;
10375       }
10376       parts {
10377          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
10378          GENLIST_PART_BG
10379          GENLIST_PART_BG_IMAGE
10380          GENLIST_PART_BOTTOM_LINE
10381          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10382          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10383          part { name: "elm.check";
10384             clip_to: "disclip";
10385             type: SWALLOW;
10386             mouse_events: 1;
10387             scale: 1;
10388             description { state: "default" 0.0;
10389                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10390                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10391                fixed: 1 1;
10392                rel1 {
10393                   relative: 1.0 0.0;
10394                   to_x: "elm.padding.left";
10395                }
10396                rel2 {
10397                   relative: 1.0 1.0;
10398                   to_x: "elm.padding.left";
10399                }
10400                align: 0.0 0.5;
10401             }
10402             GENLIST_DESCRIPTION_FLIP_ENABLED
10403          }
10404
10405          part { name: "elm.padding.icon.checkbox.right";
10406             clip_to: "disclip";
10407             type: RECT;
10408             scale: 1;
10409             description { state: "default" 0.0;
10410                min: GENLIST_PADDING_16_INC 0;
10411                fixed: 1 0;
10412                rel1 {
10413                   relative: 1.0 0.0;
10414                   to_x: "elm.check";
10415                }
10416                rel2 {
10417                   relative: 1.0 1.0;
10418                   to_x:  "elm.check";
10419                }
10420                align: 1.0 0.0;
10421                visible: 0;
10422             }
10423          }
10424          part { name: "elm.icon";
10425             clip_to: "disclip";
10426             type: SWALLOW;
10427             scale: 1;
10428             description { state: "default" 0.0;
10429                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10430                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10431                fixed: 1 1;
10432                rel1.to_x: "elm.padding.right";
10433                rel2 {
10434                   relative: 0.0 1.0;
10435                   to_x: "elm.padding.right";
10436                }
10437                align: 1.0 0.5;
10438             }
10439             GENLIST_DESCRIPTION_FLIP_ENABLED
10440          }
10441          part { name: "elm.text.msgcount";
10442             clip_to: "disclip";
10443             type: TEXT;
10444             mouse_events: 0;
10445             scale: 1;
10446             description {
10447                state: "default" 0.0;
10448                fixed: 1 1;
10449                align: 0 0;
10450                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
10451                rel1.to: "elm.icon";
10452                rel2.to: "elm.icon";
10453                text {
10454                   font: "SLP:style=Medium";
10455                   size: GENLIST_FONT_28_INC;
10456                   min: 0 1;
10457                   align: 0.5 0.5;
10458                   text_class: "slp_medium";
10459                }
10460                align: 0.0 0.5;
10461             }
10462          }
10463          part { name: "elm.padding.icon.left";
10464             clip_to: "disclip";
10465             type: RECT;
10466             scale: 1;
10467             description {
10468                state: "default" 0.0;
10469                min: GENLIST_SIZE_16_INC 0;
10470                fixed: 1 0;
10471                rel1.to_x: "elm.icon";
10472                rel2 {
10473                   relative: 0.0 1.0;
10474                   to_x: "elm.icon";
10475                }
10476                align: 1.0 0.0;
10477                visible: 0;
10478             }
10479          }
10480          part { name: "elm.text";
10481             clip_to: "disclip";
10482             type: TEXTBLOCK;
10483             mouse_events: 0;
10484             scale: 1;
10485             description { state: "default" 0.0;
10486                rel1 {
10487                   relative: 1.0 0.0;
10488                   to_x: "elm.padding.icon.checkbox.right";
10489                }
10490                rel2 {
10491                   relative: 0.0 1.0;
10492                   to_x: "elm.padding.icon.left";
10493                }
10494                align: 0.0 0.5;
10495                text {
10496                   style: "genlist_email_textblock_unread_style";
10497                   min: 0 1;
10498                   max: 0 1;
10499                   align: 0.0 0.5;
10500                }
10501             }
10502             description { state: "selected" 0.0;
10503                inherit: "default" 0.0;
10504                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10505             }
10506             GENLIST_DESCRIPTION_FLIP_ENABLED
10507          }
10508          GENLIST_PART_FLIP
10509          GENLIST_PART_DISCLIP
10510       }
10511       programs {
10512          program { name: "go_active";
10513             signal: "elm,state,selected";
10514             source: "elm";
10515             action: STATE_SET "selected" 0.0;
10516             target: "bg_image";
10517             target: "elm.text";
10518             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10519          }
10520          program { name: "go_passive";
10521             signal: "elm,state,unselected";
10522             source: "elm";
10523             action: STATE_SET "default" 0.0;
10524             target: "bg_image";
10525             target: "elm.text";
10526             transition: LINEAR 0.1;
10527          }
10528          program { name: "go_disabled";
10529             signal: "elm,state,disabled";
10530             source: "elm";
10531             action: STATE_SET "disabled" 0.0;
10532             target: "disclip";
10533          }
10534          program { name: "go_enabled";
10535             signal: "elm,state,enabled";
10536             source: "elm";
10537             action: STATE_SET "default" 0.0;
10538             target: "disclip";
10539          }
10540          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10541       }
10542    }
10543
10544 // 3.2.28
10545    group { name: "elm/genlist/item/2text.3icon/default";
10546       alias: "elm/genlist/item_odd/2text.3icon/default";
10547       alias: "elm/genlist/item_compress/2text.3icon/default";
10548       alias: "elm/genlist/item_compress_odd/2text.3icon/default";
10549       data.item: "stacking" "above";
10550       data.item: "selectraise" "on";
10551       data.item: "texts" "elm.text.1 elm.text.2";
10552       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
10553       data.item: "flips" "elm.flip.content";
10554       images {
10555          image: "00_list_bar_press_1x80.png" COMP;
10556       }
10557       parts {
10558          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10559          GENLIST_PART_BG_IMAGE
10560          GENLIST_PART_BOTTOM_LINE
10561          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10562          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10563          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10564          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10565          part { name: "elm.icon.3";
10566             clip_to: "disclip";
10567             type: SWALLOW;
10568             scale: 1;
10569             description { state: "default" 0.0;
10570                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10571                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
10572                fixed: 1 1;
10573                rel1 {
10574                   relative: 0.0 1.0;
10575                   to_x: "elm.padding.right";
10576                   to_y: "elm.padding.top";
10577                }
10578                rel2 {
10579                   relative: 0.0 1.0;
10580                   to_x: "elm.padding.right";
10581                   to_y: "elm.padding.bottom";
10582                }
10583                align: 1.0 0.5;
10584             }
10585             GENLIST_DESCRIPTION_FLIP_ENABLED
10586          }
10587          part { name: "elm.padding.icon3.left";
10588             clip_to: "disclip";
10589             type: RECT;
10590             scale: 1;
10591             description { state: "default" 0.0;
10592                min: GENLIST_PADDING_16_INC 0;
10593                fixed: 1 0;
10594                rel1.to_x: "elm.icon.3";
10595                rel2 {
10596                   relative: 0.0 1.0;
10597                   to_x: "elm.icon.3";
10598                }
10599                align: 1.0 0.0;
10600                visible: 0;
10601             }
10602          }
10603          part { name: "elm.text.2";
10604             clip_to: "disclip";
10605             type: TEXT;
10606             mouse_events: 0;
10607             scale: 1;
10608             description { state: "default" 0.0;
10609                min: 0 GENLIST_SIZE_48_INC;
10610                fixed: 1 1;
10611                rel1 {
10612                   relative: 1.0 0.0;
10613                   to_x: "elm.padding.icon2.right";
10614                   to_y: "elm.padding.bottom";
10615                }
10616                rel2 {
10617                   relative: 0.0 0.0;
10618                   to_x: "elm.padding.icon3.left";
10619                   to_y: "elm.padding.bottom";
10620                }
10621                align: 0.0 1.0;
10622                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10623                text {
10624                   font: "SLP:style=Medium";
10625                   size: GENLIST_FONT_32_INC;
10626                   min: 0 1;
10627                   align: 0.0 0.5;
10628                   text_class: "slp_medium";
10629                }
10630             }
10631             description { state: "selected" 0.0;
10632                inherit: "default" 0.0;
10633                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10634             }
10635             GENLIST_DESCRIPTION_FLIP_ENABLED
10636          }
10637          part { name: "elm.icon.2";
10638             clip_to: "disclip";
10639             type: SWALLOW;
10640             scale: 1;
10641             description { state: "default" 0.0;
10642                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10643                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10644                fixed: 1 1;
10645                rel1 {
10646                   relative: 1.0 0.0;
10647                   to_x: "elm.padding.left";
10648                   to_y: "elm.text.2";
10649                }
10650                rel2 {
10651                   relative: 1.0 0.0;
10652                   to_x: "elm.padding.left";
10653                   to_y: "elm.padding.bottom";
10654                }
10655                align: 0.0 0.5;
10656             }
10657             GENLIST_DESCRIPTION_FLIP_ENABLED
10658          }
10659          part { name: "elm.padding.icon2.right";
10660             clip_to: "disclip";
10661             type: RECT;
10662             scale: 1;
10663             description { state: "default" 0.0;
10664                min: GENLIST_PADDING_16_INC 0;
10665                fixed: 1 0;
10666                rel1 {
10667                   relative: 1.0 0.0;
10668                   to_x: "elm.icon.2";
10669                }
10670                rel2.to_x: "elm.icon.2";
10671                align: 0.0 0.0;
10672                visible: 0;
10673             }
10674          }
10675          part { name: "elm.text.1";
10676             clip_to: "disclip";
10677             type: TEXT;
10678             mouse_events: 0;
10679             scale: 1;
10680             description { state: "default" 0.0;
10681                min: 0 0;
10682                max: GENLIST_SIZE_576_INC 0;
10683                fixed: 1 0;
10684                rel1 {
10685                   relative: 1.0 1.0;
10686                   to_x: "elm.padding.left";
10687                   to_y: "elm.padding.top";
10688                }
10689                rel2 {
10690                   relative: 1.0 0.0;
10691                   to_x: "elm.padding.left";
10692                   to_y: "elm.text.2";
10693                }
10694                align: 0.0 0.5;
10695                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10696                text {
10697                   font: "SLP:style=Roman";
10698                   size: GENLIST_FONT_44_INC;
10699                   min: 1 1;
10700                   align: 0.0 0.5;
10701                   text_class: "list_item";
10702                }
10703             }
10704             description { state: "selected" 0.0;
10705                inherit: "default" 0.0;
10706                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10707             }
10708             GENLIST_DESCRIPTION_FLIP_ENABLED
10709          }
10710
10711          part { name: "elm.padding.icon1.left";
10712             type: RECT;
10713             scale: 1;
10714             description { state: "default" 0.0;
10715                min: GENLIST_PADDING_16_INC 0;
10716                fixed: 1 0;
10717                rel1 {
10718                   relative: 1.0 0.0;
10719                   to_x: "elm.text.1";
10720                }
10721                rel2.to_x: "elm.text.1";
10722                align: 0.0 0.0;
10723                visible: 0;
10724             }
10725          }
10726          part { name: "elm.icon.1";
10727             clip_to: "disclip";
10728             type: SWALLOW;
10729             scale: 1;
10730             description { state: "default" 0.0;
10731                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10732                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
10733                fixed: 1 1;
10734                rel1 {
10735                   relative: 1.0 1.0;
10736                   to_x: "elm.padding.icon1.left";
10737                   to_y: "elm.padding.top";
10738                }
10739                rel2 {
10740                   relative: 1.0 0.0;
10741                   to_x: "elm.padding.icon1.left";
10742                   to_y: "elm.text.2";
10743                }
10744                align: 0.0 0.5;
10745             }
10746             GENLIST_DESCRIPTION_FLIP_ENABLED
10747          }
10748          GENLIST_PART_FLIP
10749          GENLIST_PART_DISCLIP
10750       }
10751       programs {
10752          // signal: elm,state,%s,active
10753          //   a "check" item named %s went active
10754          // signal: elm,state,%s,passive
10755          //   a "check" item named %s went passive
10756          // default is passive
10757          program { name: "go_active";
10758             signal: "elm,state,selected";
10759             source: "elm";
10760             action: STATE_SET "selected" 0.0;
10761             target: "bg_image";
10762             target: "elm.text.1";
10763             target: "elm.text.2";
10764             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10765          }
10766          program { name: "go_passive";
10767             signal: "elm,state,unselected";
10768             source: "elm";
10769             action: STATE_SET "default" 0.0;
10770             target: "bg_image";
10771             target: "elm.text.1";
10772             target: "elm.text.2";
10773             transition: LINEAR 0.1;
10774          }
10775          program { name: "go_disabled";
10776             signal: "elm,state,disabled";
10777             source: "elm";
10778             action: STATE_SET "disabled" 0.0;
10779             target: "disclip";
10780          }
10781          program { name: "go_enabled";
10782             signal: "elm,state,enabled";
10783             source: "elm";
10784             action: STATE_SET "default" 0.0;
10785             target: "disclip";
10786          }
10787          GENLIST_PROGRAM_FLIP_2TEXT_3ICON
10788          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10789       }
10790    }
10791
10792 // 3.2.29
10793    group { name: "elm/genlist/item/2text.1icon.5/default";
10794       alias: "elm/genlist/item_odd/2text.1icon.5/default";
10795       alias: "elm/genlist/item_compress/2text.1icon.5/default";
10796       alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
10797       data.item: "stacking" "above";
10798       data.item: "selectraise" "on";
10799       data.item: "texts" "elm.text.1 elm.text.2";
10800       data.item: "contents" "elm.icon";
10801       data.item: "flips" "elm.flip.content";
10802       images {
10803          image: "00_list_bar_press_1x80.png" COMP;
10804       }
10805       parts {
10806          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10807          GENLIST_PART_BG_IMAGE
10808          GENLIST_PART_BOTTOM_LINE
10809          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10810          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10811          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10812          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10813          part { name: "elm.icon";
10814             clip_to: "disclip";
10815             type: SWALLOW;
10816             scale: 1;
10817             description { state: "default" 0.0;
10818                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10819                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10820                fixed: 1 1;
10821                rel1 {
10822                   relative: 0.0 1.0;
10823                   to_x: "elm.padding.right";
10824                   to_y: "elm.padding.top";
10825                }
10826                rel2 {
10827                   relative: 0.0 0.0;
10828                   to_x: "elm.padding.right";
10829                   to_y: "elm.padding.bottom";
10830                }
10831                align: 1.0 0.5;
10832             }
10833             GENLIST_DESCRIPTION_FLIP_ENABLED
10834          }
10835          part { name: "elm.padding.icon.left";
10836             clip_to: "disclip";
10837             type: RECT;
10838             scale: 1;
10839             description { state: "default" 0.0;
10840                min: GENLIST_PADDING_16_INC 0;
10841                fixed: 1 0;
10842                rel1.to_x: "elm.icon";
10843                rel2 {
10844                   relative: 0.0 1.0;
10845                   to_x: "elm.icon";
10846                }
10847                align: 1.0 0.0;
10848                visible: 0;
10849             }
10850          }
10851          part { name: "elm.text.1";
10852             clip_to: "disclip";
10853             type: TEXT;
10854             mouse_events: 0;
10855             scale: 1;
10856             description { state: "default" 0.0;
10857                min: 0 GENLIST_SIZE_61_INC;
10858                fixed: 0 1;
10859                rel1 {
10860                   relative: 1.0 0.0;
10861                   to_x: "elm.padding.left";
10862                   to_y: "elm.padding.bottom";
10863                }
10864                rel2 {
10865                   relative: 0.0 0.0;
10866                   to_x: "elm.padding.icon.left";
10867                   to_y: "elm.padding.bottom";
10868                }
10869                align: 0.0 1.0;
10870                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
10871                text {
10872                   font: "SLP:style=Roman";
10873                   size: GENLIST_FONT_44_INC;
10874                   min: 0 1;
10875                   align: 0.0 0.5;
10876                   text_class: "slp_roman";
10877                }
10878             }
10879             description { state: "selected" 0.0;
10880                inherit: "default" 0.0;
10881                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10882             }
10883             GENLIST_DESCRIPTION_FLIP_ENABLED
10884          }
10885          part { name: "elm.text.2";
10886             clip_to: "disclip";
10887             type: TEXT;
10888             mouse_events: 0;
10889             scale: 1;
10890             description { state: "default" 0.0;
10891                rel1 {
10892                   relative: 1.0 1.0;
10893                   to_x: "elm.padding.left";
10894                   to_y: "elm.padding.top";
10895                }
10896                rel2 {
10897                   relative: 0.0 0.0;
10898                   to_x: "elm.padding.icon.left";
10899                   to_y: "elm.text.1";
10900                }
10901                align: 0.0 1.0;
10902                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
10903                text {
10904                   font: "SLP:style=Medium";
10905                   size: GENLIST_FONT_32_INC;
10906                   min: 0 1;
10907                   align: 0.0 0.5;
10908                   text_class: "list_item";
10909                }
10910             }
10911             description { state: "selected" 0.0;
10912                inherit: "default" 0.0;
10913                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10914             }
10915             GENLIST_DESCRIPTION_FLIP_ENABLED
10916          }
10917          GENLIST_PART_FLIP
10918          GENLIST_PART_DISCLIP
10919       }
10920       programs {
10921          // signal: elm,state,%s,active
10922          //   a "check" item named %s went active
10923          // signal: elm,state,%s,passive
10924          //   a "check" item named %s went passive
10925          // default is passive
10926          program { name: "go_active";
10927             signal: "elm,state,selected";
10928             source: "elm";
10929             action: STATE_SET "selected" 0.0;
10930             target: "bg_image";
10931             target: "elm.text.1";
10932             target: "elm.text.2";
10933             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10934          }
10935          program { name: "go_passive";
10936             signal: "elm,state,unselected";
10937             source: "elm";
10938             action: STATE_SET "default" 0.0;
10939             target: "bg_image";
10940             target: "elm.text.1";
10941             target: "elm.text.2";
10942             transition: LINEAR 0.1;
10943          }
10944          program { name: "go_disabled";
10945             signal: "elm,state,disabled";
10946             source: "elm";
10947             action: STATE_SET "disabled" 0.0;
10948             target: "disclip";
10949          }
10950          program { name: "go_enabled";
10951             signal: "elm,state,enabled";
10952             source: "elm";
10953             action: STATE_SET "default" 0.0;
10954             target: "disclip";
10955          }
10956          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10957          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10958       }
10959    }
10960
10961 // 3.2.30
10962    group { name: "elm/genlist/item/1text.3icon.3/default";
10963       alias: "elm/genlist/item_odd/1text.3icon.3/default";
10964       alias: "elm/genlist/item_compress/1text.3icon.3/default";
10965       alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
10966       data.item: "stacking" "above";
10967       data.item: "selectraise" "on";
10968       data.item: "texts" "elm.text.1";
10969       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10970       data.item: "flips" "elm.flip.content";
10971       images {
10972          image: "00_list_bar_press_1x80.png" COMP;
10973       }
10974       parts {
10975          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10976          GENLIST_PART_BG_IMAGE
10977          GENLIST_PART_BOTTOM_LINE
10978          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10979          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10980          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
10981          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
10982          part { name: "elm.icon.1";
10983             clip_to: "disclip";
10984             type: SWALLOW;
10985             scale: 1;
10986             description { state: "default" 0.0;
10987                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10988                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
10989                fixed: 1 1;
10990                rel1 {
10991                   relative: 1.0 1.0;
10992                   to_x: "elm.padding.left";
10993                   to_y: "elm.padding.top";
10994                }
10995                rel2 {
10996                   relative: 1.0 0.0;
10997                   to_x: "elm.padding.left";
10998                   to_y: "elm.padding.bottom";
10999                }
11000                align: 0.0 0.5;
11001             }
11002             GENLIST_DESCRIPTION_FLIP_ENABLED
11003          }
11004          part { name: "elm.padding.icon1.right";
11005             clip_to: "disclip";
11006             type: RECT;
11007             scale: 1;
11008             description { state: "default" 0.0;
11009                min: GENLIST_PADDING_16_INC 0;
11010                fixed: 1 0;
11011                rel1 {
11012                   relative: 1.0 0.0;
11013                   to_x: "elm.icon.1";
11014                }
11015                rel2.to_x: "elm.icon.1";
11016                align: 0.0 0.0;
11017                visible: 0;
11018             }
11019          }
11020          part { name: "elm.icon.2";
11021             clip_to: "disclip";
11022             type: SWALLOW;
11023             scale: 1;
11024             description { state: "default" 0.0;
11025                fixed: 1 1;
11026                rel1 {
11027                   relative: 0.0 1.0;
11028                   to_x: "elm.padding.right";
11029                   to_y: "elm.padding.top";
11030                }
11031                rel2 {
11032                   relative: 0.0 0.0;
11033                   to_x: "elm.padding.right";
11034                   to_y: "elm.padding.bottom";
11035                }
11036                align: 1.0 0.5;
11037             }
11038             GENLIST_DESCRIPTION_FLIP_ENABLED
11039          }
11040          part { name: "elm.padding.icon2.left";
11041             clip_to: "disclip";
11042             type: RECT;
11043             scale: 1;
11044             description { state: "default" 0.0;
11045                min: GENLIST_PADDING_16_INC 0;
11046                fixed: 1 0;
11047                rel1.to_x: "elm.icon.2";
11048                rel2 {
11049                   relative: 0.0 1.0;
11050                   to_x: "elm.icon.2";
11051                }
11052                align: 1.0 0.0;
11053                visible: 0;
11054             }
11055          }
11056          part { name: "elm.text.1";
11057             clip_to: "disclip";
11058             type: TEXT;
11059             mouse_events: 0;
11060             scale: 1;
11061             description { state: "default" 0.0;
11062                min: 0 GENLIST_SIZE_61_INC;
11063                fixed: 0 1;
11064                rel1 {
11065                   relative: 1.0 1.0;
11066                   to_x: "elm.padding.icon1.right";
11067                   to_y: "elm.padding.top";
11068                }
11069                rel2 {
11070                   relative: 0.0 1.0;
11071                   to_x: "elm.padding.icon2.left";
11072                   to_y: "elm.padding.top";
11073                }
11074                align: 0 0;
11075                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11076                text {
11077                   font: "SLP:style=Roman";
11078                   size: GENLIST_FONT_44_INC;
11079                   min: 0 1;
11080                   align: 0.0 0.5;
11081                   text_class: "list_item";
11082                }
11083             }
11084             description { state: "selected" 0.0;
11085                inherit: "default" 0.0;
11086                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11087             }
11088             GENLIST_DESCRIPTION_FLIP_ENABLED
11089          }
11090          part { name: "elm.swallow.progress";
11091             clip_to: "disclip";
11092             type: SWALLOW;
11093             scale: 1;
11094             description { state: "default" 0.0;
11095                fixed: 0 1;
11096                rel1 {
11097                   relative: 1.0 1.0;
11098                   to_x: "elm.padding.icon1.right";
11099                   to_y: "elm.text.1";
11100                }
11101                rel2 {
11102                   relative: 0.0 1.0;
11103                   to_x: "elm.padding.icon2.left";
11104                   to_y: "elm.text.1";
11105                }
11106                align: 0.5 0.0;
11107             }
11108             GENLIST_DESCRIPTION_FLIP_ENABLED
11109          }
11110          GENLIST_PART_FLIP
11111          GENLIST_PART_DISCLIP
11112       }
11113       programs {
11114          // signal: elm,state,%s,active
11115          //   a "check" item named %s went active
11116          // signal: elm,state,%s,passive
11117          //   a "check" item named %s went passive
11118          // default is passive
11119          program { name: "go_active";
11120             signal: "elm,state,selected";
11121             source: "elm";
11122             action: STATE_SET "selected" 0.0;
11123             target: "bg_image";
11124             target: "elm.text.1";
11125             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11126          }
11127          program { name: "go_passive";
11128             signal: "elm,state,unselected";
11129             source: "elm";
11130             action: STATE_SET "default" 0.0;
11131             target: "bg_image";
11132             target: "elm.text.1";
11133             transition: LINEAR 0.1;
11134          }
11135          program { name: "go_disabled";
11136             signal: "elm,state,disabled";
11137             source: "elm";
11138             action: STATE_SET "disabled" 0.0;
11139             target: "disclip";
11140          }
11141          program { name: "go_enabled";
11142             signal: "elm,state,enabled";
11143             source: "elm";
11144             action: STATE_SET "default" 0.0;
11145             target: "disclip";
11146          }
11147          program { name: "flip_enabled";
11148             signal: "elm,state,flip,enabled";
11149             source: "elm";
11150             action: STATE_SET "flip_enabled" 0.0;
11151             target: "elm.text.1";
11152             target: "elm.icon.1";
11153             target: "elm.icon.2";
11154             target: "elm.swallow.progress";
11155             target: "elm.flip.content";
11156          }
11157          program { name: "flip_disabled";
11158             signal: "elm,state,flip,disabled";
11159             source: "elm";
11160             action: STATE_SET "default" 0.0;
11161             target: "elm.text.1";
11162             target: "elm.icon.1";
11163             target: "elm.icon.2";
11164             target: "elm.swallow.progress";
11165             target: "elm.flip.content";
11166          }
11167          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11168       }
11169    }
11170
11171 // 3.2.30
11172    group { name: "elm/genlist/item/3text.3icon/default";
11173       alias: "elm/genlist/item_odd/3text.3icon/default";
11174       alias: "elm/genlist/item_compress/3text.3icon/default";
11175       alias: "elm/genlist/item_compress_odd/3text.3icon/default";
11176       data.item: "stacking" "above";
11177       data.item: "selectraise" "on";
11178       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11179       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
11180       data.item: "flips" "elm.flip.content";
11181       images {
11182          image: "00_list_bar_press_1x80.png" COMP;
11183       }
11184       parts {
11185          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11186          GENLIST_PART_BG_IMAGE
11187          GENLIST_PART_BOTTOM_LINE
11188          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11189          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11190          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11191          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11192          part { name: "elm.icon.1";
11193             clip_to: "disclip";
11194             type: SWALLOW;
11195             scale: 1;
11196             description { state: "default" 0.0;
11197                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11198                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11199                fixed: 1 1;
11200                rel1 {
11201                   relative: 1.0 1.0;
11202                   to_x: "elm.padding.left";
11203                   to_y: "elm.padding.top";
11204                }
11205                rel2 {
11206                   relative: 1.0 0.0;
11207                   to_x: "elm.padding.left";
11208                   to_y: "elm.padding.bottom";
11209                }
11210                align: 0.0 0.5;
11211             }
11212             GENLIST_DESCRIPTION_FLIP_ENABLED
11213          }
11214          part { name: "elm.padding.icon1.right";
11215             clip_to: "disclip";
11216             type: RECT;
11217             scale: 1;
11218             description { state: "default" 0.0;
11219                min: GENLIST_PADDING_16_INC 0;
11220                fixed: 1 0;
11221                rel1 {
11222                   relative: 1.0 0.0;
11223                   to_x: "elm.icon.1";
11224                }
11225                rel2.to_x: "elm.icon.1";
11226                align: 0.0 0.0;
11227                visible: 0;
11228             }
11229          }
11230          part { name: "elm.icon.2";
11231             clip_to: "disclip";
11232             type: SWALLOW;
11233             scale: 1;
11234             description { state: "default" 0.0;
11235                fixed: 1 1;
11236                rel1 {
11237                   relative: 0.0 1.0;
11238                   to_x: "elm.padding.right";
11239                   to_y: "elm.padding.top";
11240                }
11241                rel2 {
11242                   relative: 0.0 0.0;
11243                   to_x: "elm.padding.right";
11244                   to_y: "elm.padding.bottom";
11245                }
11246                align: 1.0 0.5;
11247             }
11248             GENLIST_DESCRIPTION_FLIP_ENABLED
11249          }
11250          part { name: "elm.padding.icon2.left";
11251             clip_to: "disclip";
11252             type: RECT;
11253             scale: 1;
11254             description { state: "default" 0.0;
11255                min: GENLIST_PADDING_16_INC 0;
11256                fixed: 1 0;
11257                rel1.to_x: "elm.icon.2";
11258                rel2 {
11259                   relative: 0.0 1.0;
11260                   to_x: "elm.icon.2";
11261                }
11262                align: 1.0 0.0;
11263                visible: 0;
11264             }
11265          }
11266          part { name: "elm.text.1";
11267             clip_to: "disclip";
11268             type: TEXT;
11269             mouse_events: 0;
11270             scale: 1;
11271             description { state: "default" 0.0;
11272                min: 0 GENLIST_SIZE_61_INC;
11273                fixed: 0 1;
11274                rel1 {
11275                   relative: 1.0 0.0;
11276                   to_x: "elm.padding.icon1.right";
11277                   to_y: "elm.padding.top";
11278                }
11279                rel2 {
11280                   relative: 0.0 0.0;
11281                   to_x: "elm.padding.icon2.left";
11282                   to_y: "elm.padding.top";
11283                }
11284                align: 0 0;
11285                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11286                text {
11287                   font: "SLP:style=Roman";
11288                   size: GENLIST_FONT_44_INC;
11289                   min: 0 1;
11290                   align: 0.0 0.5;
11291                   text_class: "list_item";
11292                }
11293             }
11294             description { state: "selected" 0.0;
11295                inherit: "default" 0.0;
11296                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11297             }
11298             GENLIST_DESCRIPTION_FLIP_ENABLED
11299          }
11300          part { name: "elm.swallow.progress";
11301             clip_to: "disclip";
11302             type: SWALLOW;
11303             scale: 1;
11304             description { state: "default" 0.0;
11305                fixed: 0 1;
11306                rel1 {
11307                   relative: 1.0 1.0;
11308                   to_x: "elm.padding.icon1.right";
11309                   to_y: "elm.text.1";
11310                }
11311                rel2 {
11312                   relative: 0.0 0.0;
11313                   to_x: "elm.padding.icon2.left";
11314                   to_y: "elm.text.2";
11315                }
11316                align: 0.5 0.5;
11317             }
11318             GENLIST_DESCRIPTION_FLIP_ENABLED
11319          }
11320          part { name: "elm.text.2";
11321             clip_to: "disclip";
11322             type: TEXT;
11323             mouse_events: 0;
11324             scale: 1;
11325             description { state: "default" 0.0;
11326                min: 0 GENLIST_SIZE_48_INC;
11327                fixed: 0 1;
11328                rel1 {
11329                   relative: 1.0 1.0;
11330                   to_x: "elm.padding.icon1.right";
11331                   to_y: "elm.padding.bottom";
11332                }
11333                rel2 {
11334                   relative: 0.0 1.0;
11335                   to_x: "elm.padding.icon2.left";
11336                   to_y: "elm.padding.bottom";
11337                }
11338                align: 0 1;
11339                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11340                text {
11341                   font: "SLP:style=Roman";
11342                   size: GENLIST_FONT_32_INC;
11343                   min: 0 1;
11344                   align: 0.0 0.5;
11345                   text_class: "slp_roman";
11346                }
11347             }
11348             description { state: "selected" 0.0;
11349                inherit: "default" 0.0;
11350                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11351             }
11352             GENLIST_DESCRIPTION_FLIP_ENABLED
11353          }
11354          part { name: "elm.text.3";
11355             clip_to: "disclip";
11356             type: TEXT;
11357             mouse_events: 0;
11358             scale: 1;
11359             description { state: "default" 0.0;
11360                min: 0 GENLIST_SIZE_48_INC;
11361                fixed: 0 1;
11362                rel1 {
11363                   relative: 1.0 1.0;
11364                   to_x: "elm.padding.icon1.right";
11365                   to_y: "elm.padding.bottom";
11366                }
11367                rel2 {
11368                   relative: 0.0 1.0;
11369                   to_x: "elm.padding.icon2.left";
11370                   to_y: "elm.padding.bottom";
11371                }
11372                align: 1 1;
11373                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11374                text {
11375                   font: "SLP:style=Roman";
11376                   size: GENLIST_FONT_32_INC;
11377                   min: 0 1;
11378                   align: 1.0 0.5;
11379                   text_class: "slp_roman";
11380                }
11381             }
11382             description { state: "selected" 0.0;
11383                inherit: "default" 0.0;
11384                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11385             }
11386             GENLIST_DESCRIPTION_FLIP_ENABLED
11387          }
11388          GENLIST_PART_FLIP
11389          GENLIST_PART_DISCLIP
11390       }
11391       programs {
11392          // signal: elm,state,%s,active
11393          //   a "check" item named %s went active
11394          // signal: elm,state,%s,passive
11395          //   a "check" item named %s went passive
11396          // default is passive
11397          program { name: "go_active";
11398             signal: "elm,state,selected";
11399             source: "elm";
11400             action: STATE_SET "selected" 0.0;
11401             target: "bg_image";
11402             target: "elm.text.1";
11403             target: "elm.text.2";
11404             target: "elm.text.3";
11405             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11406          }
11407          program { name: "go_passive";
11408             signal: "elm,state,unselected";
11409             source: "elm";
11410             action: STATE_SET "default" 0.0;
11411             target: "bg_image";
11412             target: "elm.text.1";
11413             target: "elm.text.2";
11414             target: "elm.text.3";
11415             transition: LINEAR 0.1;
11416          }
11417          program { name: "go_disabled";
11418             signal: "elm,state,disabled";
11419             source: "elm";
11420             action: STATE_SET "disabled" 0.0;
11421             target: "disclip";
11422          }
11423          program { name: "go_enabled";
11424             signal: "elm,state,enabled";
11425             source: "elm";
11426             action: STATE_SET "default" 0.0;
11427             target: "disclip";
11428          }
11429          program { name: "flip_enabled";
11430             signal: "elm,state,flip,enabled";
11431             source: "elm";
11432             action: STATE_SET "flip_enabled" 0.0;
11433             target: "elm.text.1";
11434             target: "elm.text.2";
11435             target: "elm.text.3";
11436             target: "elm.icon.1";
11437             target: "elm.icon.2";
11438             target: "elm.swallow.progress";
11439             target: "elm.flip.content";
11440          }
11441          program { name: "flip_disabled";
11442             signal: "elm,state,flip,disabled";
11443             source: "elm";
11444             action: STATE_SET "default" 0.0;
11445             target: "elm.text.1";
11446             target: "elm.text.2";
11447             target: "elm.text.3";
11448             target: "elm.icon.1";
11449             target: "elm.icon.2";
11450             target: "elm.swallow.progress";
11451             target: "elm.flip.content";
11452          }
11453          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11454       }
11455    }
11456
11457 // 3.2.31
11458    group { name: "elm/genlist/item/2text.2icon.8/default";
11459       alias: "elm/genlist/item_odd/2text.2icon.8/default";
11460       alias: "elm/genlist/item_compress/2text.2icon.8/default";
11461       alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
11462       data.item: "stacking" "above";
11463       data.item: "selectraise" "on";
11464       data.item: "texts" "elm.text.1 elm.text.2";
11465       data.item: "contents" "elm.icon.1 elm.icon.2";
11466       data.item: "flips" "elm.flip.content";
11467       images {
11468          image: "00_list_bar_press_1x80.png" COMP;
11469       }
11470       parts {
11471          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11472          GENLIST_PART_BG_IMAGE
11473          GENLIST_PART_BOTTOM_LINE
11474          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11475          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11476          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11477          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11478          part { name: "elm.icon.1";
11479             clip_to: "disclip";
11480             type: SWALLOW;
11481             scale: 1;
11482             description { state: "default" 0.0;
11483                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11484                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11485                fixed: 1 1;
11486                rel1 {
11487                   relative: 1.0 1.0;
11488                   to_x: "elm.padding.left";
11489                   to_y: "elm.padding.top";
11490                }
11491                rel2 {
11492                   relative: 1.0 0.0;
11493                   to_x: "elm.padding.left";
11494                   to_y: "elm.padding.bottom";
11495                }
11496                align: 0.0 0.5;
11497             }
11498             GENLIST_DESCRIPTION_FLIP_ENABLED
11499          }
11500          part { name: "elm.padding.icon1.right";
11501             clip_to: "disclip";
11502             type: RECT;
11503             scale: 1;
11504             description { state: "default" 0.0;
11505                min: GENLIST_PADDING_16_INC 0;
11506                fixed: 1 0;
11507                rel1 {
11508                   relative: 1.0 0.0;
11509                   to_x: "elm.icon.1";
11510                }
11511                rel2.to_x: "elm.icon.1";
11512                align: 0.0 0.0;
11513                visible: 0;
11514             }
11515          }
11516          part { name: "elm.icon.2";
11517             clip_to: "disclip";
11518             type: SWALLOW;
11519             scale: 1;
11520             description { state: "default" 0.0;
11521                fixed: 1 1;
11522                rel1 {
11523                   relative: 0.0 1.0;
11524                   to_x: "elm.padding.right";
11525                   to_y: "elm.padding.top";
11526                }
11527                rel2 {
11528                   relative: 0.0 0.0;
11529                   to_x: "elm.padding.right";
11530                   to_y: "elm.padding.bottom";
11531                }
11532                align: 1.0 0.5;
11533             }
11534             GENLIST_DESCRIPTION_FLIP_ENABLED
11535          }
11536          part { name: "elm.padding.icon2.left";
11537             clip_to: "disclip";
11538             type: RECT;
11539             scale: 1;
11540             description { state: "default" 0.0;
11541                min: GENLIST_PADDING_16_INC 0;
11542                fixed: 1 0;
11543                rel1.to_x: "elm.icon.2";
11544                rel2 {
11545                   relative: 0.0 1.0;
11546                   to_x: "elm.icon.2";
11547                }
11548                align: 1.0 0.0;
11549                visible: 0;
11550             }
11551          }
11552          part { name: "elm.text.1";
11553             clip_to: "disclip";
11554             type: TEXT;
11555             mouse_events: 0;
11556             scale: 1;
11557             description { state: "default" 0.0;
11558                min: 0 GENLIST_SIZE_61_INC;
11559                fixed: 0 1;
11560                rel1 {
11561                   relative: 1.0 1.0;
11562                   to_x: "elm.padding.icon1.right";
11563                   to_y: "elm.padding.top";
11564                }
11565                rel2 {
11566                   relative: 0.0 1.0;
11567                   to_x: "elm.padding.icon2.left";
11568                   to_y: "elm.padding.top";
11569                }
11570                align: 0.0 0.0;
11571                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11572                text {
11573                   font: "SLP:style=Roman";
11574                   size: GENLIST_FONT_44_INC;
11575                   min: 0 1;
11576                   align: 0.0 0.5;
11577                   text_class: "list_item";
11578                }
11579             }
11580             description { state: "selected" 0.0;
11581                inherit: "default" 0.0;
11582                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11583             }
11584             GENLIST_DESCRIPTION_FLIP_ENABLED
11585          }
11586          part { name: "elm.text.2";
11587             clip_to: "disclip";
11588             type: TEXT;
11589             mouse_events: 0;
11590             scale: 1;
11591             description { state: "default" 0.0;
11592                rel1 {
11593                   relative: 1.0 1.0;
11594                   to_x: "elm.padding.icon1.right";
11595                   to_y: "elm.text.1";
11596                }
11597                rel2 {
11598                   relative: 0.0 0.0;
11599                   to_x: "elm.padding.icon2.left";
11600                   to_y: "elm.padding.bottom";
11601                }
11602                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
11603                text {
11604                   font: "SLP:style=Medium";
11605                   size: GENLIST_FONT_32_INC;
11606                   min: 0 1;
11607                   align: 0.0 0.5;
11608                   text_class: "slp_medium";
11609                }
11610             }
11611             description { state: "selected" 0.0;
11612                inherit: "default" 0.0;
11613                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11614             }
11615             GENLIST_DESCRIPTION_FLIP_ENABLED
11616          }
11617          GENLIST_PART_FLIP
11618          GENLIST_PART_DISCLIP
11619       }
11620       programs {
11621          // signal: elm,state,%s,active
11622          //   a "check" item named %s went active
11623          // signal: elm,state,%s,passive
11624          //   a "check" item named %s went passive
11625          // default is passive
11626          program { name: "go_active";
11627             signal: "elm,state,selected";
11628             source: "elm";
11629             action: STATE_SET "selected" 0.0;
11630             target: "bg_image";
11631             target: "elm.text.1";
11632             target: "elm.text.2";
11633             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11634          }
11635          program { name: "go_passive";
11636             signal: "elm,state,unselected";
11637             source: "elm";
11638             action: STATE_SET "default" 0.0;
11639             target: "bg_image";
11640             target: "elm.text.1";
11641             target: "elm.text.2";
11642             transition: LINEAR 0.1;
11643          }
11644          program { name: "go_disabled";
11645             signal: "elm,state,disabled";
11646             source: "elm";
11647             action: STATE_SET "disabled" 0.0;
11648             target: "disclip";
11649          }
11650          program { name: "go_enabled";
11651             signal: "elm,state,enabled";
11652             source: "elm";
11653             action: STATE_SET "default" 0.0;
11654             target: "disclip";
11655          }
11656          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11657          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11658       }
11659    }
11660
11661    group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
11662       inherit: "elm/genlist/item/2text.2icon.8/default";
11663       parts {
11664          part { name: "elm.text.1";
11665             clip_to: "disclip";
11666             type: TEXTBLOCK;
11667             mouse_events: 0;
11668             scale: 1;
11669             description { state: "default" 0.0;
11670                min: 0 GENLIST_SIZE_61_INC;
11671                fixed: 0 1;
11672                rel1 {
11673                   relative: 1.0 1.0;
11674                   to_x: "elm.padding.icon1.right";
11675                   to_y: "elm.padding.top";
11676                }
11677                rel2 {
11678                   relative: 0.0 1.0;
11679                   to_x: "elm.padding.icon2.left";
11680                   to_y: "elm.padding.top";
11681                }
11682                align: 0.0 0.0;
11683                text {
11684                   style: "genlist_default_textblock_style";
11685                   size: GENLIST_FONT_44_INC;
11686                   min: 0 1;
11687                   align: 0.0 0.5;
11688                   text_class: "slp_roman";
11689                }
11690             }
11691             description { state: "selected" 0.0;
11692                inherit: "default" 0.0;
11693                text.style: "genlist_default_textblock_selected_style";
11694             }
11695             GENLIST_DESCRIPTION_FLIP_ENABLED
11696          }
11697       }
11698    }
11699
11700 // 3.2.33
11701    group { name: "elm/genlist/item/1text.2icon.5/default";
11702       alias: "elm/genlist/item_odd/1text.2icon.5/default";
11703       alias: "elm/genlist/item_compress/1text.2icon.5/default";
11704       alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
11705       data.item: "stacking" "above";
11706       data.item: "selectraise" "on";
11707       data.item: "texts" "elm.text.1";
11708       data.item: "contents" "elm.icon.1 elm.swallow.progress";
11709       data.item: "flips" "elm.flip.content";
11710       images {
11711          image: "00_list_bar_press_1x80.png" COMP;
11712       }
11713       parts {
11714          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11715          GENLIST_PART_BG_IMAGE
11716          GENLIST_PART_BOTTOM_LINE
11717          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11718          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11719          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11720          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11721          part { name: "elm.icon.1";
11722             clip_to: "disclip";
11723             type: SWALLOW;
11724             scale: 1;
11725             description { state: "default" 0.0;
11726                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11727                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11728                fixed: 1 1;
11729                rel1 {
11730                   relative: 1.0 1.0;
11731                   to_x: "elm.padding.left";
11732                   to_y: "elm.padding.top";
11733                }
11734                rel2 {
11735                   relative: 1.0 0.0;
11736                   to_x: "elm.padding.left";
11737                   to_y: "elm.padding.bottom";
11738                }
11739                align: 0.0 0.5;
11740             }
11741             GENLIST_DESCRIPTION_FLIP_ENABLED
11742          }
11743          part { name: "elm.padding.icon1.right";
11744             clip_to: "disclip";
11745             type: RECT;
11746             scale: 1;
11747             description { state: "default" 0.0;
11748                min: GENLIST_PADDING_16_INC 0;
11749                fixed: 1 0;
11750                rel1 {
11751                   relative: 1.0 0.0;
11752                   to_x: "elm.icon.1";
11753                }
11754                rel2.to_x: "elm.icon.1";
11755                align: 0.0 0.0;
11756                visible: 0;
11757             }
11758          }
11759          part { name: "elm.text.1";
11760             clip_to: "disclip";
11761             type: TEXT;
11762             mouse_events: 0;
11763             scale: 1;
11764             description { state: "default" 0.0;
11765                min: 0 GENLIST_SIZE_61_INC;
11766                fixed: 0 1;
11767                rel1 {
11768                   relative: 1.0 1.0;
11769                   to_x: "elm.padding.icon1.right";
11770                   to_y: "elm.padding.top";
11771                }
11772                rel2 {
11773                   relative: 0.0 1.0;
11774                   to_x: "elm.padding.right";
11775                   to_y: "elm.padding.top";
11776                }
11777                align: 0 0;
11778                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
11779                text {
11780                   font: "SLP:style=Roman";
11781                   size: GENLIST_FONT_44_INC;
11782                   min: 0 1;
11783                   align: 0.0 0.5;
11784                   text_class: "list_item";
11785                }
11786             }
11787             description { state: "selected" 0.0;
11788                inherit: "default" 0.0;
11789                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11790             }
11791             GENLIST_DESCRIPTION_FLIP_ENABLED
11792          }
11793          part { name: "elm.swallow.progress";
11794             clip_to: "disclip";
11795             type: SWALLOW;
11796             scale: 1;
11797             description { state: "default" 0.0;
11798                fixed: 0 1;
11799                rel1 {
11800                   relative: 1.0 1.0;
11801                   to_x: "elm.padding.icon1.right";
11802                   to_y: "elm.text.1";
11803                }
11804                rel2 {
11805                   relative: 0.0 1.0;
11806                   to_x: "elm.padding.right";
11807                   to_y: "elm.text.1";
11808                }
11809                align: 0.5 0.0;
11810             }
11811             GENLIST_DESCRIPTION_FLIP_ENABLED
11812          }
11813          GENLIST_PART_FLIP
11814          GENLIST_PART_DISCLIP
11815       }
11816       programs {
11817          // signal: elm,state,%s,active
11818          //   a "check" item named %s went active
11819          // signal: elm,state,%s,passive
11820          //   a "check" item named %s went passive
11821          // default is passive
11822          program { name: "go_active";
11823             signal: "elm,state,selected";
11824             source: "elm";
11825             action: STATE_SET "selected" 0.0;
11826             target: "bg_image";
11827             target: "elm.text.1";
11828             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11829          }
11830          program { name: "go_passive";
11831             signal: "elm,state,unselected";
11832             source: "elm";
11833             action: STATE_SET "default" 0.0;
11834             target: "bg_image";
11835             target: "elm.text.1";
11836             transition: LINEAR 0.1;
11837          }
11838          program { name: "go_disabled";
11839             signal: "elm,state,disabled";
11840             source: "elm";
11841             action: STATE_SET "disabled" 0.0;
11842             target: "disclip";
11843          }
11844          program { name: "go_enabled";
11845             signal: "elm,state,enabled";
11846             source: "elm";
11847             action: STATE_SET "default" 0.0;
11848             target: "disclip";
11849          }
11850          program { name: "flip_enabled";
11851             signal: "elm,state,flip,enabled";
11852             source: "elm";
11853             action: STATE_SET "flip_enabled" 0.0;
11854             target: "elm.text.1";
11855             target: "elm.icon.1";
11856             target: "elm.swallow.progress";
11857             target: "elm.flip.content";
11858          }
11859          program { name: "flip_disabled";
11860             signal: "elm,state,flip,disabled";
11861             source: "elm";
11862             action: STATE_SET "default" 0.0;
11863             target: "elm.text.1";
11864             target: "elm.icon.1";
11865             target: "elm.swallow.progress";
11866             target: "elm.flip.content";
11867          }
11868          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11869       }
11870    }
11871
11872 // 3.2.33
11873    group { name: "elm/genlist/item/2text.3icon.4/default";
11874       alias: "elm/genlist/item_odd/2text.3icon.4/default";
11875       alias: "elm/genlist/item_compress/2text.3icon.4/default";
11876       alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
11877       data.item: "stacking" "above";
11878       data.item: "selectraise" "on";
11879       data.item: "texts" "elm.text.1 elm.text.2";
11880       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
11881       data.item: "flips" "elm.flip.content";
11882       images {
11883          image: "00_list_bar_press_1x80.png" COMP;
11884       }
11885       parts {
11886          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11887          GENLIST_PART_BG_IMAGE
11888          GENLIST_PART_BOTTOM_LINE
11889          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11890          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11891          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
11892          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
11893          part { name: "elm.icon.1";
11894             clip_to: "disclip";
11895             type: SWALLOW;
11896             scale: 1;
11897             description { state: "default" 0.0;
11898                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11899                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11900                fixed: 1 1;
11901                rel1 {
11902                   relative: 1.0 1.0;
11903                   to_x: "elm.padding.left";
11904                   to_y: "elm.padding.top";
11905                }
11906                rel2 {
11907                   relative: 1.0 0.0;
11908                   to_x: "elm.padding.left";
11909                   to_y: "elm.padding.bottom";
11910                }
11911                align: 0.0 0.5;
11912             }
11913             GENLIST_DESCRIPTION_FLIP_ENABLED
11914          }
11915          part { name: "elm.padding.icon1.right";
11916             clip_to: "disclip";
11917             type: RECT;
11918             scale: 1;
11919             description { state: "default" 0.0;
11920                min: GENLIST_SIZE_16_INC 0;
11921                fixed: 1 0;
11922                rel1 {
11923                   relative: 1.0 0.0;
11924                   to_x: "elm.icon.1";
11925                }
11926                rel2.to_x: "elm.icon.1";
11927                align: 0.0 0.0;
11928                visible: 0;
11929             }
11930          }
11931          part { name: "elm.icon.2";
11932             clip_to: "disclip";
11933             type: SWALLOW;
11934             scale: 1;
11935             description { state: "default" 0.0;
11936                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11937                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11938                fixed: 1 1;
11939                rel1 {
11940                   relative: 1.0 1.0;
11941                   to_x: "elm.padding.icon1.right";
11942                   to_y: "elm.padding.top";
11943                }
11944                rel2 {
11945                   relative: 1.0 0.0;
11946                   to_x: "elm.padding.icon1.right";
11947                   to_y: "elm.padding.bottom";
11948                }
11949                align: 0.0 0.5;
11950             }
11951             GENLIST_DESCRIPTION_FLIP_ENABLED
11952          }
11953          part { name: "elm.padding.icon2.right";
11954             clip_to: "disclip";
11955             type: RECT;
11956             scale: 1;
11957             description { state: "default" 0.0;
11958                min: GENLIST_SIZE_16_INC 0;
11959                fixed: 1 0;
11960                rel1 {
11961                   relative: 1.0 0.0;
11962                   to_x: "elm.icon.2";
11963                }
11964                rel2.to_x: "elm.icon.2";
11965                align: 0.0 0.0;
11966                visible: 0;
11967             }
11968          }
11969          part { name: "elm.icon.3";
11970             clip_to: "disclip";
11971             type: SWALLOW;
11972             scale: 1;
11973             description { state: "default" 0.0;
11974                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11975                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
11976                fixed: 1 1;
11977                rel1 {
11978                   relative: 0.0 1.0;
11979                   to_x: "elm.padding.right";
11980                   to_y: "elm.padding.top";
11981                }
11982                rel2 {
11983                   relative: 0.0 0.0;
11984                   to_x: "elm.padding.right";
11985                   to_y: "elm.padding.bottom";
11986                }
11987                align: 1.0 0.5;
11988             }
11989             GENLIST_DESCRIPTION_FLIP_ENABLED
11990          }
11991          part { name: "elm.padding.icon3.left";
11992             clip_to: "disclip";
11993             type: RECT;
11994             scale: 1;
11995             description { state: "default" 0.0;
11996                min: GENLIST_SIZE_16_INC 0;
11997                fixed: 1 0;
11998                rel1.to_x: "elm.icon.3";
11999                rel2 {
12000                   relative: 0.0 1.0;
12001                   to_x: "elm.icon.3";
12002                }
12003                align: 1.0 0.0;
12004                visible: 0;
12005             }
12006          }
12007          part { name: "elm.text.1";
12008             clip_to: "disclip";
12009             type: TEXT;
12010             mouse_events: 0;
12011             scale: 1;
12012             description { state: "default" 0.0;
12013                min: 0 GENLIST_SIZE_61_INC;
12014                fixed: 0 1;
12015                rel1 {
12016                   relative: 1.0 1.0;
12017                   to_x: "elm.padding.icon2.right";
12018                   to_y: "elm.padding.top";
12019                }
12020                rel2 {
12021                   relative: 0.0 1.0;
12022                   to_x: "elm.padding.icon3.left";
12023                   to_y: "elm.padding.top";
12024                }
12025                align: 0.0 0.0;
12026                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12027                text {
12028                   font: "SLP:style=Roman";
12029                   size: GENLIST_FONT_44_INC;
12030                   min: 0 1;
12031                   align: 0.0 0.5;
12032                   text_class: "list_item";
12033                }
12034             }
12035             description { state: "selected" 0.0;
12036                inherit: "default" 0.0;
12037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12038             }
12039             GENLIST_DESCRIPTION_FLIP_ENABLED
12040          }
12041          part { name: "elm.text.2";
12042             clip_to: "disclip";
12043             type: TEXT;
12044             mouse_events: 0;
12045             scale: 1;
12046             description { state: "default" 0.0;
12047                rel1 {
12048                   relative: 1.0 1.0;
12049                   to_x: "elm.padding.icon2.right";
12050                   to_y: "elm.text.1";
12051                }
12052                rel2 {
12053                   relative: 0.0 0.0;
12054                   to_x: "elm.padding.icon3.left";
12055                   to_y: "elm.padding.bottom";
12056                }
12057                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12058                text {
12059                   font: "SLP:style=Medium";
12060                   size: GENLIST_FONT_32_INC;
12061                   min: 0 1;
12062                   align: 0.0 0.5;
12063                   text_class: "slp_medium";
12064                }
12065             }
12066             description { state: "selected" 0.0;
12067                inherit: "default" 0.0;
12068                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12069             }
12070             GENLIST_DESCRIPTION_FLIP_ENABLED
12071          }
12072          GENLIST_PART_FLIP
12073          GENLIST_PART_DISCLIP
12074       }
12075       programs {
12076          // signal: elm,state,%s,active
12077          //   a "check" item named %s went active
12078          // signal: elm,state,%s,passive
12079          //   a "check" item named %s went passive
12080          // default is passive
12081          program { name: "go_active";
12082             signal: "elm,state,selected";
12083             source: "elm";
12084             action: STATE_SET "selected" 0.0;
12085             target: "bg_image";
12086             target: "elm.text.1";
12087             target: "elm.text.2";
12088             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12089          }
12090          program { name: "go_passive";
12091             signal: "elm,state,unselected";
12092             source: "elm";
12093             action: STATE_SET "default" 0.0;
12094             target: "bg_image";
12095             target: "elm.text.1";
12096             target: "elm.text.2";
12097             transition: LINEAR 0.1;
12098          }
12099          program { name: "go_disabled";
12100             signal: "elm,state,disabled";
12101             source: "elm";
12102             action: STATE_SET "disabled" 0.0;
12103             target: "disclip";
12104          }
12105          program { name: "go_enabled";
12106             signal: "elm,state,enabled";
12107             source: "elm";
12108             action: STATE_SET "default" 0.0;
12109             target: "disclip";
12110          }
12111          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12112          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12113       }
12114    }
12115
12116 // 3.2.34
12117    group { name: "elm/genlist/item/2text.2icon.9/default";
12118       alias: "elm/genlist/item_odd/2text.2icon.9/default";
12119       alias: "elm/genlist/item_compress/2text.2icon.9/default";
12120       alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
12121       data.item: "stacking" "above";
12122       data.item: "selectraise" "on";
12123       data.item: "texts" "elm.text.1 elm.text.2";
12124       data.item: "contents" "elm.icon.1 elm.icon.2";
12125       data.item: "flips" "elm.flip.content";
12126       images {
12127          image: "00_list_bar_press_1x80.png" COMP;
12128       }
12129       parts {
12130          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
12131          GENLIST_PART_BG_IMAGE
12132          GENLIST_PART_BOTTOM_LINE
12133          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
12134          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
12135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12137          part { name: "elm.icon.2";
12138             clip_to: "disclip";
12139             type: SWALLOW;
12140             scale: 1;
12141             description { state: "default" 0.0;
12142                fixed: 1 1;
12143                rel1 {
12144                   relative: 0.0 1.0;
12145                   to_x: "elm.padding.right";
12146                   to_y: "elm.padding.top";
12147                }
12148                rel2 {
12149                   relative: 0.0 0.0;
12150                   to_x: "elm.padding.right";
12151                   to_y: "elm.padding.bottom";
12152                }
12153                align: 1.0 0.5;
12154             }
12155             GENLIST_DESCRIPTION_FLIP_ENABLED
12156          }
12157          part { name: "elm.padding.icon2.left";
12158             clip_to: "disclip";
12159             type: RECT;
12160             scale: 1;
12161             description { state: "default" 0.0;
12162                min: GENLIST_SIZE_16_INC 0;
12163                fixed: 1 0;
12164                rel1.to_x: "elm.icon.2";
12165                rel2 {
12166                   relative: 0.0 1.0;
12167                   to_x: "elm.icon.2";
12168                }
12169                align: 1.0 0.0;
12170                visible: 0;
12171             }
12172          }
12173          part { name: "elm.text.2";
12174             clip_to: "disclip";
12175             type: TEXT;
12176             mouse_events: 0;
12177             scale: 1;
12178             description { state: "default" 0.0;
12179                min: 0 GENLIST_SIZE_48_INC;
12180                fixed: 0 1;
12181                rel1 {
12182                   relative: 1.0 0.0;
12183                   to_x: "elm.padding.left";
12184                   to_y: "elm.padding.bottom";
12185                }
12186                rel2 {
12187                   relative: 0.0 0.0;
12188                   to_x: "elm.padding.icon2.left";
12189                   to_y: "elm.padding.bottom";
12190                }
12191                align: 0.0 1.0;
12192                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
12193                text {
12194                   font: "SLP:style=Medium";
12195                   size: GENLIST_FONT_32_INC;
12196                   min: 0 1;
12197                   align: 0.0 0.5;
12198                   text_class: "slp_medium";
12199                }
12200             }
12201             description { state: "selected" 0.0;
12202                inherit: "default" 0.0;
12203                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12204             }
12205             GENLIST_DESCRIPTION_FLIP_ENABLED
12206          }
12207          part { name: "elm.text.1";
12208             clip_to: "disclip";
12209             type: TEXT;
12210             mouse_events: 0;
12211             scale: 1;
12212             description { state: "default" 0.0;
12213                min: 0 0;
12214                max: GENLIST_SIZE_560_INC 0;
12215                fixed: 1 0;
12216                rel1 {
12217                   relative: 1.0 1.0;
12218                   to_x: "elm.padding.left";
12219                   to_y: "elm.padding.top";
12220                }
12221                rel2 {
12222                   relative: 1.0 0.0;
12223                   to_x: "elm.padding.left";
12224                   to_y: "elm.text.2";
12225                }
12226                align: 0.0 0.5;
12227                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12228                text {
12229                   font: "SLP:style=Roman";
12230                   size: GENLIST_FONT_44_INC;
12231                   min: 1 1;
12232                   align: 0.0 0.5;
12233                   text_class: "list_item";
12234                }
12235             }
12236             description { state: "selected" 0.0;
12237                inherit: "default" 0.0;
12238                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12239             }
12240             GENLIST_DESCRIPTION_FLIP_ENABLED
12241          }
12242          part { name: "elm.padding.icon1.left";
12243             clip_to: "disclip";
12244             type: RECT;
12245             scale: 1;
12246             description { state: "default" 0.0;
12247                min: GENLIST_SIZE_16_INC 0;
12248                fixed: 1 0;
12249                rel1 {
12250                   relative: 1.0 0.0;
12251                   to_x: "elm.text.1";
12252                }
12253                rel2.to_x: "elm.text.1";
12254                align: 0.0 0.0;
12255                visible: 0;
12256             }
12257          }
12258          part { name: "elm.icon.1";
12259             clip_to: "disclip";
12260             type: SWALLOW;
12261             scale: 1;
12262             description { state: "default" 0.0;
12263                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12264                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12265                fixed: 1 1;
12266                rel1 {
12267                   relative: 1.0 1.0;
12268                   to_x: "elm.padding.icon1.left";
12269                   to_y: "elm.padding.top";
12270                }
12271                rel2 {
12272                   relative: 1.0 0.0;
12273                   to_x: "elm.padding.icon1.left";
12274                   to_y: "elm.text.2";
12275                }
12276                align: 0.0 0.5;
12277             }
12278             GENLIST_DESCRIPTION_FLIP_ENABLED
12279          }
12280          GENLIST_PART_FLIP
12281          GENLIST_PART_DISCLIP
12282       }
12283       programs {
12284          // signal: elm,state,%s,active
12285          //   a "check" item named %s went active
12286          // signal: elm,state,%s,passive
12287          //   a "check" item named %s went passive
12288          // default is passive
12289          program { name: "go_active";
12290             signal: "elm,state,selected";
12291             source: "elm";
12292             action: STATE_SET "selected" 0.0;
12293             target: "bg_image";
12294             target: "elm.text.1";
12295             target: "elm.text.2";
12296             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12297          }
12298          program { name: "go_passive";
12299             signal: "elm,state,unselected";
12300             source: "elm";
12301             action: STATE_SET "default" 0.0;
12302             target: "bg_image";
12303             target: "elm.text.1";
12304             target: "elm.text.2";
12305             transition: LINEAR 0.1;
12306          }
12307          program { name: "go_disabled";
12308             signal: "elm,state,disabled";
12309             source: "elm";
12310             action: STATE_SET "disabled" 0.0;
12311             target: "disclip";
12312          }
12313          program { name: "go_enabled";
12314             signal: "elm,state,enabled";
12315             source: "elm";
12316             action: STATE_SET "default" 0.0;
12317             target: "disclip";
12318          }
12319          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
12320          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12321       }
12322    }
12323
12324 // 10.1 Help_dialogue group
12325    group { name: "elm/genlist/item_compress/multiline/1text/default";
12326       alias: "elm/genlist/item_compress_odd/multiline/1text/default";
12327       data.item: "stacking" "above";
12328       data.item: "selectraise" "on";
12329       data.item: "texts" "elm.text.1";
12330       parts {
12331          part { name: "base";
12332             type: RECT;
12333             repeat_events: 1;
12334             description { state: "default" 0.0;
12335                color: GENLIST_DIALOGUE_GROUP_BG_COLOR_INC;
12336             }
12337          }
12338          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
12339          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
12340          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
12341          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
12342          part { name: "elm.text.1";
12343             clip_to: "disclip";
12344             type: TEXTBLOCK;
12345             mouse_events: 0;
12346             scale: 1;
12347             description { state: "default" 0.0;
12348                rel1 {
12349                   relative: 1.0 1.0;
12350                   to_x: "elm.padding.left";
12351                   to_y: "elm.padding.top";
12352                }
12353                rel2 {
12354                   relative: 0.0 0.0;
12355                   to_x: "elm.padding.right";
12356                   to_y: "elm.padding.bottom";
12357                }
12358                text {
12359                   style: "genlist_textblock_help_style";
12360                   min: 0 1;
12361                   align: 0.0 0.5;
12362                }
12363             }
12364          }
12365          GENLIST_PART_DISCLIP
12366       }
12367       programs {
12368          program { name: "go_disabled";
12369             signal: "elm,state,disabled";
12370             source: "elm";
12371             action: STATE_SET "disabled" 0.0;
12372             target: "disclip";
12373          }
12374          program { name: "go_enabled";
12375             signal: "elm,state,enabled";
12376             source: "elm";
12377             action: STATE_SET "default" 0.0;
12378             target: "disclip";
12379          }
12380       }
12381    }
12382
12383 // 3.4.1
12384    group { name: "elm/genlist/item_compress/multiline/2text/default";
12385       alias: "elm/genlist/item_compress_odd/multiline/2text/default";
12386       alias: "elm/genlist/item_compress/multiline.2text/default";
12387       alias: "elm/genlist/item_compress_odd/multiline.2text/default";
12388       data.item: "stacking" "above";
12389       data.item: "selectraise" "on";
12390       data.item: "texts" "elm.text.1 elm.text.2";
12391       parts {
12392          part { name: "base";
12393             type: RECT;
12394             repeat_events: 1;
12395             description { state: "default" 0.0;
12396                color: GENLIST_PART_BG_COLOR_INC;
12397             }
12398          }
12399          GENLIST_PART_BG_IMAGE
12400          GENLIST_PART_BOTTOM_LINE
12401          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12402          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
12403          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12404          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12405          part { name: "elm.text.1";
12406             clip_to: "disclip";
12407             type: TEXT;
12408             mouse_events: 0;
12409             scale: 1;
12410             description { state: "default" 0.0;
12411                min: 0 GENLIST_SIZE_61_INC;
12412                fixed: 0 1;
12413                rel1 {
12414                   relative: 1.0 1.0;
12415                   to_x: "elm.padding.left";
12416                   to_y: "elm.padding.top";
12417                }
12418                rel2 {
12419                   relative: 0.0 1.0;
12420                   to_x: "elm.padding.right";
12421                   to_y: "elm.padding.top";
12422                }
12423                align: 0.0 0.0;
12424                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
12425                text {
12426                   font: "SLP:style=Roman";
12427                   size: GENLIST_FONT_42_INC;
12428                   min: 0 1;
12429                   align: 0.0 0.5;
12430                   text_class: "list_item";
12431                }
12432             }
12433             description { state: "selected" 0.0;
12434                inherit: "default" 0.0;
12435                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12436             }
12437          }
12438          part { name: "elm.text.2";
12439             clip_to: "disclip";
12440             type: TEXTBLOCK;
12441             mouse_events: 0;
12442             scale: 1;
12443             description { state: "default" 0.0;
12444                rel1 {
12445                   relative: 1.0 1.0;
12446                   to_x: "elm.padding.left";
12447                   to_y: "elm.text.1";
12448                }
12449                rel2 {
12450                   relative: 0.0 0.0;
12451                   to_x: "elm.padding.right";
12452                   to_y: "elm.padding.bottom";
12453                }
12454                text {
12455                   style: "genlist_textblock_flexible_sub_style";
12456                   min: 0 1;
12457                   align: 0.0 0.5;
12458                }
12459             }
12460             description { state: "selected" 0.0;
12461                inherit: "default" 0.0;
12462                text.style: "genlist_textblock_flexible_sub_selected_style";
12463             }
12464          }
12465          GENLIST_PART_DISCLIP
12466       }
12467       programs {
12468          // signal: elm,state,%s,active
12469          //   a "check" item named %s went active
12470          // signal: elm,state,%s,passive
12471          //   a "check" item named %s went passive
12472          // default is passive
12473          program { name: "go_active";
12474             signal: "elm,state,selected";
12475             source: "elm";
12476             action: STATE_SET "selected" 0.0;
12477             target: "bg_image";
12478             target: "elm.text.1";
12479             target: "elm.text.2";
12480             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12481          }
12482          program { name: "go_passive";
12483             signal: "elm,state,unselected";
12484             source: "elm";
12485             action: STATE_SET "default" 0.0;
12486             target: "bg_image";
12487             target: "elm.text.1";
12488             target: "elm.text.2";
12489             transition: LINEAR 0.1;
12490          }
12491          program { name: "go_disabled";
12492             signal: "elm,state,disabled";
12493             source: "elm";
12494             action: STATE_SET "disabled" 0.0;
12495             target: "disclip";
12496          }
12497          program { name: "go_enabled";
12498             signal: "elm,state,enabled";
12499             source: "elm";
12500             action: STATE_SET "default" 0.0;
12501             target: "disclip";
12502          }
12503          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12504       }
12505    }
12506
12507 // 3.4.2
12508    group { name: "elm/genlist/item/multiline/3text.2icon/default";
12509       alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
12510       alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
12511       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
12512       data.item: "stacking" "above";
12513       data.item: "selectraise" "on";
12514       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12515       data.item: "contents" "elm.icon.1 elm.icon.2";
12516       data.item: "flips" "elm.flip.content";
12517       images {
12518          image: "00_list_bar_press_1x80.png" COMP;
12519       }
12520       parts {
12521          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12522          GENLIST_PART_BG_IMAGE
12523          GENLIST_PART_BOTTOM_LINE
12524          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12525          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12526          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12527          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12528          part { name: "elm.icon.2";
12529             clip_to: "disclip";
12530             type: SWALLOW;
12531             scale: 1;
12532             description { state: "default" 0.0;
12533                min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12534                max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
12535                fixed: 1 1;
12536                rel1 {
12537                   relative: 0.0 1.0;
12538                   to_x: "elm.padding.right";
12539                   to_y: "elm.padding.top";
12540                }
12541                rel2 {
12542                   relative: 0.0 0.0;
12543                   to_x: "elm.padding.right";
12544                   to_y: "elm.padding.bottom";
12545                }
12546                align: 1.0 0.5;
12547             }
12548             GENLIST_DESCRIPTION_FLIP_ENABLED
12549          }
12550          part { name: "elm.padding.icon2.left";
12551             clip_to: "disclip";
12552             type: RECT;
12553             scale: 1;
12554             description { state: "default" 0.0;
12555                min: GENLIST_PADDING_16_INC 0;
12556                fixed: 1 0;
12557                rel1.to_x: "elm.icon.2";
12558                rel2 {
12559                   relative: 0.0 1.0;
12560                   to_x: "elm.icon.2";
12561                }
12562                align: 1.0 0.0;
12563                visible: 0;
12564             }
12565          }
12566          part { name: "elm.text.1.rect";
12567             clip_to: "disclip";
12568             type: RECT;
12569             scale: 1;
12570             description { state: "default" 0.0;
12571                min: 0 GENLIST_SIZE_48_INC;
12572                fixed: 0 1;
12573                rel1 {
12574                   relative: 1.0 1.0;
12575                   to_x: "elm.padding.left";
12576                   to_y: "elm.padding.top";
12577                }
12578                rel2 {
12579                   relative: 0.0 1.0;
12580                   to_x: "elm.padding.icon2.left";
12581                   to_y: "elm.padding.top";
12582                }
12583                align: 0.0 0.0;
12584                visible: 0;
12585             }
12586          }
12587          part { name: "elm.text.1";
12588             clip_to: "disclip";
12589             type: TEXT;
12590             mouse_events: 0;
12591             scale: 1;
12592             description { state: "default" 0.0;
12593                fixed: 1 1;
12594                rel1.to: "elm.text.1.rect";
12595                rel2.to: "elm.text.1.rect";
12596                align: 0.0 0.0;
12597                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12598                text {
12599                   font: "SLP:style=Roman";
12600                   size: GENLIST_FONT_40_INC;
12601                   min: 0 1;
12602                   align: 0.0 0.5;
12603                   text_class: "list_item";
12604                }
12605             }
12606             description { state: "selected" 0.0;
12607                inherit: "default" 0.0;
12608                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12609             }
12610             GENLIST_DESCRIPTION_FLIP_ENABLED
12611          }
12612          part { name: "elm.text.2";
12613             clip_to: "disclip";
12614             type: TEXT;
12615             mouse_events: 0;
12616             scale: 1;
12617             description { state: "default" 0.0;
12618                min: 0 GENLIST_SIZE_48_INC;
12619                fixed: 0 1;
12620                rel1 {
12621                   relative: 1.0 1.0;
12622                   to_x: "elm.padding.left";
12623                   to_y: "elm.text.1.rect";
12624                }
12625                rel2 {
12626                   relative: 0.0 1.0;
12627                   to_x: "elm.padding.icon2.left";
12628                   to_y: "elm.text.1.rect";
12629                }
12630                align: 0.0 0.0;
12631                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
12632                text {
12633                   font: "SLP:style=Roman";
12634                   size: GENLIST_FONT_36_INC;
12635                   min: 0 1;
12636                   align: 0.0 0.5;
12637                   text_class: "slp_roman";
12638                }
12639             }
12640             description { state: "selected" 0.0;
12641                inherit: "default" 0.0;
12642                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12643             }
12644             GENLIST_DESCRIPTION_FLIP_ENABLED
12645          }
12646          part { name: "elm.text.3";
12647             clip_to: "disclip";
12648             type: TEXT;
12649             mouse_events: 0;
12650             scale: 1;
12651             description { state: "default" 0.0;
12652                min: 0 GENLIST_SIZE_35_INC;
12653                fixed: 0 1;
12654                rel1 {
12655                   relative: 1.0 0.0;
12656                   to_x: "elm.padding.icon1.right";
12657                   to_y: "elm.padding.bottom";
12658                }
12659                rel2 {
12660                   relative: 0.0 0.0;
12661                   to_x: "elm.padding.icon2.left";
12662                   to_y: "elm.padding.bottom";
12663                }
12664                align: 0.0 1.0;
12665                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12666                text {
12667                   font: "SLP:style=Medium";
12668                   size: GENLIST_FONT_30_INC;
12669                   min: 0 1;
12670                   align: 0.0 0.5;
12671                   text_class: "slp_medium";
12672                }
12673             }
12674             description { state: "selected" 0.0;
12675                inherit: "default" 0.0;
12676                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12677             }
12678             GENLIST_DESCRIPTION_FLIP_ENABLED
12679          }
12680          part { name: "elm.icon.1";
12681             clip_to: "disclip";
12682             type: SWALLOW;
12683             scale: 1;
12684             description { state: "default" 0.0;
12685                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12686                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12687                fixed: 1 1;
12688                rel1 {
12689                   relative: 1.0 1.0;
12690                   to_x: "elm.padding.left";
12691                   to_y: "elm.text.2";
12692                }
12693                rel2 {
12694                   relative: 1.0 0.0;
12695                   to_x: "elm.padding.left";
12696                   to_y: "elm.padding.bottom";
12697                }
12698                align: 0.0 0.5;
12699             }
12700             GENLIST_DESCRIPTION_FLIP_ENABLED
12701          }
12702          part { name: "elm.padding.icon1.right";
12703             clip_to: "disclip";
12704             type: RECT;
12705             scale: 1;
12706             description { state: "default" 0.0;
12707                min: GENLIST_PADDING_16_INC 0;
12708                fixed: 1 0;
12709                rel1 {
12710                   relative: 1.0 0.0;
12711                   to_x: "elm.icon.1";
12712                }
12713                rel2.to_x: "elm.icon.1";
12714                align: 0.0 0.0;
12715                visible: 0;
12716             }
12717          }
12718          GENLIST_PART_FLIP
12719          GENLIST_PART_DISCLIP
12720       }
12721       programs {
12722          // signal: elm,state,%s,active
12723          //   a "check" item named %s went active
12724          // signal: elm,state,%s,passive
12725          //   a "check" item named %s went passive
12726          // default is passive
12727          program { name: "go_active";
12728             signal: "elm,state,selected";
12729             source: "elm";
12730             action: STATE_SET "selected" 0.0;
12731             target: "bg_image";
12732             target: "elm.text.1";
12733             target: "elm.text.2";
12734             target: "elm.text.3";
12735             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12736          }
12737          program { name: "go_passive";
12738             signal: "elm,state,unselected";
12739             source: "elm";
12740             action: STATE_SET "default" 0.0;
12741             target: "bg_image";
12742             target: "elm.text.1";
12743             target: "elm.text.2";
12744             target: "elm.text.3";
12745             transition: LINEAR 0.1;
12746          }
12747          program { name: "go_disabled";
12748             signal: "elm,state,disabled";
12749             source: "elm";
12750             action: STATE_SET "disabled" 0.0;
12751             target: "disclip";
12752          }
12753          program { name: "go_enabled";
12754             signal: "elm,state,enabled";
12755             source: "elm";
12756             action: STATE_SET "default" 0.0;
12757             target: "disclip";
12758          }
12759          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
12760          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12761       }
12762    }
12763
12764 // 3.4.2
12765    group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
12766       alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
12767       alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
12768       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
12769       data.item: "stacking" "above";
12770       data.item: "selectraise" "on";
12771       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12772       data.item: "contents" "elm.icon.1 elm.icon.2";
12773       data.item: "flips" "elm.flip.content";
12774       images {
12775          image: "00_list_bar_press_1x80.png" COMP;
12776       }
12777       parts {
12778          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12779          GENLIST_PART_BG_IMAGE
12780          GENLIST_PART_BOTTOM_LINE
12781          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12782          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12783          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
12784          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
12785          part { name: "elm.icon.2";
12786             clip_to: "disclip";
12787             type: SWALLOW;
12788             scale: 1;
12789             description { state: "default" 0.0;
12790                min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12791                max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
12792                fixed: 1 1;
12793                rel1 {
12794                   relative: 0.0 1.0;
12795                   to_x: "elm.padding.right";
12796                   to_y: "elm.padding.top";
12797                }
12798                rel2 {
12799                   relative: 0.0 0.0;
12800                   to_x: "elm.padding.right";
12801                   to_y: "elm.padding.bottom";
12802                }
12803                align: 1.0 0.5;
12804             }
12805             GENLIST_DESCRIPTION_FLIP_ENABLED
12806          }
12807          part { name: "elm.padding.icon2.left";
12808             clip_to: "disclip";
12809             type: RECT;
12810             scale: 1;
12811             description { state: "default" 0.0;
12812                min: GENLIST_PADDING_16_INC 0;
12813                fixed: 1 0;
12814                rel1.to_x: "elm.icon.2";
12815                rel2 {
12816                   relative: 0.0 1.0;
12817                   to_x: "elm.icon.2";
12818                }
12819                align: 1.0 0.0;
12820                visible: 0;
12821             }
12822          }
12823          part { name: "elm.text.1.rect";
12824             clip_to: "disclip";
12825             type: RECT;
12826             scale: 1;
12827             description { state: "default" 0.0;
12828                min: 0 GENLIST_SIZE_48_INC;
12829                fixed: 0 1;
12830                rel1 {
12831                   relative: 1.0 1.0;
12832                   to_x: "elm.padding.left";
12833                   to_y: "elm.padding.top";
12834                }
12835                rel2 {
12836                   relative: 0.0 1.0;
12837                   to_x: "elm.padding.icon2.left";
12838                   to_y: "elm.padding.top";
12839                }
12840                align: 0.0 0.0;
12841                visible: 0;
12842             }
12843          }
12844          part { name: "elm.text.1";
12845             clip_to: "disclip";
12846             type: TEXT;
12847             mouse_events: 0;
12848             scale: 1;
12849             description { state: "default" 0.0;
12850                fixed: 1 1;
12851                rel1.to: "elm.text.1.rect";
12852                rel2.to: "elm.text.1.rect";
12853                align: 0.0 0.0;
12854                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
12855                text {
12856                   font: "SLP:style=Roman";
12857                   size: GENLIST_FONT_40_INC;
12858                   min: 0 1;
12859                   align: 0.0 0.5;
12860                   text_class: "list_item";
12861                }
12862             }
12863             description { state: "selected" 0.0;
12864                inherit: "default" 0.0;
12865                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12866             }
12867             GENLIST_DESCRIPTION_FLIP_ENABLED
12868          }
12869          part { name: "elm.text.2";
12870             clip_to: "disclip";
12871             type: TEXT;
12872             mouse_events: 0;
12873             scale: 1;
12874             description { state: "default" 0.0;
12875                min: 0 GENLIST_SIZE_48_INC;
12876                fixed: 0 1;
12877                rel1 {
12878                   relative: 1.0 1.0;
12879                   to_x: "elm.padding.left";
12880                   to_y: "elm.text.1.rect";
12881                }
12882                rel2 {
12883                   relative: 0.0 1.0;
12884                   to_x: "elm.padding.icon2.left";
12885                   to_y: "elm.text.1.rect";
12886                }
12887                align: 0.0 0.0;
12888                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
12889                text {
12890                   font: "SLP:style=Roman";
12891                   size: GENLIST_FONT_36_INC;
12892                   min: 0 1;
12893                   align: 0.0 0.5;
12894                   text_class: "slp_roman";
12895                }
12896             }
12897             description { state: "selected" 0.0;
12898                inherit: "default" 0.0;
12899                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12900             }
12901             GENLIST_DESCRIPTION_FLIP_ENABLED
12902          }
12903          part { name: "elm.text.3";
12904             clip_to: "disclip";
12905             type: TEXT;
12906             mouse_events: 0;
12907             scale: 1;
12908             description { state: "default" 0.0;
12909                min: 0 GENLIST_SIZE_35_INC;
12910                fixed: 0 1;
12911                rel1 {
12912                   relative: 1.0 0.0;
12913                   to_x: "elm.padding.icon1.right";
12914                   to_y: "elm.padding.bottom";
12915                }
12916                rel2 {
12917                   relative: 0.0 0.0;
12918                   to_x: "elm.padding.icon2.left";
12919                   to_y: "elm.padding.bottom";
12920                }
12921                align: 0.0 1.0;
12922                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
12923                text {
12924                   font: "SLP:style=Medium";
12925                   size: GENLIST_FONT_30_INC;
12926                   min: 0 1;
12927                   align: 0.0 0.5;
12928                   text_class: "slp_medium";
12929                }
12930             }
12931             description { state: "selected" 0.0;
12932                inherit: "default" 0.0;
12933                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
12934             }
12935             GENLIST_DESCRIPTION_FLIP_ENABLED
12936          }
12937          part { name: "elm.icon.1";
12938             clip_to: "disclip";
12939             type: SWALLOW;
12940             scale: 1;
12941             description { state: "default" 0.0;
12942                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12943                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12944                fixed: 1 1;
12945                rel1 {
12946                   relative: 1.0 1.0;
12947                   to_x: "elm.padding.left";
12948                   to_y: "elm.text.2";
12949                }
12950                rel2 {
12951                   relative: 1.0 0.0;
12952                   to_x: "elm.padding.left";
12953                   to_y: "elm.padding.bottom";
12954                }
12955                align: 0.0 0.5;
12956             }
12957             GENLIST_DESCRIPTION_FLIP_ENABLED
12958          }
12959          part { name: "elm.padding.icon1.right";
12960             clip_to: "disclip";
12961             type: RECT;
12962             scale: 1;
12963             description { state: "default" 0.0;
12964                min: GENLIST_PADDING_16_INC 0;
12965                fixed: 1 0;
12966                rel1 {
12967                   relative: 1.0 0.0;
12968                   to_x: "elm.icon.1";
12969                }
12970                rel2.to_x: "elm.icon.1";
12971                align: 0.0 0.0;
12972                visible: 0;
12973             }
12974          }
12975          GENLIST_PART_FLIP
12976          GENLIST_PART_DISCLIP
12977       }
12978       programs {
12979          // signal: elm,state,%s,active
12980          //   a "check" item named %s went active
12981          // signal: elm,state,%s,passive
12982          //   a "check" item named %s went passive
12983          // default is passive
12984          program { name: "go_active";
12985             signal: "elm,state,selected";
12986             source: "elm";
12987             action: STATE_SET "selected" 0.0;
12988             target: "bg_image";
12989             target: "elm.text.1";
12990             target: "elm.text.2";
12991             target: "elm.text.3";
12992             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12993          }
12994          program { name: "go_passive";
12995             signal: "elm,state,unselected";
12996             source: "elm";
12997             action: STATE_SET "default" 0.0;
12998             target: "bg_image";
12999             target: "elm.text.1";
13000             target: "elm.text.2";
13001             target: "elm.text.3";
13002             transition: LINEAR 0.1;
13003          }
13004          program { name: "go_disabled";
13005             signal: "elm,state,disabled";
13006             source: "elm";
13007             action: STATE_SET "disabled" 0.0;
13008             target: "disclip";
13009          }
13010          program { name: "go_enabled";
13011             signal: "elm,state,enabled";
13012             source: "elm";
13013             action: STATE_SET "default" 0.0;
13014             target: "disclip";
13015          }
13016          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
13017          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13018       }
13019    }
13020
13021 // 3.4.3
13022    group { name: "elm/genlist/item/multiline/3text.1icon/default";
13023       alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
13024       alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
13025       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
13026       data.item: "stacking" "above";
13027       data.item: "selectraise" "on";
13028       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13029       data.item: "contents" "elm.icon";
13030       data.item: "flips" "elm.flip.content";
13031       images {
13032          image: "00_list_bar_press_1x80.png" COMP;
13033       }
13034       parts {
13035          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13036          GENLIST_PART_BG_IMAGE
13037          GENLIST_PART_BOTTOM_LINE
13038          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13039          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13040          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13041          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13042          part { name: "elm.text.1.rect";
13043             clip_to: "disclip";
13044             type: RECT;
13045             scale: 1;
13046             description { state: "default" 0.0;
13047                min: 0 GENLIST_SIZE_48_INC;
13048                fixed: 0 1;
13049                rel1 {
13050                   relative: 1.0 1.0;
13051                   to_x: "elm.padding.left";
13052                   to_y: "elm.padding.top";
13053                }
13054                rel2 {
13055                   relative: 0.0 1.0;
13056                   to_x: "elm.padding.right";
13057                   to_y: "elm.padding.top";
13058                }
13059                align: 0.0 0.0;
13060                visible: 0;
13061             }
13062          }
13063          part { name: "elm.text.1";
13064             clip_to: "disclip";
13065             type: TEXT;
13066             mouse_events: 0;
13067             scale: 1;
13068             description { state: "default" 0.0;
13069                fixed: 1 1;
13070                rel1.to: "elm.text.1.rect";
13071                rel2.to: "elm.text.1.rect";
13072                align: 0.0 0.0;
13073                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13074                text {
13075                   font: "SLP:style=Roman";
13076                   size: GENLIST_FONT_40_INC;
13077                   min: 0 1;
13078                   align: 0.0 0.5;
13079                   text_class: "list_item";
13080                }
13081             }
13082             description { state: "selected" 0.0;
13083                inherit: "default" 0.0;
13084                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13085             }
13086             GENLIST_DESCRIPTION_FLIP_ENABLED
13087          }
13088          part { name: "elm.text.2";
13089             clip_to: "disclip";
13090             type: TEXT;
13091             mouse_events: 0;
13092             scale: 1;
13093             description { state: "default" 0.0;
13094                min: 0 GENLIST_SIZE_48_INC;
13095                fixed: 0 1;
13096                rel1 {
13097                   relative: 1.0 1.0;
13098                   to_x: "elm.padding.left";
13099                   to_y: "elm.text.1.rect";
13100                }
13101                rel2 {
13102                   relative: 0.0 1.0;
13103                   to_x: "elm.padding.right";
13104                   to_y: "elm.text.1.rect";
13105                }
13106                align: 0.0 0.0;
13107                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13108                text {
13109                   font: "SLP:style=Roman";
13110                   size: GENLIST_FONT_36_INC;
13111                   min: 0 1;
13112                   align: 0.0 0.5;
13113                   text_class: "slp_roman";
13114                }
13115             }
13116             description { state: "selected" 0.0;
13117                inherit: "default" 0.0;
13118                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13119             }
13120             GENLIST_DESCRIPTION_FLIP_ENABLED
13121          }
13122          part { name: "elm.text.3";
13123             clip_to: "disclip";
13124             type: TEXT;
13125             mouse_events: 0;
13126             scale: 1;
13127             description { state: "default" 0.0;
13128                min: 0 GENLIST_SIZE_35_INC;
13129                fixed: 0 1;
13130                rel1 {
13131                   relative: 1.0 0.0;
13132                   to_x: "elm.padding.icon.right";
13133                   to_y: "elm.padding.bottom";
13134                }
13135                rel2 {
13136                   relative: 0.0 0.0;
13137                   to_x: "elm.padding.right";
13138                   to_y: "elm.padding.bottom";
13139                }
13140                align: 0.0 1.0;
13141                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13142                text {
13143                   font: "SLP:style=Medium";
13144                   size: GENLIST_FONT_30_INC;
13145                   min: 0 1;
13146                   align: 0.0 0.5;
13147                   text_class: "slp_medium";
13148                }
13149             }
13150             description { state: "selected" 0.0;
13151                inherit: "default" 0.0;
13152                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13153             }
13154             GENLIST_DESCRIPTION_FLIP_ENABLED
13155          }
13156          part { name: "elm.icon";
13157             clip_to: "disclip";
13158             type: SWALLOW;
13159             scale: 1;
13160             description { state: "default" 0.0;
13161                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13162                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13163                fixed: 1 1;
13164                rel1 {
13165                   relative: 1.0 0.0;
13166                   to_x: "elm.padding.left";
13167                   to_y: "elm.text.3";
13168                }
13169                rel2 {
13170                   relative: 1.0 0.0;
13171                   to_x: "elm.padding.left";
13172                   to_y: "elm.padding.bottom";
13173                }
13174                align: 0.0 0.5;
13175             }
13176             GENLIST_DESCRIPTION_FLIP_ENABLED
13177          }
13178          part { name: "elm.padding.icon.right";
13179             clip_to: "disclip";
13180             type: RECT;
13181             scale: 1;
13182             description { state: "default" 0.0;
13183                min: GENLIST_PADDING_16_INC 0;
13184                fixed: 1 0;
13185                rel1 {
13186                   relative: 1.0 0.0;
13187                   to_x: "elm.icon";
13188                }
13189                rel2.to_x: "elm.icon";
13190                align: 0.0 0.0;
13191                visible: 0;
13192             }
13193          }
13194          GENLIST_PART_FLIP
13195          GENLIST_PART_DISCLIP
13196       }
13197       programs {
13198          // signal: elm,state,%s,active
13199          //   a "check" item named %s went active
13200          // signal: elm,state,%s,passive
13201          //   a "check" item named %s went passive
13202          // default is passive
13203          program { name: "go_active";
13204             signal: "elm,state,selected";
13205             source: "elm";
13206             action: STATE_SET "selected" 0.0;
13207             target: "bg_image";
13208             target: "elm.text.1";
13209             target: "elm.text.2";
13210             target: "elm.text.3";
13211             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13212          }
13213          program { name: "go_passive";
13214             signal: "elm,state,unselected";
13215             source: "elm";
13216             action: STATE_SET "default" 0.0;
13217             target: "bg_image";
13218             target: "elm.text.1";
13219             target: "elm.text.2";
13220             target: "elm.text.3";
13221             transition: LINEAR 0.1;
13222          }
13223          program { name: "go_disabled";
13224             signal: "elm,state,disabled";
13225             source: "elm";
13226             action: STATE_SET "disabled" 0.0;
13227             target: "disclip";
13228          }
13229          program { name: "go_enabled";
13230             signal: "elm,state,enabled";
13231             source: "elm";
13232             action: STATE_SET "default" 0.0;
13233             target: "disclip";
13234          }
13235          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13236          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13237       }
13238    }
13239
13240 // 3.4.3
13241    group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
13242       alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
13243       alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
13244       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
13245       data.item: "stacking" "above";
13246       data.item: "selectraise" "on";
13247       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
13248       data.item: "contents" "elm.icon";
13249       data.item: "flips" "elm.flip.content";
13250       images {
13251          image: "00_list_bar_press_1x80.png" COMP;
13252       }
13253       parts {
13254          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
13255          GENLIST_PART_BG_IMAGE
13256          GENLIST_PART_BOTTOM_LINE
13257          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13258          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
13259          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13260          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13261          part { name: "elm.text.1.rect";
13262             clip_to: "disclip";
13263             type: RECT;
13264             scale: 1;
13265             description { state: "default" 0.0;
13266                min: 0 GENLIST_SIZE_48_INC;
13267                fixed: 0 1;
13268                rel1 {
13269                   relative: 1.0 1.0;
13270                   to_x: "elm.padding.left";
13271                   to_y: "elm.padding.top";
13272                }
13273                rel2 {
13274                   relative: 0.0 1.0;
13275                   to_x: "elm.padding.right";
13276                   to_y: "elm.padding.top";
13277                }
13278                align: 0.0 0.0;
13279                visible: 0;
13280             }
13281          }
13282          part { name: "elm.text.1";
13283             clip_to: "disclip";
13284             type: TEXT;
13285             mouse_events: 0;
13286             scale: 1;
13287             description { state: "default" 0.0;
13288                fixed: 1 1;
13289                rel1.to: "elm.text.1.rect";
13290                rel2.to: "elm.text.1.rect";
13291                align: 0.0 0.0;
13292                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13293                text {
13294                   font: "SLP:style=Roman";
13295                   size: GENLIST_FONT_40_INC;
13296                   min: 0 1;
13297                   align: 0.0 0.5;
13298                   text_class: "list_item";
13299                }
13300             }
13301             description { state: "selected" 0.0;
13302                inherit: "default" 0.0;
13303                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13304             }
13305             GENLIST_DESCRIPTION_FLIP_ENABLED
13306          }
13307          part { name: "elm.text.2";
13308             clip_to: "disclip";
13309             type: TEXT;
13310             mouse_events: 0;
13311             scale: 1;
13312             description { state: "default" 0.0;
13313                min: 0 GENLIST_SIZE_48_INC;
13314                fixed: 0 1;
13315                rel1 {
13316                   relative: 1.0 1.0;
13317                   to_x: "elm.padding.left";
13318                   to_y: "elm.text.1.rect";
13319                }
13320                rel2 {
13321                   relative: 0.0 1.0;
13322                   to_x: "elm.padding.right";
13323                   to_y: "elm.text.1.rect";
13324                }
13325                align: 0.0 0.0;
13326                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
13327                text {
13328                   font: "SLP:style=Roman";
13329                   size: GENLIST_FONT_36_INC;
13330                   min: 0 1;
13331                   align: 0.0 0.5;
13332                   text_class: "slp_roman";
13333                }
13334             }
13335             description { state: "selected" 0.0;
13336                inherit: "default" 0.0;
13337                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13338             }
13339             GENLIST_DESCRIPTION_FLIP_ENABLED
13340          }
13341          part { name: "elm.text.3";
13342             clip_to: "disclip";
13343             type: TEXT;
13344             mouse_events: 0;
13345             scale: 1;
13346             description { state: "default" 0.0;
13347                min: 0 GENLIST_SIZE_35_INC;
13348                fixed: 0 1;
13349                rel1 {
13350                   relative: 1.0 0.0;
13351                   to_x: "elm.padding.icon.right";
13352                   to_y: "elm.padding.bottom";
13353                }
13354                rel2 {
13355                   relative: 0.0 0.0;
13356                   to_x: "elm.padding.right";
13357                   to_y: "elm.padding.bottom";
13358                }
13359                align: 0.0 1.0;
13360                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
13361                text {
13362                   font: "SLP:style=Medium";
13363                   size: GENLIST_FONT_30_INC;
13364                   min: 0 1;
13365                   align: 0.0 0.5;
13366                   text_class: "slp_medium";
13367                }
13368             }
13369             description { state: "selected" 0.0;
13370                inherit: "default" 0.0;
13371                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
13372             }
13373             GENLIST_DESCRIPTION_FLIP_ENABLED
13374          }
13375          part { name: "elm.icon";
13376             clip_to: "disclip";
13377             type: SWALLOW;
13378             scale: 1;
13379             description { state: "default" 0.0;
13380                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13381                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13382                fixed: 1 1;
13383                rel1 {
13384                   relative: 1.0 0.0;
13385                   to_x: "elm.padding.left";
13386                   to_y: "elm.text.3";
13387                }
13388                rel2 {
13389                   relative: 1.0 0.0;
13390                   to_x: "elm.padding.left";
13391                   to_y: "elm.padding.bottom";
13392                }
13393                align: 0.0 0.5;
13394             }
13395             GENLIST_DESCRIPTION_FLIP_ENABLED
13396          }
13397          part { name: "elm.padding.icon.right";
13398             clip_to: "disclip";
13399             type: RECT;
13400             scale: 1;
13401             description { state: "default" 0.0;
13402                min: GENLIST_PADDING_16_INC 0;
13403                fixed: 1 0;
13404                rel1 {
13405                   relative: 1.0 0.0;
13406                   to_x: "elm.icon";
13407                }
13408                rel2.to_x: "elm.icon";
13409                align: 0.0 0.0;
13410                visible: 0;
13411             }
13412          }
13413          GENLIST_PART_FLIP
13414          GENLIST_PART_DISCLIP
13415       }
13416       programs {
13417          // signal: elm,state,%s,active
13418          //   a "check" item named %s went active
13419          // signal: elm,state,%s,passive
13420          //   a "check" item named %s went passive
13421          // default is passive
13422          program { name: "go_active";
13423             signal: "elm,state,selected";
13424             source: "elm";
13425             action: STATE_SET "selected" 0.0;
13426             target: "bg_image";
13427             target: "elm.text.1";
13428             target: "elm.text.2";
13429             target: "elm.text.3";
13430             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13431          }
13432          program { name: "go_passive";
13433             signal: "elm,state,unselected";
13434             source: "elm";
13435             action: STATE_SET "default" 0.0;
13436             target: "bg_image";
13437             target: "elm.text.1";
13438             target: "elm.text.2";
13439             target: "elm.text.3";
13440             transition: LINEAR 0.1;
13441          }
13442          program { name: "go_disabled";
13443             signal: "elm,state,disabled";
13444             source: "elm";
13445             action: STATE_SET "disabled" 0.0;
13446             target: "disclip";
13447          }
13448          program { name: "go_enabled";
13449             signal: "elm,state,enabled";
13450             source: "elm";
13451             action: STATE_SET "default" 0.0;
13452             target: "disclip";
13453          }
13454          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
13455          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13456       }
13457    }
13458
13459    // 2.2.3.11
13460    group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
13461       alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
13462       alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
13463       alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
13464       data.item: "stacking" "above";
13465       data.item: "selectraise" "on";
13466       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
13467       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
13468       data.item: "flips" "elm.flip.content";
13469       images {
13470          image: "00_list_bar_press_1x80.png" COMP;
13471       }
13472       parts {
13473          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
13474          GENLIST_PART_BG_IMAGE
13475          GENLIST_PART_BOTTOM_LINE
13476          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
13477          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
13478          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
13479          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
13480
13481          part { name: "elm.icon.1";
13482             clip_to: "disclip";
13483             type: SWALLOW;
13484             scale: 1;
13485             description { state: "default" 0.0;
13486                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13487                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13488                fixed: 1 1;
13489                rel1 {
13490                   relative: 1.0 1.0;
13491                   to_x: "elm.padding.left";
13492                   to_y: "elm.padding.top";
13493                }
13494                rel2 {
13495                   relative: 1.0 0.0;
13496                   to_x: "elm.padding.left";
13497                   to_y: "elm.padding.bottom";
13498                }
13499                align: 0.0 0.5;
13500             }
13501             GENLIST_DESCRIPTION_FLIP_ENABLED
13502          }
13503          part { name: "elm.padding.icon1.right";
13504             clip_to: "disclip";
13505             type: RECT;
13506             scale: 1;
13507             description { state: "default" 0.0;
13508                min: GENLIST_PADDING_16_INC 0;
13509                fixed: 1 0;
13510                rel1 {
13511                   relative: 1.0 0.0;
13512                   to_x: "elm.icon.1";
13513                }
13514                rel2.to_x: "elm.icon.1";
13515                align: 0.0 0.0;
13516                visible: 0;
13517             }
13518          }
13519          part { name: "elm.icon.3";
13520             clip_to: "disclip";
13521             type: SWALLOW;
13522             scale: 1;
13523             description { state: "default" 0.0;
13524                min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13525                max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
13526                fixed: 1 1;
13527                rel1 {
13528                   relative: 0.0 1.0;
13529                   to_x: "elm.padding.right";
13530                   to_y: "elm.padding.top";
13531                }
13532                rel2 {
13533                   relative: 0.0 0.0;
13534                   to_x: "elm.padding.right";
13535                   to_y: "elm.padding.bottom";
13536                }
13537                align: 1.0 0.0;
13538             }
13539             GENLIST_DESCRIPTION_FLIP_ENABLED
13540          }
13541          part { name: "elm.icon.3.left";
13542             clip_to: "disclip";
13543             type: RECT;
13544             scale: 1;
13545             description { state: "default" 0.0;
13546                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13547                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13548                fixed: 1 1;
13549                rel1 {
13550                   relative: 0.0 1.0;
13551                   to_x: "elm.icon.3";
13552                   to_y: "elm.padding.top";
13553                }
13554                rel2 {
13555                   relative: 0.0 0.0;
13556                   to_x: "elm.icon.3";
13557                   to_y: "elm.padding.bottom";
13558                }
13559                align: 1.0 0.0;
13560                visible: 0;
13561             }
13562             GENLIST_DESCRIPTION_FLIP_ENABLED
13563          }
13564          part { name: "elm.icon.4";
13565             clip_to: "disclip";
13566             type: SWALLOW;
13567             scale: 1;
13568             description { state: "default" 0.0;
13569                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13570                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13571                fixed: 1 1;
13572                rel1 {
13573                   relative: 0.0 1.0;
13574                   to_x: "elm.icon.3.left";
13575                   to_y: "elm.padding.top";
13576                }
13577                rel2 {
13578                   relative: 0.0 0.0;
13579                   to_x: "elm.icon.3.left";
13580                   to_y: "elm.text.2";
13581                }
13582                align: 1.0 0.5;
13583             }
13584             GENLIST_DESCRIPTION_FLIP_ENABLED
13585          }
13586          part { name: "elm.icon.4.left";
13587             clip_to: "disclip";
13588             type: RECT;
13589             scale: 1;
13590             description { state: "default" 0.0;
13591                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13592                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13593                fixed: 1 1;
13594                rel1 {
13595                   relative: 0.0 1.0;
13596                   to_x: "elm.icon.4";
13597                   to_y: "elm.padding.top";
13598                }
13599                rel2 {
13600                   relative: 0.0 0.0;
13601                   to_x: "elm.icon.4";
13602                   to_y: "elm.padding.bottom";
13603                }
13604                align: 1.0 0.0;
13605                visible: 0;
13606             }
13607             GENLIST_DESCRIPTION_FLIP_ENABLED
13608          }
13609
13610          part { name: "elm.text.1.rect";
13611             clip_to: "disclip";
13612             type: RECT;
13613             scale: 1;
13614             description { state: "default" 0.0;
13615                min: 0 GENLIST_SIZE_60_INC;
13616                fixed: 0 1;
13617                rel1 {
13618                   relative: 1.0 1.0;
13619                   to_x: "elm.padding.left";
13620                   to_y: "elm.padding.top";
13621                }
13622                rel2 {
13623                   relative: 0.0 1.0;
13624                   to_x: "elm.icon.4.left";
13625                   to_y: "elm.padding.top";
13626                }
13627                align: 0.0 0.0;
13628                visible: 0;
13629             }
13630          }
13631          part { name: "elm.text.1";
13632             clip_to: "disclip";
13633             type: TEXT;
13634             mouse_events: 0;
13635             scale: 1;
13636             description { state: "default" 0.0;
13637                fixed: 1 1;
13638                rel1 {
13639                   relative: 1.0 1.0;
13640                   to_x: "elm.padding.icon1.right";
13641                   to_y: "elm.padding.top";
13642                }
13643                rel2.to: "elm.text.1.rect";
13644                align: 0.0 0.0;
13645                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
13646                text {
13647                   font: "SLP:style=Roman";
13648                   size: GENLIST_FONT_44_INC;
13649                   min: 0 1;
13650                   align: 0.0 0.5;
13651                   text_class: "list_item";
13652                }
13653             }
13654             description { state: "selected" 0.0;
13655                inherit: "default" 0.0;
13656                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13657             }
13658             GENLIST_DESCRIPTION_FLIP_ENABLED
13659          }
13660          part { name: "elm.text.1.bottom";
13661             clip_to: "disclip";
13662             type: RECT;
13663             scale: 1;
13664             description { state: "default" 0.0;
13665                min: 0 GENLIST_SIZE_4_INC;
13666                fixed: 1 1;
13667                rel1 {
13668                   relative: 1.0 1.0;
13669                   to_x: "elm.padding.icon1.right";
13670                   to_y: "elm.text.1.rect";
13671                }
13672                rel2 {
13673                   relative: 0.0 1.0;
13674                   to_x: "elm.padding.right";
13675                   to_y: "elm.text.1.rect";
13676                }
13677                align: 0.0 1.0;
13678                visible: 0;
13679             }
13680             GENLIST_DESCRIPTION_FLIP_ENABLED
13681          }
13682          part { name: "elm.text.2";
13683             clip_to: "disclip";
13684             type: TEXT;
13685             mouse_events: 0;
13686             scale: 1;
13687             description { state: "default" 0.0;
13688                min: 0 GENLIST_SIZE_40_INC;
13689                fixed: 0 1;
13690                rel1 {
13691                   relative: 1.0 1.0;
13692                   to_x: "elm.padding.icon1.right";
13693                   to_y: "elm.text.1.bottom";
13694                }
13695                rel2 {
13696                   relative: 0.0 1.0;
13697                   to_x: "elm.padding.right";
13698                   to_y: "elm.text.1.bottom";
13699                }
13700                align: 0.0 0.0;
13701                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
13702                text {
13703                   font: "SLP:style=Medium";
13704                   size: GENLIST_FONT_32_INC;
13705                   min: 0 1;
13706                   align: 0.0 0.5;
13707                   text_class: "slp_medium";
13708                }
13709             }
13710             description { state: "selected" 0.0;
13711                inherit: "default" 0.0;
13712                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13713             }
13714             GENLIST_DESCRIPTION_FLIP_ENABLED
13715          }
13716          part { name: "elm.text.4";
13717             clip_to: "disclip";
13718             type: TEXT;
13719             mouse_events: 0;
13720             scale: 1;
13721             description { state: "default" 0.0;
13722                min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
13723                fixed: 1 1;
13724                rel1 {
13725                   relative: 0.0 1.0;
13726                   to_x: "elm.padding.right";
13727                   to_y: "elm.text.2";
13728                }
13729                rel2 {
13730                   relative: 0.0 0.0;
13731                   to_x: "elm.padding.right";
13732                   to_y: "elm.padding.bottom";
13733                }
13734                align: 1.0 0.0;
13735                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13736                text {
13737                   font: "SLP:style=Medium";
13738                   size: GENLIST_FONT_32_INC;
13739                   min: 0 1;
13740                   align: 0.0 0.5;
13741                   text_class: "slp_medium";
13742                }
13743             }
13744             description { state: "selected" 0.0;
13745                inherit: "default" 0.0;
13746                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13747             }
13748             GENLIST_DESCRIPTION_FLIP_ENABLED
13749          }
13750          part { name: "elm.text.4.left";
13751             clip_to: "disclip";
13752             type: RECT;
13753             scale: 1;
13754             description { state: "default" 0.0;
13755                min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13756                max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
13757                fixed: 1 1;
13758                color: 255 0 255 255;
13759                rel1 {
13760                   relative: 0.0 1.0;
13761                   to_x: "elm.text.4";
13762                   to_y: "elm.text.2";
13763                }
13764                rel2 {
13765                   relative: 0.0 0.0;
13766                   to_x: "elm.text.4";
13767                   to_y: "elm.padding.bottom";
13768                }
13769                align: 1.0 0.0;
13770                visible: 0;
13771             }
13772             GENLIST_DESCRIPTION_FLIP_ENABLED
13773          }
13774          part { name: "elm.text.3";
13775             clip_to: "disclip";
13776             type: TEXT;
13777             mouse_events: 0;
13778             scale: 1;
13779             description { state: "default" 0.0;
13780                min: 0 GENLIST_SIZE_40_INC;
13781                fixed: 0 1;
13782                rel1 {
13783                   relative: 1.0 0.0;
13784                   to_x: "elm.padding.icon1.right";
13785                   to_y: "elm.padding.bottom";
13786                }
13787                rel2 {
13788                   relative: 0.0 0.0;
13789                   to_x: "elm.text.4.left";
13790                   to_y: "elm.padding.bottom";
13791                }
13792                align: 0.0 1.0;
13793                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
13794                text {
13795                   font: "SLP:style=Medium";
13796                   size: GENLIST_FONT_32_INC;
13797                   min: 0 1;
13798                   align: 0.0 0.5;
13799                   text_class: "slp_medium";
13800                }
13801             }
13802             description { state: "selected" 0.0;
13803                inherit: "default" 0.0;
13804                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13805             }
13806             GENLIST_DESCRIPTION_FLIP_ENABLED
13807          }
13808
13809          GENLIST_PART_FLIP
13810          GENLIST_PART_DISCLIP
13811       }
13812       programs {
13813          program { name: "go_active";
13814             signal: "elm,state,selected";
13815             source: "elm";
13816             action: STATE_SET "selected" 0.0;
13817             target: "bg_image";
13818             target: "elm.text.1";
13819             target: "elm.text.2";
13820             target: "elm.text.3";
13821             target: "elm.text.4";
13822          }
13823          program { name: "go_passive";
13824             signal: "elm,state,unselected";
13825             source: "elm";
13826             action: STATE_SET "default" 0.0;
13827             target: "bg_image";
13828             target: "elm.text.1";
13829             target: "elm.text.2";
13830             target: "elm.text.3";
13831             target: "elm.text.4";
13832             transition: LINEAR 0.1;
13833          }
13834          program { name: "go_disabled";
13835             signal: "elm,state,disabled";
13836             source: "elm";
13837             action: STATE_SET "disabled" 0.0;
13838             target: "disclip";
13839          }
13840          program { name: "go_enabled";
13841             signal: "elm,state,enabled";
13842             source: "elm";
13843             action: STATE_SET "default" 0.0;
13844             target: "disclip";
13845          }
13846       }
13847    }
13848
13849    // 2.2.3.12
13850    group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
13851       alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
13852       alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
13853       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
13854       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13855
13856       parts {
13857          part { name: "elm.text.1";
13858             description { state: "default" 0.0;
13859                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13860             }
13861          }
13862       }
13863    }
13864
13865    // 2.2.3.9
13866    group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
13867       alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
13868       alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
13869       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
13870       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13871       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
13872
13873       parts {
13874          part { name: "elm.icon.5";
13875             clip_to: "disclip";
13876             type: SWALLOW;
13877             scale: 1;
13878             description { state: "default" 0.0;
13879                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13880                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13881                fixed: 1 1;
13882                rel1 {
13883                   relative: 0.0 1.0;
13884                   to_x: "elm.icon.4.left";
13885                   to_y: "elm.padding.top";
13886                }
13887                rel2 {
13888                   relative: 0.0 0.0;
13889                   to_x: "elm.icon.4.left";
13890                   to_y: "elm.text.2";
13891                }
13892                align: 1.0 0.5;
13893             }
13894             GENLIST_DESCRIPTION_FLIP_ENABLED
13895          }
13896          part { name: "elm.icon.5.left";
13897             clip_to: "disclip";
13898             type: RECT;
13899             scale: 1;
13900             description { state: "default" 0.0;
13901                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13902                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13903                fixed: 1 1;
13904                rel1 {
13905                   relative: 0.0 1.0;
13906                   to_x: "elm.icon.5";
13907                   to_y: "elm.padding.top";
13908                }
13909                rel2 {
13910                   relative: 0.0 0.0;
13911                   to_x: "elm.icon.5";
13912                   to_y: "elm.padding.bottom";
13913                }
13914                align: 1.0 0.0;
13915                visible: 0;
13916             }
13917             GENLIST_DESCRIPTION_FLIP_ENABLED
13918          }
13919          part { name: "elm.text.1.rect";
13920             description { state: "default" 0.0;
13921                rel2.to_x: "elm.icon.5.left";
13922             }
13923          }
13924       }
13925    }
13926
13927    // 2.2.3.10
13928    group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
13929       alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
13930       alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
13931       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
13932       inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
13933
13934       parts {
13935          part { name: "elm.text.1";
13936             description { state: "default" 0.0;
13937                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
13938             }
13939          }
13940       }
13941    }
13942
13943    // 2.2.3.7
13944    group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
13945       alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
13946       alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
13947       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
13948       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13949       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
13950
13951       parts {
13952           part { name: "elm.icon.2";
13953             clip_to: "disclip";
13954             type: SWALLOW;
13955             scale: 1;
13956             description { state: "default" 0.0;
13957                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13958                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13959                fixed: 1 1;
13960                rel1 {
13961                   relative: 1.0 1.0;
13962                   to_x: "elm.padding.icon1.right";
13963                   to_y: "elm.text.2";
13964                }
13965                rel2 {
13966                   relative: 1.0 0.0;
13967                   to_x: "elm.padding.icon1.right";
13968                   to_y: "elm.padding.bottom";
13969                }
13970                align: 0.0 0.5;
13971             }
13972             GENLIST_DESCRIPTION_FLIP_ENABLED
13973          }
13974          part { name: "elm.padding.icon2.right";
13975             clip_to: "disclip";
13976             type: RECT;
13977             scale: 1;
13978             description { state: "default" 0.0;
13979                min: GENLIST_SIZE_16_INC 0;
13980                fixed: 1 0;
13981                rel1 {
13982                   relative: 1.0 0.0;
13983                   to_x: "elm.icon.2";
13984                }
13985                rel2.to_x: "elm.icon.2";
13986                align: 0.0 0.0;
13987                visible: 0;
13988             }
13989          }
13990          part { name: "elm.text.3";
13991             clip_to: "disclip";
13992             type: TEXT;
13993             mouse_events: 0;
13994             scale: 1;
13995             description { state: "default" 0.0;
13996                min: 0 GENLIST_SIZE_40_INC;
13997                fixed: 0 1;
13998                rel1 {
13999                   relative: 1.0 0.0;
14000                   to_x: "elm.padding.icon2.right";
14001                   to_y: "elm.padding.bottom";
14002                }
14003                rel2 {
14004                   relative: 0.0 0.0;
14005                   to_x: "elm.text.4.left";
14006                   to_y: "elm.padding.bottom";
14007                }
14008                align: 0.0 1.0;
14009                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14010                text {
14011                   font: "SLP:style=Medium";
14012                   size: GENLIST_FONT_32_INC;
14013                   min: 0 1;
14014                   align: 0.0 0.5;
14015                   text_class: "slp_medium";
14016                }
14017             }
14018             description { state: "selected" 0.0;
14019                inherit: "default" 0.0;
14020                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14021             }
14022             GENLIST_DESCRIPTION_FLIP_ENABLED
14023          }
14024       }
14025    }
14026
14027    // 2.2.3.8
14028    group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
14029       alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
14030       alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
14031       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
14032       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14033
14034       parts {
14035          part { name: "elm.text.1";
14036             description { state: "default" 0.0;
14037                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
14038             }
14039          }
14040       }
14041    }
14042
14043    // 2.2.3.5
14044    group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
14045       alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
14046       alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
14047       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
14048       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
14049       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
14050
14051       parts {
14052          part { name: "elm.icon.5";
14053             clip_to: "disclip";
14054             type: SWALLOW;
14055             scale: 1;
14056             description { state: "default" 0.0;
14057                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14058                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14059                fixed: 1 1;
14060                rel1 {
14061                   relative: 0.0 1.0;
14062                   to_x: "elm.icon.4.left";
14063                   to_y: "elm.padding.top";
14064                }
14065                rel2 {
14066                   relative: 0.0 0.0;
14067                   to_x: "elm.icon.4.left";
14068                   to_y: "elm.text.2";
14069                }
14070                align: 1.0 0.5;
14071             }
14072             GENLIST_DESCRIPTION_FLIP_ENABLED
14073          }
14074          part { name: "elm.icon.5.left";
14075             clip_to: "disclip";
14076             type: RECT;
14077             scale: 1;
14078             description { state: "default" 0.0;
14079                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14080                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14081                fixed: 1 1;
14082                rel1 {
14083                   relative: 0.0 1.0;
14084                   to_x: "elm.icon.5";
14085                   to_y: "elm.padding.top";
14086                }
14087                rel2 {
14088                   relative: 0.0 0.0;
14089                   to_x: "elm.icon.5";
14090                   to_y: "elm.padding.bottom";
14091                }
14092                align: 1.0 0.0;
14093                visible: 0;
14094             }
14095             GENLIST_DESCRIPTION_FLIP_ENABLED
14096          }
14097          part { name: "elm.text.1.rect";
14098             description { state: "default" 0.0;
14099                rel2 {
14100                   to_x: "elm.icon.5.left";
14101                }
14102             }
14103          }
14104       }
14105    }
14106
14107    // 2.2.3.6
14108    group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
14109       alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
14110       alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
14111       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
14112       inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
14113
14114       parts {
14115          part { name: "elm.text.1";
14116             description { state: "default" 0.0;
14117                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14118             }
14119          }
14120       }
14121    }
14122
14123    // 2.2.3.13
14124    group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
14125       alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
14126       alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
14127       alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
14128       data.item: "stacking" "above";
14129       data.item: "selectraise" "on";
14130       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
14131       data.item: "contents" "elm.icon.1 elm.icon.4";
14132       data.item: "flips" "elm.flip.content";
14133       images {
14134          image: "00_list_bar_press_1x80.png" COMP;
14135       }
14136       parts {
14137          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
14138          GENLIST_PART_BG_IMAGE
14139          GENLIST_PART_BOTTOM_LINE
14140          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
14141          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
14142          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14143          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14144
14145          part { name: "elm.icon.1";
14146             clip_to: "disclip";
14147             type: SWALLOW;
14148             scale: 1;
14149             description { state: "default" 0.0;
14150                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14151                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
14152                fixed: 1 1;
14153                rel1 {
14154                   relative: 1.0 1.0;
14155                   to_x: "elm.padding.left";
14156                   to_y: "elm.padding.top";
14157                }
14158                rel2 {
14159                   relative: 1.0 0.0;
14160                   to_x: "elm.padding.left";
14161                   to_y: "elm.padding.bottom";
14162                }
14163                align: 0.0 0.5;
14164             }
14165             GENLIST_DESCRIPTION_FLIP_ENABLED
14166          }
14167          part { name: "elm.padding.icon1.right";
14168             clip_to: "disclip";
14169             type: RECT;
14170             scale: 1;
14171             description { state: "default" 0.0;
14172                min: GENLIST_PADDING_16_INC 0;
14173                fixed: 1 0;
14174                rel1 {
14175                   relative: 1.0 0.0;
14176                   to_x: "elm.icon.1";
14177                }
14178                rel2.to_x: "elm.icon.1";
14179                align: 0.0 0.0;
14180                visible: 0;
14181             }
14182          }
14183          part { name: "elm.icon.4";
14184             clip_to: "disclip";
14185             type: SWALLOW;
14186             scale: 1;
14187             description { state: "default" 0.0;
14188                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14189                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14190                fixed: 1 1;
14191                rel1 {
14192                   relative: 0.0 1.0;
14193                   to_x: "elm.padding.right";
14194                   to_y: "elm.padding.top";
14195                }
14196                rel2 {
14197                   relative: 0.0 0.0;
14198                   to_x: "elm.padding.right";
14199                   to_y: "elm.text.2";
14200                }
14201                align: 1.0 0.5;
14202             }
14203             GENLIST_DESCRIPTION_FLIP_ENABLED
14204          }
14205          part { name: "elm.icon.4.left";
14206             clip_to: "disclip";
14207             type: RECT;
14208             scale: 1;
14209             description { state: "default" 0.0;
14210                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14211                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
14212                fixed: 1 1;
14213                rel1 {
14214                   relative: 0.0 1.0;
14215                   to_x: "elm.icon.4";
14216                   to_y: "elm.padding.top";
14217                }
14218                rel2 {
14219                   relative: 0.0 0.0;
14220                   to_x: "elm.icon.4";
14221                   to_y: "elm.padding.bottom";
14222                }
14223                align: 1.0 0.0;
14224                visible: 0;
14225             }
14226             GENLIST_DESCRIPTION_FLIP_ENABLED
14227          }
14228          part { name: "elm.icon.2";
14229             clip_to: "disclip";
14230             type: SWALLOW;
14231             scale: 1;
14232             description { state: "default" 0.0;
14233                fixed: 1 1;
14234                min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
14235                rel1 {
14236                   relative: 0.0 1.0;
14237                   to_x: "elm.padding.right";
14238                   to_y: "elm.text.1.bottom";
14239                }
14240                rel2 {
14241                   relative: 0.0 0.0;
14242                   to_x: "elm.padding.right";
14243                   to_y: "elm.padding.bottom";
14244                }
14245                align: 1.0 0.5;
14246             }
14247             GENLIST_DESCRIPTION_FLIP_ENABLED
14248          }
14249          part { name: "elm.padding.icon2.left";
14250             clip_to: "disclip";
14251             type: RECT;
14252             scale: 1;
14253             description { state: "default" 0.0;
14254                min: GENLIST_PADDING_16_INC 0;
14255                fixed: 1 0;
14256                rel1.to_x: "elm.icon.2";
14257                rel2 {
14258                   relative: 0.0 1.0;
14259                   to_x: "elm.icon.2";
14260                }
14261                align: 1.0 0.0;
14262                visible: 0;
14263             }
14264          }
14265          part { name: "elm.text.1.rect";
14266             clip_to: "disclip";
14267             type: RECT;
14268             scale: 1;
14269             description { state: "default" 0.0;
14270                min: 0 GENLIST_SIZE_60_INC;
14271                fixed: 0 1;
14272                rel1 {
14273                   relative: 1.0 1.0;
14274                   to_x: "elm.padding.left";
14275                   to_y: "elm.padding.top";
14276                }
14277                rel2 {
14278                   relative: 0.0 1.0;
14279                   to_x: "elm.icon.4.left";
14280                   to_y: "elm.padding.top";
14281                }
14282                align: 0.0 0.0;
14283                visible: 0;
14284             }
14285          }
14286          part { name: "elm.text.1";
14287             clip_to: "disclip";
14288             type: TEXT;
14289             mouse_events: 0;
14290             scale: 1;
14291             description { state: "default" 0.0;
14292                fixed: 1 1;
14293                rel1 {
14294                   relative: 1.0 1.0;
14295                   to_x: "elm.padding.icon1.right";
14296                   to_y: "elm.padding.top";
14297                }
14298                rel2.to: "elm.text.1.rect";
14299                align: 0.0 0.0;
14300                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
14301                text {
14302                   font: "SLP:style=Roman";
14303                   size: GENLIST_FONT_44_INC;
14304                   min: 0 1;
14305                   align: 0.0 0.5;
14306                   text_class: "list_item";
14307                }
14308             }
14309             description { state: "selected" 0.0;
14310                inherit: "default" 0.0;
14311                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14312             }
14313             GENLIST_DESCRIPTION_FLIP_ENABLED
14314          }
14315          part { name: "elm.text.1.bottom";
14316             clip_to: "disclip";
14317             type: RECT;
14318             scale: 1;
14319             description { state: "default" 0.0;
14320                min: 0 GENLIST_SIZE_4_INC;
14321                fixed: 1 1;
14322                rel1 {
14323                   relative: 1.0 1.0;
14324                   to_x: "elm.padding.icon1.right";
14325                   to_y: "elm.text.1.rect";
14326                }
14327                rel2 {
14328                   relative: 0.0 1.0;
14329                   to_x: "elm.padding.right";
14330                   to_y: "elm.text.1.rect";
14331                }
14332                align: 0.0 1.0;
14333                visible: 0;
14334             }
14335             GENLIST_DESCRIPTION_FLIP_ENABLED
14336          }
14337          part { name: "elm.text.2";
14338             clip_to: "disclip";
14339             type: TEXT;
14340             mouse_events: 0;
14341             scale: 1;
14342             description { state: "default" 0.0;
14343                min: 0 GENLIST_SIZE_40_INC;
14344                fixed: 0 1;
14345                rel1 {
14346                   relative: 1.0 1.0;
14347                   to_x: "elm.padding.icon1.right";
14348                   to_y: "elm.text.1.bottom";
14349                }
14350                rel2 {
14351                   relative: 0.0 1.0;
14352                   to_x: "elm.padding.icon2.left";
14353                   to_y: "elm.text.1.bottom";
14354                }
14355                align: 0.0 0.0;
14356                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14357                text {
14358                   font: "SLP:style=Medium";
14359                   size: GENLIST_FONT_32_INC;
14360                   min: 0 1;
14361                   align: 0.0 0.5;
14362                   text_class: "slp_medium";
14363                }
14364             }
14365             description { state: "selected" 0.0;
14366                inherit: "default" 0.0;
14367                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14368             }
14369             GENLIST_DESCRIPTION_FLIP_ENABLED
14370          }
14371          part { name: "elm.text.3";
14372             clip_to: "disclip";
14373             type: TEXT;
14374             mouse_events: 0;
14375             scale: 1;
14376             description { state: "default" 0.0;
14377                min: 0 GENLIST_SIZE_40_INC;
14378                fixed: 0 1;
14379                rel1 {
14380                   relative: 1.0 0.0;
14381                   to_x: "elm.padding.icon1.right";
14382                   to_y: "elm.padding.bottom";
14383                }
14384                rel2 {
14385                   relative: 0.0 0.0;
14386                   to_x: "elm.padding.icon2.left";
14387                   to_y: "elm.padding.bottom";
14388                }
14389                align: 0.0 1.0;
14390                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
14391                text {
14392                   font: "SLP:style=Medium";
14393                   size: GENLIST_FONT_32_INC;
14394                   min: 0 1;
14395                   align: 0.0 0.5;
14396                   text_class: "slp_medium";
14397                }
14398             }
14399             description { state: "selected" 0.0;
14400                inherit: "default" 0.0;
14401                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14402             }
14403             GENLIST_DESCRIPTION_FLIP_ENABLED
14404          }
14405
14406          GENLIST_PART_FLIP
14407          GENLIST_PART_DISCLIP
14408       }
14409       programs {
14410          // signal: elm,state,%s,active
14411          //   a "check" item named %s went active
14412          // signal: elm,state,%s,passive
14413          //   a "check" item named %s went passive
14414          // default is passive
14415          program { name: "go_active";
14416             signal: "elm,state,selected";
14417             source: "elm";
14418             action: STATE_SET "selected" 0.0;
14419             target: "bg_image";
14420             target: "elm.text.1";
14421             target: "elm.text.2";
14422             target: "elm.text.3";
14423          }
14424          program { name: "go_passive";
14425             signal: "elm,state,unselected";
14426             source: "elm";
14427             action: STATE_SET "default" 0.0;
14428             target: "bg_image";
14429             target: "elm.text.1";
14430             target: "elm.text.2";
14431             target: "elm.text.3";
14432             transition: LINEAR 0.1;
14433          }
14434          program { name: "go_disabled";
14435             signal: "elm,state,disabled";
14436             source: "elm";
14437             action: STATE_SET "disabled" 0.0;
14438             target: "disclip";
14439          }
14440          program { name: "go_enabled";
14441             signal: "elm,state,enabled";
14442             source: "elm";
14443             action: STATE_SET "default" 0.0;
14444             target: "disclip";
14445          }
14446       }
14447    }
14448
14449 // 3.4.4
14450    group { name: "elm/genlist/item/multiline/1title.2text/default";
14451       alias: "elm/genlist/item_odd/multiline/1title.2text/default";
14452       alias: "elm/genlist/item_compress/multiline/1title.2text/default";
14453       alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
14454       data.item: "stacking" "above";
14455       data.item: "selectraise" "on";
14456       data.item: "texts" "elm.title elm.text.1 elm.text.2";
14457       parts {
14458          part { name: "base";
14459             type: RECT;
14460             repeat_events: 1;
14461             description { state: "default" 0.0;
14462                color: GENLIST_PART_BG_COLOR_INC;
14463             }
14464          }
14465          GENLIST_PART_BG_IMAGE
14466          GENLIST_PART_BOTTOM_LINE
14467          GENLIST_PART_PADDING_TOP( 0 )
14468          GENLIST_PART_PADDING_BOTTOM( 0 )
14469          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14470          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14471          part { name: "vertical_line";
14472             clip_to: "disclip";
14473             type: RECT;
14474             mouse_events: 0;
14475             description { state: "default" 0.0;
14476                min: 1 0;
14477                fixed: 1 0;
14478                rel1 {
14479                   relative: 1.0 0.0;
14480                   to_x: "elm.padding.title.right";
14481                }
14482                rel2.to_x: "elm.padding.title.right";
14483                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14484             }
14485          }
14486          part { name: "center_line";
14487             clip_to: "disclip";
14488             type: RECT;
14489             mouse_events: 0;
14490             description { state: "default" 0.0;
14491                min: 0 1;
14492                fixed: 0 1;
14493                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14494                rel1 {
14495                   relative: 1.0 0.5;
14496                   to_x: "vertical_line";
14497                }
14498                rel2.relative: 1.0 0.5;
14499                align: 0.5 1.0;
14500             }
14501          }
14502          part { name: "elm.title";
14503             clip_to: "disclip";
14504             type: TEXTBLOCK;
14505             mouse_events: 0;
14506             scale: 1;
14507             description { state: "default" 0.0;
14508                min: 224 0;
14509                fixed: 1 0;
14510                rel1 {
14511                   relative: 1.0 1.0;
14512                   to_x: "elm.padding.left";
14513                   to_y: "elm.padding.top";
14514                }
14515                rel2 {
14516                   relative: 1.0 0.0;
14517                   to_x: "elm.padding.left";
14518                   to_y: "elm.padding.bottom";
14519                }
14520                align: 0.0 0.5;
14521                text {
14522                   style: "genlist_multiline_textblock_style";
14523                   min: 0 1;
14524                   align: 0.0 0.5;
14525                }
14526             }
14527             description { state: "selected" 0.0;
14528                inherit: "default" 0.0;
14529                text.style: "genlist_multiline_textblock_selected_style";
14530             }
14531          }
14532          part { name: "elm.padding.title.right";
14533             clip_to: "disclip";
14534             type: RECT;
14535             mouse_events: 0;
14536             scale: 1;
14537             description { state: "default" 0.0;
14538                min: GENLIST_PADDING_16_INC 0;
14539                fixed: 1 0;
14540                rel1 {
14541                    relative: 1.0 0.0;
14542                    to_x: "elm.title";
14543                }
14544                rel2.to_x: "elm.title";
14545                visible: 0;
14546                align: 0.0 0.5;
14547             }
14548          }
14549          part { name: "elm.padding.text.left";
14550             clip_to: "disclip";
14551             type: RECT;
14552             mouse_events: 0;
14553             scale: 1;
14554             description { state: "default" 0.0;
14555                min: GENLIST_PADDING_16_INC 0;
14556                fixed: 1 0;
14557                rel1 {
14558                    relative: 1.0 0.0;
14559                    to_x: "vertical_line";
14560                }
14561                rel2.to_x: "vertical_line";
14562                visible: 0;
14563                align: 0.0 0.5;
14564             }
14565          }
14566          part { name: "elm.text.1";
14567             clip_to: "disclip";
14568             type: TEXT;
14569             mouse_events: 0;
14570             scale: 1;
14571             description { state: "default" 0.0;
14572                rel1 {
14573                   relative: 1.0 1.0;
14574                   to_x: "elm.padding.text.left";
14575                   to_y: "elm.padding.top";
14576                }
14577                rel2 {
14578                   relative: 0.0 0.0;
14579                   to_x: "elm.padding.right";
14580                   to_y: "center_line";
14581                }
14582                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14583                text {
14584                   font: "SLP:style=Roman";
14585                   size: GENLIST_FONT_44_INC;
14586                   min: 0 1;
14587                   align: 0.0 0.5;
14588                   text_class: "slp_roman";
14589                }
14590             }
14591          }
14592          part { name: "elm.text.2";
14593             clip_to: "disclip";
14594             type: TEXT;
14595             mouse_events: 0;
14596             scale: 1;
14597             description { state: "default" 0.0;
14598                rel1 {
14599                   relative: 1.0 1.0;
14600                   to_x: "elm.padding.text.left";
14601                   to_y: "center_line";
14602                }
14603                rel2 {
14604                   relative: 0.0 0.0;
14605                   to_x: "elm.padding.right";
14606                   to_y: "elm.padding.bottom";
14607                }
14608                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14609                text {
14610                   font: "SLP:style=Roman";
14611                   size: GENLIST_FONT_44_INC;
14612                   min: 0 1;
14613                   align: 0.0 0.5;
14614                   text_class: "slp_roman";
14615                }
14616             }
14617          }
14618          GENLIST_PART_DISCLIP
14619       }
14620       programs {
14621          // signal: elm,state,%s,active
14622          //   a "check" item named %s went active
14623          // signal: elm,state,%s,passive
14624          //   a "check" item named %s went passive
14625          // default is passive
14626          program { name: "go_active";
14627             signal: "elm,state,selected";
14628             source: "elm";
14629             action: STATE_SET "selected" 0.0;
14630             target: "bg_image";
14631             target: "elm.title";
14632             target: "elm.text.1";
14633             target: "elm.text.2";
14634             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14635          }
14636          program { name: "go_passive";
14637             signal: "elm,state,unselected";
14638             source: "elm";
14639             action: STATE_SET "default" 0.0;
14640             target: "bg_image";
14641             target: "elm.title";
14642             target: "elm.text.1";
14643             target: "elm.text.2";
14644             transition: LINEAR 0.1;
14645          }
14646          program { name: "go_disabled";
14647             signal: "elm,state,disabled";
14648             source: "elm";
14649             action: STATE_SET "disabled" 0.0;
14650             target: "disclip";
14651          }
14652          program { name: "go_enabled";
14653             signal: "elm,state,enabled";
14654             source: "elm";
14655             action: STATE_SET "default" 0.0;
14656             target: "disclip";
14657          }
14658          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14659       }
14660    }
14661
14662 // 3.4.5
14663    group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
14664       alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
14665       data.item: "stacking" "above";
14666       data.item: "selectraise" "on";
14667       data.item: "texts" "elm.title elm.text";
14668       parts {
14669          part { name: "base";
14670             type: RECT;
14671             repeat_events: 1;
14672             description { state: "default" 0.0;
14673                color: GENLIST_PART_BG_COLOR_INC;
14674             }
14675          }
14676          GENLIST_PART_BG_IMAGE
14677          GENLIST_PART_BOTTOM_LINE
14678          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14679          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14680          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14681          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14682          part { name: "elm.title";
14683             clip_to: "disclip";
14684             type: TEXT;
14685             mouse_events: 0;
14686             scale: 1;
14687             description { state: "default" 0.0;
14688                min: GENLIST_SIZE_195_INC 0;
14689                fixed: 1 0;
14690                rel1 {
14691                   relative: 1.0 0.0;
14692                   to_x: "elm.padding.left";
14693                }
14694                rel2 {
14695                   relative: 1.0 1.0;
14696                   to_x: "elm.padding.left";
14697                }
14698                align: 0.0 0.0;
14699                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
14700                text {
14701                   font: "SLP:style=Medium";
14702                   size: GENLIST_FONT_32_INC;
14703                   min: 0 1;
14704                   align: 0.0 0.5;
14705                   text_class: "slp_medium";
14706                }
14707             }
14708             description { state: "selected" 0.0;
14709                inherit: "default" 0.0;
14710                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14711             }
14712          }
14713          part { name: "elm.padding.title.right";
14714             clip_to: "disclip";
14715             type: RECT;
14716             mouse_events: 0;
14717             description { state: "default" 0.0;
14718                min: GENLIST_PADDING_16_INC 0;
14719                fixed: 1 0;
14720                rel1 {
14721                   relative: 1.0 0.0;
14722                   to_x: "elm.title";
14723                }
14724                rel2.to_x: "elm.title";
14725                align: 0.0 0.5;
14726                visible: 0;
14727             }
14728          }
14729          part { name: "vertical_line";
14730             clip_to: "disclip";
14731             type: RECT;
14732             mouse_events: 0;
14733             description { state: "default" 0.0;
14734                min: 1 0;
14735                fixed: 1 0;
14736                rel1 {
14737                   relative: 1.0 0.0;
14738                   to_x: "elm.padding.title.right";
14739                }
14740                rel2.to_x: "elm.padding.title.right";
14741                align: 0.0 0.5;
14742                color: GENLIST_PART_LIST_LINE_COLOR_INC;
14743             }
14744          }
14745          part { name: "elm.padding.text.left";
14746             clip_to: "disclip";
14747             type: RECT;
14748             mouse_events: 0;
14749             description { state: "default" 0.0;
14750                min: GENLIST_PADDING_16_INC 0;
14751                fixed: 1 0;
14752                rel1 {
14753                   relative: 1.0 0.0;
14754                   to_x: "vertical_line";
14755                }
14756                rel2.to_x: "vertical_line";
14757                align: 0.0 0.5;
14758                visible: 0;
14759             }
14760          }
14761          part { name: "elm.text";
14762             clip_to: "disclip";
14763             type: TEXTBLOCK;
14764             mouse_events: 0;
14765             scale: 1;
14766             description { state: "default" 0.0;
14767                rel1 {
14768                   relative: 1.0 1.0;
14769                   to_x: "elm.padding.text.left";
14770                   to_y: "elm.padding.top";
14771                }
14772                rel2 {
14773                   relative: 0.0 0.0;
14774                   to_x: "elm.padding.right";
14775                   to_y: "elm.padding.bottom";
14776                }
14777                text {
14778                   style: "genlist_textblock_flexible_style";
14779                   min: 0 1;
14780                   align: 0.0 0.5;
14781                   text_class: "list_item";
14782                }
14783             }
14784             description { state: "selected" 0.0;
14785                inherit: "default" 0.0;
14786                text.style: "genlist_textblock_flexible_selected_style";
14787             }
14788          }
14789          GENLIST_PART_DISCLIP
14790       }
14791       programs {
14792          // signal: elm,state,%s,active
14793          //   a "check" item named %s went active
14794          // signal: elm,state,%s,passive
14795          //   a "check" item named %s went passive
14796          // default is passive
14797          program { name: "go_active";
14798             signal: "elm,state,selected";
14799             source: "elm";
14800             action: STATE_SET "selected" 0.0;
14801             target: "bg_image";
14802             target: "elm.title";
14803             target: "elm.text";
14804             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14805          }
14806          program { name: "go_passive";
14807             signal: "elm,state,unselected";
14808             source: "elm";
14809             action: STATE_SET "default" 0.0;
14810             target: "bg_image";
14811             target: "elm.title";
14812             target: "elm.text";
14813             transition: LINEAR 0.1;
14814          }
14815          program { name: "go_disabled";
14816             signal: "elm,state,disabled";
14817             source: "elm";
14818             action: STATE_SET "disabled" 0.0;
14819             target: "disclip";
14820          }
14821          program { name: "go_enabled";
14822             signal: "elm,state,enabled";
14823             source: "elm";
14824             action: STATE_SET "default" 0.0;
14825             target: "disclip";
14826          }
14827          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14828       }
14829    }
14830
14831 // 3.4.6
14832    group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
14833       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
14834       data.item: "stacking" "above";
14835       data.item: "selectraise" "on";
14836       data.item: "texts" "elm.text.1 elm.text.2";
14837       data.item: "contents" "elm.icon";
14838       parts {
14839          part { name: "base";
14840             type: RECT;
14841             repeat_events: 1;
14842             description { state: "default" 0.0;
14843                color: GENLIST_PART_BG_COLOR_INC;
14844             }
14845          }
14846          GENLIST_PART_BG_IMAGE
14847          GENLIST_PART_BOTTOM_LINE
14848          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14849          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14850          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
14851          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
14852          part { name: "elm.text.1";
14853             clip_to: "disclip";
14854             type: TEXT;
14855             mouse_events: 0;
14856             scale: 1;
14857             description { state: "default" 0.0;
14858                min: 0 GENLIST_SIZE_48_INC;
14859                fixed: 0 1;
14860                rel1 {
14861                   relative: 1.0 1.0;
14862                   to_x: "elm.padding.left";
14863                   to_y: "elm.padding.top";
14864                }
14865                rel2 {
14866                   relative: 0.0 1.0;
14867                   to_x: "elm.padding.icon.left";
14868                   to_y: "elm.padding.top";
14869                }
14870                align: 0.0 0.0;
14871                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
14872                text {
14873                   font: "SLP:style=Roman";
14874                   size: GENLIST_FONT_42_INC;
14875                   min: 0 1;
14876                   align: 0.0 0.5;
14877                   text_class: "list_item";
14878                }
14879             }
14880             description { state: "selected" 0.0;
14881                inherit: "default" 0.0;
14882                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14883             }
14884          }
14885          part { name: "elm.icon";
14886             clip_to: "disclip";
14887             type: SWALLOW;
14888             scale: 1;
14889             description { state: "default" 0.0;
14890                fixed: 1 1;
14891                rel1 {
14892                   relative: 0.0 1.0;
14893                   to_x: "elm.padding.right";
14894                   to_y: "elm.padding.top";
14895                }
14896                rel2 {
14897                   relative: 0.0 0.0;
14898                   to_x: "elm.padding.right";
14899                   to_y: "elm.padding.bottom";
14900                }
14901                align: 1.0 0.5;
14902             }
14903             GENLIST_DESCRIPTION_FLIP_ENABLED
14904          }
14905          part { name: "elm.padding.icon.left";
14906             clip_to: "disclip";
14907             type: RECT;
14908             scale: 1;
14909             description { state: "default" 0.0;
14910                min: GENLIST_PADDING_16_INC 0;
14911                fixed: 1 0;
14912                rel1.to_x: "elm.icon";
14913                rel2 {
14914                   relative: 0.0 1.0;
14915                   to_x: "elm.icon";
14916                }
14917                align: 1.0 0.0;
14918                visible: 0;
14919             }
14920          }
14921          part { name: "elm.text.2";
14922             clip_to: "disclip";
14923             type: TEXTBLOCK;
14924             mouse_events: 0;
14925             scale: 1;
14926             description { state: "default" 0.0;
14927                rel1 {
14928                   relative: 1.0 1.0;
14929                   to_x: "elm.padding.left";
14930                   to_y: "elm.text.1";
14931                }
14932                rel2 {
14933                   relative: 0.0 0.0;
14934                   to_x: "elm.padding.icon.left";
14935                   to_y: "elm.padding.bottom";
14936                }
14937                text {
14938                   style: "genlist_textblock_sub_style";
14939                   min: 0 1;
14940                   align: 0.0 0.5;
14941                }
14942             }
14943             description { state: "selected" 0.0;
14944                inherit: "default" 0.0;
14945                text.style: "genlist_textblock_sub_selected_style";
14946             }
14947          }
14948          GENLIST_PART_DISCLIP
14949       }
14950       programs {
14951          // signal: elm,state,%s,active
14952          //   a "check" item named %s went active
14953          // signal: elm,state,%s,passive
14954          //   a "check" item named %s went passive
14955          // default is passive
14956          program { name: "go_active";
14957             signal: "elm,state,selected";
14958             source: "elm";
14959             action: STATE_SET "selected" 0.0;
14960             target: "bg_image";
14961             target: "elm.text.1";
14962             target: "elm.text.2";
14963             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14964          }
14965          program { name: "go_passive";
14966             signal: "elm,state,unselected";
14967             source: "elm";
14968             action: STATE_SET "default" 0.0;
14969             target: "bg_image";
14970             target: "elm.text.1";
14971             target: "elm.text.2";
14972             transition: LINEAR 0.1;
14973          }
14974          program { name: "go_disabled";
14975             signal: "elm,state,disabled";
14976             source: "elm";
14977             action: STATE_SET "disabled" 0.0;
14978             target: "disclip";
14979          }
14980          program { name: "go_enabled";
14981             signal: "elm,state,enabled";
14982             source: "elm";
14983             action: STATE_SET "default" 0.0;
14984             target: "disclip";
14985          }
14986          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14987       }
14988    }
14989
14990 // 3.4.7
14991    group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
14992       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
14993       data.item: "stacking" "above";
14994       data.item: "selectraise" "on";
14995       data.item: "texts" "elm.text.1 elm.text.2";
14996       data.item: "contents" "elm.icon";
14997       parts {
14998          part { name: "base";
14999             type: RECT;
15000             repeat_events: 1;
15001             description { state: "default" 0.0;
15002                color: GENLIST_PART_BG_COLOR_INC;
15003             }
15004          }
15005          GENLIST_PART_BG_IMAGE
15006          GENLIST_PART_BOTTOM_LINE
15007          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
15008          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
15009          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
15010          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15011          part { name: "elm.icon";
15012             clip_to: "disclip";
15013             type: SWALLOW;
15014             scale: 1;
15015             description { state: "default" 0.0;
15016                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15017                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15018                fixed: 1 1;
15019                rel1 {
15020                   relative: 1.0 1.0;
15021                   to_x: "elm.padding.left";
15022                   to_y: "elm.padding.top";
15023                }
15024                rel2 {
15025                   relative: 1.0 1.0;
15026                   to_x: "elm.padding.left";
15027                   to_y: "elm.text.1";
15028                }
15029                align: 0.0 0.5;
15030             }
15031             GENLIST_DESCRIPTION_FLIP_ENABLED
15032          }
15033          part { name: "elm.padding.icon.right";
15034             clip_to: "disclip";
15035             type: RECT;
15036             scale: 1;
15037             description { state: "default" 0.0;
15038                min: GENLIST_PADDING_16_INC 0;
15039                fixed: 1 0;
15040                rel1 {
15041                   relative: 1.0 0.0;
15042                   to_x: "elm.icon";
15043                }
15044                rel2.to_x: "elm.icon";
15045                align: 0.0 0.0;
15046                visible: 0;
15047             }
15048          }
15049          part { name: "elm.text.1";
15050             clip_to: "disclip";
15051             type: TEXT;
15052             mouse_events: 0;
15053             scale: 1;
15054             description { state: "default" 0.0;
15055                min: 0 GENLIST_SIZE_48_INC;
15056                fixed: 0 1;
15057                rel1 {
15058                   relative: 1.0 1.0;
15059                   to_x: "elm.padding.icon.right";
15060                   to_y: "elm.padding.top";
15061                }
15062                rel2 {
15063                   relative: 0.0 1.0;
15064                   to_x: "elm.padding.right";
15065                   to_y: "elm.padding.top";
15066                }
15067                align: 0.0 0.0;
15068                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15069                text {
15070                   font: "SLP:style=Roman";
15071                   size: GENLIST_FONT_42_INC;
15072                   min: 0 1;
15073                   align: 0.0 0.5;
15074                   text_class: "list_item";
15075                }
15076             }
15077             description { state: "selected" 0.0;
15078                inherit: "default" 0.0;
15079                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15080             }
15081          }
15082          part { name: "elm.text.2";
15083             clip_to: "disclip";
15084             type: TEXTBLOCK;
15085             mouse_events: 0;
15086             scale: 1;
15087             description { state: "default" 0.0;
15088                rel1 {
15089                   relative: 1.0 1.0;
15090                   to_x: "elm.padding.left";
15091                   to_y: "elm.text.1";
15092                }
15093                rel2 {
15094                   relative: 0.0 0.0;
15095                   to_x: "elm.padding.right";
15096                   to_y: "elm.padding.bottom";
15097                }
15098                text {
15099                   style: "genlist_textblock_sub_style";
15100                   min: 0 1;
15101                   align: 0.0 0.5;
15102                }
15103             }
15104             description { state: "selected" 0.0;
15105                inherit: "default" 0.0;
15106                text.style: "genlist_textblock_sub_selected_style";
15107             }
15108          }
15109          GENLIST_PART_DISCLIP
15110       }
15111       programs {
15112          // signal: elm,state,%s,active
15113          //   a "check" item named %s went active
15114          // signal: elm,state,%s,passive
15115          //   a "check" item named %s went passive
15116          // default is passive
15117          program { name: "go_active";
15118             signal: "elm,state,selected";
15119             source: "elm";
15120             action: STATE_SET "selected" 0.0;
15121             target: "bg_image";
15122             target: "elm.text.1";
15123             target: "elm.text.2";
15124             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15125          }
15126          program { name: "go_passive";
15127             signal: "elm,state,unselected";
15128             source: "elm";
15129             action: STATE_SET "default" 0.0;
15130             target: "bg_image";
15131             target: "elm.text.1";
15132             target: "elm.text.2";
15133             transition: LINEAR 0.1;
15134          }
15135          program { name: "go_disabled";
15136             signal: "elm,state,disabled";
15137             source: "elm";
15138             action: STATE_SET "disabled" 0.0;
15139             target: "disclip";
15140          }
15141          program { name: "go_enabled";
15142             signal: "elm,state,enabled";
15143             source: "elm";
15144             action: STATE_SET "default" 0.0;
15145             target: "disclip";
15146          }
15147          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15148       }
15149    }
15150
15151    group { name: "elm/genlist/item/readmessage/default";
15152       alias: "elm/genlist/item_odd/readmessage/default";
15153       alias: "elm/genlist/item_compress/readmessage/default";
15154       alias: "elm/genlist/item_compress_odd/readmessage/default";
15155
15156       data.item: "stacking" "above";
15157       data.item: "selectraise" "on";
15158       data.item: "contents" "elm.icon";
15159       parts {
15160          part { name: "base";
15161             type: RECT;
15162             repeat_events: 1;
15163             description { state: "default" 0.0;
15164                color: GENLIST_PART_LIST_BG_COLOR_INC;
15165             }
15166          }
15167          part { name: "elm.icon";
15168             clip_to: "disclip";
15169             type: SWALLOW;
15170             scale: 1;
15171             description { state: "default" 0.0;
15172                //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
15173                rel2 {
15174                   relative: 0.76 0.0;
15175                   to_y: "elm.padding.bottom";
15176                }
15177             }
15178          }
15179          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15180          GENLIST_PART_DISCLIP
15181       }
15182       programs {
15183          // signal: elm,state,%s,active
15184          //   a "check" item named %s went active
15185          // signal: elm,state,%s,passive
15186          //   a "check" item named %s went passive
15187          // default is passive
15188          /*program { name: "go_active";
15189             signal: "elm,state,selected";
15190             source: "elm";
15191             action: STATE_SET "selected" 0.0;
15192             target: "bg_image";
15193          }
15194          program { name: "go_passive";
15195             signal: "elm,state,unselected";
15196             source: "elm";
15197             action: STATE_SET "default" 0.0;
15198             target: "bg_image";
15199             transition: LINEAR 0.1;
15200          }*/
15201          program { name: "go_disabled";
15202             signal: "elm,state,disabled";
15203             source: "elm";
15204             action: STATE_SET "disabled" 0.0;
15205             target: "disclip";
15206          }
15207          program { name: "go_enabled";
15208             signal: "elm,state,enabled";
15209             source: "elm";
15210             action: STATE_SET "default" 0.0;
15211             target: "disclip";
15212          }
15213       }
15214    }
15215
15216    group { name: "elm/genlist/item/sentmessage/default";
15217       alias: "elm/genlist/item_odd/sentmessage/default";
15218       alias: "elm/genlist/item_compress/sentmessage/default";
15219       alias: "elm/genlist/item_compress_odd/sentmessage/default";
15220
15221       data.item: "stacking" "above";
15222       data.item: "selectraise" "on";
15223       data.item: "contents" "elm.icon";
15224       parts {
15225          part { name: "base";
15226             type: RECT;
15227             repeat_events: 1;
15228             description { state: "default" 0.0;
15229                color: GENLIST_PART_LIST_BG_COLOR_INC;
15230             }
15231          }
15232          part { name: "elm.icon";
15233             clip_to: "disclip";
15234             type: SWALLOW;
15235             scale: 1;
15236             description { state: "default" 0.0;
15237                rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
15238                rel2 {
15239                   relative: 1.0 0.0;
15240                   to_y: "elm.padding.bottom";
15241                }
15242             }
15243          }
15244          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
15245          GENLIST_PART_DISCLIP
15246       }
15247       programs {
15248          // signal: elm,state,%s,active
15249          //   a "check" item named %s went active
15250          // signal: elm,state,%s,passive
15251          //   a "check" item named %s went passive
15252          // default is passive
15253          /*program { name: "go_active";
15254             signal: "elm,state,selected";
15255             source: "elm";
15256             action: STATE_SET "selected" 0.0;
15257             target: "bg_image";
15258          }
15259          program { name: "go_passive";
15260             signal: "elm,state,unselected";
15261             source: "elm";
15262             action: STATE_SET "default" 0.0;
15263             target: "bg_image";
15264             transition: LINEAR 0.1;
15265          }*/
15266          program { name: "go_disabled";
15267             signal: "elm,state,disabled";
15268             source: "elm";
15269             action: STATE_SET "disabled" 0.0;
15270             target: "disclip";
15271          }
15272          program { name: "go_enabled";
15273             signal: "elm,state,enabled";
15274             source: "elm";
15275             action: STATE_SET "default" 0.0;
15276             target: "disclip";
15277          }
15278       }
15279    }
15280
15281 // 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_DEFAULT";
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_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
15328                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
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 // Dialogue Group Separators
15364 // default separator
15365 // FIXME: style (dialgoue) might be moved to last words (as-is default)
15366 // FIXME: seperator --> separator typo
15367 // FIXME: Check whether below separators are used now..
15368    group { name : "elm/genlist/item/dialogue/separator/default";
15369       alias: "elm/genlist/item_odd/dialogue/separator/default";
15370       alias: "elm/genlist/item_compress/dialogue/separator/default";
15371       alias: "elm/genlist/item_compress_odd/dialogue/separator/default";
15372           //FIXME: below name should be used??
15373       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
15374       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
15375       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
15376       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
15377       alias: "elm/layout/dialogue/separator/hd33/with_line";
15378
15379       data.item: "stacking" "above";
15380       data.item: "selectraise" "on";
15381       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15382
15383       parts {
15384          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT + 1)
15385          GENLIST_PART_BOTTOM_LINE
15386          GENLIST_PART_DISCLIP
15387       }
15388    }
15389
15390    group { name : "elm/genlist/item/dialogue/separator/end/default";
15391       alias: "elm/genlist/item_odd/dialogue/separator/end/default";
15392       alias: "elm/genlist/item_compress/dialogue/separator/end/default";
15393       alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default";
15394       data.item: "stacking" "above";
15395       data.item: "selectraise" "on";
15396       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15397       parts {
15398          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT)
15399          GENLIST_PART_DISCLIP
15400       }
15401    }
15402
15403    group { name : "elm/genlist/item/dialogue/seperator.2/default";
15404       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
15405       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
15406       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
15407       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
15408       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
15409       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
15410       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
15411       alias: "elm/layout/dialogue/separator/hd18/with_line";
15412
15413       data.item: "stacking" "above";
15414       data.item: "selectraise" "on";
15415       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15416
15417       parts {
15418          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
15419          GENLIST_PART_BOTTOM_LINE
15420          GENLIST_PART_DISCLIP
15421       }
15422    }
15423
15424    group { name : "elm/genlist/item/dialogue/seperator.3/default";
15425       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
15426       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
15427       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
15428       alias: "elm/genlist/item/dialogue/separator/20/default";
15429       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
15430       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
15431       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
15432       alias: "elm/layout/dialogue/separator/hd32";
15433
15434       data.item: "stacking" "above";
15435       data.item: "selectraise" "on";
15436       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15437
15438       parts {
15439          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
15440          GENLIST_PART_DISCLIP
15441       }
15442    }
15443
15444    group { name : "elm/genlist/item/dialogue/seperator.4/default";
15445       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
15446       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
15447       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
15448       alias: "elm/genlist/item/dialogue/separator/10/default";
15449       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
15450       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
15451       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
15452       alias: "elm/layout/dialogue/separator/hd16";
15453
15454       data.item: "stacking" "above";
15455       data.item: "selectraise" "on";
15456       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15457
15458       parts {
15459          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
15460          GENLIST_PART_DISCLIP
15461       }
15462    }
15463
15464    group { name : "elm/genlist/item/dialogue/seperator.5/default";
15465       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
15466       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
15467       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
15468       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
15469       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
15470       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
15471       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
15472       alias: "elm/layout/dialogue/separator/hd1";
15473
15474       data.item: "stacking" "above";
15475       data.item: "selectraise" "on";
15476       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
15477
15478       parts {
15479          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
15480          GENLIST_PART_BOTTOM_LINE
15481          GENLIST_PART_DISCLIP
15482       }
15483    }
15484
15485 // 4.1.1
15486    group { name: "elm/genlist/item/dialogue/1text/default";
15487       alias: "elm/genlist/item_odd/dialogue/1text/default";
15488       alias: "elm/genlist/item_compress/dialogue/1text/default";
15489       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
15490       alias: "elm/genlist/item/dialogue.1text/default";
15491       alias: "elm/genlist/item_odd/dialogue.1text/default";
15492       alias: "elm/genlist/item_compress/dialogue.1text/default";
15493       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
15494       alias: "elm/layout/dialogue/1text";
15495       data.item: "stacking" "above";
15496       data.item: "selectraise" "on";
15497       data.item: "texts" "elm.text";
15498       data.item: "flips" "elm.flip.content";
15499       parts {
15500          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15501          GENLIST_PART_DIALOGUE_BG_IMAGE
15502          GENLIST_PART_BOTTOM_LINE
15503          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15504          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15505          GENLIST_PART_DIALOGUE_ITEM
15506          GENLIST_PART_DIALOGUE_RIGHT_LINE
15507          part { name: "elm.text";
15508             clip_to: "disclip";
15509             type: TEXT;
15510             mouse_events: 0;
15511             scale: 1;
15512             description { state: "default" 0.0;
15513                rel1 {
15514                   relative: 1.0  0.0;
15515                   to_x: "elm.padding.left";
15516                }
15517                rel2 {
15518                   relative: 0.0 1.0;
15519                   to_x: "elm.padding.right";
15520                }
15521                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15522                text {
15523                   font: "SLP:style=Roman";
15524                   size: GENLIST_FONT_44_INC;
15525                   min: 0 1;
15526                   align: 0.0 0.5;
15527                   text_class: "list_item";
15528                }
15529             }
15530             description { state: "selected" 0.0;
15531                inherit: "default" 0.0;
15532                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15533             }
15534             GENLIST_DESCRIPTION_FLIP_ENABLED
15535          }
15536          GENLIST_PART_FLIP
15537          GENLIST_PART_DISCLIP
15538       }
15539       programs {
15540          // signal: elm,state,%s,active
15541          //   a "check" item named %s went active
15542          // signal: elm,state,%s,passive
15543          //   a "check" item named %s went passive
15544          // default is passive
15545          program { name: "go_active";
15546             signal: "elm,state,selected";
15547             source: "elm";
15548             action: STATE_SET "selected" 0.0;
15549             target: "bg_image";
15550             target: "elm.text";
15551             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15552          }
15553          program { name: "go_passive";
15554             signal: "elm,state,unselected";
15555             source: "elm";
15556             action: STATE_SET "default" 0.0;
15557             target: "bg_image";
15558             target: "elm.text";
15559             transition: LINEAR 0.1;
15560          }
15561          program { name: "go_disabled";
15562             signal: "elm,state,disabled";
15563             source: "elm";
15564             action: STATE_SET "disabled" 0.0;
15565             target: "disclip";
15566          }
15567          program { name: "go_enabled";
15568             signal: "elm,state,enabled";
15569             source: "elm";
15570             action: STATE_SET "default" 0.0;
15571             target: "disclip";
15572          }
15573          //GENLIST_PROGRAM_FLIP_1TEXT
15574          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15575       }
15576    }
15577
15578 // 4.1.2
15579    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
15580       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
15581       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
15582       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
15583       alias: "elm/layout/dialogue/1text.1icon";
15584       data.item: "stacking" "above";
15585       data.item: "selectraise" "on";
15586       data.item: "texts" "elm.text";
15587       data.item: "contents" "elm.icon";
15588       data.item: "flips" "elm.flip.content";
15589       parts {
15590          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15591          GENLIST_PART_DIALOGUE_BG_IMAGE
15592          GENLIST_PART_BOTTOM_LINE
15593          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15594          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15595          GENLIST_PART_DIALOGUE_ITEM
15596          GENLIST_PART_DIALOGUE_RIGHT_LINE
15597          part { name: "elm.icon";
15598             clip_to: "disclip";
15599             type: SWALLOW;
15600             scale: 1;
15601             description { state: "default" 0.0;
15602                fixed: 1 1;
15603                rel1.to_x: "elm.padding.right";
15604                rel2 {
15605                   relative: 0.0 1.0;
15606                   to_x: "elm.padding.right";
15607                }
15608                align: 1.0 0.5;
15609             }
15610             GENLIST_DESCRIPTION_FLIP_ENABLED
15611          }
15612          part { name: "elm.padding.icon.left";
15613             clip_to: "disclip";
15614             type: RECT;
15615             scale: 1;
15616             description { state: "default" 0.0;
15617                min: GENLIST_PADDING_16_INC 0;
15618                fixed: 1 0;
15619                rel1.to_x: "elm.icon";
15620                rel2 {
15621                   relative: 0.0 1.0;
15622                   to_x: "elm.icon";
15623                }
15624                align: 1.0 0.0;
15625                visible: 0;
15626             }
15627          }
15628          part { name: "elm.text";
15629             clip_to: "disclip";
15630             type: TEXT;
15631             mouse_events: 0;
15632             scale: 1;
15633             description { state: "default" 0.0;
15634                rel1 {
15635                   relative: 1.0 0.0;
15636                   to_x: "elm.padding.left";
15637                }
15638                rel2 {
15639                   relative: 0.0 1.0;
15640                   to_x: "elm.padding.icon.left";
15641                }
15642                align: 0.0 0.0;
15643                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15644                text {
15645                   font: "SLP:style=Roman";
15646                   size: GENLIST_FONT_44_INC;
15647                   min: 0 1;
15648                   align: 0.0 0.5;
15649                   text_class: "list_item";
15650                }
15651             }
15652             description { state: "selected" 0.0;
15653                inherit: "default" 0.0;
15654                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15655             }
15656             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15657             GENLIST_DESCRIPTION_FLIP_ENABLED
15658          }
15659          GENLIST_PART_FLIP
15660          GENLIST_PART_DISCLIP
15661       }
15662       programs {
15663          program { name: "go_active";
15664             signal: "elm,state,selected";
15665             source: "elm";
15666             action: STATE_SET "selected" 0.0;
15667             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15668             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15669          }
15670          program { name: "go_passive";
15671             signal: "elm,state,unselected";
15672             source: "elm";
15673             action: STATE_SET "default" 0.0;
15674             target: "bg_image";
15675             target: "elm.text";
15676             transition: LINEAR 0.1;
15677          }
15678          program { name: "go_disabled";
15679             signal: "elm,state,disabled";
15680             source: "elm";
15681             action: STATE_SET "disabled" 0.0;
15682             target: "disclip";
15683          }
15684          program { name: "go_enabled";
15685             signal: "elm,state,enabled";
15686             source: "elm";
15687             action: STATE_SET "default" 0.0;
15688             target: "disclip";
15689          }
15690          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15691          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15692       }
15693    }
15694
15695 // 4.1.3
15696    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
15697       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
15698       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
15699       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
15700       alias: "elm/layout/dialogue/1text.1icon.2";
15701       data.item: "stacking" "above";
15702       data.item: "selectraise" "on";
15703       data.item: "texts" "elm.text";
15704       data.item: "contents" "elm.icon";
15705       data.item: "flips" "elm.flip.content";
15706       parts {
15707          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15708          GENLIST_PART_DIALOGUE_BG_IMAGE
15709          GENLIST_PART_BOTTOM_LINE
15710          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15711          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15712          GENLIST_PART_DIALOGUE_ITEM
15713          GENLIST_PART_DIALOGUE_RIGHT_LINE
15714          part { name: "elm.icon";
15715             clip_to: "disclip";
15716             type: SWALLOW;
15717             scale: 1;
15718             description { state: "default" 0.0;
15719                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15720                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15721                fixed: 1 1;
15722                rel1 {
15723                   relative: 1.0 0.0;
15724                   to_x: "elm.padding.left";
15725                }
15726                rel2 {
15727                   relative: 1.0 1.0;
15728                   to_x: "elm.padding.left";
15729                }
15730                align: 0.0 0.5;
15731             }
15732             GENLIST_DESCRIPTION_FLIP_ENABLED
15733          }
15734          part { name: "elm.padding.icon.right";
15735             clip_to: "disclip";
15736             type: RECT;
15737             scale: 1;
15738             description { state: "default" 0.0;
15739                min: GENLIST_PADDING_16_INC 0;
15740                fixed: 1 0;
15741                rel1 {
15742                   relative: 1.0 0.0;
15743                   to_x: "elm.icon";
15744                }
15745                rel2.to_x: "elm.icon";
15746                align: 0.0 0.0;
15747                visible: 0;
15748             }
15749          }
15750          part { name: "elm.text";
15751             clip_to: "disclip";
15752             type: TEXT;
15753             mouse_events: 0;
15754             scale: 1;
15755             description { state: "default" 0.0;
15756                rel1 {
15757                   relative: 1.0 0.0;
15758                   to_x: "elm.padding.icon.right";
15759                }
15760                rel2 {
15761                   relative: 0.0 1.0;
15762                   to_x: "elm.padding.right";
15763                }
15764                align: 0.0 0.0;
15765                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15766                text {
15767                   font: "SLP:style=Roman";
15768                   size: GENLIST_FONT_44_INC;
15769                   min: 0 1;
15770                   align: 0.0 0.5;
15771                   text_class: "list_item";
15772                }
15773             }
15774             description { state: "selected" 0.0;
15775                inherit: "default" 0.0;
15776                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15777             }
15778             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
15779             GENLIST_DESCRIPTION_FLIP_ENABLED
15780          }
15781          GENLIST_PART_FLIP
15782          GENLIST_PART_DISCLIP
15783       }
15784       programs {
15785          program { name: "go_active";
15786             signal: "elm,state,selected";
15787             source: "elm";
15788             action: STATE_SET "selected" 0.0;
15789             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
15790             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15791          }
15792          program { name: "go_passive";
15793             signal: "elm,state,unselected";
15794             source: "elm";
15795             action: STATE_SET "default" 0.0;
15796             target: "bg_image";
15797             target: "elm.text";
15798             transition: LINEAR 0.1;
15799          }
15800          program { name: "go_disabled";
15801             signal: "elm,state,disabled";
15802             source: "elm";
15803             action: STATE_SET "disabled" 0.0;
15804             target: "disclip";
15805          }
15806          program { name: "go_enabled";
15807             signal: "elm,state,enabled";
15808             source: "elm";
15809             action: STATE_SET "default" 0.0;
15810             target: "disclip";
15811          }
15812          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15813          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15814       }
15815    }
15816
15817 // 4.1.4
15818    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
15819       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
15820       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
15821       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
15822       alias: "elm/layout/dialogue/1text.2icon";
15823       data.item: "stacking" "above";
15824       data.item: "selectraise" "on";
15825       data.item: "texts" "elm.text";
15826       data.item: "contents" "elm.icon.1 elm.icon.2";
15827       data.item: "flips" "elm.flip.content";
15828       parts {
15829          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15830          GENLIST_PART_DIALOGUE_BG_IMAGE
15831          GENLIST_PART_BOTTOM_LINE
15832          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15833          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15834          GENLIST_PART_DIALOGUE_ITEM
15835          GENLIST_PART_DIALOGUE_RIGHT_LINE
15836          part { name: "elm.icon.1";
15837             clip_to: "disclip";
15838             type: SWALLOW;
15839             scale: 1;
15840             description { state: "default" 0.0;
15841                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15842                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15843                fixed: 1 1;
15844                rel1 {
15845                   relative: 1.0 0.0;
15846                   to_x: "elm.padding.left";
15847                }
15848                rel2 {
15849                   relative: 1.0 1.0;
15850                   to_x: "elm.padding.left";
15851                }
15852                align: 0.0 0.5;
15853             }
15854             GENLIST_DESCRIPTION_FLIP_ENABLED
15855          }
15856          part { name: "elm.padding.icon.right";
15857             clip_to: "disclip";
15858             type: RECT;
15859             scale: 1;
15860             description { state: "default" 0.0;
15861                min: GENLIST_PADDING_16_INC 0;
15862                fixed: 1 0;
15863                rel1 {
15864                   relative: 1.0 0.0;
15865                   to_x: "elm.icon.1";
15866                }
15867                rel2.to_x: "elm.icon.1";
15868                align: 0.0 0.0;
15869                visible: 0;
15870             }
15871          }
15872          part { name: "elm.icon.2";
15873             clip_to: "disclip";
15874             type: SWALLOW;
15875             scale: 1;
15876             description { state: "default" 0.0;
15877                fixed: 1 1;
15878                rel1.to_x: "elm.padding.right";
15879                rel2 {
15880                   relative: 0.0 1.0;
15881                   to_x: "elm.padding.right";
15882                }
15883                align: 1.0 0.5;
15884             }
15885             GENLIST_DESCRIPTION_FLIP_ENABLED
15886          }
15887          part { name: "elm.padding.icon.left";
15888             clip_to: "disclip";
15889             type: RECT;
15890             scale: 1;
15891             description { state: "default" 0.0;
15892                min: GENLIST_PADDING_16_INC 0;
15893                fixed: 1 0;
15894                rel1.to_x: "elm.icon.2";
15895                rel2 {
15896                   relative: 0.0 1.0;
15897                   to_x: "elm.icon.2";
15898                }
15899                align: 1.0 0.0;
15900                visible: 0;
15901             }
15902          }
15903          part { name: "elm.text";
15904             clip_to: "disclip";
15905             type: TEXT;
15906             mouse_events: 0;
15907             scale: 1;
15908             description { state: "default" 0.0;
15909                rel1 {
15910                   relative: 1.0 0.0;
15911                   to_x: "elm.padding.icon.right";
15912                }
15913                rel2 {
15914                   relative: 0.0 1.0;
15915                   to_x: "elm.padding.icon.left";
15916                }
15917                align: 0.0 0.0;
15918                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
15919                text {
15920                   font: "SLP:style=Roman";
15921                   size: GENLIST_FONT_44_INC;
15922                   min: 0 1;
15923                   align: 0.0 0.5;
15924                   text_class: "list_item";
15925                }
15926             }
15927             description { state: "selected" 0.0;
15928                inherit: "default" 0.0;
15929                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15930             }
15931             GENLIST_DESCRIPTION_FLIP_ENABLED
15932          }
15933          GENLIST_PART_FLIP
15934          GENLIST_PART_DISCLIP
15935       }
15936       programs {
15937          program { name: "go_active";
15938             signal: "elm,state,selected";
15939             source: "elm";
15940             action: STATE_SET "selected" 0.0;
15941             target: "bg_image";
15942             target: "elm.text";
15943             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15944          }
15945          program { name: "go_passive";
15946             signal: "elm,state,unselected";
15947             source: "elm";
15948             action: STATE_SET "default" 0.0;
15949             target: "bg_image";
15950             target: "elm.text";
15951             transition: LINEAR 0.1;
15952          }
15953          program { name: "go_disabled";
15954             signal: "elm,state,disabled";
15955             source: "elm";
15956             action: STATE_SET "disabled" 0.0;
15957             target: "disclip";
15958          }
15959          program { name: "go_enabled";
15960             signal: "elm,state,enabled";
15961             source: "elm";
15962             action: STATE_SET "default" 0.0;
15963             target: "disclip";
15964          }
15965          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15966          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15967       }
15968    }
15969
15970 // 4.1.5
15971    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15972       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15973       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15974       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15975       alias: "elm/layout/dialogue/2text.1icon";
15976       data.item: "stacking" "above";
15977       data.item: "selectraise" "on";
15978       data.item: "texts" "elm.text.1 elm.text.2";
15979       data.item: "contents" "elm.icon";
15980       data.item: "flips" "elm.flip.content";
15981       parts {
15982          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
15983          GENLIST_PART_DIALOGUE_BG_IMAGE
15984          GENLIST_PART_BOTTOM_LINE
15985          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15986          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
15987          GENLIST_PART_DIALOGUE_ITEM
15988          GENLIST_PART_DIALOGUE_RIGHT_LINE
15989          part { name: "elm.icon";
15990             clip_to: "disclip";
15991             type: SWALLOW;
15992             scale: 1;
15993             description { state: "default" 0.0;
15994                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15995                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
15996                fixed: 1 1;
15997                rel1 {
15998                   relative: 1.0 0.0;
15999                   to_x: "elm.padding.left";
16000                }
16001                rel2 {
16002                   relative: 1.0 1.0;
16003                   to_x: "elm.padding.left";
16004                }
16005                align: 0.0 0.5;
16006             }
16007             GENLIST_DESCRIPTION_FLIP_ENABLED
16008          }
16009          part { name: "elm.padding.icon.right";
16010             clip_to: "disclip";
16011             type: RECT;
16012             scale: 1;
16013             description { state: "default" 0.0;
16014                min: GENLIST_PADDING_16_INC 0;
16015                fixed: 1 0;
16016                rel1 {
16017                   relative: 1.0 0.0;
16018                   to_x: "elm.icon";
16019                }
16020                rel2.to_x: "elm.icon";
16021                align: 0.0 0.0;
16022                visible: 0;
16023             }
16024          }
16025          part { name: "elm.text.2";
16026             clip_to: "disclip";
16027             type: TEXT;
16028             mouse_events: 0;
16029             scale: 1;
16030             description { state: "default" 0.0;
16031                min: GENLIST_SIZE_133_INC 0;
16032                fixed: 1 0;
16033                rel1.to_x: "elm.padding.right";
16034                rel2 {
16035                   relative: 0.0 1.0;
16036                   to_x: "elm.padding.right";
16037                }
16038                align: 1.0 0.5;
16039                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16040                text {
16041                   font: "SLP:style=Medium";
16042                   size: GENLIST_FONT_32_INC;
16043                   min: 0 1;
16044                   align: 1.0 0.5;
16045                   text_class: "slp_medium";
16046                }
16047             }
16048             description { state: "selected" 0.0;
16049                inherit: "default" 0.0;
16050                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16051             }
16052             GENLIST_DESCRIPTION_FLIP_ENABLED
16053          }
16054          part { name: "elm.padding.text2.left";
16055             type: RECT;
16056             mouse_events: 0;
16057             scale: 1;
16058             description { state: "default" 0.0;
16059                min: GENLIST_ICON_SMALL_SIZE 0;
16060                fixed: 1 0;
16061                rel1.to_x: "elm.text.2";
16062                rel2 {
16063                   relative: 0.0 1.0;
16064                   to_x: "elm.text.2";
16065                }
16066                visible: 0;
16067                align: 1.0 0.5;
16068             }
16069          }
16070          part { name: "elm.text.1";
16071             clip_to: "disclip";
16072             type: TEXT;
16073             mouse_events: 0;
16074             scale: 1;
16075             description { state: "default" 0.0;
16076                rel1 {
16077                   relative: 1.0 0.0;
16078                   to_x: "elm.padding.icon.right";
16079                }
16080                rel2 {
16081                   relative: 0.0 1.0;
16082                   to_x: "elm.padding.text2.left";
16083                }
16084                align: 0.0 0.0;
16085                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16086                text {
16087                   font: "SLP:style=Roman";
16088                   size: GENLIST_FONT_44_INC;
16089                   min: 0 1;
16090                   align: 0.0 0.5;
16091                   text_class: "list_item";
16092                }
16093             }
16094             description { state: "selected" 0.0;
16095                inherit: "default" 0.0;
16096                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16097             }
16098             GENLIST_DESCRIPTION_FLIP_ENABLED
16099          }
16100          GENLIST_PART_FLIP
16101          GENLIST_PART_DISCLIP
16102       }
16103       programs {
16104          program { name: "go_active";
16105             signal: "elm,state,selected";
16106             source: "elm";
16107             action: STATE_SET "selected" 0.0;
16108             target: "bg_image";
16109             target: "elm.text.1";
16110             target: "elm.text.2";
16111             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16112          }
16113          program { name: "go_passive";
16114             signal: "elm,state,unselected";
16115             source: "elm";
16116             action: STATE_SET "default" 0.0;
16117             target: "bg_image";
16118             target: "elm.text.1";
16119             target: "elm.text.2";
16120             transition: LINEAR 0.1;
16121          }
16122          program { name: "go_disabled";
16123             signal: "elm,state,disabled";
16124             source: "elm";
16125             action: STATE_SET "disabled" 0.0;
16126             target: "disclip";
16127          }
16128          program { name: "go_enabled";
16129             signal: "elm,state,enabled";
16130             source: "elm";
16131             action: STATE_SET "default" 0.0;
16132             target: "disclip";
16133          }
16134          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16135          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16136       }
16137    }
16138
16139 // 4.1.6
16140    group { name: "elm/genlist/item/dialogue/1text.1icon.3/default";
16141       alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default";
16142       alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default";
16143       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default";
16144       alias: "elm/layout/dialogue/1text.1icon.3";
16145       data.item: "stacking" "above";
16146       data.item: "selectraise" "on";
16147       data.item: "texts" "elm.text";
16148       data.item: "contents" "elm.icon";
16149       data.item: "flips" "elm.flip.content";
16150       parts {
16151          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16152          GENLIST_PART_DIALOGUE_BG_IMAGE
16153          GENLIST_PART_BOTTOM_LINE
16154          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16155          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16156          GENLIST_PART_DIALOGUE_ITEM
16157          GENLIST_PART_DIALOGUE_RIGHT_LINE
16158          part { name: "elm.icon";
16159             clip_to: "disclip";
16160             type: SWALLOW;
16161             scale: 1;
16162             description { state: "default" 0.0;
16163                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16164                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16165                fixed: 1 1;
16166                rel1 {
16167                   relative: 1.0 0.0;
16168                   to_x: "elm.padding.left";
16169                }
16170                rel2 {
16171                   relative: 1.0 1.0;
16172                   to_x: "elm.padding.left";
16173                }
16174                align: 0.0 0.5;
16175             }
16176             GENLIST_DESCRIPTION_FLIP_ENABLED
16177          }
16178          part { name: "elm.padding.icon.right";
16179             type: RECT;
16180             scale: 1;
16181             description { state: "default" 0.0;
16182                min: GENLIST_PADDING_16_INC 0;
16183                fixed: 1 0;
16184                rel1 {
16185                   relative: 1.0 0.0;
16186                   to_x: "elm.icon";
16187                }
16188                rel2.to_x: "elm.icon";
16189                align: 0.0 0.0;
16190                visible: 0;
16191             }
16192          }
16193          part { name: "elm.text";
16194             clip_to: "disclip";
16195             type: TEXT;
16196             mouse_events: 0;
16197             scale: 1;
16198             description { state: "default" 0.0;
16199                rel1 {
16200                   relative: 1.0 0.0;
16201                   to_x: "elm.padding.icon.right";
16202                }
16203                rel2 {
16204                   relative: 0.0 1.0;
16205                   to_x: "elm.padding.right";
16206                }
16207                align: 0.0 0.0;
16208                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16209                text {
16210                   font: "SLP:style=Roman";
16211                   size: GENLIST_FONT_44_INC;
16212                   min: 0 1;
16213                   align: 0.0 0.5;
16214                   text_class: "list_item";
16215                }
16216             }
16217             description { state: "selected" 0.0;
16218                inherit: "default" 0.0;
16219                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16220             }
16221             GENLIST_DESCRIPTION_FLIP_ENABLED
16222          }
16223          GENLIST_PART_FLIP
16224          GENLIST_PART_DISCLIP
16225       }
16226       programs {
16227          program { name: "go_active";
16228             signal: "elm,state,selected";
16229             source: "elm";
16230             action: STATE_SET "selected" 0.0;
16231             target: "bg_image";
16232             target: "elm.text";
16233             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16234          }
16235          program { name: "go_passive";
16236             signal: "elm,state,unselected";
16237             source: "elm";
16238             action: STATE_SET "default" 0.0;
16239             target: "bg_image";
16240             target: "elm.text";
16241             transition: LINEAR 0.1;
16242          }
16243          program { name: "go_disabled";
16244             signal: "elm,state,disabled";
16245             source: "elm";
16246             action: STATE_SET "disabled" 0.0;
16247             target: "disclip";
16248          }
16249          program { name: "go_enabled";
16250             signal: "elm,state,enabled";
16251             source: "elm";
16252             action: STATE_SET "default" 0.0;
16253             target: "disclip";
16254          }
16255          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16256          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16257       }
16258    }
16259
16260 // 4.1.6 textblock for message
16261    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
16262       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
16263       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
16264       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
16265       alias: "elm/layout/dialogue/1text.1icon.6";
16266       data.item: "stacking" "above";
16267       data.item: "selectraise" "on";
16268       data.item: "texts" "elm.text";
16269       data.item: "contents" "elm.icon";
16270       data.item: "flips" "elm.flip.content";
16271       parts {
16272          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16273          GENLIST_PART_DIALOGUE_BG_IMAGE
16274          GENLIST_PART_BOTTOM_LINE
16275          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16276          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16277          GENLIST_PART_DIALOGUE_ITEM
16278          GENLIST_PART_DIALOGUE_RIGHT_LINE
16279          part { name: "elm.icon";
16280             clip_to: "disclip";
16281             type: SWALLOW;
16282             scale: 1;
16283             description { state: "default" 0.0;
16284                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16285                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16286                fixed: 1 1;
16287                rel1 {
16288                   relative: 1.0 0.0;
16289                   to_x: "elm.padding.left";
16290                }
16291                rel2 {
16292                   relative: 1.0 1.0;
16293                   to_x: "elm.padding.left";
16294                }
16295                align: 0.0 0.5;
16296             }
16297             GENLIST_DESCRIPTION_FLIP_ENABLED
16298          }
16299          part { name: "elm.padding.icon.right";
16300             type: RECT;
16301             scale: 1;
16302             description { state: "default" 0.0;
16303                min: GENLIST_PADDING_16_INC 0;
16304                fixed: 1 0;
16305                rel1 {
16306                   relative: 1.0 0.0;
16307                   to_x: "elm.icon";
16308                }
16309                rel2.to_x: "elm.icon";
16310                align: 0.0 0.0;
16311                visible: 0;
16312             }
16313          }
16314          part { name: "elm.text";
16315             clip_to: "disclip";
16316             type: TEXTBLOCK;
16317             mouse_events: 0;
16318             scale: 1;
16319             description { state: "default" 0.0;
16320                rel1 {
16321                   relative: 1.0 0.0;
16322                   to_x: "elm.padding.icon.right";
16323                }
16324                rel2 {
16325                   relative: 0.0 1.0;
16326                   to_x: "elm.padding.right";
16327                }
16328                align: 0.0 0.5;
16329                text {
16330                   style: "genlist_default_textblock_style";
16331                   min: 0 1;
16332                   align: 0.0 0.5;
16333                }
16334             }
16335             description { state: "selected" 0.0;
16336                inherit: "default" 0.0;
16337                text.style: "genlist_default_textblock_selected_style";
16338             }
16339             GENLIST_DESCRIPTION_FLIP_ENABLED
16340          }
16341          GENLIST_PART_FLIP
16342          GENLIST_PART_DISCLIP
16343       }
16344       programs {
16345          program { name: "go_active";
16346             signal: "elm,state,selected";
16347             source: "elm";
16348             action: STATE_SET "selected" 0.0;
16349             target: "bg_image";
16350             target: "elm.text";
16351             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16352          }
16353          program { name: "go_passive";
16354             signal: "elm,state,unselected";
16355             source: "elm";
16356             action: STATE_SET "default" 0.0;
16357             target: "bg_image";
16358             target: "elm.text";
16359             transition: LINEAR 0.1;
16360          }
16361          program { name: "go_disabled";
16362             signal: "elm,state,disabled";
16363             source: "elm";
16364             action: STATE_SET "disabled" 0.0;
16365             target: "disclip";
16366          }
16367          program { name: "go_enabled";
16368             signal: "elm,state,enabled";
16369             source: "elm";
16370             action: STATE_SET "default" 0.0;
16371             target: "disclip";
16372          }
16373          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16374          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16375       }
16376    }
16377
16378 // 4.1.17
16379    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
16380       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
16381       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
16382       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
16383       alias: "elm/layout/dialogue/1text.1icon.4";
16384       data.item: "stacking" "above";
16385       data.item: "selectraise" "on";
16386       data.item: "texts" "elm.text";
16387       data.item: "contents" "elm.icon";
16388       data.item: "flips" "elm.flip.content";
16389       parts {
16390          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16391          GENLIST_PART_DIALOGUE_BG_IMAGE
16392          GENLIST_PART_BOTTOM_LINE
16393          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16394          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16395          GENLIST_PART_DIALOGUE_ITEM
16396          GENLIST_PART_DIALOGUE_RIGHT_LINE
16397          part { name: "elm.icon";
16398             clip_to: "disclip";
16399             type: SWALLOW;
16400             scale: 1;
16401             description { state: "default" 0.0;
16402                min: 60 60;
16403                max: 60 60;
16404                fixed: 1 1;
16405                rel1.to_x: "elm.padding.right";
16406                rel2 {
16407                   relative: 0.0 1.0;
16408                   to_x: "elm.padding.right";
16409                }
16410                align: 1.0 0.5;
16411             }
16412             GENLIST_DESCRIPTION_FLIP_ENABLED
16413          }
16414          part { name: "elm.padding.icon.left";
16415             clip_to: "disclip";
16416             type: RECT;
16417             scale: 1;
16418             description { state: "default" 0.0;
16419                min: 10 0;
16420                fixed: 1 0;
16421                rel1.to_x: "elm.icon";
16422                rel2 {
16423                   relative: 0.0 1.0;
16424                   to_x: "elm.icon";
16425                }
16426                align: 1.0 0.0;
16427                visible: 0;
16428             }
16429          }
16430          part { name: "elm.text";
16431             clip_to: "disclip";
16432             type: TEXT;
16433             mouse_events: 0;
16434             scale: 1;
16435             description { state: "default" 0.0;
16436                rel1 {
16437                   relative: 1.0 0.0;
16438                   to_x: "elm.padding.left";
16439                }
16440                rel2 {
16441                   relative: 0.0 1.0;
16442                   to_x: "elm.padding.icon.left";
16443                }
16444                align: 0.0 0.0;
16445                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16446                text {
16447                   font: "SLP:style=Roman";
16448                   size: GENLIST_FONT_44_INC;
16449                   min: 0 1;
16450                   align: 0.0 0.5;
16451                   text_class: "list_item";
16452                }
16453             }
16454             description { state: "selected" 0.0;
16455                inherit: "default" 0.0;
16456                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16457             }
16458             GENLIST_DESCRIPTION_FLIP_ENABLED
16459          }
16460          GENLIST_PART_FLIP
16461          GENLIST_PART_DISCLIP
16462       }
16463       programs {
16464          program { name: "go_active";
16465             signal: "elm,state,selected";
16466             source: "elm";
16467             action: STATE_SET "selected" 0.0;
16468             target: "bg_image";
16469             target: "elm.text";
16470             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16471          }
16472          program { name: "go_passive";
16473             signal: "elm,state,unselected";
16474             source: "elm";
16475             action: STATE_SET "default" 0.0;
16476             target: "bg_image";
16477             target: "elm.text";
16478             transition: LINEAR 0.1;
16479          }
16480          program { name: "go_disabled";
16481             signal: "elm,state,disabled";
16482             source: "elm";
16483             action: STATE_SET "disabled" 0.0;
16484             target: "disclip";
16485          }
16486          program { name: "go_enabled";
16487             signal: "elm,state,enabled";
16488             source: "elm";
16489             action: STATE_SET "default" 0.0;
16490             target: "disclip";
16491          }
16492          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
16493          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16494       }
16495    }
16496
16497    // 4.1.19
16498    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
16499       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
16500       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
16501       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
16502
16503       data.item: "stacking" "above";
16504       data.item: "selectraise" "on";
16505       data.item: "texts" "elm.text.1";
16506       data.item: "contents" "elm.icon.1";
16507
16508       parts {
16509          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
16510                  GENLIST_PART_DIALOGUE_BG_IMAGE
16511          GENLIST_PART_BOTTOM_LINE
16512          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16513          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
16514          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16515          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16516          GENLIST_PART_DIALOGUE_ITEM
16517          GENLIST_PART_DIALOGUE_RIGHT_LINE
16518          part { name: "elm.text.1";
16519             clip_to: "disclip";
16520             type: TEXT;
16521             mouse_events: 0;
16522             scale: 1;
16523             description { state: "default" 0.0;
16524                min: 0 GENLIST_SIZE_48_INC;
16525                fixed: 0 1;
16526                rel1 {
16527                   relative: 1.0 1.0;
16528                   to_x: "elm.padding.left";
16529                   to_y: "elm.padding.top";
16530                }
16531                rel2 {
16532                   relative: 0.0 1.0;
16533                   to_x: "elm.padding.right";
16534                   to_y: "elm.padding.top";
16535                }
16536                align: 0.0 0.0;
16537                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
16538                text {
16539                   font: "SLP:style=Medium";
16540                   size: GENLIST_FONT_32_INC;
16541                   min: 0 1;
16542                   align: 0.0 0.5;
16543                   text_class: "list_item";
16544                }
16545             }
16546             description { state: "selected" 0.0;
16547                inherit: "default" 0.0;
16548                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16549             }
16550             GENLIST_DESCRIPTION_FLIP_ENABLED
16551          }
16552          part { name: "elm.icon.1";
16553             clip_to: "disclip";
16554             type: SWALLOW;
16555             scale: 1;
16556             description { state: "default" 0.0;
16557                rel1 {
16558                   relative: 1.0 1.0;
16559                   to_x: "elm.padding.left";
16560                   to_y: "elm.text.1";
16561                }
16562                rel2 {
16563                   relative: 0.0 0.0;
16564                   to_x: "elm.padding.right";
16565                   to_y: "elm.padding.bottom";
16566                }
16567             }
16568          }
16569          GENLIST_PART_DISCLIP
16570       }
16571       programs {
16572          // signal: elm,state,%s,active
16573          //   a "check" item named %s went active
16574          // signal: elm,state,%s,passive
16575          //   a "check" item named %s went passive
16576          // default is passive
16577          /*program { name: "go_active";
16578             signal: "elm,state,selected";
16579             source: "elm";
16580             action: STATE_SET "selected" 0.0;
16581             target: "bg_image";
16582             target: "elm.text";
16583          }
16584          program { name: "go_passive";
16585             signal: "elm,state,unselected";
16586             source: "elm";
16587             action: STATE_SET "default" 0.0;
16588             target: "bg_image";
16589             target: "elm.text";
16590             transition: LINEAR 0.1;
16591          }*/
16592          program { name: "go_disabled";
16593             signal: "elm,state,disabled";
16594             source: "elm";
16595             action: STATE_SET "disabled" 0.0;
16596             target: "disclip";
16597          }
16598          program { name: "go_enabled";
16599             signal: "elm,state,enabled";
16600             source: "elm";
16601             action: STATE_SET "default" 0.0;
16602             target: "disclip";
16603          }
16604       }
16605    }
16606
16607    group { name: "elm/genlist/item/dialogue/2text.5/default";
16608       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
16609       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
16610       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
16611       data.item: "stacking" "above";
16612       data.item: "selectraise" "on";
16613       data.item: "texts" "elm.text.1 elm.text.2";
16614       data.item: "flips" "elm.flip.content";
16615       parts {
16616          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16617          GENLIST_PART_DIALOGUE_BG_IMAGE
16618          GENLIST_PART_BOTTOM_LINE
16619          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16620          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16621          GENLIST_PART_DIALOGUE_ITEM
16622          GENLIST_PART_DIALOGUE_RIGHT_LINE
16623          part { name: "elm.text.2";
16624             clip_to: "disclip";
16625             type: TEXT;
16626             mouse_events: 0;
16627             scale: 1;
16628             description { state: "default" 0.0;
16629                min: GENLIST_SIZE_154_INC 0;
16630                fixed: 1 0;
16631                rel1.to_x: "elm.padding.right";
16632                rel2 {
16633                   relative: 0.0 1.0;
16634                   to_x: "elm.padding.right";
16635                }
16636                align: 1.0 0.5;
16637                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
16638                text {
16639                   font: "SLP:style=Medium";
16640                   size: GENLIST_FONT_32_INC;
16641                   min: 0 1;
16642                   align: 1.0 0.5;
16643                   text_class: "slp_roman";
16644                }
16645             }
16646             description { state: "selected" 0.0;
16647                inherit: "default" 0.0;
16648                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16649             }
16650             GENLIST_DESCRIPTION_FLIP_ENABLED
16651          }
16652          part { name: "elm.padding.text2.left";
16653             type: RECT;
16654             mouse_events: 0;
16655             scale: 1;
16656             description { state: "default" 0.0;
16657                min: GENLIST_ICON_SMALL_SIZE 0;
16658                fixed: 1 0;
16659                rel1.to_x: "elm.text.2";
16660                rel2 {
16661                   relative: 0.0 1.0;
16662                   to_x: "elm.text.2";
16663                }
16664                visible: 0;
16665                align: 1.0 0.5;
16666             }
16667          }
16668          part { name: "elm.text.1";
16669             clip_to: "disclip";
16670             type: TEXT;
16671             mouse_events: 0;
16672             scale: 1;
16673             description { state: "default" 0.0;
16674                rel1 {
16675                   relative: 1.0 0.0;
16676                   to_x: "elm.padding.left";
16677                }
16678                rel2 {
16679                   relative: 0.0 1.0;
16680                   to_x: "elm.padding.text2.left";
16681                }
16682                align: 0.0 0.0;
16683                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16684                text {
16685                   font: "SLP:style=Roman";
16686                   size: GENLIST_FONT_44_INC;
16687                   min: 0 1;
16688                   align: 0.0 0.5;
16689                   text_class: "list_item";
16690                }
16691             }
16692             description { state: "selected" 0.0;
16693                inherit: "default" 0.0;
16694                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16695             }
16696             GENLIST_DESCRIPTION_FLIP_ENABLED
16697          }
16698          GENLIST_PART_FLIP
16699          GENLIST_PART_DISCLIP
16700       }
16701       programs {
16702          program { name: "go_active";
16703             signal: "elm,state,selected";
16704             source: "elm";
16705             action: STATE_SET "selected" 0.0;
16706             target: "bg_image";
16707             target: "elm.text.1";
16708             target: "elm.text.2";
16709             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16710          }
16711          program { name: "go_passive";
16712             signal: "elm,state,unselected";
16713             source: "elm";
16714             action: STATE_SET "default" 0.0;
16715             target: "bg_image";
16716             target: "elm.text.1";
16717             target: "elm.text.2";
16718             transition: LINEAR 0.1;
16719          }
16720          program { name: "go_disabled";
16721             signal: "elm,state,disabled";
16722             source: "elm";
16723             action: STATE_SET "disabled" 0.0;
16724             target: "disclip";
16725          }
16726          program { name: "go_enabled";
16727             signal: "elm,state,enabled";
16728             source: "elm";
16729             action: STATE_SET "default" 0.0;
16730             target: "disclip";
16731          }
16732          GENLIST_PROGRAM_FLIP_2TEXT
16733          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16734          //GENLIST_PROGRAM_FLIP_1TEXT
16735       }
16736    }
16737
16738    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
16739       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
16740       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
16741       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
16742       alias: "elm/layout/dialogue/1text.2icon.2";
16743       data.item: "stacking" "above";
16744       data.item: "selectraise" "on";
16745       data.item: "texts" "elm.text";
16746       data.item: "contents" "elm.icon.1 elm.icon.2";
16747       data.item: "flips" "elm.flip.content";
16748       parts {
16749          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16750          GENLIST_PART_DIALOGUE_BG_IMAGE
16751          GENLIST_PART_BOTTOM_LINE
16752          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16753          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16754          GENLIST_PART_DIALOGUE_ITEM
16755          GENLIST_PART_DIALOGUE_RIGHT_LINE
16756          part { name: "elm.icon.1";
16757             clip_to: "disclip";
16758             type: SWALLOW;
16759             scale: 1;
16760             description { state: "default" 0.0;
16761                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16762                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16763                fixed: 1 1;
16764                rel1 {
16765                   relative: 1.0 0.0;
16766                   to_x: "elm.padding.left";
16767                }
16768                rel2 {
16769                   relative: 1.0 1.0;
16770                   to_x: "elm.padding.left";
16771                }
16772                align: 0.0 0.5;
16773             }
16774             GENLIST_DESCRIPTION_FLIP_ENABLED
16775          }
16776          part { name: "elm.padding.icon1.right";
16777             clip_to: "disclip";
16778             type: RECT;
16779             scale: 1;
16780             description { state: "default" 0.0;
16781                min: GENLIST_PADDING_16_INC 0;
16782                fixed: 1 0;
16783                rel1 {
16784                   relative: 1.0 0.0;
16785                   to_x: "elm.icon.1";
16786                }
16787                rel2.to_x: "elm.icon.1";
16788                align: 0.0 0.0;
16789                visible: 0;
16790             }
16791          }
16792          part { name: "elm.icon.2";
16793             clip_to: "disclip";
16794             type: SWALLOW;
16795             scale: 1;
16796             description { state: "default" 0.0;
16797                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16798                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16799                fixed: 1 1;
16800                rel1.to_x: "elm.padding.right";
16801                rel2 {
16802                   relative: 0.0 1.0;
16803                   to_x: "elm.padding.right";
16804                }
16805                align: 1.0 0.5;
16806             }
16807             GENLIST_DESCRIPTION_FLIP_ENABLED
16808          }
16809          part { name: "elm.padding.icon2.left";
16810             clip_to: "disclip";
16811             type: RECT;
16812             scale: 1;
16813             description { state: "default" 0.0;
16814                min: GENLIST_PADDING_16_INC 0;
16815                fixed: 1 0;
16816                rel1.to_x: "elm.icon.2";
16817                rel2 {
16818                   relative: 0.0 1.0;
16819                   to_x: "elm.icon.2";
16820                }
16821                align: 1.0 0.0;
16822                visible: 0;
16823             }
16824          }
16825          part { name: "elm.text";
16826             clip_to: "disclip";
16827             type: TEXT;
16828             mouse_events: 0;
16829             scale: 1;
16830             description { state: "default" 0.0;
16831                rel1 {
16832                   relative: 1.0 0.0;
16833                   to_x: "elm.padding.icon1.right";
16834                }
16835                rel2 {
16836                   relative: 0.0 1.0;
16837                   to_x: "elm.padding.icon2.left";
16838                }
16839                align: 0.0 0.0;
16840                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
16841                text {
16842                   font: "SLP:style=Roman";
16843                   size: GENLIST_FONT_44_INC;
16844                   min: 0 1;
16845                   align: 0.0 0.5;
16846                   text_class: "list_item";
16847                }
16848             }
16849             description { state: "selected" 0.0;
16850                inherit: "default" 0.0;
16851                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16852             }
16853             GENLIST_DESCRIPTION_FLIP_ENABLED
16854          }
16855          GENLIST_PART_FLIP
16856          GENLIST_PART_DISCLIP
16857       }
16858       programs {
16859          program { name: "go_active";
16860             signal: "elm,state,selected";
16861             source: "elm";
16862             action: STATE_SET "selected" 0.0;
16863             target: "bg_image";
16864             target: "elm.text";
16865             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16866          }
16867          program { name: "go_passive";
16868             signal: "elm,state,unselected";
16869             source: "elm";
16870             action: STATE_SET "default" 0.0;
16871             target: "bg_image";
16872             target: "elm.text";
16873             transition: LINEAR 0.1;
16874          }
16875          program { name: "go_disabled";
16876             signal: "elm,state,disabled";
16877             source: "elm";
16878             action: STATE_SET "disabled" 0.0;
16879             target: "disclip";
16880          }
16881          program { name: "go_enabled";
16882             signal: "elm,state,enabled";
16883             source: "elm";
16884             action: STATE_SET "default" 0.0;
16885             target: "disclip";
16886          }
16887          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
16888          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16889       }
16890    }
16891
16892    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
16893       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
16894       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
16895       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
16896       alias: "elm/layout/dialogue/1text.3icon";
16897       data.item: "stacking" "above";
16898       data.item: "selectraise" "on";
16899       data.item: "texts" "elm.text";
16900       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16901       data.item: "flips" "elm.flip.content";
16902       parts {
16903          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
16904          GENLIST_PART_DIALOGUE_BG_IMAGE
16905          GENLIST_PART_BOTTOM_LINE
16906          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16907          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
16908          GENLIST_PART_DIALOGUE_ITEM
16909          GENLIST_PART_DIALOGUE_RIGHT_LINE
16910          part { name: "elm.icon.1";
16911             clip_to: "disclip";
16912             type: SWALLOW;
16913             scale: 1;
16914             description { state: "default" 0.0;
16915                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16916                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
16917                fixed: 1 1;
16918                rel1 {
16919                   relative: 1.0 0.0;
16920                   to_x: "elm.padding.left";
16921                }
16922                rel2 {
16923                   relative: 1.0 1.0;
16924                   to_x: "elm.padding.left";
16925                }
16926                align: 0.0 0.5;
16927             }
16928             GENLIST_DESCRIPTION_FLIP_ENABLED
16929          }
16930          part { name: "elm.padding.icon1.right";
16931             clip_to: "disclip";
16932             type: RECT;
16933             scale: 1;
16934             description { state: "default" 0.0;
16935                min: GENLIST_PADDING_16_INC 0;
16936                fixed: 1 0;
16937                rel1 {
16938                   relative: 1.0 0.0;
16939                   to_x: "elm.icon.1";
16940                }
16941                rel2.to_x: "elm.icon.1";
16942                align: 0.0 0.0;
16943                visible: 0;
16944             }
16945          }
16946          part { name: "elm.icon.3";
16947             clip_to: "disclip";
16948             type: SWALLOW;
16949             scale: 1;
16950             description { state: "default" 0.0;
16951                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16952                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16953                fixed: 1 1;
16954                rel1.to_x: "elm.padding.right";
16955                rel2 {
16956                   relative: 0.0 1.0;
16957                   to_x: "elm.padding.right";
16958                }
16959                align: 1.0 0.5;
16960             }
16961             GENLIST_DESCRIPTION_FLIP_ENABLED
16962          }
16963          part { name: "elm.padding.icon3.left";
16964             clip_to: "disclip";
16965             type: RECT;
16966             scale: 1;
16967             description { state: "default" 0.0;
16968                min: GENLIST_PADDING_16_INC 0;
16969                fixed: 1 0;
16970                rel1.to_x: "elm.icon.3";
16971                rel2 {
16972                   relative: 0.0 1.0;
16973                   to_x: "elm.icon.3";
16974                }
16975                align: 1.0 0.0;
16976                visible: 0;
16977             }
16978          }
16979          part { name: "elm.icon.2";
16980             clip_to: "disclip";
16981             type: SWALLOW;
16982             scale: 1;
16983             description { state: "default" 0.0;
16984                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16985                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
16986                fixed: 1 1;
16987                rel1.to_x: "elm.padding.icon3.left";
16988                rel2 {
16989                   relative: 0.0 1.0;
16990                   to_x: "elm.padding.icon3.left";
16991                }
16992                align: 1.0 0.5;
16993             }
16994             GENLIST_DESCRIPTION_FLIP_ENABLED
16995          }
16996          part { name: "elm.padding.icon2.left";
16997             clip_to: "disclip";
16998             type: RECT;
16999             scale: 1;
17000             description { state: "default" 0.0;
17001                min: GENLIST_PADDING_16_INC 0;
17002                fixed: 1 0;
17003                rel1.to_x: "elm.icon.2";
17004                rel2 {
17005                   relative: 0.0 1.0;
17006                   to_x: "elm.icon.2";
17007                }
17008                align: 0.0 0.0;
17009                visible: 0;
17010             }
17011          }
17012          part { name: "elm.text";
17013             clip_to: "disclip";
17014             type: TEXT;
17015             mouse_events: 0;
17016             scale: 1;
17017             description { state: "default" 0.0;
17018                rel1 {
17019                   relative: 1.0 0.0;
17020                   to_x: "elm.padding.icon1.right";
17021                }
17022                rel2 {
17023                   relative: 0.0 1.0;
17024                   to_x: "elm.padding.icon2.left";
17025                }
17026                align: 0.0 0.5;
17027                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17028                text {
17029                   font: "SLP:style=Roman";
17030                   size: GENLIST_FONT_44_INC;
17031                   min: 0 1;
17032                   align: 0.0 0.5;
17033                   text_class: "list_item";
17034                }
17035             }
17036             description { state: "selected" 0.0;
17037                inherit: "default" 0.0;
17038                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17039             }
17040             GENLIST_DESCRIPTION_FLIP_ENABLED
17041          }
17042          GENLIST_PART_FLIP
17043          GENLIST_PART_DISCLIP
17044       }
17045       programs {
17046          // signal: elm,state,%s,active
17047          //   a "check" item named %s went active
17048          // signal: elm,state,%s,passive
17049          //   a "check" item named %s went passive
17050          // default is passive
17051          program { name: "go_active";
17052             signal: "elm,state,selected";
17053             source: "elm";
17054             action: STATE_SET "selected" 0.0;
17055             target: "bg_image";
17056             target: "elm.text";
17057             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17058          }
17059          program { name: "go_passive";
17060             signal: "elm,state,unselected";
17061             source: "elm";
17062             action: STATE_SET "default" 0.0;
17063             target: "bg_image";
17064             target: "elm.text";
17065             transition: LINEAR 0.1;
17066          }
17067          program { name: "go_disabled";
17068             signal: "elm,state,disabled";
17069             source: "elm";
17070             action: STATE_SET "disabled" 0.0;
17071             target: "disclip";
17072          }
17073          program { name: "go_enabled";
17074             signal: "elm,state,enabled";
17075             source: "elm";
17076             action: STATE_SET "default" 0.0;
17077             target: "disclip";
17078          }
17079          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
17080          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17081          //GENLIST_PROGRAM_FLIP_1TEXT
17082       }
17083    }
17084
17085    /* password style 4.2.13 */
17086    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
17087    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
17088       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
17089       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
17090       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
17091       alias: "elm/layout/dialogue/4icon";
17092       data.item: "stacking" "above";
17093       data.item: "selectraise" "on";
17094       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
17095       data.item: "texts" "elm.text.1";
17096       images {
17097          image : "00_input_bg.png" COMP;
17098       }
17099       parts {
17100          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
17101          GENLIST_PART_DIALOGUE_BG_IMAGE
17102          GENLIST_PART_BOTTOM_LINE
17103          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17104          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
17105          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17106          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17107          GENLIST_PART_DIALOGUE_ITEM
17108          GENLIST_PART_DIALOGUE_RIGHT_LINE
17109          part { name: "elm.text.1";
17110             clip_to: "disclip";
17111             type: TEXT;
17112             mouse_events: 0;
17113             scale: 1;
17114             description { state: "default" 0.0;
17115                fixed: 1 1;
17116                rel1 {
17117                   relative: 1.0 0.0;
17118                   to_x: "elm.padding.left";
17119                   to_y: "elm.icon.1";
17120                }
17121                rel2 {
17122                   relative: 0.0 1.0;
17123                   to_x: "elm.padding.right";
17124                   to_y: "elm.padding.top";
17125                }
17126                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
17127                text {
17128                   font: "SLP:style=Medium";
17129                   size: GENLIST_FONT_32_INC;
17130                   min: 0 1;
17131                   align: 0.0 0.5;
17132                   text_class: "list_item";
17133                }
17134             }
17135             description { state: "selected" 0.0;
17136                inherit: "default" 0.0;
17137                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17138             }
17139          }
17140          part { name: "elm.padding.icon1.left";
17141             clip_to: "disclip";
17142             type: RECT;
17143             scale: 1;
17144             description { state: "default" 0.0;
17145                min: GENLIST_PADDING_74_INC 0;
17146                fixed: 1 0;
17147                rel1 {
17148                   relative: 1.0 0.0;
17149                   to_x: "elm.rect.dialogue";
17150                   to_y: "elm.padding.bottom";
17151                }
17152                rel2 {
17153                   relative: 1.0 0.0;
17154                   to_x: "elm.rect.dialogue";
17155                   to_y: "elm.padding.bottom";
17156                }
17157                align: 0.0 1.0;
17158                visible: 0;
17159             }
17160          }
17161          part { name: "elm.icon1.bg";
17162             clip_to: "disclip";
17163             type: IMAGE;
17164             scale: 1;
17165             description { state: "default" 0.0;
17166                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17167                fixed: 1 1;
17168                rel1 {
17169                   relative: 1.0 0.0;
17170                   to_x: "elm.padding.icon1.left";
17171                   to_y: "elm.padding.bottom";
17172                }
17173                rel2 {
17174                   relative: 1.0 0.0;
17175                   to_x: "elm.padding.icon1.left";
17176                   to_y: "elm.padding.bottom";
17177                }
17178                align: 0.0 1.0;
17179                image.normal: "00_input_bg.png";
17180                image.border: 5 5 5 5;
17181                image.border_scale: 1;
17182             }
17183          }
17184          part { name: "elm.icon.1";
17185             clip_to: "disclip";
17186             type: SWALLOW;
17187             scale: 1;
17188             description { state: "default" 0.0;
17189                rel1 {
17190                   to: "elm.icon1.bg";
17191                   offset: 2 2;
17192                }
17193                rel2 {
17194                   to: "elm.icon1.bg";
17195                   offset: -3 -3;
17196                }
17197                align: 0.5 0.5;
17198             }
17199          }
17200          part { name: "elm.padding.icon2.left";
17201             clip_to: "disclip";
17202             type: RECT;
17203             scale: 1;
17204             description { state: "default" 0.0;
17205                min: GENLIST_ICON_SMALL_SIZE 0;
17206                fixed: 1 0;
17207                rel1 {
17208                   relative: 1.0 0.0;
17209                   to_x: "elm.icon1.bg";
17210                   to_y: "elm.padding.bottom";
17211                }
17212                rel2 {
17213                   relative: 1.0 0.0;
17214                   to_x: "elm.icon1.bg";
17215                   to_y: "elm.padding.bottom";
17216                }
17217                align: 0.0 1.0;
17218                visible: 0;
17219             }
17220          }
17221          part { name: "elm.icon2.bg";
17222             clip_to: "disclip";
17223             type: IMAGE;
17224             scale: 1;
17225             description { state: "default" 0.0;
17226                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17227                fixed: 1 1;
17228                rel1 {
17229                   relative: 1.0 0.0;
17230                   to_x: "elm.padding.icon2.left";
17231                   to_y: "elm.padding.bottom";
17232                }
17233                rel2 {
17234                   relative: 1.0 0.0;
17235                   to_x: "elm.padding.icon2.left";
17236                   to_y: "elm.padding.bottom";
17237                }
17238                align: 0.0 1.0;
17239                image.normal: "00_input_bg.png";
17240                image.border: 5 5 5 5;
17241                image.border_scale: 1;
17242             }
17243          }
17244          part { name: "elm.icon.2";
17245             clip_to: "disclip";
17246             type: SWALLOW;
17247             scale: 1;
17248             description { state: "default" 0.0;
17249                rel1 {
17250                   to: "elm.icon2.bg";
17251                   offset: 2 2;
17252                }
17253                rel2 {
17254                   to: "elm.icon2.bg";
17255                   offset: -3 -3;
17256                }
17257                align: 0.5 0.5;
17258             }
17259          }
17260          part { name: "elm.padding.icon3.left";
17261             clip_to: "disclip";
17262             type: RECT;
17263             scale: 1;
17264             description { state: "default" 0.0;
17265                min: GENLIST_ICON_SMALL_SIZE 0;
17266                fixed: 1 0;
17267                rel1 {
17268                   relative: 1.0 0.0;
17269                   to_x: "elm.icon2.bg";
17270                   to_y: "elm.padding.bottom";
17271                }
17272                rel2 {
17273                   relative: 1.0 0.0;
17274                   to_x: "elm.icon2.bg";
17275                   to_y: "elm.padding.bottom";
17276                }
17277                align: 0.0 1.0;
17278                visible: 0;
17279             }
17280          }
17281          part { name: "elm.icon3.bg";
17282             clip_to: "disclip";
17283             type: IMAGE;
17284             scale: 1;
17285             description { state: "default" 0.0;
17286                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17287                fixed: 1 1;
17288                rel1 {
17289                   relative: 1.0 0.0;
17290                   to_x: "elm.padding.icon3.left";
17291                   to_y: "elm.padding.bottom";
17292                }
17293                rel2 {
17294                   relative: 1.0 0.0;
17295                   to_x: "elm.padding.icon3.left";
17296                   to_y: "elm.padding.bottom";
17297                }
17298                align: 0.0 1.0;
17299                image.normal: "00_input_bg.png";
17300                image.border: 5 5 5 5;
17301                image.border_scale: 1;
17302             }
17303          }
17304          part { name: "elm.icon.3";
17305             clip_to: "disclip";
17306             type: SWALLOW;
17307             scale: 1;
17308             description { state: "default" 0.0;
17309                rel1 {
17310                   to: "elm.icon3.bg";
17311                   offset: 2 2;
17312                }
17313                rel2 {
17314                   to: "elm.icon3.bg";
17315                   offset: -3 -3;
17316                }
17317                align: 0.5 0.5;
17318             }
17319          }
17320          part { name: "elm.padding.icon4.left";
17321             clip_to: "disclip";
17322             type: RECT;
17323             scale: 1;
17324             description { state: "default" 0.0;
17325                min: GENLIST_ICON_SMALL_SIZE 0;
17326                fixed: 1 0;
17327                rel1 {
17328                   relative: 1.0 0.0;
17329                   to_x: "elm.icon3.bg";
17330                   to_y: "elm.padding.bottom";
17331                }
17332                rel2 {
17333                   relative: 1.0 0.0;
17334                   to_x: "elm.icon3.bg";
17335                   to_y: "elm.padding.bottom";
17336                }
17337                align: 0.0 1.0;
17338                visible: 0;
17339             }
17340          }
17341          part { name: "elm.icon4.bg";
17342             clip_to: "disclip";
17343             type: IMAGE;
17344             scale: 1;
17345             description { state: "default" 0.0;
17346                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
17347                fixed: 1 1;
17348                rel1 {
17349                   relative: 1.0 0.0;
17350                   to_x: "elm.padding.icon4.left";
17351                   to_y: "elm.padding.bottom";
17352                }
17353                rel2 {
17354                   relative: 1.0 0.0;
17355                   to_x: "elm.padding.icon4.left";
17356                   to_y: "elm.padding.bottom";
17357                }
17358                align: 0.0 1.0;
17359                image.normal: "00_input_bg.png";
17360                image.border: 5 5 5 5;
17361                image.border_scale: 1;
17362             }
17363          }
17364          part { name: "elm.icon.4";
17365             clip_to: "disclip";
17366             type: SWALLOW;
17367             scale: 1;
17368             description { state: "default" 0.0;
17369                rel1 {
17370                   to: "elm.icon4.bg";
17371                   offset: 2 2;
17372                }
17373                rel2 {
17374                   to: "elm.icon4.bg";
17375                   offset: -3 -3;
17376                }
17377                align: 0.5 0.5;
17378             }
17379          }
17380          GENLIST_PART_DISCLIP
17381       }
17382       programs {
17383          // signal: elm,state,%s,active
17384          //   a "check" item named %s went active
17385          // signal: elm,state,%s,passive
17386          //   a "check" item named %s went passive
17387          // default is passive
17388          /*program { name: "go_active";
17389             signal: "elm,state,selected";
17390             source: "elm";
17391             action: STATE_SET "selected" 0.0;
17392             target: "bg_image";
17393             target: "elm.text.1";
17394             target: "elm.text.2";
17395          }
17396          program { name: "go_passive";
17397             signal: "elm,state,unselected";
17398             source: "elm";
17399             action: STATE_SET "default" 0.0;
17400             target: "bg_image";
17401             target: "elm.text.1";
17402             target: "elm.text.2";
17403             transition: LINEAR 0.1;
17404          }*/
17405          program { name: "go_disabled";
17406             signal: "elm,state,disabled";
17407             source: "elm";
17408             action: STATE_SET "disabled" 0.0;
17409             target: "disclip";
17410          }
17411          program { name: "go_enabled";
17412             signal: "elm,state,enabled";
17413             source: "elm";
17414             action: STATE_SET "default" 0.0;
17415             target: "disclip";
17416          }
17417       }
17418    }
17419
17420    group { name: "elm/genlist/item/dialogue/3icon/default";
17421       alias: "elm/genlist/item_odd/dialogue/3icon/default";
17422       alias: "elm/genlist/item_compress/dialogue/3icon/default";
17423       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
17424       alias: "elm/layout/dialogue/3icon";
17425       data.item: "stacking" "above";
17426       data.item: "selectraise" "on";
17427       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17428       parts {
17429          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17430          GENLIST_PART_DIALOGUE_BG_IMAGE
17431          GENLIST_PART_BOTTOM_LINE
17432          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17433          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17434          GENLIST_PART_DIALOGUE_ITEM
17435          GENLIST_PART_DIALOGUE_RIGHT_LINE
17436          part { name: "elm.icon.1";
17437             clip_to: "disclip";
17438             type: SWALLOW;
17439             scale: 1;
17440             description { state: "default" 0.0;
17441                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17442                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17443                fixed: 1 1;
17444                rel1 {
17445                   relative: 1.0 0.0;
17446                   to_x: "elm.padding.left";
17447                }
17448                rel2 {
17449                   relative: 1.0 1.0;
17450                   to_x: "elm.padding.left";
17451                }
17452                align: 0.0 0.5;
17453             }
17454             GENLIST_DESCRIPTION_FLIP_ENABLED
17455          }
17456          part { name: "elm.padding.icon1.right";
17457             clip_to: "disclip";
17458             type: RECT;
17459             scale: 1;
17460             description { state: "default" 0.0;
17461                min: GENLIST_PADDING_16_INC 0;
17462                fixed: 1 0;
17463                rel1 {
17464                   relative: 1.0 0.0;
17465                   to_x: "elm.icon.1";
17466                }
17467                rel2.to_x: "elm.icon.1";
17468                align: 0.0 0.0;
17469                visible: 0;
17470             }
17471          }
17472          part { name: "elm.icon.3";
17473             clip_to: "disclip";
17474             type: SWALLOW;
17475             scale: 1;
17476             description { state: "default" 0.0;
17477                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17478                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
17479                fixed: 1 1;
17480                rel1.to_x: "elm.padding.right";
17481                rel2 {
17482                   relative: 0.0 1.0;
17483                   to_x: "elm.padding.right";
17484                }
17485                align: 1.0 0.5;
17486             }
17487             GENLIST_DESCRIPTION_FLIP_ENABLED
17488          }
17489          part { name: "elm.padding.icon3.left";
17490             clip_to: "disclip";
17491             type: RECT;
17492             scale: 1;
17493             description { state: "default" 0.0;
17494                min: GENLIST_PADDING_16_INC 0;
17495                fixed: 1 0;
17496                rel1.to_x: "elm.icon.3";
17497                rel2 {
17498                   relative: 0.0 1.0;
17499                   to_x: "elm.icon.3";
17500                }
17501                align: 1.0 0.0;
17502                visible: 0;
17503             }
17504          }
17505          part { name: "elm.icon.2";
17506             clip_to: "disclip";
17507             type: SWALLOW;
17508             scale: 1;
17509             description { state: "default" 0.0;
17510                rel1 {
17511                   relative: 1.0 0.0;
17512                   to_x: "elm.padding.icon1.right";
17513                }
17514                rel2 {
17515                   relative: 0.0 1.0;
17516                   to_x: "elm.padding.icon3.left";
17517                }
17518                align: 0.0 0.5;
17519             }
17520             GENLIST_DESCRIPTION_FLIP_ENABLED
17521          }
17522          GENLIST_PART_DISCLIP
17523       }
17524       programs {
17525          // signal: elm,state,%s,active
17526          //   a "check" item named %s went active
17527          // signal: elm,state,%s,passive
17528          //   a "check" item named %s went passive
17529          // default is passive
17530          program { name: "go_disabled";
17531             signal: "elm,state,disabled";
17532             source: "elm";
17533             action: STATE_SET "disabled" 0.0;
17534             target: "disclip";
17535          }
17536          program { name: "go_enabled";
17537             signal: "elm,state,enabled";
17538             source: "elm";
17539             action: STATE_SET "default" 0.0;
17540             target: "disclip";
17541          }
17542       }
17543    }
17544
17545    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
17546       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
17547       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
17548       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
17549       alias: "elm/layout/dialogue/2text.1icon.4";
17550       data.item: "stacking" "above";
17551       data.item: "selectraise" "on";
17552       data.item: "texts" "elm.text.1 elm.text.2";
17553       data.item: "contents" "elm.icon";
17554       data.item: "flips" "elm.flip.content";
17555       parts {
17556          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17557          GENLIST_PART_DIALOGUE_BG_IMAGE
17558          GENLIST_PART_BOTTOM_LINE
17559          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
17560          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
17561          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17562          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17563          GENLIST_PART_DIALOGUE_ITEM
17564          GENLIST_PART_DIALOGUE_RIGHT_LINE
17565          part { name: "elm.text.2";
17566             clip_to: "disclip";
17567             type: TEXT;
17568             mouse_events: 0;
17569             scale: 1;
17570             description { state: "default" 0.0;
17571                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
17572                fixed: 1 1;
17573                rel1 {
17574                   relative: 0.0 1.0;
17575                   to_x: "elm.padding.right";
17576                   to_y: "elm.padding.top";
17577                }
17578                rel2 {
17579                   relative: 0.0 1.0;
17580                   to_x: "elm.padding.right";
17581                   to_y: "elm.padding.top";
17582                }
17583                align: 1.0 0.0;
17584                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
17585                text {
17586                   font: "SLP:style=Medium";
17587                   size: GENLIST_FONT_32_INC;
17588                   min: 0 1;
17589                   align: 1.0 0.5;
17590                   text_class: "slp_medium";
17591                }
17592             }
17593             description { state: "selected" 0.0;
17594                inherit: "default" 0.0;
17595                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17596             }
17597             GENLIST_DESCRIPTION_FLIP_ENABLED
17598          }
17599          part { name: "elm.padding.text2.left";
17600             clip_to: "disclip";
17601             type: RECT;
17602             mouse_events: 0;
17603             scale: 1;
17604             description { state: "default" 0.0;
17605                min: GENLIST_ICON_SMALL_SIZE 0;
17606                fixed: 1 0;
17607                rel1.to_x: "elm.text.2";
17608                rel2 {
17609                   relative: 0.0 1.0;
17610                   to_x: "elm.text.2";
17611                }
17612                align: 1.0 0.5;
17613                visible: 0;
17614             }
17615          }
17616          part { name: "elm.text.1";
17617             clip_to: "disclip";
17618             type: TEXT;
17619             mouse_events: 0;
17620             scale: 1;
17621             description { state: "default" 0.0;
17622                rel1 {
17623                   relative: 1.0 1.0;
17624                   to_x: "elm.padding.left";
17625                   to_y: "elm.padding.top";
17626                }
17627                rel2 {
17628                   relative: 0.0 1.0;
17629                   to_x: "elm.padding.text2.left";
17630                   to_y: "elm.text.2";
17631                }
17632                align: 0.0 0.5;
17633                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17634                text {
17635                   font: "SLP:style=Roman";
17636                   size: GENLIST_FONT_44_INC;
17637                   min: 0 1;
17638                   align: 0.0 0.5;
17639                   text_class: "list_item";
17640                }
17641             }
17642             description { state: "selected" 0.0;
17643                inherit: "default" 0.0;
17644                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17645             }
17646             GENLIST_DESCRIPTION_FLIP_ENABLED
17647          }
17648          part { name: "elm.icon";
17649             clip_to: "disclip";
17650             type: SWALLOW;
17651             scale: 1;
17652             description { state: "default" 0.0;
17653                min: 0 GENLIST_SIZE_16_INC;
17654                fixed: 0 1;
17655                rel1 {
17656                   relative: 1.0 0.0;
17657                   to_x: "elm.padding.left";
17658                   to_y: "elm.padding.bottom";
17659                }
17660                rel2 {
17661                   relative: 0.0 0.0;
17662                   to_x: "elm.padding.right";
17663                   to_y: "elm.padding.bottom";
17664                }
17665                align: 0.0 1.0;
17666             }
17667             GENLIST_DESCRIPTION_FLIP_ENABLED
17668          }
17669          GENLIST_PART_FLIP
17670          GENLIST_PART_DISCLIP
17671       }
17672       programs {
17673          // signal: elm,state,%s,active
17674          //   a "check" item named %s went active
17675          // signal: elm,state,%s,passive
17676          //   a "check" item named %s went passive
17677          // default is passive
17678          program { name: "go_active";
17679             signal: "elm,state,selected";
17680             source: "elm";
17681             action: STATE_SET "selected" 0.0;
17682             target: "bg_image";
17683             target: "elm.text.1";
17684             target: "elm.text.2";
17685             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17686          }
17687          program { name: "go_passive";
17688             signal: "elm,state,unselected";
17689             source: "elm";
17690             action: STATE_SET "default" 0.0;
17691             target: "bg_image";
17692             target: "elm.text.1";
17693             target: "elm.text.2";
17694             transition: LINEAR 0.1;
17695          }
17696          program { name: "go_disabled";
17697             signal: "elm,state,disabled";
17698             source: "elm";
17699             action: STATE_SET "disabled" 0.0;
17700             target: "disclip";
17701          }
17702          program { name: "go_enabled";
17703             signal: "elm,state,enabled";
17704             source: "elm";
17705             action: STATE_SET "default" 0.0;
17706             target: "disclip";
17707          }
17708          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
17709          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17710       }
17711    }
17712
17713    group { name: "elm/genlist/item/dialogue/1title.1text/default";
17714       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
17715       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
17716       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
17717       alias: "elm/genlist/item/dialogue.1title.1text/default";
17718       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
17719       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
17720       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
17721       alias: "elm/layout/dialogue/1title.1text";
17722       data.item: "stacking" "above";
17723       data.item: "selectraise" "on";
17724       data.item: "texts" "elm.title elm.text";
17725       data.item: "flips" "elm.flip.content";
17726       parts {
17727          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17728          GENLIST_PART_DIALOGUE_BG_IMAGE
17729          GENLIST_PART_BOTTOM_LINE
17730          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17731          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17732          GENLIST_PART_DIALOGUE_ITEM
17733          GENLIST_PART_DIALOGUE_RIGHT_LINE
17734          part { name: "elm.title";
17735             clip_to: "disclip";
17736             type: TEXT;
17737             mouse_events: 0;
17738             scale: 1;
17739             description { state: "default" 0.0;
17740                min: GENLIST_SIZE_163_INC 0;
17741                fixed: 1 0;
17742                rel1 {
17743                   relative: 1.0 0.0;
17744                   to_x: "elm.padding.left";
17745                }
17746                rel2.to_x: "elm.padding.left";
17747                align: 0.0 0.5;
17748                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17749                text {
17750                   font: "SLP:style=Medium";
17751                   size: GENLIST_FONT_32_INC;
17752                   min: 0 1;
17753                   align: 0.0 0.5;
17754                   text_class: "slp_roman";
17755                }
17756             }
17757          }
17758          part { name: "vertical_line";
17759             type: RECT;
17760             mouse_events: 0;
17761             description { state: "default" 0.0;
17762                min: 1 0;
17763                fixed: 1 0;
17764                rel1 {
17765                   relative: 1.0 0.0;
17766                   to_x: "elm.title";
17767                }
17768                rel2.to_x: "elm.title";
17769                align: 0.0 0.5;
17770                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17771             }
17772          }
17773          part { name: "elm.padding.text.left";
17774             clip_to: "disclip";
17775             type: RECT;
17776             mouse_events: 0;
17777             scale: 1;
17778             description { state: "default" 0.0;
17779                min: GENLIST_PADDING_16_INC 0;
17780                fixed: 1 0;
17781                rel1 {
17782                    relative: 1.0 0.0;
17783                    to_x: "vertical_line";
17784                }
17785                rel2.to_x: "vertical_line";
17786                align: 0.0 0.5;
17787                visible: 0;
17788             }
17789          }
17790          part { name: "elm.text";
17791             clip_to: "disclip";
17792             type: TEXT;
17793             mouse_events: 0;
17794             scale: 1;
17795             description { state: "default" 0.0;
17796                rel1 {
17797                   relative: 1.0 0.0;
17798                   to_x: "elm.padding.text.left";
17799                }
17800                rel2 {
17801                   relative: 0.0 1.0;
17802                   to_x: "elm.padding.right";
17803                }
17804                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17805                text {
17806                   font: "SLP:style=Roman";
17807                   size: GENLIST_FONT_44_INC;
17808                   min: 0 1;
17809                   align: 0.0 0.5;
17810                   text_class: "list_item";
17811                }
17812             }
17813             GENLIST_DESCRIPTION_FLIP_ENABLED
17814          }
17815          part { name: "elm.flip.content";
17816             clip_to: "disclip";
17817             type: SWALLOW;
17818             mouse_events: 1;
17819             scale: 1;
17820             description { state: "default" 0.0;
17821                fixed: 1 1;
17822                rel1 {
17823                   relative: 0.0 0.5;
17824                   to_x: "elm.text";
17825                }
17826                rel2 {
17827                   relative: 0.0 0.5;
17828                   to_x: "elm.padding.right";
17829                }
17830                visible: 0;
17831             }
17832             description { state: "flip_enabled" 0.0;
17833                inherit: "default" 0.0;
17834                visible: 1;
17835             }
17836          }
17837          GENLIST_PART_DISCLIP
17838       }
17839       programs {
17840          // signal: elm,state,%s,active
17841          //   a "check" item named %s went active
17842          // signal: elm,state,%s,passive
17843          //   a "check" item named %s went passive
17844          // default is passive
17845          /*program { name: "go_active";
17846             signal: "elm,state,selected";
17847             source: "elm";
17848             action: STATE_SET "selected" 0.0;
17849             target: "elm.text";
17850          }
17851          program { name: "go_passive";
17852             signal: "elm,state,unselected";
17853             source: "elm";
17854             action: STATE_SET "default" 0.0;
17855             target: "elm.text";
17856             transition: LINEAR 0.1;
17857          }*/
17858          program { name: "go_disabled";
17859             signal: "elm,state,disabled";
17860             source: "elm";
17861             action: STATE_SET "disabled" 0.0;
17862             target: "disclip";
17863          }
17864          program { name: "go_enabled";
17865             signal: "elm,state,enabled";
17866             source: "elm";
17867             action: STATE_SET "default" 0.0;
17868             target: "disclip";
17869          }
17870          //GENLIST_PROGRAM_FLIP_1TEXT
17871       }
17872    }
17873
17874    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
17875       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
17876       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
17877       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
17878       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
17879       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
17880       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
17881       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
17882       alias: "elm/layout/dialogue/1title.1text.3";
17883       data.item: "stacking" "above";
17884       data.item: "selectraise" "on";
17885       data.item: "texts" "elm.title elm.text";
17886       data.item: "flips" "elm.flip.content.title elm.flip.content";
17887       parts {
17888          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
17889          GENLIST_PART_DIALOGUE_BG_IMAGE
17890          GENLIST_PART_BOTTOM_LINE
17891          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17892          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
17893          GENLIST_PART_DIALOGUE_ITEM
17894          GENLIST_PART_DIALOGUE_RIGHT_LINE
17895          part { name: "elm.title";
17896             clip_to: "disclip";
17897             type: TEXT;
17898             mouse_events: 0;
17899             scale: 1;
17900             description { state: "default" 0.0;
17901                min: GENLIST_SIZE_163_INC 0;
17902                fixed: 1 0;
17903                rel1 {
17904                   relative: 1.0 0.0;
17905                   to_x: "elm.padding.left";
17906                }
17907                rel2.to_x: "elm.padding.left";
17908                align: 0.0 0.5;
17909                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
17910                text {
17911                   font: "SLP:style=Medium";
17912                   size: GENLIST_FONT_32_INC;
17913                   min: 0 1;
17914                   align: 0.0 0.5;
17915                   text_class: "slp_medium";
17916                }
17917             }
17918             GENLIST_DESCRIPTION_FLIP_ENABLED
17919          }
17920          part { name: "elm.flip.content.title";
17921             clip_to: "disclip";
17922             type: SWALLOW;
17923             description { state: "default" 0.0;
17924                visible: 0;
17925                fixed: 1 1;
17926                rel1.to: "elm.title";
17927                rel2.to: "elm.title";
17928             }
17929             description { state: "flip_enabled" 0.0;
17930                inherit: "default" 0.0;
17931                visible: 1;
17932             }
17933          }
17934          part { name: "vertical_line";
17935             type: RECT;
17936             mouse_events: 0;
17937             description { state: "default" 0.0;
17938                min: 1 0;
17939                fixed: 1 0;
17940                rel1 {
17941                   relative: 1.0 0.0;
17942                   to_x: "elm.title";
17943                }
17944                rel2.to_x: "elm.title";
17945                align: 0.0 0.5;
17946                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17947             }
17948          }
17949          part { name: "elm.padding.text.left";
17950             clip_to: "disclip";
17951             type: RECT;
17952             mouse_events: 0;
17953             scale: 1;
17954             description { state: "default" 0.0;
17955                min: GENLIST_PADDING_16_INC 0;
17956                fixed: 1 0;
17957                rel1 {
17958                    relative: 1.0 0.0;
17959                    to_x: "vertical_line";
17960                }
17961                rel2.to_x: "vertical_line";
17962                align: 0.0 0.5;
17963                visible: 0;
17964             }
17965          }
17966          part { name: "elm.text";
17967             clip_to: "disclip";
17968             type: TEXT;
17969             mouse_events: 0;
17970             scale: 1;
17971             description { state: "default" 0.0;
17972                rel1 {
17973                   relative: 1.0 0.0;
17974                   to_x: "elm.padding.text.left";
17975                }
17976                rel2 {
17977                   relative: 0.0 1.0;
17978                   to_x: "elm.padding.right";
17979                }
17980                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
17981                text {
17982                   font: "SLP:style=Roman";
17983                   size: GENLIST_FONT_44_INC;
17984                   min: 0 1;
17985                   align: 0.0 0.5;
17986                   text_class: "list_item";
17987                }
17988             }
17989             GENLIST_DESCRIPTION_FLIP_ENABLED
17990          }
17991          part { name: "elm.flip.content";
17992             clip_to: "disclip";
17993             type: SWALLOW;
17994             mouse_events: 1;
17995             scale: 1;
17996             description { state: "default" 0.0;
17997                fixed: 1 1;
17998                rel1 {
17999                   relative: 0.0 0.5;
18000                   to_x: "elm.text";
18001                }
18002                rel2 {
18003                   relative: 0.0 0.5;
18004                   to_x: "elm.padding.right";
18005                }
18006                visible: 0;
18007             }
18008             description { state: "flip_enabled" 0.0;
18009                inherit: "default" 0.0;
18010                visible: 1;
18011             }
18012          }
18013          GENLIST_PART_DISCLIP
18014       }
18015       programs {
18016          // signal: elm,state,%s,active
18017          //   a "check" item named %s went active
18018          // signal: elm,state,%s,passive
18019          //   a "check" item named %s went passive
18020          // default is passive
18021          /*program { name: "go_active";
18022             signal: "elm,state,selected";
18023             source: "elm";
18024             action: STATE_SET "selected" 0.0;
18025             target: "elm.text";
18026          }
18027          program { name: "go_passive";
18028             signal: "elm,state,unselected";
18029             source: "elm";
18030             action: STATE_SET "default" 0.0;
18031             target: "elm.text";
18032             transition: LINEAR 0.1;
18033          }*/
18034          program { name: "go_disabled";
18035             signal: "elm,state,disabled";
18036             source: "elm";
18037             action: STATE_SET "disabled" 0.0;
18038             target: "disclip";
18039          }
18040          program { name: "go_enabled";
18041             signal: "elm,state,enabled";
18042             source: "elm";
18043             action: STATE_SET "default" 0.0;
18044             target: "disclip";
18045          }
18046          program { name: "flip_enabled";
18047             signal: "elm,state,flip,enabled";
18048             source: "elm";
18049             action: STATE_SET "flip_enabled" 0.0;
18050             target: "elm.title";
18051             target: "elm.text";
18052             target: "elm.flip.content.title";
18053             target: "elm.flip.content";
18054          }
18055          program { name: "flip_disabled";
18056             signal: "elm,state,flip,disabled";
18057             source: "elm";
18058             action: STATE_SET "default" 0.0;
18059             target: "elm.title";
18060             target: "elm.text";
18061             target: "elm.flip.content.title";
18062             target: "elm.flip.content";
18063          }
18064       }
18065    }
18066
18067    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
18068       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
18069       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
18070       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
18071       alias: "elm/layout/dialogue/1title.1text.1icon";
18072       data.item: "stacking" "above";
18073       data.item: "selectraise" "on";
18074       data.item: "texts" "elm.title elm.text";
18075       data.item: "contents" "elm.icon";
18076       data.item: "flips" "elm.flip.content";
18077       parts {
18078          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18079          GENLIST_PART_DIALOGUE_BG_IMAGE
18080          GENLIST_PART_BOTTOM_LINE
18081          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18082          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18083          GENLIST_PART_DIALOGUE_ITEM
18084          GENLIST_PART_DIALOGUE_RIGHT_LINE
18085          part { name: "elm.title";
18086             clip_to: "disclip";
18087             type: TEXT;
18088             mouse_events: 0;
18089             scale: 1;
18090             description { state: "default" 0.0;
18091                min: GENLIST_SIZE_163_INC 0;
18092                fixed: 1 0;
18093                rel1 {
18094                   relative: 1.0 0.0;
18095                   to_x: "elm.padding.left";
18096                }
18097                rel2.to_x: "elm.padding.left";
18098                align: 0.0 0.5;
18099                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18100                text {
18101                   font: "SLP:style=Medium";
18102                   size: GENLIST_FONT_32_INC;
18103                   min: 0 1;
18104                   align: 0.0 0.5;
18105                   text_class: "slp_medium";
18106                }
18107             }
18108          }
18109          part { name: "vertical_line";
18110             type: RECT;
18111             mouse_events: 0;
18112             description { state: "default" 0.0;
18113                min: 1 0;
18114                fixed: 1 0;
18115                rel1 {
18116                   relative: 1.0 0.0;
18117                   to_x: "elm.title";
18118                }
18119                rel2.to_x: "elm.title";
18120                align: 0.0 0.5;
18121                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18122             }
18123          }
18124          part { name: "elm.padding.text.left";
18125             clip_to: "disclip";
18126             type: RECT;
18127             mouse_events: 0;
18128             scale: 1;
18129             description { state: "default" 0.0;
18130                min: GENLIST_PADDING_16_INC 0;
18131                fixed: 1 0;
18132                rel1 {
18133                    relative: 1.0 0.0;
18134                    to_x: "vertical_line";
18135                }
18136                rel2.to_x: "vertical_line";
18137                align: 0.0 0.5;
18138                visible: 0;
18139             }
18140          }
18141          part { name: "elm.icon";
18142            clip_to: "disclip";
18143             type: SWALLOW;
18144             mouse_events: 0;
18145             scale: 1;
18146             description { state: "default" 0.0;
18147                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18148                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18149                fixed: 1 1;
18150                rel1.to_x: "elm.padding.right";
18151                rel2 {
18152                   relative: 0.0 1.0;
18153                   to_x: "elm.padding.right";
18154                }
18155                align: 1.0 0.5;
18156             }
18157          }
18158          part { name: "elm.padding.icon.left";
18159             clip_to: "disclip";
18160             type: RECT;
18161             mouse_events: 0;
18162             scale: 1;
18163             description { state: "default" 0.0;
18164                min: GENLIST_PADDING_16_INC 0;
18165                fixed: 1 0;
18166                rel1.to_x: "elm.icon";
18167                rel2 {
18168                    relative: 0.0 1.0;
18169                    to_x: "elm.icon";
18170                }
18171                rel2.to_x: "elm.icon";
18172                align: 1.0 0.5;
18173                visible: 0;
18174             }
18175          }
18176          part { name: "elm.text";
18177             clip_to: "disclip";
18178             type: TEXT;
18179             mouse_events: 0;
18180             scale: 1;
18181             description { state: "default" 0.0;
18182                rel1 {
18183                   relative: 1.0 0.0;
18184                   to_x: "elm.padding.text.left";
18185                }
18186                rel2 {
18187                   relative: 0.0 1.0;
18188                   to_x: "elm.padding.icon.left";
18189                }
18190                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18191                text {
18192                   font: "SLP:style=Roman";
18193                   size: GENLIST_FONT_44_INC;
18194                   min: 0 1;
18195                   align: 0.0 0.5;
18196                   text_class: "list_item";
18197                }
18198             }
18199             GENLIST_DESCRIPTION_FLIP_ENABLED
18200          }
18201          part { name: "elm.flip.content";
18202             clip_to: "disclip";
18203             type: SWALLOW;
18204             mouse_events: 1;
18205             scale: 1;
18206             description { state: "default" 0.0;
18207                fixed: 1 1;
18208                rel1 {
18209                   relative: 0.0 0.5;
18210                   to_x: "elm.text";
18211                }
18212                rel2 {
18213                   relative: 0.0 0.5;
18214                   to_x: "elm.padding.right";
18215                }
18216                visible: 0;
18217             }
18218             description { state: "flip_enabled" 0.0;
18219                inherit: "default" 0.0;
18220                visible: 1;
18221             }
18222          }
18223          GENLIST_PART_DISCLIP
18224       }
18225       programs {
18226          // signal: elm,state,%s,active
18227          //   a "check" item named %s went active
18228          // signal: elm,state,%s,passive
18229          //   a "check" item named %s went passive
18230          // default is passive
18231          /*program { name: "go_active";
18232             signal: "elm,state,selected";
18233             source: "elm";
18234             action: STATE_SET "selected" 0.0;
18235             target: "elm.text";
18236          }
18237          program { name: "go_passive";
18238             signal: "elm,state,unselected";
18239             source: "elm";
18240             action: STATE_SET "default" 0.0;
18241             target: "elm.text";
18242             transition: LINEAR 0.1;
18243          }*/
18244          program { name: "go_disabled";
18245             signal: "elm,state,disabled";
18246             source: "elm";
18247             action: STATE_SET "disabled" 0.0;
18248             target: "disclip";
18249          }
18250          program { name: "go_enabled";
18251             signal: "elm,state,enabled";
18252             source: "elm";
18253             action: STATE_SET "default" 0.0;
18254             target: "disclip";
18255          }
18256          //GENLIST_PROGRAM_FLIP_1TEXT
18257       }
18258    }
18259
18260    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
18261       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
18262       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
18263       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
18264       alias: "elm/layout/dialogue/1title.1text.1icon.2";
18265       data.item: "stacking" "above";
18266       data.item: "selectraise" "on";
18267       data.item: "texts" "elm.title elm.text";
18268       data.item: "contents" "elm.icon";
18269       data.item: "flips" "elm.flip.content.title elm.flip.content";
18270       parts {
18271          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18272          GENLIST_PART_DIALOGUE_BG_IMAGE
18273          GENLIST_PART_BOTTOM_LINE
18274          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
18275          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18276          GENLIST_PART_DIALOGUE_ITEM
18277          GENLIST_PART_DIALOGUE_RIGHT_LINE
18278          part { name: "elm.title";
18279             clip_to: "disclip";
18280             type: TEXT;
18281             mouse_events: 0;
18282             scale: 1;
18283             description { state: "default" 0.0;
18284                min: GENLIST_SIZE_163_INC 0;
18285                fixed: 1 0;
18286                rel1 {
18287                   relative: 1.0 0.0;
18288                   to_x: "elm.padding.left";
18289                }
18290                rel2.to_x: "elm.padding.left";
18291                align: 0.0 0.5;
18292                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18293                text {
18294                   font: "SLP:style=Medium";
18295                   size: GENLIST_FONT_32_INC;
18296                   min: 0 1;
18297                   align: 0.0 0.5;
18298                   text_class: "slp_medium";
18299                }
18300             }
18301             GENLIST_DESCRIPTION_FLIP_ENABLED
18302          }
18303          part { name: "elm.flip.content.title";
18304             clip_to: "disclip";
18305             type: SWALLOW;
18306             description { state: "default" 0.0;
18307                visible: 0;
18308                fixed: 1 1;
18309                rel1.to: "elm.title";
18310                rel2.to: "elm.title";
18311             }
18312             description { state: "flip_enabled" 0.0;
18313                inherit: "default" 0.0;
18314                visible: 1;
18315             }
18316          }
18317          part { name: "vertical_line";
18318             type: RECT;
18319             mouse_events: 0;
18320             description { state: "default" 0.0;
18321                min: 1 0;
18322                fixed: 1 0;
18323                rel1 {
18324                   relative: 1.0 0.0;
18325                   to_x: "elm.title";
18326                }
18327                rel2.to_x: "elm.title";
18328                align: 0.0 0.5;
18329                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18330             }
18331          }
18332          part { name: "elm.padding.text.left";
18333             clip_to: "disclip";
18334             type: RECT;
18335             mouse_events: 0;
18336             scale: 1;
18337             description { state: "default" 0.0;
18338                min: GENLIST_PADDING_16_INC 0;
18339                fixed: 1 0;
18340                rel1 {
18341                    relative: 1.0 0.0;
18342                    to_x: "vertical_line";
18343                }
18344                rel2.to_x: "vertical_line";
18345                align: 0.0 0.5;
18346                visible: 0;
18347             }
18348          }
18349          part { name: "elm.icon";
18350            clip_to: "disclip";
18351             type: SWALLOW;
18352             mouse_events: 0;
18353             scale: 1;
18354             description { state: "default" 0.0;
18355                min: 0 0;
18356                max: 0 0;
18357                rel1.to_x: "elm.padding.right";
18358                rel2 {
18359                   relative: 0.0 1.0;
18360                   to_x: "elm.padding.right";
18361                }
18362                align: 1.0 0.5;
18363                visible: 0;
18364             }
18365             description { state: "contact_default_number_enabled" 0.0;
18366                inherit: "default" 0.0;
18367                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18368                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18369                visible: 1;
18370             }
18371          }
18372          part { name: "elm.padding.icon.left";
18373             clip_to: "disclip";
18374             type: RECT;
18375             mouse_events: 0;
18376             scale: 1;
18377             description { state: "default" 0.0;
18378                min: 0 0;
18379                fixed: 1 0;
18380                rel1.to_x: "elm.icon";
18381                rel2 {
18382                    relative: 0.0 1.0;
18383                    to_x: "elm.icon";
18384                }
18385                rel2.to_x: "elm.icon";
18386                align: 1.0 0.5;
18387                visible: 0;
18388             }
18389             description { state: "contact_default_number_enabled" 0.0;
18390                inherit: "default" 0.0;
18391                min: GENLIST_PADDING_16_INC 0;
18392             }
18393          }
18394          part { name: "elm.text";
18395             clip_to: "disclip";
18396             type: TEXT;
18397             mouse_events: 0;
18398             scale: 1;
18399             description { state: "default" 0.0;
18400                rel1 {
18401                   relative: 1.0 0.0;
18402                   to_x: "elm.padding.text.left";
18403                }
18404                rel2 {
18405                   relative: 0.0 1.0;
18406                   to_x: "elm.padding.icon.left";
18407                }
18408                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18409                text {
18410                   font: "SLP:style=Roman";
18411                   size: GENLIST_FONT_44_INC;
18412                   min: 0 1;
18413                   align: 0.0 0.5;
18414                   text_class: "list_item";
18415                }
18416             }
18417             description { state: "contact_default_number_enabled" 0.0;
18418                inherit: "default" 0.0;
18419                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
18420             }
18421             GENLIST_DESCRIPTION_FLIP_ENABLED
18422          }
18423          part { name: "elm.flip.content";
18424             clip_to: "disclip";
18425             type: SWALLOW;
18426             mouse_events: 1;
18427             scale: 1;
18428             description { state: "default" 0.0;
18429                fixed: 1 1;
18430                rel1 {
18431                   relative: 0.0 0.5;
18432                   to_x: "elm.text";
18433                }
18434                rel2 {
18435                   relative: 1.0 0.5;
18436                   to_x: "elm.padding.icon.left";
18437                }
18438                visible: 0;
18439             }
18440             description { state: "flip_enabled" 0.0;
18441                inherit: "default" 0.0;
18442                visible: 1;
18443             }
18444          }
18445          GENLIST_PART_DISCLIP
18446       }
18447       programs {
18448          // signal: elm,state,%s,active
18449          //   a "check" item named %s went active
18450          // signal: elm,state,%s,passive
18451          //   a "check" item named %s went passive
18452          // default is passive
18453          /*program { name: "go_active";
18454             signal: "elm,state,selected";
18455             source: "elm";
18456             action: STATE_SET "selected" 0.0;
18457             target: "elm.text";
18458          }
18459          program { name: "go_passive";
18460             signal: "elm,state,unselected";
18461             source: "elm";
18462             action: STATE_SET "default" 0.0;
18463             target: "elm.text";
18464             transition: LINEAR 0.1;
18465          }*/
18466          program { name: "go_disabled";
18467             signal: "elm,state,disabled";
18468             source: "elm";
18469             action: STATE_SET "disabled" 0.0;
18470             target: "disclip";
18471          }
18472          program { name: "go_enabled";
18473             signal: "elm,state,enabled";
18474             source: "elm";
18475             action: STATE_SET "default" 0.0;
18476             target: "disclip";
18477          }
18478          program { name: "flip_enabled";
18479             signal: "elm,state,flip,enabled";
18480             source: "elm";
18481             action: STATE_SET "flip_enabled" 0.0;
18482             target: "elm.title";
18483             target: "elm.text";
18484             target: "elm.flip.content.title";
18485             target: "elm.flip.content";
18486          }
18487          program { name: "flip_disabled";
18488             signal: "elm,state,flip,disabled";
18489             source: "elm";
18490             action: STATE_SET "default" 0.0;
18491             target: "elm.title";
18492             target: "elm.text";
18493             target: "elm.flip.content.title";
18494             target: "elm.flip.content";
18495          }
18496          program { name: "contact_default_number_enabled";
18497             signal: "elm,state,contact,default_number,enabled";
18498             source: "elm";
18499             action: STATE_SET "contact_default_number_enabled" 0.0;
18500             target: "elm.icon";
18501             target: "elm.padding.icon.left";
18502             target: "elm.text";
18503          }
18504          program { name: "contact_default_number_disabled";
18505             signal: "elm,state,contact,default_number,disabled";
18506             source: "elm";
18507             action: STATE_SET "default" 0.0;
18508             target: "elm.icon";
18509             target: "elm.padding.icon.left";
18510             target: "elm.text";
18511          }
18512       }
18513    }
18514
18515    group { name: "elm/genlist/item/dialogue/2text.4/default";
18516       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
18517       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
18518       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
18519       alias: "elm/layout/dialogue/2text.4";
18520       data.item: "stacking" "above";
18521       data.item: "selectraise" "on";
18522       data.item: "texts" "elm.text.1 elm.text.2";
18523       data.item: "flips" "elm.flip.content";
18524       parts {
18525          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
18526          GENLIST_PART_DIALOGUE_BG_IMAGE
18527          GENLIST_PART_BOTTOM_LINE
18528          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
18529          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18530          GENLIST_PART_DIALOGUE_ITEM
18531          GENLIST_PART_DIALOGUE_RIGHT_LINE
18532          part { name: "elm.text.2";
18533             clip_to: "disclip";
18534             type: TEXT;
18535             mouse_events: 0;
18536             scale: 1;
18537             description { state: "default" 0.0;
18538                min: GENLIST_SIZE_206_INC 0;
18539                fixed: 1 0;
18540                rel1.to_x: "elm.padding.right";
18541                rel2 {
18542                   relative: 0.0 1.0;
18543                   to_x: "elm.padding.right";
18544                }
18545                rel2.to_x: "elm.padding.right";
18546                align: 1.0 0.5;
18547                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
18548                text {
18549                   font: "SLP:style=Medium";
18550                   size: GENLIST_FONT_32_INC;
18551                   min: 0 1;
18552                   align: 0.0 0.5;
18553                   text_class: "slp_medium";
18554                }
18555             }
18556          }
18557          part { name: "elm.padding.text2.left";
18558             type: RECT;
18559             mouse_events: 0;
18560             scale: 1;
18561             description { state: "default" 0.0;
18562                min: GENLIST_PADDING_16_INC 0;
18563                fixed: 1 0;
18564                rel1.to_x: "elm.text.2";
18565                rel2 {
18566                   relative: 0.0 1.0;
18567                   to_x: "elm.text.2";
18568                }
18569                align: 1.0 0.5;
18570                visible: 0;
18571             }
18572          }
18573          part { name: "vertical_line";
18574             type: RECT;
18575             mouse_events: 0;
18576             description { state: "default" 0.0;
18577                min: 1 0;
18578                fixed: 1 0;
18579                rel1.to_x: "elm.padding.text2.left";
18580                rel2 {
18581                   relative: 0.0 1.0;
18582                   to_x: "elm.padding.text2.left";
18583                }
18584                align: 1.0 0.5;
18585                color: GENLIST_PART_LIST_LINE_COLOR_INC;
18586             }
18587          }
18588          part { name: "elm.padding.text1.right";
18589             type: RECT;
18590             mouse_events: 0;
18591             scale: 1;
18592             description { state: "default" 0.0;
18593                min: GENLIST_PADDING_16_INC 0;
18594                fixed: 1 0;
18595                rel1.to_x: "vertical_line";
18596                rel2 {
18597                   relative: 0.0 1.0;
18598                   to_x: "vertical_line";
18599                }
18600                align: 1.0 0.5;
18601                visible: 0;
18602             }
18603          }
18604          part { name: "elm.text.1";
18605             clip_to: "disclip";
18606             type: TEXT;
18607             mouse_events: 0;
18608             scale: 1;
18609             description { state: "default" 0.0;
18610                rel1 {
18611                   relative: 1.0 0.0;
18612                   to_x: "elm.padding.left";
18613                }
18614                rel2 {
18615                   relative: 0.0  1.0;
18616                   to_x: "elm.padding.text1.right";
18617                }
18618                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18619                text {
18620                   font: "SLP:style=Roman";
18621                   size: GENLIST_FONT_42_INC;
18622                   min: 0 1;
18623                   align: 1.0 0.5;
18624                   text_class: "list_item";
18625                }
18626             }
18627             description { state: "selected" 0.0;
18628                inherit: "default" 0.0;
18629                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18630             }
18631             GENLIST_DESCRIPTION_FLIP_ENABLED
18632          }
18633          part { name: "elm.flip.content";
18634             clip_to: "disclip";
18635             type: SWALLOW;
18636             mouse_events: 1;
18637             scale: 1;
18638             description { state: "default" 0.0;
18639                fixed: 1 1;
18640                rel1 {
18641                   relative: 1.0 0.5;
18642                   to_x: "vertical_line";
18643                }
18644                rel2 {
18645                   relative: 0.0 0.5;
18646                   to_x: "elm.padding.right";
18647                }
18648                visible: 0;
18649             }
18650             description { state: "flip_enabled" 0.0;
18651                inherit: "default" 0.0;
18652                visible: 1;
18653             }
18654          }
18655          GENLIST_PART_DISCLIP
18656       }
18657       programs {
18658          // signal: elm,state,%s,active
18659          //   a "check" item named %s went active
18660          // signal: elm,state,%s,passive
18661          //   a "check" item named %s went passive
18662          // default is passive
18663          /*program { name: "go_active";
18664             signal: "elm,state,selected";
18665             source: "elm";
18666             action: STATE_SET "selected" 0.0;
18667             target: "elm.text";
18668          }
18669          program { name: "go_passive";
18670             signal: "elm,state,unselected";
18671             source: "elm";
18672             action: STATE_SET "default" 0.0;
18673             target: "elm.text";
18674             transition: LINEAR 0.1;
18675          }*/
18676          program { name: "go_disabled";
18677             signal: "elm,state,disabled";
18678             source: "elm";
18679             action: STATE_SET "disabled" 0.0;
18680             target: "disclip";
18681          }
18682          program { name: "go_enabled";
18683             signal: "elm,state,enabled";
18684             source: "elm";
18685             action: STATE_SET "default" 0.0;
18686             target: "disclip";
18687          }
18688          GENLIST_PROGRAM_FLIP_2TEXT
18689       }
18690    }
18691
18692    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
18693       inherit: "elm/genlist/item/dialogue/2text.4/default";
18694       parts {
18695          part { name: "elm.text.2";
18696             clip_to: "disclip";
18697             type: TEXTBLOCK;
18698             mouse_events: 0;
18699             scale: 1;
18700             description { state: "default" 0.0;
18701                min: GENLIST_SIZE_206_INC 0;
18702                fixed: 1 0;
18703                rel1.to_x: "elm.padding.right";
18704                rel2 {
18705                   relative: 0.0 1.0;
18706                   to_x: "elm.padding.right";
18707                }
18708                rel2.to_x: "elm.padding.right";
18709                align: 1.0 0.5;
18710                text {
18711                   style: "genlist_default_textblock_style";
18712                   size: GENLIST_FONT_32_INC;
18713                   min: 0 1;
18714                   align: 0.0 0.5;
18715                }
18716             }
18717          }
18718       }
18719    }
18720
18721    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
18722       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
18723       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
18724       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
18725       alias: "elm/layout/dialogue/1text.3icon.2";
18726       data.item: "stacking" "above";
18727       data.item: "selectraise" "on";
18728       data.item: "texts" "elm.text";
18729       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
18730       data.item: "flips" "elm.flip.content";
18731       images {
18732          image: "00_list_bar_press_1x80.png" COMP;
18733       }
18734       parts {
18735          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
18736          GENLIST_PART_DIALOGUE_BG_IMAGE
18737          GENLIST_PART_BOTTOM_LINE
18738          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18739          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18740          GENLIST_PART_DIALOGUE_ITEM
18741          GENLIST_PART_DIALOGUE_RIGHT_LINE
18742          part { name: "elm.icon.1";
18743             clip_to: "disclip";
18744             type: SWALLOW;
18745             scale: 1;
18746             description { state: "default" 0.0;
18747                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18748                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18749                fixed: 1 1;
18750                rel1 {
18751                   relative: 1.0 0.0;
18752                   to_x: "elm.padding.left";
18753                }
18754                rel2.to_x: "elm.padding.left";
18755                align: 0.0 0.5;
18756             }
18757             GENLIST_DESCRIPTION_FLIP_ENABLED
18758          }
18759          part { name: "elm.padding.icon1.right";
18760             clip_to: "disclip";
18761             type: RECT;
18762             scale: 1;
18763             description { state: "default" 0.0;
18764                min: GENLIST_SIZE_16_INC 0;
18765                fixed: 1 0;
18766                rel1 {
18767                   relative: 1.0 0.0;
18768                   to_x: "elm.icon.1";
18769                }
18770                rel2.to_x: "elm.icon.1";
18771                align: 0.0 0.0;
18772                visible: 0;
18773             }
18774          }
18775          part { name: "elm.icon.2";
18776             clip_to: "disclip";
18777             type: SWALLOW;
18778             scale: 1;
18779             description { state: "default" 0.0;
18780                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18781                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18782                fixed: 1 1;
18783                rel1 {
18784                   relative: 1.0 0.0;
18785                   to_x: "elm.padding.icon1.right";
18786                }
18787                rel2.to_x: "elm.padding.icon1.right";
18788                align: 0.0 0.5;
18789             }
18790             GENLIST_DESCRIPTION_FLIP_ENABLED
18791          }
18792          part { name: "elm.padding.icon2.right";
18793             clip_to: "disclip";
18794             type: RECT;
18795             scale: 1;
18796             description { state: "default" 0.0;
18797                min: GENLIST_SIZE_16_INC 0;
18798                fixed: 1 0;
18799                rel1 {
18800                   relative: 1.0 0.0;
18801                   to_x: "elm.icon.2";
18802                }
18803                rel2.to_x: "elm.icon.2";
18804                visible: 0;
18805             }
18806          }
18807          part { name: "elm.icon.3";
18808             clip_to: "disclip";
18809             type: SWALLOW;
18810             scale: 1;
18811             description { state: "default" 0.0;
18812                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18813                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
18814                fixed: 1 1;
18815                rel1 {
18816                   relative: 0.0 0.0;
18817                   to_x: "elm.padding.right";
18818                }
18819                rel2 {
18820                   relative: 0.0 1.0;
18821                   to_x: "elm.padding.right";
18822                }
18823                align: 1.0 0.5;
18824             }
18825             GENLIST_DESCRIPTION_FLIP_ENABLED
18826          }
18827          part { name: "elm.padding.icon3.left";
18828             clip_to: "disclip";
18829             type: RECT;
18830             scale: 1;
18831             description { state: "default" 0.0;
18832                min: GENLIST_SIZE_16_INC 0;
18833                fixed: 1 0;
18834                rel1.to_x: "elm.icon.3";
18835                rel2 {
18836                   relative: 0.0 1.0;
18837                   to_x: "elm.icon.3";
18838                }
18839                align: 1.0 0.0;
18840                visible: 0;
18841             }
18842          }
18843          part { name: "elm.text";
18844             clip_to: "disclip";
18845             type: TEXT;
18846             mouse_events: 0;
18847             scale: 1;
18848             description { state: "default" 0.0;
18849                rel1 {
18850                   relative: 1.0 0.0;
18851                   to_x: "elm.padding.icon2.right";
18852                }
18853                rel2 {
18854                   relative: 0.0 1.0;
18855                   to_x: "elm.padding.icon3.left";
18856                }
18857                align: 0.0 0.5;
18858                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18859                text {
18860                   font: "SLP:style=Roman";
18861                   size: GENLIST_FONT_44_INC;
18862                   min: 0 1;
18863                   align: 0.0 0.5;
18864                   text_class: "list_item";
18865                }
18866             }
18867             description { state: "selected" 0.0;
18868                inherit: "default" 0.0;
18869                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18870             }
18871             GENLIST_DESCRIPTION_FLIP_ENABLED
18872          }
18873          GENLIST_PART_FLIP
18874          GENLIST_PART_DISCLIP
18875       }
18876       programs {
18877          program { name: "go_active";
18878             signal: "elm,state,selected";
18879             source: "elm";
18880             action: STATE_SET "selected" 0.0;
18881             target: "bg_image";
18882             target: "elm.text";
18883             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18884          }
18885          program { name: "go_passive";
18886             signal: "elm,state,unselected";
18887             source: "elm";
18888             action: STATE_SET "default" 0.0;
18889             target: "bg_image";
18890             target: "elm.text";
18891             transition: LINEAR 0.1;
18892          }
18893          program { name: "go_disabled";
18894             signal: "elm,state,disabled";
18895             source: "elm";
18896             action: STATE_SET "disabled" 0.0;
18897             target: "disclip";
18898          }
18899          program { name: "go_enabled";
18900             signal: "elm,state,enabled";
18901             source: "elm";
18902             action: STATE_SET "default" 0.0;
18903             target: "disclip";
18904          }
18905          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
18906          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18907       }
18908    }
18909
18910    group { name: "elm/genlist/item/dialogue/2text/default";
18911       alias: "elm/genlist/item_odd/dialogue/2text/default";
18912       alias: "elm/genlist/item_compress/dialogue/2text/default";
18913       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
18914       alias: "elm/layout/dialogue/2text";
18915       data.item: "stacking" "above";
18916       data.item: "selectraise" "on";
18917       data.item: "texts" "elm.text.1 elm.text.2";
18918       data.item: "flips" "elm.flip.content";
18919       parts {
18920          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18921          GENLIST_PART_DIALOGUE_BG_IMAGE
18922          GENLIST_PART_BOTTOM_LINE
18923          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18924          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18925          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18926          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
18927          GENLIST_PART_DIALOGUE_ITEM
18928          GENLIST_PART_DIALOGUE_RIGHT_LINE
18929          part { name: "elm.text.1";
18930             clip_to: "disclip";
18931             type: TEXT;
18932             mouse_events: 0;
18933             scale: 1;
18934             description { state: "default" 0.0;
18935                min: 0 GENLIST_SIZE_61_INC;
18936                fixed: 0 1;
18937                rel1 {
18938                   relative: 1.0 1.0;
18939                   to_x: "elm.padding.left";
18940                   to_y: "elm.padding.top";
18941                }
18942                rel2 {
18943                   relative: 0.0 1.0;
18944                   to_x: "elm.padding.right";
18945                   to_y: "elm.padding.top";
18946                }
18947                align: 0.0 0.0;
18948                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
18949                text {
18950                   font: "SLP:style=Roman";
18951                   size: GENLIST_FONT_44_INC;
18952                   min: 0 1;
18953                   align: 0.0 0.5;
18954                   text_class: "list_item";
18955                }
18956             }
18957             description { state: "selected" 0.0;
18958                inherit: "default" 0.0;
18959                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18960             }
18961             GENLIST_DESCRIPTION_FLIP_ENABLED
18962          }
18963          part { name: "elm.text.2";
18964             clip_to: "disclip";
18965             type: TEXT;
18966             mouse_events: 0;
18967             scale: 1;
18968             description { state: "default" 0.0;
18969                rel1 {
18970                   relative: 1.0 1.0;
18971                   to_x: "elm.padding.left";
18972                   to_y: "elm.text.1";
18973                }
18974                rel2 {
18975                   relative: 0.0 0.0;
18976                   to_x: "elm.padding.right";
18977                   to_y: "elm.padding.bottom";
18978                }
18979                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
18980                text {
18981                   font: "SLP:style=Medium";
18982                   size: GENLIST_FONT_32_INC;
18983                   min: 0 1;
18984                   align: 0.0 0.5;
18985                   text_class: "slp_medium";
18986                }
18987             }
18988             description { state: "selected" 0.0;
18989                inherit: "default" 0.0;
18990                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18991             }
18992             GENLIST_DESCRIPTION_FLIP_ENABLED
18993          }
18994          GENLIST_PART_FLIP
18995          GENLIST_PART_DISCLIP
18996       }
18997       programs {
18998          // signal: elm,state,%s,active
18999          //   a "check" item named %s went active
19000          // signal: elm,state,%s,passive
19001          //   a "check" item named %s went passive
19002          // default is passive
19003          program { name: "go_active";
19004             signal: "elm,state,selected";
19005             source: "elm";
19006             action: STATE_SET "selected" 0.0;
19007             target: "bg_image";
19008             target: "elm.text.1";
19009             target: "elm.text.2";
19010             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19011          }
19012          program { name: "go_passive";
19013             signal: "elm,state,unselected";
19014             source: "elm";
19015             action: STATE_SET "default" 0.0;
19016             target: "bg_image";
19017             target: "elm.text.1";
19018             target: "elm.text.2";
19019             transition: LINEAR 0.1;
19020          }
19021          program { name: "go_disabled";
19022             signal: "elm,state,disabled";
19023             source: "elm";
19024             action: STATE_SET "disabled" 0.0;
19025             target: "disclip";
19026          }
19027          program { name: "go_enabled";
19028             signal: "elm,state,enabled";
19029             source: "elm";
19030             action: STATE_SET "default" 0.0;
19031             target: "disclip";
19032          }
19033          GENLIST_PROGRAM_FLIP_2TEXT
19034          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19035       }
19036    }
19037
19038    group { name: "elm/genlist/item/dialogue/2text.2/default";
19039       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
19040       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
19041       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
19042       alias: "elm/layout/dialogue/2text.2";
19043       data.item: "stacking" "above";
19044       data.item: "selectraise" "on";
19045       data.item: "texts" "elm.text.1 elm.text.2";
19046       data.item: "flips" "elm.flip.content";
19047       parts {
19048          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19049          GENLIST_PART_DIALOGUE_BG_IMAGE
19050          GENLIST_PART_BOTTOM_LINE
19051          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19052          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19053          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19054          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19055          GENLIST_PART_DIALOGUE_ITEM
19056          GENLIST_PART_DIALOGUE_RIGHT_LINE
19057          part { name: "elm.text.1";
19058             clip_to: "disclip";
19059             type: TEXT;
19060             mouse_events: 0;
19061             scale: 1;
19062             description { state: "default" 0.0;
19063                min: 0 GENLIST_SIZE_61_INC;
19064                fixed: 0 1;
19065                rel1 {
19066                   relative: 1.0 0.0;
19067                   to_x: "elm.padding.left";
19068                   to_y: "elm.padding.bottom";
19069                }
19070                rel2 {
19071                   relative: 0.0 0.0;
19072                   to_x: "elm.padding.right";
19073                   to_y: "elm.padding.bottom";
19074                }
19075                align: 0.0 1.0;
19076                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19077                text {
19078                   font: "SLP:style=Roman";
19079                   size: GENLIST_FONT_44_INC;
19080                   min: 0 1;
19081                   align: 0.0 0.5;
19082                   text_class: "list_item";
19083                }
19084             }
19085             description { state: "selected" 0.0;
19086                inherit: "default" 0.0;
19087                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19088             }
19089             GENLIST_DESCRIPTION_FLIP_ENABLED
19090          }
19091          part { name: "elm.text.2";
19092             clip_to: "disclip";
19093             type: TEXT;
19094             mouse_events: 0;
19095             scale: 1;
19096             description { state: "default" 0.0;
19097                rel1 {
19098                   relative: 1.0 1.0;
19099                   to_x: "elm.padding.left";
19100                   to_y: "elm.padding.top";
19101                }
19102                rel2 {
19103                   relative: 0.0 0.0;
19104                   to_x: "elm.padding.right";
19105                   to_y: "elm.text.1";
19106                }
19107                align: 0.0 1.0;
19108                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19109                text {
19110                   font: "SLP:style=Medium";
19111                   size: GENLIST_FONT_32_INC;
19112                   min: 0 1;
19113                   align: 0.0 0.5;
19114                   text_class: "slp_medium";
19115                }
19116             }
19117             description { state: "selected" 0.0;
19118                inherit: "default" 0.0;
19119                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19120             }
19121             GENLIST_DESCRIPTION_FLIP_ENABLED
19122          }
19123          GENLIST_PART_FLIP
19124          GENLIST_PART_DISCLIP
19125       }
19126       programs {
19127          // signal: elm,state,%s,active
19128          //   a "check" item named %s went active
19129          // signal: elm,state,%s,passive
19130          //   a "check" item named %s went passive
19131          // default is passive
19132          program { name: "go_active";
19133             signal: "elm,state,selected";
19134             source: "elm";
19135             action: STATE_SET "selected" 0.0;
19136             target: "bg_image";
19137             target: "elm.text.1";
19138             target: "elm.text.2";
19139             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19140          }
19141          program { name: "go_passive";
19142             signal: "elm,state,unselected";
19143             source: "elm";
19144             action: STATE_SET "default" 0.0;
19145             target: "bg_image";
19146             target: "elm.text.1";
19147             target: "elm.text.2";
19148             transition: LINEAR 0.1;
19149          }
19150          program { name: "go_disabled";
19151             signal: "elm,state,disabled";
19152             source: "elm";
19153             action: STATE_SET "disabled" 0.0;
19154             target: "disclip";
19155          }
19156          program { name: "go_enabled";
19157             signal: "elm,state,enabled";
19158             source: "elm";
19159             action: STATE_SET "default" 0.0;
19160             target: "disclip";
19161          }
19162          GENLIST_PROGRAM_FLIP_2TEXT
19163          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19164       }
19165    }
19166
19167    group { name: "elm/genlist/item/dialogue/2text.3/default";
19168       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
19169       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
19170       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
19171       alias: "elm/layout/dialogue/2text.3";
19172       data.item: "stacking" "above";
19173       data.item: "selectraise" "on";
19174       data.item: "texts" "elm.text.1 elm.text.2";
19175       data.item: "flips" "elm.flip.content";
19176       parts {
19177          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19178          GENLIST_PART_DIALOGUE_BG_IMAGE
19179          GENLIST_PART_BOTTOM_LINE
19180          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19181          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19182          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19183          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19184          GENLIST_PART_DIALOGUE_ITEM
19185          GENLIST_PART_DIALOGUE_RIGHT_LINE
19186          part { name: "elm.text.1";
19187             clip_to: "disclip";
19188             type: TEXT;
19189             mouse_events: 0;
19190             scale: 1;
19191             description { state: "default" 0.0;
19192                min: 0 GENLIST_SIZE_61_INC;
19193                fixed: 0 1;
19194                rel1 {
19195                   relative: 1.0 1.0;
19196                   to_x: "elm.padding.left";
19197                   to_y: "elm.padding.top";
19198                }
19199                rel2 {
19200                   relative: 0.0 1.0;
19201                   to_x: "elm.padding.right";
19202                   to_y: "elm.padding.top";
19203                }
19204                align: 0.0 0.0;
19205                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19206                text {
19207                   font: "SLP:style=Roman";
19208                   size: GENLIST_FONT_44_INC;
19209                   min: 0 1;
19210                   align: 0.0 0.5;
19211                   text_class: "list_item";
19212                }
19213             }
19214             description { state: "selected" 0.0;
19215                inherit: "default" 0.0;
19216                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19217             }
19218             GENLIST_DESCRIPTION_FLIP_ENABLED
19219          }
19220          part { name: "elm.text.2";
19221             clip_to: "disclip";
19222             type: TEXT;
19223             mouse_events: 0;
19224             scale: 1;
19225             description { state: "default" 0.0;
19226                rel1 {
19227                   relative: 1.0 1.0;
19228                   to_x: "elm.padding.left";
19229                   to_y: "elm.text.1";
19230                }
19231                rel2 {
19232                   relative: 0.0 0.0;
19233                   to_x: "elm.padding.right";
19234                   to_y: "elm.padding.bottom";
19235                }
19236                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19237                text {
19238                   font: "SLP:style=Medium";
19239                   size: GENLIST_FONT_32_INC;
19240                   min: 0 1;
19241                   align: 0.0 0.5;
19242                   text_class: "slp_roman";
19243                }
19244             }
19245             description { state: "selected" 0.0;
19246                inherit: "default" 0.0;
19247                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19248             }
19249             GENLIST_DESCRIPTION_FLIP_ENABLED
19250          }
19251          GENLIST_PART_FLIP
19252          GENLIST_PART_DISCLIP
19253       }
19254       programs {
19255          // signal: elm,state,%s,active
19256          //   a "check" item named %s went active
19257          // signal: elm,state,%s,passive
19258          //   a "check" item named %s went passive
19259          // default is passive
19260          program { name: "go_active";
19261             signal: "elm,state,selected";
19262             source: "elm";
19263             action: STATE_SET "selected" 0.0;
19264             target: "bg_image";
19265             target: "elm.text.1";
19266             target: "elm.text.2";
19267             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19268          }
19269          program { name: "go_passive";
19270             signal: "elm,state,unselected";
19271             source: "elm";
19272             action: STATE_SET "default" 0.0;
19273             target: "bg_image";
19274             target: "elm.text.1";
19275             target: "elm.text.2";
19276             transition: LINEAR 0.1;
19277          }
19278          program { name: "go_disabled";
19279             signal: "elm,state,disabled";
19280             source: "elm";
19281             action: STATE_SET "disabled" 0.0;
19282             target: "disclip";
19283          }
19284          program { name: "go_enabled";
19285             signal: "elm,state,enabled";
19286             source: "elm";
19287             action: STATE_SET "default" 0.0;
19288             target: "disclip";
19289          }
19290          GENLIST_PROGRAM_FLIP_2TEXT
19291          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19292       }
19293    }
19294
19295    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
19296       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
19297       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
19298       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
19299       alias: "elm/layout/dialogue/2text.1icon.2";
19300       data.item: "stacking" "above";
19301       data.item: "selectraise" "on";
19302       data.item: "texts" "elm.text.1 elm.text.2";
19303       data.item: "contents" "elm.icon";
19304       data.item: "flips" "elm.flip.content";
19305       parts {
19306          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19307          GENLIST_PART_DIALOGUE_BG_IMAGE
19308          GENLIST_PART_BOTTOM_LINE
19309          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19310          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19311          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19312          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19313          GENLIST_PART_DIALOGUE_ITEM
19314          GENLIST_PART_DIALOGUE_RIGHT_LINE
19315          part { name: "elm.icon";
19316             clip_to: "disclip";
19317             type: SWALLOW;
19318             scale: 1;
19319             description { state: "default" 0.0;
19320                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19321                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19322                fixed: 1 1;
19323                rel1 {
19324                   relative: 1.0 0.0;
19325                   to_x: "elm.padding.left";
19326                }
19327                rel2.to_x: "elm.padding.left";
19328                align: 0.0 0.5;
19329             }
19330             GENLIST_DESCRIPTION_FLIP_ENABLED
19331          }
19332          part { name: "elm.padding.icon.right";
19333             clip_to: "disclip";
19334             type: RECT;
19335             scale: 1;
19336             description { state: "default" 0.0;
19337                min: GENLIST_PADDING_16_INC 0;
19338                fixed: 1 0;
19339                rel1 {
19340                   relative: 1.0 0.0;
19341                   to_x: "elm.icon";
19342                }
19343                rel2.to_x: "elm.icon";
19344                align: 0.0 0.0;
19345                visible: 0;
19346             }
19347          }
19348          part { name: "elm.text.1";
19349             clip_to: "disclip";
19350             type: TEXT;
19351             mouse_events: 0;
19352             scale: 1;
19353             description { state: "default" 0.0;
19354                min: 0 GENLIST_SIZE_61_INC;
19355                fixed: 0 1;
19356                rel1 {
19357                   relative: 1.0 1.0;
19358                   to_x: "elm.padding.icon.right";
19359                   to_y: "elm.padding.top";
19360                }
19361                rel2 {
19362                   relative: 0.0 1.0;
19363                   to_x: "elm.padding.right";
19364                   to_y: "elm.padding.top";
19365                }
19366                align: 0.0 0.0;
19367                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19368                text {
19369                   font: "SLP:style=Roman";
19370                   size: GENLIST_FONT_44_INC;
19371                   min: 0 1;
19372                   align: 0.0 0.5;
19373                   text_class: "list_item";
19374                }
19375             }
19376             description { state: "selected" 0.0;
19377                inherit: "default" 0.0;
19378                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19379             }
19380             GENLIST_DESCRIPTION_FLIP_ENABLED
19381          }
19382          part { name: "elm.text.2";
19383             clip_to: "disclip";
19384             type: TEXT;
19385             mouse_events: 0;
19386             scale: 1;
19387             description { state: "default" 0.0;
19388                rel1 {
19389                   relative: 1.0 1.0;
19390                   to_x: "elm.padding.icon.right";
19391                   to_y: "elm.text.1";
19392                }
19393                rel2 {
19394                   relative: 0.0 0.0;
19395                   to_x: "elm.padding.right";
19396                   to_y: "elm.padding.bottom";
19397                }
19398                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19399                text {
19400                   font: "SLP:style=Medium";
19401                   size: GENLIST_FONT_32_INC;
19402                   min: 0 1;
19403                   align: 0.0 0.5;
19404                   text_class: "slp_medium";
19405                }
19406             }
19407             description { state: "selected" 0.0;
19408                inherit: "default" 0.0;
19409                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19410             }
19411             GENLIST_DESCRIPTION_FLIP_ENABLED
19412          }
19413          GENLIST_PART_FLIP
19414          GENLIST_PART_DISCLIP
19415       }
19416       programs {
19417          // signal: elm,state,%s,active
19418          //   a "check" item named %s went active
19419          // signal: elm,state,%s,passive
19420          //   a "check" item named %s went passive
19421          // default is passive
19422          program { name: "go_active";
19423             signal: "elm,state,selected";
19424             source: "elm";
19425             action: STATE_SET "selected" 0.0;
19426             target: "bg_image";
19427             target: "elm.text.1";
19428             target: "elm.text.2";
19429             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19430          }
19431          program { name: "go_passive";
19432             signal: "elm,state,unselected";
19433             source: "elm";
19434             action: STATE_SET "default" 0.0;
19435             target: "bg_image";
19436             target: "elm.text.1";
19437             target: "elm.text.2";
19438             transition: LINEAR 0.1;
19439          }
19440          program { name: "go_disabled";
19441             signal: "elm,state,disabled";
19442             source: "elm";
19443             action: STATE_SET "disabled" 0.0;
19444             target: "disclip";
19445          }
19446          program { name: "go_enabled";
19447             signal: "elm,state,enabled";
19448             source: "elm";
19449             action: STATE_SET "default" 0.0;
19450             target: "disclip";
19451          }
19452          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19453          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19454       }
19455    }
19456
19457    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
19458       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
19459       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
19460       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
19461       alias: "elm/layout/dialogue/2text.1icon.3";
19462       data.item: "stacking" "above";
19463       data.item: "selectraise" "on";
19464       data.item: "texts" "elm.text.1 elm.text.2";
19465       data.item: "contents" "elm.icon";
19466       data.item: "flips" "elm.flip.content";
19467       parts {
19468          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19469          GENLIST_PART_DIALOGUE_BG_IMAGE
19470          GENLIST_PART_BOTTOM_LINE
19471          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19472          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19473          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19474          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19475          GENLIST_PART_DIALOGUE_ITEM
19476          GENLIST_PART_DIALOGUE_RIGHT_LINE
19477          part { name: "elm.icon";
19478             clip_to: "disclip";
19479             type: SWALLOW;
19480             scale: 1;
19481             description { state: "default" 0.0;
19482                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19483                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19484                fixed: 1 1;
19485                rel1 {
19486                   relative: 1.0 0.0;
19487                   to_x: "elm.padding.left";
19488                }
19489                rel2.to_x: "elm.padding.left";
19490                align: 0.0 0.5;
19491             }
19492             GENLIST_DESCRIPTION_FLIP_ENABLED
19493          }
19494          part { name: "elm.padding.icon.right";
19495             clip_to: "disclip";
19496             type: RECT;
19497             scale: 1;
19498             description { state: "default" 0.0;
19499                min: GENLIST_PADDING_16_INC 0;
19500                fixed: 1 0;
19501                rel1 {
19502                   relative: 1.0 0.0;
19503                   to_x: "elm.icon";
19504                }
19505                rel2.to_x: "elm.icon";
19506                align: 0.0 0.0;
19507                visible: 0;
19508             }
19509          }
19510          part { name: "elm.text.1";
19511             clip_to: "disclip";
19512             type: TEXT;
19513             mouse_events: 0;
19514             scale: 1;
19515             description { state: "default" 0.0;
19516                min: 0 GENLIST_SIZE_61_INC;
19517                fixed: 0 1;
19518                rel1 {
19519                   relative: 1.0 1.0;
19520                   to_x: "elm.padding.icon.right";
19521                   to_y: "elm.padding.top";
19522                }
19523                rel2 {
19524                   relative: 0.0 1.0;
19525                   to_x: "elm.padding.right";
19526                   to_y: "elm.padding.top";
19527                }
19528                align: 0.0 0.0;
19529                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19530                text {
19531                   font: "SLP:style=Roman";
19532                   size: GENLIST_FONT_44_INC;
19533                   min: 0 1;
19534                   align: 0.0 0.5;
19535                   text_class: "list_item";
19536                }
19537             }
19538             description { state: "selected" 0.0;
19539                inherit: "default" 0.0;
19540                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19541             }
19542             GENLIST_DESCRIPTION_FLIP_ENABLED
19543          }
19544          part { name: "elm.text.2";
19545             clip_to: "disclip";
19546             type: TEXT;
19547             mouse_events: 0;
19548             scale: 1;
19549             description { state: "default" 0.0;
19550                rel1 {
19551                   relative: 1.0 1.0;
19552                   to_x: "elm.padding.icon.right";
19553                   to_y: "elm.text.1";
19554                }
19555                rel2 {
19556                   relative: 0.0 0.0;
19557                   to_x: "elm.padding.right";
19558                   to_y: "elm.padding.bottom";
19559                }
19560                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19561                text {
19562                   font: "SLP:style=Medium";
19563                   size: GENLIST_FONT_32_INC;
19564                   min: 0 1;
19565                   align: 0.0 0.5;
19566                   text_class: "slp_medium";
19567                }
19568             }
19569             description { state: "selected" 0.0;
19570                inherit: "default" 0.0;
19571                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19572             }
19573             GENLIST_DESCRIPTION_FLIP_ENABLED
19574          }
19575          GENLIST_PART_FLIP
19576          GENLIST_PART_DISCLIP
19577       }
19578       programs {
19579          // signal: elm,state,%s,active
19580          //   a "check" item named %s went active
19581          // signal: elm,state,%s,passive
19582          //   a "check" item named %s went passive
19583          // default is passive
19584          program { name: "go_active";
19585             signal: "elm,state,selected";
19586             source: "elm";
19587             action: STATE_SET "selected" 0.0;
19588             target: "bg_image";
19589             target: "elm.text.1";
19590             target: "elm.text.2";
19591             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19592          }
19593          program { name: "go_passive";
19594             signal: "elm,state,unselected";
19595             source: "elm";
19596             action: STATE_SET "default" 0.0;
19597             target: "bg_image";
19598             target: "elm.text.1";
19599             target: "elm.text.2";
19600             transition: LINEAR 0.1;
19601          }
19602          program { name: "go_disabled";
19603             signal: "elm,state,disabled";
19604             source: "elm";
19605             action: STATE_SET "disabled" 0.0;
19606             target: "disclip";
19607          }
19608          program { name: "go_enabled";
19609             signal: "elm,state,enabled";
19610             source: "elm";
19611             action: STATE_SET "default" 0.0;
19612             target: "disclip";
19613          }
19614          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19615          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19616       }
19617    }
19618
19619    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
19620       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
19621       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
19622       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
19623       alias: "elm/layout/dialogue/2text.3icon";
19624       data.item: "stacking" "above";
19625       data.item: "selectraise" "on";
19626       data.item: "texts" "elm.text.1 elm.text.2";
19627       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
19628       data.item: "flips" "elm.flip.content";
19629       parts {
19630          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19631          GENLIST_PART_DIALOGUE_BG_IMAGE
19632          GENLIST_PART_BOTTOM_LINE
19633          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19634          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19635          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19636          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19637          GENLIST_PART_DIALOGUE_ITEM
19638          GENLIST_PART_DIALOGUE_RIGHT_LINE
19639          part { name: "elm.swallow.colorbar";
19640             clip_to: "disclip";
19641             type: SWALLOW;
19642             scale: 1;
19643             description { state: "default" 0.0;
19644                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
19645                fixed: 1 1;
19646                rel1 {
19647                   relative: 1.0 0.0;
19648                   to_x: "elm.rect.dialogue";
19649                }
19650                rel2 {
19651                   relative: 1.0 0.0;
19652                   to_x: "elm.rect.dialogue";
19653                }
19654                align: 0.0 0.0;
19655             }
19656          }
19657          part { name: "elm.icon.1";
19658             clip_to: "disclip";
19659             type: SWALLOW;
19660             scale: 1;
19661             description { state: "default" 0.0;
19662                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19663                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19664                fixed: 1 1;
19665                rel1 {
19666                   relative: 1.0 0.0;
19667                   to_x: "elm.padding.left";
19668                }
19669                rel2 {
19670                   relative: 1.0 1.0;
19671                   to_x: "elm.padding.left";
19672                }
19673                align: 0.0 0.5;
19674             }
19675             GENLIST_DESCRIPTION_FLIP_ENABLED
19676          }
19677          part { name: "elm.padding.icon1.right";
19678             type: RECT;
19679             scale: 1;
19680             description { state: "default" 0.0;
19681                min: GENLIST_PADDING_16_INC 0;
19682                fixed: 1 0;
19683                rel1 {
19684                   relative: 1.0 0.0;
19685                   to_x: "elm.icon.1";
19686                }
19687                rel2.to_x: "elm.icon.1";
19688                align: 0.0 0.0;
19689                visible: 0;
19690             }
19691          }
19692          part { name: "elm.icon.2";
19693             clip_to: "disclip";
19694             type: SWALLOW;
19695             scale: 1;
19696             description { state: "default" 0.0;
19697                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19698                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19699                fixed: 1 1;
19700                rel1.to_x: "elm.padding.right";
19701                rel2 {
19702                   relative: 0.0 1.0;
19703                   to_x: "elm.padding.right";
19704                }
19705                align: 1.0 0.5;
19706             }
19707             GENLIST_DESCRIPTION_FLIP_ENABLED
19708          }
19709          part { name: "elm.padding.icon2.left";
19710             type: RECT;
19711             scale: 1;
19712             description { state: "default" 0.0;
19713                min: GENLIST_PADDING_16_INC 0;
19714                fixed: 1 0;
19715                rel1.to_x: "elm.icon.2";
19716                rel2 {
19717                   relative: 0.0 1.0;
19718                   to_x: "elm.icon.2";
19719                }
19720                align: 1.0 0.0;
19721                visible: 0;
19722             }
19723          }
19724          part { name: "elm.text.1";
19725             clip_to: "disclip";
19726             type: TEXT;
19727             mouse_events: 0;
19728             scale: 1;
19729             description { state: "default" 0.0;
19730                min: 0 GENLIST_SIZE_61_INC;
19731                fixed: 0 1;
19732                rel1 {
19733                   relative: 1.0 1.0;
19734                   to_x: "elm.padding.icon1.right";
19735                   to_y: "elm.padding.top";
19736                }
19737                rel2 {
19738                   relative: 0.0 1.0;
19739                   to_x: "elm.padding.icon2.left";
19740                   to_y: "elm.padding.top";
19741                }
19742                align: 0.0 0.0;
19743                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19744                text {
19745                   font: "SLP:style=Roman";
19746                   size: GENLIST_FONT_44_INC;
19747                   min: 0 1;
19748                   align: 0.0 0.5;
19749                   text_class: "list_item";
19750                }
19751             }
19752             description { state: "selected" 0.0;
19753                inherit: "default" 0.0;
19754                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19755             }
19756             GENLIST_DESCRIPTION_FLIP_ENABLED
19757          }
19758          part { name: "elm.text.2";
19759             clip_to: "disclip";
19760             type: TEXT;
19761             mouse_events: 0;
19762             scale: 1;
19763             description { state: "default" 0.0;
19764                rel1 {
19765                   relative: 1.0 1.0;
19766                   to_x: "elm.padding.icon1.right";
19767                   to_y: "elm.text.1";
19768                }
19769                rel2 {
19770                   relative: 0.0 0.0;
19771                   to_x: "elm.padding.icon2.left";
19772                   to_y: "elm.padding.bottom";
19773                }
19774                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
19775                text {
19776                   font: "SLP:style=Medium";
19777                   size: GENLIST_FONT_32_INC;
19778                   min: 0 1;
19779                   align: 0.0 0.5;
19780                   text_class: "slp_medium";
19781                }
19782             }
19783             description { state: "selected" 0.0;
19784                inherit: "default" 0.0;
19785                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19786             }
19787             GENLIST_DESCRIPTION_FLIP_ENABLED
19788          }
19789          GENLIST_PART_FLIP
19790          GENLIST_PART_DISCLIP
19791       }
19792       programs {
19793          // signal: elm,state,%s,active
19794          //   a "check" item named %s went active
19795          // signal: elm,state,%s,passive
19796          //   a "check" item named %s went passive
19797          // default is passive
19798          program { name: "go_active";
19799             signal: "elm,state,selected";
19800             source: "elm";
19801             action: STATE_SET "selected" 0.0;
19802             target: "bg_image";
19803             target: "elm.text.1";
19804             target: "elm.text.2";
19805             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19806          }
19807          program { name: "go_passive";
19808             signal: "elm,state,unselected";
19809             source: "elm";
19810             action: STATE_SET "default" 0.0;
19811             target: "bg_image";
19812             target: "elm.text.1";
19813             target: "elm.text.2";
19814             transition: LINEAR 0.1;
19815          }
19816          program { name: "go_disabled";
19817             signal: "elm,state,disabled";
19818             source: "elm";
19819             action: STATE_SET "disabled" 0.0;
19820             target: "disclip";
19821          }
19822          program { name: "go_enabled";
19823             signal: "elm,state,enabled";
19824             source: "elm";
19825             action: STATE_SET "default" 0.0;
19826             target: "disclip";
19827          }
19828          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19829          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19830       }
19831    }
19832
19833    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
19834       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
19835       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
19836       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
19837       alias: "elm/layout/dialogue/2text.2icon";
19838       data.item: "stacking" "above";
19839       data.item: "selectraise" "on";
19840       data.item: "texts" "elm.text.1 elm.text.2";
19841       data.item: "contents" "elm.icon.1 elm.icon.2";
19842       data.item: "flips" "elm.flip.content";
19843       parts {
19844          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19845          GENLIST_PART_DIALOGUE_BG_IMAGE
19846          GENLIST_PART_BOTTOM_LINE
19847          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19848          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19849          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19850          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
19851          GENLIST_PART_DIALOGUE_ITEM
19852          GENLIST_PART_DIALOGUE_RIGHT_LINE
19853          part { name: "elm.icon.1";
19854             clip_to: "disclip";
19855             type: SWALLOW;
19856             scale: 1;
19857             description { state: "default" 0.0;
19858                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19859                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
19860                fixed: 1 1;
19861                rel1 {
19862                   relative: 1.0 1.0;
19863                   to_x: "elm.padding.left";
19864                   to_y: "elm.padding.top";
19865                }
19866                rel2 {
19867                   relative: 1.0 0.0;
19868                   to_x: "elm.padding.left";
19869                   to_y: "elm.padding.bottom";
19870                }
19871                align: 0.0 0.5;
19872             }
19873             GENLIST_DESCRIPTION_FLIP_ENABLED
19874          }
19875          part { name: "elm.padding.icon1.right";
19876             clip_to: "disclip";
19877             type: RECT;
19878             scale: 1;
19879             description { state: "default" 0.0;
19880                min: GENLIST_PADDING_16_INC 0;
19881                fixed: 1 0;
19882                rel1 {
19883                   relative: 1.0 0.0;
19884                   to_x: "elm.icon.1";
19885                }
19886                rel2.to_x: "elm.icon.1";
19887                align: 0.0 0.0;
19888                visible: 0;
19889             }
19890          }
19891          part { name: "elm.icon.2";
19892             clip_to: "disclip";
19893             type: SWALLOW;
19894             scale: 1;
19895             description { state: "default" 0.0;
19896                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19897                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
19898                fixed: 1 1;
19899                rel1 {
19900                   relative: 1.0 1.0;
19901                   to_x: "elm.padding.icon1.right";
19902                   to_y: "elm.padding.top";
19903                }
19904                rel2 {
19905                   relative: 1.0 0.0;
19906                   to_x: "elm.padding.icon1.right";
19907                   to_y: "elm.padding.bottom";
19908                }
19909                align: 0.0 0.5;
19910             }
19911             GENLIST_DESCRIPTION_FLIP_ENABLED
19912          }
19913          part { name: "elm.padding.icon2.right";
19914             clip_to: "disclip";
19915             type: RECT;
19916             scale: 1;
19917             description { state: "default" 0.0;
19918                min: GENLIST_PADDING_16_INC 0;
19919                fixed: 1 0;
19920                rel1 {
19921                   relative: 1.0 0.0;
19922                   to_x: "elm.icon.2";
19923                }
19924                rel2.to_x: "elm.icon.2";
19925                align: 0.0 0.0;
19926                visible: 0;
19927             }
19928          }
19929          part { name: "elm.text.1";
19930             clip_to: "disclip";
19931             type: TEXT;
19932             mouse_events: 0;
19933             scale: 1;
19934             description { state: "default" 0.0;
19935                min: 0 GENLIST_SIZE_61_INC;
19936                fixed: 0 1;
19937                rel1 {
19938                   relative: 1.0 1.0;
19939                   to_x: "elm.padding.icon2.right";
19940                   to_y: "elm.padding.top";
19941                }
19942                rel2 {
19943                   relative: 0.0 1.0;
19944                   to_x: "elm.padding.right";
19945                   to_y: "elm.padding.top";
19946                }
19947                align: 0.0 0.0;
19948                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
19949                text {
19950                   font: "SLP:style=Roman";
19951                   size: GENLIST_FONT_44_INC;
19952                   min: 0 1;
19953                   align: 0.0 0.5;
19954                   text_class: "list_item";
19955                }
19956             }
19957             description { state: "selected" 0.0;
19958                inherit: "default" 0.0;
19959                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19960             }
19961             GENLIST_DESCRIPTION_FLIP_ENABLED
19962          }
19963          part { name: "elm.text.2";
19964             clip_to: "disclip";
19965             type: TEXT;
19966             mouse_events: 0;
19967             scale: 1;
19968             description { state: "default" 0.0;
19969                rel1 {
19970                   relative: 1.0 1.0;
19971                   to_x: "elm.padding.icon2.right";
19972                   to_y: "elm.text.1";
19973                }
19974                rel2 {
19975                   relative: 0.0 0.0;
19976                   to_x: "elm.padding.right";
19977                   to_y: "elm.padding.bottom";
19978                }
19979                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
19980                text {
19981                   font: "SLP:style=Medium";
19982                   size: GENLIST_FONT_32_INC;
19983                   min: 0 1;
19984                   align: 0.0 0.5;
19985                   text_class: "slp_medium";
19986                }
19987             }
19988             description { state: "selected" 0.0;
19989                inherit: "default" 0.0;
19990                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19991             }
19992             GENLIST_DESCRIPTION_FLIP_ENABLED
19993          }
19994          GENLIST_PART_FLIP
19995          GENLIST_PART_DISCLIP
19996       }
19997       programs {
19998          // signal: elm,state,%s,active
19999          //   a "check" item named %s went active
20000          // signal: elm,state,%s,passive
20001          //   a "check" item named %s went passive
20002          // default is passive
20003          program { name: "go_active";
20004             signal: "elm,state,selected";
20005             source: "elm";
20006             action: STATE_SET "selected" 0.0;
20007             target: "bg_image";
20008             target: "elm.text.1";
20009             target: "elm.text.2";
20010             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20011          }
20012          program { name: "go_passive";
20013             signal: "elm,state,unselected";
20014             source: "elm";
20015             action: STATE_SET "default" 0.0;
20016             target: "bg_image";
20017             target: "elm.text.1";
20018             target: "elm.text.2";
20019             transition: LINEAR 0.1;
20020          }
20021          program { name: "go_disabled";
20022             signal: "elm,state,disabled";
20023             source: "elm";
20024             action: STATE_SET "disabled" 0.0;
20025             target: "disclip";
20026          }
20027          program { name: "go_enabled";
20028             signal: "elm,state,enabled";
20029             source: "elm";
20030             action: STATE_SET "default" 0.0;
20031             target: "disclip";
20032          }
20033          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20034          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20035       }
20036    }
20037
20038    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
20039       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
20040       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
20041       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
20042       alias: "elm/layout/dialogue/2text.2icon.2";
20043       data.item: "stacking" "above";
20044       data.item: "selectraise" "on";
20045       data.item: "texts" "elm.text.1 elm.text.2";
20046       data.item: "contents" "elm.icon.1 elm.icon.2";
20047       data.item: "flips" "elm.flip.content";
20048       parts {
20049          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20050          GENLIST_PART_DIALOGUE_BG_IMAGE
20051          GENLIST_PART_BOTTOM_LINE
20052          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20053          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20054          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20055          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20056          GENLIST_PART_DIALOGUE_ITEM
20057          GENLIST_PART_DIALOGUE_RIGHT_LINE
20058          part { name: "elm.icon.1";
20059             clip_to: "disclip";
20060             type: SWALLOW;
20061             scale: 1;
20062             description { state: "default" 0.0;
20063                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20064                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20065                fixed: 1 1;
20066                rel1 {
20067                   relative: 1.0 1.0;
20068                   to_x: "elm.padding.left";
20069                   to_y: "elm.padding.top";
20070                }
20071                rel2 {
20072                   relative: 1.0 0.0;
20073                   to_x: "elm.padding.left";
20074                   to_y: "elm.padding.bottom";
20075                }
20076                align: 0.0 0.5;
20077             }
20078             GENLIST_DESCRIPTION_FLIP_ENABLED
20079          }
20080          part { name: "elm.padding.icon1.right";
20081             clip_to: "disclip";
20082             type: RECT;
20083             scale: 1;
20084             description { state: "default" 0.0;
20085                min: GENLIST_PADDING_16_INC 0;
20086                fixed: 1 0;
20087                rel1 {
20088                   relative: 1.0 0.0;
20089                   to_x: "elm.icon.1";
20090                }
20091                rel2.to_x: "elm.icon.1";
20092                align: 0.0 0.0;
20093                visible: 0;
20094             }
20095          }
20096          part { name: "elm.text.1";
20097             clip_to: "disclip";
20098             type: TEXT;
20099             mouse_events: 0;
20100             scale: 1;
20101             description { state: "default" 0.0;
20102                min: 0 GENLIST_SIZE_61_INC;
20103                fixed: 0 1;
20104                rel1 {
20105                   relative: 1.0 1.0;
20106                   to_x: "elm.padding.icon1.right";
20107                   to_y: "elm.padding.top";
20108                }
20109                rel2 {
20110                   relative: 0.0 1.0;
20111                   to_x: "elm.padding.right";
20112                   to_y: "elm.padding.top";
20113                }
20114                align: 0.0 0.0;
20115                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20116                text {
20117                   font: "SLP:style=Roman";
20118                   size: GENLIST_FONT_44_INC;
20119                   min: 0 1;
20120                   align: 0.0 0.5;
20121                   text_class: "list_item";
20122                }
20123             }
20124             description { state: "selected" 0.0;
20125                inherit: "default" 0.0;
20126                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20127             }
20128             GENLIST_DESCRIPTION_FLIP_ENABLED
20129          }
20130          part { name: "elm.icon.2";
20131             clip_to: "disclip";
20132             type: SWALLOW;
20133             scale: 1;
20134             description { state: "default" 0.0;
20135                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20136                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20137                fixed: 1 1;
20138                rel1 {
20139                   relative: 0.0 1.0;
20140                   to_x: "elm.padding.right";
20141                   to_y: "elm.text.1";
20142                }
20143                rel2 {
20144                   relative: 0.0 0.0;
20145                   to_x: "elm.padding.right";
20146                   to_y: "elm.padding.bottom";
20147                }
20148                align: 1.0 0.5;
20149             }
20150             GENLIST_DESCRIPTION_FLIP_ENABLED
20151          }
20152          part { name: "elm.padding.icon2.left";
20153             clip_to: "disclip";
20154             type: RECT;
20155             scale: 1;
20156             description { state: "default" 0.0;
20157                min: GENLIST_PADDING_16_INC 0;
20158                fixed: 1 0;
20159                rel1 {
20160                   relative: 0.0 0.0;
20161                   to_x: "elm.icon.2";
20162                }
20163                rel2.to_x: "elm.icon.2";
20164                align: 1.0 0.0;
20165                visible: 0;
20166             }
20167          }
20168          part { name: "elm.text.2";
20169             clip_to: "disclip";
20170             type: TEXT;
20171             mouse_events: 0;
20172             scale: 1;
20173             description { state: "default" 0.0;
20174                rel1 {
20175                   relative: 1.0 1.0;
20176                   to_x: "elm.padding.icon1.right";
20177                   to_y: "elm.text.1";
20178                }
20179                rel2 {
20180                   relative: 0.0 0.0;
20181                   to_x: "elm.padding.icon2.left";
20182                   to_y: "elm.padding.bottom";
20183                }
20184                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20185                text {
20186                   font: "SLP:style=Medium";
20187                   size: GENLIST_FONT_32_INC;
20188                   min: 0 1;
20189                   align: 0.0 0.5;
20190                   text_class: "slp_medium";
20191                }
20192             }
20193             description { state: "selected" 0.0;
20194                inherit: "default" 0.0;
20195                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20196             }
20197             GENLIST_DESCRIPTION_FLIP_ENABLED
20198          }
20199          GENLIST_PART_FLIP
20200          GENLIST_PART_DISCLIP
20201       }
20202       programs {
20203          // signal: elm,state,%s,active
20204          //   a "check" item named %s went active
20205          // signal: elm,state,%s,passive
20206          //   a "check" item named %s went passive
20207          // default is passive
20208          program { name: "go_active";
20209             signal: "elm,state,selected";
20210             source: "elm";
20211             action: STATE_SET "selected" 0.0;
20212             target: "bg_image";
20213             target: "elm.text.1";
20214             target: "elm.text.2";
20215             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20216          }
20217          program { name: "go_passive";
20218             signal: "elm,state,unselected";
20219             source: "elm";
20220             action: STATE_SET "default" 0.0;
20221             target: "bg_image";
20222             target: "elm.text.1";
20223             target: "elm.text.2";
20224             transition: LINEAR 0.1;
20225          }
20226          program { name: "go_disabled";
20227             signal: "elm,state,disabled";
20228             source: "elm";
20229             action: STATE_SET "disabled" 0.0;
20230             target: "disclip";
20231          }
20232          program { name: "go_enabled";
20233             signal: "elm,state,enabled";
20234             source: "elm";
20235             action: STATE_SET "default" 0.0;
20236             target: "disclip";
20237          }
20238          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20239          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20240       }
20241    }
20242
20243    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
20244       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
20245       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
20246       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
20247       alias: "elm/layout/dialogue/2text.2icon.3";
20248       data.item: "stacking" "above";
20249       data.item: "selectraise" "on";
20250       data.item: "texts" "elm.text.1 elm.text.2";
20251       data.item: "contents" "elm.icon.1 elm.icon.2";
20252       data.item: "flips" "elm.flip.content";
20253       parts {
20254          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20255          GENLIST_PART_DIALOGUE_BG_IMAGE
20256          GENLIST_PART_BOTTOM_LINE
20257          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20258          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20259          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20260          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20261          GENLIST_PART_DIALOGUE_ITEM
20262          GENLIST_PART_DIALOGUE_RIGHT_LINE
20263          part { name: "elm.icon.1";
20264             clip_to: "disclip";
20265             type: SWALLOW;
20266             scale: 1;
20267             description { state: "default" 0.0;
20268                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20269                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20270                fixed: 1 1;
20271                rel1 {
20272                   relative: 1.0 1.0;
20273                   to_x: "elm.padding.left";
20274                   to_y: "elm.padding.top";
20275                }
20276                rel2 {
20277                   relative: 1.0 0.0;
20278                   to_x: "elm.padding.left";
20279                   to_y: "elm.padding.bottom";
20280                }
20281                align: 0.0 0.5;
20282             }
20283             GENLIST_DESCRIPTION_FLIP_ENABLED
20284          }
20285          part { name: "elm.padding.icon1.right";
20286             clip_to: "disclip";
20287             type: RECT;
20288             scale: 1;
20289             description { state: "default" 0.0;
20290                min: GENLIST_PADDING_16_INC 0;
20291                fixed: 1 0;
20292                rel1 {
20293                   relative: 1.0 0.0;
20294                   to_x: "elm.icon.1";
20295                }
20296                rel2.to_x: "elm.icon.1";
20297                align: 0.0 0.0;
20298                visible: 0;
20299             }
20300          }
20301          part { name: "elm.icon.2";
20302             clip_to: "disclip";
20303             type: SWALLOW;
20304             scale: 1;
20305             description { state: "default" 0.0;
20306                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20307                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20308                fixed: 1 1;
20309                rel1 {
20310                   relative: 0.0 1.0;
20311                   to_x: "elm.padding.right";
20312                   to_y: "elm.padding.top";
20313                }
20314                rel2 {
20315                   relative: 0.0 0.0;
20316                   to_x: "elm.padding.right";
20317                   to_y: "elm.padding.bottom";
20318                }
20319                align: 1.0 0.5;
20320             }
20321             GENLIST_DESCRIPTION_FLIP_ENABLED
20322          }
20323          part { name: "elm.padding.icon2.left";
20324             clip_to: "disclip";
20325             type: RECT;
20326             scale: 1;
20327             description { state: "default" 0.0;
20328                min: GENLIST_PADDING_16_INC 0;
20329                fixed: 1 0;
20330                rel1.to_x: "elm.icon.2";
20331                rel2 {
20332                   relative: 0.0 1.0;
20333                   to_x: "elm.icon.2";
20334                }
20335                align: 1.0 0.0;
20336                visible: 0;
20337             }
20338          }
20339          part { name: "elm.text.1";
20340             clip_to: "disclip";
20341             type: TEXT;
20342             mouse_events: 0;
20343             scale: 1;
20344             description { state: "default" 0.0;
20345                min: 0 GENLIST_SIZE_61_INC;
20346                fixed: 0 1;
20347                rel1 {
20348                   relative: 1.0 1.0;
20349                   to_x: "elm.padding.icon1.right";
20350                   to_y: "elm.padding.top";
20351                }
20352                rel2 {
20353                   relative: 0.0 1.0;
20354                   to_x: "elm.padding.icon2.left";
20355                   to_y: "elm.padding.top";
20356                }
20357                align: 0.0 0.0;
20358                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20359                text {
20360                   font: "SLP:style=Roman";
20361                   size: GENLIST_FONT_44_INC;
20362                   min: 0 1;
20363                   align: 0.0 0.5;
20364                   text_class: "list_item";
20365                }
20366             }
20367             description { state: "selected" 0.0;
20368                inherit: "default" 0.0;
20369                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20370             }
20371             GENLIST_DESCRIPTION_FLIP_ENABLED
20372          }
20373          part { name: "elm.text.2";
20374             clip_to: "disclip";
20375             type: TEXT;
20376             mouse_events: 0;
20377             scale: 1;
20378             description { state: "default" 0.0;
20379                rel1 {
20380                   relative: 1.0 1.0;
20381                   to_x: "elm.padding.icon1.right";
20382                   to_y: "elm.text.1";
20383                }
20384                rel2 {
20385                   relative: 0.0 0.0;
20386                   to_x: "elm.padding.icon2.left";
20387                   to_y: "elm.padding.bottom";
20388                }
20389                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20390                text {
20391                   font: "SLP:style=Medium";
20392                   size: GENLIST_FONT_32_INC;
20393                   min: 0 1;
20394                   align: 0.0 0.5;
20395                   text_class: "slp_medium";
20396                }
20397             }
20398             description { state: "selected" 0.0;
20399                inherit: "default" 0.0;
20400                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20401             }
20402             GENLIST_DESCRIPTION_FLIP_ENABLED
20403          }
20404          GENLIST_PART_FLIP
20405          GENLIST_PART_DISCLIP
20406       }
20407       programs {
20408          // signal: elm,state,%s,active
20409          //   a "check" item named %s went active
20410          // signal: elm,state,%s,passive
20411          //   a "check" item named %s went passive
20412          // default is passive
20413          program { name: "go_active";
20414             signal: "elm,state,selected";
20415             source: "elm";
20416             action: STATE_SET "selected" 0.0;
20417             target: "bg_image";
20418             target: "elm.text.1";
20419             target: "elm.text.2";
20420             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20421          }
20422          program { name: "go_passive";
20423             signal: "elm,state,unselected";
20424             source: "elm";
20425             action: STATE_SET "default" 0.0;
20426             target: "bg_image";
20427             target: "elm.text.1";
20428             target: "elm.text.2";
20429             transition: LINEAR 0.1;
20430          }
20431          program { name: "go_disabled";
20432             signal: "elm,state,disabled";
20433             source: "elm";
20434             action: STATE_SET "disabled" 0.0;
20435             target: "disclip";
20436          }
20437          program { name: "go_enabled";
20438             signal: "elm,state,enabled";
20439             source: "elm";
20440             action: STATE_SET "default" 0.0;
20441             target: "disclip";
20442          }
20443          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20444          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20445       }
20446    }
20447
20448    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
20449       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
20450       parts {
20451          part { name: "elm.text.2";
20452             clip_to: "disclip";
20453             type: TEXTBLOCK;
20454             mouse_events: 0;
20455             scale: 1;
20456             description { state: "default" 0.0;
20457                rel1 {
20458                   relative: 1.0 1.0;
20459                   to_x: "elm.padding.icon1.right";
20460                   to_y: "elm.text.1";
20461                }
20462                rel2 {
20463                   relative: 0.0 0.0;
20464                   to_x: "elm.padding.icon2.left";
20465                   to_y: "elm.padding.bottom";
20466                }
20467                text {
20468                   style: "genlist_default_textblock_style";
20469                   size: GENLIST_FONT_32_INC;
20470                   min: 0 1;
20471                   align: 0.0 0.5;
20472                   text_class: "slp_medium";
20473                }
20474             }
20475             description { state: "selected" 0.0;
20476                inherit: "default" 0.0;
20477                text.style: "genlist_default_textblock_selected_style";
20478             }
20479             GENLIST_DESCRIPTION_FLIP_ENABLED
20480          }
20481       }
20482    }
20483
20484    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
20485       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
20486       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
20487       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
20488       alias: "elm/layout/dialogue/2text.1icon.5";
20489       data.item: "stacking" "above";
20490       data.item: "selectraise" "on";
20491       data.item: "texts" "elm.text.1 elm.text.2";
20492       data.item: "contents" "elm.icon";
20493       data.item: "flips" "elm.flip.content";
20494       parts {
20495          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20496          GENLIST_PART_DIALOGUE_BG_IMAGE
20497          GENLIST_PART_BOTTOM_LINE
20498          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20499          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20500          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20501          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20502          GENLIST_PART_DIALOGUE_ITEM
20503          GENLIST_PART_DIALOGUE_RIGHT_LINE
20504          part { name: "elm.icon";
20505             clip_to: "disclip";
20506             type: SWALLOW;
20507             scale: 1;
20508             description { state: "default" 0.0;
20509                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20510                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
20511                fixed: 1 1;
20512                rel1 {
20513                   relative: 0.0 1.0;
20514                   to_x: "elm.padding.right";
20515                   to_y: "elm.padding.top";
20516                }
20517                rel2 {
20518                   relative: 0.0 0.0;
20519                   to_x: "elm.padding.right";
20520                   to_y: "elm.padding.bottom";
20521                }
20522                align: 1.0 0.5;
20523             }
20524             GENLIST_DESCRIPTION_FLIP_ENABLED
20525          }
20526          part { name: "elm.padding.icon.left";
20527             clip_to: "disclip";
20528             type: RECT;
20529             scale: 1;
20530             description { state: "default" 0.0;
20531                min: GENLIST_PADDING_16_INC 0;
20532                fixed: 1 0;
20533                rel1.to_x: "elm.icon";
20534                rel2 {
20535                   relative: 0.0 1.0;
20536                   to_x: "elm.icon";
20537                }
20538                align: 1.0 0.0;
20539                visible: 0;
20540             }
20541          }
20542          part { name: "elm.text.1";
20543             clip_to: "disclip";
20544             type: TEXT;
20545             mouse_events: 0;
20546             scale: 1;
20547             description { state: "default" 0.0;
20548                min: 0 GENLIST_SIZE_61_INC;
20549                fixed: 0 1;
20550                rel1 {
20551                   relative: 1.0 0.0;
20552                   to_x: "elm.padding.left";
20553                   to_y: "elm.padding.bottom";
20554                }
20555                rel2 {
20556                   relative: 0.0 0.0;
20557                   to_x: "elm.padding.icon.left";
20558                   to_y: "elm.padding.bottom";
20559                }
20560                align: 0.0 1.0;
20561                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20562                text {
20563                   font: "SLP:style=Roman";
20564                   size: GENLIST_FONT_44_INC;
20565                   min: 0 1;
20566                   align: 0.0 0.5;
20567                   text_class: "list_item";
20568                }
20569             }
20570             description { state: "selected" 0.0;
20571                inherit: "default" 0.0;
20572                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20573             }
20574             GENLIST_DESCRIPTION_FLIP_ENABLED
20575          }
20576          part { name: "elm.text.2";
20577             clip_to: "disclip";
20578             type: TEXT;
20579             mouse_events: 0;
20580             scale: 1;
20581             description { state: "default" 0.0;
20582                rel1 {
20583                   relative: 1.0 1.0;
20584                   to_x: "elm.padding.left";
20585                   to_y: "elm.padding.top";
20586                }
20587                rel2 {
20588                   relative: 0.0 0.0;
20589                   to_x: "elm.padding.icon.left";
20590                   to_y: "elm.text.1";
20591                }
20592                align: 0.0 0.0;
20593                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
20594                text {
20595                   font: "SLP:style=Medium";
20596                   size: GENLIST_FONT_32_INC;
20597                   min: 0 1;
20598                   align: 0.0 0.5;
20599                   text_class: "slp_roman";
20600                }
20601             }
20602             description { state: "selected" 0.0;
20603                inherit: "default" 0.0;
20604                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20605             }
20606             GENLIST_DESCRIPTION_FLIP_ENABLED
20607          }
20608          GENLIST_PART_FLIP
20609          GENLIST_PART_DISCLIP
20610       }
20611       programs {
20612          // signal: elm,state,%s,active
20613          //   a "check" item named %s went active
20614          // signal: elm,state,%s,passive
20615          //   a "check" item named %s went passive
20616          // default is passive
20617          program { name: "go_active";
20618             signal: "elm,state,selected";
20619             source: "elm";
20620             action: STATE_SET "selected" 0.0;
20621             target: "bg_image";
20622             target: "elm.text.1";
20623             target: "elm.text.2";
20624             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20625          }
20626          program { name: "go_passive";
20627             signal: "elm,state,unselected";
20628             source: "elm";
20629             action: STATE_SET "default" 0.0;
20630             target: "bg_image";
20631             target: "elm.text.1";
20632             target: "elm.text.2";
20633             transition: LINEAR 0.1;
20634          }
20635          program { name: "go_disabled";
20636             signal: "elm,state,disabled";
20637             source: "elm";
20638             action: STATE_SET "disabled" 0.0;
20639             target: "disclip";
20640          }
20641          program { name: "go_enabled";
20642             signal: "elm,state,enabled";
20643             source: "elm";
20644             action: STATE_SET "default" 0.0;
20645             target: "disclip";
20646          }
20647          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20648          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20649       }
20650    }
20651
20652 // 4.2.11
20653    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
20654       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
20655       alias: "elm/layout/dialogue/1title.1text.2";
20656       data.item: "stacking" "above";
20657       data.item: "selectraise" "on";
20658       data.item: "texts" "elm.title elm.text";
20659       parts {
20660          part { name: "base";
20661             type: RECT;
20662             repeat_events: 1;
20663             description { state: "default" 0.0;
20664                color: GENLIST_PART_BG_COLOR_INC;
20665             }
20666          }
20667          GENLIST_PART_DIALOGUE_BG_IMAGE
20668          GENLIST_PART_BOTTOM_LINE
20669          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
20670          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
20671          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20672          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20673          GENLIST_PART_DIALOGUE_ITEM
20674          GENLIST_PART_DIALOGUE_RIGHT_LINE
20675          part { name: "elm.title";
20676             clip_to: "disclip";
20677             type: TEXT;
20678             mouse_events: 0;
20679             scale: 1;
20680             description { state: "default" 0.0;
20681                min: GENLIST_SIZE_163_INC 0;
20682                fixed: 1 0;
20683                rel1 {
20684                   relative: 1.0 0.0;
20685                   to_x: "elm.padding.left";
20686                }
20687                rel2 {
20688                   relative: 1.0 1.0;
20689                   to_x: "elm.padding.left";
20690                }
20691                align: 0.0 0.0;
20692                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20693                text {
20694                   font: "SLP:style=Medium";
20695                   size: GENLIST_FONT_32_INC;
20696                   min: 0 1;
20697                   align: 0.0 0.5;
20698                   text_class: "slp_medium";
20699                }
20700             }
20701             description { state: "selected" 0.0;
20702                inherit: "default" 0.0;
20703                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20704             }
20705          }
20706          part { name: "vertical_line";
20707             clip_to: "disclip";
20708             type: RECT;
20709             mouse_events: 0;
20710             description { state: "default" 0.0;
20711                min: 1 0;
20712                fixed: 1 0;
20713                rel1 {
20714                   relative: 1.0 0.0;
20715                   to_x: "elm.title";
20716                }
20717                rel2.to_x: "elm.title";
20718                align: 0.0 0.5;
20719                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20720             }
20721          }
20722          part { name: "elm.padding.text.left";
20723             clip_to: "disclip";
20724             type: RECT;
20725             mouse_events: 0;
20726             description { state: "default" 0.0;
20727                min: GENLIST_PADDING_16_INC 0;
20728                fixed: 1 0;
20729                rel1 {
20730                   relative: 1.0 0.0;
20731                   to_x: "vertical_line";
20732                }
20733                rel2.to_x: "vertical_line";
20734                align: 0.0 0.5;
20735                visible: 0;
20736             }
20737          }
20738          part { name: "elm.text";
20739             clip_to: "disclip";
20740             type: TEXTBLOCK;
20741             mouse_events: 0;
20742             scale: 1;
20743             description { state: "default" 0.0;
20744                rel1 {
20745                   relative: 1.0 1.0;
20746                   to_x: "elm.padding.text.left";
20747                   to_y: "elm.padding.top";
20748                }
20749                rel2 {
20750                   relative: 0.0 0.0;
20751                   to_x: "elm.padding.right";
20752                   to_y: "elm.padding.bottom";
20753                }
20754                text {
20755                   style: "genlist_textblock_flexible_style";
20756                   min: 0 1;
20757                   align: 0.0 0.5;
20758                }
20759             }
20760             description { state: "selected" 0.0;
20761                inherit: "default" 0.0;
20762                text.style: "genlist_textblock_selected_style";
20763             }
20764          }
20765          GENLIST_PART_DISCLIP
20766       }
20767       programs {
20768          // signal: elm,state,%s,active
20769          //   a "check" item named %s went active
20770          // signal: elm,state,%s,passive
20771          //   a "check" item named %s went passive
20772          // default is passive
20773          program { name: "go_active";
20774             signal: "elm,state,selected";
20775             source: "elm";
20776             action: STATE_SET "selected" 0.0;
20777             target: "bg_image";
20778             target: "elm.title";
20779             target: "elm.text";
20780             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20781          }
20782          program { name: "go_passive";
20783             signal: "elm,state,unselected";
20784             source: "elm";
20785             action: STATE_SET "default" 0.0;
20786             target: "bg_image";
20787             target: "elm.title";
20788             target: "elm.text";
20789             transition: LINEAR 0.1;
20790          }
20791          program { name: "go_disabled";
20792             signal: "elm,state,disabled";
20793             source: "elm";
20794             action: STATE_SET "disabled" 0.0;
20795             target: "disclip";
20796          }
20797          program { name: "go_enabled";
20798             signal: "elm,state,enabled";
20799             source: "elm";
20800             action: STATE_SET "default" 0.0;
20801             target: "disclip";
20802          }
20803          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20804       }
20805    }
20806
20807 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
20808       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
20809       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
20810       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
20811       alias: "elm/layout/dialogue/1title.2text";
20812       data.item: "stacking" "above";
20813       data.item: "selectraise" "on";
20814       data.item: "texts" "elm.title elm.text.1 elm.text.2";
20815       parts {
20816          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
20817          GENLIST_PART_BOTTOM_LINE
20818          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
20819          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
20820          GENLIST_PART_DIALOGUE_ITEM
20821          GENLIST_PART_DIALOGUE_RIGHT_LINE
20822          part { name: "vertical_line";
20823             clip_to: "disclip";
20824             type: RECT;
20825             mouse_events: 0;
20826             description { state: "default" 0.0;
20827                min: 1 0;
20828                fixed: 1 0;
20829                rel1 {
20830                   relative: 1.0 0.0;
20831                   to_x: "elm.title";
20832                }
20833                rel2.to_x: "elm.title";
20834                align: 0.0 0.5;
20835                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20836             }
20837          }
20838          part { name: "center_line";
20839             clip_to: "disclip";
20840             type: RECT;
20841             mouse_events: 0;
20842             description { state: "default" 0.0;
20843                min: 0 1;
20844                fixed: 0 1;
20845                color: GENLIST_PART_LIST_LINE_COLOR_INC;
20846                rel1 {
20847                   relative: 1.0 0.5;
20848                   to_x: "vertical_line";
20849                }
20850                rel2.relative: 1.0 0.5;
20851                align: 0.5 1.0;
20852             }
20853          }
20854          part { name: "elm.title";
20855             clip_to: "disclip";
20856             type: TEXT;
20857             mouse_events: 0;
20858             scale: 1;
20859             description { state: "default" 0.0;
20860                min: GENLIST_SIZE_163_INC 0;
20861                fixed: 1 0;
20862                rel1 {
20863                   relative: 1.0  0.0;
20864                   to_x: "elm.padding.left";
20865                }
20866                rel2.to_x: "elm.padding.left";
20867                align: 0.0 0.5;
20868                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
20869                text {
20870                   font: "SLP:style=Medium";
20871                   size: GENLIST_FONT_32_INC;
20872                   min: 0 1;
20873                   align: 0.0 0.5;
20874                   text_class: "slp_medium";
20875                }
20876             }
20877          }
20878          part { name: "elm.padding.title.right";
20879             clip_to: "disclip";
20880             type: RECT;
20881             mouse_events: 0;
20882             scale: 1;
20883             description { state: "default" 0.0;
20884                min: GENLIST_PADDING_16_INC 0;
20885                fixed: 1 0;
20886                rel1 {
20887                    relative: 1.0 0.0;
20888                    to_x: "elm.title";
20889                }
20890                rel2.to_x: "elm.title";
20891                visible: 0;
20892                align: 0.0 0.5;
20893             }
20894          }
20895          part { name: "elm.text.1";
20896             clip_to: "disclip";
20897             type: TEXT;
20898             mouse_events: 0;
20899             scale: 1;
20900             description { state: "default" 0.0;
20901                rel1 {
20902                   relative: 1.0 0.0;
20903                   to_x: "elm.padding.title.right";
20904                }
20905                rel2 {
20906                   relative: 0.0 0.0;
20907                   to_x: "elm.padding.right";
20908                   to_y: "center_line";
20909                }
20910                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20911                text {
20912                   font: "SLP:style=Roman";
20913                   size: GENLIST_FONT_44_INC;
20914                   min: 0 1;
20915                   align: 0.0 0.5;
20916                   text_class: "list_item";
20917                }
20918             }
20919          }
20920          part { name: "elm.text.2";
20921             clip_to: "disclip";
20922             type: TEXT;
20923             mouse_events: 0;
20924             scale: 1;
20925             description { state: "default" 0.0;
20926                rel1 {
20927                   relative: 1.0 0.5;
20928                   to_x: "elm.padding.title.right";
20929                }
20930                rel2 {
20931                   relative: 0.0 1.0;
20932                   to_x: "elm.padding.right";
20933                }
20934                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
20935                text {
20936                   font: "SLP:style=Roman";
20937                   size: GENLIST_FONT_44_INC;
20938                   min: 0 1;
20939                   align: 0.0 0.5;
20940                   text_class: "slp_roman";
20941                }
20942             }
20943          }
20944          GENLIST_PART_DISCLIP
20945       }
20946       programs {
20947          // signal: elm,state,%s,active
20948          //   a "check" item named %s went active
20949          // signal: elm,state,%s,passive
20950          //   a "check" item named %s went passive
20951          // default is passive
20952          program { name: "go_active";
20953             signal: "elm,state,selected";
20954             source: "elm";
20955             action: STATE_SET "selected" 0.0;
20956             target: "elm.title";
20957             target: "elm.text.1";
20958             target: "elm.text.2";
20959          }
20960          program { name: "go_passive";
20961             signal: "elm,state,unselected";
20962             source: "elm";
20963             action: STATE_SET "default" 0.0;
20964             target: "elm.title";
20965             target: "elm.text.1";
20966             target: "elm.text.2";
20967             transition: LINEAR 0.1;
20968          }
20969          program { name: "go_disabled";
20970             signal: "elm,state,disabled";
20971             source: "elm";
20972             action: STATE_SET "disabled" 0.0;
20973             target: "disclip";
20974          }
20975          program { name: "go_enabled";
20976             signal: "elm,state,enabled";
20977             source: "elm";
20978             action: STATE_SET "default" 0.0;
20979             target: "disclip";
20980          }
20981       }
20982    }*/
20983
20984    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
20985    group { name: "elm/genlist/item/dialogue/4icon/default";
20986       alias: "elm/genlist/item_odd/dialogue/4icon/default";
20987       alias: "elm/genlist/item_compress/dialogue/4icon/default";
20988       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
20989       alias: "elm/layout/dialogue/4icon";
20990       data.item: "stacking" "above";
20991       data.item: "selectraise" "on";
20992       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
20993       images {
20994          image : "00_input_bg.png" COMP;
20995       }
20996       parts {
20997          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
20998          GENLIST_PART_DIALOGUE_BG_IMAGE
20999          GENLIST_PART_BOTTOM_LINE
21000          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21001          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
21002          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
21003          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
21004          GENLIST_PART_DIALOGUE_ITEM
21005          GENLIST_PART_DIALOGUE_RIGHT_LINE
21006          part { name: "text";
21007             clip_to: "disclip";
21008             type: TEXT;
21009             mouse_events: 0;
21010             scale: 1;
21011             description { state: "default" 0.0;
21012                min: 0 GENLIST_SIZE_48_INC;
21013                fixed: 0 1;
21014                rel1 {
21015                   relative: 1.0 1.0;
21016                   to_x: "elm.padding.left";
21017                   to_y: "elm.padding.top";
21018                }
21019                rel2 {
21020                   relative: 0.0 1.0;
21021                   to_x: "elm.padding.right";
21022                   to_y: "elm.padding.top";
21023                }
21024                align: 0.0 0.0;
21025                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21026                text {
21027                   font: "SLP:style=Medium";
21028                   size: GENLIST_FONT_32_INC;
21029                   min: 0 1;
21030                   align: 0.0 0.5;
21031                   text: "Password";
21032                   text_class: "list_item";
21033                }
21034             }
21035             description { state: "selected" 0.0;
21036                inherit: "default" 0.0;
21037                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21038             }
21039          }
21040          part { name: "elm.padding.icon1.left";
21041             clip_to: "disclip";
21042             type: RECT;
21043             scale: 1;
21044             description { state: "default" 0.0;
21045                min: GENLIST_PADDING_74_INC 0;
21046                fixed: 1 0;
21047                rel1 {
21048                   relative: 1.0 0.0;
21049                   to_x: "elm.padding.left";
21050                   to_y: "elm.padding.bottom";
21051                }
21052                rel2 {
21053                   relative: 1.0 0.0;
21054                   to_x: "elm.padding.left";
21055                   to_y: "elm.padding.bottom";
21056                }
21057                align: 0.0 1.0;
21058                visible: 0;
21059             }
21060          }
21061          part { name: "elm.icon1.bg";
21062             clip_to: "disclip";
21063             type: IMAGE;
21064             scale: 1;
21065             description { state: "default" 0.0;
21066                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21067                fixed: 1 1;
21068                rel1 {
21069                   relative: 1.0 0.0;
21070                   to_x: "elm.padding.icon1.left";
21071                   to_y: "elm.padding.bottom";
21072                }
21073                rel2 {
21074                   relative: 1.0 0.0;
21075                   to_x: "elm.padding.icon1.left";
21076                   to_y: "elm.padding.bottom";
21077                }
21078                align: 0.0 1.0;
21079                image.normal: "00_input_bg.png";
21080                image.border: 4 4 4 4; // TODO: check this out.
21081                image.border_scale: 1;
21082             }
21083          }
21084          part { name: "elm.icon.1";
21085             clip_to: "disclip";
21086             type: SWALLOW;
21087             scale: 1;
21088             description { state: "default" 0.0;
21089                rel1.to: "elm.icon1.bg";
21090                rel2.to: "elm.icon1.bg";
21091                align: 0.5 0.5;
21092             }
21093          }
21094          part { name: "elm.padding.icon2.left";
21095             clip_to: "disclip";
21096             type: RECT;
21097             scale: 1;
21098             description { state: "default" 0.0;
21099                min: GENLIST_ICON_SMALL_SIZE 0;
21100                fixed: 1 0;
21101                rel1 {
21102                   relative: 1.0 0.0;
21103                   to_x: "elm.icon1.bg";
21104                   to_y: "elm.padding.bottom";
21105                }
21106                rel2 {
21107                   relative: 1.0 0.0;
21108                   to_x: "elm.icon1.bg";
21109                   to_y: "elm.padding.bottom";
21110                }
21111                align: 0.0 1.0;
21112                visible: 0;
21113             }
21114          }
21115          part { name: "elm.icon2.bg";
21116             clip_to: "disclip";
21117             type: IMAGE;
21118             scale: 1;
21119             description { state: "default" 0.0;
21120                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21121                fixed: 1 1;
21122                rel1 {
21123                   relative: 1.0 0.0;
21124                   to_x: "elm.padding.icon2.left";
21125                   to_y: "elm.padding.bottom";
21126                }
21127                rel2 {
21128                   relative: 1.0 0.0;
21129                   to_x: "elm.padding.icon2.left";
21130                   to_y: "elm.padding.bottom";
21131                }
21132                align: 0.0 1.0;
21133                image.normal: "00_input_bg.png";
21134                image.border: 4 4 4 4; // TODO : check this out
21135                image.border_scale: 1;
21136             }
21137          }
21138          part { name: "elm.icon.2";
21139             clip_to: "disclip";
21140             type: SWALLOW;
21141             scale: 1;
21142             description { state: "default" 0.0;
21143                rel1.to: "elm.icon2.bg";
21144                rel2.to: "elm.icon2.bg";
21145                align: 0.5 0.5;
21146             }
21147          }
21148          part { name: "elm.padding.icon3.left";
21149             clip_to: "disclip";
21150             type: RECT;
21151             scale: 1;
21152             description { state: "default" 0.0;
21153                min: GENLIST_ICON_SMALL_SIZE 0;
21154                fixed: 1 0;
21155                rel1 {
21156                   relative: 1.0 0.0;
21157                   to_x: "elm.icon2.bg";
21158                   to_y: "elm.padding.bottom";
21159                }
21160                rel2 {
21161                   relative: 1.0 0.0;
21162                   to_x: "elm.icon2.bg";
21163                   to_y: "elm.padding.bottom";
21164                }
21165                align: 0.0 1.0;
21166                visible: 0;
21167             }
21168          }
21169          part { name: "elm.icon3.bg";
21170             clip_to: "disclip";
21171             type: IMAGE;
21172             scale: 1;
21173             description { state: "default" 0.0;
21174                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21175                fixed: 1 1;
21176                rel1 {
21177                   relative: 1.0 0.0;
21178                   to_x: "elm.padding.icon3.left";
21179                   to_y: "elm.padding.bottom";
21180                }
21181                rel2 {
21182                   relative: 1.0 0.0;
21183                   to_x: "elm.padding.icon3.left";
21184                   to_y: "elm.padding.bottom";
21185                }
21186                align: 0.0 1.0;
21187                image.normal: "00_input_bg.png";
21188                image.border: 4 4 4 4; // TODO: handle this?
21189                image.border_scale: 1;
21190             }
21191          }
21192          part { name: "elm.icon.3";
21193             clip_to: "disclip";
21194             type: SWALLOW;
21195             scale: 1;
21196             description { state: "default" 0.0;
21197                rel1.to: "elm.icon3.bg";
21198                rel2.to: "elm.icon3.bg";
21199                align: 0.5 0.5;
21200             }
21201          }
21202          part { name: "elm.padding.icon4.left";
21203             clip_to: "disclip";
21204             type: RECT;
21205             scale: 1;
21206             description { state: "default" 0.0;
21207                min: GENLIST_ICON_SMALL_SIZE 0;
21208                fixed: 1 0;
21209                rel1 {
21210                   relative: 1.0 0.0;
21211                   to_x: "elm.icon3.bg";
21212                   to_y: "elm.padding.bottom";
21213                }
21214                rel2 {
21215                   relative: 1.0 0.0;
21216                   to_x: "elm.icon3.bg";
21217                   to_y: "elm.padding.bottom";
21218                }
21219                align: 0.0 1.0;
21220                visible: 0;
21221             }
21222          }
21223          part { name: "elm.icon4.bg";
21224             clip_to: "disclip";
21225             type: IMAGE;
21226             scale: 1;
21227             description { state: "default" 0.0;
21228                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
21229                fixed: 1 1;
21230                rel1 {
21231                   relative: 1.0 0.0;
21232                   to_x: "elm.padding.icon4.left";
21233                   to_y: "elm.padding.bottom";
21234                }
21235                rel2 {
21236                   relative: 1.0 0.0;
21237                   to_x: "elm.padding.icon4.left";
21238                   to_y: "elm.padding.bottom";
21239                }
21240                align: 0.0 1.0;
21241                image.normal: "00_input_bg.png";
21242                image.border: 4 4 4 4; // TODO: check this out
21243                image.border_scale: 1;
21244             }
21245          }
21246          part { name: "elm.icon.4";
21247             clip_to: "disclip";
21248             type: SWALLOW;
21249             scale: 1;
21250             description { state: "default" 0.0;
21251                rel1.to: "elm.icon4.bg";
21252                rel2.to: "elm.icon4.bg";
21253                align: 0.5 0.5;
21254             }
21255          }
21256          GENLIST_PART_DISCLIP
21257       }
21258       programs {
21259          // signal: elm,state,%s,active
21260          //   a "check" item named %s went active
21261          // signal: elm,state,%s,passive
21262          //   a "check" item named %s went passive
21263          // default is passive
21264          /*program { name: "go_active";
21265             signal: "elm,state,selected";
21266             source: "elm";
21267             action: STATE_SET "selected" 0.0;
21268             target: "bg_image";
21269             target: "elm.text.1";
21270             target: "elm.text.2";
21271          }
21272          program { name: "go_passive";
21273             signal: "elm,state,unselected";
21274             source: "elm";
21275             action: STATE_SET "default" 0.0;
21276             target: "bg_image";
21277             target: "elm.text.1";
21278             target: "elm.text.2";
21279             transition: LINEAR 0.1;
21280          }*/
21281          program { name: "go_disabled";
21282             signal: "elm,state,disabled";
21283             source: "elm";
21284             action: STATE_SET "disabled" 0.0;
21285             target: "disclip";
21286          }
21287          program { name: "go_enabled";
21288             signal: "elm,state,enabled";
21289             source: "elm";
21290             action: STATE_SET "default" 0.0;
21291             target: "disclip";
21292          }
21293       }
21294    }
21295
21296    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
21297       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
21298       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
21299       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
21300       alias: "elm/layout/dialogue/2text.2icon.4";
21301       data.item: "stacking" "above";
21302       data.item: "selectraise" "on";
21303       data.item: "texts" "elm.text.1 elm.text.2";
21304       data.item: "contents" "elm.icon.1 elm.icon.2";
21305       data.item: "flips" "elm.flip.content";
21306       images {
21307          image: "00_list_bar_press_1x80.png" COMP;
21308       }
21309       parts {
21310          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21311          GENLIST_PART_DIALOGUE_BG_IMAGE
21312          GENLIST_PART_BOTTOM_LINE
21313          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21314          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21315          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21316          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21317          GENLIST_PART_DIALOGUE_ITEM
21318          GENLIST_PART_DIALOGUE_RIGHT_LINE
21319          part { name: "elm.icon.1";
21320             clip_to: "disclip";
21321             type: SWALLOW;
21322             scale: 1;
21323             description { state: "default" 0.0;
21324                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21325                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21326                fixed: 1 1;
21327                rel1 {
21328                   relative: 1.0 1.0;
21329                   to_x: "elm.padding.left";
21330                   to_y: "elm.text.1";
21331                }
21332                rel2 {
21333                   relative: 1.0 0.0;
21334                   to_x: "elm.padding.left";
21335                   to_y: "elm.padding.bottom";
21336                }
21337                align: 0.0 0.5;
21338             }
21339             GENLIST_DESCRIPTION_FLIP_ENABLED
21340          }
21341          part { name: "elm.padding.icon1.right";
21342             clip_to: "disclip";
21343             type: RECT;
21344             scale: 1;
21345             description { state: "default" 0.0;
21346                min: GENLIST_PADDING_16_INC 0;
21347                fixed: 1 0;
21348                rel1 {
21349                   relative: 1.0 0.0;
21350                   to_x: "elm.icon.1";
21351                }
21352                rel2.to_x: "elm.icon.1";
21353                align: 0.0 0.0;
21354                visible: 0;
21355             }
21356          }
21357          part { name: "elm.icon.2";
21358             clip_to: "disclip";
21359             type: SWALLOW;
21360             scale: 1;
21361             description { state: "default" 0.0;
21362                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21363                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21364                fixed: 1 1;
21365                rel1 {
21366                   relative: 0.0 1.0;
21367                   to_x: "elm.padding.right";
21368                   to_y: "elm.padding.top";
21369                }
21370                rel2 {
21371                   relative: 0.0 1.0;
21372                   to_x: "elm.padding.right";
21373                   to_y: "elm.text.1";
21374                }
21375                align: 1.0 0.5;
21376             }
21377             GENLIST_DESCRIPTION_FLIP_ENABLED
21378          }
21379          part { name: "elm.padding.icon2.left";
21380             clip_to: "disclip";
21381             type: RECT;
21382             scale: 1;
21383             description { state: "default" 0.0;
21384                min: GENLIST_PADDING_16_INC 0;
21385                fixed: 1 0;
21386                rel1 {
21387                   relative: 0.0 0.0;
21388                   to_x: "elm.icon.2";
21389                }
21390                rel2.to_x: "elm.icon.2";
21391                align: 1.0 0.0;
21392                visible: 0;
21393             }
21394          }
21395          part { name: "elm.text.1";
21396             clip_to: "disclip";
21397             type: TEXT;
21398             mouse_events: 0;
21399             scale: 1;
21400             description { state: "default" 0.0;
21401                min: 0 GENLIST_SIZE_61_INC;
21402                fixed: 0 1;
21403                rel1 {
21404                   relative: 1.0 1.0;
21405                   to_x: "elm.padding.left";
21406                   to_y: "elm.padding.top";
21407                }
21408                rel2 {
21409                   relative: 0.0 1.0;
21410                   to_x: "elm.padding.icon2.left";
21411                   to_y: "elm.padding.top";
21412                }
21413                align: 0.0 0.0;
21414                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21415                text {
21416                   font: "SLP:style=Roman";
21417                   size: GENLIST_FONT_44_INC;
21418                   min: 0 1;
21419                   align: 0.0 0.5;
21420                   text_class: "list_item";
21421                }
21422             }
21423             description { state: "selected" 0.0;
21424                inherit: "default" 0.0;
21425                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21426             }
21427             GENLIST_DESCRIPTION_FLIP_ENABLED
21428          }
21429          part { name: "elm.text.2";
21430             clip_to: "disclip";
21431             type: TEXT;
21432             mouse_events: 0;
21433             scale: 1;
21434             description { state: "default" 0.0;
21435                rel1 {
21436                   relative: 1.0 1.0;
21437                   to_x: "elm.padding.icon1.right";
21438                   to_y: "elm.text.1";
21439                }
21440                rel2 {
21441                   relative: 0.0 0.0;
21442                   to_x: "elm.padding.right";
21443                   to_y: "elm.padding.bottom";
21444                }
21445                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21446                text {
21447                   font: "SLP:style=Medium";
21448                   size: GENLIST_FONT_32_INC;
21449                   min: 0 1;
21450                   align: 0.0 0.5;
21451                   text_class: "slp_medium";
21452                }
21453             }
21454             description { state: "selected" 0.0;
21455                inherit: "default" 0.0;
21456                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21457             }
21458             GENLIST_DESCRIPTION_FLIP_ENABLED
21459          }
21460          GENLIST_PART_FLIP
21461          GENLIST_PART_DISCLIP
21462       }
21463       programs {
21464          // signal: elm,state,%s,active
21465          //   a "check" item named %s went active
21466          // signal: elm,state,%s,passive
21467          //   a "check" item named %s went passive
21468          // default is passive
21469          program { name: "go_active";
21470             signal: "elm,state,selected";
21471             source: "elm";
21472             action: STATE_SET "selected" 0.0;
21473             target: "bg_image";
21474             target: "elm.text.1";
21475             target: "elm.text.2";
21476             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21477          }
21478          program { name: "go_passive";
21479             signal: "elm,state,unselected";
21480             source: "elm";
21481             action: STATE_SET "default" 0.0;
21482             target: "bg_image";
21483             target: "elm.text.1";
21484             target: "elm.text.2";
21485             transition: LINEAR 0.1;
21486          }
21487          program { name: "go_disabled";
21488             signal: "elm,state,disabled";
21489             source: "elm";
21490             action: STATE_SET "disabled" 0.0;
21491             target: "disclip";
21492          }
21493          program { name: "go_enabled";
21494             signal: "elm,state,enabled";
21495             source: "elm";
21496             action: STATE_SET "default" 0.0;
21497             target: "disclip";
21498          }
21499          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
21500          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21501       }
21502    }
21503
21504    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
21505       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
21506       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
21507       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
21508       alias: "elm/layout/dialogue/2text.1icon.6";
21509       data.item: "stacking" "above";
21510       data.item: "selectraise" "on";
21511       data.item: "texts" "elm.text.1 elm.text.2";
21512       data.item: "contents" "elm.icon";
21513       data.item: "flips" "elm.flip.content";
21514       parts {
21515          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21516          GENLIST_PART_DIALOGUE_BG_IMAGE
21517          GENLIST_PART_BOTTOM_LINE
21518          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21519          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
21520          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21521          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21522          GENLIST_PART_DIALOGUE_ITEM
21523          GENLIST_PART_DIALOGUE_RIGHT_LINE
21524          part { name: "elm.icon";
21525             clip_to: "disclip";
21526             type: SWALLOW;
21527             scale: 1;
21528             description { state: "default" 0.0;
21529                fixed: 1 1;
21530                rel1.to_x: "elm.padding.right";
21531                rel2 {
21532                   relative: 0.0 1.0;
21533                   to_x: "elm.padding.right";
21534                }
21535                align: 1.0 0.5;
21536             }
21537             GENLIST_DESCRIPTION_FLIP_ENABLED
21538          }
21539          part { name: "elm.padding.icon.left";
21540             clip_to: "disclip";
21541             type: RECT;
21542             scale: 1;
21543             description { state: "default" 0.0;
21544                min: GENLIST_SIZE_16_INC 0;
21545                fixed: 1 0;
21546                rel1.to_x: "elm.icon";
21547                rel2 {
21548                   relative: 0.0 1.0;
21549                   to_x: "elm.icon";
21550                }
21551                align: 1.0 0.0;
21552                visible: 0;
21553             }
21554          }
21555          part { name: "elm.text.1";
21556             clip_to: "disclip";
21557             type: TEXT;
21558             mouse_events: 0;
21559             scale: 1;
21560             description { state: "default" 0.0;
21561                min: 0 GENLIST_SIZE_61_INC;
21562                fixed: 0 1;
21563                rel1 {
21564                   relative: 1.0 1.0;
21565                   to_x: "elm.padding.left";
21566                   to_y: "elm.padding.top";
21567                }
21568                rel2 {
21569                   relative: 0.0 1.0;
21570                   to_x: "elm.padding.icon.left";
21571                   to_y: "elm.padding.top";
21572                }
21573                align: 0.0 0.0;
21574                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21575                text {
21576                   font: "SLP:style=Roman";
21577                   size: GENLIST_FONT_44_INC;
21578                   min: 0 1;
21579                   align: 0.0 0.5;
21580                   text_class: "list_item";
21581                }
21582             }
21583             description { state: "selected" 0.0;
21584                inherit: "default" 0.0;
21585                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21586             }
21587             GENLIST_DESCRIPTION_FLIP_ENABLED
21588          }
21589          part { name: "elm.text.2";
21590             clip_to: "disclip";
21591             type: TEXT;
21592             mouse_events: 0;
21593             scale: 1;
21594             description { state: "default" 0.0;
21595                rel1 {
21596                   relative: 1.0 1.0;
21597                   to_x: "elm.padding.left";
21598                   to_y: "elm.text.1";
21599                }
21600                rel2 {
21601                   relative: 0.0 0.0;
21602                   to_x: "elm.padding.icon.left";
21603                   to_y: "elm.padding.bottom";
21604                }
21605                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
21606                text {
21607                   font: "SLP:style=Medium";
21608                   size: GENLIST_FONT_32_INC;
21609                   min: 0 1;
21610                   align: 0.0 0.5;
21611                   text_class: "slp_medium";
21612                }
21613             }
21614             description { state: "selected" 0.0;
21615                inherit: "default" 0.0;
21616                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21617             }
21618             GENLIST_DESCRIPTION_FLIP_ENABLED
21619          }
21620          GENLIST_PART_FLIP
21621          GENLIST_PART_DISCLIP
21622       }
21623       programs {
21624          // signal: elm,state,%s,active
21625          //   a "check" item named %s went active
21626          // signal: elm,state,%s,passive
21627          //   a "check" item named %s went passive
21628          // default is passive
21629          program { name: "go_active";
21630             signal: "elm,state,selected";
21631             source: "elm";
21632             action: STATE_SET "selected" 0.0;
21633             target: "bg_image";
21634             target: "elm.text.1";
21635             target: "elm.text.2";
21636             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21637          }
21638          program { name: "go_passive";
21639             signal: "elm,state,unselected";
21640             source: "elm";
21641             action: STATE_SET "default" 0.0;
21642             target: "bg_image";
21643             target: "elm.text.1";
21644             target: "elm.text.2";
21645             transition: LINEAR 0.1;
21646          }
21647          program { name: "go_disabled";
21648             signal: "elm,state,disabled";
21649             source: "elm";
21650             action: STATE_SET "disabled" 0.0;
21651             target: "disclip";
21652          }
21653          program { name: "go_enabled";
21654             signal: "elm,state,enabled";
21655             source: "elm";
21656             action: STATE_SET "default" 0.0;
21657             target: "disclip";
21658          }
21659          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21660          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21661       }
21662    }
21663
21664    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
21665       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
21666       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
21667       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
21668       alias: "elm/layout/dialogue/2text.1icon.7";
21669       data.item: "stacking" "above";
21670       data.item: "selectraise" "on";
21671       data.item: "texts" "elm.text.1 elm.text.2";
21672       data.item: "contents" "elm.icon";
21673       data.item: "flips" "elm.flip.content";
21674       parts {
21675          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21676          GENLIST_PART_DIALOGUE_BG_IMAGE
21677          GENLIST_PART_BOTTOM_LINE
21678          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21679          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21680          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21681          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21682          GENLIST_PART_DIALOGUE_ITEM
21683          GENLIST_PART_DIALOGUE_RIGHT_LINE
21684          part { name: "elm.icon";
21685             clip_to: "disclip";
21686             type: SWALLOW;
21687             scale: 1;
21688             description { state: "default" 0.0;
21689                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21690                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
21691                fixed: 1 1;
21692                rel1 {
21693                   relative: 0.0 1.0;
21694                   to_x: "elm.padding.right";
21695                   to_y: "elm.padding.top";
21696                }
21697                rel2 {
21698                   relative: 0.0 0.0;
21699                   to_x: "elm.padding.right";
21700                   to_y: "elm.padding.bottom";
21701                }
21702                align: 1.0 0.5;
21703             }
21704             GENLIST_DESCRIPTION_FLIP_ENABLED
21705          }
21706          part { name: "elm.padding.icon.left";
21707             clip_to: "disclip";
21708             type: RECT;
21709             scale: 1;
21710             description { state: "default" 0.0;
21711                min: GENLIST_SIZE_16_INC 0;
21712                fixed: 1 0;
21713                rel1.to_x: "elm.icon";
21714                rel2 {
21715                   relative: 0.0 1.0;
21716                   to_x: "elm.icon";
21717                }
21718                align: 1.0 0.0;
21719                visible: 0;
21720             }
21721          }
21722          part { name: "elm.text.1";
21723             clip_to: "disclip";
21724             type: TEXT;
21725             mouse_events: 0;
21726             scale: 1;
21727             description { state: "default" 0.0;
21728                min: 0 GENLIST_SIZE_61_INC;
21729                fixed: 0 1;
21730                rel1 {
21731                   relative: 1.0 1.0;
21732                   to_x: "elm.padding.left";
21733                   to_y: "elm.padding.top";
21734                }
21735                rel2 {
21736                   relative: 0.0 1.0;
21737                   to_x: "elm.padding.icon.left";
21738                   to_y: "elm.padding.top";
21739                }
21740                align: 0.0 0.0;
21741                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21742                text {
21743                   font: "SLP:style=Roman";
21744                   size: GENLIST_FONT_44_INC;
21745                   min: 0 1;
21746                   align: 0.0 0.5;
21747                   text_class: "list_item";
21748                }
21749             }
21750             description { state: "selected" 0.0;
21751                inherit: "default" 0.0;
21752                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21753             }
21754             GENLIST_DESCRIPTION_FLIP_ENABLED
21755          }
21756          part { name: "elm.text.2";
21757             clip_to: "disclip";
21758             type: TEXT;
21759             mouse_events: 0;
21760             scale: 1;
21761             description { state: "default" 0.0;
21762                rel1 {
21763                   relative: 1.0 1.0;
21764                   to_x: "elm.padding.left";
21765                   to_y: "elm.text.1";
21766                }
21767                rel2 {
21768                   relative: 0.0 0.0;
21769                   to_x: "elm.padding.icon.left";
21770                   to_y: "elm.padding.bottom";
21771                }
21772                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21773                text {
21774                   font: "SLP:style=Medium";
21775                   size: GENLIST_FONT_32_INC;
21776                   min: 0 1;
21777                   align: 0.0 0.5;
21778                   text_class: "slp_medium";
21779                }
21780             }
21781             description { state: "selected" 0.0;
21782                inherit: "default" 0.0;
21783                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21784             }
21785             GENLIST_DESCRIPTION_FLIP_ENABLED
21786          }
21787          GENLIST_PART_FLIP
21788          GENLIST_PART_DISCLIP
21789       }
21790       programs {
21791          // signal: elm,state,%s,active
21792          //   a "check" item named %s went active
21793          // signal: elm,state,%s,passive
21794          //   a "check" item named %s went passive
21795          // default is passive
21796          program { name: "go_active";
21797             signal: "elm,state,selected";
21798             source: "elm";
21799             action: STATE_SET "selected" 0.0;
21800             target: "bg_image";
21801             target: "elm.text.1";
21802             target: "elm.text.2";
21803             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21804          }
21805          program { name: "go_passive";
21806             signal: "elm,state,unselected";
21807             source: "elm";
21808             action: STATE_SET "default" 0.0;
21809             target: "bg_image";
21810             target: "elm.text.1";
21811             target: "elm.text.2";
21812             transition: LINEAR 0.1;
21813          }
21814          program { name: "go_disabled";
21815             signal: "elm,state,disabled";
21816             source: "elm";
21817             action: STATE_SET "disabled" 0.0;
21818             target: "disclip";
21819          }
21820          program { name: "go_enabled";
21821             signal: "elm,state,enabled";
21822             source: "elm";
21823             action: STATE_SET "default" 0.0;
21824             target: "disclip";
21825          }
21826          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
21827          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
21828       }
21829    }
21830
21831    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
21832       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
21833       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
21834       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
21835       alias: "elm/layout/dialogue/2text.1icon.8";
21836       data.item: "stacking" "above";
21837       data.item: "selectraise" "on";
21838       data.item: "texts" "elm.text.1 elm.text.2";
21839       data.item: "contents" "elm.icon";
21840       data.item: "flips" "elm.flip.content";
21841       images {
21842          image: "00_list_bar_press_1x80.png" COMP;
21843       }
21844       parts {
21845          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
21846          GENLIST_PART_DIALOGUE_BG_IMAGE
21847          GENLIST_PART_BOTTOM_LINE
21848          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
21849          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
21850          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21851          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
21852          GENLIST_PART_DIALOGUE_ITEM
21853          GENLIST_PART_DIALOGUE_RIGHT_LINE
21854          part { name: "elm.text.2";
21855             clip_to: "disclip";
21856             type: TEXT;
21857             mouse_events: 0;
21858             scale: 1;
21859             description { state: "default" 0.0;
21860                min: 0 GENLIST_SIZE_48_INC;
21861                fixed: 0 1;
21862                rel1 {
21863                   relative: 1.0 1.0;
21864                   to_x: "elm.padding.left";
21865                   to_y: "elm.padding.top";
21866                }
21867                rel2 {
21868                   relative: 0.0 1.0;
21869                   to_x: "elm.padding.right";
21870                   to_y: "elm.padding.top";
21871                }
21872                align: 0.0 0.0;
21873                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
21874                text {
21875                   font: "SLP:style=Medium";
21876                   size: GENLIST_FONT_32_INC;
21877                   min: 0 1;
21878                   align: 0.0 0.5;
21879                   text_class: "slp_roman";
21880                }
21881             }
21882             description { state: "selected" 0.0;
21883                inherit: "default" 0.0;
21884                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21885             }
21886             GENLIST_DESCRIPTION_FLIP_ENABLED
21887          }
21888          part { name: "elm.text.1";
21889             clip_to: "disclip";
21890             type: TEXT;
21891             mouse_events: 0;
21892             scale: 1;
21893             description { state: "default" 0.0;
21894                min: GENLIST_SIZE_672_INC 0;
21895                fixed: 1 0;
21896                rel1 {
21897                   relative: 1.0 1.0;
21898                   to_x: "elm.padding.left";
21899                   to_y: "elm.text.2";
21900                }
21901                rel2 {
21902                   relative: 1.0 0.0;
21903                   to_x: "elm.padding.left";
21904                   to_y: "elm.padding.bottom";
21905                }
21906                align: 0.0 0.5;
21907                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
21908                text {
21909                   font: "SLP:style=Roman";
21910                   size: GENLIST_FONT_44_INC;
21911                   min: 1 1;
21912                   align: 0.0 0.5;
21913                   text_class: "list_item";
21914                }
21915             }
21916             description { state: "selected" 0.0;
21917                inherit: "default" 0.0;
21918                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
21919             }
21920             GENLIST_DESCRIPTION_FLIP_ENABLED
21921          }
21922          part { name: "elm.padding.text1.right";
21923             clip_to: "disclip";
21924             type: RECT;
21925             scale: 1;
21926             description { state: "default" 0.0;
21927                min: GENLIST_SIZE_16_INC 0;
21928                fixed: 1 0;
21929                visible: 0;
21930                rel1 {
21931                   relative: 1.0 0.0;
21932                   to_x: "elm.text.1";
21933                }
21934                rel2.to_x: "elm.text.1";
21935                align: 0.0 0.0;
21936             }
21937          }
21938          part { name: "elm.icon";
21939             clip_to: "disclip";
21940             type: SWALLOW;
21941             scale: 1;
21942             description { state: "default" 0.0;
21943                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21944                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
21945                fixed: 1 1;
21946                rel1 {
21947                   relative: 1.0 1.0;
21948                   to_x: "elm.padding.text1.right";
21949                   to_y: "elm.text.2";
21950                }
21951                rel2 {
21952                   relative: 1.0 0.0;
21953                   to_x: "elm.padding.text1.right";
21954                   to_y: "elm.padding.bottom";
21955                }
21956                align: 0.0 0.5;
21957             }
21958             GENLIST_DESCRIPTION_FLIP_ENABLED
21959          }
21960          GENLIST_PART_FLIP
21961          GENLIST_PART_DISCLIP
21962       }
21963       programs {
21964          // signal: elm,state,%s,active
21965          //   a "check" item named %s went active
21966          // signal: elm,state,%s,passive
21967          //   a "check" item named %s went passive
21968          // default is passive
21969          program { name: "go_active";
21970             signal: "elm,state,selected";
21971             source: "elm";
21972             action: STATE_SET "selected" 0.0;
21973             target: "bg_image";
21974             target: "elm.text.1";
21975             target: "elm.text.2";
21976             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
21977          }
21978          program { name: "go_passive";
21979             signal: "elm,state,unselected";
21980             source: "elm";
21981             action: STATE_SET "default" 0.0;
21982             target: "bg_image";
21983             target: "elm.text.1";
21984             target: "elm.text.2";
21985             transition: LINEAR 0.1;
21986          }
21987          program { name: "go_disabled";
21988             signal: "elm,state,disabled";
21989             source: "elm";
21990             action: STATE_SET "disabled" 0.0;
21991             target: "disclip";
21992          }
21993          program { name: "go_enabled";
21994             signal: "elm,state,enabled";
21995             source: "elm";
21996             action: STATE_SET "default" 0.0;
21997             target: "disclip";
21998          }
21999          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
22000          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
22001       }
22002    }
22003
22004    // 2.4.2.19
22005    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
22006       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
22007       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
22008       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
22009       alias: "elm/layout/dialogue/2text.1icon.9";
22010       data.item: "stacking" "above";
22011       data.item: "selectraise" "on";
22012       data.item: "texts" "elm.text.1 elm.text.2";
22013       data.item: "contents" "elm.icon.1";
22014       data.item: "flips" "elm.flip.content";
22015       images {
22016          image: "00_list_bar_press_1x80.png" COMP;
22017       }
22018       parts {
22019          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
22020          GENLIST_PART_DIALOGUE_BG_IMAGE
22021          GENLIST_PART_BOTTOM_LINE
22022          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
22023          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
22024          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22025          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22026          GENLIST_PART_DIALOGUE_ITEM
22027          GENLIST_PART_DIALOGUE_RIGHT_LINE
22028          part { name: "elm.icon.1";
22029             clip_to: "disclip";
22030             type: SWALLOW;
22031             scale: 1;
22032             description { state: "default" 0.0;
22033                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
22034                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
22035                fixed: 1 1;
22036                rel1 {
22037                   relative: 1.0 1.0;
22038                   to_x: "elm.padding.left";
22039                   to_y: "elm.text.1";
22040                }
22041                rel2 {
22042                   relative: 1.0 0.0;
22043                   to_x: "elm.padding.left";
22044                   to_y: "elm.padding.bottom";
22045                }
22046                align: 0.0 0.5;
22047             }
22048             GENLIST_DESCRIPTION_FLIP_ENABLED
22049          }
22050          part { name: "elm.padding.icon1.right";
22051             clip_to: "disclip";
22052             type: RECT;
22053             scale: 1;
22054             description { state: "default" 0.0;
22055                min: GENLIST_PADDING_16_INC 0;
22056                fixed: 1 0;
22057                rel1 {
22058                   relative: 1.0 0.0;
22059                   to_x: "elm.icon.1";
22060                }
22061                rel2.to_x: "elm.icon.1";
22062                align: 0.0 0.0;
22063                visible: 0;
22064             }
22065          }
22066          part { name: "elm.text.1";
22067             clip_to: "disclip";
22068             type: TEXT;
22069             mouse_events: 0;
22070             scale: 1;
22071             description { state: "default" 0.0;
22072                min: 0 GENLIST_SIZE_61_INC;
22073                fixed: 0 1;
22074                rel1 {
22075                   relative: 1.0 1.0;
22076                   to_x: "elm.padding.left";
22077                   to_y: "elm.padding.top";
22078                }
22079                rel2 {
22080                   relative: 0.0 1.0;
22081                   to_x: "elm.padding.right";
22082                   to_y: "elm.padding.top";
22083                }
22084                align: 0.0 0.0;
22085                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
22086                text {
22087                   font: "SLP:style=Roman";
22088                   size: GENLIST_FONT_44_INC;
22089                   min: 0 1;
22090                   align: 0.0 0.5;
22091                   text_class: "list_item";
22092                }
22093             }
22094             description { state: "selected" 0.0;
22095                inherit: "default" 0.0;
22096                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22097             }
22098             GENLIST_DESCRIPTION_FLIP_ENABLED
22099          }
22100          part { name: "elm.text.2";
22101             clip_to: "disclip";
22102             type: TEXT;
22103             mouse_events: 0;
22104             scale: 1;
22105             description { state: "default" 0.0;
22106                rel1 {
22107                   relative: 1.0 1.0;
22108                   to_x: "elm.padding.icon1.right";
22109                   to_y: "elm.text.1";
22110                }
22111                rel2 {
22112                   relative: 0.0 0.0;
22113                   to_x: "elm.padding.right";
22114                   to_y: "elm.padding.bottom";
22115                }
22116                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
22117                text {
22118                   font: "SLP:style=Medium";
22119                   size: GENLIST_FONT_32_INC;
22120                   min: 0 1;
22121                   align: 0.0 0.5;
22122                   text_class: "slp_medium";
22123                }
22124             }
22125             description { state: "selected" 0.0;
22126                inherit: "default" 0.0;
22127                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
22128             }
22129             GENLIST_DESCRIPTION_FLIP_ENABLED
22130          }
22131          GENLIST_PART_FLIP
22132          GENLIST_PART_DISCLIP
22133       }
22134       programs {
22135          // signal: elm,state,%s,active
22136          //   a "check" item named %s went active
22137          // signal: elm,state,%s,passive
22138          //   a "check" item named %s went passive
22139          // default is passive
22140          program { name: "go_active";
22141             signal: "elm,state,selected";
22142             source: "elm";
22143             action: STATE_SET "selected" 0.0;
22144             target: "bg_image";
22145             target: "elm.text.1";
22146             target: "elm.text.2";
22147          }
22148          program { name: "go_passive";
22149             signal: "elm,state,unselected";
22150             source: "elm";
22151             action: STATE_SET "default" 0.0;
22152             target: "bg_image";
22153             target: "elm.text.1";
22154             target: "elm.text.2";
22155             transition: LINEAR 0.1;
22156          }
22157          program { name: "go_disabled";
22158             signal: "elm,state,disabled";
22159             source: "elm";
22160             action: STATE_SET "disabled" 0.0;
22161             target: "disclip";
22162          }
22163          program { name: "go_enabled";
22164             signal: "elm,state,enabled";
22165             source: "elm";
22166             action: STATE_SET "default" 0.0;
22167             target: "disclip";
22168          }
22169       }
22170    }
22171
22172 // 4.3.1
22173    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
22174       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
22175       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
22176       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
22177       alias: "elm/layout/dialogue/bg/2text.2icon";
22178       data.item: "stacking" "above";
22179       data.item: "selectraise" "on";
22180       data.item: "texts" "elm.text.1 elm.text.2";
22181       data.item: "contents" "elm.icon.1 elm.icon.2";
22182       images {
22183           image: "00_list_thumbnail_bg.png" COMP;
22184       }
22185       parts {
22186          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22187          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
22188          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
22189          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22190          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22191          part { name: "elm.icon1.bg";
22192             scale: 1;
22193             description { state: "default" 0.0;
22194                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22195                fixed: 1 1;
22196                align: 0.0 0.52;
22197                rel1 {
22198                   relative: 1.0 0.5;
22199                   to_x: "elm.padding.left";
22200                }
22201                rel2 {
22202                   relative: 1.0 0.5;
22203                   to_x: "elm.padding.left";
22204                }
22205                image {
22206                   normal: "00_list_thumbnail_bg.png";
22207                   border: 1 1 1 1;
22208                   border_scale: 1;
22209                   middle: NONE;
22210                }
22211             }
22212          }
22213          part { name: "elm.icon.1";
22214             type: SWALLOW;
22215             description { state: "default" 0.0;
22216                rel1.to: "elm.icon1.bg";
22217                rel2.to: "elm.icon1.bg";
22218             }
22219          }
22220          part { name: "elm.padding.icon1.right";
22221             type: RECT;
22222             mouse_events: 0;
22223             scale: 1;
22224             description { state: "default" 0.0;
22225                min: GENLIST_PADDING_24_INC 0;
22226                fixed: 1 0;
22227                rel1 {
22228                    relative: 1.0 0.0;
22229                    to_x: "elm.icon1.bg";
22230                }
22231                rel2.to_x: "elm.icon1.bg";
22232                visible: 0;
22233                align: 0.0 0.5;
22234             }
22235          }
22236          part { name: "elm.icon.2";
22237             type: SWALLOW;
22238             scale: 1;
22239             description { state: "default" 0.0;
22240                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22241                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22242                fixed: 1 1;
22243                rel1 {
22244                   relative: 0.0 0.5;
22245                   to_x: "elm.padding.right";
22246                }
22247                rel2 {
22248                   relative: 0.0 0.5;
22249                   to_x: "elm.padding.right";
22250                }
22251                align: 1.0 0.5;
22252             }
22253          }
22254          part { name: "elm.padding.icon2.right";
22255             type: RECT;
22256             mouse_events: 0;
22257             scale: 1;
22258             description { state: "default" 0.0;
22259                min: GENLIST_PADDING_16_INC 0;
22260                fixed: 1 0;
22261                rel1.to_x: "elm.icon.2";
22262                rel2 {
22263                   relative: 0.0 1.0;
22264                   to_x: "elm.icon.2";
22265                }
22266                rel2.to_x: "elm.icon.2";
22267                visible: 0;
22268                align: 1.0 0.5;
22269             }
22270          }
22271          part { name: "elm.text.1";
22272             clip_to: "disclip";
22273             type: TEXT;
22274             mouse_events: 0;
22275             scale: 1;
22276             description { state: "default" 0.0;
22277                min: 0 GENLIST_SIZE_54_INC;
22278                fixed: 0 1;
22279                align: 0 0;
22280                rel1 {
22281                   relative: 1.0 1.0;
22282                   to_x: "elm.padding.icon1.right";
22283                   to_y: "elm.padding.top";
22284                }
22285                rel2 {
22286                   relative: 0.0 1.0;
22287                   to_x: "elm.padding.icon2.right";
22288                   to_y: "elm.padding.top";
22289                }
22290                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22291                text {
22292                   font: "SLP:style=Roman";
22293                   size: GENLIST_FONT_48_INC;
22294                   align: 0.0 0.5;
22295                   text_class: "list_item";
22296                }
22297             }
22298          }
22299          part { name: "elm.padding.text.1.bottom";
22300             type: RECT;
22301             mouse_events: 0;
22302             scale: 1;
22303             description { state: "default" 0.0;
22304                min: 0 GENLIST_PADDING_8_INC;
22305                fixed: 0 1;
22306                rel1 {
22307                    relative: 0.0 1.0;
22308                    to_y: "elm.text.1";
22309                }
22310                rel2.to_y: "elm.text.1";
22311                visible: 0;
22312                align: 0.0 0.0;
22313             }
22314          }
22315          part { name: "elm.text.2";
22316             clip_to: "disclip";
22317             type: TEXT;
22318             mouse_events: 0;
22319             scale: 1;
22320             description { state: "default" 0.0;
22321                rel1 {
22322                   relative: 1.0 1.0;
22323                   to_x: "elm.padding.icon1.right";
22324                   to_y: "elm.padding.text.1.bottom";
22325                }
22326                rel2 {
22327                   relative: 0.0 0.0;
22328                   to_x: "elm.padding.icon2.right";
22329                   to_y: "elm.padding.bottom";
22330                }
22331                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22332                text {
22333                   font: "SLP:style=Medium";
22334                   size: GENLIST_FONT_32_INC;
22335                   align: 0.0 0.5;
22336                   text_class: "slp_medium";
22337                }
22338             }
22339          }
22340          GENLIST_PART_DISCLIP
22341       }
22342       programs {
22343          // signal: elm,state,%s,active
22344          //   a "check" item named %s went active
22345          // signal: elm,state,%s,passive
22346          //   a "check" item named %s went passive
22347          // default is passive
22348          /*program { name: "go_active";
22349             signal: "elm,state,selected";
22350             source: "elm";
22351             action: STATE_SET "selected" 0.0;
22352             target: "elm.text";
22353             target: "elm.text.sub";
22354          }
22355          program { name: "go_passive";
22356             signal: "elm,state,unselected";
22357             source: "elm";
22358             action: STATE_SET "default" 0.0;
22359             target: "elm.text";
22360             target: "elm.text.sub";
22361             transition: LINEAR 0.1;
22362          }*/
22363          program { name: "go_disabled";
22364             signal: "elm,state,disabled";
22365             source: "elm";
22366             action: STATE_SET "disabled" 0.0;
22367             target: "disclip";
22368          }
22369          program { name: "go_enabled";
22370             signal: "elm,state,enabled";
22371             source: "elm";
22372             action: STATE_SET "default" 0.0;
22373             target: "disclip";
22374          }
22375       }
22376    }
22377
22378 // 4.3.2
22379    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
22380       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
22381       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
22382       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
22383       alias: "elm/layout/dialogue/bg/3text.2icon";
22384       data.item: "stacking" "above";
22385       data.item: "selectraise" "on";
22386       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
22387       data.item: "contents" "elm.icon.1 elm.icon.2";
22388       images {
22389           image: "00_list_thumbnail_bg.png" COMP;
22390       }
22391       parts {
22392          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
22393          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
22394          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
22395          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22396          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22397          part { name: "elm.icon1.bg";
22398             scale: 1;
22399             description { state: "default" 0.0;
22400                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
22401                fixed: 1 1;
22402                align: 0.0 0.52;
22403                rel1 {
22404                   relative: 1.0 0.5;
22405                   to_x: "elm.padding.left";
22406                }
22407                rel2 {
22408                   relative: 1.0 0.5;
22409                   to_x: "elm.padding.left";
22410                }
22411                image {
22412                   normal: "00_list_thumbnail_bg.png";
22413                   border: 1 1 1 1;
22414                   border_scale: 1;
22415                   middle: NONE;
22416                }
22417             }
22418          }
22419          part { name: "elm.icon.1";
22420             type: SWALLOW;
22421             description { state: "default" 0.0;
22422                rel1.to: "elm.icon1.bg";
22423                rel2.to: "elm.icon1.bg";
22424             }
22425          }
22426          part { name: "elm.padding.icon1.right";
22427             type: RECT;
22428             mouse_events: 0;
22429             scale: 1;
22430             description { state: "default" 0.0;
22431                min: GENLIST_PADDING_24_INC 0;
22432                fixed: 1 0;
22433                rel1 {
22434                    relative: 1.0 0.0;
22435                    to_x: "elm.icon1.bg";
22436                }
22437                rel2.to_x: "elm.icon1.bg";
22438                visible: 0;
22439                align: 0.0 0.5;
22440             }
22441          }
22442          part { name: "elm.icon.2";
22443             type: SWALLOW;
22444             scale: 1;
22445             description { state: "default" 0.0;
22446                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22447                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
22448                fixed: 1 1;
22449                rel1 {
22450                   relative: 0.0 0.5;
22451                   to_x: "elm.padding.right";
22452                }
22453                rel2 {
22454                   relative: 0.0 0.5;
22455                   to_x: "elm.padding.right";
22456                }
22457                align: 1.0 0.5;
22458             }
22459          }
22460          part { name: "elm.padding.icon2.right";
22461             type: RECT;
22462             mouse_events: 0;
22463             scale: 1;
22464             description { state: "default" 0.0;
22465                min: GENLIST_PADDING_16_INC 0;
22466                fixed: 1 0;
22467                rel1.to_x: "elm.icon.2";
22468                rel2 {
22469                   relative: 0.0 1.0;
22470                   to_x: "elm.icon.2";
22471                }
22472                rel2.to_x: "elm.icon.2";
22473                visible: 0;
22474                align: 1.0 0.5;
22475             }
22476          }
22477          part { name: "elm.text.1";
22478             clip_to: "disclip";
22479             type: TEXT;
22480             mouse_events: 0;
22481             scale: 1;
22482             description { state: "default" 0.0;
22483                min: 0 GENLIST_SIZE_54_INC;
22484                fixed: 0 1;
22485                align: 0 0;
22486                rel1 {
22487                   relative: 1.0 1.0;
22488                   to_x: "elm.padding.icon1.right";
22489                   to_y: "elm.padding.top";
22490                }
22491                rel2 {
22492                   relative: 0.0 1.0;
22493                   to_x: "elm.padding.icon2.right";
22494                   to_y: "elm.padding.top";
22495                }
22496                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
22497                text {
22498                   font: "SLP:style=Roman";
22499                   size: GENLIST_FONT_48_INC;
22500                   align: 0.0 0.5;
22501                   text_class: "list_item";
22502                }
22503             }
22504          }
22505          part { name: "elm.padding.text.1.bottom";
22506             type: RECT;
22507             mouse_events: 0;
22508             scale: 1;
22509             description { state: "default" 0.0;
22510                min: 0 GENLIST_PADDING_8_INC;
22511                fixed: 0 1;
22512                rel1 {
22513                    relative: 0.0 1.0;
22514                    to_y: "elm.text.1";
22515                }
22516                rel2.to_y: "elm.text.1";
22517                visible: 0;
22518                align: 0.0 0.0;
22519             }
22520          }
22521          part { name: "elm.text.2";
22522             clip_to: "disclip";
22523             type: TEXT;
22524             mouse_events: 0;
22525             scale: 1;
22526             description { state: "default" 0.0;
22527                rel1 {
22528                   relative: 1.0 1.0;
22529                   to_x: "elm.padding.icon1.right";
22530                   to_y: "elm.padding.text.1.bottom";
22531                }
22532                rel2 {
22533                   relative: 0.0 0.0;
22534                   to_x: "elm.padding.icon2.right";
22535                   to_y: "elm.text.3";
22536                }
22537                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22538                text {
22539                   font: "SLP:style=Medium";
22540                   size: GENLIST_FONT_32_INC;
22541                   align: 0.0 0.5;
22542                   text_class: "slp_medium";
22543                }
22544             }
22545          }
22546          part { name: "elm.text.3";
22547             clip_to: "disclip";
22548             type: TEXT;
22549             mouse_events: 0;
22550             scale: 1;
22551             description { state: "default" 0.0;
22552                min: 0 GENLIST_ICON_SMALL_SIZE;
22553                fixed: 0 1;
22554                align: 0 1;
22555                rel1 {
22556                   relative: 1.0 0.0;
22557                   to_x: "elm.padding.icon1.right";
22558                   to_y: "elm.padding.bottom";
22559                }
22560                rel2 {
22561                   relative: 0.0 0.0;
22562                   to_x: "elm.padding.icon2.right";
22563                   to_y: "elm.padding.bottom";
22564                }
22565                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
22566                text {
22567                   font: "SLP:style=Medium";
22568                   size: GENLIST_FONT_32_INC;
22569                   align: 0.0 0.5;
22570                   text_class: "slp_medium";
22571                }
22572             }
22573          }
22574          GENLIST_PART_DISCLIP
22575       }
22576       programs {
22577          // signal: elm,state,%s,active
22578          //   a "check" item named %s went active
22579          // signal: elm,state,%s,passive
22580          //   a "check" item named %s went passive
22581          // default is passive
22582          /*program { name: "go_active";
22583             signal: "elm,state,selected";
22584             source: "elm";
22585             action: STATE_SET "selected" 0.0;
22586             target: "elm.text";
22587             target: "elm.text.sub";
22588          }
22589          program { name: "go_passive";
22590             signal: "elm,state,unselected";
22591             source: "elm";
22592             action: STATE_SET "default" 0.0;
22593             target: "elm.text";
22594             target: "elm.text.sub";
22595             transition: LINEAR 0.1;
22596          }*/
22597          program { name: "go_disabled";
22598             signal: "elm,state,disabled";
22599             source: "elm";
22600             action: STATE_SET "disabled" 0.0;
22601             target: "disclip";
22602          }
22603          program { name: "go_enabled";
22604             signal: "elm,state,enabled";
22605             source: "elm";
22606             action: STATE_SET "default" 0.0;
22607             target: "disclip";
22608          }
22609       }
22610    }
22611
22612 // 4.3.3
22613    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
22614       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
22615       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
22616       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
22617       alias: "elm/layout/dialogue/bg/5text.2icon";
22618       data.item: "stacking" "above";
22619       data.item: "selectraise" "on";
22620       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22621       data.item: "contents" "elm.icon.1 elm.icon.2";
22622       images {
22623           image: "00_list_thumbnail_bg.png" COMP;
22624       }
22625       parts {
22626          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
22627          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
22628          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
22629          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22630          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22631          part { name: "elm.icon1.bg";
22632             scale: 1;
22633             description { state: "default" 0.0;
22634                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
22635                fixed: 1 1;
22636                align: 0.0 0.5;
22637                rel1 {
22638                   relative: 1.0 0.5;
22639                   to_x: "elm.padding.left";
22640                }
22641                rel2 {
22642                   relative: 1.0 0.5;
22643                   to_x: "elm.padding.left";
22644                }
22645                image {
22646                   normal: "00_list_thumbnail_bg.png";
22647                   border: 1 1 1 1;
22648                   border_scale: 1;
22649                   middle: NONE;
22650                }
22651             }
22652          }
22653          part { name: "elm.icon.1";
22654             type: SWALLOW;
22655             description { state: "default" 0.0;
22656                rel1.to: "elm.icon1.bg";
22657                rel2.to: "elm.icon1.bg";
22658             }
22659          }
22660          part { name: "elm.padding.icon1.right";
22661             type: RECT;
22662             mouse_events: 0;
22663             scale: 1;
22664             description { state: "default" 0.0;
22665                min: GENLIST_PADDING_16_INC 0;
22666                fixed: 1 0;
22667                rel1 {
22668                    relative: 1.0 0.0;
22669                    to_x: "elm.icon1.bg";
22670                }
22671                rel2.to_x: "elm.icon1.bg";
22672                visible: 0;
22673                align: 0.0 0.5;
22674             }
22675          }
22676          part { name: "elm.text.1";
22677             clip_to: "disclip";
22678             type: TEXT;
22679             mouse_events: 0;
22680             scale: 1;
22681             description { state: "default" 0.0;
22682                min: 0 GENLIST_SIZE_38_INC;
22683                fixed: 0 1;
22684                rel1 {
22685                   relative: 1.0 1.0;
22686                   to_x: "elm.padding.icon1.right";
22687                   to_y: "elm.padding.top";
22688                }
22689                rel2 {
22690                   relative: 0.0 1.0;
22691                   to_x: "elm.padding.right";
22692                   to_y: "elm.padding.top";
22693                }
22694                align: 0.0 0.0;
22695                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
22696                text {
22697                   font: "SLP:style=Medium";
22698                   size: GENLIST_FONT_32_INC;
22699                   align: 0.0 0.5;
22700                   text_class: "list_item";
22701                }
22702             }
22703          }
22704          part { name: "elm.text.2";
22705             clip_to: "disclip";
22706             type: TEXT;
22707             mouse_events: 0;
22708             scale: 1;
22709             description { state: "default" 0.0;
22710                min: 0 GENLIST_SIZE_38_INC;
22711                fixed: 0 1;
22712                rel1 {
22713                   relative: 1.0 1.0;
22714                   to_x: "elm.padding.icon1.right";
22715                   to_y: "elm.text.1";
22716                }
22717                rel2 {
22718                   relative: 0.0 1.0;
22719                   to_x: "elm.padding.right";
22720                   to_y: "elm.text.1";
22721                }
22722                align: 0.0 0.0;
22723                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
22724                text {
22725                   font: "SLP:style=Medium";
22726                   size: GENLIST_FONT_28_INC;
22727                   align: 0.0 0.5;
22728                   text_class: "slp_medium";
22729                }
22730             }
22731          }
22732          part { name: "elm.icon.2";
22733             clip_to: "disclip";
22734             type: SWALLOW;
22735             mouse_events: 0;
22736             scale: 1;
22737             description { state: "default" 0.0;
22738                fixed: 1 1;
22739                rel1 {
22740                   relative: 1.0 0.0;
22741                   to_x: "elm.padding.icon1.right";
22742                   to_y: "elm.text.3";
22743                }
22744                rel2 {
22745                   relative: 1.0 1.0;
22746                   to_x: "elm.padding.icon1.right";
22747                   to_y: "elm.text.3";
22748                }
22749                align: 0.0 0.5;
22750             }
22751          }
22752          part { name: "elm.padding.icon2.right";
22753             type: RECT;
22754             mouse_events: 0;
22755             scale: 1;
22756             description { state: "default" 0.0;
22757                min: GENLIST_PADDING_16_INC 0;
22758                fixed: 1 0;
22759                rel1 {
22760                    relative: 1.0 0.0;
22761                    to_x: "elm.icon.2";
22762                }
22763                rel2.to_x: "elm.icon.2";
22764                visible: 0;
22765                align: 0.0 0.5;
22766             }
22767          }
22768          part { name: "elm.text.3";
22769             clip_to: "disclip";
22770             type: TEXT;
22771             mouse_events: 0;
22772             scale: 1;
22773             description { state: "default" 0.0;
22774                min: 0 GENLIST_SIZE_38_INC;
22775                fixed: 0 1;
22776                rel1 {
22777                   relative: 1.0 1.0;
22778                   to_x: "elm.padding.icon2.right";
22779                   to_y: "elm.text.2";
22780                }
22781                rel2 {
22782                   relative: 0.0 1.0;
22783                   to_x: "elm.padding.right";
22784                   to_y: "elm.text.2";
22785                }
22786                align: 0.0 0.0;
22787                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
22788                text {
22789                   font: "SLP:style=Medium";
22790                   size: GENLIST_FONT_28_INC;
22791                   align: 0.0 0.5;
22792                   text_class: "slp_medium";
22793                }
22794             }
22795          }
22796          part { name: "elm.text.4";
22797             clip_to: "disclip";
22798             type: TEXT;
22799             mouse_events: 0;
22800             scale: 1;
22801             description { state: "default" 0.0;
22802                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22803                fixed: 1 1;
22804                align: 0 1;
22805                rel1 {
22806                   relative: 1.0 0.0;
22807                   to_x: "elm.padding.icon1.right";
22808                   to_y: "elm.padding.bottom";
22809                }
22810                rel2 {
22811                   relative: 1.0 0.0;
22812                   to_x: "elm.padding.icon1.right";
22813                   to_y: "elm.padding.bottom";
22814                }
22815                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
22816                text {
22817                   font: "SLP:style=Medium";
22818                   size: GENLIST_FONT_28_INC;
22819                   align: 0.0 0.5;
22820                   text_class: "slp_medium";
22821                }
22822             }
22823          }
22824          part { name: "elm.padding.text4.right";
22825             type: RECT;
22826             mouse_events: 0;
22827             scale: 1;
22828             description { state: "default" 0.0;
22829                min: GENLIST_PADDING_16_INC 0;
22830                fixed: 1 0;
22831                rel1 {
22832                    relative: 1.0 0.0;
22833                    to_x: "elm.text.4";
22834                }
22835                rel2.to_x: "elm.text.4";
22836                visible: 0;
22837                align: 0.0 0.5;
22838             }
22839          }
22840          part { name: "elm.text.5";
22841             clip_to: "disclip";
22842             type: TEXT;
22843             mouse_events: 0;
22844             scale: 1;
22845             description { state: "default" 0.0;
22846                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
22847                fixed: 1 1;
22848                align: 0 1;
22849                rel1 {
22850                   relative: 1.0 0.0;
22851                   to_x: "elm.padding.text4.right";
22852                   to_y: "elm.padding.bottom";
22853                }
22854                rel2 {
22855                   relative: 1.0 0.0;
22856                   to_x: "elm.padding.text4.right";
22857                   to_y: "elm.padding.bottom";
22858                }
22859                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
22860                text {
22861                   font: "SLP:style=Medium";
22862                   size: GENLIST_FONT_28_INC;
22863                   align: 0.0 0.5;
22864                   text_class: "slp_medium";
22865                }
22866             }
22867          }
22868          GENLIST_PART_DISCLIP
22869       }
22870       programs {
22871          // signal: elm,state,%s,active
22872          //   a "check" item named %s went active
22873          // signal: elm,state,%s,passive
22874          //   a "check" item named %s went passive
22875          // default is passive
22876          /*program { name: "go_active";
22877             signal: "elm,state,selected";
22878             source: "elm";
22879             action: STATE_SET "selected" 0.0;
22880             target: "elm.text";
22881             target: "elm.text.sub";
22882          }
22883          program { name: "go_passive";
22884             signal: "elm,state,unselected";
22885             source: "elm";
22886             action: STATE_SET "default" 0.0;
22887             target: "elm.text";
22888             target: "elm.text.sub";
22889             transition: LINEAR 0.1;
22890          }*/
22891          program { name: "go_disabled";
22892             signal: "elm,state,disabled";
22893             source: "elm";
22894             action: STATE_SET "disabled" 0.0;
22895             target: "disclip";
22896          }
22897          program { name: "go_enabled";
22898             signal: "elm,state,enabled";
22899             source: "elm";
22900             action: STATE_SET "default" 0.0;
22901             target: "disclip";
22902          }
22903       }
22904    }
22905
22906    // 4.1.9
22907    group { name: "elm/genlist/item/dialogue/1icon/default";
22908       alias: "elm/genlist/item_odd/dialogue/1icon/default";
22909       alias: "elm/genlist/item_compress/dialogue/1icon/default";
22910       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
22911       alias: "elm/layout/dialogue/1icon";
22912       data.item: "stacking" "above";
22913       data.item: "selectraise" "on";
22914       data.item: "contents" "elm.icon";
22915
22916       parts {
22917          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
22918          GENLIST_PART_DIALOGUE_BG_IMAGE
22919          GENLIST_PART_BOTTOM_LINE
22920          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
22921          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22922          GENLIST_PART_DIALOGUE_ITEM
22923          GENLIST_PART_DIALOGUE_RIGHT_LINE
22924          part { name: "elm.icon";
22925             clip_to: "disclip";
22926             type: SWALLOW;
22927             scale: 1;
22928             description { state: "default" 0.0;
22929                rel1 {
22930                   relative: 1.0 0.0;
22931                   to_x: "elm.padding.left";
22932                }
22933                rel2 {
22934                   relative: 0.0 1.0;
22935                   to_x: "elm.padding.right";
22936                }
22937             }
22938          }
22939          GENLIST_PART_DISCLIP
22940       }
22941       programs {
22942          // signal: elm,state,%s,active
22943          //   a "check" item named %s went active
22944          // signal: elm,state,%s,passive
22945          //   a "check" item named %s went passive
22946          // default is passive
22947          /*program { name: "go_active";
22948             signal: "elm,state,selected";
22949             source: "elm";
22950             action: STATE_SET "selected" 0.0;
22951             target: "bg_image";
22952             target: "elm.text";
22953          }
22954          program { name: "go_passive";
22955             signal: "elm,state,unselected";
22956             source: "elm";
22957             action: STATE_SET "default" 0.0;
22958             target: "bg_image";
22959             target: "elm.text";
22960             transition: LINEAR 0.1;
22961          }*/
22962          program { name: "go_disabled";
22963             signal: "elm,state,disabled";
22964             source: "elm";
22965             action: STATE_SET "disabled" 0.0;
22966             target: "disclip";
22967          }
22968          program { name: "go_enabled";
22969             signal: "elm,state,enabled";
22970             source: "elm";
22971             action: STATE_SET "default" 0.0;
22972             target: "disclip";
22973          }
22974       }
22975    }
22976
22977    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
22978       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
22979       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
22980       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
22981       alias: "elm/layout/dialogue/bg/1icon";
22982       data.item: "stacking" "above";
22983       data.item: "selectraise" "on";
22984       data.item: "contents" "elm.icon";
22985
22986       parts {
22987          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
22988          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
22989          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
22990          part { name: "elm.icon";
22991             clip_to: "disclip";
22992             type: SWALLOW;
22993             scale: 1;
22994             description { state: "default" 0.0;
22995                rel1 {
22996                   relative: 1.0 0.0;
22997                   to_x: "elm.padding.left";
22998                }
22999                rel2 {
23000                   relative: 0.0 1.0;
23001                   to_x: "elm.padding.right";
23002                }
23003             }
23004          }
23005          GENLIST_PART_DISCLIP
23006       }
23007       programs {
23008          // signal: elm,state,%s,active
23009          //   a "check" item named %s went active
23010          // signal: elm,state,%s,passive
23011          //   a "check" item named %s went passive
23012          // default is passive
23013          program { name: "go_disabled";
23014             signal: "elm,state,disabled";
23015             source: "elm";
23016             action: STATE_SET "disabled" 0.0;
23017             target: "disclip";
23018          }
23019          program { name: "go_enabled";
23020             signal: "elm,state,enabled";
23021             source: "elm";
23022             action: STATE_SET "default" 0.0;
23023             target: "disclip";
23024          }
23025       }
23026    }
23027
23028    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
23029       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
23030       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
23031       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
23032       alias: "elm/layout/dialogue/bg/2icon";
23033       data.item: "stacking" "above";
23034       data.item: "selectraise" "on";
23035       data.item: "contents" "elm.icon.1 elm.icon.2";
23036
23037       parts {
23038          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23039          part { name: "elm.icon.1";
23040             clip_to: "disclip";
23041             type: SWALLOW;
23042             description { state: "default" 0.0;
23043                rel1.relative: 0.021 0.0;
23044                rel2.relative: 0.492 1.0;
23045             }
23046          }
23047          part { name: "elm.icon.2";
23048             clip_to: "disclip";
23049             type: SWALLOW;
23050             description { state: "default" 0.0;
23051                rel1.relative: 0.51 0.0;
23052                rel2.relative: 0.979 1.0;
23053             }
23054          }
23055          GENLIST_PART_DISCLIP
23056       }
23057       programs {
23058          // signal: elm,state,%s,active
23059          //   a "check" item named %s went active
23060          // signal: elm,state,%s,passive
23061          //   a "check" item named %s went passive
23062          // default is passive
23063          program { name: "go_disabled";
23064             signal: "elm,state,disabled";
23065             source: "elm";
23066             action: STATE_SET "disabled" 0.0;
23067             target: "disclip";
23068          }
23069          program { name: "go_enabled";
23070             signal: "elm,state,enabled";
23071             source: "elm";
23072             action: STATE_SET "default" 0.0;
23073             target: "disclip";
23074          }
23075       }
23076    }
23077
23078    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
23079       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
23080       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
23081       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
23082
23083       alias: "elm/genlist/item/dialogue.3icon/default";
23084       alias: "elm/genlist/item_odd/dialogue.3icon/default";
23085       alias: "elm/genlist/item_compress/dialogue.3icon/default";
23086       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
23087
23088       alias: "elm/layout/dialogue/bg/3icon";
23089       alias: "elm/layout/dialogue/dialogue.3icon";
23090
23091       data.item: "stacking" "above";
23092       data.item: "selectraise" "on";
23093       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23094
23095       parts {
23096          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
23097          part { name: "elm.icon.1";
23098             clip_to: "disclip";
23099             type: SWALLOW;
23100             description { state: "default" 0.0;
23101                rel1.relative: 0.021 0.0;
23102                rel2.relative: 0.327 1.0;
23103             }
23104          }
23105          part { name: "elm.icon.2";
23106             clip_to: "disclip";
23107             type: SWALLOW;
23108             description { state: "default" 0.0;
23109                rel1.relative: 0.348 0.0;
23110                rel2.relative: 0.652 1.0;
23111             }
23112          }
23113          part { name: "elm.icon.3";
23114             clip_to: "disclip";
23115             type: SWALLOW;
23116             description { state: "default" 0.0;
23117                rel1.relative: 0.673 0.0;
23118                rel2.relative: 0.979 1.0;
23119             }
23120          }
23121          GENLIST_PART_DISCLIP
23122       }
23123       programs {
23124          // signal: elm,state,%s,active
23125          //   a "check" item named %s went active
23126          // signal: elm,state,%s,passive
23127          //   a "check" item named %s went passive
23128          // default is passive
23129          program { name: "go_disabled";
23130             signal: "elm,state,disabled";
23131             source: "elm";
23132             action: STATE_SET "disabled" 0.0;
23133             target: "disclip";
23134          }
23135          program { name: "go_enabled";
23136             signal: "elm,state,enabled";
23137             source: "elm";
23138             action: STATE_SET "default" 0.0;
23139             target: "disclip";
23140          }
23141       }
23142    }
23143
23144    group { name: "elm/genlist/item/dialogue.3icon.2/default";
23145       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
23146       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
23147       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
23148       alias: "elm/layout/dialogue/dialogue.3icon.2";
23149       data.item: "stacking" "above";
23150       data.item: "selectraise" "on";
23151       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
23152
23153       parts {
23154          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
23155          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
23156          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23157          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
23158          part { name: "elm.icon.1";
23159             clip_to: "disclip";
23160             type: SWALLOW;
23161             description { state: "default" 0.0;
23162                min: GENLIST_SIZE_234_INC 0;
23163                fixed: 1 0;
23164                rel1 {
23165                   relative: 0.0 1.0;
23166                   to_x: "elm.padding.right";
23167                   to_y: "elm.padding.top";
23168                }
23169                rel2 {
23170                   relative: 0.0 1.0;
23171                   to_x: "elm.padding.right";
23172                }
23173                align: 1.0 0.5;
23174             }
23175          }
23176          part { name: "elm.padding.icon.1.left";
23177             clip_to: "disclip";
23178             type: RECT;
23179             mouse_events: 0;
23180             scale: 1;
23181             description { state: "default" 0.0;
23182                min: GENLIST_PADDING_16_INC 0;
23183                fixed: 1 0;
23184                rel1.to_x: "elm.icon.1";
23185                rel2 {
23186                   relative: 0.0 1.0;
23187                   to_x: "elm.icon.1";
23188                }
23189                visible: 0;
23190                align: 1.0 0.5;
23191             }
23192          }
23193          part { name: "elm.icon.2";
23194             clip_to: "disclip";
23195             type: SWALLOW;
23196             description { state: "default" 0.0;
23197                min: GENLIST_SIZE_234_INC 0;
23198                fixed: 1 0;
23199                rel1 {
23200                   relative: 0.0 1.0;
23201                   to_x: "elm.padding.icon.1.left";
23202                   to_y: "elm.padding.top";
23203                }
23204                rel2 {
23205                   relative: 0.0 1.0;
23206                   to_x: "elm.padding.icon.1.left";
23207                }
23208                align: 1.0 0.5;
23209             }
23210          }
23211          part { name: "elm.padding.icon.2.left";
23212             clip_to: "disclip";
23213             type: RECT;
23214             mouse_events: 0;
23215             scale: 1;
23216             description { state: "default" 0.0;
23217                min: GENLIST_PADDING_16_INC 0;
23218                fixed: 1 0;
23219                rel1.to_x: "elm.icon.2";
23220                rel2 {
23221                   relative: 0.0 1.0;
23222                   to_x: "elm.icon.2";
23223                }
23224                visible: 0;
23225                align: 1.0 0.5;
23226             }
23227          }
23228          part { name: "elm.icon.3";
23229             clip_to: "disclip";
23230             type: SWALLOW;
23231             description { state: "default" 0.0;
23232                min: GENLIST_SIZE_234_INC 0;
23233                fixed: 1 0;
23234                rel1 {
23235                   relative: 0.0 1.0;
23236                   to_x: "elm.padding.icon.2.left";
23237                   to_y: "elm.padding.top";
23238                }
23239                rel2 {
23240                   relative: 0.0 1.0;
23241                   to_x: "elm.padding.icon.2.left";
23242                }
23243                align: 1.0 0.5;
23244             }
23245          }
23246          GENLIST_PART_DISCLIP
23247       }
23248       programs {
23249          // signal: elm,state,%s,active
23250          //   a "check" item named %s went active
23251          // signal: elm,state,%s,passive
23252          //   a "check" item named %s went passive
23253          // default is passive
23254          program { name: "go_disabled";
23255             signal: "elm,state,disabled";
23256             source: "elm";
23257             action: STATE_SET "disabled" 0.0;
23258             target: "disclip";
23259          }
23260          program { name: "go_enabled";
23261             signal: "elm,state,enabled";
23262             source: "elm";
23263             action: STATE_SET "default" 0.0;
23264             target: "disclip";
23265          }
23266       }
23267    }
23268
23269    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
23270       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
23271       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
23272       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
23273       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
23274       data.item: "stacking" "above";
23275       data.item: "selectraise" "on";
23276       data.item: "texts" "elm.title elm.text";
23277
23278       images {
23279           image: "00_list_img_check.png" COMP;
23280       }
23281
23282       parts {
23283          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
23284          GENLIST_PART_DIALOGUE_BG_IMAGE
23285          GENLIST_PART_BOTTOM_LINE
23286          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23287          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23288          GENLIST_PART_DIALOGUE_ITEM
23289          GENLIST_PART_DIALOGUE_RIGHT_LINE
23290          part { name: "vertical_line";
23291             type: RECT;
23292             mouse_events: 0;
23293             description { state: "default" 0.0;
23294                min: 1 0;
23295                fixed: 1 0;
23296                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23297                rel1 {
23298                   relative: 1.0 0.0;
23299                   to_x: "elm.title";
23300                }
23301                rel2.to_x: "elm.title";
23302                align: 0.0 0.5;
23303             }
23304          }
23305          part { name: "elm.title";
23306             type: TEXT;
23307             mouse_events: 0;
23308             scale: 1;
23309             description { state: "default" 0.0;
23310                min: GENLIST_SIZE_163_INC 0;
23311                fixed: 1 0;
23312                rel1 {
23313                   relative: 1.0  0.0;
23314                   to_x: "elm.padding.left";
23315                }
23316                rel2.to_x: "elm.padding.left";
23317                align: 0.0 0.5;
23318                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23319                text {
23320                   font: "SLP:style=Medium";
23321                   size: GENLIST_FONT_32_INC;
23322                   min: 0 1;
23323                   align: 0.0 0.5;
23324                   text_class: "slp_medium";
23325                }
23326             }
23327          }
23328          part { name: "elm.padding.title.right";
23329             type: RECT;
23330             mouse_events: 0;
23331             scale: 1;
23332             description { state: "default" 0.0;
23333                min: GENLIST_PADDING_16_INC 0;
23334                fixed: 1 0;
23335                rel1 {
23336                    relative: 1.0 0.0;
23337                    to_x: "vertical_line";
23338                }
23339                rel2.to_x: "vertical_line";
23340                visible: 0;
23341                align: 0.0 0.5;
23342             }
23343          }
23344          part { name: "elm.text";
23345             clip_to: "disclip";
23346             type: TEXT;
23347             mouse_events: 0;
23348             scale: 1;
23349             description { state: "default" 0.0;
23350                rel1 {
23351                   relative: 1.0  0.0;
23352                   to_x: "elm.padding.title.right";
23353                }
23354                rel2.to_x: "elm.padding.title.right";
23355                align: 0.0 0.5;
23356                fixed: 1 1;
23357                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23358                text {
23359                   font: "SLP:style=Roman";
23360                   size: GENLIST_FONT_44_INC;
23361                   min: 1 1;
23362                   max: 1 1;
23363                   align: 0.0 0.5;
23364                   text_class: "list_item";
23365                }
23366             }
23367             description { state: "selected" 0.0;
23368                inherit: "default" 0.0;
23369                color: 217 147 26 255;
23370             }
23371          }
23372          part { name: "elm.padding.text.right";
23373             type: RECT;
23374             mouse_events: 0;
23375             scale: 1;
23376             description { state: "default" 0.0;
23377                min: GENLIST_PADDING_11_INC 0;
23378                fixed: 1 0;
23379                rel1 {
23380                    relative: 1.0 0.0;
23381                    to_x: "elm.text";
23382                }
23383                rel2.to_x: "elm.text";
23384                visible: 0;
23385                align: 0.0 0.5;
23386             }
23387          }
23388          part { name: "elm.image.check";
23389             clip_to: "disclip";
23390             mouse_events: 0;
23391             scale: 1;
23392             description { state: "default" 0.0;
23393                image.normal: "00_list_img_check.png";
23394                rel1 {
23395                   relative: 1.0 0.366;
23396                   to_x: "elm.padding.text.right";
23397                }
23398                rel2 {
23399                   relative: 3.857 0.648;
23400                   to_x: "elm.padding.text.right";
23401                }
23402                visible: 0;
23403             }
23404             description { state: "selected" 0.0;
23405                inherit: "default" 0.0;
23406                visible: 1;
23407             }
23408          }
23409          GENLIST_PART_DISCLIP
23410       }
23411       programs {
23412          // signal: elm,state,%s,active
23413          //   a "check" item named %s went active
23414          // signal: elm,state,%s,passive
23415          //   a "check" item named %s went passive
23416          // default is passive
23417          program { name: "go_active";
23418             signal: "elm,state,selected";
23419             source: "elm";
23420             action: STATE_SET "selected" 0.0;
23421             target: "elm.text";
23422             target: "elm.image.check";
23423             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
23424          }
23425          program { name: "go_passive";
23426             signal: "elm,state,unselected";
23427             source: "elm";
23428             action: STATE_SET "default" 0.0;
23429             target: "elm.text";
23430             target: "elm.image.check";
23431             transition: LINEAR 0.1;
23432          }
23433          program { name: "go_disabled";
23434             signal: "elm,state,disabled";
23435             source: "elm";
23436             action: STATE_SET "disabled" 0.0;
23437             target: "disclip";
23438          }
23439          program { name: "go_enabled";
23440             signal: "elm,state,enabled";
23441             source: "elm";
23442             action: STATE_SET "default" 0.0;
23443             target: "disclip";
23444          }
23445          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
23446       }
23447    }
23448
23449    group { name: "elm/genlist/item/dialogue/1title.4text/default";
23450       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
23451       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
23452       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
23453
23454       alias: "elm/genlist/item/dialogue.1title.4text/default";
23455       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
23456       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
23457       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
23458
23459       alias: "elm/layout/dialogue/1title.4text";
23460
23461       data.item: "stacking" "above";
23462       data.item: "selectraise" "on";
23463       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23464
23465       parts {
23466          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
23467          GENLIST_PART_DIALOGUE_BG_IMAGE
23468          GENLIST_PART_BOTTOM_LINE
23469          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23470          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23471          GENLIST_PART_DIALOGUE_ITEM
23472          GENLIST_PART_DIALOGUE_RIGHT_LINE
23473          part { name: "vertical_line";
23474             type: RECT;
23475             mouse_events: 0;
23476             description { state: "default" 0.0;
23477                min: 1 0;
23478                fixed: 1 0;
23479                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23480                rel1 {
23481                   relative: 1.0 0.0;
23482                   to_x: "elm.title";
23483                }
23484                rel2.to_x: "elm.title";
23485                align: 0.0 0.5;
23486             }
23487          }
23488          part { name: "center1_line";
23489             type: RECT;
23490             mouse_events: 0;
23491             description { state: "default" 0.0;
23492                min: 0 1;
23493                fixed: 0 1;
23494                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23495                rel1 {
23496                   relative: 1.0 0.25;
23497                   to_x: "vertical_line";
23498                }
23499                rel2.relative: 1.0 0.25;
23500                align: 0.5 1.0;
23501             }
23502          }
23503          part { name: "center2_line";
23504             type: RECT;
23505             mouse_events: 0;
23506             description { state: "default" 0.0;
23507                min: 0 1;
23508                fixed: 0 1;
23509                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23510                rel1 {
23511                   relative: 1.0 0.5;
23512                   to_x: "vertical_line";
23513                }
23514                rel2.relative: 1.0 0.5;
23515                align: 0.5 1.0;
23516             }
23517          }
23518          part { name: "center3_line";
23519             type: RECT;
23520             mouse_events: 0;
23521             description { state: "default" 0.0;
23522                min: 0 1;
23523                fixed: 0 1;
23524                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23525                rel1 {
23526                   relative: 1.0 0.75;
23527                   to_x: "vertical_line";
23528                }
23529                rel2.relative: 1.0 0.75;
23530                align: 0.5 1.0;
23531             }
23532          }
23533          part { name: "elm.title";
23534             type: TEXT;
23535             mouse_events: 0;
23536             scale: 1;
23537             description { state: "default" 0.0;
23538                min: GENLIST_SIZE_163_INC 0;
23539                fixed: 1 0;
23540                rel1 {
23541                   relative: 1.0  0.0;
23542                   to_x: "elm.padding.left";
23543                }
23544                rel2.to_x: "elm.padding.left";
23545                align: 0.0 0.5;
23546                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
23547                text {
23548                   font: "SLP:style=Medium";
23549                   size: GENLIST_FONT_32_INC;
23550                   min: 0 1;
23551                   align: 0.0 0.5;
23552                   text_class: "slp_medium";
23553                }
23554             }
23555          }
23556          part { name: "elm.padding.title.right";
23557             type: RECT;
23558             mouse_events: 0;
23559             scale: 1;
23560             description { state: "default" 0.0;
23561                min: GENLIST_PADDING_16_INC 0;
23562                fixed: 1 0;
23563                rel1 {
23564                    relative: 1.0 0.0;
23565                    to_x: "elm.title";
23566                }
23567                rel2.to_x: "elm.title";
23568                visible: 0;
23569                align: 0.0 0.5;
23570             }
23571          }
23572          part { name: "elm.text.1";
23573             clip_to: "disclip";
23574             type: TEXT;
23575             mouse_events: 0;
23576             scale: 1;
23577             description { state: "default" 0.0;
23578                rel1 {
23579                   relative: 1.0 0.0;
23580                   to_x: "elm.padding.title.right";
23581                }
23582                rel2 {
23583                   relative: 0.0 0.0;
23584                   to_x: "elm.padding.right";
23585                   to_y: "center1_line";
23586                }
23587                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23588                text {
23589                   font: "SLP:style=Roman";
23590                   size: GENLIST_FONT_44_INC;
23591                   min: 0 1;
23592                   align: 0.0 0.5;
23593                   text_class: "list_item";
23594                }
23595             }
23596          }
23597          part { name: "elm.text.2";
23598             clip_to: "disclip";
23599             type: TEXT;
23600             mouse_events: 0;
23601             scale: 1;
23602             description { state: "default" 0.0;
23603                rel1 {
23604                   relative: 1.0 0.25;
23605                   to_x: "elm.padding.title.right";
23606                }
23607                rel2 {
23608                   relative: 0.0 0.0;
23609                   to_x: "elm.padding.right";
23610                   to_y: "center2_line";
23611                }
23612                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23613                text {
23614                   font: "SLP:style=Roman";
23615                   size: GENLIST_FONT_44_INC;
23616                   min: 0 1;
23617                   align: 0.0 0.5;
23618                   text_class: "list_item";
23619                }
23620             }
23621          }
23622          part { name: "elm.text.3";
23623             clip_to: "disclip";
23624             type: TEXT;
23625             mouse_events: 0;
23626             scale: 1;
23627             description { state: "default" 0.0;
23628                rel1 {
23629                   relative: 1.0  0.5;
23630                   to_x: "elm.padding.title.right";
23631                }
23632                rel2 {
23633                   relative: 0.0 0.0;
23634                   to_x: "elm.padding.right";
23635                   to_y: "center3_line";
23636                }
23637                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23638                text {
23639                   font: "SLP:style=Roman";
23640                   size: GENLIST_FONT_44_INC;
23641                   min: 0 1;
23642                   align: 0.0 0.5;
23643                   text_class: "list_item";
23644                }
23645             }
23646          }
23647          part { name: "elm.text.4";
23648             clip_to: "disclip";
23649             type: TEXT;
23650             mouse_events: 0;
23651             scale: 1;
23652             description { state: "default" 0.0;
23653                rel1 {
23654                   relative: 1.0  0.75;
23655                   to_x: "elm.padding.title.right";
23656                }
23657                rel2 {
23658                   relative: 0.0 0.0;
23659                   to_x: "elm.padding.right";
23660                   to_y: "bottom_line";
23661                }
23662                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23663                text {
23664                   font: "SLP:style=Roman";
23665                   size: GENLIST_FONT_44_INC;
23666                   min: 0 1;
23667                   align: 0.0 0.5;
23668                   text_class: "list_item";
23669                }
23670             }
23671          }
23672          GENLIST_PART_DISCLIP
23673       }
23674       programs {
23675          // signal: elm,state,%s,active
23676          //   a "check" item named %s went active
23677          // signal: elm,state,%s,passive
23678          //   a "check" item named %s went passive
23679          // default is passive
23680          /*program { name: "go_active";
23681             signal: "elm,state,selected";
23682             source: "elm";
23683             action: STATE_SET "selected" 0.0;
23684             target: "elm.text";
23685          }
23686          program { name: "go_passive";
23687             signal: "elm,state,unselected";
23688             source: "elm";
23689             action: STATE_SET "default" 0.0;
23690             target: "elm.text";
23691             transition: LINEAR 0.1;
23692          }*/
23693          program { name: "go_disabled";
23694             signal: "elm,state,disabled";
23695             source: "elm";
23696             action: STATE_SET "disabled" 0.0;
23697             target: "disclip";
23698          }
23699          program { name: "go_enabled";
23700             signal: "elm,state,enabled";
23701             source: "elm";
23702             action: STATE_SET "default" 0.0;
23703             target: "disclip";
23704          }
23705       }
23706    }
23707
23708    group { name: "elm/genlist/item/dialogue/1title.5text/default";
23709       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
23710       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
23711       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
23712       alias: "elm/layout/dialogue/1title.5text";
23713       data.item: "stacking" "above";
23714       data.item: "selectraise" "on";
23715       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
23716       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";
23717
23718       parts {
23719          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
23720          GENLIST_PART_DIALOGUE_BG_IMAGE
23721          GENLIST_PART_BOTTOM_LINE
23722          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
23723          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
23724          GENLIST_PART_DIALOGUE_ITEM
23725          GENLIST_PART_DIALOGUE_RIGHT_LINE
23726          part { name: "vertical_line";
23727             type: RECT;
23728             mouse_events: 0;
23729             description { state: "default" 0.0;
23730                min: 1 0;
23731                fixed: 1 0;
23732                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23733                rel1 {
23734                   relative: 1.0 0.0;
23735                   to_x: "elm.title";
23736                }
23737                rel2.to_x: "elm.title";
23738                align: 0.0 0.5;
23739             }
23740          }
23741          part { name: "center1_line";
23742             type: RECT;
23743             mouse_events: 0;
23744             description { state: "default" 0.0;
23745                min: 0 1;
23746                fixed: 0 1;
23747                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23748                rel1 {
23749                   relative: 1.0 0.2;
23750                   to_x: "vertical_line";
23751                }
23752                rel2.relative: 1.0 0.2;
23753                align: 0.5 1.0;
23754             }
23755          }
23756          part { name: "center2_line";
23757             type: RECT;
23758             mouse_events: 0;
23759             description { state: "default" 0.0;
23760                min: 0 1;
23761                fixed: 0 1;
23762                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23763                rel1 {
23764                   relative: 1.0 0.4;
23765                   to_x: "vertical_line";
23766                }
23767                rel2.relative: 1.0 0.4;
23768                align: 0.5 1.0;
23769             }
23770          }
23771          part { name: "center3_line";
23772             type: RECT;
23773             mouse_events: 0;
23774             description { state: "default" 0.0;
23775                min: 0 1;
23776                fixed: 0 1;
23777                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23778                rel1 {
23779                   relative: 1.0 0.6;
23780                   to_x: "vertical_line";
23781                }
23782                rel2.relative: 1.0 0.6;
23783                align: 0.5 1.0;
23784             }
23785          }
23786          part { name: "center4_line";
23787             type: RECT;
23788             mouse_events: 0;
23789             description { state: "default" 0.0;
23790                min: 0 1;
23791                fixed: 0 1;
23792                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23793                rel1 {
23794                   relative: 1.0 0.8;
23795                   to_x: "vertical_line";
23796                }
23797                rel2.relative: 1.0 0.8;
23798                align: 0.5 1.0;
23799             }
23800          }
23801          part { name: "elm.title";
23802             type: TEXT;
23803             mouse_events: 0;
23804             scale: 1;
23805             description { state: "default" 0.0;
23806                min: GENLIST_SIZE_163_INC 0;
23807                fixed: 1 0;
23808                rel1 {
23809                   relative: 1.0  0.0;
23810                   to_x: "elm.padding.left";
23811                }
23812                rel2.to_x: "elm.padding.left";
23813                align: 0.0 0.5;
23814                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
23815                text {
23816                   font: "SLP:style=Medium";
23817                   size: GENLIST_FONT_32_INC;
23818                   min: 0 1;
23819                   align: 0.0 0.5;
23820                   text_class: "slp_medium";
23821                }
23822             }
23823             GENLIST_DESCRIPTION_FLIP_ENABLED
23824          }
23825          part { name: "elm.flip.content.title";
23826             clip_to: "disclip";
23827             type: SWALLOW;
23828             description { state: "default" 0.0;
23829                visible: 0;
23830                fixed: 1 1;
23831                rel1.to: "elm.title";
23832                rel2.to: "elm.title";
23833             }
23834             description { state: "flip_enabled" 0.0;
23835                inherit: "default" 0.0;
23836                visible: 1;
23837             }
23838          }
23839          part { name: "elm.padding.title.right";
23840             type: RECT;
23841             mouse_events: 0;
23842             scale: 1;
23843             description { state: "default" 0.0;
23844                min: GENLIST_PADDING_16_INC 0;
23845                fixed: 1 0;
23846                rel1 {
23847                    relative: 1.0 0.0;
23848                    to_x: "elm.title";
23849                }
23850                rel2.to_x: "elm.title";
23851                visible: 0;
23852                align: 0.0 0.5;
23853             }
23854          }
23855          part { name: "elm.text.1";
23856             clip_to: "disclip";
23857             type: TEXT;
23858             mouse_events: 0;
23859             scale: 1;
23860             description { state: "default" 0.0;
23861                rel1 {
23862                   relative: 1.0 0.0;
23863                   to_x: "elm.padding.title.right";
23864                }
23865                rel2 {
23866                   relative: 0.0 0.0;
23867                   to_x: "elm.padding.right";
23868                   to_y: "center1_line";
23869                }
23870                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23871                text {
23872                   font: "SLP:style=Roman";
23873                   size: GENLIST_FONT_44_INC;
23874                   min: 0 1;
23875                   align: 0.0 0.5;
23876                   text_class: "list_item";
23877                }
23878             }
23879             GENLIST_DESCRIPTION_FLIP_ENABLED
23880          }
23881          part { name: "elm.flip.content.1";
23882             clip_to: "disclip";
23883             type: SWALLOW;
23884             description { state: "default" 0.0;
23885                visible: 0;
23886                fixed: 1 1;
23887                rel1.to: "elm.text.1";
23888                rel2.to: "elm.text.1";
23889             }
23890             description { state: "flip_enabled" 0.0;
23891                inherit: "default" 0.0;
23892                visible: 1;
23893             }
23894          }
23895          part { name: "elm.text.2";
23896             clip_to: "disclip";
23897             type: TEXT;
23898             mouse_events: 0;
23899             scale: 1;
23900             description { state: "default" 0.0;
23901                rel1 {
23902                   relative: 1.0 0.2;
23903                   to_x: "elm.padding.title.right";
23904                }
23905                rel2 {
23906                   relative: 0.0 0.0;
23907                   to_x: "elm.padding.right";
23908                   to_y: "center2_line";
23909                }
23910                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23911                text {
23912                   font: "SLP:style=Roman";
23913                   size: GENLIST_FONT_44_INC;
23914                   min: 0 1;
23915                   align: 0.0 0.5;
23916                   text_class: "slp_roman";
23917                }
23918             }
23919             GENLIST_DESCRIPTION_FLIP_ENABLED
23920          }
23921          part { name: "elm.flip.content.2";
23922             clip_to: "disclip";
23923             type: SWALLOW;
23924             description { state: "default" 0.0;
23925                visible: 0;
23926                fixed: 1 1;
23927                rel1.to: "elm.text.2";
23928                rel2.to: "elm.text.2";
23929             }
23930             description { state: "flip_enabled" 0.0;
23931                inherit: "default" 0.0;
23932                visible: 1;
23933             }
23934          }
23935          part { name: "elm.text.3";
23936             clip_to: "disclip";
23937             type: TEXT;
23938             mouse_events: 0;
23939             scale: 1;
23940             description { state: "default" 0.0;
23941                rel1 {
23942                   relative: 1.0  0.4;
23943                   to_x: "elm.padding.title.right";
23944                }
23945                rel2 {
23946                   relative: 0.0 0.0;
23947                   to_x: "elm.padding.right";
23948                   to_y: "center3_line";
23949                }
23950                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23951                text {
23952                   font: "SLP:style=Roman";
23953                   size: GENLIST_FONT_44_INC;
23954                   min: 0 1;
23955                   align: 0.0 0.5;
23956                   text_class: "slp_roman";
23957                }
23958             }
23959             GENLIST_DESCRIPTION_FLIP_ENABLED
23960          }
23961          part { name: "elm.flip.content.3";
23962             clip_to: "disclip";
23963             type: SWALLOW;
23964             description { state: "default" 0.0;
23965                visible: 0;
23966                fixed: 1 1;
23967                rel1.to: "elm.text.3";
23968                rel2.to: "elm.text.3";
23969             }
23970             description { state: "flip_enabled" 0.0;
23971                inherit: "default" 0.0;
23972                visible: 1;
23973             }
23974          }
23975          part { name: "elm.text.4";
23976             clip_to: "disclip";
23977             type: TEXT;
23978             mouse_events: 0;
23979             scale: 1;
23980             description { state: "default" 0.0;
23981                rel1 {
23982                   relative: 1.0 0.6;
23983                   to_x: "elm.padding.title.right";
23984                }
23985                rel2 {
23986                   relative: 0.0 0.0;
23987                   to_x: "elm.padding.right";
23988                   to_y: "center4_line";
23989                }
23990                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
23991                text {
23992                   font: "SLP:style=Roman";
23993                   size: GENLIST_FONT_44_INC;
23994                   min: 0 1;
23995                   align: 0.0 0.5;
23996                   text_class: "slp_roman";
23997                }
23998             }
23999             GENLIST_DESCRIPTION_FLIP_ENABLED
24000          }
24001          part { name: "elm.flip.content.4";
24002             clip_to: "disclip";
24003             type: SWALLOW;
24004             description { state: "default" 0.0;
24005                visible: 0;
24006                fixed: 1 1;
24007                rel1.to: "elm.text.4";
24008                rel2.to: "elm.text.4";
24009             }
24010             description { state: "flip_enabled" 0.0;
24011                inherit: "default" 0.0;
24012                visible: 1;
24013             }
24014          }
24015          part { name: "elm.text.5";
24016             clip_to: "disclip";
24017             type: TEXT;
24018             mouse_events: 0;
24019             scale: 1;
24020             description { state: "default" 0.0;
24021                rel1 {
24022                   relative: 1.0  0.8;
24023                   to_x: "elm.padding.title.right";
24024                }
24025                rel2 {
24026                   relative: 0.0 0.0;
24027                   to_x: "elm.padding.right";
24028                   to_y: "bottom_line";
24029                }
24030                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24031                text {
24032                   font: "SLP:style=Roman";
24033                   size: GENLIST_FONT_44_INC;
24034                   min: 0 1;
24035                   align: 0.0 0.5;
24036                   text_class: "slp_roman";
24037                }
24038             }
24039             GENLIST_DESCRIPTION_FLIP_ENABLED
24040          }
24041          part { name: "elm.flip.content.5";
24042             clip_to: "disclip";
24043             type: SWALLOW;
24044             description { state: "default" 0.0;
24045                visible: 0;
24046                fixed: 1 1;
24047                rel1.to: "elm.text.5";
24048                rel2.to: "elm.text.5";
24049             }
24050             description { state: "flip_enabled" 0.0;
24051                inherit: "default" 0.0;
24052                visible: 1;
24053             }
24054          }
24055          GENLIST_PART_DISCLIP
24056       }
24057       programs {
24058          // signal: elm,state,%s,active
24059          //   a "check" item named %s went active
24060          // signal: elm,state,%s,passive
24061          //   a "check" item named %s went passive
24062          // default is passive
24063          /*program { name: "go_active";
24064             signal: "elm,state,selected";
24065             source: "elm";
24066             action: STATE_SET "selected" 0.0;
24067             target: "elm.text";
24068          }
24069          program { name: "go_passive";
24070             signal: "elm,state,unselected";
24071             source: "elm";
24072             action: STATE_SET "default" 0.0;
24073             target: "elm.text";
24074             transition: LINEAR 0.1;
24075          }*/
24076          program { name: "go_disabled";
24077             signal: "elm,state,disabled";
24078             source: "elm";
24079             action: STATE_SET "disabled" 0.0;
24080             target: "disclip";
24081          }
24082          program { name: "go_enabled";
24083             signal: "elm,state,enabled";
24084             source: "elm";
24085             action: STATE_SET "default" 0.0;
24086             target: "disclip";
24087          }
24088          program { name: "flip_enabled";
24089             signal: "elm,state,flip,enabled";
24090             source: "elm";
24091             action: STATE_SET "flip_enabled" 0.0;
24092             target: "elm.title";
24093             target: "elm.text.1";
24094             target: "elm.text.2";
24095             target: "elm.text.3";
24096             target: "elm.text.4";
24097             target: "elm.text.5";
24098             target: "elm.flip.content.title";
24099             target: "elm.flip.content.1";
24100             target: "elm.flip.content.2";
24101             target: "elm.flip.content.3";
24102             target: "elm.flip.content.4";
24103             target: "elm.flip.content.5";
24104          }
24105          program { name: "flip_disabled";
24106             signal: "elm,state,flip,disabled";
24107             source: "elm";
24108             action: STATE_SET "default" 0.0;
24109             target: "elm.title";
24110             target: "elm.text.1";
24111             target: "elm.text.2";
24112             target: "elm.text.3";
24113             target: "elm.text.4";
24114             target: "elm.text.5";
24115             target: "elm.flip.content.title";
24116             target: "elm.flip.content.1";
24117             target: "elm.flip.content.2";
24118             target: "elm.flip.content.3";
24119             target: "elm.flip.content.4";
24120             target: "elm.flip.content.5";
24121          }
24122       }
24123    }
24124
24125 /* extended item of bg/2text.1icon.3 */
24126    group { name: "elm/genlist/item/dialogue/bg/1text/default";
24127       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
24128       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
24129       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
24130       alias: "elm/layout/dialogue/bg/1text";
24131       data.item: "stacking" "above";
24132       data.item: "selectraise" "on";
24133       data.item: "texts" "elm.text";
24134       data.item: "flips" "elm.flip.content";
24135       parts {
24136          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_113_INC )
24137          GENLIST_PART_PADDING_TOP( 0 )
24138          GENLIST_PART_PADDING_BOTTOM( 0 )
24139          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24140          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24141          part { name: "elm.icon.bg";
24142             type: RECT;
24143             scale: 1;
24144             description { state: "default" 0.0;
24145                min: GENLIST_SIZE_160_INC 0;
24146                fixed: 1 0;
24147                align: 0.0 0.5;
24148                rel1 {
24149                   relative: 1.0 0.5;
24150                   to_x: "elm.padding.left";
24151                }
24152                rel2 {
24153                   relative: 1.0 0.5;
24154                   to_x: "elm.padding.left";
24155                }
24156                color: 0 0 0 0;
24157             }
24158          }
24159          part { name: "elm.padding.icon.right";
24160             type: RECT;
24161             mouse_events: 0;
24162             scale: 1;
24163             description { state: "default" 0.0;
24164                min: GENLIST_SIZE_16_INC 0;
24165                fixed: 1 0;
24166                rel1 {
24167                    relative: 1.0 0.0;
24168                    to_x: "elm.icon.bg";
24169                }
24170                rel2.to_x: "elm.icon.bg";
24171                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24172                align: 0.0 0.5;
24173             }
24174          }
24175          part { name: "elm.padding.text.left";
24176             type: RECT;
24177             mouse_events: 0;
24178             scale: 1;
24179             description { state: "default" 0.0;
24180                min: GENLIST_SIZE_16_INC 0;
24181                fixed: 1 0;
24182                rel1 {
24183                    relative: 1.0 1.0;
24184                    to_x: "elm.padding.icon.right";
24185                    to_y: "elm.padding.top";
24186                }
24187                rel2.to_x: "elm.padding.icon.right";
24188                visible: 0;
24189                align: 0.0 0.5;
24190             }
24191          }
24192          part { name: "vertical_line";
24193             type: RECT;
24194             mouse_events: 0;
24195             description { state: "default" 0.0;
24196                visible: 0;
24197                rel1 {
24198                   relative: 1.0 0.0;
24199                   to_x: "elm.padding.icon.right";
24200                }
24201                rel2.to_x: "elm.padding.icon.right";
24202                align: 0.0 0.5;
24203             }
24204          }
24205          part { name: "elm.text.bg";
24206             clip_to: "disclip";
24207             type: RECT;
24208             mouse_events: 0;
24209             scale: 1;
24210             description { state: "default" 0.0;
24211                rel1 {
24212                   relative: 1.0 0.0;
24213                   to_x: "elm.padding.icon.right";
24214                }
24215                rel2 {
24216                   relative: 1.0 1.0;
24217                   to_x: "elm.padding.right";
24218                }
24219                color: GENLIST_PART_BG_COLOR_INC;
24220             }
24221          }
24222          part { name: "elm.text";
24223             clip_to: "disclip";
24224             type: TEXT;
24225             mouse_events: 0;
24226             scale: 1;
24227             description { state: "default" 0.0;
24228                rel1 {
24229                   relative: 1.0 0.0;
24230                   to_x: "elm.padding.text.left";
24231                   to_y: "elm.text.bg";
24232                }
24233                rel2 {
24234                   relative: 0.0 1.0;
24235                   to_x: "elm.padding.right";
24236                   to_y: "elm.text.bg";
24237                }
24238                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24239                text {
24240                   font: "SLP:style=Roman";
24241                   size: GENLIST_FONT_44_INC;
24242                   min: 0 1;
24243                   align: 0.0 0.5;
24244                   text_class: "list_item";
24245                }
24246             }
24247             GENLIST_DESCRIPTION_FLIP_ENABLED
24248          }
24249          part { name: "elm.flip.content";
24250             clip_to: "disclip";
24251             type: SWALLOW;
24252             mouse_events: 1;
24253             scale: 1;
24254             description { state: "default" 0.0;
24255                fixed: 1 1;
24256                rel1 {
24257                   relative: 1.0 0.0;
24258                   to_x: "elm.padding.text.left";
24259                   to_y: "elm.text.bg";
24260                }
24261                rel2 {
24262                   relative: 0.0 1.0;
24263                   to_x: "elm.padding.right";
24264                   to_y: "elm.text.bg";
24265                }
24266                visible: 0;
24267             }
24268             description { state: "flip_enabled" 0.0;
24269                inherit: "default" 0.0;
24270                visible: 1;
24271             }
24272          }
24273          GENLIST_PART_DISCLIP
24274       }
24275       programs {
24276          // signal: elm,state,%s,active
24277          //   a "check" item named %s went active
24278          // signal: elm,state,%s,passive
24279          //   a "check" item named %s went passive
24280          // default is passive
24281          /*program { name: "go_active";
24282             signal: "elm,state,selected";
24283             source: "elm";
24284             action: STATE_SET "selected" 0.0;
24285             target: "elm.text";
24286          }
24287          program { name: "go_passive";
24288             signal: "elm,state,unselected";
24289             source: "elm";
24290             action: STATE_SET "default" 0.0;
24291             target: "elm.text";
24292             transition: LINEAR 0.1;
24293          }*/
24294          program { name: "go_disabled";
24295             signal: "elm,state,disabled";
24296             source: "elm";
24297             action: STATE_SET "disabled" 0.0;
24298             target: "disclip";
24299          }
24300          program { name: "go_enabled";
24301             signal: "elm,state,enabled";
24302             source: "elm";
24303             action: STATE_SET "default" 0.0;
24304             target: "disclip";
24305          }
24306          program { name: "flip_enabled";
24307             signal: "elm,state,flip,enabled";
24308             source: "elm";
24309             action: STATE_SET "flip_enabled" 0.0;
24310             target: "elm.text";
24311             target: "elm.flip.content";
24312          }
24313          program { name: "flip_disabled";
24314             signal: "elm,state,flip,disabled";
24315             source: "elm";
24316             action: STATE_SET "default" 0.0;
24317             target: "elm.text";
24318             target: "elm.flip.content";
24319          }
24320       }
24321    }
24322    // 2.2.2.38
24323    group { name: "elm/genlist/item/4text.1icon.1/default";
24324       alias: "elm/genlist/item_odd/4text.1icon.1/default";
24325       alias: "elm/genlist/item_compress/4text.1icon.1/default";
24326       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
24327       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24328       data.item: "contents" "elm.icon.1";
24329       data.item: "stacking" "above";
24330       data.item: "selectraise" "on";
24331       data.item: "flips" "elm.flip.content";
24332       images {
24333          image: "00_winset_list_bubble_bg.png" COMP;
24334       }
24335       parts {
24336          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24337          GENLIST_PART_BG_IMAGE
24338          GENLIST_PART_BOTTOM_LINE
24339          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24340          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24341          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24342          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24343
24344          part { name: "elm.text.1";
24345             clip_to: "disclip";
24346             type: TEXT;
24347             scale: 1;
24348             description { state: "default" 0.0;
24349                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24350                fixed: 0 1;
24351                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24352                rel1 { relative: 1.0 1.0;
24353                   to_x: "elm.padding.left";
24354                   to_y: "elm.padding.top";
24355                }
24356                rel2 { relative: 0.0 1.0;
24357                   to_x: "elm.padding.text1.right";
24358                   to_y: "elm.padding.text1.right";
24359                }
24360                text {
24361                   font: "SLP:style=Roman";
24362                   size: GENLIST_FONT_44_INC;
24363                   min: 0 1;
24364                   align: 0.0 0.5;
24365                   text_class: "list_item";
24366                }
24367             }
24368             description { state: "read" 0.0;
24369                inherit: "default" 0.0;
24370                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24371             }
24372             description { state: "selected" 0.0;
24373                inherit: "default" 0.0;
24374                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24375             }
24376             GENLIST_DESCRIPTION_FLIP_ENABLED
24377          }
24378          part { name: "elm.padding.text1.right";
24379             clip_to: "disclip";
24380             type: RECT;
24381             scale: 1;
24382             description { state: "default" 0.0;
24383                fixed: 1 1 ;
24384                align: 1.0 0.0;
24385                visible: 0;
24386                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24387                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24388                rel1 { relative: 0.0 1.0;
24389                   to_x: "elm.text.2";
24390                   to_y: "elm.padding.top";
24391                }
24392                rel2 { relative: 0.0 1.0;
24393                   to_x: "elm.text.2";
24394                   to_y: "elm.padding.top";
24395                }
24396             }
24397          }
24398          part { name: "elm.text.2";
24399             clip_to: "disclip";
24400             type: TEXT;
24401             scale: 1;
24402             description { state: "default" 0.0;
24403                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24404                fixed: 0 1;
24405                align: 1.0 1.0;
24406                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24407                rel1 { relative: 0.0 1.0;
24408                   to_x: "elm.padding.right";
24409                   to_y: "elm.padding.bottom";
24410                }
24411                rel2 { relative: 0.0 1.0;
24412                  to_x: "elm.padding.right";
24413                  to_y: "elm.padding.bottom";
24414                }
24415                text {
24416                   font: "SLP:style=Medium";
24417                   size: GENLIST_FONT_32_INC;
24418                   min: 1 1;
24419                   align: 0.5 0.5;
24420                   text_class: "slp_medium";
24421               }
24422             }
24423             description { state: "selected" 0.0;
24424                inherit: "default" 0.0;
24425                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24426             }
24427             GENLIST_DESCRIPTION_FLIP_ENABLED
24428          }
24429          part { name: "elm.bubble";
24430             type: IMAGE;
24431             description{ state: "default" 0.0;
24432                fixed: 0 1;
24433                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24434                rel1 { relative: 0 0;
24435                   to_x: "elm.padding.bubble.text4.left";
24436                   to_y: "elm.padding.bubble.text4.left";
24437                }
24438                rel2 { relative: 1 1;
24439                   to_x: "elm.padding.bubble.text4.right";
24440                   to_y: "elm.padding.bubble.text4.right";
24441                }
24442                image {
24443                   normal: "00_winset_list_bubble_bg.png";
24444                   border:  6 6 0 0;
24445                }
24446             }
24447          }
24448          part { name: "elm.padding.bubble.text4.left";
24449             type: RECT;
24450             scale: 1;
24451             description { state: "default" 0.0;
24452                fixed: 1 1;
24453                align: 1 0;
24454                visible: 0;
24455                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24456                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24457                rel1 { relative: 0 1;
24458                   to_x: "elm.text.4";
24459                   to_y: "elm.padding.top";
24460                }
24461                rel2 { relative: 0 0;
24462                   to_x: "elm.text.4";
24463                   to_y: "elm.text.2";
24464                }
24465
24466             }
24467          }
24468          part { name: "elm.padding.bubble.text4.right";
24469             type: RECT;
24470             scale: 1;
24471             description { state: "default" 0.0;
24472                fixed: 1 1;
24473                align: 1 0;
24474                visible: 0;
24475                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24476                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24477                rel1 { relative: 0 1;
24478                   to_x: "elm.padding.right";
24479                   to_y: "elm.padding.top";
24480                }
24481                rel2 { relative: 0 0;
24482                   to_x: "elm.padding.right";
24483                   to_y: "elm.text.2";
24484                }
24485             }
24486          }
24487          part { name: "elm.text.4";
24488             clip_to: "disclip";
24489             type: TEXT;
24490             scale: 1;
24491             description { state: "default" 0.0;
24492                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24493                fixed: 0 1;
24494                align: 1.0 0.0;
24495                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24496                rel1 { relative: 0 1;
24497                   to_x: "elm.padding.bubble.text4.right";
24498                   to_y: "elm.padding.top";
24499                }
24500                rel2 { relative: 0 0;
24501                   to_x: "elm.padding.bubble.text4.right";
24502                   to_y: "elm.text.2";
24503                }
24504                text {
24505                   font: "SLP:style=Medium";
24506                   size: GENLIST_FONT_32_INC;
24507                   min: 1 1;
24508                   align: 0.5 0.5;
24509                   text_class: "slp_medium";
24510                }
24511             }
24512             GENLIST_DESCRIPTION_FLIP_ENABLED
24513          }
24514
24515          part { name: "elm.padding.icon1.right";
24516             clip_to: "disclip";
24517             type: RECT;
24518             scale: 1;
24519             description { state: "default" 0.0;
24520                fixed: 1 1;
24521                align: 1.0 0.0;
24522                visible: 0;
24523                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24524                rel1 { relative: 0 0;
24525                   to_x: "elm.padding.bubble.text4.left";
24526                   to_y: "elm.padding.top";
24527                }
24528                rel2 { relative: 0 0;
24529                   to_x: "elm.padding.bubble.text4.left";
24530                   to_y: "elm.padding.bubble.text4.left";
24531                }
24532             }
24533          }
24534          part { name: "elm.icon.1";
24535             clip_to: "disclip";
24536             type: SWALLOW;
24537             scale: 1;
24538             description { state: "default" 0.0;
24539                color: 0 255 255 255;
24540                fixed: 1 1;
24541                align: 1.0 0.0;
24542                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24543                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24544                rel1 { relative: 0 0;
24545                   to_x: "elm.padding.icon1.right";
24546                   to_y: "elm.padding.top";
24547                }
24548                rel2 { relative: 0 1;
24549                   to_x: "elm.padding.icon1.right";
24550                   to_y: "elm.padding.icon1.right";
24551                }
24552             }
24553          }
24554          part { name: "elm.padding.text3.right";
24555             clip_to: "disclip";
24556             type: RECT;
24557             scale: 1;
24558             description { state: "default" 0.0;
24559                fixed: 1 1;
24560                align: 1.0 0.0;
24561                visible: 0;
24562                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24563                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24564                rel1 { relative: 0 0;
24565                   to_x: "elm.icon.1";
24566                   to_y: "elm.icon.1";
24567                }
24568                rel2 { relative: 0 0;
24569                   to_x: "elm.icon.1";
24570                   to_y: "elm.padding.bottom";
24571                }
24572             }
24573          }
24574          part { name: "elm.text.3";
24575             clip_to: "disclip";
24576             type: TEXT;
24577             scale: 1;
24578             description { state: "default" 0.0;
24579                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24580                fixed: 0 1;
24581                align: 0.0 0.0;
24582                min: 0 GENLIST_SIZE_48_INC;
24583                rel1 { relative: 1 1;
24584                   to_x: "elm.padding.left";
24585                   to_y: "elm.text.1";
24586                }
24587                rel2 { relative: 0 1;
24588                   to_x: "elm.padding.text3.right";
24589                   to_y: "elm.padding.text3.right";
24590                }
24591                text {
24592                   font: "SLP:style=Medium";
24593                   size: GENLIST_FONT_32_INC;
24594                   min: 0 1;
24595                   align: 0.0 0.5;
24596                   text_class: "slp_medium";
24597                }
24598             }
24599             description { state: "selected" 0.0;
24600                inherit: "default" 0.0;
24601                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24602             }
24603             GENLIST_DESCRIPTION_FLIP_ENABLED
24604          }
24605          GENLIST_PART_FLIP
24606          GENLIST_PART_DISCLIP
24607       }
24608       programs {
24609          // signal: elm,state,%s,active
24610          //   a "check" item named %s went active
24611          // signal: elm,state,%s,passive
24612          //   a "check" item named %s went passive
24613          // default is passive
24614          program { name: "go_active";
24615             signal: "elm,state,selected";
24616             source: "elm";
24617             action: STATE_SET "selected" 0.0;
24618             target: "elm.text.1";
24619             target: "elm.text.2";
24620          }
24621          program { name: "go_passive";
24622             signal: "elm,state,unselected";
24623             source: "elm";
24624             action: STATE_SET "default" 0.0;
24625             target: "elm.text.1";
24626             target: "elm.text.2";
24627             transition: LINEAR 0.1;
24628          }
24629          program { name: "go_read";
24630             signal: "elm,state,read";
24631             source: "elm";
24632             action: STATE_SET "read" 0.0;
24633             target: "elm.text.1";
24634          }
24635          program { name: "go_unread";
24636             signal: "elm,state,unread";
24637             source: "elm";
24638             action: STATE_SET "default" 0.0;
24639             target: "elm.text.1";
24640          }
24641       }
24642    }
24643    // 2.2.2.39
24644    group { name: "elm/genlist/item/4text.1icon.2/default";
24645       alias: "elm/genlist/item_odd/4text.1icon.2/default";
24646       alias: "elm/genlist/item_compress/4text.1icon.2/default";
24647       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
24648       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24649       data.item: "contents" "elm.icon.1";
24650       data.item: "stacking" "above";
24651       data.item: "selectraise" "on";
24652       data.item: "flips" "elm.flip.content";
24653       parts {
24654          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24655          GENLIST_PART_BG_IMAGE
24656          GENLIST_PART_BOTTOM_LINE
24657          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24658          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24659          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24660          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24661
24662          part { name: "elm.text.1";
24663             clip_to: "disclip";
24664             type: TEXT;
24665             scale: 1;
24666             description { state: "default" 0.0;
24667                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24668                fixed: 0 1;
24669                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24670                rel1 { relative: 1.0 1.0;
24671                   to_x: "elm.padding.left";
24672                   to_y: "elm.padding.top";
24673                }
24674                rel2 { relative: 0.0 1.0;
24675                   to_x: "elm.padding.text1.right";
24676                   to_y: "elm.padding.text1.right";
24677                }
24678                text {
24679                   font: "SLP:style=Roman";
24680                   size: GENLIST_FONT_44_INC;
24681                   min: 0 1;
24682                   align: 0.0 0.5;
24683                   text_class: "list_item";
24684                }
24685             }
24686             description { state: "read" 0.0;
24687                inherit: "default" 0.0;
24688                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24689             }
24690             description { state: "selected" 0.0;
24691                inherit: "default" 0.0;
24692                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24693             }
24694             GENLIST_DESCRIPTION_FLIP_ENABLED
24695          }
24696          part { name: "elm.padding.text1.right";
24697             clip_to: "disclip";
24698             type: RECT;
24699             scale: 1;
24700             description { state: "default" 0.0;
24701                fixed: 1 1 ;
24702                align: 1.0 0.0;
24703                visible: 0;
24704                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24705                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24706                rel1 { relative: 0.0 1.0;
24707                   to_x: "elm.text.2";
24708                   to_y: "elm.padding.top";
24709                }
24710                rel2 { relative: 0.0 1.0;
24711                   to_x: "elm.text.2";
24712                   to_y: "elm.padding.top";
24713                }
24714             }
24715          }
24716          part { name: "elm.text.2";
24717             clip_to: "disclip";
24718             type: TEXT;
24719             scale: 1;
24720             description { state: "default" 0.0;
24721                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24722                fixed: 0 1;
24723                align: 1.0 1.0;
24724                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24725                rel1 { relative: 0.0 1.0;
24726                   to_x: "elm.padding.right";
24727                   to_y: "elm.padding.bottom";
24728                }
24729                rel2 { relative: 0.0 1.0;
24730                  to_x: "elm.padding.right";
24731                  to_y: "elm.padding.bottom";
24732                }
24733                text {
24734                   font: "SLP:style=Medium";
24735                   size: GENLIST_FONT_32_INC;
24736                   min: 1 1;
24737                   align: 0.5 0.5;
24738                   text_class: "slp_medium";
24739               }
24740             }
24741             description { state: "selected" 0.0;
24742                inherit: "default" 0.0;
24743                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
24744             }
24745             GENLIST_DESCRIPTION_FLIP_ENABLED
24746          }
24747          part { name: "elm.text.4";
24748             clip_to: "disclip";
24749             type: TEXT;
24750             scale: 1;
24751             description { state: "default" 0.0;
24752                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
24753                fixed: 0 1;
24754                align: 1.0 0.0;
24755                min: 0 GENLIST_SIZE_48_INC;
24756                rel1 { relative: 0 1;
24757                   to_x: "elm.padding.right";
24758                   to_y: "elm.padding.top";
24759                }
24760                rel2 { relative: 0 0;
24761                   to_x: "elm.padding.right";
24762                   to_y: "elm.text.2";
24763                }
24764                text {
24765                   font: "SLP:style=Medium";
24766                   size: GENLIST_FONT_32_INC;
24767                   min: 1 1;
24768                   align: 0.5 0.5;
24769                   text_class: "slp_medium";
24770                }
24771             }
24772             GENLIST_DESCRIPTION_FLIP_ENABLED
24773          }
24774          part { name: "elm.padding.icon1.right";
24775             clip_to: "disclip";
24776             type: RECT;
24777             scale: 1;
24778             description { state: "default" 0.0;
24779                fixed: 1 1;
24780                align: 1.0 0.0;
24781                visible: 0;
24782                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24783                rel1 { relative: 0 0;
24784                   to_x: "elm.text.4";
24785                   to_y: "elm.padding.top";
24786                }
24787                rel2 { relative: 0 0;
24788                   to_x: "elm.text.4";
24789                   to_y: "elm.text.4";
24790                }
24791             }
24792          }
24793          part { name: "elm.icon.1";
24794             clip_to: "disclip";
24795             type: SWALLOW;
24796             scale: 1;
24797             description { state: "default" 0.0;
24798                color: 0 255 255 255;
24799                fixed: 1 1;
24800                align: 1.0 0.0;
24801                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24802                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24803                rel1 { relative: 0 0;
24804                   to_x: "elm.padding.icon1.right";
24805                   to_y: "elm.padding.top";
24806                }
24807                rel2 { relative: 0 1;
24808                   to_x: "elm.padding.icon1.right";
24809                   to_y: "elm.padding.icon1.right";
24810                }
24811             }
24812          }
24813          part { name: "elm.padding.text3.right";
24814             clip_to: "disclip";
24815             type: RECT;
24816             scale: 1;
24817             description { state: "default" 0.0;
24818                fixed: 1 1;
24819                align: 1.0 0.0;
24820                visible: 0;
24821                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24822                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24823                rel1 { relative: 0 0;
24824                   to_x: "elm.icon.1";
24825                   to_y: "elm.icon.1";
24826                }
24827                rel2 { relative: 0 0;
24828                   to_x: "elm.icon.1";
24829                   to_y: "elm.padding.bottom";
24830                }
24831             }
24832          }
24833          part { name: "elm.text.3";
24834             clip_to: "disclip";
24835             type: TEXT;
24836             scale: 1;
24837             description { state: "default" 0.0;
24838                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
24839                fixed: 0 1;
24840                align: 0.0 0.0;
24841                min: 0 GENLIST_SIZE_48_INC;
24842                rel1 { relative: 1 1;
24843                   to_x: "elm.padding.left";
24844                   to_y: "elm.text.1";
24845                }
24846                rel2 { relative: 0 1;
24847                   to_x: "elm.padding.text3.right";
24848                   to_y: "elm.padding.text3.right";
24849                }
24850                text {
24851                   font: "SLP:style=Medium";
24852                   size: GENLIST_FONT_32_INC;
24853                   min: 0 1;
24854                   align: 0.0 0.5;
24855                   text_class: "slp_medium";
24856                }
24857             }
24858             description { state: "selected" 0.0;
24859                inherit: "default" 0.0;
24860                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24861             }
24862             GENLIST_DESCRIPTION_FLIP_ENABLED
24863          }
24864          GENLIST_PART_FLIP
24865          GENLIST_PART_DISCLIP
24866       }
24867       programs {
24868          // signal: elm,state,%s,active
24869          //   a "check" item named %s went active
24870          // signal: elm,state,%s,passive
24871          //   a "check" item named %s went passive
24872          // default is passive
24873          program { name: "go_active";
24874             signal: "elm,state,selected";
24875             source: "elm";
24876             action: STATE_SET "selected" 0.0;
24877             target: "elm.text.1";
24878             target: "elm.text.2";
24879          }
24880          program { name: "go_passive";
24881             signal: "elm,state,unselected";
24882             source: "elm";
24883             action: STATE_SET "default" 0.0;
24884             target: "elm.text.1";
24885             target: "elm.text.2";
24886             transition: LINEAR 0.1;
24887          }
24888          program { name: "go_read";
24889             signal: "elm,state,read";
24890             source: "elm";
24891             action: STATE_SET "read" 0.0;
24892             target: "elm.text.1";
24893          }
24894          program { name: "go_unread";
24895             signal: "elm,state,unread";
24896             source: "elm";
24897             action: STATE_SET "default" 0.0;
24898             target: "elm.text.1";
24899          }
24900       }
24901    }
24902    // 2.2.2.40
24903    group { name: "elm/genlist/item/4text.1/default";
24904       alias: "elm/genlist/item_odd/4text.1/default";
24905       alias: "elm/genlist/item_compress/4text.1/default";
24906       alias: "elm/genlist/item_compress_odd/4text.1/default";
24907       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24908       data.item: "stacking" "above";
24909       data.item: "selectraise" "on";
24910       data.item: "flips" "elm.flip.content";
24911       images {
24912          image: "00_winset_list_bubble_bg.png" COMP;
24913       }
24914       parts {
24915          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24916          GENLIST_PART_BG_IMAGE
24917          GENLIST_PART_BOTTOM_LINE
24918          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24919          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24920          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
24921          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
24922
24923          part { name: "elm.text.1";
24924             clip_to: "disclip";
24925             type: TEXT;
24926             scale: 1;
24927             description { state: "default" 0.0;
24928                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
24929                fixed: 0 1;
24930                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24931                rel1 { relative: 1.0 1.0;
24932                   to_x: "elm.padding.left";
24933                   to_y: "elm.padding.top";
24934                }
24935                rel2 { relative: 0.0 1.0;
24936                   to_x: "elm.padding.text1.right";
24937                   to_y: "elm.padding.text1.right";
24938                }
24939                text {
24940                   font: "SLP:style=Roman";
24941                   size: GENLIST_FONT_44_INC;
24942                   min: 0 1;
24943                   align: 0.0 0.5;
24944                   text_class: "list_item";
24945                }
24946             }
24947             description { state: "read" 0.0;
24948                inherit: "default" 0.0;
24949                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
24950             }
24951             description { state: "selected" 0.0;
24952                inherit: "default" 0.0;
24953                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
24954             }
24955             GENLIST_DESCRIPTION_FLIP_ENABLED
24956          }
24957          part { name: "elm.padding.text1.right";
24958             clip_to: "disclip";
24959             type: RECT;
24960             scale: 1;
24961             description { state: "default" 0.0;
24962                fixed: 1 1 ;
24963                align: 1.0 0.0;
24964                visible: 0;
24965                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24966                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24967                rel1 { relative: 0.0 1.0;
24968                   to_x: "elm.text.2";
24969                   to_y: "elm.padding.top";
24970                }
24971                rel2 { relative: 0.0 1.0;
24972                   to_x: "elm.text.2";
24973                   to_y: "elm.padding.top";
24974                }
24975             }
24976          }
24977          part { name: "elm.text.2";
24978             clip_to: "disclip";
24979             type: TEXT;
24980             scale: 1;
24981             description { state: "default" 0.0;
24982                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
24983                fixed: 0 1;
24984                align: 1.0 1.0;
24985                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24986                rel1 { relative: 0.0 1.0;
24987                   to_x: "elm.padding.right";
24988                   to_y: "elm.padding.bottom";
24989                }
24990                rel2 { relative: 0.0 1.0;
24991                  to_x: "elm.padding.right";
24992                  to_y: "elm.padding.bottom";
24993                }
24994                text {
24995                   font: "SLP:style=Medium";
24996                   size: GENLIST_FONT_32_INC;
24997                   min: 1 1;
24998                   align: 0.5 0.5;
24999                   text_class: "slp_medium";
25000               }
25001             }
25002             description { state: "selected" 0.0;
25003                inherit: "default" 0.0;
25004                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25005             }
25006             GENLIST_DESCRIPTION_FLIP_ENABLED
25007          }
25008          part { name: "elm.bubble";
25009             type: IMAGE;
25010             description{ state: "default" 0.0;
25011                fixed: 0 1;
25012                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25013                rel1 { relative: 0 0;
25014                   to_x: "elm.padding.bubble.text4.left";
25015                   to_y: "elm.padding.bubble.text4.left";
25016                }
25017                rel2 { relative: 1 1;
25018                   to_x: "elm.padding.bubble.text4.right";
25019                   to_y: "elm.padding.bubble.text4.right";
25020                }
25021                image {
25022                   normal: "00_winset_list_bubble_bg.png";
25023                   border:  6 6 0 0;
25024                }
25025             }
25026          }
25027          part { name: "elm.padding.bubble.text4.left";
25028             type: RECT;
25029             scale: 1;
25030             description { state: "default" 0.0;
25031                fixed: 1 1;
25032                align: 1 0;
25033                visible: 0;
25034                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25035                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25036                rel1 { relative: 0 1;
25037                   to_x: "elm.text.4";
25038                   to_y: "elm.padding.top";
25039                }
25040                rel2 { relative: 0 0;
25041                   to_x: "elm.text.4";
25042                   to_y: "elm.text.2";
25043                }
25044
25045             }
25046          }
25047          part { name: "elm.padding.bubble.text4.right";
25048             type: RECT;
25049             scale: 1;
25050             description { state: "default" 0.0;
25051                fixed: 1 1;
25052                align: 1 0;
25053                visible: 0;
25054                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25055                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25056                rel1 { relative: 0 1;
25057                   to_x: "elm.padding.right";
25058                   to_y: "elm.padding.top";
25059                }
25060                rel2 { relative: 0 0;
25061                   to_x: "elm.padding.right";
25062                   to_y: "elm.text.2";
25063                }
25064             }
25065          }
25066          part { name: "elm.text.4";
25067             clip_to: "disclip";
25068             type: TEXT;
25069             scale: 1;
25070             description { state: "default" 0.0;
25071                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25072                fixed: 0 1;
25073                align: 1.0 0.0;
25074                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25075                rel1 { relative: 0 1;
25076                   to_x: "elm.padding.bubble.text4.right";
25077                   to_y: "elm.padding.top";
25078                }
25079                rel2 { relative: 0 0;
25080                   to_x: "elm.padding.bubble.text4.right";
25081                   to_y: "elm.text.2";
25082                }
25083                text {
25084                   font: "SLP:style=Medium";
25085                   size: GENLIST_FONT_32_INC;
25086                   min: 1 1;
25087                   align: 0.5 0.5;
25088                   text_class: "slp_medium";
25089                }
25090             }
25091             GENLIST_DESCRIPTION_FLIP_ENABLED
25092          }
25093          part { name: "elm.padding.text3.right";
25094             clip_to: "disclip";
25095             type: RECT;
25096             scale: 1;
25097             description { state: "default" 0.0;
25098                fixed: 1 1;
25099                align: 1.0 0.0;
25100                visible: 0;
25101                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25102                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25103                rel1 { relative: 0 0;
25104                   to_x: "elm.padding.bubble.text4.left";
25105                   to_y: "elm.padding.bubble.text4.left";
25106                }
25107                rel2 { relative: 0 0;
25108                   to_x: "elm.padding.bubble.text4.left";
25109                   to_y: "elm.padding.bottom";
25110                }
25111             }
25112          }
25113          part { name: "elm.text.3";
25114             clip_to: "disclip";
25115             type: TEXT;
25116             scale: 1;
25117             description { state: "default" 0.0;
25118                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25119                fixed: 0 1;
25120                align: 0.0 0.0;
25121                min: 0 GENLIST_SIZE_48_INC;
25122                rel1 { relative: 1 1;
25123                   to_x: "elm.padding.left";
25124                   to_y: "elm.text.1";
25125                }
25126                rel2 { relative: 0 1;
25127                   to_x: "elm.padding.text3.right";
25128                   to_y: "elm.padding.text3.right";
25129                }
25130                text {
25131                   font: "SLP:style=Medium";
25132                   size: GENLIST_FONT_32_INC;
25133                   min: 0 1;
25134                   align: 0.0 0.5;
25135                   text_class: "slp_medium";
25136                }
25137             }
25138             description { state: "selected" 0.0;
25139                inherit: "default" 0.0;
25140                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25141             }
25142             GENLIST_DESCRIPTION_FLIP_ENABLED
25143          }
25144          GENLIST_PART_FLIP
25145          GENLIST_PART_DISCLIP
25146       }
25147       programs {
25148          // signal: elm,state,%s,active
25149          //   a "check" item named %s went active
25150          // signal: elm,state,%s,passive
25151          //   a "check" item named %s went passive
25152          // default is passive
25153          program { name: "go_active";
25154             signal: "elm,state,selected";
25155             source: "elm";
25156             action: STATE_SET "selected" 0.0;
25157             target: "elm.text.1";
25158             target: "elm.text.2";
25159          }
25160          program { name: "go_passive";
25161             signal: "elm,state,unselected";
25162             source: "elm";
25163             action: STATE_SET "default" 0.0;
25164             target: "elm.text.1";
25165             target: "elm.text.2";
25166             transition: LINEAR 0.1;
25167          }
25168          program { name: "go_read";
25169             signal: "elm,state,read";
25170             source: "elm";
25171             action: STATE_SET "read" 0.0;
25172             target: "elm.text.1";
25173          }
25174          program { name: "go_unread";
25175             signal: "elm,state,unread";
25176             source: "elm";
25177             action: STATE_SET "default" 0.0;
25178             target: "elm.text.1";
25179          }
25180       }
25181    }
25182    // 2.2.2.41
25183    group { name: "elm/genlist/item/4text.2/default";
25184       alias: "elm/genlist/item_odd/4text.2/default";
25185       alias: "elm/genlist/item_compress/4text.2/default";
25186       alias: "elm/genlist/item_compress_odd/4text.2/default";
25187       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25188       data.item: "stacking" "above";
25189       data.item: "selectraise" "on";
25190       data.item: "flips" "elm.flip.content";
25191       parts {
25192          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25193          GENLIST_PART_BG_IMAGE
25194          GENLIST_PART_BOTTOM_LINE
25195          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25196          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25197          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25198          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25199
25200          part { name: "elm.text.1";
25201             clip_to: "disclip";
25202             type: TEXT;
25203             scale: 1;
25204             description { state: "default" 0.0;
25205                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25206                fixed: 0 1;
25207                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25208                rel1 { relative: 1.0 1.0;
25209                   to_x: "elm.padding.left";
25210                   to_y: "elm.padding.top";
25211                }
25212                rel2 { relative: 0.0 1.0;
25213                   to_x: "elm.padding.text1.right";
25214                   to_y: "elm.padding.text1.right";
25215                }
25216                text {
25217                   font: "SLP:style=Roman";
25218                   size: GENLIST_FONT_44_INC;
25219                   min: 0 1;
25220                   align: 0.0 0.5;
25221                   text_class: "list_item";
25222                }
25223             }
25224             description { state: "read" 0.0;
25225                inherit: "default" 0.0;
25226                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25227             }
25228             description { state: "selected" 0.0;
25229                inherit: "default" 0.0;
25230                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25231             }
25232             GENLIST_DESCRIPTION_FLIP_ENABLED
25233          }
25234          part { name: "elm.padding.text1.right";
25235             clip_to: "disclip";
25236             type: RECT;
25237             scale: 1;
25238             description { state: "default" 0.0;
25239                fixed: 1 1 ;
25240                align: 1.0 0.0;
25241                visible: 0;
25242                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25243                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25244                rel1 { relative: 0.0 1.0;
25245                   to_x: "elm.text.2";
25246                   to_y: "elm.padding.top";
25247                }
25248                rel2 { relative: 0.0 1.0;
25249                   to_x: "elm.text.2";
25250                   to_y: "elm.padding.top";
25251                }
25252             }
25253          }
25254          part { name: "elm.text.2";
25255             clip_to: "disclip";
25256             type: TEXT;
25257             scale: 1;
25258             description { state: "default" 0.0;
25259                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25260                fixed: 0 1;
25261                align: 1.0 1.0;
25262                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25263                rel1 { relative: 0.0 1.0;
25264                   to_x: "elm.padding.right";
25265                   to_y: "elm.padding.bottom";
25266                }
25267                rel2 { relative: 0.0 1.0;
25268                  to_x: "elm.padding.right";
25269                  to_y: "elm.padding.bottom";
25270                }
25271                text {
25272                   font: "SLP:style=Medium";
25273                   size: GENLIST_FONT_32_INC;
25274                   min: 1 1;
25275                   align: 0.5 0.5;
25276                   text_class: "slp_medium";
25277               }
25278             }
25279             description { state: "selected" 0.0;
25280                inherit: "default" 0.0;
25281                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25282             }
25283             GENLIST_DESCRIPTION_FLIP_ENABLED
25284          }
25285          part { name: "elm.text.4";
25286             clip_to: "disclip";
25287             type: TEXT;
25288             scale: 1;
25289             description { state: "default" 0.0;
25290                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25291                fixed: 0 1;
25292                align: 1.0 0.0;
25293                min: 0 GENLIST_SIZE_48_INC;
25294                rel1 { relative: 0 1;
25295                   to_x: "elm.padding.right";
25296                   to_y: "elm.padding.top";
25297                }
25298                rel2 { relative: 0 0;
25299                   to_x: "elm.padding.right";
25300                   to_y: "elm.text.2";
25301                }
25302                text {
25303                   font: "SLP:style=Medium";
25304                   size: GENLIST_FONT_32_INC;
25305                   min: 1 1;
25306                   align: 0.5 0.5;
25307                   text_class: "slp_medium";
25308                }
25309             }
25310             GENLIST_DESCRIPTION_FLIP_ENABLED
25311          }
25312          part { name: "elm.padding.text3.right";
25313             clip_to: "disclip";
25314             type: RECT;
25315             scale: 1;
25316             description { state: "default" 0.0;
25317                fixed: 1 1;
25318                align: 1.0 0.0;
25319                visible: 0;
25320                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25321                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25322                rel1 { relative: 0 0;
25323                   to_x: "elm.text.4";
25324                   to_y: "elm.text.4";
25325                }
25326                rel2 { relative: 0 0;
25327                   to_x: "elm.text.4";
25328                   to_y: "elm.padding.bottom";
25329                }
25330             }
25331          }
25332          part { name: "elm.text.3";
25333             clip_to: "disclip";
25334             type: TEXT;
25335             scale: 1;
25336             description { state: "default" 0.0;
25337                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25338                fixed: 0 1;
25339                align: 0.0 0.0;
25340                min: 0 GENLIST_SIZE_48_INC;
25341                rel1 { relative: 1 1;
25342                   to_x: "elm.padding.left";
25343                   to_y: "elm.text.1";
25344                }
25345                rel2 { relative: 0 1;
25346                   to_x: "elm.padding.text3.right";
25347                   to_y: "elm.padding.text3.right";
25348                }
25349                text {
25350                   font: "SLP:style=Medium";
25351                   size: GENLIST_FONT_32_INC;
25352                   min: 0 1;
25353                   align: 0.0 0.5;
25354                   text_class: "slp_medium";
25355                }
25356             }
25357             description { state: "selected" 0.0;
25358                inherit: "default" 0.0;
25359                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25360             }
25361             GENLIST_DESCRIPTION_FLIP_ENABLED
25362          }
25363          GENLIST_PART_FLIP
25364          GENLIST_PART_DISCLIP
25365       }
25366       programs {
25367          // signal: elm,state,%s,active
25368          //   a "check" item named %s went active
25369          // signal: elm,state,%s,passive
25370          //   a "check" item named %s went passive
25371          // default is passive
25372          program { name: "go_active";
25373             signal: "elm,state,selected";
25374             source: "elm";
25375             action: STATE_SET "selected" 0.0;
25376             target: "elm.text.1";
25377             target: "elm.text.2";
25378          }
25379          program { name: "go_passive";
25380             signal: "elm,state,unselected";
25381             source: "elm";
25382             action: STATE_SET "default" 0.0;
25383             target: "elm.text.1";
25384             target: "elm.text.2";
25385             transition: LINEAR 0.1;
25386          }
25387          program { name: "go_read";
25388             signal: "elm,state,read";
25389             source: "elm";
25390             action: STATE_SET "read" 0.0;
25391             target: "elm.text.1";
25392          }
25393          program { name: "go_unread";
25394             signal: "elm,state,unread";
25395             source: "elm";
25396             action: STATE_SET "default" 0.0;
25397             target: "elm.text.1";
25398          }
25399       }
25400    }
25401    // 2.2.2.42
25402    group { name: "elm/genlist/item/3text.1icon.3/default";
25403       alias: "elm/genlist/item_odd/3text.1icon.3/default";
25404       alias: "elm/genlist/item_compress/3text.1icon.3/default";
25405       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
25406       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25407       data.item: "contents" "elm.icon.1";
25408       data.item: "stacking" "above";
25409       data.item: "selectraise" "on";
25410       data.item: "flips" "elm.flip.content";
25411       parts {
25412          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25413          GENLIST_PART_BG_IMAGE
25414          GENLIST_PART_BOTTOM_LINE
25415          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25416          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25417          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25418          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25419
25420          part { name: "elm.text.1";
25421             clip_to: "disclip";
25422             type: TEXT;
25423             scale: 1;
25424             description { state: "default" 0.0;
25425                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25426                fixed: 0 1;
25427                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25428                rel1 { relative: 1.0 1.0;
25429                   to_x: "elm.padding.left";
25430                   to_y: "elm.padding.top";
25431                }
25432                rel2 { relative: 0.0 1.0;
25433                   to_x: "elm.padding.text1.right";
25434                   to_y: "elm.padding.text1.right";
25435                }
25436                text {
25437                   font: "SLP:style=Roman";
25438                   size: GENLIST_FONT_44_INC;
25439                   min: 0 1;
25440                   align: 0.0 0.5;
25441                   text_class: "list_item";
25442                }
25443             }
25444             description { state: "read" 0.0;
25445                inherit: "default" 0.0;
25446                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25447             }
25448             description { state: "selected" 0.0;
25449                inherit: "default" 0.0;
25450                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25451             }
25452             GENLIST_DESCRIPTION_FLIP_ENABLED
25453          }
25454          part { name: "elm.padding.text1.right";
25455             clip_to: "disclip";
25456             type: RECT;
25457             scale: 1;
25458             description { state: "default" 0.0;
25459                fixed: 1 1 ;
25460                align: 1.0 0.0;
25461                visible: 0;
25462                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25463                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25464                rel1 { relative: 0.0 1.0;
25465                   to_x: "elm.icon.1";
25466                   to_y: "elm.padding.top";
25467                }
25468                rel2 { relative: 0.0 1.0;
25469                   to_x: "elm.icon.1";
25470                   to_y: "elm.padding.top";
25471                }
25472             }
25473          }
25474          part { name: "elm.text.2";
25475             clip_to: "disclip";
25476             type: TEXT;
25477             scale: 1;
25478             description { state: "default" 0.0;
25479                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25480                fixed: 0 1;
25481                align: 1.0 1.0;
25482                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25483                rel1 { relative: 0.0 1.0;
25484                   to_x: "elm.padding.right";
25485                   to_y: "elm.padding.bottom";
25486                }
25487                rel2 { relative: 0.0 1.0;
25488                  to_x: "elm.padding.right";
25489                  to_y: "elm.padding.bottom";
25490                }
25491                text {
25492                   font: "SLP:style=Medium";
25493                   size: GENLIST_FONT_32_INC;
25494                   min: 1 1;
25495                   align: 0.5 0.5;
25496                   text_class: "slp_medium";
25497               }
25498             }
25499             description { state: "selected" 0.0;
25500                inherit: "default" 0.0;
25501                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25502             }
25503
25504             GENLIST_DESCRIPTION_FLIP_ENABLED
25505          }
25506          part { name: "elm.padding.icon1.right";
25507             clip_to: "disclip";
25508             type: RECT;
25509             scale: 1;
25510             description { state: "default" 0.0;
25511                fixed: 1 1;
25512                align: 1.0 0.0;
25513                visible: 0;
25514                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25515                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25516                rel1 { relative: 0 1;
25517                   to_x: "elm.padding.right";
25518                   to_y: "elm.padding.top";
25519                }
25520                rel2 { relative: 0 0;
25521                   to_x: "elm.padding.right";
25522                   to_y: "elm.text.2";
25523                }
25524             }
25525          }
25526          part { name: "elm.icon.1";
25527             clip_to: "disclip";
25528             type: SWALLOW;
25529             scale: 1;
25530             description { state: "default" 0.0;
25531                color: 0 255 255 255;
25532                fixed: 1 1;
25533                align: 1.0 0.0;
25534                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25535                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25536                rel1 { relative: 0 0;
25537                   to_x: "elm.padding.icon1.right";
25538                   to_y: "elm.padding.icon1.right";
25539                }
25540                rel2 { relative: 0 1;
25541                   to_x: "elm.padding.icon1.right";
25542                   to_y: "elm.padding.icon1.right";
25543                }
25544             }
25545          }
25546          part { name: "elm.padding.text3.right";
25547             clip_to: "disclip";
25548             type: RECT;
25549             scale: 1;
25550             description { state: "default" 0.0;
25551                fixed: 1 1;
25552                align: 1.0 0.0;
25553                visible: 0;
25554                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25555                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25556                rel1 { relative: 0 0;
25557                   to_x: "elm.text.2";
25558                   to_y: "elm.padding.top";
25559                }
25560                rel2 { relative: 0 0;
25561                   to_x: "elm.text.2";
25562                   to_y: "elm.icon.1";
25563                }
25564             }
25565          }
25566          part { name: "elm.text.3";
25567             clip_to: "disclip";
25568             type: TEXT;
25569             scale: 1;
25570             description { state: "default" 0.0;
25571                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25572                fixed: 0 1;
25573                align: 0.0 0.0;
25574                min: 0 GENLIST_SIZE_48_INC;
25575                rel1 { relative: 1 1;
25576                   to_x: "elm.padding.left";
25577                   to_y: "elm.text.1";
25578                }
25579                rel2 { relative: 0 1;
25580                   to_x: "elm.padding.text3.right";
25581                   to_y: "elm.padding.text3.right";
25582                }
25583                text {
25584                   font: "SLP:style=Medium";
25585                   size: GENLIST_FONT_32_INC;
25586                   min: 0 1;
25587                   align: 0.0 0.5;
25588                   text_class: "slp_medium";
25589                }
25590             }
25591             description { state: "selected" 0.0;
25592                inherit: "default" 0.0;
25593                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25594             }
25595             GENLIST_DESCRIPTION_FLIP_ENABLED
25596          }
25597          GENLIST_PART_FLIP
25598          GENLIST_PART_DISCLIP
25599       }
25600       programs {
25601          // signal: elm,state,%s,active
25602          //   a "check" item named %s went active
25603          // signal: elm,state,%s,passive
25604          //   a "check" item named %s went passive
25605          // default is passive
25606          program { name: "go_active";
25607             signal: "elm,state,selected";
25608             source: "elm";
25609             action: STATE_SET "selected" 0.0;
25610             target: "elm.text.1";
25611             target: "elm.text.2";
25612          }
25613          program { name: "go_passive";
25614             signal: "elm,state,unselected";
25615             source: "elm";
25616             action: STATE_SET "default" 0.0;
25617             target: "elm.text.1";
25618             target: "elm.text.2";
25619             transition: LINEAR 0.1;
25620          }
25621          program { name: "go_read";
25622             signal: "elm,state,read";
25623             source: "elm";
25624             action: STATE_SET "read" 0.0;
25625             target: "elm.text.1";
25626          }
25627          program { name: "go_unread";
25628             signal: "elm,state,unread";
25629             source: "elm";
25630             action: STATE_SET "default" 0.0;
25631             target: "elm.text.1";
25632          }
25633       }
25634    }
25635    // 2.2.2.44
25636    group { name: "elm/genlist/item/4text.1icon.3/default";
25637       alias: "elm/genlist/item_odd/4text.1icon.3/default";
25638       alias: "elm/genlist/item_compress/4text.1icon.3/default";
25639       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
25640       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
25641       data.item: "stacking" "above";
25642       data.item: "selectraise" "on";
25643       data.item: "contents" "elm.icon.1";
25644       data.item: "flips" "elm.flip.content";
25645       images {
25646          image: "00_winset_list_bubble_bg.png" COMP;
25647       }
25648       parts {
25649          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25650          GENLIST_PART_BG_IMAGE
25651          GENLIST_PART_BOTTOM_LINE
25652          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25653          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25654          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25655          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25656          part { name: "elm.icon.1";
25657             clip_to: "disclip";
25658             type: SWALLOW;
25659             scale: 1;
25660             description { state: "default" 0.0;
25661                min: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25662                max: GENLIST_SIZE_ICON_BIG GENLIST_SIZE_ICON_BIG;
25663                fixed: 1 1;
25664                rel1 {
25665                   relative: 1.0 0.0;
25666                   to_x: "elm.padding.left";
25667                }
25668                rel2 {
25669                   relative: 1.0 1.0;
25670                   to_x: "elm.padding.left";
25671                }
25672                align: 0.0 0.5;
25673             }
25674             GENLIST_DESCRIPTION_FLIP_ENABLED
25675          }
25676          part { name: "elm.text.1";
25677             clip_to: "disclip";
25678             type: TEXT;
25679             scale: 1;
25680             description { state: "default" 0.0;
25681                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
25682                fixed: 0 1;
25683                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25684                rel1 { relative: 1.0 1.0;
25685                   to_x: "elm.icon.1";
25686                   to_y: "elm.padding.top";
25687                }
25688                rel2 { relative: 0.0 1.0;
25689                   to_x: "elm.padding.text1.right";
25690                   to_y: "elm.padding.text1.right";
25691                }
25692                text {
25693                   font: "SLP:style=Roman";
25694                   size: GENLIST_FONT_44_INC;
25695                   min: 0 1;
25696                   align: 0.0 0.5;
25697                   text_class: "list_item";
25698                }
25699             }
25700             description { state: "read" 0.0;
25701                inherit: "default" 0.0;
25702                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
25703             }
25704             description { state: "selected" 0.0;
25705                inherit: "default" 0.0;
25706                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
25707             }
25708             GENLIST_DESCRIPTION_FLIP_ENABLED
25709          }
25710          part { name: "elm.padding.text1.right";
25711             clip_to: "disclip";
25712             type: RECT;
25713             scale: 1;
25714             description { state: "default" 0.0;
25715                fixed: 1 1 ;
25716                align: 1.0 0.0;
25717                visible: 0;
25718                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25719                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25720                rel1 { relative: 0.0 1.0;
25721                   to_x: "elm.text.2";
25722                   to_y: "elm.padding.top";
25723                }
25724                rel2 { relative: 0.0 1.0;
25725                   to_x: "elm.text.2";
25726                   to_y: "elm.padding.top";
25727                }
25728             }
25729          }
25730          part { name: "elm.text.2";
25731             clip_to: "disclip";
25732             type: TEXT;
25733             scale: 1;
25734             description { state: "default" 0.0;
25735                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
25736                fixed: 0 1;
25737                align: 1.0 1.0;
25738                min: 0 GENLIST_SIZE_SLIDE_60_INC;
25739                rel1 { relative: 0.0 1.0;
25740                   to_x: "elm.padding.right";
25741                   to_y: "elm.padding.bottom";
25742                }
25743                rel2 { relative: 0.0 1.0;
25744                  to_x: "elm.padding.right";
25745                  to_y: "elm.padding.bottom";
25746                }
25747                text {
25748                   font: "SLP:style=Medium";
25749                   size: GENLIST_FONT_32_INC;
25750                   min: 1 1;
25751                   align: 0.5 0.5;
25752                   text_class: "slp_medium";
25753                }
25754             }
25755             description { state: "selected" 0.0;
25756                inherit: "default" 0.0;
25757                color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
25758             }
25759             GENLIST_DESCRIPTION_FLIP_ENABLED
25760          }
25761          part { name: "elm.bubble";
25762             type: IMAGE;
25763             description{ state: "default" 0.0;
25764                fixed: 0 1;
25765                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
25766                rel1 { relative: 0 0;
25767                   to_x: "elm.padding.bubble.text4.left";
25768                   to_y: "elm.padding.bubble.text4.left";
25769                }
25770                rel2 { relative: 1 1;
25771                   to_x: "elm.padding.bubble.text4.right";
25772                   to_y: "elm.padding.bubble.text4.right";
25773                }
25774                image {
25775                   normal: "00_winset_list_bubble_bg.png";
25776                   border:  6 6 0 0;
25777                }
25778             }
25779          }
25780          part { name: "elm.padding.bubble.text4.left";
25781             type: RECT;
25782             scale: 1;
25783             description { state: "default" 0.0;
25784                fixed: 1 1;
25785                align: 1 0;
25786                visible: 0;
25787                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25788                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25789                rel1 { relative: 0 1;
25790                   to_x: "elm.text.4";
25791                   to_y: "elm.padding.top";
25792                }
25793                rel2 { relative: 0 0;
25794                   to_x: "elm.text.4";
25795                   to_y: "elm.text.2";
25796                }
25797
25798             }
25799          }
25800          part { name: "elm.padding.bubble.text4.right";
25801             type: RECT;
25802             scale: 1;
25803             description { state: "default" 0.0;
25804                fixed: 1 1;
25805                align: 1 0;
25806                visible: 0;
25807                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25808                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
25809                rel1 { relative: 0 1;
25810                   to_x: "elm.padding.right";
25811                   to_y: "elm.padding.top";
25812                }
25813                rel2 { relative: 0 0;
25814                   to_x: "elm.padding.right";
25815                   to_y: "elm.text.2";
25816                }
25817             }
25818          }
25819          part { name: "elm.text.4";
25820             clip_to: "disclip";
25821             type: TEXT;
25822             scale: 1;
25823             description { state: "default" 0.0;
25824                color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
25825                fixed: 0 1;
25826                align: 1.0 0.0;
25827                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
25828                rel1 { relative: 0 1;
25829                   to_x: "elm.padding.bubble.text4.right";
25830                   to_y: "elm.padding.top";
25831                }
25832                rel2 { relative: 0 0;
25833                   to_x: "elm.padding.bubble.text4.right";
25834                   to_y: "elm.text.2";
25835                }
25836                text {
25837                   font: "SLP:style=Medium";
25838                   size: GENLIST_FONT_32_INC;
25839                   min: 1 1;
25840                   align: 0.5 0.5;
25841                   text_class: "slp_medium";
25842                }
25843             }
25844             GENLIST_DESCRIPTION_FLIP_ENABLED
25845          }
25846          part { name: "elm.padding.text3.right";
25847             clip_to: "disclip";
25848             type: RECT;
25849             scale: 1;
25850             description { state: "default" 0.0;
25851                fixed: 1 1;
25852                align: 1.0 0.0;
25853                visible: 0;
25854                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25855                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
25856                rel1 { relative: 0 0;
25857                   to_x: "elm.padding.bubble.text4.left";
25858                   to_y: "elm.padding.bubble.text4.left";
25859                }
25860                rel2 { relative: 0 0;
25861                   to_x: "elm.padding.bubble.text4.left";
25862                   to_y: "elm.padding.bottom";
25863                }
25864             }
25865          }
25866          part { name: "elm.text.3";
25867             clip_to: "disclip";
25868             type: TEXT;
25869             scale: 1;
25870             description { state: "default" 0.0;
25871                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
25872                fixed: 0 1;
25873                align: 0.0 0.0;
25874                min: 0 GENLIST_SIZE_48_INC;
25875                rel1 { relative: 1 1;
25876                   to_x: "elm.icon.1";
25877                   to_y: "elm.text.1";
25878                }
25879                rel2 { relative: 0 1;
25880                   to_x: "elm.padding.text3.right";
25881                   to_y: "elm.padding.text3.right";
25882                }
25883                text {
25884                   font: "SLP:style=Medium";
25885                   size: GENLIST_FONT_32_INC;
25886                   min: 0 1;
25887                   align: 0.0 0.5;
25888                   text_class: "slp_medium";
25889                }
25890             }
25891             description { state: "selected" 0.0;
25892                inherit: "default" 0.0;
25893                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
25894             }
25895             GENLIST_DESCRIPTION_FLIP_ENABLED
25896          }
25897          GENLIST_PART_FLIP
25898          GENLIST_PART_DISCLIP
25899       }
25900       programs {
25901          // signal: elm,state,%s,active
25902          //   a "check" item named %s went active
25903          // signal: elm,state,%s,passive
25904          //   a "check" item named %s went passive
25905          // default is passive
25906          program { name: "go_active";
25907             signal: "elm,state,selected";
25908             source: "elm";
25909             action: STATE_SET "selected" 0.0;
25910             target: "elm.text.1";
25911             target: "elm.text.2";
25912          }
25913          program { name: "go_passive";
25914             signal: "elm,state,unselected";
25915             source: "elm";
25916             action: STATE_SET "default" 0.0;
25917             target: "elm.text.1";
25918             target: "elm.text.2";
25919             transition: LINEAR 0.1;
25920          }
25921          program { name: "go_read";
25922             signal: "elm,state,read";
25923             source: "elm";
25924             action: STATE_SET "read" 0.0;
25925             target: "elm.text.1";
25926          }
25927          program { name: "go_unread";
25928             signal: "elm,state,unread";
25929             source: "elm";
25930             action: STATE_SET "default" 0.0;
25931             target: "elm.text.1";
25932          }
25933       }
25934    }
25935    // 2.2.2.43
25936    group { name: "elm/genlist/item/2text.4icon.1/default";
25937       alias: "elm/genlist/item_odd/2text.4icon.1/default";
25938       alias: "elm/genlist/item_compress/2text.4icon.1/default";
25939       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
25940       data.item: "texts" "elm.text.1 elm.text.2";
25941       data.item: "stacking" "above";
25942       data.item: "selectraise" "on";
25943       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
25944       data.item: "flips" "elm.flip.content";
25945       parts {
25946          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
25947          GENLIST_PART_BG_IMAGE
25948          GENLIST_PART_BOTTOM_LINE
25949          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
25950          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
25951          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25952          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
25953          part { name: "elm.icon.1";
25954             clip_to: "disclip";
25955             type: SWALLOW;
25956             scale: 1;
25957             description { state: "default" 0.0;
25958                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25959                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
25960                fixed: 1 1;
25961                rel1 {
25962                   relative: 0.0 1.0;
25963                   to_x: "elm.padding.right";
25964                   to_y: "elm.padding.top";
25965                }
25966                rel2 {
25967                   relative: 0.0 0.0;
25968                   to_x: "elm.padding.right";
25969                   to_y: "elm.padding.bottom";
25970                }
25971                align: 1.0 0.5;
25972             }
25973             GENLIST_DESCRIPTION_FLIP_ENABLED
25974          }
25975          part { name: "elm.padding.text1.right";
25976             clip_to: "disclip";
25977             type: RECT;
25978             scale: 1;
25979             description { state: "default" 0.0;
25980                fixed: 1 1 ;
25981                align: 1.0 0.0;
25982                visible: 0;
25983                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25984                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
25985                rel1 { relative: 0.0 1.0;
25986                   to_x: "elm.icon.1";
25987                   to_y: "elm.padding.top";
25988                }
25989                rel2 { relative: 0.0 1.0;
25990                   to_x: "elm.icon.1";
25991                   to_y: "elm.padding.top";
25992                }
25993             }
25994          }
25995          part { name: "elm.text.1";
25996             clip_to: "disclip";
25997             type: TEXT;
25998             scale: 1;
25999             description { state: "default" 0.0;
26000                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26001                fixed: 0 1;
26002                min: 0 GENLIST_SIZE_SLIDE_60_INC;
26003                rel1 { relative: 1.0 1.0;
26004                   to_x: "elm.padding.left";
26005                   to_y: "elm.padding.top";
26006                }
26007                rel2 { relative: 0.0 1.0;
26008                   to_x: "elm.padding.text1.right";
26009                   to_y: "elm.padding.text1.right";
26010                }
26011                text {
26012                   font: "SLP:style=Roman";
26013                   size: GENLIST_FONT_44_INC;
26014                   min: 0 1;
26015                   align: 0.0 0.5;
26016                   text_class: "list_item";
26017                }
26018             }
26019             description { state: "read" 0.0;
26020                inherit: "default" 0.0;
26021                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
26022             }
26023             description { state: "selected" 0.0;
26024                inherit: "default" 0.0;
26025                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
26026             }
26027             GENLIST_DESCRIPTION_FLIP_ENABLED
26028          }
26029          part { name: "elm.padding.icon2.right";
26030             clip_to: "disclip";
26031             type: RECT;
26032             scale: 1;
26033             description { state: "default" 0.0;
26034                fixed: 1 1;
26035                align: 1.0 0.0;
26036                visible: 0;
26037                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26038                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26039                rel1 { relative: 0 1;
26040                   to_x: "elm.icon.1";
26041                   to_y: "elm.text.1";
26042                }
26043                rel2 { relative: 0 0;
26044                   to_x: "elm.icon.1";
26045                   to_y: "elm.padding.bottom";
26046                }
26047             }
26048          }
26049          part { name: "elm.icon.2";
26050             clip_to: "disclip";
26051             type: SWALLOW;
26052             scale: 1;
26053             description { state: "default" 0.0;
26054                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26055                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26056                fixed: 1 1;
26057                rel1 {
26058                   relative: 0.0 1.0;
26059                   to_x: "elm.padding.icon2.right";
26060                   to_y: "elm.text.1";
26061                }
26062                rel2 {
26063                   relative: 0.0 0.0;
26064                   to_x: "elm.padding.icon2.right";
26065                   to_y: "elm.padding.bottom";
26066                }
26067                align: 1.0 0.5;
26068             }
26069             GENLIST_DESCRIPTION_FLIP_ENABLED
26070          }
26071          part { name: "elm.padding.icon3.right";
26072             clip_to: "disclip";
26073             type: RECT;
26074             scale: 1;
26075             description { state: "default" 0.0;
26076                fixed: 1 1;
26077                align: 1.0 0.0;
26078                visible: 0;
26079                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26080                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26081                rel1 { relative: 0 1;
26082                   to_x: "elm.icon.2";
26083                   to_y: "elm.text.1";
26084                }
26085                rel2 { relative: 0 0;
26086                   to_x: "elm.icon.2";
26087                   to_y: "elm.padding.bottom";
26088                }
26089             }
26090          }
26091          part { name: "elm.icon.3";
26092             clip_to: "disclip";
26093             type: SWALLOW;
26094             scale: 1;
26095             description { state: "default" 0.0;
26096                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26097                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26098                fixed: 1 1;
26099                rel1 {
26100                   relative: 0.0 1.0;
26101                   to_x: "elm.padding.icon3.right";
26102                   to_y: "elm.text.1";
26103                }
26104                rel2 {
26105                   relative: 0.0 0.0;
26106                   to_x: "elm.padding.icon3.right";
26107                   to_y: "elm.padding.bottom";
26108                }
26109                align: 1.0 0.5;
26110             }
26111             GENLIST_DESCRIPTION_FLIP_ENABLED
26112          }
26113          part { name: "elm.padding.icon4.right";
26114             clip_to: "disclip";
26115             type: RECT;
26116             scale: 1;
26117             description { state: "default" 0.0;
26118                fixed: 1 1;
26119                align: 1.0 0.0;
26120                visible: 0;
26121                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26122                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26123                rel1 { relative: 0 1;
26124                   to_x: "elm.icon.3";
26125                   to_y: "elm.text.1";
26126                }
26127                rel2 { relative: 0 0;
26128                   to_x: "elm.icon.3";
26129                   to_y: "elm.padding.bottom";
26130                }
26131             }
26132          }
26133          part { name: "elm.icon.4";
26134             clip_to: "disclip";
26135             type: SWALLOW;
26136             scale: 1;
26137             description { state: "default" 0.0;
26138                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26139                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
26140                fixed: 1 1;
26141                rel1 {
26142                   relative: 0.0 1.0;
26143                   to_x: "elm.padding.icon4.right";
26144                   to_y: "elm.text.1";
26145                }
26146                rel2 {
26147                   relative: 0.0 0.0;
26148                   to_x: "elm.padding.icon4.right";
26149                   to_y: "elm.padding.bottom";
26150                }
26151                align: 1.0 0.5;
26152             }
26153             GENLIST_DESCRIPTION_FLIP_ENABLED
26154          }
26155          part { name: "elm.padding.text2.right";
26156             clip_to: "disclip";
26157             type: RECT;
26158             scale: 1;
26159             description { state: "default" 0.0;
26160                fixed: 1 1;
26161                align: 1.0 0.0;
26162                visible: 0;
26163                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26164                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
26165                rel1 { relative: 0 1;
26166                   to_x: "elm.icon.4";
26167                   to_y: "elm.text.1";
26168                }
26169                rel2 { relative: 0 0;
26170                   to_x: "elm.icon.4";
26171                   to_y: "elm.padding.bottom";
26172                }
26173             }
26174          }
26175          part { name: "elm.text.2";
26176             clip_to: "disclip";
26177             type: TEXT;
26178             scale: 1;
26179             description { state: "default" 0.0;
26180                color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
26181                fixed: 0 1;
26182                align: 0.0 0.0;
26183                min: 0 GENLIST_SIZE_48_INC;
26184                rel1 { relative: 1 1;
26185                   to_x: "elm.padding.left";
26186                   to_y: "elm.text.1";
26187                }
26188                rel2 { relative: 0 1;
26189                   to_x: "elm.padding.text2.right";
26190                   to_y: "elm.padding.text2.right";
26191                }
26192                text {
26193                   font: "SLP:style=Medium";
26194                   size: GENLIST_FONT_32_INC;
26195                   min: 0 1;
26196                   align: 0.0 0.5;
26197                   text_class: "slp_medium";
26198                }
26199             }
26200             description { state: "selected" 0.0;
26201                inherit: "default" 0.0;
26202                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
26203             }
26204             GENLIST_DESCRIPTION_FLIP_ENABLED
26205          }
26206          GENLIST_PART_FLIP
26207          GENLIST_PART_DISCLIP
26208       }
26209       programs {
26210          // signal: elm,state,%s,active
26211          //   a "check" item named %s went active
26212          // signal: elm,state,%s,passive
26213          //   a "check" item named %s went passive
26214          // default is passive
26215          program { name: "go_active";
26216             signal: "elm,state,selected";
26217             source: "elm";
26218             action: STATE_SET "selected" 0.0;
26219             target: "elm.text.1";
26220          }
26221          program { name: "go_passive";
26222             signal: "elm,state,unselected";
26223             source: "elm";
26224             action: STATE_SET "default" 0.0;
26225             target: "elm.text.1";
26226             transition: LINEAR 0.1;
26227          }
26228          program { name: "go_read";
26229             signal: "elm,state,read";
26230             source: "elm";
26231             action: STATE_SET "read" 0.0;
26232             target: "elm.text.1";
26233          }
26234          program { name: "go_unread";
26235             signal: "elm,state,unread";
26236             source: "elm";
26237             action: STATE_SET "default" 0.0;
26238             target: "elm.text.1";
26239          }
26240       }
26241    }
26242
26243    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
26244       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
26245       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
26246       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
26247       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
26248       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
26249       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
26250       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
26251       alias: "elm/layout/dialogue/bg/2text.1icon.2";
26252       data.item: "stacking" "above";
26253       data.item: "selectraise" "on";
26254       data.item: "texts" "elm.text.1 elm.text.2";
26255       data.item: "contents" "elm.icon";
26256       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26257       images {
26258           image: "00_list_thumbnail_bg.png" COMP;
26259       }
26260       parts {
26261          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
26262          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26263          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
26264          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26265          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26266          part { name: "elm.icon.bg";
26267             scale: 1;
26268             description { state: "default" 0.0;
26269                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26270                fixed: 1 1;
26271                align: 0.0 0.8;
26272                rel1 {
26273                   relative: 1.0 0.5;
26274                   to_x: "elm.padding.left";
26275                }
26276                rel2 {
26277                   relative: 1.0 0.5;
26278                   to_x: "elm.padding.left";
26279                }
26280                image {
26281                   normal: "00_list_thumbnail_bg.png";
26282                   border: 1 1 1 1;
26283                   border_scale: 1;
26284                   middle: NONE;
26285                }
26286             }
26287          }
26288          part { name: "elm.icon";
26289             type: SWALLOW;
26290             description { state: "default" 0.0;
26291                rel1.to: "elm.icon.bg";
26292                rel2.to: "elm.icon.bg";
26293             }
26294          }
26295          part { name: "elm.padding.icon.right";
26296             type: RECT;
26297             mouse_events: 0;
26298             scale: 1;
26299             description { state: "default" 0.0;
26300                min: GENLIST_PADDING_16_INC 0;
26301                fixed: 1 0;
26302                rel1 {
26303                    relative: 1.0 0.0;
26304                    to_x: "elm.icon.bg";
26305                }
26306                rel2.to_x: "elm.icon.bg";
26307                visible: 0;
26308                align: 0.0 0.5;
26309             }
26310          }
26311          part { name: "elm.padding.text.left";
26312             type: RECT;
26313             mouse_events: 0;
26314             scale: 1;
26315             description { state: "default" 0.0;
26316                min: GENLIST_PADDING_16_INC 0;
26317                fixed: 1 0;
26318                rel1 {
26319                    relative: 1.0 1.0;
26320                    to_x: "elm.padding.icon.right";
26321                    to_y: "elm.padding.top";
26322                }
26323                rel2.to_x: "elm.padding.icon.right";
26324                visible: 0;
26325                align: 1.0 0.5;
26326             }
26327          }
26328          part { name: "vertical_line";
26329             type: RECT;
26330             mouse_events: 0;
26331             description { state: "default" 0.0;
26332                min: 1 0;
26333                fixed: 1 0;
26334                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26335                rel1 {
26336                   relative: 1.0 1.0;
26337                   to_x: "elm.padding.text.left";
26338                   to_y: "elm.padding.top";
26339                }
26340                rel2 {
26341                   relative: 1.0 0.0;
26342                   to_x: "elm.padding.text.left";
26343                   to_y: "elm.padding.bottom";
26344                }
26345                align: 0.0 0.5;
26346             }
26347          }
26348          part { name: "text_vertical_rect";
26349             type: RECT;
26350             mouse_events: 0;
26351             description { state: "default" 0.0;
26352                min: GENLIST_PADDING_16_INC 0;
26353                fixed: 1 0;
26354                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26355                rel1 {
26356                   relative: 1.0 1.0;
26357                   to_x: "vertical_line";
26358                   to_y: "elm.padding.top";
26359                }
26360                rel2 {
26361                   relative: 1.0 0.0;
26362                   to_x: "elm.padding.text.left";
26363                   to_y: "elm.padding.bottom";
26364                }
26365                align: 0.0 0.5;
26366             }
26367          }
26368          part { name: "elm.padding.text.right";
26369             type: RECT;
26370             mouse_events: 0;
26371             scale: 1;
26372             description { state: "default" 0.0;
26373                min: GENLIST_PADDING_16_INC 0;
26374                fixed: 1 0;
26375                rel1 {
26376                    relative: 1.0 0.0;
26377                    to_x: "text_vertical_rect";
26378                }
26379                rel2.to_x: "text_vertical_rect";
26380                visible: 0;
26381                align: 0.0 0.5;
26382             }
26383          }
26384          part { name: "text_top_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.0;
26393                   to_x: "text_vertical_rect";
26394                   to_y: "text_vertical_rect";
26395                }
26396                rel2 {
26397                   relative: 1.0 0.0;
26398                   to_y: "text_vertical_rect";
26399                }
26400                align: 0.0 0.0;
26401             }
26402          }
26403          part { name: "text_center_line";
26404             type: RECT;
26405             mouse_events: 0;
26406             description { state: "default" 0.0;
26407                min: 0 1;
26408                fixed: 0 1;
26409                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26410                rel1 {
26411                   relative: 1.0 0.5;
26412                   to_x: "text_vertical_rect";
26413                }
26414                rel2.relative: 1.0 0.5;
26415                align: 0.5 0.5;
26416             }
26417          }
26418          part { name: "text_bottom_line";
26419             type: RECT;
26420             mouse_events: 0;
26421             description { state: "default" 0.0;
26422                min: 0 1;
26423                fixed: 0 1;
26424                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26425                rel1 {
26426                   relative: 1.0 1.0;
26427                   to_x: "text_vertical_rect";
26428                   to_y: "text_vertical_rect";
26429                }
26430                rel2 {
26431                   relative: 1.0 1.0;
26432                   to_y: "text_vertical_rect";
26433                }
26434                align: 0.0 1.0;
26435             }
26436          }
26437          part { name: "elm.text.bg.1";
26438             clip_to: "disclip";
26439             type: RECT;
26440             mouse_events: 0;
26441             scale: 1;
26442             description { state: "default" 0.0;
26443                rel1 {
26444                   relative: 1.0 1.0;
26445                   to_x: "text_vertical_rect";
26446                   to_y: "text_top_line";
26447                }
26448                rel2 {
26449                   relative: 1.0 0.0;
26450                   to_x: "elm.padding.right";
26451                   to_y: "text_center_line";
26452                }
26453                color: GENLIST_PART_BG_COLOR_INC;
26454             }
26455          }
26456          part { name: "elm.text.1";
26457             type: TEXT;
26458             mouse_events: 0;
26459             scale: 1;
26460             description { state: "default" 0.0;
26461                min: 0 GENLIST_SIZE_54_INC;
26462                rel1 {
26463                   relative: 1.0 0.0;
26464                   to_x: "elm.padding.text.right";
26465                   to_y: "elm.text.bg.1";
26466                }
26467                rel2 {
26468                   relative: 0.0 1.0;
26469                   to_x: "elm.padding.right";
26470                   to_y: "elm.text.bg.1";
26471                }
26472                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26473                text {
26474                   font: "SLP:style=Roman";
26475                   size: GENLIST_FONT_48_INC;
26476                   align: 0.0 0.5;
26477                   text_class: "list_item";
26478                }
26479             }
26480             GENLIST_DESCRIPTION_FLIP_ENABLED
26481          }
26482          part { name: "elm.flip.content.1";
26483             clip_to: "disclip";
26484             type: SWALLOW;
26485             description { state: "default" 0.0;
26486                visible: 0;
26487                fixed: 1 1;
26488                rel1.to: "elm.text.1";
26489                rel2.to: "elm.text.1";
26490             }
26491             description { state: "flip_enabled" 0.0;
26492                inherit: "default" 0.0;
26493                visible: 1;
26494             }
26495          }
26496          part { name: "elm.text.bg.2";
26497             clip_to: "disclip";
26498             type: RECT;
26499             mouse_events: 0;
26500             scale: 1;
26501             description { state: "default" 0.0;
26502                rel1 {
26503                   relative: 1.0 1.0;
26504                   to_x: "text_vertical_rect";
26505                   to_y: "text_center_line";
26506                }
26507                rel2 {
26508                   relative: 1.0 0.0;
26509                   to_x: "elm.padding.right";
26510                   to_y: "text_bottom_line";
26511                }
26512                color: GENLIST_PART_BG_COLOR_INC;
26513             }
26514          }
26515          part { name: "elm.text.2";
26516             clip_to: "disclip";
26517             type: TEXT;
26518             mouse_events: 0;
26519             scale: 1;
26520             description { state: "default" 0.0;
26521                min: 0 GENLIST_SIZE_54_INC;
26522                rel1 {
26523                   relative: 1.0 0.0;
26524                   to_x: "elm.padding.text.right";
26525                   to_y: "elm.text.bg.2";
26526                }
26527                rel2 {
26528                   relative: 0.0 1.0;
26529                   to_x: "elm.padding.right";
26530                   to_y: "elm.text.bg.2";
26531                }
26532                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26533                text {
26534                   font: "SLP:style=Roman";
26535                   size: GENLIST_FONT_48_INC;
26536                   align: 0.0 0.5;
26537                   text_class: "slp_roman";
26538                }
26539             }
26540             GENLIST_DESCRIPTION_FLIP_ENABLED
26541          }
26542          part { name: "elm.flip.content.2";
26543             clip_to: "disclip";
26544             type: SWALLOW;
26545             description { state: "default" 0.0;
26546                visible: 0;
26547                fixed: 1 1;
26548                rel1.to: "elm.text.2";
26549                rel2.to: "elm.text.2";
26550             }
26551             description { state: "flip_enabled" 0.0;
26552                inherit: "default" 0.0;
26553                visible: 1;
26554             }
26555          }
26556          GENLIST_PART_DISCLIP
26557       }
26558       programs {
26559          // signal: elm,state,%s,active
26560          //   a "check" item named %s went active
26561          // signal: elm,state,%s,passive
26562          //   a "check" item named %s went passive
26563          // default is passive
26564          /*program { name: "go_active";
26565             signal: "elm,state,selected";
26566             source: "elm";
26567             action: STATE_SET "selected" 0.0;
26568             target: "elm.text";
26569             target: "elm.text.sub";
26570          }
26571          program { name: "go_passive";
26572             signal: "elm,state,unselected";
26573             source: "elm";
26574             action: STATE_SET "default" 0.0;
26575             target: "elm.text";
26576             target: "elm.text.sub";
26577             transition: LINEAR 0.1;
26578          }*/
26579          program { name: "go_disabled";
26580             signal: "elm,state,disabled";
26581             source: "elm";
26582             action: STATE_SET "disabled" 0.0;
26583             target: "disclip";
26584          }
26585          program { name: "go_enabled";
26586             signal: "elm,state,enabled";
26587             source: "elm";
26588             action: STATE_SET "default" 0.0;
26589             target: "disclip";
26590          }
26591          program { name: "flip_enabled";
26592             signal: "elm,state,flip,enabled";
26593             source: "elm";
26594             action: STATE_SET "flip_enabled" 0.0;
26595             target: "elm.text.1";
26596             target: "elm.text.2";
26597             target: "elm.flip.content.1";
26598             target: "elm.flip.content.2";
26599          }
26600          program { name: "flip_disabled";
26601             signal: "elm,state,flip,disabled";
26602             source: "elm";
26603             action: STATE_SET "default" 0.0;
26604             target: "elm.text.1";
26605             target: "elm.text.2";
26606             target: "elm.flip.content.1";
26607             target: "elm.flip.content.2";
26608          }
26609       }
26610    }
26611
26612 /* non-bottom-border-area version of 2text.1icon.2 */
26613    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
26614       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
26615       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
26616       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
26617       alias: "elm/layout/dialogue/bg/2text.1icon.3";
26618       data.item: "stacking" "above";
26619       data.item: "selectraise" "on";
26620       data.item: "texts" "elm.text.1 elm.text.2";
26621       data.item: "contents" "elm.icon";
26622       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
26623       images {
26624           image: "00_list_thumbnail_bg.png" COMP;
26625       }
26626       parts {
26627          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
26628          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
26629          GENLIST_PART_PADDING_BOTTOM( 0 )
26630          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
26631          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26632          part { name: "elm.icon.bg";
26633             scale: 1;
26634             description { state: "default" 0.0;
26635                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
26636                fixed: 1 1;
26637                align: 0.0 0.7;
26638                rel1 {
26639                   relative: 1.0 0.5;
26640                   to_x: "elm.padding.left";
26641                }
26642                rel2 {
26643                   relative: 1.0 0.5;
26644                   to_x: "elm.padding.left";
26645                }
26646                image {
26647                   normal: "00_list_thumbnail_bg.png";
26648                   border: 1 1 1 1;
26649                   border_scale: 1;
26650                   middle: NONE;
26651                }
26652             }
26653          }
26654          part { name: "elm.icon";
26655             type: SWALLOW;
26656             description { state: "default" 0.0;
26657                rel1.to: "elm.icon.bg";
26658                rel2.to: "elm.icon.bg";
26659             }
26660          }
26661          part { name: "elm.padding.icon.right";
26662             type: RECT;
26663             mouse_events: 0;
26664             scale: 1;
26665             description { state: "default" 0.0;
26666                min: GENLIST_PADDING_16_INC 0;
26667                fixed: 1 0;
26668                rel1 {
26669                    relative: 1.0 0.0;
26670                    to_x: "elm.icon.bg";
26671                }
26672                rel2.to_x: "elm.icon.bg";
26673                visible: 0;
26674                align: 0.0 0.5;
26675             }
26676          }
26677          part { name: "elm.padding.text.left";
26678             type: RECT;
26679             mouse_events: 0;
26680             scale: 1;
26681             description { state: "default" 0.0;
26682                min: GENLIST_PADDING_16_INC 0;
26683                fixed: 1 0;
26684                rel1 {
26685                    relative: 1.0 1.0;
26686                    to_x: "elm.padding.icon.right";
26687                    to_y: "elm.padding.top";
26688                }
26689                rel2.to_x: "elm.padding.icon.right";
26690                visible: 0;
26691                align: 1.0 0.5;
26692             }
26693          }
26694          part { name: "vertical_line";
26695             type: RECT;
26696             mouse_events: 0;
26697             description { state: "default" 0.0;
26698                visible: 0;
26699                rel1 {
26700                   relative: 1.0 1.0;
26701                   to_x: "elm.padding.text.left";
26702                   to_y: "elm.padding.top";
26703                }
26704                rel2 {
26705                   relative: 1.0 0.0;
26706                   to_x: "elm.padding.text.left";
26707                   to_y: "elm.padding.bottom";
26708                }
26709             }
26710          }
26711          part { name: "text_vertical_rect";
26712             type: RECT;
26713             mouse_events: 0;
26714             scale: 1;
26715             description { state: "default" 0.0;
26716                min: GENLIST_SIZE_16_INC 0;
26717                fixed: 1 0;
26718                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
26719                rel1 {
26720                   relative: 1.0 1.0;
26721                   to_x: "vertical_line";
26722                   to_y: "elm.padding.top";
26723                }
26724                rel2 {
26725                   relative: 1.0 0.0;
26726                   to_x: "elm.padding.text.left";
26727                   to_y: "elm.padding.bottom";
26728                }
26729                align: 0.0 0.5;
26730             }
26731          }
26732          part { name: "elm.padding.text.right";
26733             type: RECT;
26734             mouse_events: 0;
26735             scale: 1;
26736             description { state: "default" 0.0;
26737                min: GENLIST_PADDING_16_INC 0;
26738                fixed: 1 0;
26739                rel1 {
26740                    relative: 1.0 0.0;
26741                    to_x: "text_vertical_rect";
26742                }
26743                rel2.to_x: "text_vertical_rect";
26744                visible: 0;
26745                align: 0.0 0.5;
26746             }
26747          }
26748          part { name: "text_top_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.0;
26757                   to_x: "text_vertical_rect";
26758                   to_y: "text_vertical_rect";
26759                }
26760                rel2 {
26761                   relative: 1.0 0.0;
26762                   to_y: "text_vertical_rect";
26763                }
26764                align: 0.0 0.0;
26765             }
26766          }
26767          part { name: "text_center_line";
26768             type: RECT;
26769             mouse_events: 0;
26770             description { state: "default" 0.0;
26771                min: 0 1;
26772                fixed: 0 1;
26773                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26774                rel1 {
26775                   relative: 1.0 0.56;
26776                   to_x: "text_vertical_rect";
26777                }
26778                rel2.relative: 1.0 0.56;
26779                align: 0.5 0.5;
26780             }
26781          }
26782          part { name: "text_bottom_line";
26783             type: RECT;
26784             mouse_events: 0;
26785             description { state: "default" 0.0;
26786                min: 0 1;
26787                fixed: 0 1;
26788                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26789                rel1 {
26790                   relative: 1.0 1.0;
26791                   to_x: "text_vertical_rect";
26792                   to_y: "text_vertical_rect";
26793                }
26794                rel2 {
26795                   relative: 1.0 1.0;
26796                   to_y: "text_vertical_rect";
26797                }
26798                align: 0.0 1.0;
26799             }
26800          }
26801          part { name: "elm.text.bg.1";
26802             clip_to: "disclip";
26803             type: RECT;
26804             mouse_events: 0;
26805             scale: 1;
26806             description { state: "default" 0.0;
26807                rel1 {
26808                   relative: 1.0 1.0;
26809                   to_x: "text_vertical_rect";
26810                   to_y: "text_top_line";
26811                }
26812                rel2 {
26813                   relative: 1.0 0.0;
26814                   to_x: "elm.padding.right";
26815                   to_y: "text_center_line";
26816                }
26817                color: GENLIST_PART_BG_COLOR_INC;
26818             }
26819          }
26820          part { name: "elm.text.1";
26821             type: TEXT;
26822             mouse_events: 0;
26823             scale: 1;
26824             description { state: "default" 0.0;
26825                min: 0 GENLIST_SIZE_54_INC;
26826                rel1 {
26827                   relative: 1.0 0.0;
26828                   to_x: "elm.padding.text.right";
26829                   to_y: "elm.text.bg.1";
26830                }
26831                rel2 {
26832                   relative: 0.0 1.0;
26833                   to_x: "elm.padding.right";
26834                   to_y: "elm.text.bg.1";
26835                }
26836                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26837                text {
26838                   font: "SLP:style=Roman";
26839                   size: GENLIST_FONT_48_INC;
26840                   align: 0.0 0.5;
26841                   text_class: "list_item";
26842                }
26843             }
26844             GENLIST_DESCRIPTION_FLIP_ENABLED
26845          }
26846          part { name: "elm.flip.content.1";
26847             type: SWALLOW;
26848             description { state: "default" 0.0;
26849                visible: 0;
26850                fixed: 1 1;
26851                rel1.to: "elm.text.1";
26852                rel2.to: "elm.text.1";
26853             }
26854             description { state: "flip_enabled" 0.0;
26855                inherit: "default" 0.0;
26856                visible: 1;
26857             }
26858          }
26859          part { name: "elm.text.bg.2";
26860             clip_to: "disclip";
26861             type: RECT;
26862             mouse_events: 0;
26863             scale: 1;
26864             description { state: "default" 0.0;
26865                rel1 {
26866                   relative: 1.0 1.0;
26867                   to_x: "text_vertical_rect";
26868                   to_y: "text_center_line";
26869                }
26870                rel2 {
26871                   relative: 1.0 0.0;
26872                   to_x: "elm.padding.right";
26873                   to_y: "text_bottom_line";
26874                }
26875                color: GENLIST_PART_BG_COLOR_INC;
26876             }
26877          }
26878          part { name: "elm.text.2";
26879             clip_to: "disclip";
26880             type: TEXT;
26881             mouse_events: 0;
26882             scale: 1;
26883             description { state: "default" 0.0;
26884                min: 0 GENLIST_SIZE_54_INC;
26885                rel1 {
26886                   relative: 1.0 0.0;
26887                   to_x: "elm.padding.text.right";
26888                   to_y: "elm.text.bg.2";
26889                }
26890                rel2 {
26891                   relative: 0.0 1.0;
26892                   to_x: "elm.padding.right";
26893                   to_y: "elm.text.bg.2";
26894                }
26895                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
26896                text {
26897                   font: "SLP:style=Roman";
26898                   size: GENLIST_FONT_48_INC;
26899                   text_class: "slp_roman";
26900                }
26901             }
26902             GENLIST_DESCRIPTION_FLIP_ENABLED
26903          }
26904          part { name: "elm.flip.content.2";
26905             type: SWALLOW;
26906             description { state: "default" 0.0;
26907                visible: 0;
26908                fixed: 1 1;
26909                rel1.to: "elm.text.2";
26910                rel2.to: "elm.text.2";
26911             }
26912             description { state: "flip_enabled" 0.0;
26913                inherit: "default" 0.0;
26914                visible: 1;
26915             }
26916          }
26917          GENLIST_PART_DISCLIP
26918       }
26919       programs {
26920          // signal: elm,state,%s,active
26921          //   a "check" item named %s went active
26922          // signal: elm,state,%s,passive
26923          //   a "check" item named %s went passive
26924          // default is passive
26925          /*program { name: "go_active";
26926             signal: "elm,state,selected";
26927             source: "elm";
26928             action: STATE_SET "selected" 0.0;
26929             target: "elm.text";
26930             target: "elm.text.sub";
26931          }
26932          program { name: "go_passive";
26933             signal: "elm,state,unselected";
26934             source: "elm";
26935             action: STATE_SET "default" 0.0;
26936             target: "elm.text";
26937             target: "elm.text.sub";
26938             transition: LINEAR 0.1;
26939          }*/
26940          program { name: "go_disabled";
26941             signal: "elm,state,disabled";
26942             source: "elm";
26943             action: STATE_SET "disabled" 0.0;
26944             target: "disclip";
26945          }
26946          program { name: "go_enabled";
26947             signal: "elm,state,enabled";
26948             source: "elm";
26949             action: STATE_SET "default" 0.0;
26950             target: "disclip";
26951          }
26952          program { name: "flip_enabled";
26953             signal: "elm,state,flip,enabled";
26954             source: "elm";
26955             action: STATE_SET "flip_enabled" 0.0;
26956             target: "elm.text.1";
26957             target: "elm.text.2";
26958             target: "elm.flip.content.1";
26959             target: "elm.flip.content.2";
26960          }
26961          program { name: "flip_disabled";
26962             signal: "elm,state,flip,disabled";
26963             source: "elm";
26964             action: STATE_SET "default" 0.0;
26965             target: "elm.text.1";
26966             target: "elm.text.2";
26967             target: "elm.flip.content.1";
26968             target: "elm.flip.content.2";
26969          }
26970       }
26971    }
26972
26973    ///////// will be removed /////////
26974    group { name: "elm/genlist/item/dialogue/1icon.2/default";
26975       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
26976       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
26977       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
26978       alias: "elm/layout/dialogue/1icon.2";
26979       data.item: "stacking" "above";
26980       data.item: "selectraise" "on";
26981       data.item: "contents" "elm.icon";
26982
26983       parts {
26984          GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
26985          GENLIST_PART_DIALOGUE_BG_IMAGE
26986          GENLIST_PART_BOTTOM_LINE
26987          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
26988          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
26989          GENLIST_PART_DIALOGUE_ITEM
26990          GENLIST_PART_DIALOGUE_RIGHT_LINE
26991          part { name: "elm.icon";
26992             clip_to: "disclip";
26993             type: SWALLOW;
26994             scale: 1;
26995             description { state: "default" 0.0;
26996                rel1 {
26997                   relative: 1.0 0.0;
26998                   to_x: "elm.padding.left";
26999                }
27000                rel2 {
27001                   relative: 0.0 1.0;
27002                   to_x: "elm.padding.right";
27003                }
27004             }
27005          }
27006          GENLIST_PART_DISCLIP
27007       }
27008       programs {
27009          // signal: elm,state,%s,active
27010          //   a "check" item named %s went active
27011          // signal: elm,state,%s,passive
27012          //   a "check" item named %s went passive
27013          // default is passive
27014          /*program { name: "go_active";
27015             signal: "elm,state,selected";
27016             source: "elm";
27017             action: STATE_SET "selected" 0.0;
27018             target: "bg_image";
27019             target: "elm.text";
27020          }
27021          program { name: "go_passive";
27022             signal: "elm,state,unselected";
27023             source: "elm";
27024             action: STATE_SET "default" 0.0;
27025             target: "bg_image";
27026             target: "elm.text";
27027             transition: LINEAR 0.1;
27028          }*/
27029          program { name: "go_disabled";
27030             signal: "elm,state,disabled";
27031             source: "elm";
27032             action: STATE_SET "disabled" 0.0;
27033             target: "disclip";
27034          }
27035          program { name: "go_enabled";
27036             signal: "elm,state,enabled";
27037             source: "elm";
27038             action: STATE_SET "default" 0.0;
27039             target: "disclip";
27040          }
27041       }
27042    }
27043
27044    //////////////////////// will be removed //////////////////////////
27045    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
27046       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
27047       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
27048       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
27049       alias: "elm/genlist/item/dialogue.1icon.2text/default";
27050       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
27051       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
27052       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
27053       alias: "elm/layout/dialogue/bg/2text.1icon";
27054       data.item: "stacking" "above";
27055       data.item: "selectraise" "on";
27056       data.item: "texts" "elm.text.1 elm.text.2";
27057       data.item: "contents" "elm.icon";
27058       images {
27059           image: "00_list_thumbnail_bg.png" COMP;
27060       }
27061       parts {
27062          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27063          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
27064          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
27065          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27066          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27067          part { name: "elm.icon.bg";
27068             scale: 1;
27069             description { state: "default" 0.0;
27070                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27071                fixed: 1 1;
27072                align: 0.0 0.5;
27073                rel1 {
27074                   relative: 1.0 0.5;
27075                   to_x: "elm.padding.left";
27076                }
27077                rel2 {
27078                   relative: 1.0 0.5;
27079                   to_x: "elm.padding.left";
27080                }
27081                image {
27082                   normal: "00_list_thumbnail_bg.png";
27083                   border: 1 1 1 1;
27084                   border_scale: 1;
27085                   middle: NONE;
27086                }
27087             }
27088          }
27089          part { name: "elm.icon";
27090             type: SWALLOW;
27091             description { state: "default" 0.0;
27092                rel1.to: "elm.icon.bg";
27093                rel2.to: "elm.icon.bg";
27094             }
27095          }
27096          part { name: "elm.padding.icon.right";
27097             type: RECT;
27098             mouse_events: 0;
27099             scale: 1;
27100             description { state: "default" 0.0;
27101                min: GENLIST_PADDING_24_INC 0;
27102                fixed: 1 0;
27103                rel1 {
27104                    relative: 1.0 0.0;
27105                    to_x: "elm.icon.bg";
27106                }
27107                rel2.to_x: "elm.icon.bg";
27108                visible: 0;
27109                align: 0.0 0.5;
27110             }
27111          }
27112          part { name: "elm.text.1";
27113             clip_to: "disclip";
27114             type: TEXT;
27115             mouse_events: 0;
27116             scale: 1;
27117             description { state: "default" 0.0;
27118                min: 0 GENLIST_SIZE_54_INC;
27119                fixed: 0 1;
27120                align: 0 0;
27121                rel1 {
27122                   relative: 1.0 1.0;
27123                   to_x: "elm.padding.icon.right";
27124                   to_y: "elm.padding.top";
27125                }
27126                rel2 {
27127                   relative: 0.0 1.0;
27128                   to_x: "elm.padding.right";
27129                   to_y: "elm.padding.top";
27130                }
27131                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27132                text {
27133                   font: "SLP:style=Roman";
27134                   size: GENLIST_FONT_48_INC;
27135                   align: 0.0 0.0;
27136                   text_class: "list_item";
27137                }
27138             }
27139          }
27140          part { name: "elm.text.2";
27141             clip_to: "disclip";
27142             type: TEXT;
27143             mouse_events: 0;
27144             scale: 1;
27145             description { state: "default" 0.0;
27146                rel1 {
27147                   relative: 1.0 1.0;
27148                   to_x: "elm.padding.icon.right";
27149                   to_y: "elm.text.1";
27150                }
27151                rel2 {
27152                   relative: 0.0 0.0;
27153                   to_x: "elm.padding.right";
27154                   to_y: "elm.padding.bottom";
27155                }
27156                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27157                text {
27158                   font: "SLP:style=Medium";
27159                   size: GENLIST_FONT_32_INC;
27160                   align: 0.0 1.0;
27161                   text_class: "slp_medium";
27162                }
27163             }
27164          }
27165          GENLIST_PART_DISCLIP
27166       }
27167       programs {
27168          // signal: elm,state,%s,active
27169          //   a "check" item named %s went active
27170          // signal: elm,state,%s,passive
27171          //   a "check" item named %s went passive
27172          // default is passive
27173          /*program { name: "go_active";
27174             signal: "elm,state,selected";
27175             source: "elm";
27176             action: STATE_SET "selected" 0.0;
27177             target: "elm.text";
27178             target: "elm.text.sub";
27179          }
27180          program { name: "go_passive";
27181             signal: "elm,state,unselected";
27182             source: "elm";
27183             action: STATE_SET "default" 0.0;
27184             target: "elm.text";
27185             target: "elm.text.sub";
27186             transition: LINEAR 0.1;
27187          }*/
27188          program { name: "go_disabled";
27189             signal: "elm,state,disabled";
27190             source: "elm";
27191             action: STATE_SET "disabled" 0.0;
27192             target: "disclip";
27193          }
27194          program { name: "go_enabled";
27195             signal: "elm,state,enabled";
27196             source: "elm";
27197             action: STATE_SET "default" 0.0;
27198             target: "disclip";
27199          }
27200       }
27201    }
27202
27203 // 4.3.2 (old)
27204    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
27205       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
27206       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
27207       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
27208       alias: "elm/layout/dialogue/bg/3text.1icon";
27209       data.item: "stacking" "above";
27210       data.item: "selectraise" "on";
27211       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
27212       data.item: "contents" "elm.icon";
27213       images {
27214           image: "00_list_thumbnail_bg.png" COMP;
27215       }
27216       parts {
27217          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
27218          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
27219          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
27220          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
27221          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
27222          part { name: "elm.icon.bg";
27223             scale: 1;
27224             description { state: "default" 0.0;
27225                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
27226                fixed: 1 1;
27227                align: 0.0 0.5;
27228                rel1 {
27229                   relative: 1.0 0.5;
27230                   to_x: "elm.padding.left";
27231                }
27232                rel2 {
27233                   relative: 1.0 0.5;
27234                   to_x: "elm.padding.left";
27235                }
27236                image {
27237                   normal: "00_list_thumbnail_bg.png";
27238                   border: 1 1 1 1;
27239                   border_scale: 1;
27240                   middle: NONE;
27241                }
27242             }
27243          }
27244          part { name: "elm.icon";
27245             type: SWALLOW;
27246             description { state: "default" 0.0;
27247                rel1.to: "elm.icon.bg";
27248                rel2.to: "elm.icon.bg";
27249             }
27250          }
27251          part { name: "elm.padding.icon.right";
27252             type: RECT;
27253             mouse_events: 0;
27254             scale: 1;
27255             description { state: "default" 0.0;
27256                min: GENLIST_PADDING_24_INC 0;
27257                fixed: 1 0;
27258                rel1 {
27259                    relative: 1.0 0.0;
27260                    to_x: "elm.icon.bg";
27261                }
27262                rel2.to_x: "elm.icon.bg";
27263                visible: 0;
27264                align: 0.0 0.5;
27265             }
27266          }
27267          part { name: "elm.text.1";
27268             clip_to: "disclip";
27269             type: TEXT;
27270             mouse_events: 0;
27271             scale: 1;
27272             description { state: "default" 0.0;
27273                min: 0 GENLIST_SIZE_54_INC;
27274                fixed: 0 1;
27275                align: 0 0;
27276                rel1 {
27277                   relative: 1.0 1.0;
27278                   to_x: "elm.padding.icon.right";
27279                   to_y: "elm.padding.top";
27280                }
27281                rel2 {
27282                   relative: 0.0 1.0;
27283                   to_x: "elm.padding.right";
27284                   to_y: "elm.padding.top";
27285                }
27286                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
27287                text {
27288                   font: "SLP:style=Roman";
27289                   size: GENLIST_FONT_48_INC;
27290                   align: 0.0 0.0;
27291                   text_class: "list_item";
27292                }
27293             }
27294          }
27295          part { name: "elm.text.2";
27296             clip_to: "disclip";
27297             type: TEXT;
27298             mouse_events: 0;
27299             scale: 1;
27300             description { state: "default" 0.0;
27301                rel1 {
27302                   relative: 1.0 1.0;
27303                   to_x: "elm.padding.icon.right";
27304                   to_y: "elm.text.1";
27305                }
27306                rel2 {
27307                   relative: 0.0 0.0;
27308                   to_x: "elm.padding.right";
27309                   to_y: "elm.text.3";
27310                }
27311                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27312                text {
27313                   font: "SLP:style=Medium";
27314                   size: GENLIST_FONT_32_INC;
27315                   align: 0.0 1.0;
27316                   text_class: "slp_medium";
27317                }
27318             }
27319          }
27320          part { name: "elm.text.3";
27321             clip_to: "disclip";
27322             type: TEXT;
27323             mouse_events: 0;
27324             scale: 1;
27325             description { state: "default" 0.0;
27326                min: 0 GENLIST_ICON_SMALL_SIZE;
27327                fixed: 0 1;
27328                align: 0 1;
27329                rel1 {
27330                   relative: 1.0 0.0;
27331                   to_x: "elm.padding.icon.right";
27332                   to_y: "elm.padding.bottom";
27333                }
27334                rel2 {
27335                   relative: 0.0 0.0;
27336                   to_x: "elm.padding.right";
27337                   to_y: "elm.padding.bottom";
27338                }
27339                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
27340                text {
27341                   font: "SLP:style=Medium";
27342                   size: GENLIST_FONT_32_INC;
27343                   align: 0.0 1.0;
27344                   text_class: "slp_medium";
27345                }
27346             }
27347          }
27348          GENLIST_PART_DISCLIP
27349       }
27350       programs {
27351          // signal: elm,state,%s,active
27352          //   a "check" item named %s went active
27353          // signal: elm,state,%s,passive
27354          //   a "check" item named %s went passive
27355          // default is passive
27356          /*program { name: "go_active";
27357             signal: "elm,state,selected";
27358             source: "elm";
27359             action: STATE_SET "selected" 0.0;
27360             target: "elm.text";
27361             target: "elm.text.sub";
27362          }
27363          program { name: "go_passive";
27364             signal: "elm,state,unselected";
27365             source: "elm";
27366             action: STATE_SET "default" 0.0;
27367             target: "elm.text";
27368             target: "elm.text.sub";
27369             transition: LINEAR 0.1;
27370          }*/
27371          program { name: "go_disabled";
27372             signal: "elm,state,disabled";
27373             source: "elm";
27374             action: STATE_SET "disabled" 0.0;
27375             target: "disclip";
27376          }
27377          program { name: "go_enabled";
27378             signal: "elm,state,enabled";
27379             source: "elm";
27380             action: STATE_SET "default" 0.0;
27381             target: "disclip";
27382          }
27383       }
27384   }
27385
27386 ////////////////////////////////////////////////////////