Fix reorder mode for new UX & Change macors & Fix some incorrect text
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_normal.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18 /*
19  * vim:ts=3
20 */
21
22 /* genlist multisense sample/tone listing */
23    sounds {
24       sample {
25          name: "button-pressed" RAW;
26          source: "button-pressed.wav";
27       }
28    }
29
30    group { name: "elm/list/item/matchlist";
31       alias: "elm/list/item_odd/matchlist";
32       alias: "elm/list/item_compress/matchlist";
33       alias: "elm/list/item_compress_odd/matchlist";
34       data.item: "stacking" "above";
35       data.item: "selectraise" "on";
36       data.item: "texts" "elm.text";
37       data.item: "contents" "elm.swallow.icon elm.swallow.end";
38       images {
39          image: "00_list_bar_press_1x80.png" COMP;
40       }
41       parts {
42          GENLIST_PART_BASE( GENLIST_HEIGHT_93_INC )
43          GENLIST_PART_BG_IMAGE
44          GENLIST_PART_BOTTOM_LINE
45          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
46          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
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_LIST_MAIN_TEXT_FOCUS_COLOR;
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_1LINE )
156          GENLIST_PART_BG_IMAGE
157          GENLIST_PART_BOTTOM_LINE
158          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
159          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
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_LIST_MAIN_TEXT_UNREAD_COLOR;
191                text {
192                   font: "SLP:style=Roman";
193                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
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_LIST_MAIN_TEXT_FOCUS_COLOR;
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 // Tizen Theme -------------------------------------------------------------------
258 // 2.2.1.1
259    group { name: "elm/genlist/item/1text/default";
260       alias: "elm/genlist/item_odd/1text/default";
261       alias: "elm/genlist/item_compress/1text/default";
262       alias: "elm/genlist/item_compress_odd/1text/default";
263
264       data.item: "stacking" "above";
265       data.item: "selectraise" "on";
266       data.item: "texts" "elm.text";
267       data.item: "flips" "elm.flip.icon elm.flip.content";
268       images {
269          image: "00_list_bar_press_1x80.png" COMP;
270       }
271       parts {
272          GENLIST_PART_BG_IMAGE
273          GENLIST_PART_BASE_REORDER( GENLIST_HEIGHT_1LINE )
274          GENLIST_PART_BOTTOM_LINE
275
276          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
277          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
278
279          part { name: "elm.text";
280             clip_to: "disclip";
281             type: TEXT;
282             mouse_events: 0;
283             scale: 1;
284             GENLIST_DESCRIPTION_LR("elm.padding.left", "elm.padding.right", \
285                align: 0.0 0.5;
286                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
287                text {
288                   font: "SLP:style=Roman";
289                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
290                   max: 1 1;
291                   align: 0 0.5;
292                   text_class: "list_item";
293                }
294             )
295             description { state: "selected" 0.0;
296                inherit: "default" 0.0;
297                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
298             }
299             //GENLIST_DESCRIPTION_INVISIBLE_SELECTED
300             GENLIST_DESCRIPTION_FLIP_ENABLED
301          }
302          GENLIST_PART_FLIP
303          GENLIST_PART_DISCLIP
304       }
305       programs {
306          GENLIST_PROGRAM_DISCLIP( ; )
307          GENLIST_PROGRAM_SELECT( target: "elm.text"; )
308          GENLIST_PROGRAM_REORDER
309          GENLIST_PROGRAM_FLIP( target: "elm.text"; )
310       }
311    }
312 // 2.2.1.1 (textblock)
313    group { name: "elm/genlist/item_compress/1text.tb/default";
314       inherit: "elm/genlist/item/1text/default";
315       parts {
316          part { name: "elm.text";
317             type: TEXTBLOCK;
318             description { state: "default" 0.0;
319                rel1 {
320                   relative: 1.0 0.0;
321                   to_x: "elm.padding.left";
322                }
323                rel2 {
324                   relative: 0.0 1.0;
325                   to_x: "elm.padding.right";
326                }
327                align: 0.0 0.5;
328                text {
329                   style: "genlist_style_list_main_text_unread";
330                }
331             }
332             description { state: "selected" 0.0;
333                inherit: "default" 0.0;
334                // FIXME: Why color textblock of is not changed by text.style?
335                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
336                text.style: "genlist_style_list_main_text_focus";
337             }
338             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
339             GENLIST_DESCRIPTION_FLIP_ENABLED
340          }
341       }
342    }
343 // scaled automatically by icon size
344 // 2.2.1.5
345 // 2.2.1.6
346 // 2.2.1.7
347    group { name: "elm/genlist/item/1text.1icon/default";
348       alias: "elm/genlist/item_odd/1text.1icon/default";
349       alias: "elm/genlist/item_compress/1text.1icon/default";
350       alias: "elm/genlist/item_compress_odd/1text.1icon/default";
351           alias: "elm/genlist/item/1text.1icon.4/default";
352       alias: "elm/genlist/item_odd/1text.1icon.4/default";
353       alias: "elm/genlist/item_compress/1text.1icon.4/default";
354       alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
355
356       inherit: "elm/genlist/item/1text/default";
357
358       data.item: "contents" "elm.icon";
359       parts {
360          part { name: "elm.text";
361             description { state: "default" 0.0;
362                rel2 {
363                   relative: 0.0 1.0;
364                   to_x: "elm.icon";
365                   offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
366                }
367             }
368             description { state: "selected" 0.0;
369                rel2 {
370                   relative: 0.0 1.0;
371                   to_x: "elm.icon";
372                   offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
373                }
374             }
375          }
376          part { name: "elm.icon";
377             clip_to: "disclip";
378             type: SWALLOW;
379             scale: 1;
380             description { state: "default" 0.0;
381                fixed: 1 1;
382                align: 1.0 0.5;
383                rel1 {
384                   relative: 0.0 0.0;
385                   to_x: "elm.padding.right";
386                }
387                rel2 {
388                   relative: 0.0 1.0;
389                   to_x: "elm.padding.right";
390                }
391             }
392             GENLIST_DESCRIPTION_FLIP_ENABLED
393          }
394       }
395       programs {
396          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
397       }
398    }
399 // 2.2.1.4
400    group { name: "elm/genlist/item/1text.1icon.6/default";
401       alias: "elm/genlist/item_odd/1text.1icon.6/default";
402       alias: "elm/genlist/item_compress/1text.1icon.6/default";
403       alias: "elm/genlist/item_compress_odd/1text.1icon.6/default";
404       inherit: "elm/genlist/item/1text.1icon/default";
405
406       parts {
407          part { name: "elm.icon";
408             description { state: "default" 0.0;
409                fixed: 1 1;
410                min: 0 GENLIST_TEXT_BTN_HEIGHT;
411                            max: 0 GENLIST_TEXT_BTN_HEIGHT;
412
413             }
414          }
415       }
416    }
417 // 2.2.1.8
418    group { name: "elm/genlist/item/1text.1icon.5/default";
419       alias: "elm/genlist/item_odd/1text.1icon.5/default";
420       alias: "elm/genlist/item_compress/1text.1icon.5/default";
421       alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
422       inherit: "elm/genlist/item/1text.1icon/default";
423
424       parts {
425          part { name: "elm.icon";
426             description { state: "default" 0.0;
427                rel1.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
428                rel2.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
429             }
430          }
431       }
432    }
433
434 // Scalable icon
435    group { name: "elm/genlist/item/1text.1icon.1/default";
436       alias: "elm/genlist/item_odd/1text.1icon.1/default";
437       alias: "elm/genlist/item_compress/1text.1icon.1/default";
438       alias: "elm/genlist/item_compress_odd/1text.1icon.1/default";
439       inherit: "elm/genlist/item/1text.1icon/default";
440
441       parts {
442          part { name: "elm.text";
443             description { state: "default" 0.0;
444                rel1 {
445                   relative: 1.0 0.0;
446                   to_x: "elm.icon";
447                   offset: GENLIST_PADDING_SIZE_DEFAULT 0;
448                }
449                rel2 {
450                   relative: 0.0 1.0;
451                   to_x: "elm.padding.right";
452                }
453             }
454             description { state: "selected" 0.0;
455                inherit: "default" 0.0;
456                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
457             }
458
459          }
460          part { name: "elm.icon";
461             description { state: "default" 0.0;
462                align: 0.0 0.5;
463                rel1 {
464                   relative: 1.0 0.0;
465                   to_x: "elm.padding.left";
466                }
467                rel2 {
468                   relative: 1.0 1.0;
469                   to_x: "elm.padding.left";
470                }
471             }
472             GENLIST_DESCRIPTION_FLIP_ENABLED
473          }
474       }
475    }
476
477 // 2.2.1.9
478    group { name: "elm/genlist/item/1text.2icon.3/default";
479       alias: "elm/genlist/item_odd/1text.2icon.3/default";
480       alias: "elm/genlist/item_compress/1text.2icon.3/default";
481       alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
482       data.item: "stacking" "above";
483       data.item: "selectraise" "on";
484       data.item: "texts" "elm.text";
485       data.item: "contents" "elm.icon.1 elm.icon.2";
486       data.item: "flips" "elm.flip.content";
487       images {
488          image: "00_list_bar_press_1x80.png" COMP;
489       }
490       parts {
491          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
492          GENLIST_PART_BG_IMAGE
493          GENLIST_PART_BOTTOM_LINE
494          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
495          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
496          part { name: "elm.icon.1";
497             type: SWALLOW;
498             clip_to: "disclip";
499             scale: 1;
500             description { state: "default" 0.0;
501                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
502                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
503                fixed: 1 1;
504                rel1 {
505                   relative: 0.0 0.0;
506                   to_x: "elm.padding.right";
507                }
508                rel2 {
509                   relative: 0.0 1.0;
510                   to_x: "elm.padding.right";
511                }
512                align: 1.0 0.5;
513             }
514             GENLIST_DESCRIPTION_FLIP_ENABLED
515          }
516          part { name: "elm.padding.icon1.left";
517             type: RECT;
518             clip_to: "disclip";
519             scale: 1;
520             description { state: "default" 0.0;
521                min: GENLIST_PADDING_16_INC 0;
522                fixed: 1 0;
523                visible: 0;
524                rel1.to_x: "elm.icon.1";
525                rel2 {
526                   relative: 0.0 1.0;
527                   to_x: "elm.icon.1";
528                }
529                align: 1.0 0.0;
530             }
531          }
532          part { name: "elm.padding.icon1.left2";
533             type: RECT;
534             clip_to: "disclip";
535             scale: 1;
536             description { state: "default" 0.0;
537                min: GENLIST_PADDING_64_INC 0;
538                fixed: 1 0;
539                visible: 0;
540                rel1.to_x: "elm.icon.1";
541                rel2 {
542                   relative: 0.0 1.0;
543                   to_x: "elm.icon.1";
544                }
545                align: 1.0 0.0;
546             }
547          }
548          part { name: "elm.text";
549             type: TEXT;
550             clip_to: "disclip";
551             mouse_events: 0;
552             scale: 1;
553             description { state: "default" 0.0;
554                rel1 {
555                   relative: 1.0 0.0;
556                   to_x: "elm.padding.left";
557                }
558                rel2 {
559                   relative: 0.0 1.0;
560                   to_x: "elm.padding.icon1.left2";
561                }
562                align: 0.0 0.5;
563                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
564                text {
565                   font: "SLP:style=Roman";
566                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
567                   min: 0 1;
568                   max: 1 0;
569                   align: 0.0 0.5;
570                   text_class: "list_item";
571                }
572             }
573             description { state: "selected" 0.0;
574                inherit: "default" 0.0;
575                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
576             }
577             GENLIST_DESCRIPTION_FLIP_ENABLED
578          }
579          part { name: "elm.padding.text.right";
580             type: RECT;
581             clip_to: "disclip";
582             scale: 1;
583             description { state: "default" 0.0;
584                min: GENLIST_PADDING_16_INC 0;
585                fixed: 1 0;
586                rel1 {
587                   relative: 1.0 0.0;
588                   to_x: "elm.text";
589                }
590                rel2.to_x: "elm.text";
591                align: 0.0 0.0;
592                visible: 0;
593             }
594          }
595          part { name: "elm.icon.2.rect";
596             type: RECT;
597             clip_to: "disclip";
598             scale: 1;
599             description { state: "default" 0.0;
600                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
601                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
602                rel1 {
603                   relative: 1.0 0.0;
604                   to_x: "elm.padding.text.right";
605                }
606                rel2 {
607                   relative: 0.0 1.0;
608                   to_x: "elm.padding.icon1.left";
609                }
610                align: 0.0 0.5;
611                color: 0 0 0 0;
612             }
613             GENLIST_DESCRIPTION_FLIP_ENABLED
614          }
615          part { name: "elm.icon.2";
616             type: SWALLOW;
617             clip_to: "disclip";
618             description { state: "default" 0.0;
619                fixed: 1 1;
620                rel1.to: "elm.icon.2.rect";
621                rel2.to: "elm.icon.2.rect";
622             }
623             GENLIST_DESCRIPTION_FLIP_ENABLED
624          }
625          GENLIST_PART_FLIP
626          GENLIST_PART_DISCLIP
627       }
628       programs {
629          program { name: "go_active";
630             signal: "elm,state,selected";
631             source: "elm";
632             action: STATE_SET "selected" 0.0;
633             target: "bg_image";
634             target: "elm.text";
635             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
636          }
637          program { name: "go_passive";
638             signal: "elm,state,unselected";
639             source: "elm";
640             action: STATE_SET "default" 0.0;
641             target: "bg_image";
642             target: "elm.text";
643             transition: LINEAR 0.1;
644          }
645          program { name: "go_disabled";
646             signal: "elm,state,disabled";
647             source: "elm";
648             action: STATE_SET "disabled" 0.0;
649             target: "disclip";
650          }
651          program { name: "go_enabled";
652             signal: "elm,state,enabled";
653             source: "elm";
654             action: STATE_SET "default" 0.0;
655             target: "disclip";
656          }
657          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
658          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
659       }
660    }
661
662    group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
663       inherit: "elm/genlist/item/1text.2icon.3/default";
664       parts {
665          part { name: "elm.text";
666             type: TEXTBLOCK;
667             clip_to: "disclip";
668             mouse_events: 0;
669             scale: 1;
670             description { state: "default" 0.0;
671                rel1 {
672                   relative: 1.0 0.0;
673                   to_x: "elm.padding.left";
674                }
675                rel2 {
676                   relative: 0.0 1.0;
677                   to_x: "elm.padding.icon1.left2";
678                }
679                align: 0.0 0.5;
680                text {
681                   style: "genlist_style_list_main_text_unread";
682                   min: 0 1;
683                   max: 1 0;
684                   align: 0.0 0.5;
685                }
686             }
687             description { state: "selected" 0.0;
688                inherit: "default" 0.0;
689                text.style: "genlist_style_list_main_text_focus";
690             }
691             GENLIST_DESCRIPTION_FLIP_ENABLED
692          }
693       }
694    }
695
696
697 // 2.2.1.10
698 // 2.2.1.20
699    group { name: "elm/genlist/item/1text.1icon.2/default";
700       alias: "elm/genlist/item_odd/1text.1icon.2/default";
701       alias: "elm/genlist/item_compress/1text.1icon.2/default";
702       alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
703       inherit: "elm/genlist/item/1text.1icon.1/default";
704
705       parts {
706          part { name: "elm.icon";
707             description { state: "default" 0.0;
708                fixed: 1 1;
709                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
710                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
711             }
712             GENLIST_DESCRIPTION_FLIP_ENABLED
713          }
714       }
715    }
716
717 // 2.2.1.10 textblock
718    group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
719       inherit: "elm/genlist/item/1text.1icon.2/default";
720       parts {
721          part { name: "elm.text";
722             clip_to: "disclip";
723             type: TEXTBLOCK;
724             mouse_events: 0;
725             scale: 1;
726             description { state: "default" 0.0;
727                align: 0.0 0.5;
728                rel1 {
729                   relative: 1.0 0.0;
730                   to_x: "elm.icon";
731                }
732                rel2 {
733                   relative: 0.0 1.0;
734                   to_x: "elm.padding.right";
735                }
736                text {
737                   style: "genlist_style_list_main_text_unread";
738                   min: 0 1;
739                   align: 0.0 0.5;
740                }
741             }
742             description { state: "selected" 0.0;
743                inherit: "default" 0.0;
744                // FIXME: Why is not textblock changed by text.style?
745                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
746                text.style: "genlist_style_list_main_text_focus";
747             }
748             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
749             GENLIST_DESCRIPTION_FLIP_ENABLED
750          }
751       }
752    }
753
754 // 2.2.1.16
755    group { name: "elm/genlist/item/1text.1icon.3/default";
756       alias: "elm/genlist/item_odd/1text.1icon.3/default";
757       alias: "elm/genlist/item_compress/1text.1icon.3/default";
758       alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
759       inherit: "elm/genlist/item/1text.1icon.1/default";
760
761       parts {
762          part { name: "elm.icon";
763             description { state: "default" 0.0;
764                fixed: 1 1;
765                min: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
766                max: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
767             }
768             GENLIST_DESCRIPTION_FLIP_ENABLED
769          }
770       }
771    }
772
773
774 // 2.2.1.13
775 // 2.2.1.14
776 // 2.2.1.15
777    group { name: "elm/genlist/item/1text.2icon/default";
778       alias: "elm/genlist/item_odd/1text.2icon/default";
779       alias: "elm/genlist/item_compress/1text.2icon/default";
780       alias: "elm/genlist/item_compress_odd/1text.2icon/default";
781       data.item: "stacking" "above";
782       data.item: "selectraise" "on";
783       data.item: "texts" "elm.text";
784       data.item: "contents" "elm.icon.1 elm.icon.2";
785       data.item: "flips" "elm.flip.content";
786       images {
787          image: "00_list_bar_press_1x80.png" COMP;
788       }
789       parts {
790          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
791          GENLIST_PART_BG_IMAGE
792          GENLIST_PART_BOTTOM_LINE
793          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
794          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
795          part { name: "elm.icon.1";
796             clip_to: "disclip";
797             type: SWALLOW;
798             scale: 1;
799             description { state: "default" 0.0;
800                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
801                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
802                fixed: 1 1;
803                rel1 {
804                   relative: 1.0 0.0;
805                   to_x: "elm.padding.left";
806                }
807                rel2 {
808                   relative: 1.0 1.0;
809                   to_x: "elm.padding.left";
810                }
811                align: 0.0 0.5;
812             }
813             GENLIST_DESCRIPTION_FLIP_ENABLED
814          }
815          part { name: "elm.padding.icon1.right";
816             clip_to: "disclip";
817             type: RECT;
818             scale: 1;
819             description { state: "default" 0.0;
820                min: GENLIST_SIZE_16_INC 0;
821                fixed: 1 0;
822                rel1 {
823                   relative: 1.0 0.0;
824                   to_x: "elm.icon.1";
825                }
826                rel2.to_x: "elm.icon.1";
827                visible: 0;
828             }
829          }
830          part { name: "elm.icon.2";
831             clip_to: "disclip";
832             type: SWALLOW;
833             scale: 1;
834             description { state: "default" 0.0;
835                fixed: 1 1;
836                rel1 {
837                   relative: 0.0 0.0;
838                   to_x: "elm.padding.right";
839                }
840                rel2 {
841                   relative: 0.0 1.0;
842                   to_x: "elm.padding.right";
843                }
844                align: 1.0 0.5;
845             }
846             GENLIST_DESCRIPTION_FLIP_ENABLED
847          }
848          part { name: "elm.padding.icon2.left";
849             clip_to: "disclip";
850             type: RECT;
851             scale: 1;
852             description { state: "default" 0.0;
853                min: GENLIST_PADDING_16_INC 0;
854                fixed: 1 0;
855                rel1.to_x: "elm.icon.2";
856                rel2 {
857                   relative: 0.0 1.0;
858                   to_x: "elm.icon.2";
859                }
860                align: 1.0 0.0;
861                visible: 0;
862             }
863          }
864          part { name: "elm.text";
865             clip_to: "disclip";
866             type: TEXT;
867             mouse_events: 0;
868             scale: 1;
869             description { state: "default" 0.0;
870                rel1 {
871                   relative: 1.0 0.0;
872                   to_x: "elm.padding.icon1.right";
873                }
874                rel2 {
875                   relative: 0.0 1.0;
876                   to_x: "elm.padding.icon2.left";
877                }
878                align: 0.0 0.5;
879                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
880                text {
881                   font: "SLP:style=Roman";
882                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
883                   min: 0 1;
884                   align: 0.0 0.5;
885                   text_class: "list_item";
886                }
887             }
888             description { state: "selected" 0.0;
889                inherit: "default" 0.0;
890                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
891             }
892             GENLIST_DESCRIPTION_FLIP_ENABLED
893          }
894          GENLIST_PART_FLIP
895          GENLIST_PART_DISCLIP
896       }
897       programs {
898          program { name: "go_active";
899             signal: "elm,state,selected";
900             source: "elm";
901             action: STATE_SET "selected" 0.0;
902             target: "bg_image";
903             target: "elm.text";
904             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
905          }
906          program { name: "go_passive";
907             signal: "elm,state,unselected";
908             source: "elm";
909             action: STATE_SET "default" 0.0;
910             target: "bg_image";
911             target: "elm.text";
912             transition: LINEAR 0.1;
913          }
914          program { name: "go_disabled";
915             signal: "elm,state,disabled";
916             source: "elm";
917             action: STATE_SET "disabled" 0.0;
918             target: "disclip";
919          }
920          program { name: "go_enabled";
921             signal: "elm,state,enabled";
922             source: "elm";
923             action: STATE_SET "default" 0.0;
924             target: "disclip";
925          }
926          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
927          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
928       }
929    }
930
931 // 2.2.1.18
932    group { name: "elm/genlist/item/1text.2icon.2/default";
933       alias: "elm/genlist/item_odd/1text.2icon.2/default";
934       alias: "elm/genlist/item_compress/1text.2icon.2/default";
935       alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
936       data.item: "stacking" "above";
937       data.item: "selectraise" "on";
938       data.item: "texts" "elm.text";
939       data.item: "contents" "elm.icon.1 elm.icon.2";
940       data.item: "flips" "elm.flip.content";
941       images {
942          image: "00_list_bar_press_1x80.png" COMP;
943       }
944       parts {
945          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
946          GENLIST_PART_BG_IMAGE
947          GENLIST_PART_BOTTOM_LINE
948          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
949          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
950          part { name: "elm.icon.1";
951             clip_to: "disclip";
952             type: SWALLOW;
953             scale: 1;
954             description { state: "default" 0.0;
955                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
956                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
957                fixed: 1 1;
958                rel1 {
959                   relative: 1.0 0.0;
960                   to_x: "elm.padding.left";
961                }
962                rel2.to_x: "elm.padding.left";
963                align: 0.0 0.5;
964             }
965             GENLIST_DESCRIPTION_FLIP_ENABLED
966          }
967          part { name: "elm.padding.icon1.right";
968             clip_to: "disclip";
969             type: RECT;
970             scale: 1;
971             description { state: "default" 0.0;
972                min: GENLIST_PADDING_16_INC 0;
973                fixed: 1 0;
974                rel1 {
975                   relative: 1.0 0.0;
976                   to_x: "elm.icon.1";
977                }
978                rel2.to_x: "elm.icon.1";
979                align: 0.0 0.0;
980                visible: 0;
981             }
982          }
983          part { name: "elm.icon.2";
984             clip_to: "disclip";
985             type: SWALLOW;
986             scale: 1;
987             description { state: "default" 0.0;
988                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
989                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
990                fixed: 1 1;
991                rel1 {
992                   relative: 1.0 0.0;
993                   to_x: "elm.padding.icon1.right";
994                }
995                rel2.to_x: "elm.padding.icon1.right";
996                align: 0.0 0.5;
997             }
998             GENLIST_DESCRIPTION_FLIP_ENABLED
999          }
1000          part { name: "elm.padding.icon2.right";
1001             type: RECT;
1002             scale: 1;
1003             description { state: "default" 0.0;
1004                min: GENLIST_PADDING_16_INC 0;
1005                fixed: 1 0;
1006                rel1 {
1007                   relative: 1.0 0.0;
1008                   to_x: "elm.icon.2";
1009                }
1010                rel2.to_x: "elm.icon.2";
1011                align: 0.0 0.5;
1012                visible: 0;
1013             }
1014          }
1015          part { name: "elm.text";
1016             clip_to: "disclip";
1017             type: TEXT;
1018             mouse_events: 0;
1019             scale: 1;
1020             description { state: "default" 0.0;
1021                rel1 {
1022                   relative: 1.0 0.0;
1023                   to_x: "elm.padding.icon2.right";
1024                }
1025                rel2 {
1026                   relative: 0.0 1.0;
1027                   to_x: "elm.padding.right";
1028                }
1029                align: 0.0 0.5;
1030                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1031                text {
1032                   font: "SLP:style=Roman";
1033                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1034                   min: 0 1;
1035                   align: 0.0 0.5;
1036                   text_class: "list_item";
1037                }
1038             }
1039             description { state: "selected" 0.0;
1040                inherit: "default" 0.0;
1041                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1042             }
1043             GENLIST_DESCRIPTION_FLIP_ENABLED
1044          }
1045          GENLIST_PART_FLIP
1046          GENLIST_PART_DISCLIP
1047       }
1048       programs {
1049          program { name: "go_active";
1050             signal: "elm,state,selected";
1051             source: "elm";
1052             action: STATE_SET "selected" 0.0;
1053             target: "bg_image";
1054             target: "elm.text";
1055             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1056          }
1057          program { name: "go_passive";
1058             signal: "elm,state,unselected";
1059             source: "elm";
1060             action: STATE_SET "default" 0.0;
1061             target: "bg_image";
1062             target: "elm.text";
1063             transition: LINEAR 0.1;
1064          }
1065          program { name: "go_disabled";
1066             signal: "elm,state,disabled";
1067             source: "elm";
1068             action: STATE_SET "disabled" 0.0;
1069             target: "disclip";
1070          }
1071          program { name: "go_enabled";
1072             signal: "elm,state,enabled";
1073             source: "elm";
1074             action: STATE_SET "default" 0.0;
1075             target: "disclip";
1076          }
1077          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1078          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1079       }
1080    }
1081
1082 // 3.1.14
1083    group { name: "elm/genlist/item/1text.2icon.6/default";
1084       alias: "elm/genlist/item_odd/1text.2icon.6/default";
1085       alias: "elm/genlist/item_compress/1text.2icon.6/default";
1086       alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
1087       data.item: "stacking" "above";
1088       data.item: "selectraise" "on";
1089       data.item: "texts" "elm.text";
1090       data.item: "contents" "elm.icon.1 elm.icon.2";
1091       data.item: "flips" "elm.flip.content";
1092       images {
1093          image: "00_list_bar_press_1x80.png" COMP;
1094       }
1095       parts {
1096          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1097          GENLIST_PART_BG_IMAGE
1098          GENLIST_PART_BOTTOM_LINE
1099          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1100          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1101          part { name: "elm.icon.1";
1102             clip_to: "disclip";
1103             type: SWALLOW;
1104             scale: 1;
1105             description { state: "default" 0.0;
1106                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1107                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1108                fixed: 1 1;
1109                rel1 {
1110                   relative: 1.0 0.0;
1111                   to_x: "elm.padding.left";
1112                }
1113                rel2 {
1114                   relative: 1.0 1.0;
1115                   to_x: "elm.padding.left";
1116                }
1117                align: 0.0 0.5;
1118             }
1119             GENLIST_DESCRIPTION_FLIP_ENABLED
1120          }
1121          part { name: "elm.padding.icon1.right";
1122             clip_to: "disclip";
1123             type: RECT;
1124             scale: 1;
1125             description { state: "default" 0.0;
1126                min: GENLIST_PADDING_16_INC 0;
1127                fixed: 1 0;
1128                rel1 {
1129                   relative: 1.0 0.0;
1130                   to_x: "elm.icon.1";
1131                }
1132                rel2.to_x: "elm.icon.1";
1133                visible: 0;
1134             }
1135          }
1136          part { name: "elm.icon.2";
1137             clip_to: "disclip";
1138             type: SWALLOW;
1139             scale: 1;
1140             description { state: "default" 0.0;
1141                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1142                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1143                fixed: 1 1;
1144                rel1 {
1145                   relative: 0.0 0.0;
1146                   to_x: "elm.padding.right";
1147                }
1148                rel2 {
1149                   relative: 0.0 1.0;
1150                   to_x: "elm.padding.right";
1151                }
1152                align: 1.0 0.5;
1153             }
1154             GENLIST_DESCRIPTION_FLIP_ENABLED
1155          }
1156          part { name: "elm.padding.icon2.left";
1157             clip_to: "disclip";
1158             type: RECT;
1159             scale: 1;
1160             description { state: "default" 0.0;
1161                min: GENLIST_PADDING_16_INC 0;
1162                fixed: 1 0;
1163                rel1.to_x: "elm.icon.2";
1164                rel2 {
1165                   relative: 0.0 1.0;
1166                   to_x: "elm.icon.2";
1167                }
1168                align: 1.0 0.0;
1169                visible: 0;
1170             }
1171          }
1172          part { name: "elm.text";
1173             clip_to: "disclip";
1174             type: TEXT;
1175             mouse_events: 0;
1176             scale: 1;
1177             description { state: "default" 0.0;
1178                rel1 {
1179                   relative: 1.0 0.0;
1180                   to_x: "elm.padding.icon1.right";
1181                }
1182                rel2 {
1183                   relative: 0.0 1.0;
1184                   to_x: "elm.padding.icon2.left";
1185                }
1186                align: 0.0 0.5;
1187                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1188                text {
1189                   font: "SLP:style=Roman";
1190                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1191                   min: 0 1;
1192                   align: 0.0 0.5;
1193                   text_class: "list_item";
1194                }
1195             }
1196             description { state: "selected" 0.0;
1197                inherit: "default" 0.0;
1198                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1199             }
1200             GENLIST_DESCRIPTION_FLIP_ENABLED
1201          }
1202          GENLIST_PART_FLIP
1203          GENLIST_PART_DISCLIP
1204       }
1205       programs {
1206          program { name: "go_active";
1207             signal: "elm,state,selected";
1208             source: "elm";
1209             action: STATE_SET "selected" 0.0;
1210             target: "bg_image";
1211             target: "elm.text";
1212             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1213          }
1214          program { name: "go_passive";
1215             signal: "elm,state,unselected";
1216             source: "elm";
1217             action: STATE_SET "default" 0.0;
1218             target: "bg_image";
1219             target: "elm.text";
1220             transition: LINEAR 0.1;
1221          }
1222          program { name: "go_disabled";
1223             signal: "elm,state,disabled";
1224             source: "elm";
1225             action: STATE_SET "disabled" 0.0;
1226             target: "disclip";
1227          }
1228          program { name: "go_enabled";
1229             signal: "elm,state,enabled";
1230             source: "elm";
1231             action: STATE_SET "default" 0.0;
1232             target: "disclip";
1233          }
1234          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1235          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1236       }
1237    }
1238
1239    group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
1240       inherit: "elm/genlist/item/1text.2icon.6/default";
1241       parts {
1242          part { name: "elm.text";
1243             clip_to: "disclip";
1244             type: TEXTBLOCK;
1245             mouse_events: 0;
1246             scale: 1;
1247             description { state: "default" 0.0;
1248                rel1 {
1249                   relative: 1.0 0.0;
1250                   to_x: "elm.padding.icon1.right";
1251                }
1252                rel2 {
1253                   relative: 0.0 1.0;
1254                   to_x: "elm.padding.icon2.left";
1255                }
1256                align: 0.0 0.5;
1257                text {
1258                   style: "genlist_style_list_main_text_unread";
1259                   min: 0 1;
1260                   align: 0.0 0.5;
1261                }
1262             }
1263             description { state: "selected" 0.0;
1264                inherit: "default" 0.0;
1265                text.style: "genlist_style_list_main_text_focus";
1266             }
1267             GENLIST_DESCRIPTION_FLIP_ENABLED
1268          }
1269       }
1270    }
1271
1272 // 2Text -------------------------------------------------------------------------
1273 // 2.2.1.2
1274    group { name: "elm/genlist/item/2text/default";
1275       alias: "elm/genlist/item_odd/2text/default";
1276       alias: "elm/genlist/item_compress/2text/default";
1277       alias: "elm/genlist/item_compress_odd/2text/default";
1278
1279       data.item: "stacking" "above";
1280       data.item: "selectraise" "on";
1281       data.item: "texts" "elm.text.1 elm.text.2";
1282       data.item: "flips" "elm.flip.icon elm.flip.content";
1283       images {
1284          image: "00_list_bar_press_1x80.png" COMP;
1285       }
1286       parts {
1287          GENLIST_PART_DISCLIP
1288          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1289          GENLIST_PART_BG_IMAGE
1290          GENLIST_PART_BOTTOM_LINE
1291          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1292          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1293          GENLIST_PART_FLIP
1294          part { name: "elm.text.1";
1295             clip_to: "disclip";
1296             type: TEXT;
1297             mouse_events: 0;
1298             scale: 1;
1299             description { state: "default" 0.0;
1300                align: 0.0 0.5;
1301                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1302                rel1 {
1303                   relative: 1.0 0.0;
1304                   to_x: "elm.padding.left";
1305                }
1306                rel2 {
1307                   relative: 0.0 1.0;
1308                   to_x: "elm.text.2";
1309                }
1310                text {
1311                   font: "SLP:style=Roman";
1312                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1313                   min: 0 1;
1314                   align: 0.0 0.5;
1315                   text_class: "list_item";
1316                }
1317             }
1318             description { state: "selected" 0.0;
1319                inherit: "default" 0.0;
1320                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1321             }
1322             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1323             GENLIST_DESCRIPTION_FLIP_ENABLED
1324          }
1325          part { name: "elm.text.2";
1326             clip_to: "disclip";
1327             type: TEXT;
1328             mouse_events: 0;
1329             scale: 1;
1330             description { state: "default" 0.0;
1331                fixed: 1 0;
1332                min: GENLIST_TEXT2_WIDTH_MIN 0;
1333                align: 1.0 0.5;
1334                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
1335                rel1 {
1336                   relative: 0.0 0.0;
1337                   to_x: "elm.padding.right";
1338                }
1339                rel2 {
1340                   relative: 0.0 1.0;
1341                   to_x: "elm.padding.right";
1342                }
1343                text {
1344                   font: "SLP:style=Medium";
1345                   size: GENLIST_FONT_32_INC;
1346                   min: 0 1;
1347                   align: 1.0 0.5;
1348                   text_class: "slp_medium";
1349                }
1350             }
1351             description { state: "selected" 0.0;
1352                inherit: "default" 0.0;
1353                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
1354             }
1355             GENLIST_DESCRIPTION_FLIP_ENABLED
1356          }
1357       }
1358       programs {
1359        program { name: "go_active";
1360             signal: "elm,state,selected";
1361             source: "elm";
1362             action: STATE_SET "selected" 0.0;
1363             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1364             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1365          }
1366          program { name: "go_passive";
1367             signal: "elm,state,unselected";
1368             source: "elm";
1369             action: STATE_SET "default" 0.0;
1370             target: "bg_image";
1371             target: "elm.text.1";
1372             target: "elm.text.2";
1373             transition: LINEAR 0.1;
1374          }
1375          program { name: "go_disabled";
1376             signal: "elm,state,disabled";
1377             source: "elm";
1378             action: STATE_SET "disabled" 0.0;
1379             target: "disclip";
1380          }
1381          program { name: "go_enabled";
1382             signal: "elm,state,enabled";
1383             source: "elm";
1384             action: STATE_SET "default" 0.0;
1385             target: "disclip";
1386          }
1387          GENLIST_PROGRAM_FLIP_2TEXT
1388          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1389       }
1390    }
1391
1392 // 2.2.1.3
1393    group { name: "elm/genlist/item/2text.6/default";
1394       alias: "elm/genlist/item_odd/2text.6/default";
1395       alias: "elm/genlist/item_compress/2text.6/default";
1396       alias: "elm/genlist/item_compress_odd/2text.6/default";
1397       inherit: "elm/genlist/item/2text/default";
1398
1399       parts {
1400          part { name: "elm.text.2";
1401             description { state: "default" 0.0;
1402                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
1403             }
1404          }
1405       }
1406    }
1407
1408
1409 // 2.2.1.11
1410 // 3.1.11
1411    group { name: "elm/genlist/item/2text.1icon/default";
1412       alias: "elm/genlist/item_odd/2text.1icon/default";
1413       alias: "elm/genlist/item_compress/2text.1icon/default";
1414       alias: "elm/genlist/item_compress_odd/2text.1icon/default";
1415       data.item: "stacking" "above";
1416       data.item: "selectraise" "on";
1417       data.item: "texts" "elm.text.1 elm.text.2";
1418       data.item: "contents" "elm.icon";
1419       data.item: "flips" "elm.flip.content";
1420       images {
1421          image: "00_list_bar_press_1x80.png" COMP;
1422       }
1423       parts {
1424          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1425          GENLIST_PART_BG_IMAGE
1426          GENLIST_PART_BOTTOM_LINE
1427          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1428          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1429          part { name: "elm.icon";
1430             clip_to: "disclip";
1431             type: SWALLOW;
1432             scale: 1;
1433             description { state: "default" 0.0;
1434                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1435                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1436                fixed: 1 1;
1437                rel1 {
1438                   relative: 1.0 0.0;
1439                   to_x: "elm.padding.left";
1440                }
1441                rel2 {
1442                   relative: 1.0 1.0;
1443                   to_x: "elm.padding.left";
1444                }
1445                align: 0.0 0.5;
1446             }
1447             GENLIST_DESCRIPTION_FLIP_ENABLED
1448          }
1449          part { name: "elm.padding.icon.right";
1450             clip_to: "disclip";
1451             type: RECT;
1452             scale: 1;
1453             description { state: "default" 0.0;
1454                min: GENLIST_PADDING_16_INC 0;
1455                fixed: 1 0;
1456                rel1 {
1457                   relative: 1.0 0.0;
1458                   to_x: "elm.icon";
1459                }
1460                rel2.to_x: "elm.icon";
1461                visible: 0;
1462             }
1463          }
1464          part { name: "elm.text.2";
1465             clip_to: "disclip";
1466             type: TEXT;
1467             mouse_events: 0;
1468             scale: 1;
1469             description { state: "default" 0.0;
1470                min: GENLIST_SIZE_133_INC 0;
1471                fixed: 1 0;
1472                rel1.to_x: "elm.padding.right";
1473                rel2 {
1474                   relative: 0.0 1.0;
1475                   to_x: "elm.padding.right";
1476                }
1477                align: 1.0 0.5;
1478                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
1479                text {
1480                   font: "SLP:style=Medium";
1481                   size: GENLIST_FONT_32_INC;
1482                   min: 0 1;
1483                   align: 1.0 0.5;
1484                   text_class: "slp_medium";
1485                }
1486             }
1487             description { state: "selected" 0.0;
1488                inherit: "default" 0.0;
1489                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
1490             }
1491             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1492             GENLIST_DESCRIPTION_FLIP_ENABLED
1493          }
1494          part { name: "elm.padding.text2.left";
1495             clip_to: "disclip";
1496             type: RECT;
1497             mouse_events: 0;
1498             scale: 1;
1499             description { state: "default" 0.0;
1500                min: GENLIST_ICON_SMALL_SIZE 0;
1501                fixed: 1 0;
1502                rel1.to_x: "elm.text.2";
1503                rel2 {
1504                   relative: 0.0 1.0;
1505                   to_x: "elm.text.2";
1506                }
1507                visible: 0;
1508                align: 1.0 0.5;
1509             }
1510          }
1511          part { name: "elm.text.1";
1512             clip_to: "disclip";
1513             type: TEXT;
1514             mouse_events: 0;
1515             scale: 1;
1516             description { state: "default" 0.0;
1517                rel1 {
1518                   relative: 1.0 0.0;
1519                   to_x: "elm.padding.icon.right";
1520                }
1521                rel2 {
1522                   relative: 0.0 1.0;
1523                   to_x: "elm.padding.text2.left";
1524                }
1525                align: 0.0 0.5;
1526                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1527                text {
1528                   font: "SLP:style=Roman";
1529                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1530                   min: 0 1;
1531                   align: 0.0 0.5;
1532                   text_class: "list_item";
1533                }
1534             }
1535             description { state: "selected" 0.0;
1536                inherit: "default" 0.0;
1537                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1538             }
1539             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1540             GENLIST_DESCRIPTION_FLIP_ENABLED
1541          }
1542          GENLIST_PART_FLIP
1543          GENLIST_PART_DISCLIP
1544       }
1545       programs {
1546          program { name: "go_active";
1547             signal: "elm,state,selected";
1548             source: "elm";
1549             action: STATE_SET "selected" 0.0;
1550             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1551             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1552          }
1553          program { name: "go_passive";
1554             signal: "elm,state,unselected";
1555             source: "elm";
1556             action: STATE_SET "default" 0.0;
1557             target: "bg_image";
1558             target: "elm.text.1";
1559             target: "elm.text.2";
1560             transition: LINEAR 0.1;
1561          }
1562          program { name: "go_disabled";
1563             signal: "elm,state,disabled";
1564             source: "elm";
1565             action: STATE_SET "disabled" 0.0;
1566             target: "disclip";
1567          }
1568          program { name: "go_enabled";
1569             signal: "elm,state,enabled";
1570             source: "elm";
1571             action: STATE_SET "default" 0.0;
1572             target: "disclip";
1573          }
1574          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1575          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1576       }
1577    }
1578
1579 // 2.2.1.12
1580    group { name: "elm/genlist/item/2text.1icon.6/default";
1581       alias: "elm/genlist/item_odd/2text.1icon.6/default";
1582       alias: "elm/genlist/item_compress/2text.1icon.6/default";
1583       alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
1584       data.item: "stacking" "above";
1585       data.item: "selectraise" "on";
1586       data.item: "texts" "elm.text.1 elm.text.2";
1587       data.item: "contents" "elm.icon";
1588       data.item: "flips" "elm.flip.content";
1589       images {
1590          image: "00_list_bar_press_1x80.png" COMP;
1591       }
1592       parts {
1593          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1594          GENLIST_PART_BG_IMAGE
1595          GENLIST_PART_BOTTOM_LINE
1596          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1597          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1598          part { name: "elm.icon";
1599             clip_to: "disclip";
1600             type: SWALLOW;
1601             scale: 1;
1602             description { state: "default" 0.0;
1603                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1604                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1605                fixed: 1 1;
1606                rel1 {
1607                   relative: 1.0 0.0;
1608                   to_x: "elm.padding.left";
1609                }
1610                rel2 {
1611                   relative: 1.0 1.0;
1612                   to_x: "elm.padding.left";
1613                }
1614                align: 0.0 0.5;
1615             }
1616             GENLIST_DESCRIPTION_FLIP_ENABLED
1617          }
1618          part { name: "elm.padding.icon.right";
1619             clip_to: "disclip";
1620             type: RECT;
1621             scale: 1;
1622             description { state: "default" 0.0;
1623                min: GENLIST_PADDING_16_INC 0;
1624                fixed: 1 0;
1625                rel1 {
1626                   relative: 1.0 0.0;
1627                   to_x: "elm.icon";
1628                }
1629                rel2.to_x: "elm.icon";
1630                visible: 0;
1631             }
1632          }
1633          part { name: "elm.text.2";
1634             clip_to: "disclip";
1635             type: TEXT;
1636             mouse_events: 0;
1637             scale: 1;
1638             description { state: "default" 0.0;
1639                min: GENLIST_SIZE_133_INC 0;
1640                fixed: 1 0;
1641                rel1.to_x: "elm.padding.right";
1642                rel2 {
1643                   relative: 0.0 1.0;
1644                   to_x: "elm.padding.right";
1645                }
1646                align: 1.0 0.5;
1647                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
1648                text {
1649                   font: "SLP:style=Medium";
1650                   size: GENLIST_FONT_32_INC;
1651                   min: 0 1;
1652                   align: 1.0 0.5;
1653                   text_class: "slp_medium";
1654                }
1655             }
1656             description { state: "selected" 0.0;
1657                inherit: "default" 0.0;
1658                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1659             }
1660             GENLIST_DESCRIPTION_FLIP_ENABLED
1661          }
1662          part { name: "elm.padding.text2.left";
1663             clip_to: "disclip";
1664             type: RECT;
1665             mouse_events: 0;
1666             scale: 1;
1667             description { state: "default" 0.0;
1668                min: GENLIST_ICON_SMALL_SIZE 0;
1669                fixed: 1 0;
1670                rel1.to_x: "elm.text.2";
1671                rel2 {
1672                   relative: 0.0 1.0;
1673                   to_x: "elm.text.2";
1674                }
1675                visible: 0;
1676                align: 1.0 0.5;
1677             }
1678          }
1679          part { name: "elm.text.1";
1680             clip_to: "disclip";
1681             type: TEXT;
1682             mouse_events: 0;
1683             scale: 1;
1684             description { state: "default" 0.0;
1685                rel1 {
1686                   relative: 1.0 0.0;
1687                   to_x: "elm.padding.icon.right";
1688                }
1689                rel2 {
1690                   relative: 0.0 1.0;
1691                   to_x: "elm.padding.text2.left";
1692                }
1693                align: 0.0 0.5;
1694                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1695                text {
1696                   font: "SLP:style=Roman";
1697                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1698                   min: 0 1;
1699                   align: 0.0 0.5;
1700                   text_class: "list_item";
1701                }
1702             }
1703             description { state: "selected" 0.0;
1704                inherit: "default" 0.0;
1705                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1706             }
1707             GENLIST_DESCRIPTION_FLIP_ENABLED
1708          }
1709          GENLIST_PART_FLIP
1710          GENLIST_PART_DISCLIP
1711       }
1712       programs {
1713          program { name: "go_active";
1714             signal: "elm,state,selected";
1715             source: "elm";
1716             action: STATE_SET "selected" 0.0;
1717             target: "bg_image";
1718             target: "elm.text.1";
1719             target: "elm.text.2";
1720             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1721          }
1722          program { name: "go_passive";
1723             signal: "elm,state,unselected";
1724             source: "elm";
1725             action: STATE_SET "default" 0.0;
1726             target: "bg_image";
1727             target: "elm.text.1";
1728             target: "elm.text.2";
1729             transition: LINEAR 0.1;
1730          }
1731          program { name: "go_disabled";
1732             signal: "elm,state,disabled";
1733             source: "elm";
1734             action: STATE_SET "disabled" 0.0;
1735             target: "disclip";
1736          }
1737          program { name: "go_enabled";
1738             signal: "elm,state,enabled";
1739             source: "elm";
1740             action: STATE_SET "default" 0.0;
1741             target: "disclip";
1742          }
1743          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1744          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1745       }
1746    }
1747
1748
1749 // 3.1.19
1750    group { name: "elm/genlist/item/1text.3icon/default";
1751       alias: "elm/genlist/item_odd/1text.3icon/default";
1752       alias: "elm/genlist/item_compress/1text.3icon/default";
1753       alias: "elm/genlist/item_compress_odd/1text.3icon/default";
1754       data.item: "stacking" "above";
1755       data.item: "selectraise" "on";
1756       data.item: "texts" "elm.text";
1757       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
1758       data.item: "flips" "elm.flip.content";
1759       images {
1760          image: "00_list_bar_press_1x80.png" COMP;
1761       }
1762       parts {
1763          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1764          GENLIST_PART_BG_IMAGE
1765          GENLIST_PART_BOTTOM_LINE
1766          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1767          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1768          part { name: "elm.icon.1";
1769             clip_to: "disclip";
1770             type: SWALLOW;
1771             scale: 1;
1772             description { state: "default" 0.0;
1773                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1774                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1775                fixed: 1 1;
1776                rel1 {
1777                   relative: 1.0 0.0;
1778                   to_x: "elm.padding.left";
1779                }
1780                rel2.to_x: "elm.padding.left";
1781                align: 0.0 0.5;
1782             }
1783             GENLIST_DESCRIPTION_FLIP_ENABLED
1784          }
1785          part { name: "elm.padding.icon1.right";
1786             clip_to: "disclip";
1787             type: RECT;
1788             scale: 1;
1789             description { state: "default" 0.0;
1790                min: GENLIST_PADDING_16_INC 0;
1791                fixed: 1 0;
1792                rel1 {
1793                   relative: 1.0 0.0;
1794                   to_x: "elm.icon.1";
1795                }
1796                rel2.to_x: "elm.icon.1";
1797                align: 0.0 0.0;
1798                visible: 0;
1799             }
1800          }
1801          part { name: "elm.icon.2";
1802             clip_to: "disclip";
1803             type: SWALLOW;
1804             scale: 1;
1805             description { state: "default" 0.0;
1806                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1807                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1808                fixed: 1 1;
1809                rel1 {
1810                   relative: 1.0 0.0;
1811                   to_x: "elm.padding.icon1.right";
1812                }
1813                rel2.to_x: "elm.padding.icon1.right";
1814                align: 0.0 0.5;
1815             }
1816             GENLIST_DESCRIPTION_FLIP_ENABLED
1817          }
1818          part { name: "elm.padding.icon2.right";
1819             clip_to: "disclip";
1820             type: RECT;
1821             scale: 1;
1822             description { state: "default" 0.0;
1823                min: GENLIST_PADDING_16_INC 0;
1824                fixed: 1 0;
1825                rel1 {
1826                   relative: 1.0 0.0;
1827                   to_x: "elm.icon.2";
1828                }
1829                rel2.to_x: "elm.icon.2";
1830                visible: 0;
1831             }
1832          }
1833          part { name: "elm.icon.3";
1834             clip_to: "disclip";
1835             type: SWALLOW;
1836             scale: 1;
1837             description { state: "default" 0.0;
1838                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1839                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1840                fixed: 1 1;
1841                rel1 {
1842                   relative: 0.0 0.0;
1843                   to_x: "elm.padding.right";
1844                }
1845                rel2 {
1846                   relative: 0.0 1.0;
1847                   to_x: "elm.padding.right";
1848                }
1849                align: 1.0 0.5;
1850             }
1851             GENLIST_DESCRIPTION_FLIP_ENABLED
1852          }
1853          part { name: "elm.padding.icon3.left";
1854             clip_to: "disclip";
1855             type: RECT;
1856             scale: 1;
1857             description { state: "default" 0.0;
1858                min: GENLIST_PADDING_16_INC 0;
1859                fixed: 1 0;
1860                rel1.to_x: "elm.icon.3";
1861                rel2 {
1862                   relative: 0.0 1.0;
1863                   to_x: "elm.icon.3";
1864                }
1865                align: 1.0 0.0;
1866                visible: 0;
1867             }
1868          }
1869          part { name: "elm.text";
1870             clip_to: "disclip";
1871             type: TEXT;
1872             mouse_events: 0;
1873             scale: 1;
1874             description { state: "default" 0.0;
1875                rel1 {
1876                   relative: 1.0 0.0;
1877                   to_x: "elm.padding.icon2.right";
1878                }
1879                rel2 {
1880                   relative: 0.0 1.0;
1881                   to_x: "elm.padding.icon3.left";
1882                }
1883                align: 0.0 0.5;
1884                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
1885                text {
1886                   font: "SLP:style=Roman";
1887                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
1888                   min: 0 1;
1889                   align: 0.0 0.5;
1890                   text_class: "list_item";
1891                }
1892             }
1893             description { state: "selected" 0.0;
1894                inherit: "default" 0.0;
1895                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
1896             }
1897             GENLIST_DESCRIPTION_FLIP_ENABLED
1898          }
1899          GENLIST_PART_FLIP
1900          GENLIST_PART_DISCLIP
1901       }
1902       programs {
1903          program { name: "go_active";
1904             signal: "elm,state,selected";
1905             source: "elm";
1906             action: STATE_SET "selected" 0.0;
1907             target: "bg_image";
1908             target: "elm.text";
1909             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1910          }
1911          program { name: "go_passive";
1912             signal: "elm,state,unselected";
1913             source: "elm";
1914             action: STATE_SET "default" 0.0;
1915             target: "bg_image";
1916             target: "elm.text";
1917             transition: LINEAR 0.1;
1918          }
1919          program { name: "go_disabled";
1920             signal: "elm,state,disabled";
1921             source: "elm";
1922             action: STATE_SET "disabled" 0.0;
1923             target: "disclip";
1924          }
1925          program { name: "go_enabled";
1926             signal: "elm,state,enabled";
1927             source: "elm";
1928             action: STATE_SET "default" 0.0;
1929             target: "disclip";
1930          }
1931          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
1932          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1933       }
1934    }
1935
1936 // 3.1.24
1937    group { name: "elm/genlist/item/1text.3icon.2/default";
1938       alias: "elm/genlist/item_odd/1text.3icon.2/default";
1939       alias: "elm/genlist/item_compress/1text.3icon.2/default";
1940       alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
1941       data.item: "stacking" "above";
1942       data.item: "selectraise" "on";
1943       data.item: "texts" "elm.text";
1944       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
1945       data.item: "flips" "elm.flip.content";
1946       images {
1947          image: "00_list_bar_press_1x80.png" COMP;
1948       }
1949       parts {
1950          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1951          GENLIST_PART_BG_IMAGE
1952          GENLIST_PART_BOTTOM_LINE
1953          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1954          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1955          part { name: "elm.icon.1";
1956             clip_to: "disclip";
1957             type: SWALLOW;
1958             scale: 1;
1959             description { state: "default" 0.0;
1960                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1961                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1962                fixed: 1 1;
1963                rel1 {
1964                   relative: 1.0 0.0;
1965                   to_x: "elm.padding.left";
1966                }
1967                rel2.to_x: "elm.padding.left";
1968                align: 0.0 0.5;
1969             }
1970             GENLIST_DESCRIPTION_FLIP_ENABLED
1971          }
1972          part { name: "elm.padding.icon1.right";
1973             clip_to: "disclip";
1974             type: RECT;
1975             scale: 1;
1976             description { state: "default" 0.0;
1977                min: GENLIST_PADDING_16_INC 0;
1978                fixed: 1 0;
1979                rel1 {
1980                   relative: 1.0 0.0;
1981                   to_x: "elm.icon.1";
1982                }
1983                rel2.to_x: "elm.icon.1";
1984                align: 0.0 0.5;
1985                visible: 0;
1986             }
1987          }
1988          part { name: "elm.icon.3";
1989             clip_to: "disclip";
1990             type: SWALLOW;
1991             scale: 1;
1992             description { state: "default" 0.0;
1993                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1994                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1995                fixed: 1 1;
1996                rel1.to_x: "elm.padding.right";
1997                rel2 {
1998                   relative: 0.0 1.0;
1999                   to_x: "elm.padding.right";
2000                }
2001                align: 1.0 0.5;
2002             }
2003             GENLIST_DESCRIPTION_FLIP_ENABLED
2004          }
2005          part { name: "elm.padding.icon3.left";
2006             clip_to: "disclip";
2007             type: RECT;
2008             scale: 1;
2009             description { state: "default" 0.0;
2010                min: GENLIST_PADDING_16_INC 0;
2011                fixed: 1 0;
2012                rel1 {
2013                   relative: 0.0 0.0;
2014                   to_x: "elm.icon.3";
2015                }
2016                rel2.to_x: "elm.icon.3";
2017                align: 1.0 0.0;
2018                visible: 0;
2019             }
2020          }
2021          part { name: "elm.icon.2";
2022             clip_to: "disclip";
2023             type: SWALLOW;
2024             scale: 1;
2025             description { state: "default" 0.0;
2026                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2027                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2028                fixed: 1 1;
2029                rel1.to_x: "elm.padding.icon3.left";
2030                rel2 {
2031                   relative: 0.0 1.0;
2032                   to_x: "elm.padding.icon3.left";
2033                }
2034                align: 1.0 0.5;
2035             }
2036             GENLIST_DESCRIPTION_FLIP_ENABLED
2037          }
2038          part { name: "elm.padding.icon2.left";
2039             clip_to: "disclip";
2040             type: RECT;
2041             scale: 1;
2042             description { state: "default" 0.0;
2043                min: GENLIST_PADDING_16_INC 0;
2044                fixed: 1 0;
2045                rel1 {
2046                   relative: 0.0 0.0;
2047                   to_x: "elm.icon.2";
2048                }
2049                rel2.to_x: "elm.icon.2";
2050                align: 0.0 0.5;
2051                visible: 0;
2052             }
2053          }
2054          part { name: "elm.text";
2055             clip_to: "disclip";
2056             type: TEXT;
2057             mouse_events: 0;
2058             scale: 1;
2059             description { state: "default" 0.0;
2060                rel1 {
2061                   relative: 1.0 0.0;
2062                   to_x: "elm.padding.icon1.right";
2063                }
2064                rel2 {
2065                   relative: 0.0 1.0;
2066                   to_x: "elm.padding.icon2.left";
2067                }
2068                align: 0.0 0.5;
2069                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
2070                text {
2071                   font: "SLP:style=Roman";
2072                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
2073                   min: 0 1;
2074                   align: 0.0 0.5;
2075                   text_class: "list_item";
2076                }
2077             }
2078             description { state: "selected" 0.0;
2079                inherit: "default" 0.0;
2080                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
2081             }
2082             GENLIST_DESCRIPTION_FLIP_ENABLED
2083          }
2084          GENLIST_PART_FLIP
2085          GENLIST_PART_DISCLIP
2086       }
2087       programs {
2088          program { name: "go_active";
2089             signal: "elm,state,selected";
2090             source: "elm";
2091             action: STATE_SET "selected" 0.0;
2092             target: "bg_image";
2093             target: "elm.text";
2094             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2095          }
2096          program { name: "go_passive";
2097             signal: "elm,state,unselected";
2098             source: "elm";
2099             action: STATE_SET "default" 0.0;
2100             target: "bg_image";
2101             target: "elm.text";
2102             transition: LINEAR 0.1;
2103          }
2104          program { name: "go_disabled";
2105             signal: "elm,state,disabled";
2106             source: "elm";
2107             action: STATE_SET "disabled" 0.0;
2108             target: "disclip";
2109          }
2110          program { name: "go_enabled";
2111             signal: "elm,state,enabled";
2112             source: "elm";
2113             action: STATE_SET "default" 0.0;
2114             target: "disclip";
2115          }
2116          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
2117          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2118       }
2119    }
2120
2121 // 3.1.26
2122    group { name: "elm/genlist/item/2text.4/default";
2123       alias: "elm/genlist/item_odd/2text.4/default";
2124       alias: "elm/genlist/item_compress/2text.4/default";
2125       alias: "elm/genlist/item_compress_odd/2text.4/default";
2126       data.item: "stacking" "above";
2127       data.item: "selectraise" "on";
2128       data.item: "texts" "elm.text.1 elm.text.2";
2129       data.item: "flips" "elm.flip.content";
2130       images {
2131          image: "00_list_bar_press_1x80.png" COMP;
2132       }
2133       parts {
2134          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
2135          GENLIST_PART_BG_IMAGE
2136          GENLIST_PART_BOTTOM_LINE
2137          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2138          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2139          part { name: "elm.text.2";
2140             clip_to: "disclip";
2141             type: TEXT;
2142             mouse_events: 0;
2143             scale: 1;
2144             description { state: "default" 0.0;
2145                min: GENLIST_SIZE_206_INC 0;
2146                fixed: 1 0;
2147                rel1.to_x: "elm.padding.right";
2148                rel2 {
2149                   relative: 0.0 1.0;
2150                   to_x: "elm.padding.right";
2151                }
2152                align: 1.0 0.5;
2153                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
2154                text {
2155                   font: "SLP:style=Medium";
2156                   size: GENLIST_FONT_32_INC;
2157                   min: 0 1;
2158                   align: 0.0 0.5;
2159                   text_class: "slp_medium";
2160                }
2161             }
2162             description { state: "selected" 0.0;
2163                inherit: "default" 0.0;
2164                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
2165             }
2166             GENLIST_DESCRIPTION_FLIP_ENABLED
2167          }
2168          part { name: "elm.padding.text2.left";
2169             type: RECT;
2170             mouse_events: 0;
2171             scale: 1;
2172             description { state: "default" 0.0;
2173                min: GENLIST_PADDING_16_INC 0;
2174                fixed: 1 0;
2175                rel1.to_x: "elm.text.2";
2176                rel2 {
2177                   relative: 0.0 1.0;
2178                   to_x: "elm.text.2";
2179                }
2180                align: 1.0 0.5;
2181                visible: 0;
2182             }
2183          }
2184          part { name: "vertical_line";
2185             type: RECT;
2186             mouse_events: 0;
2187             description { state: "default" 0.0;
2188                min: 1 0;
2189                fixed: 1 0;
2190                rel1.to_x: "elm.padding.text2.left";
2191                rel2 {
2192                   relative: 0.0 1.0;
2193                   to_x: "elm.padding.text2.left";
2194                }
2195                align: 1.0 0.5;
2196                color: GENLIST_PART_LIST_LINE_COLOR_INC;
2197             }
2198          }
2199          part { name: "elm.padding.text1.right";
2200             type: RECT;
2201             mouse_events: 0;
2202             scale: 1;
2203             description { state: "default" 0.0;
2204                min: GENLIST_PADDING_16_INC 0;
2205                fixed: 1 0;
2206                rel1.to_x: "vertical_line";
2207                rel2 {
2208                   relative: 0.0 1.0;
2209                   to_x: "vertical_line";
2210                }
2211                align: 1.0 0.5;
2212                visible: 0;
2213             }
2214          }
2215          part { name: "elm.text.1";
2216             clip_to: "disclip";
2217             type: TEXT;
2218             mouse_events: 0;
2219             scale: 1;
2220             description { state: "default" 0.0;
2221                rel1 {
2222                   relative: 1.0 0.0;
2223                   to_x: "elm.padding.left";
2224                }
2225                rel2 {
2226                   relative: 0.0  1.0;
2227                   to_x: "elm.padding.text1.right";
2228                }
2229                color: GENLIST_CONVERTOR_STYLE_COLOR;
2230                text {
2231                   font: "SLP:style=Roman";
2232                   size: GENLIST_CONVERTOR_STYLE_SIZE;
2233                   min: 0 1;
2234                   align: 1.0 0.5;
2235                   text_class: "list_item";
2236                }
2237             }
2238             description { state: "selected" 0.0;
2239                inherit: "default" 0.0;
2240                color: GENLIST_CONVERTOR_STYLE_FOCUS_COLOR;
2241             }
2242             GENLIST_DESCRIPTION_FLIP_ENABLED
2243          }
2244          GENLIST_PART_FLIP
2245          GENLIST_PART_DISCLIP
2246       }
2247       programs {
2248          // signal: elm,state,%s,active
2249          //   a "check" item named %s went active
2250          // signal: elm,state,%s,passive
2251          //   a "check" item named %s went passive
2252          // default is passive
2253          program { name: "go_active";
2254             signal: "elm,state,selected";
2255             source: "elm";
2256             action: STATE_SET "selected" 0.0;
2257             target: "bg_image";
2258             target: "elm.text.1";
2259             target: "elm.text.2";
2260             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2261          }
2262          program { name: "go_passive";
2263             signal: "elm,state,unselected";
2264             source: "elm";
2265             action: STATE_SET "default" 0.0;
2266             target: "bg_image";
2267             target: "elm.text.1";
2268             target: "elm.text.2";
2269             transition: LINEAR 0.1;
2270          }
2271          program { name: "go_disabled";
2272             signal: "elm,state,disabled";
2273             source: "elm";
2274             action: STATE_SET "disabled" 0.0;
2275             target: "disclip";
2276          }
2277          program { name: "go_enabled";
2278             signal: "elm,state,enabled";
2279             source: "elm";
2280             action: STATE_SET "default" 0.0;
2281             target: "disclip";
2282          }
2283          program { name: "flip_enabled";
2284             signal: "elm,state,flip,enabled";
2285             source: "elm";
2286             action: STATE_SET "flip_enabled" 0.0;
2287             target: "elm.text.1";
2288             target: "elm.flip.content";
2289          }
2290          program { name: "flip_disabled";
2291             signal: "elm,state,flip,disabled";
2292             source: "elm";
2293             action: STATE_SET "default" 0.0;
2294             target: "elm.text.1";
2295             target: "elm.flip.content";
2296          }
2297          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2298       }
2299    }
2300
2301 // 3.1.27
2302    group { name: "elm/genlist/item/2text.5/default";
2303       alias: "elm/genlist/item_odd/2text.5/default";
2304       alias: "elm/genlist/item_compress/2text.5/default";
2305       alias: "elm/genlist/item_compress_odd/2text.5/default";
2306       data.item: "stacking" "above";
2307       data.item: "selectraise" "on";
2308       data.item: "texts" "elm.text.1 elm.text.2";
2309       data.item: "flips" "elm.flip.content";
2310       images {
2311          image: "00_list_bar_press_1x80.png" COMP;
2312       }
2313       parts {
2314          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
2315          GENLIST_PART_BG_IMAGE
2316          GENLIST_PART_BOTTOM_LINE
2317          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2318          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2319          part { name: "elm.text.1";
2320             clip_to: "disclip";
2321             type: TEXT;
2322             mouse_events: 0;
2323             scale: 1;
2324             description { state: "default" 0.0;
2325                min: GENLIST_SIZE_133_INC 0;
2326                fixed: 1 0;
2327                rel1 {
2328                   relative: 1.0 0.0;
2329                   to_x: "elm.padding.left";
2330                }
2331                rel2.to_x: "elm.padding.left";
2332                align: 0.0 0.5;
2333                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
2334                text {
2335                   font: "SLP:style=Medium";
2336                   size: GENLIST_FONT_32_INC;
2337                   min: 0 1;
2338                   align: 0.0 0.5;
2339                   text_class: "slp_medium";
2340                }
2341             }
2342             description { state: "selected" 0.0;
2343                inherit: "default" 0.0;
2344                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
2345             }
2346          }
2347          part { name: "elm.padding.text1.right";
2348             type: RECT;
2349             mouse_events: 0;
2350             scale: 1;
2351             description { state: "default" 0.0;
2352                min: GENLIST_PADDING_16_INC 0;
2353                fixed: 1 0;
2354                rel1 {
2355                    relative: 1.0 0.0;
2356                    to_x: "elm.text.1";
2357                }
2358                rel2.to_x: "elm.text.1";
2359                align: 0.0 0.5;
2360                visible: 0;
2361             }
2362          }
2363          part { name: "vertical_line";
2364             type: RECT;
2365             mouse_events: 0;
2366             description { state: "default" 0.0;
2367                min: 1 0;
2368                fixed: 1 0;
2369                rel1.to_x: "elm.padding.text1.right";
2370                rel2 {
2371                   relative: 0.0 1.0;
2372                   to_x: "elm.padding.text1.right";
2373                }
2374                align: 0.0 0.5;
2375                color: GENLIST_PART_LIST_LINE_COLOR_INC;
2376             }
2377          }
2378          part { name: "elm.padding.text2.left";
2379             type: RECT;
2380             mouse_events: 0;
2381             scale: 1;
2382             description { state: "default" 0.0;
2383                min: GENLIST_PADDING_16_INC 0;
2384                fixed: 1 0;
2385                rel1 {
2386                    relative: 1.0 0.0;
2387                    to_x: "vertical_line";
2388                }
2389                rel2.to_x: "vertical_line";
2390                align: 0.0 0.5;
2391                visible: 0;
2392             }
2393          }
2394          part { name: "elm.text.2";
2395             clip_to: "disclip";
2396             type: TEXT;
2397             mouse_events: 0;
2398             scale: 1;
2399             description { state: "default" 0.0;
2400                rel1 {
2401                   relative: 1.0 0.0;
2402                   to_x: "elm.padding.text2.left";
2403                }
2404                rel2 {
2405                   relative: 0.0  1.0;
2406                   to_x: "elm.padding.right";
2407                }
2408                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
2409                text {
2410                   font: "SLP:style=Roman";
2411                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
2412                   min: 0 1;
2413                   align: 0.0 0.5;
2414                   text_class: "list_item";
2415                }
2416             }
2417             description { state: "selected" 0.0;
2418                inherit: "default" 0.0;
2419                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
2420             }
2421             GENLIST_DESCRIPTION_FLIP_ENABLED
2422          }
2423          GENLIST_PART_FLIP
2424          GENLIST_PART_DISCLIP
2425       }
2426       programs {
2427          // signal: elm,state,%s,active
2428          //   a "check" item named %s went active
2429          // signal: elm,state,%s,passive
2430          //   a "check" item named %s went passive
2431          // default is passive
2432          program { name: "go_active";
2433             signal: "elm,state,selected";
2434             source: "elm";
2435             action: STATE_SET "selected" 0.0;
2436             target: "bg_image";
2437             target: "elm.text.1";
2438             target: "elm.text.2";
2439             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2440          }
2441          program { name: "go_passive";
2442             signal: "elm,state,unselected";
2443             source: "elm";
2444             action: STATE_SET "default" 0.0;
2445             target: "bg_image";
2446             target: "elm.text.1";
2447             target: "elm.text.2";
2448             transition: LINEAR 0.1;
2449          }
2450          program { name: "go_disabled";
2451             signal: "elm,state,disabled";
2452             source: "elm";
2453             action: STATE_SET "disabled" 0.0;
2454             target: "disclip";
2455          }
2456          program { name: "go_enabled";
2457             signal: "elm,state,enabled";
2458             source: "elm";
2459             action: STATE_SET "default" 0.0;
2460             target: "disclip";
2461          }
2462          program { name: "flip_enabled";
2463             signal: "elm,state,flip,enabled";
2464             source: "elm";
2465             action: STATE_SET "flip_enabled" 0.0;
2466             target: "elm.text.2";
2467             target: "elm.flip.content";
2468          }
2469          program { name: "flip_disabled";
2470             signal: "elm,state,flip,disabled";
2471             source: "elm";
2472             action: STATE_SET "default" 0.0;
2473             target: "elm.text.2";
2474             target: "elm.flip.content";
2475          }
2476          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2477       }
2478    }
2479
2480 // 3.2.1
2481    group { name: "elm/genlist/item/2text.2/default";
2482       alias: "elm/genlist/item_odd/2text.2/default";
2483       alias: "elm/genlist/item_compress/2text.2/default";
2484       alias: "elm/genlist/item_compress_odd/2text.2/default";
2485       data.item: "stacking" "above";
2486       data.item: "selectraise" "on";
2487       data.item: "texts" "elm.text.1 elm.text.2";
2488       data.item: "flips" "elm.flip.content";
2489       images {
2490          image: "00_list_bar_press_1x80.png" COMP;
2491       }
2492       parts {
2493          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2494          GENLIST_PART_BG_IMAGE
2495          GENLIST_PART_BOTTOM_LINE
2496          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2497          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2498          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2499          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2500          part { name: "elm.text.1";
2501             clip_to: "disclip";
2502             type: TEXT;
2503             mouse_events: 0;
2504             scale: 1;
2505             description { state: "default" 0.0;
2506                min: 0 GENLIST_SIZE_61_INC;
2507                fixed: 0 1;
2508                rel1 {
2509                   relative: 1.0 1.0;
2510                   to_x: "elm.padding.left";
2511                   to_y: "elm.padding.top";
2512                }
2513                rel2 {
2514                   relative: 0.0 1.0;
2515                   to_x: "elm.padding.right";
2516                   to_y: "elm.padding.top";
2517                }
2518                align: 0.0 0.0;
2519                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
2520                text {
2521                   font: "SLP:style=Roman";
2522                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
2523                   min: 0 1;
2524                   align: 0.0 0.5;
2525                   text_class: "list_item";
2526                }
2527             }
2528             description { state: "selected" 0.0;
2529                inherit: "default" 0.0;
2530                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
2531             }
2532             GENLIST_DESCRIPTION_FLIP_ENABLED
2533          }
2534          part { name: "elm.text.2";
2535             clip_to: "disclip";
2536             type: TEXT;
2537             mouse_events: 0;
2538             scale: 1;
2539             description { state: "default" 0.0;
2540                rel1 {
2541                   relative: 1.0 1.0;
2542                   to_x: "elm.padding.left";
2543                   to_y: "elm.text.1";
2544                }
2545                rel2 {
2546                   relative: 0.0 0.0;
2547                   to_x: "elm.padding.right";
2548                   to_y: "elm.padding.bottom";
2549                }
2550                align: 0.0 0.0;
2551                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
2552                text {
2553                   font: "SLP:style=Medium";
2554                   size: GENLIST_FONT_32_INC;
2555                   min: 0 1;
2556                   align: 0.0 0.5;
2557                   text_class: "slp_medium";
2558                }
2559             }
2560             description { state: "selected" 0.0;
2561                inherit: "default" 0.0;
2562                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
2563             }
2564             GENLIST_DESCRIPTION_FLIP_ENABLED
2565          }
2566          GENLIST_PART_FLIP
2567          GENLIST_PART_DISCLIP
2568       }
2569       programs {
2570          // signal: elm,state,%s,active
2571          //   a "check" item named %s went active
2572          // signal: elm,state,%s,passive
2573          //   a "check" item named %s went passive
2574          // default is passive
2575          program { name: "go_active";
2576             signal: "elm,state,selected";
2577             source: "elm";
2578             action: STATE_SET "selected" 0.0;
2579             target: "bg_image";
2580             target: "elm.text.1";
2581             target: "elm.text.2";
2582             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2583          }
2584          program { name: "go_passive";
2585             signal: "elm,state,unselected";
2586             source: "elm";
2587             action: STATE_SET "default" 0.0;
2588             target: "bg_image";
2589             target: "elm.text.1";
2590             target: "elm.text.2";
2591             transition: LINEAR 0.1;
2592          }
2593          program { name: "go_disabled";
2594             signal: "elm,state,disabled";
2595             source: "elm";
2596             action: STATE_SET "disabled" 0.0;
2597             target: "disclip";
2598          }
2599          program { name: "go_enabled";
2600             signal: "elm,state,enabled";
2601             source: "elm";
2602             action: STATE_SET "default" 0.0;
2603             target: "disclip";
2604          }
2605          GENLIST_PROGRAM_FLIP_2TEXT
2606          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2607       }
2608    }
2609
2610    group { name: "elm/genlist/item_compress/2text.2.tb/default";
2611       inherit: "elm/genlist/item/2text.2/default";
2612       parts {
2613          part { name: "elm.text.2";
2614             clip_to: "disclip";
2615             type: TEXTBLOCK;
2616             mouse_events: 0;
2617             scale: 1;
2618             description { state: "default" 0.0;
2619                rel1 {
2620                   relative: 1.0 1.0;
2621                   to_x: "elm.padding.left";
2622                   to_y: "elm.text.1";
2623                }
2624                rel2 {
2625                   relative: 0.0 0.0;
2626                   to_x: "elm.padding.right";
2627                   to_y: "elm.padding.bottom";
2628                }
2629                align: 0.0 0.5;
2630                text {
2631                   style: "genlist_style_list_main_text_unread";
2632                   min: 0 1;
2633                   align: 0.0 0.5;
2634                }
2635             }
2636             description { state: "selected" 0.0;
2637                inherit: "default" 0.0;
2638                text.style: "genlist_style_list_main_text_focus";
2639             }
2640             GENLIST_DESCRIPTION_FLIP_ENABLED
2641          }
2642       }
2643    }
2644
2645 //
2646    group { name: "elm/genlist/item/2text.8/default";
2647       alias: "elm/genlist/item_odd/2text.8/default";
2648       alias: "elm/genlist/item_compress/2text.8/default";
2649       alias: "elm/genlist/item_compress_odd/2text.8/default";
2650       data.item: "stacking" "above";
2651       data.item: "selectraise" "on";
2652       data.item: "texts" "elm.text.1 elm.text.2";
2653       data.item: "flips" "elm.flip.content";
2654       images {
2655          image: "00_list_bar_press_1x80.png" COMP;
2656       }
2657       parts {
2658          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2659          GENLIST_PART_BG_IMAGE
2660          GENLIST_PART_BOTTOM_LINE
2661          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2662          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2663          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2664          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2665          part { name: "elm.text.1";
2666             clip_to: "disclip";
2667             type: TEXTBLOCK;
2668             mouse_events: 0;
2669             scale: 1;
2670             description { state: "default" 0.0;
2671                min: 0 GENLIST_SIZE_61_INC;
2672                fixed: 1 1;
2673                rel1 {
2674                   relative: 1.0 1.0;
2675                   to_x: "elm.padding.left";
2676                   to_y: "elm.padding.top";
2677                }
2678                rel2 {
2679                   relative: 0.0 1.0;
2680                   to_x: "elm.padding.right";
2681                   to_y: "elm.padding.top";
2682                }
2683                align: 0.0 0.0;
2684                text {
2685                   style: "genlist_style_list_main_text_unread";
2686                   min: 0 1;
2687                   align: 0.0 0.5;
2688                }
2689             }
2690             description { state: "selected" 0.0;
2691                inherit: "default" 0.0;
2692                text.style: "genlist_style_list_main_text_focus";
2693             }
2694             GENLIST_DESCRIPTION_FLIP_ENABLED
2695          }
2696          part { name: "elm.text.2";
2697             clip_to: "disclip";
2698             type: TEXTBLOCK;
2699             mouse_events: 0;
2700             scale: 1;
2701             description { state: "default" 0.0;
2702                fixed: 1 0;
2703                rel1 {
2704                   relative: 1.0 1.0;
2705                   to_x: "elm.padding.left";
2706                   to_y: "elm.text.1";
2707                }
2708                rel2 {
2709                   relative: 0.0 0.0;
2710                   to_x: "elm.padding.right";
2711                   to_y: "elm.padding.bottom";
2712                }
2713                align: 0.0 0.0;
2714                text {
2715                   style: "genlist_style_list_sub_text_default";
2716                   min: 0 1;
2717                   align: 0.0 0.5;
2718                }
2719             }
2720             description { state: "selected" 0.0;
2721                inherit: "default" 0.0;
2722                text.style: "genlist_style_list_sub_text_focus";
2723             }
2724             GENLIST_DESCRIPTION_FLIP_ENABLED
2725          }
2726          GENLIST_PART_FLIP
2727          GENLIST_PART_DISCLIP
2728       }
2729       programs {
2730          // signal: elm,state,%s,active
2731          //   a "check" item named %s went active
2732          // signal: elm,state,%s,passive
2733          //   a "check" item named %s went passive
2734          // default is passive
2735          program { name: "go_active";
2736             signal: "elm,state,selected";
2737             source: "elm";
2738             action: STATE_SET "selected" 0.0;
2739             target: "bg_image";
2740             target: "elm.text.1";
2741             target: "elm.text.2";
2742             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2743          }
2744          program { name: "go_passive";
2745             signal: "elm,state,unselected";
2746             source: "elm";
2747             action: STATE_SET "default" 0.0;
2748             target: "bg_image";
2749             target: "elm.text.1";
2750             target: "elm.text.2";
2751             transition: LINEAR 0.1;
2752          }
2753          program { name: "go_disabled";
2754             signal: "elm,state,disabled";
2755             source: "elm";
2756             action: STATE_SET "disabled" 0.0;
2757             target: "disclip";
2758          }
2759          program { name: "go_enabled";
2760             signal: "elm,state,enabled";
2761             source: "elm";
2762             action: STATE_SET "default" 0.0;
2763             target: "disclip";
2764          }
2765          GENLIST_PROGRAM_FLIP_2TEXT
2766          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2767       }
2768    }
2769
2770 // 3.2.2
2771    group { name: "elm/genlist/item/2text.3/default";
2772       alias: "elm/genlist/item_odd/2text.3/default";
2773       alias: "elm/genlist/item_compress/2text.3/default";
2774       alias: "elm/genlist/item_compress_odd/2text.3/default";
2775       data.item: "stacking" "above";
2776       data.item: "selectraise" "on";
2777       data.item: "texts" "elm.text.1 elm.text.2";
2778       data.item: "flips" "elm.flip.content";
2779       images {
2780          image: "00_list_bar_press_1x80.png" COMP;
2781       }
2782       parts {
2783          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2784          GENLIST_PART_BG_IMAGE
2785          GENLIST_PART_BOTTOM_LINE
2786          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2787          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2788          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2789          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2790          part { name: "elm.text.1";
2791             clip_to: "disclip";
2792             type: TEXT;
2793             mouse_events: 0;
2794             scale: 1;
2795             description { state: "default" 0.0;
2796                min: 0 GENLIST_SIZE_61_INC;
2797                fixed: 0 1;
2798                rel1 {
2799                   relative: 1.0 0.0;
2800                   to_x: "elm.padding.left";
2801                   to_y: "elm.padding.bottom";
2802                }
2803                rel2 {
2804                   relative: 0.0 0.0;
2805                   to_x: "elm.padding.right";
2806                   to_y: "elm.padding.bottom";
2807                }
2808                align: 0.0 1.0;
2809                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
2810                text {
2811                   font: "SLP:style=Roman";
2812                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
2813                   min: 0 1;
2814                   align: 0.0 0.5;
2815                   text_class: "slp_roman";
2816                }
2817             }
2818             description { state: "selected" 0.0;
2819                inherit: "default" 0.0;
2820                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
2821             }
2822             GENLIST_DESCRIPTION_FLIP_ENABLED
2823          }
2824          part { name: "elm.text.2";
2825             clip_to: "disclip";
2826             type: TEXT;
2827             mouse_events: 0;
2828             scale: 1;
2829             description { state: "default" 0.0;
2830                rel1 {
2831                   relative: 1.0 1.0;
2832                   to_x: "elm.padding.left";
2833                   to_y: "elm.padding.top";
2834                }
2835                rel2 {
2836                   relative: 0.0 0.0;
2837                   to_x: "elm.padding.right";
2838                   to_y: "elm.text.1";
2839                }
2840                align: 0.0 1.0;
2841                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
2842                text {
2843                   font: "SLP:style=Medium";
2844                   size: GENLIST_FONT_32_INC;
2845                   min: 0 1;
2846                   align: 0.0 0.5;
2847                   text_class: "list_item";
2848                }
2849             }
2850             description { state: "selected" 0.0;
2851                inherit: "default" 0.0;
2852                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
2853             }
2854             GENLIST_DESCRIPTION_FLIP_ENABLED
2855          }
2856          GENLIST_PART_FLIP
2857          GENLIST_PART_DISCLIP
2858       }
2859       programs {
2860          // signal: elm,state,%s,active
2861          //   a "check" item named %s went active
2862          // signal: elm,state,%s,passive
2863          //   a "check" item named %s went passive
2864          // default is passive
2865          program { name: "go_active";
2866             signal: "elm,state,selected";
2867             source: "elm";
2868             action: STATE_SET "selected" 0.0;
2869             target: "bg_image";
2870             target: "elm.text.1";
2871             target: "elm.text.2";
2872             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2873          }
2874          program { name: "go_passive";
2875             signal: "elm,state,unselected";
2876             source: "elm";
2877             action: STATE_SET "default" 0.0;
2878             target: "bg_image";
2879             target: "elm.text.1";
2880             target: "elm.text.2";
2881             transition: LINEAR 0.1;
2882          }
2883          program { name: "go_disabled";
2884             signal: "elm,state,disabled";
2885             source: "elm";
2886             action: STATE_SET "disabled" 0.0;
2887             target: "disclip";
2888          }
2889          program { name: "go_enabled";
2890             signal: "elm,state,enabled";
2891             source: "elm";
2892             action: STATE_SET "default" 0.0;
2893             target: "disclip";
2894          }
2895          GENLIST_PROGRAM_FLIP_2TEXT
2896          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2897       }
2898    }
2899
2900 // 3.2.3
2901    group { name: "elm/genlist/item/3text/default";
2902       alias: "elm/genlist/item_odd/3text/default";
2903       alias: "elm/genlist/item_compress/3text/default";
2904       alias: "elm/genlist/item_compress_odd/3text/default";
2905       data.item: "stacking" "above";
2906       data.item: "selectraise" "on";
2907       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
2908       data.item: "flips" "elm.flip.content";
2909       images {
2910          image: "00_list_bar_press_1x80.png" COMP;
2911       }
2912       parts {
2913          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2914          GENLIST_PART_BG_IMAGE
2915          GENLIST_PART_BOTTOM_LINE
2916          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2917          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2918          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2919          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2920          part { name: "elm.text.3";
2921             clip_to: "disclip";
2922             type: TEXT;
2923             mouse_events: 0;
2924             scale: 1;
2925             description { state: "default" 0.0;
2926                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
2927                fixed: 1 1;
2928                rel1 {
2929                   relative: 0.0 1.0;
2930                   to_x: "elm.padding.right";
2931                   to_y: "elm.padding.top";
2932                }
2933                rel2 {
2934                   relative: 0.0 1.0;
2935                   to_x: "elm.padding.right";
2936                   to_y: "elm.padding.top";
2937                }
2938                align: 1.0 0.0;
2939                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
2940                text {
2941                   font: "SLP:style=Medium";
2942                   size: GENLIST_FONT_32_INC;
2943                   min: 0 1;
2944                   align: 1.0 0.5;
2945                   text_class: "slp_medium";
2946                }
2947             }
2948             description { state: "selected" 0.0;
2949                inherit: "default" 0.0;
2950                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
2951             }
2952             GENLIST_DESCRIPTION_FLIP_ENABLED
2953          }
2954          part { name: "elm.padding.text3.left";
2955             clip_to: "disclip";
2956             type: RECT;
2957             mouse_events: 0;
2958             scale: 1;
2959             description { state: "default" 0.0;
2960                min: GENLIST_ICON_SMALL_SIZE 0;
2961                fixed: 1 0;
2962                rel1.to_x: "elm.text.3";
2963                rel2 {
2964                   relative: 0.0 1.0;
2965                   to_x: "elm.text.3";
2966                }
2967                align: 1.0 0.5;
2968                visible: 0;
2969             }
2970          }
2971          part { name: "elm.text.1";
2972             clip_to: "disclip";
2973             type: TEXT;
2974             mouse_events: 0;
2975             scale: 1;
2976             description { state: "default" 0.0;
2977                rel1 {
2978                   relative: 1.0 1.0;
2979                   to_x: "elm.padding.left";
2980                   to_y: "elm.padding.top";
2981                }
2982                rel2 {
2983                   relative: 0.0 1.0;
2984                   to_x: "elm.padding.text3.left";
2985                   to_y: "elm.text.3";
2986                }
2987                align: 0.0 0.5;
2988                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
2989                text {
2990                   font: "SLP:style=Roman";
2991                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
2992                   min: 0 1;
2993                   align: 0.0 0.5;
2994                   text_class: "list_item";
2995                }
2996             }
2997             description { state: "selected" 0.0;
2998                inherit: "default" 0.0;
2999                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
3000             }
3001             GENLIST_DESCRIPTION_FLIP_ENABLED
3002          }
3003          part { name: "elm.text.2";
3004             clip_to: "disclip";
3005             type: TEXT;
3006             mouse_events: 0;
3007             scale: 1;
3008             description { state: "default" 0.0;
3009                rel1 {
3010                   relative: 1.0 1.0;
3011                   to_x: "elm.padding.left";
3012                   to_y: "elm.text.1";
3013                }
3014                rel2 {
3015                   relative: 0.0 0.0;
3016                   to_x: "elm.padding.right";
3017                   to_y: "elm.padding.bottom";
3018                }
3019                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3020                text {
3021                   font: "SLP:style=Medium";
3022                   size: GENLIST_FONT_32_INC;
3023                   min: 0 1;
3024                   align: 0.0 0.5;
3025                   text_class: "slp_medium";
3026                }
3027             }
3028             description { state: "selected" 0.0;
3029                inherit: "default" 0.0;
3030                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3031             }
3032             GENLIST_DESCRIPTION_FLIP_ENABLED
3033          }
3034          GENLIST_PART_FLIP
3035          GENLIST_PART_DISCLIP
3036       }
3037       programs {
3038          // signal: elm,state,%s,active
3039          //   a "check" item named %s went active
3040          // signal: elm,state,%s,passive
3041          //   a "check" item named %s went passive
3042          // default is passive
3043          program { name: "go_active";
3044             signal: "elm,state,selected";
3045             source: "elm";
3046             action: STATE_SET "selected" 0.0;
3047             target: "bg_image";
3048             target: "elm.text.1";
3049             target: "elm.text.2";
3050             target: "elm.text.3";
3051             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3052          }
3053          program { name: "go_passive";
3054             signal: "elm,state,unselected";
3055             source: "elm";
3056             action: STATE_SET "default" 0.0;
3057             target: "bg_image";
3058             target: "elm.text.1";
3059             target: "elm.text.2";
3060             target: "elm.text.3";
3061             transition: LINEAR 0.1;
3062          }
3063          program { name: "go_disabled";
3064             signal: "elm,state,disabled";
3065             source: "elm";
3066             action: STATE_SET "disabled" 0.0;
3067             target: "disclip";
3068          }
3069          program { name: "go_enabled";
3070             signal: "elm,state,enabled";
3071             source: "elm";
3072             action: STATE_SET "default" 0.0;
3073             target: "disclip";
3074          }
3075          GENLIST_PROGRAM_FLIP_3TEXT
3076          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3077       }
3078    }
3079
3080    group { name: "elm/genlist/item_compress/3text.tb/default";
3081       inherit: "elm/genlist/item/3text/default";
3082       parts {
3083          part { name: "elm.text.2";
3084             clip_to: "disclip";
3085             type: TEXTBLOCK;
3086             mouse_events: 0;
3087             scale: 1;
3088             description { state: "default" 0.0;
3089                rel1 {
3090                   relative: 1.0 1.0;
3091                   to_x: "elm.padding.left";
3092                   to_y: "elm.text.1";
3093                }
3094                rel2 {
3095                   relative: 0.0 0.0;
3096                   to_x: "elm.padding.right";
3097                   to_y: "elm.padding.bottom";
3098                }
3099                align: 0.0 0.5;
3100                text {
3101                   style: "genlist_style_list_main_text_unread";
3102                   min: 0 1;
3103                   align: 0.0 0.5;
3104                }
3105             }
3106             description { state: "selected" 0.0;
3107                inherit: "default" 0.0;
3108                text.style: "genlist_style_list_main_text_focus";
3109             }
3110             GENLIST_DESCRIPTION_FLIP_ENABLED
3111          }
3112       }
3113    }
3114
3115 // 3.2.4
3116    group { name: "elm/genlist/item/2text.1icon.2/default";
3117       alias: "elm/genlist/item_odd/2text.1icon.2/default";
3118       alias: "elm/genlist/item_compress/2text.1icon.2/default";
3119       alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
3120       data.item: "stacking" "above";
3121       data.item: "selectraise" "on";
3122       data.item: "texts" "elm.text.1 elm.text.2";
3123       data.item: "contents" "elm.icon";
3124       data.item: "flips" "elm.flip.content";
3125       images {
3126          image: "00_list_bar_press_1x80.png" COMP;
3127       }
3128       parts {
3129          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3130          GENLIST_PART_BG_IMAGE
3131          GENLIST_PART_BOTTOM_LINE
3132          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3133          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3134          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3135          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3136          part { name: "elm.icon";
3137             clip_to: "disclip";
3138             type: SWALLOW;
3139             scale: 1;
3140             description { state: "default" 0.0;
3141                fixed: 1 1;
3142                rel1 {
3143                   relative: 0.0 1.0;
3144                   to_x: "elm.padding.right";
3145                   to_y: "elm.padding.top";
3146                }
3147                rel2 {
3148                   relative: 0.0 0.0;
3149                   to_x: "elm.padding.right";
3150                   to_y: "elm.padding.bottom";
3151                }
3152                align: 1.0 0.5;
3153             }
3154             GENLIST_DESCRIPTION_FLIP_ENABLED
3155          }
3156          part { name: "elm.padding.icon.left";
3157             clip_to: "disclip";
3158             type: RECT;
3159             scale: 1;
3160             description { state: "default" 0.0;
3161                min: GENLIST_PADDING_16_INC 0;
3162                fixed: 1 0;
3163                rel1.to_x: "elm.icon";
3164                rel2 {
3165                   relative: 0.0 1.0;
3166                   to_x: "elm.icon";
3167                }
3168                align: 1.0 0.0;
3169                visible: 0;
3170             }
3171          }
3172          part { name: "elm.text.1";
3173             clip_to: "disclip";
3174             type: TEXT;
3175             mouse_events: 0;
3176             scale: 1;
3177             description { state: "default" 0.0;
3178                min: 0 GENLIST_SIZE_61_INC;
3179                fixed: 0 1;
3180                rel1 {
3181                   relative: 1.0 1.0;
3182                   to_x: "elm.padding.left";
3183                   to_y: "elm.padding.top";
3184                }
3185                rel2 {
3186                   relative: 0.0 1.0;
3187                   to_x: "elm.padding.icon.left";
3188                   to_y: "elm.padding.top";
3189                }
3190                align: 0.0 0.0;
3191                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
3192                text {
3193                   font: "SLP:style=Roman";
3194                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
3195                   min: 0 1;
3196                   align: 0.0 0.5;
3197                   text_class: "list_item";
3198                }
3199             }
3200             description { state: "selected" 0.0;
3201                inherit: "default" 0.0;
3202                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
3203             }
3204             GENLIST_DESCRIPTION_FLIP_ENABLED
3205          }
3206          part { name: "elm.text.2";
3207             clip_to: "disclip";
3208             type: TEXT;
3209             mouse_events: 0;
3210             scale: 1;
3211             description { state: "default" 0.0;
3212                rel1 {
3213                   relative: 1.0 1.0;
3214                   to_x: "elm.padding.left";
3215                   to_y: "elm.text.1";
3216                }
3217                rel2 {
3218                   relative: 0.0 0.0;
3219                   to_x: "elm.padding.icon.left";
3220                   to_y: "elm.padding.bottom";
3221                }
3222                align: 0.0 0.0;
3223                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3224                text {
3225                   font: "SLP:style=Medium";
3226                   size: GENLIST_FONT_32_INC;
3227                   min: 0 1;
3228                   align: 0.0 0.5;
3229                   text_class: "slp_medium";
3230                }
3231             }
3232             description { state: "selected" 0.0;
3233                inherit: "default" 0.0;
3234                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3235             }
3236             GENLIST_DESCRIPTION_FLIP_ENABLED
3237          }
3238          GENLIST_PART_FLIP
3239          GENLIST_PART_DISCLIP
3240       }
3241       programs {
3242          // signal: elm,state,%s,active
3243          //   a "check" item named %s went active
3244          // signal: elm,state,%s,passive
3245          //   a "check" item named %s went passive
3246          // default is passive
3247          program { name: "go_active";
3248             signal: "elm,state,selected";
3249             source: "elm";
3250             action: STATE_SET "selected" 0.0;
3251             target: "bg_image";
3252             target: "elm.text.1";
3253             target: "elm.text.2";
3254             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3255          }
3256          program { name: "go_passive";
3257             signal: "elm,state,unselected";
3258             source: "elm";
3259             action: STATE_SET "default" 0.0;
3260             target: "bg_image";
3261             target: "elm.text.1";
3262             target: "elm.text.2";
3263             transition: LINEAR 0.1;
3264          }
3265          program { name: "go_disabled";
3266             signal: "elm,state,disabled";
3267             source: "elm";
3268             action: STATE_SET "disabled" 0.0;
3269             target: "disclip";
3270          }
3271          program { name: "go_enabled";
3272             signal: "elm,state,enabled";
3273             source: "elm";
3274             action: STATE_SET "default" 0.0;
3275             target: "disclip";
3276          }
3277          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3278          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3279       }
3280    }
3281
3282 // 3.2.5
3283    group { name: "elm/genlist/item/2text.1icon.10/default";
3284       alias: "elm/genlist/item_odd/2text.1icon.10/default";
3285       alias: "elm/genlist/item_compress/2text.1icon.10/default";
3286       alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
3287       data.item: "stacking" "above";
3288       data.item: "selectraise" "on";
3289       data.item: "texts" "elm.text.1 elm.text.2";
3290       data.item: "contents" "elm.icon";
3291       data.item: "flips" "elm.flip.content";
3292       images {
3293          image: "00_list_bar_press_1x80.png" COMP;
3294       }
3295       parts {
3296          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3297          GENLIST_PART_BG_IMAGE
3298          GENLIST_PART_BOTTOM_LINE
3299          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3300          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3301          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3302          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3303          part { name: "elm.icon";
3304             clip_to: "disclip";
3305             type: SWALLOW;
3306             scale: 1;
3307             description { state: "default" 0.0;
3308                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
3309                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
3310                fixed: 1 1;
3311                rel1 {
3312                   relative: 0.0 1.0;
3313                   to_x: "elm.padding.right";
3314                   to_y: "elm.padding.top";
3315                }
3316                rel2 {
3317                   relative: 0.0 0.0;
3318                   to_x: "elm.padding.right";
3319                   to_y: "elm.padding.bottom";
3320                }
3321                align: 1.0 0.5;
3322             }
3323             GENLIST_DESCRIPTION_FLIP_ENABLED
3324          }
3325          part { name: "elm.padding.icon.left";
3326             clip_to: "disclip";
3327             type: RECT;
3328             scale: 1;
3329             description { state: "default" 0.0;
3330                min: GENLIST_PADDING_16_INC 0;
3331                fixed: 1 0;
3332                rel1.to_x: "elm.icon";
3333                rel2 {
3334                   relative: 0.0 1.0;
3335                   to_x: "elm.icon";
3336                }
3337                align: 1.0 0.0;
3338                visible: 0;
3339             }
3340          }
3341          part { name: "elm.text.1";
3342             clip_to: "disclip";
3343             type: TEXT;
3344             mouse_events: 0;
3345             scale: 1;
3346             description { state: "default" 0.0;
3347                min: 0 GENLIST_SIZE_61_INC;
3348                fixed: 0 1;
3349                rel1 {
3350                   relative: 1.0 1.0;
3351                   to_x: "elm.padding.left";
3352                   to_y: "elm.padding.top";
3353                }
3354                rel2 {
3355                   relative: 0.0 1.0;
3356                   to_x: "elm.padding.icon.left";
3357                   to_y: "elm.padding.top";
3358                }
3359                align: 0.0 0.0;
3360                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
3361                text {
3362                   font: "SLP:style=Roman";
3363                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
3364                   min: 0 1;
3365                   align: 0.0 0.5;
3366                   text_class: "list_item";
3367                }
3368             }
3369             description { state: "selected" 0.0;
3370                inherit: "default" 0.0;
3371                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
3372             }
3373             GENLIST_DESCRIPTION_FLIP_ENABLED
3374          }
3375          part { name: "elm.text.2";
3376             clip_to: "disclip";
3377             type: TEXT;
3378             mouse_events: 0;
3379             scale: 1;
3380             description { state: "default" 0.0;
3381                rel1 {
3382                   relative: 1.0 1.0;
3383                   to_x: "elm.padding.left";
3384                   to_y: "elm.text.1";
3385                }
3386                rel2 {
3387                   relative: 0.0 0.0;
3388                   to_x: "elm.padding.icon.left";
3389                   to_y: "elm.padding.bottom";
3390                }
3391                align: 0.0 0.0;
3392                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3393                text {
3394                   font: "SLP:style=Medium";
3395                   size: GENLIST_FONT_32_INC;
3396                   min: 0 1;
3397                   align: 0.0 0.5;
3398                   text_class: "slp_medium";
3399                }
3400             }
3401             description { state: "selected" 0.0;
3402                inherit: "default" 0.0;
3403                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3404             }
3405             GENLIST_DESCRIPTION_FLIP_ENABLED
3406          }
3407          GENLIST_PART_FLIP
3408          GENLIST_PART_DISCLIP
3409       }
3410       programs {
3411          // signal: elm,state,%s,active
3412          //   a "check" item named %s went active
3413          // signal: elm,state,%s,passive
3414          //   a "check" item named %s went passive
3415          // default is passive
3416          program { name: "go_active";
3417             signal: "elm,state,selected";
3418             source: "elm";
3419             action: STATE_SET "selected" 0.0;
3420             target: "bg_image";
3421             target: "elm.text.1";
3422             target: "elm.text.2";
3423             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3424          }
3425          program { name: "go_passive";
3426             signal: "elm,state,unselected";
3427             source: "elm";
3428             action: STATE_SET "default" 0.0;
3429             target: "bg_image";
3430             target: "elm.text.1";
3431             target: "elm.text.2";
3432             transition: LINEAR 0.1;
3433          }
3434          program { name: "go_disabled";
3435             signal: "elm,state,disabled";
3436             source: "elm";
3437             action: STATE_SET "disabled" 0.0;
3438             target: "disclip";
3439          }
3440          program { name: "go_enabled";
3441             signal: "elm,state,enabled";
3442             source: "elm";
3443             action: STATE_SET "default" 0.0;
3444             target: "disclip";
3445          }
3446          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3447          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3448       }
3449    }
3450
3451    group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
3452       inherit: "elm/genlist/item/2text.1icon.10/default";
3453       parts {
3454          part { name: "elm.text.2";
3455             clip_to: "disclip";
3456             type: TEXTBLOCK;
3457             mouse_events: 0;
3458             scale: 1;
3459             description { state: "default" 0.0;
3460                rel1 {
3461                   relative: 1.0 1.0;
3462                   to_x: "elm.padding.left";
3463                   to_y: "elm.text.1";
3464                }
3465                rel2 {
3466                   relative: 0.0 0.0;
3467                   to_x: "elm.padding.icon.left";
3468                   to_y: "elm.padding.bottom";
3469                }
3470                align: 0.0 0.5;
3471                text {
3472                   style: "genlist_style_list_main_text_unread";
3473                   min: 0 1;
3474                   align: 0.0 0.5;
3475                }
3476             }
3477             description { state: "selected" 0.0;
3478                inherit: "default" 0.0;
3479                text.style: "genlist_style_list_main_text_focus";
3480             }
3481             GENLIST_DESCRIPTION_FLIP_ENABLED
3482          }
3483       }
3484    }
3485
3486 // 3.2.6
3487    group { name: "elm/genlist/item/2text.1icon.3/default";
3488       alias: "elm/genlist/item_odd/2text.1icon.3/default";
3489       alias: "elm/genlist/item_compress/2text.1icon.3/default";
3490       alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
3491       data.item: "stacking" "above";
3492       data.item: "selectraise" "on";
3493       data.item: "texts" "elm.text.1 elm.text.2";
3494       data.item: "contents" "elm.icon";
3495       data.item: "flips" "elm.flip.content";
3496       images {
3497          image: "00_list_bar_press_1x80.png" COMP;
3498       }
3499       parts {
3500          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3501          GENLIST_PART_BG_IMAGE
3502          GENLIST_PART_BOTTOM_LINE
3503          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3504          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3505          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3506          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3507          part { name: "elm.text.1";
3508             clip_to: "disclip";
3509             type: TEXT;
3510             mouse_events: 0;
3511             scale: 1;
3512             description { state: "default" 0.0;
3513                min: 0 GENLIST_SIZE_61_INC;
3514                fixed: 0 1;
3515                rel1 {
3516                   relative: 1.0 1.0;
3517                   to_x: "elm.padding.left";
3518                   to_y: "elm.padding.top";
3519                }
3520                rel2 {
3521                   relative: 0.0 1.0;
3522                   to_x: "elm.padding.icon.left";
3523                   to_y: "elm.padding.top";
3524                }
3525                align: 0.0 0.0;
3526                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
3527                text {
3528                   font: "SLP:style=Roman";
3529                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
3530                   min: 0 1;
3531                   align: 0.0 0.5;
3532                   text_class: "list_item";
3533                }
3534             }
3535             description { state: "selected" 0.0;
3536                inherit: "default" 0.0;
3537                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
3538             }
3539             GENLIST_DESCRIPTION_FLIP_ENABLED
3540          }
3541          part { name: "elm.icon";
3542             clip_to: "disclip";
3543             type: SWALLOW;
3544             scale: 1;
3545             description { state: "default" 0.0;
3546                fixed: 1 1;
3547                rel1 {
3548                   relative: 0.0 1.0;
3549                   to_x: "elm.padding.right";
3550                   to_y: "elm.padding.top";
3551                }
3552                rel2 {
3553                   relative: 0.0 1.0;
3554                   to_x: "elm.padding.right";
3555                   to_y: "elm.text.1";
3556                }
3557                align: 1.0 0.5;
3558             }
3559             GENLIST_DESCRIPTION_FLIP_ENABLED
3560          }
3561          part { name: "elm.padding.icon.left";
3562             clip_to: "disclip";
3563             type: RECT;
3564             scale: 1;
3565             description { state: "default" 0.0;
3566                min: GENLIST_PADDING_16_INC 0;
3567                fixed: 1 0;
3568                rel1.to_x: "elm.icon";
3569                rel2 {
3570                   relative: 0.0 1.0;
3571                   to_x: "elm.icon";
3572                }
3573                align: 1.0 0.0;
3574                visible: 0;
3575             }
3576          }
3577          part { name: "elm.text.2";
3578             clip_to: "disclip";
3579             type: TEXT;
3580             mouse_events: 0;
3581             scale: 1;
3582             description { state: "default" 0.0;
3583                rel1 {
3584                   relative: 1.0 1.0;
3585                   to_x: "elm.padding.left";
3586                   to_y: "elm.text.1";
3587                }
3588                rel2 {
3589                   relative: 0.0 0.0;
3590                   to_x: "elm.padding.icon.left";
3591                   to_y: "elm.padding.bottom";
3592                }
3593                align: 0.0 0.0;
3594                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3595                text {
3596                   font: "SLP:style=Medium";
3597                   size: GENLIST_FONT_32_INC;
3598                   min: 0 1;
3599                   align: 0.0 0.5;
3600                   text_class: "slp_medium";
3601                }
3602             }
3603             description { state: "selected" 0.0;
3604                inherit: "default" 0.0;
3605                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3606             }
3607             GENLIST_DESCRIPTION_FLIP_ENABLED
3608          }
3609          GENLIST_PART_FLIP
3610          GENLIST_PART_DISCLIP
3611       }
3612       programs {
3613          // signal: elm,state,%s,active
3614          //   a "check" item named %s went active
3615          // signal: elm,state,%s,passive
3616          //   a "check" item named %s went passive
3617          // default is passive
3618          program { name: "go_active";
3619             signal: "elm,state,selected";
3620             source: "elm";
3621             action: STATE_SET "selected" 0.0;
3622             target: "bg_image";
3623             target: "elm.text.1";
3624             target: "elm.text.2";
3625             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3626          }
3627          program { name: "go_passive";
3628             signal: "elm,state,unselected";
3629             source: "elm";
3630             action: STATE_SET "default" 0.0;
3631             target: "bg_image";
3632             target: "elm.text.1";
3633             target: "elm.text.2";
3634             transition: LINEAR 0.1;
3635          }
3636          program { name: "go_disabled";
3637             signal: "elm,state,disabled";
3638             source: "elm";
3639             action: STATE_SET "disabled" 0.0;
3640             target: "disclip";
3641          }
3642          program { name: "go_enabled";
3643             signal: "elm,state,enabled";
3644             source: "elm";
3645             action: STATE_SET "default" 0.0;
3646             target: "disclip";
3647          }
3648          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3649          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3650       }
3651    }
3652
3653 // 3.2.7
3654    group { name: "elm/genlist/item/3text.1icon/default";
3655       alias: "elm/genlist/item_odd/3text.1icon/default";
3656       alias: "elm/genlist/item_compress/3text.1icon/default";
3657       alias: "elm/genlist/item_compress_odd/3text.1icon/default";
3658       data.item: "stacking" "above";
3659       data.item: "selectraise" "on";
3660       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
3661       data.item: "contents" "elm.icon";
3662       data.item: "flips" "elm.flip.content";
3663       images {
3664          image: "00_list_bar_press_1x80.png" COMP;
3665       }
3666       parts {
3667          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3668          GENLIST_PART_BG_IMAGE
3669          GENLIST_PART_BOTTOM_LINE
3670          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3671          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3672          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3673          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3674          part { name: "elm.text.3";
3675             clip_to: "disclip";
3676             type: TEXT;
3677             mouse_events: 0;
3678             scale: 1;
3679             description { state: "default" 0.0;
3680                min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
3681                fixed: 1 1;
3682                rel1 {
3683                   relative: 0.0 0.0;
3684                   to_x: "elm.padding.right";
3685                   to_y: "elm.padding.bottom";
3686                }
3687                rel2 {
3688                   relative: 0.0 0.0;
3689                   to_x: "elm.padding.right";
3690                   to_y: "elm.padding.bottom";
3691                }
3692                align: 1.0 1.0;
3693                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3694                text {
3695                   font: "SLP:style=Medium";
3696                   size: GENLIST_FONT_32_INC;
3697                   min: 0 1;
3698                   align: 1.0 0.5;
3699                   text_class: "slp_medium";
3700                }
3701             }
3702             description { state: "selected" 0.0;
3703                inherit: "default" 0.0;
3704                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3705             }
3706             GENLIST_DESCRIPTION_FLIP_ENABLED
3707          }
3708          part { name: "elm.padding.text3.left";
3709             clip_to: "disclip";
3710             type: RECT;
3711             mouse_events: 0;
3712             scale: 1;
3713             description { state: "default" 0.0;
3714                min: GENLIST_ICON_SMALL_SIZE 0;
3715                fixed: 1 0;
3716                rel1.to_x: "elm.text.3";
3717                rel2 {
3718                   relative: 0.0 1.0;
3719                   to_x: "elm.text.3";
3720                }
3721                align: 1.0 0.5;
3722                visible: 0;
3723             }
3724          }
3725          part { name: "elm.icon";
3726             clip_to: "disclip";
3727             type: SWALLOW;
3728             scale: 1;
3729             description { state: "default" 0.0;
3730                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3731                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3732                fixed: 1 1;
3733                rel1 {
3734                   relative: 0.0 1.0;
3735                   to_x: "elm.padding.right";
3736                   to_y: "elm.padding.top";
3737                }
3738                rel2 {
3739                   relative: 0.0 0.0;
3740                   to_x: "elm.padding.right";
3741                   to_y: "elm.text.3";
3742                }
3743                align: 1.0 0.5;
3744             }
3745             GENLIST_DESCRIPTION_FLIP_ENABLED
3746          }
3747          part { name: "elm.padding.icon.left";
3748             clip_to: "disclip";
3749             type: RECT;
3750             scale: 1;
3751             description { state: "default" 0.0;
3752                min: GENLIST_PADDING_16_INC 0;
3753                fixed: 1 0;
3754                rel1.to_x: "elm.icon";
3755                rel2 {
3756                   relative: 0.0 1.0;
3757                   to_x: "elm.icon";
3758                }
3759                align: 1.0 0.0;
3760                visible: 0;
3761             }
3762          }
3763          part { name: "elm.text.1";
3764             clip_to: "disclip";
3765             type: TEXT;
3766             mouse_events: 0;
3767             scale: 1;
3768             description { state: "default" 0.0;
3769                rel1 {
3770                   relative: 1.0 1.0;
3771                   to_x: "elm.padding.left";
3772                   to_y: "elm.padding.top";
3773                }
3774                rel2 {
3775                   relative: 0.0 0.0;
3776                   to_x: "elm.padding.icon.left";
3777                   to_y: "elm.text.3";
3778                }
3779                align: 0.0 0.5;
3780                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
3781                text {
3782                   font: "SLP:style=Roman";
3783                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
3784                   min: 0 1;
3785                   align: 0.0 0.5;
3786                   text_class: "list_item";
3787                }
3788             }
3789             description { state: "selected" 0.0;
3790                inherit: "default" 0.0;
3791                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
3792             }
3793             GENLIST_DESCRIPTION_FLIP_ENABLED
3794          }
3795          part { name: "elm.text.2";
3796             clip_to: "disclip";
3797             type: TEXT;
3798             mouse_events: 0;
3799             scale: 1;
3800             description { state: "default" 0.0;
3801                rel1 {
3802                   relative: 1.0 1.0;
3803                   to_x: "elm.padding.left";
3804                   to_y: "elm.text.1";
3805                }
3806                rel2 {
3807                   relative: 0.0 0.0;
3808                   to_x: "elm.padding.text3.left";
3809                   to_y: "elm.padding.bottom";
3810                }
3811                align: 0.0 0.5;
3812                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
3813                text {
3814                   font: "SLP:style=Medium";
3815                   size: GENLIST_FONT_32_INC;
3816                   min: 0 1;
3817                   align: 0.0 0.5;
3818                   text_class: "slp_medium";
3819                }
3820             }
3821             description { state: "selected" 0.0;
3822                inherit: "default" 0.0;
3823                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
3824             }
3825             GENLIST_DESCRIPTION_FLIP_ENABLED
3826          }
3827          GENLIST_PART_FLIP
3828          GENLIST_PART_DISCLIP
3829       }
3830       programs {
3831          // signal: elm,state,%s,active
3832          //   a "check" item named %s went active
3833          // signal: elm,state,%s,passive
3834          //   a "check" item named %s went passive
3835          // default is passive
3836          program { name: "go_active";
3837             signal: "elm,state,selected";
3838             source: "elm";
3839             action: STATE_SET "selected" 0.0;
3840             target: "bg_image";
3841             target: "elm.text.1";
3842             target: "elm.text.2";
3843             target: "elm.text.3";
3844             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3845          }
3846          program { name: "go_passive";
3847             signal: "elm,state,unselected";
3848             source: "elm";
3849             action: STATE_SET "default" 0.0;
3850             target: "bg_image";
3851             target: "elm.text.1";
3852             target: "elm.text.2";
3853             target: "elm.text.3";
3854             transition: LINEAR 0.1;
3855          }
3856          program { name: "go_disabled";
3857             signal: "elm,state,disabled";
3858             source: "elm";
3859             action: STATE_SET "disabled" 0.0;
3860             target: "disclip";
3861          }
3862          program { name: "go_enabled";
3863             signal: "elm,state,enabled";
3864             source: "elm";
3865             action: STATE_SET "default" 0.0;
3866             target: "disclip";
3867          }
3868          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
3869          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3870       }
3871    }
3872
3873 // 3.2.8
3874    group { name: "elm/genlist/item/2text.2icon/default";
3875       alias: "elm/genlist/item_odd/2text.2icon/default";
3876       alias: "elm/genlist/item_compress/2text.2icon/default";
3877       alias: "elm/genlist/item_compress_odd/2text.2icon/default";
3878       data.item: "stacking" "above";
3879       data.item: "selectraise" "on";
3880       data.item: "texts" "elm.text.1 elm.text.2";
3881       data.item: "contents" "elm.icon.1 elm.icon.2";
3882       data.item: "flips" "elm.flip.content";
3883       images {
3884          image: "00_list_bar_press_1x80.png" COMP;
3885       }
3886       parts {
3887          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3888          GENLIST_PART_BG_IMAGE
3889          GENLIST_PART_BOTTOM_LINE
3890          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3891          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3892          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3893          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3894          part { name: "elm.icon.1";
3895             clip_to: "disclip";
3896             type: SWALLOW;
3897             scale: 1;
3898             description { state: "default" 0.0;
3899                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3900                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3901                fixed: 1 1;
3902                rel1 {
3903                   relative: 1.0 1.0;
3904                   to_x: "elm.padding.left";
3905                   to_y: "elm.text.1";
3906                }
3907                rel2 {
3908                   relative: 1.0 0.0;
3909                   to_x: "elm.padding.left";
3910                   to_y: "elm.padding.bottom";
3911                }
3912                align: 0.0 0.5;
3913             }
3914             GENLIST_DESCRIPTION_FLIP_ENABLED
3915          }
3916          part { name: "elm.padding.icon1.right";
3917             clip_to: "disclip";
3918             type: RECT;
3919             scale: 1;
3920             description { state: "default" 0.0;
3921                min: GENLIST_PADDING_16_INC 0;
3922                fixed: 1 0;
3923                rel1 {
3924                   relative: 1.0 0.0;
3925                   to_x: "elm.icon.1";
3926                }
3927                rel2.to_x: "elm.icon.1";
3928                align: 0.0 0.0;
3929                visible: 0;
3930             }
3931          }
3932          part { name: "elm.icon.2";
3933             clip_to: "disclip";
3934             type: SWALLOW;
3935             scale: 1;
3936             description { state: "default" 0.0;
3937                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3938                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3939                fixed: 1 1;
3940                rel1 {
3941                   relative: 0.0 1.0;
3942                   to_x: "elm.padding.right";
3943                   to_y: "elm.padding.top";
3944                }
3945                rel2 {
3946                   relative: 0.0 1.0;
3947                   to_x: "elm.padding.right";
3948                   to_y: "elm.text.1";
3949                }
3950                align: 1.0 0.5;
3951             }
3952             GENLIST_DESCRIPTION_FLIP_ENABLED
3953          }
3954          part { name: "elm.padding.icon2.left";
3955             clip_to: "disclip";
3956             type: RECT;
3957             scale: 1;
3958             description { state: "default" 0.0;
3959                min: GENLIST_PADDING_16_INC 0;
3960                fixed: 1 0;
3961                rel1 {
3962                   relative: 0.0 0.0;
3963                   to_x: "elm.icon.2";
3964                }
3965                rel2.to_x: "elm.icon.2";
3966                align: 1.0 0.0;
3967                visible: 0;
3968             }
3969          }
3970          part { name: "elm.text.1";
3971             clip_to: "disclip";
3972             type: TEXT;
3973             mouse_events: 0;
3974             scale: 1;
3975             description { state: "default" 0.0;
3976                min: 0 GENLIST_SIZE_61_INC;
3977                fixed: 0 1;
3978                rel1 {
3979                   relative: 1.0 1.0;
3980                   to_x: "elm.padding.left";
3981                   to_y: "elm.padding.top";
3982                }
3983                rel2 {
3984                   relative: 0.0 1.0;
3985                   to_x: "elm.padding.icon2.left";
3986                   to_y: "elm.padding.top";
3987                }
3988                align: 0.0 0.0;
3989                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
3990                text {
3991                   font: "SLP:style=Roman";
3992                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
3993                   min: 0 1;
3994                   align: 0.0 0.5;
3995                   text_class: "list_item";
3996                }
3997             }
3998             description { state: "selected" 0.0;
3999                inherit: "default" 0.0;
4000                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4001             }
4002             GENLIST_DESCRIPTION_FLIP_ENABLED
4003          }
4004          part { name: "elm.text.2";
4005             clip_to: "disclip";
4006             type: TEXT;
4007             mouse_events: 0;
4008             scale: 1;
4009             description { state: "default" 0.0;
4010                rel1 {
4011                   relative: 1.0 1.0;
4012                   to_x: "elm.padding.icon1.right";
4013                   to_y: "elm.text.1";
4014                }
4015                rel2 {
4016                   relative: 0.0 0.0;
4017                   to_x: "elm.padding.right";
4018                   to_y: "elm.padding.bottom";
4019                }
4020                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
4021                text {
4022                   font: "SLP:style=Medium";
4023                   size: GENLIST_FONT_32_INC;
4024                   min: 0 1;
4025                   align: 0.0 0.5;
4026                   text_class: "slp_medium";
4027                }
4028             }
4029             description { state: "selected" 0.0;
4030                inherit: "default" 0.0;
4031                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
4032             }
4033             GENLIST_DESCRIPTION_FLIP_ENABLED
4034          }
4035          GENLIST_PART_FLIP
4036          GENLIST_PART_DISCLIP
4037       }
4038       programs {
4039          // signal: elm,state,%s,active
4040          //   a "check" item named %s went active
4041          // signal: elm,state,%s,passive
4042          //   a "check" item named %s went passive
4043          // default is passive
4044          program { name: "go_active";
4045             signal: "elm,state,selected";
4046             source: "elm";
4047             action: STATE_SET "selected" 0.0;
4048             target: "bg_image";
4049             target: "elm.text.1";
4050             target: "elm.text.2";
4051             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4052          }
4053          program { name: "go_passive";
4054             signal: "elm,state,unselected";
4055             source: "elm";
4056             action: STATE_SET "default" 0.0;
4057             target: "bg_image";
4058             target: "elm.text.1";
4059             target: "elm.text.2";
4060             transition: LINEAR 0.1;
4061          }
4062          program { name: "go_disabled";
4063             signal: "elm,state,disabled";
4064             source: "elm";
4065             action: STATE_SET "disabled" 0.0;
4066             target: "disclip";
4067          }
4068          program { name: "go_enabled";
4069             signal: "elm,state,enabled";
4070             source: "elm";
4071             action: STATE_SET "default" 0.0;
4072             target: "disclip";
4073          }
4074          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
4075          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4076       }
4077    }
4078
4079 // 3.2.9
4080    group { name: "elm/genlist/item/2text.7/default";
4081       alias: "elm/genlist/item_odd/2text.7/default";
4082       alias: "elm/genlist/item_compress/2text.7/default";
4083       alias: "elm/genlist/item_compress_odd/2text.7/default";
4084       data.item: "stacking" "above";
4085       data.item: "selectraise" "on";
4086       data.item: "texts" "elm.text.1 elm.text.2";
4087       data.item: "flips" "elm.flip.content";
4088       images {
4089          image: "00_list_bar_press_1x80.png" COMP;
4090       }
4091       parts {
4092          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4093          GENLIST_PART_BG_IMAGE
4094          GENLIST_PART_BOTTOM_LINE
4095          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4096          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4097          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4098          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
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.right";
4115                   to_y: "elm.padding.top";
4116                }
4117                align: 0.0 0.0;
4118                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
4119                text {
4120                   font: "SLP:style=Roman";
4121                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
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_LIST_MAIN_TEXT_FOCUS_COLOR;
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.right";
4147                   to_y: "elm.padding.bottom";
4148                }
4149                align: 0.0 0.0;
4150                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
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_LIST_MAIN_TEXT_FOCUS_COLOR;
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
4205          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4206       }
4207    }
4208
4209 // 3.2.10
4210    group { name: "elm/genlist/item/2text.1icon.7/default";
4211       alias: "elm/genlist/item_odd/2text.1icon.7/default";
4212       alias: "elm/genlist/item_compress/2text.1icon.7/default";
4213       alias: "elm/genlist/item_compress_odd/2text.1icon.7/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_SIZE_LEFT )
4229          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4230          part { name: "elm.icon";
4231             clip_to: "disclip";
4232             type: SWALLOW;
4233             scale: 1;
4234             description { state: "default" 0.0;
4235                fixed: 1 1;
4236                rel1 {
4237                   relative: 0.0 1.0;
4238                   to_x: "elm.padding.right";
4239                   to_y: "elm.padding.top";
4240                }
4241                rel2 {
4242                   relative: 0.0 0.0;
4243                   to_x: "elm.padding.right";
4244                   to_y: "elm.padding.bottom";
4245                }
4246                align: 1.0 0.5;
4247             }
4248             GENLIST_DESCRIPTION_FLIP_ENABLED
4249          }
4250          part { name: "elm.padding.icon.left";
4251             clip_to: "disclip";
4252             type: RECT;
4253             scale: 1;
4254             description { state: "default" 0.0;
4255                min: GENLIST_PADDING_16_INC 0;
4256                fixed: 1 0;
4257                rel1.to_x: "elm.icon";
4258                rel2 {
4259                   relative: 0.0 1.0;
4260                   to_x: "elm.icon";
4261                }
4262                align: 1.0 0.0;
4263                visible: 0;
4264             }
4265          }
4266          part { name: "elm.text.1";
4267             clip_to: "disclip";
4268             type: TEXT;
4269             mouse_events: 0;
4270             scale: 1;
4271             description { state: "default" 0.0;
4272                min: 0 GENLIST_SIZE_61_INC;
4273                fixed: 0 1;
4274                rel1 {
4275                   relative: 1.0 1.0;
4276                   to_x: "elm.padding.left";
4277                   to_y: "elm.padding.top";
4278                }
4279                rel2 {
4280                   relative: 0.0 1.0;
4281                   to_x: "elm.padding.icon.left";
4282                   to_y: "elm.padding.top";
4283                }
4284                align: 0.0 0.0;
4285                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
4286                text {
4287                   font: "SLP:style=Roman";
4288                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
4289                   min: 0 1;
4290                   align: 0.0 0.5;
4291                   text_class: "list_item";
4292                }
4293             }
4294             description { state: "selected" 0.0;
4295                inherit: "default" 0.0;
4296                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4297             }
4298             GENLIST_DESCRIPTION_FLIP_ENABLED
4299          }
4300          part { name: "elm.text.2";
4301             clip_to: "disclip";
4302             type: TEXT;
4303             mouse_events: 0;
4304             scale: 1;
4305             description { state: "default" 0.0;
4306                rel1 {
4307                   relative: 1.0 1.0;
4308                   to_x: "elm.padding.left";
4309                   to_y: "elm.text.1";
4310                }
4311                rel2 {
4312                   relative: 0.0 0.0;
4313                   to_x: "elm.padding.icon.left";
4314                   to_y: "elm.padding.bottom";
4315                }
4316                align: 0.0 0.0;
4317                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
4318                text {
4319                   font: "SLP:style=Medium";
4320                   size: GENLIST_FONT_32_INC;
4321                   min: 0 1;
4322                   align: 0.0 0.5;
4323                   text_class: "slp_medium";
4324                }
4325             }
4326             description { state: "selected" 0.0;
4327                inherit: "default" 0.0;
4328                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4329             }
4330             GENLIST_DESCRIPTION_FLIP_ENABLED
4331          }
4332          GENLIST_PART_FLIP
4333          GENLIST_PART_DISCLIP
4334       }
4335       programs {
4336          // signal: elm,state,%s,active
4337          //   a "check" item named %s went active
4338          // signal: elm,state,%s,passive
4339          //   a "check" item named %s went passive
4340          // default is passive
4341          program { name: "go_active";
4342             signal: "elm,state,selected";
4343             source: "elm";
4344             action: STATE_SET "selected" 0.0;
4345             target: "bg_image";
4346             target: "elm.text.1";
4347             target: "elm.text.2";
4348             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4349          }
4350          program { name: "go_passive";
4351             signal: "elm,state,unselected";
4352             source: "elm";
4353             action: STATE_SET "default" 0.0;
4354             target: "bg_image";
4355             target: "elm.text.1";
4356             target: "elm.text.2";
4357             transition: LINEAR 0.1;
4358          }
4359          program { name: "go_disabled";
4360             signal: "elm,state,disabled";
4361             source: "elm";
4362             action: STATE_SET "disabled" 0.0;
4363             target: "disclip";
4364          }
4365          program { name: "go_enabled";
4366             signal: "elm,state,enabled";
4367             source: "elm";
4368             action: STATE_SET "default" 0.0;
4369             target: "disclip";
4370          }
4371          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4372          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4373       }
4374    }
4375
4376    group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
4377       inherit: "elm/genlist/item/2text.1icon.7/default";
4378       parts {
4379          part { name: "elm.text.2";
4380             clip_to: "disclip";
4381             type: TEXTBLOCK;
4382             mouse_events: 0;
4383             scale: 1;
4384             description { state: "default" 0.0;
4385                rel1 {
4386                   relative: 1.0 1.0;
4387                   to_x: "elm.padding.left";
4388                   to_y: "elm.text.1";
4389                }
4390                rel2 {
4391                   relative: 0.0 0.0;
4392                   to_x: "elm.padding.icon.left";
4393                   to_y: "elm.padding.bottom";
4394                }
4395                align: 0.0 0.5;
4396                text {
4397                   style: "genlist_style_list_main_text_unread";
4398                   min: 0 1;
4399                   align: 0.0 0.5;
4400                }
4401             }
4402             description { state: "selected" 0.0;
4403                inherit: "default" 0.0;
4404                text.style: "genlist_style_list_main_text_focus";
4405             }
4406             GENLIST_DESCRIPTION_FLIP_ENABLED
4407          }
4408       }
4409    }
4410
4411 // 3.2.11
4412    group { name: "elm/genlist/item/2text.1icon.11/default";
4413       alias: "elm/genlist/item_odd/2text.1icon.11/default";
4414       alias: "elm/genlist/item_compress/2text.1icon.11/default";
4415       alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
4416       data.item: "stacking" "above";
4417       data.item: "selectraise" "on";
4418       data.item: "texts" "elm.text.1 elm.text.2";
4419       data.item: "contents" "elm.icon";
4420       data.item: "flips" "elm.flip.content";
4421       images {
4422          image: "00_list_bar_press_1x80.png" COMP;
4423       }
4424       parts {
4425          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4426          GENLIST_PART_BG_IMAGE
4427          GENLIST_PART_BOTTOM_LINE
4428          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4429          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4430          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4431          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4432          part { name: "elm.icon";
4433             clip_to: "disclip";
4434             type: SWALLOW;
4435             scale: 1;
4436             description { state: "default" 0.0;
4437                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4438                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4439                fixed: 1 1;
4440                rel1 {
4441                   relative: 0.0 1.0;
4442                   to_x: "elm.padding.right";
4443                   to_y: "elm.padding.top";
4444                }
4445                rel2 {
4446                   relative: 0.0 0.0;
4447                   to_x: "elm.padding.right";
4448                   to_y: "elm.padding.bottom";
4449                }
4450                align: 1.0 0.5;
4451             }
4452             GENLIST_DESCRIPTION_FLIP_ENABLED
4453          }
4454          part { name: "elm.padding.icon.left";
4455             clip_to: "disclip";
4456             type: RECT;
4457             scale: 1;
4458             description { state: "default" 0.0;
4459                min: GENLIST_PADDING_16_INC 0;
4460                fixed: 1 0;
4461                rel1.to_x: "elm.icon";
4462                rel2 {
4463                   relative: 0.0 1.0;
4464                   to_x: "elm.icon";
4465                }
4466                align: 1.0 0.0;
4467                visible: 0;
4468             }
4469          }
4470          part { name: "elm.text.1";
4471             clip_to: "disclip";
4472             type: TEXT;
4473             mouse_events: 0;
4474             scale: 1;
4475             description { state: "default" 0.0;
4476                min: 0 GENLIST_SIZE_61_INC;
4477                fixed: 0 1;
4478                rel1 {
4479                   relative: 1.0 1.0;
4480                   to_x: "elm.padding.left";
4481                   to_y: "elm.padding.top";
4482                }
4483                rel2 {
4484                   relative: 0.0 1.0;
4485                   to_x: "elm.padding.icon.left";
4486                   to_y: "elm.padding.top";
4487                }
4488                align: 0.0 0.0;
4489                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
4490                text {
4491                   font: "SLP:style=Roman";
4492                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
4493                   min: 0 1;
4494                   align: 0.0 0.5;
4495                   text_class: "list_item";
4496                }
4497             }
4498             description { state: "selected" 0.0;
4499                inherit: "default" 0.0;
4500                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4501             }
4502             GENLIST_DESCRIPTION_FLIP_ENABLED
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_LIST_SUB_TEXT_SETTINGS_COLOR;
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_LIST_MAIN_TEXT_FOCUS_COLOR;
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.12
4581    group { name: "elm/genlist/item/2text.2icon.2/default";
4582       alias: "elm/genlist/item_odd/2text.2icon.2/default";
4583       alias: "elm/genlist/item_compress/2text.2icon.2/default";
4584       alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
4585       data.item: "stacking" "above";
4586       data.item: "selectraise" "on";
4587       data.item: "texts" "elm.text.1 elm.text.2";
4588       data.item: "contents" "elm.icon.1 elm.icon.2";
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_SIZE_LEFT )
4600          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4601          part { name: "elm.icon.2";
4602             clip_to: "disclip";
4603             type: SWALLOW;
4604             scale: 1;
4605             description { state: "default" 0.0;
4606                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4607                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4608                fixed: 1 1;
4609                rel1 {
4610                   relative: 0.0 1.0;
4611                   to_x: "elm.padding.right";
4612                   to_y: "elm.padding.top";
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 0.5;
4620             }
4621             GENLIST_DESCRIPTION_FLIP_ENABLED
4622          }
4623          part { name: "elm.padding.icon2.left";
4624             clip_to: "disclip";
4625             type: RECT;
4626             scale: 1;
4627             description { state: "default" 0.0;
4628                min: GENLIST_PADDING_16_INC 0;
4629                fixed: 1 0;
4630                rel1.to_x: "elm.icon.2";
4631                rel2 {
4632                   relative: 0.0 1.0;
4633                   to_x: "elm.icon.2";
4634                }
4635                align: 1.0 0.0;
4636                visible: 0;
4637             }
4638          }
4639         part { name: "elm.text.1";
4640             clip_to: "disclip";
4641             type: TEXT;
4642             mouse_events: 0;
4643             scale: 1;
4644             description { state: "default" 0.0;
4645                min: 0 GENLIST_SIZE_61_INC;
4646                fixed: 0 1;
4647                rel1 {
4648                   relative: 1.0 1.0;
4649                   to_x: "elm.padding.left";
4650                   to_y: "elm.padding.top";
4651                }
4652                rel2 {
4653                   relative: 0.0 1.0;
4654                   to_x: "elm.padding.icon2.left";
4655                   to_y: "elm.padding.top";
4656                }
4657                align: 0.0 0.0;
4658                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
4659                text {
4660                   font: "SLP:style=Roman";
4661                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
4662                   min: 0 1;
4663                   align: 0.0 0.5;
4664                   text_class: "list_item";
4665                }
4666             }
4667             description { state: "selected" 0.0;
4668                inherit: "default" 0.0;
4669                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4670             }
4671             GENLIST_DESCRIPTION_FLIP_ENABLED
4672          }
4673          part { name: "elm.text.2";
4674             clip_to: "disclip";
4675             type: TEXT;
4676             mouse_events: 0;
4677             scale: 1;
4678             description { state: "default" 0.0;
4679                min: 0 0;
4680                max: GENLIST_SIZE_576_INC 0;
4681                fixed: 1 0;
4682                rel1 {
4683                   relative: 1.0 1.0;
4684                   to_x: "elm.padding.left";
4685                   to_y: "elm.text.1";
4686                }
4687                rel2 {
4688                   relative: 1.0 0.0;
4689                   to_x: "elm.padding.left";
4690                   to_y: "elm.padding.bottom";
4691                }
4692                align: 0.0 0.5;
4693                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
4694                text {
4695                   font: "SLP:style=Medium";
4696                   size: GENLIST_FONT_32_INC;
4697                   min: 1 1;
4698                   align: 0.0 0.5;
4699                   text_class: "slp_medium";
4700                }
4701             }
4702             description { state: "selected" 0.0;
4703                inherit: "default" 0.0;
4704                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
4705             }
4706             GENLIST_DESCRIPTION_FLIP_ENABLED
4707          }
4708          part { name: "elm.padding.text2.right";
4709             clip_to: "disclip";
4710             type: RECT;
4711             scale: 1;
4712             description { state: "default" 0.0;
4713                min: GENLIST_PADDING_16_INC 0;
4714                fixed: 1 0;
4715                visible: 0;
4716                rel1 {
4717                   relative: 1.0 0.0;
4718                   to_x: "elm.text.2";
4719                }
4720                rel2.to_x: "elm.text.2";
4721                align: 0.0 0.0;
4722             }
4723          }
4724          part { name: "elm.icon.1";
4725             clip_to: "disclip";
4726             type: SWALLOW;
4727             scale: 1;
4728             description { state: "default" 0.0;
4729                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4730                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4731                fixed: 1 1;
4732                rel1 {
4733                   relative: 1.0 1.0;
4734                   to_x: "elm.padding.text2.right";
4735                   to_y: "elm.text.1";
4736                }
4737                rel2 {
4738                   relative: 1.0 0.0;
4739                   to_x: "elm.padding.text2.right";
4740                   to_y: "elm.padding.bottom";
4741                }
4742                align: 0.0 0.5;
4743             }
4744             GENLIST_DESCRIPTION_FLIP_ENABLED
4745          }
4746          GENLIST_PART_FLIP
4747          GENLIST_PART_DISCLIP
4748       }
4749       programs {
4750          // signal: elm,state,%s,active
4751          //   a "check" item named %s went active
4752          // signal: elm,state,%s,passive
4753          //   a "check" item named %s went passive
4754          // default is passive
4755          program { name: "go_active";
4756             signal: "elm,state,selected";
4757             source: "elm";
4758             action: STATE_SET "selected" 0.0;
4759             target: "bg_image";
4760             target: "elm.text.1";
4761             target: "elm.text.2";
4762             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4763          }
4764          program { name: "go_passive";
4765             signal: "elm,state,unselected";
4766             source: "elm";
4767             action: STATE_SET "default" 0.0;
4768             target: "bg_image";
4769             target: "elm.text.1";
4770             target: "elm.text.2";
4771             transition: LINEAR 0.1;
4772          }
4773          program { name: "go_disabled";
4774             signal: "elm,state,disabled";
4775             source: "elm";
4776             action: STATE_SET "disabled" 0.0;
4777             target: "disclip";
4778          }
4779          program { name: "go_enabled";
4780             signal: "elm,state,enabled";
4781             source: "elm";
4782             action: STATE_SET "default" 0.0;
4783             target: "disclip";
4784          }
4785          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
4786          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4787       }
4788    }
4789
4790 // 3.2.13
4791    group { name: "elm/genlist/item/2text.1icon.4/default";
4792       alias: "elm/genlist/item_odd/2text.1icon.4/default";
4793       alias: "elm/genlist/item_compress/2text.1icon.4/default";
4794       alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
4795       data.item: "stacking" "above";
4796       data.item: "selectraise" "on";
4797       data.item: "texts" "elm.text.1 elm.text.2";
4798       data.item: "contents" "elm.icon";
4799       data.item: "flips" "elm.flip.content";
4800       images {
4801          image: "00_list_bar_press_1x80.png" COMP;
4802       }
4803       parts {
4804          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4805          GENLIST_PART_BG_IMAGE
4806          GENLIST_PART_BOTTOM_LINE
4807          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4808          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4809          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4810          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4811          part { name: "elm.icon";
4812             clip_to: "disclip";
4813             type: SWALLOW;
4814             scale: 1;
4815             description { state: "default" 0.0;
4816                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4817                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4818                fixed: 1 1;
4819                rel1 {
4820                   relative: 1.0 1.0;
4821                   to_x: "elm.padding.left";
4822                   to_y: "elm.padding.top";
4823                }
4824                rel2 {
4825                   relative: 1.0 0.0;
4826                   to_x: "elm.padding.left";
4827                   to_y: "elm.padding.bottom";
4828                }
4829                align: 0.0 0.5;
4830             }
4831             GENLIST_DESCRIPTION_FLIP_ENABLED
4832          }
4833          part { name: "elm.padding.icon.right";
4834             clip_to: "disclip";
4835             type: RECT;
4836             scale: 1;
4837             description { state: "default" 0.0;
4838                min: GENLIST_PADDING_16_INC 0;
4839                fixed: 1 0;
4840                rel1 {
4841                   relative: 1.0 0.0;
4842                   to_x: "elm.icon";
4843                }
4844                rel2.to_x: "elm.icon";
4845                align: 0.0 0.0;
4846                visible: 0;
4847             }
4848          }
4849          part { name: "elm.text.1";
4850             clip_to: "disclip";
4851             type: TEXT;
4852             mouse_events: 0;
4853             scale: 1;
4854             description { state: "default" 0.0;
4855                min: 0 GENLIST_SIZE_61_INC;
4856                fixed: 0 1;
4857                rel1 {
4858                   relative: 1.0 1.0;
4859                   to_x: "elm.padding.icon.right";
4860                   to_y: "elm.padding.top";
4861                }
4862                rel2 {
4863                   relative: 0.0 1.0;
4864                   to_x: "elm.padding.right";
4865                   to_y: "elm.padding.top";
4866                }
4867                align: 0.0 0.0;
4868                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
4869                text {
4870                   font: "SLP:style=Roman";
4871                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
4872                   min: 0 1;
4873                   align: 0.0 0.5;
4874                   text_class: "list_item";
4875                }
4876             }
4877             description { state: "selected" 0.0;
4878                inherit: "default" 0.0;
4879                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
4880             }
4881             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
4882             GENLIST_DESCRIPTION_FLIP_ENABLED
4883          }
4884          part { name: "elm.text.2";
4885             clip_to: "disclip";
4886             type: TEXT;
4887             mouse_events: 0;
4888             scale: 1;
4889             description { state: "default" 0.0;
4890                rel1 {
4891                   relative: 1.0 1.0;
4892                   to_x: "elm.padding.icon.right";
4893                   to_y: "elm.text.1";
4894                }
4895                rel2 {
4896                   relative: 0.0 0.0;
4897                   to_x: "elm.padding.right";
4898                   to_y: "elm.padding.bottom";
4899                }
4900                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
4901                text {
4902                   font: "SLP:style=Medium";
4903                   size: GENLIST_FONT_32_INC;
4904                   min: 0 1;
4905                   align: 0.0 0.5;
4906                   text_class: "slp_medium";
4907                }
4908             }
4909             description { state: "selected" 0.0;
4910                inherit: "default" 0.0;
4911                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
4912             }
4913             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
4914             GENLIST_DESCRIPTION_FLIP_ENABLED
4915          }
4916          GENLIST_PART_FLIP
4917          GENLIST_PART_DISCLIP
4918       }
4919       programs {
4920          // signal: elm,state,%s,active
4921          //   a "check" item named %s went active
4922          // signal: elm,state,%s,passive
4923          //   a "check" item named %s went passive
4924          // default is passive
4925          program { name: "go_active";
4926             signal: "elm,state,selected";
4927             source: "elm";
4928             action: STATE_SET "selected" 0.0;
4929             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
4930             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4931          }
4932          program { name: "go_passive";
4933             signal: "elm,state,unselected";
4934             source: "elm";
4935             action: STATE_SET "default" 0.0;
4936             target: "bg_image";
4937             target: "elm.text.1";
4938             target: "elm.text.2";
4939             transition: LINEAR 0.1;
4940          }
4941          program { name: "go_disabled";
4942             signal: "elm,state,disabled";
4943             source: "elm";
4944             action: STATE_SET "disabled" 0.0;
4945             target: "disclip";
4946          }
4947          program { name: "go_enabled";
4948             signal: "elm,state,enabled";
4949             source: "elm";
4950             action: STATE_SET "default" 0.0;
4951             target: "disclip";
4952          }
4953          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4954          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4955       }
4956    }
4957
4958    group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
4959       inherit: "elm/genlist/item/2text.1icon.4/default";
4960       parts {
4961          part { name: "elm.text.1";
4962             clip_to: "disclip";
4963             type: TEXTBLOCK;
4964             mouse_events: 0;
4965             scale: 1;
4966             description { state: "default" 0.0;
4967                min: 0 GENLIST_SIZE_61_INC;
4968                fixed: 0 1;
4969                rel1 {
4970                   relative: 1.0 1.0;
4971                   to_x: "elm.padding.icon.right";
4972                   to_y: "elm.padding.top";
4973                }
4974                rel2 {
4975                   relative: 0.0 1.0;
4976                   to_x: "elm.padding.right";
4977                   to_y: "elm.padding.top";
4978                }
4979                align: 0.0 0.0;
4980                text {
4981                   style: "genlist_style_list_main_text_unread";
4982                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
4983                   min: 0 1;
4984                   align: 0.0 0.5;
4985                   text_class: "list_item";
4986                }
4987             }
4988             description { state: "selected" 0.0;
4989                inherit: "default" 0.0;
4990                text.style: "genlist_style_list_main_text_focus";
4991             }
4992             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
4993             GENLIST_DESCRIPTION_FLIP_ENABLED
4994          }
4995          part { name: "elm.text.2";
4996             clip_to: "disclip";
4997             type: TEXTBLOCK;
4998             mouse_events: 0;
4999             scale: 1;
5000             description { state: "default" 0.0;
5001                rel1 {
5002                   relative: 1.0 1.0;
5003                   to_x: "elm.padding.icon.right";
5004                   to_y: "elm.text.1";
5005                }
5006                rel2 {
5007                   relative: 0.0 0.0;
5008                   to_x: "elm.padding.right";
5009                   to_y: "elm.padding.bottom";
5010                }
5011                align: 0.0 0.5;
5012                text {
5013                   style: "genlist_style_list_main_text_unread";
5014                   size: GENLIST_FONT_32_INC;
5015                   min: 0 1;
5016                   align: 0.0 0.5;
5017                }
5018             }
5019             description { state: "selected" 0.0;
5020                inherit: "default" 0.0;
5021                text.style: "genlist_style_list_main_text_focus";
5022             }
5023             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5024             GENLIST_DESCRIPTION_FLIP_ENABLED
5025          }
5026       }
5027    }
5028
5029 // 3.2.14
5030    group { name: "elm/genlist/item/3text.1icon.2/default";
5031       alias: "elm/genlist/item_odd/3text.1icon.2/default";
5032       alias: "elm/genlist/item_compress/3text.1icon.2/default";
5033       alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
5034       data.item: "stacking" "above";
5035       data.item: "selectraise" "on";
5036       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
5037       data.item: "contents" "elm.icon";
5038       data.item: "flips" "elm.flip.content";
5039       images {
5040          image: "00_list_bar_press_1x80.png" COMP;
5041       }
5042       parts {
5043          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5044          GENLIST_PART_BG_IMAGE
5045          GENLIST_PART_BOTTOM_LINE
5046          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5047          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5048          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5049          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5050          part { name: "elm.icon";
5051             clip_to: "disclip";
5052             type: SWALLOW;
5053             scale: 1;
5054             description { state: "default" 0.0;
5055                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5056                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5057                fixed: 1 1;
5058                rel1 {
5059                   relative: 1.0 1.0;
5060                   offset: 0 0;
5061                   to_x: "elm.padding.left";
5062                   to_y: "elm.padding.top";
5063                }
5064                rel2 {
5065                   relative: 1.0 0.0;
5066                   to_x: "elm.padding.left";
5067                   to_y: "elm.padding.bottom";
5068                }
5069                align: 0.0 0.5;
5070             }
5071             GENLIST_DESCRIPTION_FLIP_ENABLED
5072          }
5073          part { name: "elm.padding.icon.right";
5074             clip_to: "disclip";
5075             type: RECT;
5076             scale: 1;
5077             description { state: "default" 0.0;
5078                min: GENLIST_PADDING_16_INC 0;
5079                fixed: 1 0;
5080                rel1 {
5081                   relative: 1.0 0.0;
5082                   to_x: "elm.icon";
5083                }
5084                rel2.to_x: "elm.icon";
5085                align: 0.0 0.0;
5086                visible: 0;
5087             }
5088          }
5089          part { name: "elm.text.3";
5090             clip_to: "disclip";
5091             type: TEXT;
5092             mouse_events: 0;
5093             scale: 1;
5094             description { state: "default" 0.0;
5095                min: 0 GENLIST_SIZE_61_INC;
5096                max: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
5097                fixed: 0 1;
5098                rel1 {
5099                   relative: 0.0 1.0;
5100                   to_x: "elm.padding.left";
5101                   to_y: "elm.padding.top";
5102                }
5103                rel2 {
5104                   relative: 0.0 1.0;
5105                   to_x: "elm.padding.right";
5106                   to_y: "elm.padding.top";
5107                }
5108                align: 1.0 0.0;
5109                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
5110                text {
5111                   font: "SLP:style=Medium";
5112                   size: GENLIST_FONT_32_INC;
5113                   min: 0 1;
5114                   max: 1 0;
5115                   align: 1.0 0.5;
5116                   text_class: "slp_medium";
5117                }
5118             }
5119             description { state: "selected" 0.0;
5120                inherit: "default" 0.0;
5121                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
5122             }
5123             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5124             GENLIST_DESCRIPTION_FLIP_ENABLED
5125          }
5126          part { name: "elm.padding.text3.left";
5127             clip_to: "disclip";
5128             type: RECT;
5129             mouse_events: 0;
5130             scale: 1;
5131             description { state: "default" 0.0;
5132                min: GENLIST_ICON_SMALL_SIZE 0;
5133                fixed: 1 0;
5134                rel1.to_x: "elm.text.3";
5135                rel2 {
5136                   relative: 0.0 1.0;
5137                   to_x: "elm.text.3";
5138                }
5139                align: 1.0 0.5;
5140                visible: 0;
5141             }
5142          }
5143          part { name: "elm.text.1";
5144             clip_to: "disclip";
5145             type: TEXT;
5146             mouse_events: 0;
5147             scale: 1;
5148             description { state: "default" 0.0;
5149                rel1 {
5150                   relative: 1.0 1.0;
5151                   to_x: "elm.padding.icon.right";
5152                   to_y: "elm.padding.top";
5153                }
5154                rel2 {
5155                   relative: 0.0 1.0;
5156                   to_x: "elm.padding.text3.left";
5157                   to_y: "elm.text.3";
5158                }
5159                align: 0.0 0.5;
5160                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
5161                text {
5162                   font: "SLP:style=Roman";
5163                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
5164                   min: 0 1;
5165                   align: 0.0 0.5;
5166                   text_class: "list_item";
5167                }
5168             }
5169             description { state: "selected" 0.0;
5170                inherit: "default" 0.0;
5171                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5172             }
5173             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5174             GENLIST_DESCRIPTION_FLIP_ENABLED
5175          }
5176          part { name: "elm.text.2";
5177             clip_to: "disclip";
5178             type: TEXT;
5179             mouse_events: 0;
5180             scale: 1;
5181             description { state: "default" 0.0;
5182                rel1 {
5183                   relative: 1.0 1.0;
5184                   to_x: "elm.padding.icon.right";
5185                   to_y: "elm.text.1";
5186                }
5187                rel2 {
5188                   relative: 0.0 0.0;
5189                   to_x: "elm.padding.right";
5190                   to_y: "elm.padding.bottom";
5191                }
5192                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
5193                text {
5194                   font: "SLP:style=Medium";
5195                   size: GENLIST_FONT_32_INC;
5196                   min: 0 1;
5197                   align: 0.0 0.5;
5198                   text_class: "slp_medium";
5199                }
5200             }
5201             description { state: "selected" 0.0;
5202                inherit: "default" 0.0;
5203                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
5204             }
5205             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5206             GENLIST_DESCRIPTION_FLIP_ENABLED
5207          }
5208          GENLIST_PART_FLIP
5209          GENLIST_PART_DISCLIP
5210       }
5211       programs {
5212          // signal: elm,state,%s,active
5213          //   a "check" item named %s went active
5214          // signal: elm,state,%s,passive
5215          //   a "check" item named %s went passive
5216          // default is passive
5217          program { name: "go_active";
5218             signal: "elm,state,selected";
5219             source: "elm";
5220             action: STATE_SET "selected" 0.0;
5221             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
5222             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5223          }
5224          program { name: "go_passive";
5225             signal: "elm,state,unselected";
5226             source: "elm";
5227             action: STATE_SET "default" 0.0;
5228             target: "bg_image";
5229             target: "elm.text.1";
5230             target: "elm.text.2";
5231             target: "elm.text.3";
5232             transition: LINEAR 0.1;
5233          }
5234          program { name: "go_disabled";
5235             signal: "elm,state,disabled";
5236             source: "elm";
5237             action: STATE_SET "disabled" 0.0;
5238             target: "disclip";
5239          }
5240          program { name: "go_enabled";
5241             signal: "elm,state,enabled";
5242             source: "elm";
5243             action: STATE_SET "default" 0.0;
5244             target: "disclip";
5245          }
5246          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
5247          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5248       }
5249    }
5250
5251 // 3.2.15
5252    group { name: "elm/genlist/item/2text.1icon.8/default";
5253       alias: "elm/genlist/item_odd/2text.1icon.8/default";
5254       alias: "elm/genlist/item_compress/2text.1icon.8/default";
5255       alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
5256       data.item: "stacking" "above";
5257       data.item: "selectraise" "on";
5258       data.item: "texts" "elm.text.1 elm.text.2";
5259       data.item: "contents" "elm.icon";
5260       data.item: "flips" "elm.flip.content";
5261       images {
5262          image: "00_list_bar_press_1x80.png" COMP;
5263       }
5264       parts {
5265          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5266          GENLIST_PART_BG_IMAGE
5267          GENLIST_PART_BOTTOM_LINE
5268          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5269          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5270          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5271          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5272          part { name: "elm.icon";
5273             clip_to: "disclip";
5274             type: SWALLOW;
5275             scale: 1;
5276             description { state: "default" 0.0;
5277                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5278                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5279                fixed: 1 1;
5280                rel1 {
5281                   relative: 1.0 1.0;
5282                   to_x: "elm.padding.left";
5283                   to_y: "elm.padding.top";
5284                }
5285                rel2 {
5286                   relative: 1.0 0.0;
5287                   to_x: "elm.padding.left";
5288                   to_y: "elm.padding.bottom";
5289                }
5290                align: 0.0 0.5;
5291             }
5292             GENLIST_DESCRIPTION_FLIP_ENABLED
5293          }
5294          part { name: "elm.padding.icon.right";
5295             clip_to: "disclip";
5296             type: RECT;
5297             scale: 1;
5298             description { state: "default" 0.0;
5299                min: GENLIST_PADDING_16_INC 0;
5300                fixed: 1 0;
5301                rel1 {
5302                   relative: 1.0 0.0;
5303                   to_x: "elm.icon";
5304                }
5305                rel2.to_x: "elm.icon";
5306                align: 0.0 0.0;
5307                visible: 0;
5308             }
5309          }
5310          part { name: "elm.text.1";
5311             clip_to: "disclip";
5312             type: TEXT;
5313             mouse_events: 0;
5314             scale: 1;
5315             description { state: "default" 0.0;
5316                min: 0 GENLIST_SIZE_61_INC;
5317                fixed: 0 1;
5318                rel1 {
5319                   relative: 1.0 1.0;
5320                   to_x: "elm.padding.icon.right";
5321                   to_y: "elm.padding.top";
5322                }
5323                rel2 {
5324                   relative: 0.0 1.0;
5325                   to_x: "elm.padding.right";
5326                   to_y: "elm.padding.top";
5327                }
5328                align: 0.0 0.0;
5329                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
5330                text {
5331                   font: "SLP:style=Roman";
5332                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
5333                   min: 0 1;
5334                   align: 0.0 0.5;
5335                   text_class: "list_item";
5336                }
5337             }
5338             description { state: "selected" 0.0;
5339                inherit: "default" 0.0;
5340                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5341             }
5342             GENLIST_DESCRIPTION_FLIP_ENABLED
5343          }
5344          part { name: "elm.text.2";
5345             clip_to: "disclip";
5346             type: TEXT;
5347             mouse_events: 0;
5348             scale: 1;
5349             description { state: "default" 0.0;
5350                rel1 {
5351                   relative: 1.0 1.0;
5352                   to_x: "elm.padding.icon.right";
5353                   to_y: "elm.text.1";
5354                }
5355                rel2 {
5356                   relative: 0.0 0.0;
5357                   to_x: "elm.padding.right";
5358                   to_y: "elm.padding.bottom";
5359                }
5360                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
5361                text {
5362                   font: "SLP:style=Medium";
5363                   size: GENLIST_FONT_32_INC;
5364                   min: 0 1;
5365                   align: 0.0 0.5;
5366                   text_class: "slp_medium";
5367                }
5368             }
5369             description { state: "selected" 0.0;
5370                inherit: "default" 0.0;
5371                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5372             }
5373             GENLIST_DESCRIPTION_FLIP_ENABLED
5374          }
5375          GENLIST_PART_FLIP
5376          GENLIST_PART_DISCLIP
5377       }
5378       programs {
5379          // signal: elm,state,%s,active
5380          //   a "check" item named %s went active
5381          // signal: elm,state,%s,passive
5382          //   a "check" item named %s went passive
5383          // default is passive
5384          program { name: "go_active";
5385             signal: "elm,state,selected";
5386             source: "elm";
5387             action: STATE_SET "selected" 0.0;
5388             target: "bg_image";
5389             target: "elm.text.1";
5390             target: "elm.text.2";
5391             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5392          }
5393          program { name: "go_passive";
5394             signal: "elm,state,unselected";
5395             source: "elm";
5396             action: STATE_SET "default" 0.0;
5397             target: "bg_image";
5398             target: "elm.text.1";
5399             target: "elm.text.2";
5400             transition: LINEAR 0.1;
5401          }
5402          program { name: "go_disabled";
5403             signal: "elm,state,disabled";
5404             source: "elm";
5405             action: STATE_SET "disabled" 0.0;
5406             target: "disclip";
5407          }
5408          program { name: "go_enabled";
5409             signal: "elm,state,enabled";
5410             source: "elm";
5411             action: STATE_SET "default" 0.0;
5412             target: "disclip";
5413          }
5414          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5415          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5416       }
5417    }
5418
5419 // 3.2.16
5420    group { name: "elm/genlist/item/2text.2icon.3/default";
5421       alias: "elm/genlist/item_odd/2text.2icon.3/default";
5422       alias: "elm/genlist/item_compress/2text.2icon.3/default";
5423       alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
5424       data.item: "stacking" "above";
5425       data.item: "selectraise" "on";
5426       data.item: "texts" "elm.text.1 elm.text.2";
5427       data.item: "contents" "elm.icon.1 elm.icon.2";
5428       data.item: "flips" "elm.flip.content";
5429       images {
5430          image: "00_list_bar_press_1x80.png" COMP;
5431       }
5432       parts {
5433          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5434          GENLIST_PART_BG_IMAGE
5435          GENLIST_PART_BOTTOM_LINE
5436          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5437          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5438          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5439          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5440          part { name: "elm.icon.1";
5441             clip_to: "disclip";
5442             type: SWALLOW;
5443             scale: 1;
5444             description { state: "default" 0.0;
5445                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5446                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5447                fixed: 1 1;
5448                rel1 {
5449                   relative: 1.0 1.0;
5450                   to_x: "elm.padding.left";
5451                   to_y: "elm.padding.top";
5452                }
5453                rel2 {
5454                   relative: 1.0 0.0;
5455                   to_x: "elm.padding.left";
5456                   to_y: "elm.padding.bottom";
5457                }
5458                align: 0.0 0.5;
5459             }
5460             GENLIST_DESCRIPTION_FLIP_ENABLED
5461          }
5462          part { name: "elm.padding.icon1.right";
5463             clip_to: "disclip";
5464             type: RECT;
5465             scale: 1;
5466             description { state: "default" 0.0;
5467                min: GENLIST_PADDING_16_INC 0;
5468                fixed: 1 0;
5469                rel1 {
5470                   relative: 1.0 0.0;
5471                   to_x: "elm.icon.1";
5472                }
5473                rel2.to_x: "elm.icon.1";
5474                align: 0.0 0.0;
5475                visible: 0;
5476             }
5477          }
5478          part { name: "elm.text.1";
5479             clip_to: "disclip";
5480             type: TEXT;
5481             mouse_events: 0;
5482             scale: 1;
5483             description { state: "default" 0.0;
5484                min: 0 GENLIST_SIZE_61_INC;
5485                fixed: 0 1;
5486                rel1 {
5487                   relative: 1.0 1.0;
5488                   to_x: "elm.padding.icon1.right";
5489                   to_y: "elm.padding.top";
5490                }
5491                rel2 {
5492                   relative: 0.0 1.0;
5493                   to_x: "elm.padding.icon2.left";
5494                   to_y: "elm.padding.top";
5495                }
5496                align: 0.0 0.0;
5497                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
5498                text {
5499                   font: "SLP:style=Roman";
5500                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
5501                   min: 0 1;
5502                   align: 0.0 0.5;
5503                   text_class: "list_item";
5504                }
5505             }
5506             description { state: "selected" 0.0;
5507                inherit: "default" 0.0;
5508                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5509             }
5510             GENLIST_DESCRIPTION_FLIP_ENABLED
5511          }
5512          part { name: "elm.icon.2";
5513             clip_to: "disclip";
5514             type: SWALLOW;
5515             scale: 1;
5516             description { state: "default" 0.0;
5517                fixed: 1 1;
5518                rel1 {
5519                   relative: 0.0 1.0;
5520                   to_x: "elm.padding.right";
5521                   to_y: "elm.padding.top";
5522                }
5523                rel2 {
5524                   relative: 0.0 1.0;
5525                   to_x: "elm.padding.right";
5526                   to_y: "elm.text.1";
5527                }
5528                align: 1.0 0.5;
5529             }
5530             GENLIST_DESCRIPTION_FLIP_ENABLED
5531          }
5532          part { name: "elm.padding.icon2.left";
5533             clip_to: "disclip";
5534             type: RECT;
5535             scale: 1;
5536             description { state: "default" 0.0;
5537                min: GENLIST_PADDING_16_INC 0;
5538                fixed: 1 0;
5539                rel1 {
5540                   relative: 0.0 0.0;
5541                   to_x: "elm.icon.2";
5542                }
5543                rel2.to_x: "elm.icon.2";
5544                align: 1.0 0.0;
5545                visible: 0;
5546             }
5547          }
5548          part { name: "elm.text.2";
5549             clip_to: "disclip";
5550             type: TEXT;
5551             mouse_events: 0;
5552             scale: 1;
5553             description { state: "default" 0.0;
5554                rel1 {
5555                   relative: 1.0 1.0;
5556                   to_x: "elm.padding.icon1.right";
5557                   to_y: "elm.text.1";
5558                }
5559                rel2 {
5560                   relative: 0.0 0.0;
5561                   to_x: "elm.padding.icon2.left";
5562                   to_y: "elm.padding.bottom";
5563                }
5564                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
5565                text {
5566                   font: "SLP:style=Medium";
5567                   size: GENLIST_FONT_32_INC;
5568                   min: 0 1;
5569                   align: 0.0 0.5;
5570                   text_class: "slp_medium";
5571                }
5572             }
5573             description { state: "selected" 0.0;
5574                inherit: "default" 0.0;
5575                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
5576             }
5577             GENLIST_DESCRIPTION_FLIP_ENABLED
5578          }
5579          GENLIST_PART_FLIP
5580          GENLIST_PART_DISCLIP
5581       }
5582       programs {
5583          // signal: elm,state,%s,active
5584          //   a "check" item named %s went active
5585          // signal: elm,state,%s,passive
5586          //   a "check" item named %s went passive
5587          // default is passive
5588          program { name: "go_active";
5589             signal: "elm,state,selected";
5590             source: "elm";
5591             action: STATE_SET "selected" 0.0;
5592             target: "bg_image";
5593             target: "elm.text.1";
5594             target: "elm.text.2";
5595             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5596          }
5597          program { name: "go_passive";
5598             signal: "elm,state,unselected";
5599             source: "elm";
5600             action: STATE_SET "default" 0.0;
5601             target: "bg_image";
5602             target: "elm.text.1";
5603             target: "elm.text.2";
5604             transition: LINEAR 0.1;
5605          }
5606          program { name: "go_disabled";
5607             signal: "elm,state,disabled";
5608             source: "elm";
5609             action: STATE_SET "disabled" 0.0;
5610             target: "disclip";
5611          }
5612          program { name: "go_enabled";
5613             signal: "elm,state,enabled";
5614             source: "elm";
5615             action: STATE_SET "default" 0.0;
5616             target: "disclip";
5617          }
5618          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5619          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5620       }
5621    }
5622
5623    group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
5624       inherit: "elm/genlist/item/2text.2icon.3/default";
5625       parts {
5626          part { name: "elm.text.2";
5627             clip_to: "disclip";
5628             type: TEXTBLOCK;
5629             mouse_events: 0;
5630             scale: 1;
5631             description { state: "default" 0.0;
5632                rel1 {
5633                   relative: 1.0 1.0;
5634                   to_x: "elm.padding.icon1.right";
5635                   to_y: "elm.text.1";
5636                }
5637                rel2 {
5638                   relative: 0.0 0.0;
5639                   to_x: "elm.padding.icon2.left";
5640                   to_y: "elm.padding.bottom";
5641                }
5642                align: 0.0 0.5;
5643                text {
5644                   style: "genlist_style_list_main_text_unread";
5645                   min: 0 1;
5646                   align: 0.0 0.5;
5647                }
5648             }
5649             description { state: "selected" 0.0;
5650                inherit: "default" 0.0;
5651                // FIXME: Why color textblock of is not changed by text.style?
5652                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5653                text.style: "genlist_style_list_main_text_focus";
5654             }
5655             GENLIST_DESCRIPTION_FLIP_ENABLED
5656          }
5657       }
5658    }
5659
5660 // 3.2.17
5661    group { name: "elm/genlist/item/2text.2icon.4/default";
5662       alias: "elm/genlist/item_odd/2text.2icon.4/default";
5663       alias: "elm/genlist/item_compress/2text.2icon.4/default";
5664       alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
5665       data.item: "stacking" "above";
5666       data.item: "selectraise" "on";
5667       data.item: "texts" "elm.text.1 elm.text.2";
5668       data.item: "contents" "elm.icon.1 elm.icon.2";
5669       data.item: "flips" "elm.flip.content";
5670       images {
5671          image: "00_list_bar_press_1x80.png" COMP;
5672       }
5673       parts {
5674          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5675          GENLIST_PART_BG_IMAGE
5676          GENLIST_PART_BOTTOM_LINE
5677          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5678          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5679          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5680          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5681          part { name: "elm.icon.1";
5682             clip_to: "disclip";
5683             type: SWALLOW;
5684             scale: 1;
5685             description { state: "default" 0.0;
5686                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5687                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5688                fixed: 1 1;
5689                rel1 {
5690                   relative: 1.0 1.0;
5691                   to_x: "elm.padding.left";
5692                   to_y: "elm.padding.top";
5693                }
5694                rel2 {
5695                   relative: 1.0 0.0;
5696                   to_x: "elm.padding.left";
5697                   to_y: "elm.padding.bottom";
5698                }
5699                align: 0.0 0.5;
5700             }
5701             GENLIST_DESCRIPTION_FLIP_ENABLED
5702          }
5703          part { name: "elm.padding.icon1.right";
5704             clip_to: "disclip";
5705             type: RECT;
5706             scale: 1;
5707             description { state: "default" 0.0;
5708                min: GENLIST_PADDING_16_INC 0;
5709                fixed: 1 0;
5710                rel1 {
5711                   relative: 1.0 0.0;
5712                   to_x: "elm.icon.1";
5713                }
5714                rel2.to_x: "elm.icon.1";
5715                align: 0.0 0.0;
5716                visible: 0;
5717             }
5718          }
5719          part { name: "elm.icon.2";
5720             clip_to: "disclip";
5721             type: SWALLOW;
5722             scale: 1;
5723             description { state: "default" 0.0;
5724                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5725                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5726                fixed: 1 1;
5727                rel1 {
5728                   relative: 0.0 1.0;
5729                   to_x: "elm.padding.right";
5730                   to_y: "elm.padding.top";
5731                }
5732                rel2 {
5733                   relative: 0.0 0.0;
5734                   to_x: "elm.padding.right";
5735                   to_y: "elm.padding.bottom";
5736                }
5737                align: 1.0 0.5;
5738             }
5739             GENLIST_DESCRIPTION_FLIP_ENABLED
5740          }
5741          part { name: "elm.padding.icon2.left";
5742             clip_to: "disclip";
5743             type: RECT;
5744             scale: 1;
5745             description { state: "default" 0.0;
5746                min: GENLIST_PADDING_16_INC 0;
5747                fixed: 1 0;
5748                rel1.to_x: "elm.icon.2";
5749                rel2 {
5750                   relative: 0.0 1.0;
5751                   to_x: "elm.icon.2";
5752                }
5753                align: 1.0 0.0;
5754                visible: 0;
5755             }
5756          }
5757          part { name: "elm.text.1";
5758             clip_to: "disclip";
5759             type: TEXT;
5760             mouse_events: 0;
5761             scale: 1;
5762             description { state: "default" 0.0;
5763                min: 0 GENLIST_SIZE_61_INC;
5764                fixed: 0 1;
5765                rel1 {
5766                   relative: 1.0 1.0;
5767                   to_x: "elm.padding.icon1.right";
5768                   to_y: "elm.padding.top";
5769                }
5770                rel2 {
5771                   relative: 0.0 1.0;
5772                   to_x: "elm.padding.icon2.left";
5773                   to_y: "elm.padding.top";
5774                }
5775                align: 0.0 0.0;
5776                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
5777                text {
5778                   font: "SLP:style=Roman";
5779                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
5780                   min: 0 1;
5781                   align: 0.0 0.5;
5782                   text_class: "list_item";
5783                }
5784             }
5785             description { state: "selected" 0.0;
5786                inherit: "default" 0.0;
5787                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
5788             }
5789             GENLIST_DESCRIPTION_FLIP_ENABLED
5790          }
5791          part { name: "elm.text.2";
5792             clip_to: "disclip";
5793             type: TEXT;
5794             mouse_events: 0;
5795             scale: 1;
5796             description { state: "default" 0.0;
5797                rel1 {
5798                   relative: 1.0 1.0;
5799                   to_x: "elm.padding.icon1.right";
5800                   to_y: "elm.text.1";
5801                }
5802                rel2 {
5803                   relative: 0.0 0.0;
5804                   to_x: "elm.padding.icon2.left";
5805                   to_y: "elm.padding.bottom";
5806                }
5807                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
5808                text {
5809                   font: "SLP:style=Medium";
5810                   size: GENLIST_FONT_32_INC;
5811                   min: 0 1;
5812                   align: 0.0 0.5;
5813                   text_class: "slp_medium";
5814                }
5815             }
5816             description { state: "selected" 0.0;
5817                inherit: "default" 0.0;
5818                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
5819             }
5820             GENLIST_DESCRIPTION_FLIP_ENABLED
5821          }
5822          GENLIST_PART_FLIP
5823          GENLIST_PART_DISCLIP
5824       }
5825       programs {
5826          // signal: elm,state,%s,active
5827          //   a "check" item named %s went active
5828          // signal: elm,state,%s,passive
5829          //   a "check" item named %s went passive
5830          // default is passive
5831          program { name: "go_active";
5832             signal: "elm,state,selected";
5833             source: "elm";
5834             action: STATE_SET "selected" 0.0;
5835             target: "bg_image";
5836             target: "elm.text.1";
5837             target: "elm.text.2";
5838             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5839          }
5840          program { name: "go_passive";
5841             signal: "elm,state,unselected";
5842             source: "elm";
5843             action: STATE_SET "default" 0.0;
5844             target: "bg_image";
5845             target: "elm.text.1";
5846             target: "elm.text.2";
5847             transition: LINEAR 0.1;
5848          }
5849          program { name: "go_disabled";
5850             signal: "elm,state,disabled";
5851             source: "elm";
5852             action: STATE_SET "disabled" 0.0;
5853             target: "disclip";
5854          }
5855          program { name: "go_enabled";
5856             signal: "elm,state,enabled";
5857             source: "elm";
5858             action: STATE_SET "default" 0.0;
5859             target: "disclip";
5860          }
5861          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5862          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5863       }
5864    }
5865
5866    group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
5867       inherit: "elm/genlist/item/2text.2icon.4/default";
5868       parts {
5869          part { name: "elm.text.1";
5870             clip_to: "disclip";
5871             type: TEXTBLOCK;
5872             mouse_events: 0;
5873             scale: 1;
5874             description { state: "default" 0.0;
5875                min: 0 GENLIST_SIZE_61_INC;
5876                fixed: 0 1;
5877                rel1 {
5878                   relative: 1.0 1.0;
5879                   to_x: "elm.padding.icon1.right";
5880                   to_y: "elm.padding.top";
5881                }
5882                rel2 {
5883                   relative: 0.0 1.0;
5884                   to_x: "elm.padding.icon2.left";
5885                   to_y: "elm.padding.top";
5886                }
5887                align: 0.0 0.0;
5888                text {
5889                   style: "genlist_style_list_main_text_unread";
5890                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
5891                   min: 0 1;
5892                   align: 0.0 0.5;
5893                   text_class: "list_item";
5894                }
5895             }
5896             description { state: "selected" 0.0;
5897                inherit: "default" 0.0;
5898                text.style: "genlist_style_list_main_text_focus";
5899             }
5900             GENLIST_DESCRIPTION_FLIP_ENABLED
5901          }
5902          part { name: "elm.text.2";
5903             clip_to: "disclip";
5904             type: TEXTBLOCK;
5905             mouse_events: 0;
5906             scale: 1;
5907             description { state: "default" 0.0;
5908                rel1 {
5909                   relative: 1.0 1.0;
5910                   to_x: "elm.padding.icon1.right";
5911                   to_y: "elm.text.1";
5912                }
5913                rel2 {
5914                   relative: 0.0 0.0;
5915                   to_x: "elm.padding.icon2.left";
5916                   to_y: "elm.padding.bottom";
5917                }
5918                text {
5919                   style: "genlist_style_list_main_text_unread";
5920                   size: GENLIST_FONT_32_INC;
5921                   min: 0 1;
5922                   align: 0.0 0.5;
5923                   text_class: "slp_medium";
5924                }
5925             }
5926             description { state: "selected" 0.0;
5927                inherit: "default" 0.0;
5928                text.style: "genlist_style_list_main_text_focus";
5929             }
5930             GENLIST_DESCRIPTION_FLIP_ENABLED
5931          }
5932       }
5933    }
5934
5935 // 3.2.18
5936    group { name: "elm/genlist/item/2text.1icon.9/default";
5937       alias: "elm/genlist/item_odd/2text.1icon.9/default";
5938       alias: "elm/genlist/item_compress/2text.1icon.9/default";
5939       alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
5940       data.item: "stacking" "above";
5941       data.item: "selectraise" "on";
5942       data.item: "texts" "elm.text.1 elm.text.2";
5943       data.item: "contents" "elm.icon";
5944       data.item: "flips" "elm.flip.content";
5945       images {
5946          image: "00_list_bar_press_1x80.png" COMP;
5947       }
5948       parts {
5949          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5950          GENLIST_PART_BG_IMAGE
5951          GENLIST_PART_BOTTOM_LINE
5952          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5953          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5954          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5955          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5956          part { name: "elm.icon";
5957             clip_to: "disclip";
5958             type: SWALLOW;
5959             scale: 1;
5960             description { state: "default" 0.0;
5961                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
5962                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
5963                fixed: 1 1;
5964                rel1 {
5965                   relative: 1.0 1.0;
5966                   to_x: "elm.padding.left";
5967                   to_y: "elm.padding.top";
5968                }
5969                rel2 {
5970                   relative: 1.0 0.0;
5971                   to_x: "elm.padding.left";
5972                   to_y: "elm.padding.bottom";
5973                }
5974                align: 0.0 0.5;
5975             }
5976             GENLIST_DESCRIPTION_FLIP_ENABLED
5977          }
5978          part { name: "elm.padding.icon.right";
5979             clip_to: "disclip";
5980             type: RECT;
5981             scale: 1;
5982             description { state: "default" 0.0;
5983                min: GENLIST_PADDING_16_INC 0;
5984                fixed: 1 0;
5985                rel1 {
5986                   relative: 1.0 0.0;
5987                   to_x: "elm.icon";
5988                }
5989                rel2.to_x: "elm.icon";
5990                align: 0.0 0.0;
5991                visible: 0;
5992             }
5993          }
5994          part { name: "elm.text.1";
5995             clip_to: "disclip";
5996             type: TEXT;
5997             mouse_events: 0;
5998             scale: 1;
5999             description { state: "default" 0.0;
6000                min: 0 GENLIST_SIZE_61_INC;
6001                fixed: 0 1;
6002                rel1 {
6003                   relative: 1.0 1.0;
6004                   to_x: "elm.padding.icon.right";
6005                   to_y: "elm.padding.top";
6006                }
6007                rel2 {
6008                   relative: 0.0 1.0;
6009                   to_x: "elm.padding.right";
6010                   to_y: "elm.padding.top";
6011                }
6012                align: 0.0 0.0;
6013                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
6014                text {
6015                   font: "SLP:style=Roman";
6016                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
6017                   min: 0 1;
6018                   align: 0.0 0.5;
6019                   text_class: "list_item";
6020                }
6021             }
6022             description { state: "selected" 0.0;
6023                inherit: "default" 0.0;
6024                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
6025             }
6026             GENLIST_DESCRIPTION_FLIP_ENABLED
6027          }
6028          part { name: "elm.text.2";
6029             clip_to: "disclip";
6030             type: TEXT;
6031             mouse_events: 0;
6032             scale: 1;
6033             description { state: "default" 0.0;
6034                rel1 {
6035                   relative: 1.0 1.0;
6036                   to_x: "elm.padding.icon.right";
6037                   to_y: "elm.text.1";
6038                }
6039                rel2 {
6040                   relative: 0.0 0.0;
6041                   to_x: "elm.padding.right";
6042                   to_y: "elm.padding.bottom";
6043                }
6044                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
6045                text {
6046                   font: "SLP:style=Medium";
6047                   size: GENLIST_FONT_32_INC;
6048                   min: 0 1;
6049                   align: 0.0 0.5;
6050                   text_class: "slp_medium";
6051                }
6052             }
6053             description { state: "selected" 0.0;
6054                inherit: "default" 0.0;
6055                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
6056             }
6057             GENLIST_DESCRIPTION_FLIP_ENABLED
6058          }
6059          GENLIST_PART_FLIP
6060          GENLIST_PART_DISCLIP
6061       }
6062       programs {
6063          // signal: elm,state,%s,active
6064          //   a "check" item named %s went active
6065          // signal: elm,state,%s,passive
6066          //   a "check" item named %s went passive
6067          // default is passive
6068          program { name: "go_active";
6069             signal: "elm,state,selected";
6070             source: "elm";
6071             action: STATE_SET "selected" 0.0;
6072             target: "bg_image";
6073             target: "elm.text.1";
6074             target: "elm.text.2";
6075             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6076          }
6077          program { name: "go_passive";
6078             signal: "elm,state,unselected";
6079             source: "elm";
6080             action: STATE_SET "default" 0.0;
6081             target: "bg_image";
6082             target: "elm.text.1";
6083             target: "elm.text.2";
6084             transition: LINEAR 0.1;
6085          }
6086          program { name: "go_disabled";
6087             signal: "elm,state,disabled";
6088             source: "elm";
6089             action: STATE_SET "disabled" 0.0;
6090             target: "disclip";
6091          }
6092          program { name: "go_enabled";
6093             signal: "elm,state,enabled";
6094             source: "elm";
6095             action: STATE_SET "default" 0.0;
6096             target: "disclip";
6097          }
6098          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
6099          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6100       }
6101    }
6102
6103 // 2.4.2.18
6104    group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
6105       alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
6106       data.item: "stacking" "above";
6107       data.item: "selectraise" "on";
6108       data.item: "texts" "elm.text.1 elm.text.2";
6109       parts {
6110          part { name: "base";
6111             type: RECT;
6112             repeat_events: 1;
6113             description { state: "default" 0.0;
6114                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
6115             }
6116          }
6117          GENLIST_PART_DIALOGUE_BG_IMAGE
6118          GENLIST_PART_BOTTOM_LINE
6119          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
6120          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
6121          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
6122          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6123          GENLIST_PART_DIALOGUE_ITEM
6124          GENLIST_PART_DIALOGUE_RIGHT_LINE
6125          part { name: "elm.text.1";
6126             clip_to: "disclip";
6127             type: TEXT;
6128             mouse_events: 0;
6129             scale: 1;
6130             description { state: "default" 0.0;
6131                min: 0 GENLIST_SIZE_48_INC;
6132                fixed: 0 1;
6133                rel1 {
6134                   relative: 1.0 1.0;
6135                   to_x: "elm.padding.left";
6136                   to_y: "elm.padding.top";
6137                }
6138                rel2 {
6139                   relative: 0.0 1.0;
6140                   to_x: "elm.padding.right";
6141                   to_y: "elm.padding.top";
6142                }
6143                align: 0.0 0.0;
6144                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
6145                text {
6146                   font: "SLP:style=Roman";
6147                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
6148                   min: 0 1;
6149                   align: 0.0 0.5;
6150                   text_class: "list_item";
6151                }
6152             }
6153             description { state: "selected" 0.0;
6154                inherit: "default" 0.0;
6155                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
6156             }
6157          }
6158          part { name: "elm.text.2";
6159             clip_to: "disclip";
6160             type: TEXTBLOCK;
6161             mouse_events: 0;
6162             scale: 1;
6163             description { state: "default" 0.0;
6164                rel1 {
6165                   relative: 1.0 1.0;
6166                   to_x: "elm.padding.left";
6167                   to_y: "elm.text.1";
6168                }
6169                rel2 {
6170                   relative: 0.0 0.0;
6171                   to_x: "elm.padding.right";
6172                   to_y: "elm.padding.bottom";
6173                }
6174                text {
6175                   style: "genlist_style_flexible_text_sub";
6176                   min: 0 1;
6177                   align: 0.0 0.5;
6178                }
6179             }
6180          }
6181          GENLIST_PART_DISCLIP
6182       }
6183       programs {
6184          // signal: elm,state,%s,active
6185          //   a "check" item named %s went active
6186          // signal: elm,state,%s,passive
6187          //   a "check" item named %s went passive
6188          // default is passive
6189          program { name: "go_active";
6190             signal: "elm,state,selected";
6191             source: "elm";
6192             action: STATE_SET "selected" 0.0;
6193             target: "bg_image";
6194             target: "elm.text.1";
6195             target: "elm.text.2";
6196             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6197          }
6198          program { name: "go_passive";
6199             signal: "elm,state,unselected";
6200             source: "elm";
6201             action: STATE_SET "default" 0.0;
6202             target: "bg_image";
6203             target: "elm.text.1";
6204             target: "elm.text.2";
6205             transition: LINEAR 0.1;
6206          }
6207          program { name: "go_disabled";
6208             signal: "elm,state,disabled";
6209             source: "elm";
6210             action: STATE_SET "disabled" 0.0;
6211             target: "disclip";
6212          }
6213          program { name: "go_enabled";
6214             signal: "elm,state,enabled";
6215             source: "elm";
6216             action: STATE_SET "default" 0.0;
6217             target: "disclip";
6218          }
6219          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6220       }
6221    }
6222
6223 // 3.2.19
6224    group { name: "elm/genlist/item/2text.2icon.7/default";
6225       alias: "elm/genlist/item_odd/2text.2icon.7/default";
6226       alias: "elm/genlist/item_compress/2text.2icon.7/default";
6227       alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
6228       data.item: "stacking" "above";
6229       data.item: "selectraise" "on";
6230       data.item: "texts" "elm.text.1 elm.text.2";
6231       data.item: "contents" "elm.icon.1 elm.icon.2";
6232       data.item: "flips" "elm.flip.content";
6233       images {
6234          image: "00_list_bar_press_1x80.png" COMP;
6235       }
6236       parts {
6237          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6238          GENLIST_PART_BG_IMAGE
6239          GENLIST_PART_BOTTOM_LINE
6240          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6241          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6242          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6243          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6244          part { name: "elm.icon.1";
6245             clip_to: "disclip";
6246             type: SWALLOW;
6247             scale: 1;
6248             description { state: "default" 0.0;
6249                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6250                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6251                fixed: 1 1;
6252                rel1 {
6253                   relative: 1.0 1.0;
6254                   to_x: "elm.padding.left";
6255                   to_y: "elm.padding.top";
6256                }
6257                rel2 {
6258                   relative: 1.0 0.0;
6259                   to_x: "elm.padding.left";
6260                   to_y: "elm.padding.bottom";
6261                }
6262                align: 0.0 0.5;
6263             }
6264             GENLIST_DESCRIPTION_FLIP_ENABLED
6265          }
6266          part { name: "elm.padding.icon1.right";
6267             clip_to: "disclip";
6268             type: RECT;
6269             scale: 1;
6270             description { state: "default" 0.0;
6271                min: GENLIST_PADDING_16_INC 0;
6272                fixed: 1 0;
6273                rel1 {
6274                   relative: 1.0 0.0;
6275                   to_x: "elm.icon.1";
6276                }
6277                rel2.to_x: "elm.icon.1";
6278                align: 0.0 0.0;
6279                visible: 0;
6280             }
6281          }
6282          part { name: "elm.icon.2";
6283             clip_to: "disclip";
6284             type: SWALLOW;
6285             scale: 1;
6286             description { state: "default" 0.0;
6287                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6288                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6289                fixed: 1 1;
6290                rel1 {
6291                   relative: 0.0 1.0;
6292                   to_x: "elm.padding.right";
6293                   to_y: "elm.padding.top";
6294                }
6295                rel2 {
6296                   relative: 0.0 0.0;
6297                   to_x: "elm.padding.right";
6298                   to_y: "elm.padding.bottom";
6299                }
6300                align: 1.0 0.5;
6301             }
6302             GENLIST_DESCRIPTION_FLIP_ENABLED
6303          }
6304          part { name: "elm.padding.icon2.left";
6305             clip_to: "disclip";
6306             type: RECT;
6307             scale: 1;
6308             description { state: "default" 0.0;
6309                min: GENLIST_PADDING_16_INC 0;
6310                fixed: 1 0;
6311                rel1.to_x: "elm.icon.2";
6312                rel2 {
6313                   relative: 0.0 1.0;
6314                   to_x: "elm.icon.2";
6315                }
6316                align: 1.0 0.0;
6317                visible: 0;
6318             }
6319          }
6320          part { name: "elm.text.1";
6321             clip_to: "disclip";
6322             type: TEXT;
6323             mouse_events: 0;
6324             scale: 1;
6325             description { state: "default" 0.0;
6326                min: 0 GENLIST_SIZE_61_INC;
6327                fixed: 0 1;
6328                rel1 {
6329                   relative: 1.0 1.0;
6330                   to_x: "elm.padding.icon1.right";
6331                   to_y: "elm.padding.top";
6332                }
6333                rel2 {
6334                   relative: 0.0 1.0;
6335                   to_x: "elm.padding.icon2.left";
6336                   to_y: "elm.padding.top";
6337                }
6338                align: 0.0 0.0;
6339                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
6340                text {
6341                   font: "SLP:style=Roman";
6342                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
6343                   min: 0 1;
6344                   align: 0.0 0.5;
6345                   text_class: "list_item";
6346                }
6347             }
6348             description { state: "selected" 0.0;
6349                inherit: "default" 0.0;
6350                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
6351             }
6352             GENLIST_DESCRIPTION_FLIP_ENABLED
6353          }
6354          part { name: "elm.text.2";
6355             clip_to: "disclip";
6356             type: TEXT;
6357             mouse_events: 0;
6358             scale: 1;
6359             description { state: "default" 0.0;
6360                rel1 {
6361                   relative: 1.0 1.0;
6362                   to_x: "elm.padding.icon1.right";
6363                   to_y: "elm.text.1";
6364                }
6365                rel2 {
6366                   relative: 0.0 0.0;
6367                   to_x: "elm.padding.icon2.left";
6368                   to_y: "elm.padding.bottom";
6369                }
6370                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
6371                text {
6372                   font: "SLP:style=Medium";
6373                   size: GENLIST_FONT_32_INC;
6374                   min: 0 1;
6375                   align: 0.0 0.5;
6376                   text_class: "slp_medium";
6377                }
6378             }
6379             description { state: "selected" 0.0;
6380                inherit: "default" 0.0;
6381                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
6382             }
6383             GENLIST_DESCRIPTION_FLIP_ENABLED
6384          }
6385          GENLIST_PART_FLIP
6386          GENLIST_PART_DISCLIP
6387       }
6388       programs {
6389          // signal: elm,state,%s,active
6390          //   a "check" item named %s went active
6391          // signal: elm,state,%s,passive
6392          //   a "check" item named %s went passive
6393          // default is passive
6394          program { name: "go_active";
6395             signal: "elm,state,selected";
6396             source: "elm";
6397             action: STATE_SET "selected" 0.0;
6398             target: "bg_image";
6399             target: "elm.text.1";
6400             target: "elm.text.2";
6401             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6402          }
6403          program { name: "go_passive";
6404             signal: "elm,state,unselected";
6405             source: "elm";
6406             action: STATE_SET "default" 0.0;
6407             target: "bg_image";
6408             target: "elm.text.1";
6409             target: "elm.text.2";
6410             transition: LINEAR 0.1;
6411          }
6412          program { name: "go_disabled";
6413             signal: "elm,state,disabled";
6414             source: "elm";
6415             action: STATE_SET "disabled" 0.0;
6416             target: "disclip";
6417          }
6418          program { name: "go_enabled";
6419             signal: "elm,state,enabled";
6420             source: "elm";
6421             action: STATE_SET "default" 0.0;
6422             target: "disclip";
6423          }
6424          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6425          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6426       }
6427    }
6428
6429 // 3.2.20
6430    group { name: "elm/genlist/item/2text.2icon.5/default";
6431       alias: "elm/genlist/item_odd/2text.2icon.5/default";
6432       alias: "elm/genlist/item_compress/2text.2icon.5/default";
6433       alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
6434       data.item: "stacking" "above";
6435       data.item: "selectraise" "on";
6436       data.item: "texts" "elm.text.1 elm.text.2";
6437       data.item: "contents" "elm.icon.1 elm.icon.2";
6438       data.item: "flips" "elm.flip.content";
6439       images {
6440          image: "00_list_bar_press_1x80.png" COMP;
6441       }
6442       parts {
6443          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6444          GENLIST_PART_BG_IMAGE
6445          GENLIST_PART_BOTTOM_LINE
6446          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6447          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6448          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6449          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6450          part { name: "elm.icon.1";
6451             clip_to: "disclip";
6452             type: SWALLOW;
6453             scale: 1;
6454             description { state: "default" 0.0;
6455                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6456                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6457                fixed: 1 1;
6458                rel1 {
6459                   relative: 1.0 1.0;
6460                   to_x: "elm.padding.left";
6461                   to_y: "elm.padding.top";
6462                }
6463                rel2 {
6464                   relative: 1.0 0.0;
6465                   to_x: "elm.padding.left";
6466                   to_y: "elm.padding.bottom";
6467                }
6468                align: 0.0 0.5;
6469             }
6470             GENLIST_DESCRIPTION_FLIP_ENABLED
6471          }
6472          part { name: "elm.padding.icon1.right";
6473             clip_to: "disclip";
6474             type: RECT;
6475             scale: 1;
6476             description { state: "default" 0.0;
6477                min: GENLIST_PADDING_16_INC 0;
6478                fixed: 1 0;
6479                rel1 {
6480                   relative: 1.0 0.0;
6481                   to_x: "elm.icon.1";
6482                }
6483                rel2.to_x: "elm.icon.1";
6484                align: 0.0 0.0;
6485                visible: 0;
6486             }
6487          }
6488          part { name: "elm.icon.2";
6489             clip_to: "disclip";
6490             type: SWALLOW;
6491             scale: 1;
6492             description { state: "default" 0.0;
6493                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6494                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6495                fixed: 1 1;
6496                rel1 {
6497                   relative: 1.0 1.0;
6498                   to_x: "elm.padding.icon1.right";
6499                   to_y: "elm.padding.top";
6500                }
6501                rel2 {
6502                   relative: 1.0 0.0;
6503                   to_x: "elm.padding.icon1.right";
6504                   to_y: "elm.padding.bottom";
6505                }
6506                align: 0.0 0.5;
6507             }
6508             GENLIST_DESCRIPTION_FLIP_ENABLED
6509          }
6510          part { name: "elm.padding.icon2.right";
6511             clip_to: "disclip";
6512             type: RECT;
6513             scale: 1;
6514             description { state: "default" 0.0;
6515                min: GENLIST_PADDING_16_INC 0;
6516                fixed: 1 0;
6517                rel1 {
6518                   relative: 1.0 0.0;
6519                   to_x: "elm.icon.2";
6520                }
6521                rel2.to_x: "elm.icon.2";
6522                align: 0.0 0.0;
6523                visible: 0;
6524             }
6525          }
6526          part { name: "elm.text.1";
6527             clip_to: "disclip";
6528             type: TEXT;
6529             mouse_events: 0;
6530             scale: 1;
6531             description { state: "default" 0.0;
6532                min: 0 GENLIST_SIZE_61_INC;
6533                fixed: 0 1;
6534                rel1 {
6535                   relative: 1.0 1.0;
6536                   to_x: "elm.padding.icon2.right";
6537                   to_y: "elm.padding.top";
6538                }
6539                rel2 {
6540                   relative: 0.0 1.0;
6541                   to_x: "elm.padding.right";
6542                   to_y: "elm.padding.top";
6543                }
6544                align: 0.0 0.0;
6545                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
6546                text {
6547                   font: "SLP:style=Roman";
6548                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
6549                   min: 0 1;
6550                   align: 0.0 0.5;
6551                   text_class: "list_item";
6552                }
6553             }
6554             description { state: "selected" 0.0;
6555                inherit: "default" 0.0;
6556                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
6557             }
6558             GENLIST_DESCRIPTION_FLIP_ENABLED
6559          }
6560          part { name: "elm.text.2";
6561             clip_to: "disclip";
6562             type: TEXT;
6563             mouse_events: 0;
6564             scale: 1;
6565             description { state: "default" 0.0;
6566                rel1 {
6567                   relative: 1.0 1.0;
6568                   to_x: "elm.padding.icon2.right";
6569                   to_y: "elm.text.1";
6570                }
6571                rel2 {
6572                   relative: 0.0 0.0;
6573                   to_x: "elm.padding.right";
6574                   to_y: "elm.padding.bottom";
6575                }
6576                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
6577                text {
6578                   font: "SLP:style=Medium";
6579                   size: GENLIST_FONT_32_INC;
6580                   min: 0 1;
6581                   align: 0.0 0.5;
6582                   text_class: "slp_medium";
6583                }
6584             }
6585             description { state: "selected" 0.0;
6586                inherit: "default" 0.0;
6587                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
6588             }
6589             GENLIST_DESCRIPTION_FLIP_ENABLED
6590          }
6591          GENLIST_PART_FLIP
6592          GENLIST_PART_DISCLIP
6593       }
6594       programs {
6595          // signal: elm,state,%s,active
6596          //   a "check" item named %s went active
6597          // signal: elm,state,%s,passive
6598          //   a "check" item named %s went passive
6599          // default is passive
6600          program { name: "go_active";
6601             signal: "elm,state,selected";
6602             source: "elm";
6603             action: STATE_SET "selected" 0.0;
6604             target: "bg_image";
6605             target: "elm.text.1";
6606             target: "elm.text.2";
6607             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6608          }
6609          program { name: "go_passive";
6610             signal: "elm,state,unselected";
6611             source: "elm";
6612             action: STATE_SET "default" 0.0;
6613             target: "bg_image";
6614             target: "elm.text.1";
6615             target: "elm.text.2";
6616             transition: LINEAR 0.1;
6617          }
6618          program { name: "go_disabled";
6619             signal: "elm,state,disabled";
6620             source: "elm";
6621             action: STATE_SET "disabled" 0.0;
6622             target: "disclip";
6623          }
6624          program { name: "go_enabled";
6625             signal: "elm,state,enabled";
6626             source: "elm";
6627             action: STATE_SET "default" 0.0;
6628             target: "disclip";
6629          }
6630          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6631          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6632       }
6633    }
6634
6635 // ???
6636    group { name: "elm/genlist/item/3text.5icon/default";
6637       alias: "elm/genlist/item_odd/3text.5icon/default";
6638       alias: "elm/genlist/item_compress/3text.5icon/default";
6639       alias: "elm/genlist/item_compress_odd/3text.5icon/default";
6640       data.item: "stacking" "above";
6641       data.item: "selectraise" "on";
6642       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
6643       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
6644       data.item: "flips" "elm.flip.content";
6645       images {
6646          image: "00_list_bar_press_1x80.png" COMP;
6647       }
6648       parts {
6649          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6650          GENLIST_PART_BG_IMAGE
6651          GENLIST_PART_BOTTOM_LINE
6652          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6653          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6654          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6655          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6656          part { name: "elm.swallow.colorbar";
6657             clip_to: "disclip";
6658             type: SWALLOW;
6659             scale: 1;
6660             description { state: "default" 0.0;
6661                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
6662                fixed: 1 1;
6663                rel2.relative: 0.0 0.0;
6664                align: 0.0 0.0;
6665             }
6666          }
6667          part { name: "elm.text.3";
6668             clip_to: "disclip";
6669             type: TEXT;
6670             mouse_events: 0;
6671             scale: 1;
6672             description { state: "default" 0.0;
6673                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
6674                fixed: 1 1;
6675                rel1 {
6676                   relative: 0.0 0.0;
6677                   to_x: "elm.padding.right";
6678                   to_y: "elm.padding.bottom";
6679                }
6680                rel2 {
6681                   relative: 0.0 0.0;
6682                   to_x: "elm.padding.right";
6683                   to_y: "elm.padding.bottom";
6684                }
6685                align: 1.0 1.0;
6686                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
6687                text {
6688                   font: "SLP:style=Medium";
6689                   size: GENLIST_FONT_32_INC;
6690                   min: 0 1;
6691                   align: 1.0 0.5;
6692                   text_class: "slp_medium";
6693                }
6694             }
6695             description { state: "selected" 0.0;
6696                inherit: "default" 0.0;
6697                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
6698             }
6699             GENLIST_DESCRIPTION_FLIP_ENABLED
6700          }
6701          part { name: "elm.icon.1";
6702             clip_to: "disclip";
6703             type: SWALLOW;
6704             scale: 1;
6705             description { state: "default" 0.0;
6706                rel1 {
6707                   relative: 0.0 1.0;
6708                   to_x: "elm.padding.right";
6709                   to_y: "elm.padding.top";
6710                }
6711                rel2 {
6712                   relative: 0.0 0.0;
6713                   to_x: "elm.padding.right";
6714                   to_y: "elm.text.3";
6715                }
6716                align: 1.0 0.5;
6717             }
6718             GENLIST_DESCRIPTION_FLIP_ENABLED
6719          }
6720          part { name: "elm.padding.icon1.left";
6721             clip_to: "disclip";
6722             type: RECT;
6723             scale: 1;
6724             description { state: "default" 0.0;
6725                min: GENLIST_PADDING_16_INC 0;
6726                fixed: 1 0;
6727                rel1.to_x: "elm.icon.1";
6728                rel2 {
6729                   relative: 0.0 1.0;
6730                   to_x: "elm.icon.1";
6731                }
6732                align: 1.0 0.0;
6733                visible: 0;
6734             }
6735          }
6736          part { name: "elm.text.1";
6737             clip_to: "disclip";
6738             type: TEXT;
6739             mouse_events: 0;
6740             scale: 1;
6741             description { state: "default" 0.0;
6742                min: 0 GENLIST_SIZE_61_INC;
6743                fixed: 0 1;
6744                rel1 {
6745                   relative: 1.0 1.0;
6746                   to_x: "elm.padding.left";
6747                   to_y: "elm.padding.top";
6748                }
6749                rel2 {
6750                   relative: 0.0 1.0;
6751                   to_x: "elm.padding.icon1.left";
6752                   to_y: "elm.padding.top";
6753                }
6754                align: 0.0 0.0;
6755                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
6756                text {
6757                   font: "SLP:style=Roman";
6758                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
6759                   min: 0 1;
6760                   align: 0.0 0.5;
6761                   text_class: "list_item";
6762                }
6763             }
6764             description { state: "selected" 0.0;
6765                inherit: "default" 0.0;
6766                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
6767             }
6768             GENLIST_DESCRIPTION_FLIP_ENABLED
6769          }
6770          part { name: "elm.padding.text3.left";
6771             clip_to: "disclip";
6772             type: RECT;
6773             scale: 1;
6774             description { state: "default" 0.0;
6775                min: GENLIST_PADDING_16_INC 0;
6776                fixed: 1 0;
6777                rel1.to: "elm.text.3";
6778                rel2 {
6779                   relative: 0.0 1.0;
6780                   to: "elm.text.3";
6781                }
6782                align: 1.0 1.0;
6783                visible: 0;
6784             }
6785          }
6786          part { name: "elm.text.2";
6787             clip_to: "disclip";
6788             type: TEXT;
6789             mouse_events: 0;
6790             scale: 1;
6791             description { state: "default" 0.0;
6792                rel1 {
6793                   relative: 1.0 1.0;
6794                   to_x: "elm.padding.left";
6795                   to_y: "elm.text.1";
6796                }
6797                rel2 {
6798                   relative: 0.0 0.0;
6799                   to_x: "elm.padding.text3.left";
6800                   to_y: "elm.padding.bottom";
6801                }
6802                align: 0.0 0.5;
6803                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
6804                text {
6805                   font: "SLP:style=Medium";
6806                   size: GENLIST_FONT_32_INC;
6807                   min: 0 1;
6808                   align: 0.0 0.5;
6809                   text_class: "slp_medium";
6810                }
6811             }
6812             description { state: "selected" 0.0;
6813                inherit: "default" 0.0;
6814                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
6815             }
6816             GENLIST_DESCRIPTION_FLIP_ENABLED
6817          }
6818          part { name: "elm.padding.icon2.left";
6819             clip_to: "disclip";
6820             type: RECT;
6821             scale: 1;
6822             description { state: "default" 0.0;
6823                min: GENLIST_PADDING_16_INC 0;
6824                fixed: 1 0;
6825                rel1 {
6826                   relative: 1.0 0.0;
6827                   to_x: "elm.text.2";
6828                }
6829                rel2.to_x: "elm.text.2";
6830                align: 0.0 0.0;
6831                visible: 0;
6832             }
6833          }
6834          part { name: "elm.icon.2";
6835             clip_to: "disclip";
6836             type: SWALLOW;
6837             scale: 1;
6838             description { state: "default" 0.0;
6839                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6840                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6841                fixed: 1 1;
6842                rel1 {
6843                   relative: 1.0 1.0;
6844                   to_x: "elm.padding.icon2.left";
6845                   to_y: "elm.text.1";
6846                }
6847                rel2 {
6848                   relative: 1.0 0.0;
6849                   to_x: "elm.padding.icon2.left";
6850                   to_y: "elm.padding.bottom";
6851                }
6852                align: 0.0 0.5;
6853             }
6854             GENLIST_DESCRIPTION_FLIP_ENABLED
6855          }
6856          part { name: "elm.padding.icon3.left";
6857             clip_to: "disclip";
6858             type: RECT;
6859             scale: 1;
6860             description { state: "default" 0.0;
6861                min: GENLIST_PADDING_16_INC 0;
6862                fixed: 1 0;
6863                rel1 {
6864                   relative: 1.0 0.0;
6865                   to_x: "elm.icon.2";
6866                }
6867                rel2.to_x: "elm.icon.2";
6868                align: 0.0 0.0;
6869                visible: 0;
6870             }
6871          }
6872          part { name: "elm.icon.3";
6873             clip_to: "disclip";
6874             type: SWALLOW;
6875             scale: 1;
6876             description { state: "default" 0.0;
6877                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6878                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6879                fixed: 1 1;
6880                rel1 {
6881                   relative: 1.0 1.0;
6882                   to_x: "elm.padding.icon3.left";
6883                   to_y: "elm.text.1";
6884                }
6885                rel2 {
6886                   relative: 1.0 0.0;
6887                   to_x: "elm.padding.icon3.left";
6888                   to_y: "elm.padding.bottom";
6889                }
6890                align: 0.0 0.5;
6891             }
6892             GENLIST_DESCRIPTION_FLIP_ENABLED
6893          }
6894          part { name: "elm.padding.icon4.left";
6895             clip_to: "disclip";
6896             type: RECT;
6897             scale: 1;
6898             description { state: "default" 0.0;
6899                min: GENLIST_PADDING_16_INC 0;
6900                fixed: 1 0;
6901                rel1 {
6902                   relative: 1.0 0.0;
6903                   to_x: "elm.icon.3";
6904                }
6905                rel2.to_x: "elm.icon.3";
6906                align: 0.0 0.0;
6907                visible: 0;
6908             }
6909          }
6910          part { name: "elm.icon.4";
6911             clip_to: "disclip";
6912             type: SWALLOW;
6913             scale: 1;
6914             description { state: "default" 0.0;
6915                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6916                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6917                fixed: 1 1;
6918                rel1 {
6919                   relative: 1.0 1.0;
6920                   to_x: "elm.padding.icon4.left";
6921                   to_y: "elm.text.1";
6922                }
6923                rel2 {
6924                   relative: 1.0 0.0;
6925                   to_x: "elm.padding.icon4.left";
6926                   to_y: "elm.padding.bottom";
6927                }
6928                align: 0.0 0.5;
6929             }
6930             GENLIST_DESCRIPTION_FLIP_ENABLED
6931          }
6932          GENLIST_PART_FLIP
6933          GENLIST_PART_DISCLIP
6934       }
6935       programs {
6936          // signal: elm,state,%s,active
6937          //   a "check" item named %s went active
6938          // signal: elm,state,%s,passive
6939          //   a "check" item named %s went passive
6940          // default is passive
6941          program { name: "go_active";
6942             signal: "elm,state,selected";
6943             source: "elm";
6944             action: STATE_SET "selected" 0.0;
6945             target: "bg_image";
6946             target: "elm.text.1";
6947             target: "elm.text.2";
6948             target: "elm.text.3";
6949             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6950          }
6951          program { name: "go_passive";
6952             signal: "elm,state,unselected";
6953             source: "elm";
6954             action: STATE_SET "default" 0.0;
6955             target: "bg_image";
6956             target: "elm.text.1";
6957             target: "elm.text.2";
6958             target: "elm.text.3";
6959             transition: LINEAR 0.1;
6960          }
6961          program { name: "go_disabled";
6962             signal: "elm,state,disabled";
6963             source: "elm";
6964             action: STATE_SET "disabled" 0.0;
6965             target: "disclip";
6966          }
6967          program { name: "go_enabled";
6968             signal: "elm,state,enabled";
6969             source: "elm";
6970             action: STATE_SET "default" 0.0;
6971             target: "disclip";
6972          }
6973          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
6974          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6975       }
6976    }
6977
6978 // ???
6979    /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
6980    group { name: "elm/genlist/item/3text.5icon.2/default";
6981       alias: "elm/genlist/item_odd/3text.5icon.2/default";
6982       alias: "elm/genlist/item_compress/3text.5icon.2/default";
6983       alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
6984       data.item: "stacking" "above";
6985       data.item: "selectraise" "on";
6986       data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
6987       data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
6988       data.item: "flips" "elm.flip.content";
6989       images {
6990          image: "00_list_bar_press_1x80.png" COMP;
6991       }
6992       parts {
6993          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6994          GENLIST_PART_BG
6995          GENLIST_PART_BG_IMAGE
6996          GENLIST_PART_BOTTOM_LINE
6997          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6998          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6999          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
7000          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
7001          part { name: "elm.icon.colorbar";
7002             clip_to: "disclip";
7003             type: SWALLOW;
7004             scale: 1;
7005             description { state: "default" 0.0;
7006                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7007                fixed: 1 1;
7008                rel2.relative: 0.0 0.0;
7009                align: 0.0 0.0;
7010             }
7011          }
7012          part { name: "elm.icon.checkbox";
7013             clip_to: "disclip";
7014             type: SWALLOW;
7015             mouse_events: 1;
7016             scale: 1;
7017             description { state: "default" 0.0;
7018                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7019                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7020                fixed: 1 1;
7021                rel1 {
7022                   relative: 1.0 0.0;
7023                   to_x: "elm.padding.left";
7024                   to_y: "elm.padding.top";
7025                }
7026                rel2 {
7027                   relative: 0.0 0.0;
7028                   to_x: "elm.padding.right";
7029                   to_y: "elm.padding.bottom";
7030                }
7031                align: 0.0 0.5;
7032             }
7033          }
7034          part { name: "elm.text.date";
7035             clip_to: "disclip";
7036             type: TEXT;
7037             mouse_events: 0;
7038             scale: 1;
7039             description { state: "default" 0.0;
7040                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
7041                fixed: 1 1;
7042                rel1 {
7043                   to_x: "elm.padding.right";
7044                   to_y: "elm.padding.bottom";
7045                }
7046                rel2 {
7047                   relative: 0.0 0.0;
7048                   to_x: "elm.padding.right";
7049                   to_y: "elm.padding.bottom";
7050                }
7051                align: 1.0 1.0;
7052                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
7053                text {
7054                   font: "SLP:style=Medium";
7055                   size: GENLIST_FONT_32_INC;
7056                   min: 0 1;
7057                   align: 1.0 0.5;
7058                   text_class: "slp_medium";
7059                }
7060             }
7061             description { state: "selected" 0.0;
7062                inherit: "default" 0.0;
7063                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
7064             }
7065             GENLIST_DESCRIPTION_FLIP_ENABLED
7066          }
7067          part { name: "elm.icon.important";
7068             clip_to: "disclip";
7069             type: SWALLOW;
7070             mouse_events: 1;
7071             scale: 1;
7072             description { state: "default" 0.0;
7073                min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
7074                fixed: 1 1;
7075                rel1 {
7076                   relative: 0.0 1.0;
7077                   to_x: "elm.padding.right";
7078                   to_y: "elm.padding.top";
7079                }
7080                rel2 {
7081                   relative: 0.0 0.0;
7082                   to_x: "elm.padding.right";
7083                   to_y: "elm.text.date";
7084                }
7085                align: 1.0 0.5;
7086             }
7087             GENLIST_DESCRIPTION_FLIP_ENABLED
7088          }
7089          part { name: "elm.padding.icon.important.left";
7090             clip_to: "disclip";
7091             type: RECT;
7092             scale: 1;
7093             description { state: "default" 0.0;
7094                min: GENLIST_PADDING_16_INC 0;
7095                fixed: 1 0;
7096                rel1{
7097                   relative: 0.0 1.0;
7098                   to_x: "elm.icon.important";
7099                }
7100                rel2 {
7101                   relative: 0.0 1.0;
7102                   to_x: "elm.icon.important";
7103                }
7104                align: 1.0 0.0;
7105                visible: 0;
7106             }
7107          }
7108          part { name: "elm.padding.icon.checkbox.right";
7109             clip_to: "disclip";
7110             type: RECT;
7111             scale: 1;
7112             description { state: "default" 0.0;
7113                min: GENLIST_PADDING_16_INC 0;
7114                fixed: 1 0;
7115                rel1 {
7116                   relative: 1.0 0.0;
7117                   to_x: "elm.icon.checkbox";
7118                   to_y: "elm.padding.top";
7119                }
7120                rel2 {
7121                   relative: 1.0 0.0;
7122                   to_x:  "elm.icon.checkbox";
7123                   to_y: "elm.padding.bottom";
7124                }
7125                align: 1.0 0.0;
7126                visible: 0;
7127             }
7128          }
7129          part { name: "elm.text.subject.rect";
7130             clip_to: "disclip";
7131             type: RECT;
7132             scale: 1;
7133             description { state: "default" 0.0;
7134                min: 0 GENLIST_SIZE_61_INC;
7135                fixed: 1 1;
7136                rel1 {
7137                   relative: 1.0 1.0;
7138                   to_x: "elm.padding.icon.checkbox.right";
7139                   to_y: "elm.padding.top";
7140                }
7141                rel2 {
7142                   relative: 0.0 0.0;
7143                   to_x: "elm.padding.icon.important.left";
7144                   to_y: "elm.padding.top";
7145                }
7146                align: 0.0 0.0;
7147                visible: 0;
7148             }
7149          }
7150          part { name: "elm.text.subject";
7151             clip_to: "disclip";
7152             type: TEXTBLOCK;
7153             mouse_events: 0;
7154             scale: 1;
7155             description { state: "default" 0.0;
7156                fixed: 1 1;
7157                rel1.to: "elm.text.subject.rect";
7158                rel2.to: "elm.text.subject.rect";
7159                align: 0.0 0.0;
7160                text {
7161                   style: "genlist_email_textblock_unread_style";
7162                   min: 0 1;
7163                   max: 0 1;
7164                   align: 0.0 0.5;
7165                }
7166             }
7167             description { state: "selected" 0.0;
7168                inherit: "default" 0.0;
7169                text.style: "genlist_email_textblock_selected_style";
7170             }
7171             description { state: "read" 0.0;
7172                inherit: "default" 0.0;
7173                text.style: "genlist_email_textblock_read_style";
7174             }
7175             description { state: "unread" 0.0;
7176                inherit: "default" 0.0;
7177                text.style: "genlist_email_textblock_unread_style";
7178             }
7179             description { state: "urgency_read" 0.0;
7180                inherit: "default" 0.0;
7181                text.style: "genlist_email_textblock_urgency_read_style";
7182             }
7183             description { state: "urgency_unread" 0.0;
7184                inherit: "default" 0.0;
7185                text.style: "genlist_email_textblock_urgency_unread_style";
7186             }
7187             GENLIST_DESCRIPTION_FLIP_ENABLED
7188          }
7189          part { name: "elm.text.name";
7190             clip_to: "disclip";
7191             type: TEXTBLOCK;
7192             scale: 1;
7193             description { state: "default" 0.0;
7194                fixed: 1 1;
7195                rel1 {
7196                   relative: 1.0 1.0;
7197                   to_x: "elm.padding.icon.checkbox.right";
7198                   to_y: "elm.text.subject";
7199                }
7200                rel2 {
7201                   relative: 0.0 0.0;
7202                   to_x: "elm.padding.icon.num.left";
7203                   to_y: "elm.padding.bottom";
7204                }
7205                align: 0.0 0.5;
7206                text {
7207                   style: "genlist_email_textblock2_style";
7208                   min: 0 1;
7209                   align: 0.0 0.5;
7210                }
7211             }
7212             description { state: "selected" 0.0;
7213                inherit: "default" 0.0;
7214                text.style: "genlist_email_textblock2_selected_style";
7215             }
7216             GENLIST_DESCRIPTION_FLIP_ENABLED
7217          }
7218          part { name: "elm.padding.icon.num.left";
7219             clip_to: "disclip";
7220             type: RECT;
7221             scale: 1;
7222             description { state: "default" 0.0;
7223                min: GENLIST_PADDING_16_INC 0;
7224                fixed: 1 0;
7225                rel1 {
7226                   relative: 0.0 1.0;
7227                   to_x: "elm.icon.num";
7228                   to_y: "elm.text.subject";
7229                }
7230                rel2 {
7231                   relative: 0.0 0.0;
7232                   to_x: "elm.icon.num";
7233                   to_y: "elm.padding.bottom";
7234                }
7235                align: 1.0 0.0;
7236                visible: 0;
7237             }
7238          }
7239          part { name: "elm.icon.num";
7240             clip_to: "disclip";
7241             type: SWALLOW;
7242             mouse_events: 0;
7243             scale: 1;
7244             description { state: "default" 0.0;
7245                min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
7246                max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
7247                fixed: 1 1;
7248                rel1 {
7249                   relative: 0.0 1.0;
7250                   to_x: "elm.padding.icon.attach.left";
7251                   to_y: "elm.text.subject";
7252                }
7253                rel2 {
7254                   relative: 0.0 0.0;
7255                   to_x: "elm.padding.icon.attach.left";
7256                   to_y: "elm.padding.bottom";
7257                }
7258                align: 1.0 0.5;
7259             }
7260             GENLIST_DESCRIPTION_FLIP_ENABLED
7261          }
7262          part { name: "elm.padding.icon.attach.left";
7263             clip_to: "disclip";
7264             type: RECT;
7265             scale: 1;
7266             description { state: "default" 0.0;
7267                min: GENLIST_PADDING_16_INC 0;
7268                fixed: 1 0;
7269                rel1 {
7270                   relative: 0.0 1.0;
7271                   to_x: "elm.icon.attach";
7272                   to_y: "elm.text.subject";
7273                }
7274                rel2 {
7275                   relative: 0.0 0.0;
7276                   to_x: "elm.icon.attach";
7277                   to_y: "elm.padding.bottom";
7278                }
7279                align: 1.0 0.0;
7280                visible: 0;
7281             }
7282          }
7283          part { name: "elm.icon.attach";
7284             clip_to: "disclip";
7285             type: SWALLOW;
7286             scale: 1;
7287             description { state: "default" 0.0;
7288                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7289                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7290                fixed: 1 1;
7291                rel1 {
7292                   relative: 0.0 1.0;
7293                   to_x: "elm.text.date";
7294                   to_y: "elm.text.subject";
7295                }
7296                rel2 {
7297                   relative: 0.0 0.0;
7298                   to_x: "elm.text.date";
7299                   to_y: "elm.padding.bottom";
7300                }
7301                align: 1.0 0.5;
7302             }
7303             GENLIST_DESCRIPTION_FLIP_ENABLED
7304          }
7305          part { name: "elm.swallow.outbox.progress";
7306             type: SWALLOW;
7307             scale: 1;
7308             mouse_events: 1;
7309             repeat_events: 0;
7310             description { state: "default" 0.0;
7311                min: GENLIST_SIZE_168_INC 0;
7312                fixed: 1 1;
7313                color: 0 0 0 0;
7314                align: 1.0 0.5;
7315                rel1 {
7316                   relative: 0.0 1.0;
7317                   offset: 0 0;
7318                   to_x: "elm.padding.right";
7319                   to_y: "elm.padding.top";
7320                }
7321                rel2 {
7322                   relative: 0.0 0.0;
7323                   offset: 0 0;
7324                   to_x: "elm.padding.right";
7325                   to_y: "elm.padding.bottom";
7326                }
7327             }
7328          }
7329          GENLIST_PART_FLIP
7330          GENLIST_PART_DISCLIP
7331       }
7332       programs {
7333          // signal: elm,state,%s,active
7334          //   a "check" item named %s went active
7335          // signal: elm,state,%s,passive
7336          //   a "check" item named %s went passive
7337          // default is passive
7338          program { name: "go_active";
7339             signal: "elm,state,selected";
7340             source: "elm";
7341             action: STATE_SET "selected" 0.0;
7342             target: "bg_image";
7343             target: "elm.text.subject";
7344             target: "elm.text.name";
7345             target: "elm.text.date";
7346             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7347          }
7348          program { name: "go_passive";
7349             signal: "elm,state,unselected";
7350             source: "elm";
7351             action: STATE_SET "default" 0.0;
7352             target: "bg_image";
7353             target: "elm.text.subject";
7354             target: "elm.text.name";
7355             target: "elm.text.date";
7356             transition: LINEAR 0.1;
7357          }
7358          program { name: "go_disabled";
7359             signal: "elm,state,disabled";
7360             source: "elm";
7361             action: STATE_SET "disabled" 0.0;
7362             target: "disclip";
7363          }
7364          program { name: "go_enabled";
7365             signal: "elm,state,enabled";
7366             source: "elm";
7367             action: STATE_SET "default" 0.0;
7368             target: "disclip";
7369          }
7370          program { name: "go_read";
7371             signal: "elm,state,read";
7372             source: "elm";
7373             action: STATE_SET "read" 0.0;
7374             target: "elm.text.subject";
7375          }
7376          program { name: "go_unread";
7377             signal: "elm,state,unread";
7378             source: "elm";
7379             action: STATE_SET "unread" 0.0;
7380             target: "elm.text.subject";
7381          }
7382          program { name: "go_urgeny_unread";
7383             signal: "elm,state,urgency_unread";
7384             source: "elm";
7385             action: STATE_SET "urgency_unread" 0.0;
7386             target: "elm.text.subject";
7387          }
7388          program { name: "go_urgency_read";
7389             signal: "elm,state,urgency_read";
7390             source: "elm";
7391             action: STATE_SET "urgency_read" 0.0;
7392             target: "elm.text.subject";
7393          }
7394          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7395       }
7396    }
7397
7398 // ???
7399    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
7400    group { name: "elm/genlist/item/4text.8icon/default";
7401       alias: "elm/genlist/item_odd/4text.8icon/default";
7402       alias: "elm/genlist/item_compress/4text.8icon/default";
7403       alias: "elm/genlist/item_compress_odd/4text.8icon/default";
7404       data.item: "stacking" "above";
7405       data.item: "selectraise" "on";
7406       data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
7407       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";
7408       data.item: "flips" "elm.flip.content";
7409       images {
7410          image: "00_list_bar_press_1x80.png" COMP;
7411          image: "M02_button_06_normal.png" COMP;
7412       }
7413       parts {
7414          GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
7415          GENLIST_PART_BG
7416          GENLIST_PART_BG_IMAGE
7417          GENLIST_PART_BOTTOM_LINE
7418          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
7419          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
7420          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
7421          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
7422          part { name: "elm.icon.colorbar";
7423             clip_to: "disclip";
7424             type: SWALLOW;
7425             scale: 1;
7426             description { state: "default" 0.0;
7427                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7428                fixed: 1 1;
7429                rel2.relative: 0.0 0.0;
7430                align: 0.0 0.0;
7431             }
7432          }
7433
7434          part { name: "elm.icon.checkbox.touch";
7435             clip_to: "disclip";
7436             type: SWALLOW;
7437             mouse_events: 1;
7438             scale: 1;
7439             description { state: "default" 0.0;
7440                max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
7441                fixed: 1 1;
7442                rel1 {
7443                   relative: 0.0 0.0;
7444                   to_x: "elm.padding.left";
7445                   to_y: "elm.padding.top";
7446                }
7447                rel2 {
7448                   relative: 0.0 0.0;
7449                   to_x: "elm.padding.right";
7450                   to_y: "elm.padding.bottom";
7451                }
7452                align: 0.0 0.5;
7453             }
7454          }
7455          part { name: "elm.icon.checkbox";
7456             clip_to: "disclip";
7457             type: SWALLOW;
7458             mouse_events: 1;
7459             scale: 1;
7460             description { state: "default" 0.0;
7461                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7462                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7463                fixed: 1 1;
7464                rel1 {
7465                   relative: 1.0 0.0;
7466                   to_x: "elm.padding.left";
7467                   to_y: "elm.padding.top";
7468                }
7469                rel2 {
7470                   relative: 0.0 0.0;
7471                   to_x: "elm.padding.right";
7472                   to_y: "elm.padding.bottom";
7473                }
7474                align: 0.0 0.5;
7475             }
7476          }
7477          part { name: "elm.padding.icon.checkbox.right";
7478             clip_to: "disclip";
7479             type: RECT;
7480             scale: 1;
7481             description { state: "default" 0.0;
7482                min: GENLIST_PADDING_16_INC 0;
7483                fixed: 1 0;
7484                rel1 {
7485                   relative: 1.0 0.0;
7486                   to_x: "elm.icon.checkbox";
7487                   to_y: "elm.padding.top";
7488                }
7489                rel2 {
7490                   relative: 1.0 0.0;
7491                   to_x:  "elm.icon.checkbox";
7492                   to_y: "elm.padding.bottom";
7493                }
7494                align: 1.0 0.0;
7495                visible: 0;
7496             }
7497          }
7498
7499          part { name: "elm.icon.important";
7500             clip_to: "disclip";
7501             type: SWALLOW;
7502             mouse_events: 1;
7503             scale: 1;
7504             description { state: "default" 0.0;
7505                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
7506                fixed: 1 1;
7507                rel1 {
7508                   relative: 0.0 1.0;
7509                   to_x: "elm.padding.right";
7510                   to_y: "elm.padding.top";
7511                }
7512                rel2 {
7513                   relative: 0.0 1.0;
7514                   to_x: "elm.padding.right";
7515                   to_y: "elm.padding.top";
7516                }
7517                align: 1.0 0.0;
7518             }
7519             GENLIST_DESCRIPTION_FLIP_ENABLED
7520          }
7521
7522          part { name: "elm.icon.important.touch";
7523             clip_to: "disclip";
7524             type: SWALLOW;
7525             mouse_events: 1;
7526             scale: 1;
7527             description { state: "default" 0.0;
7528                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
7529                fixed: 1 1;
7530                rel1 {
7531                   relative: 0.0 1.0;
7532                   to_x: "elm.padding.right";
7533                   to_y: "elm.padding.top";
7534                }
7535                rel2 {
7536                   relative: 0.0 1.0;
7537                   to_x: "elm.padding.right";
7538                   to_y: "elm.padding.top";
7539                }
7540                align: 1.0 0.0;
7541             }
7542             GENLIST_DESCRIPTION_FLIP_ENABLED
7543          }
7544
7545          part { name: "elm.padding.icon.important.left";
7546             clip_to: "disclip";
7547             type: RECT;
7548             scale: 1;
7549             description { state: "default" 0.0;
7550                min: GENLIST_PADDING_16_INC 0;
7551                fixed: 1 0;
7552                rel1{
7553                   relative: 0.0 1.0;
7554                   to_x: "elm.icon.important";
7555                }
7556                rel2 {
7557                   relative: 0.0 1.0;
7558                   to_x: "elm.icon.important";
7559                }
7560                align: 1.0 0.0;
7561                visible: 0;
7562             }
7563          }
7564          part { name: "elm.icon.num";
7565             clip_to: "disclip";
7566             type: IMAGE;
7567             mouse_events: 0;
7568             scale: 1;
7569             description { state: "default" 0.0;
7570                max: 0 GENLIST_SIZE_SLIDE_60_INC;
7571                fixed: 1 1;
7572                rel1 {
7573                   relative: 0.0 1.0;
7574                   offset: 0 GENLIST_SIZE_8_INC;
7575                   to_x: "elm.padding.icon.important.left";
7576                   to_y: "elm.padding.top";
7577                }
7578                rel2 {
7579                   relative: 0.0 1.0;
7580                   offset: 0 GENLIST_SIZE_8_INC;
7581                   to_x: "elm.padding.icon.important.left";
7582                   to_y: "elm.padding.top";
7583                }
7584                align: 1.0 0.0;
7585                image.normal: "M02_button_06_normal.png";
7586                image.border: 5 5 5 5;
7587             }
7588             description { state: "num_enable" 0.0;
7589                inherit: "default" 0.0;
7590                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
7591                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
7592             }
7593             GENLIST_DESCRIPTION_FLIP_ENABLED
7594          }
7595
7596          part { name: "elm.text.num";
7597             clip_to: "disclip";
7598             type: TEXT;
7599             mouse_events: 0;
7600             scale: 1;
7601             description { state: "default" 0.0;
7602                max: 0 GENLIST_SIZE_SLIDE_60_INC;
7603                fixed: 1 1;
7604                rel1 {
7605                   relative: 0.0 1.0;
7606                   offset: 0 GENLIST_SIZE_8_INC;
7607                   to_x: "elm.padding.icon.important.left";
7608                   to_y: "elm.padding.top";
7609                }
7610                rel2 {
7611                   relative: 0.0 1.0;
7612                   offset: 0 GENLIST_SIZE_8_INC;
7613                   to_x: "elm.padding.icon.important.left";
7614                   to_y: "elm.padding.top";
7615                }
7616                align: 1.0 0.0;
7617             }
7618             description { state: "num_enable" 0.0;
7619                inherit: "default" 0.0;
7620                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
7621                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
7622                text {
7623                   font: "SLP:style=Medium";
7624                   size: GENLIST_FONT_32_INC;
7625                   min: 1 1;
7626                   align: 0.5 0.5;
7627                   text_class: "slp_medium";
7628                }
7629                color: GENLIST_CONVERTOR_STYLE_COLOR;
7630             }
7631             GENLIST_DESCRIPTION_FLIP_ENABLED
7632          }
7633
7634          part { name: "elm.icon.attach";
7635             clip_to: "disclip";
7636             type: SWALLOW;
7637             scale: 1;
7638             description { state: "default" 0.0;
7639                min: 0 GENLIST_SIZE_SLIDE_60_INC;
7640                fixed: 1 1;
7641                rel1 {
7642                   relative: 0.0 1.0;
7643                   to_x: "elm.icon.num";
7644                   to_y: "elm.padding.top";
7645                }
7646                rel2 {
7647                   relative: 0.0 1.0;
7648                   to_x: "elm.icon.num";
7649                   to_y: "elm.padding.top";
7650                }
7651                align: 1.0 0.0;
7652             }
7653             description { state: "attach_enable" 0.0;
7654                inherit: "default" 0.0;
7655                min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
7656             }
7657             GENLIST_DESCRIPTION_FLIP_ENABLED
7658          }
7659          part { name: "elm.text.subject";
7660             clip_to: "disclip";
7661             type: TEXTBLOCK;
7662             mouse_events: 0;
7663             scale: 1;
7664             description { state: "default" 0.0;
7665                min: 0 GENLIST_SIZE_SLIDE_60_INC;
7666                fixed: 1 1;
7667                rel1 {
7668                   relative: 1.0 1.0;
7669                   to_x: "elm.padding.icon.checkbox.right";
7670                   to_y: "elm.padding.top";
7671                }
7672                rel2{
7673                   relative: 0.0 1.0;
7674                   to_x: "elm.icon.attach";
7675                   to_y: "elm.padding.top";
7676                }
7677                align: 0.0 0.0;
7678                text {
7679                   style: "genlist_email_textblock_unread_style";
7680                   min: 0 1;
7681                   max: 0 1;
7682                   align: 0.0 0.5;
7683                }
7684             }
7685             description { state: "selected" 0.0;
7686                inherit: "default" 0.0;
7687                text.style: "genlist_email_textblock_selected_style";
7688             }
7689             description { state: "read" 0.0;
7690                inherit: "default" 0.0;
7691                text.style: "genlist_email_textblock_read_style";
7692             }
7693             description { state: "unread" 0.0;
7694                inherit: "default" 0.0;
7695                text.style: "genlist_email_textblock_unread_style";
7696             }
7697             GENLIST_DESCRIPTION_FLIP_ENABLED
7698          }
7699
7700          part { name: "elm.padding.intermediate";
7701             clip_to: "disclip";
7702             type: RECT;
7703             scale: 1;
7704             description { state: "default" 0.0;
7705                min: 0 GENLIST_PADDING_4_INC;
7706                fixed: 0 1;
7707                rel1 {
7708                   relative: 1.0 1.0;
7709                   to_x: "elm.padding.icon.checkbox.right";
7710                   to_y: "elm.icon.attach";
7711                }
7712                rel2 {
7713                   relative: 1.0 1.0;
7714                   to_x:  "elm.padding.icon.checkbox.right";
7715                   to_y: "elm.icon.attach";
7716                }
7717                align: 1.0 0.0;
7718                visible: 0;
7719             }
7720          }
7721
7722          part { name: "elm.icon.priority";
7723             clip_to: "disclip";
7724             type: SWALLOW;
7725             scale: 1;
7726             description { state: "default" 0.0;
7727                min: 0 GENLIST_SIZE_40_INC;
7728                fixed: 1 1;
7729                rel1 {
7730                   relative: 1.0 1.0;
7731                   to_x: "elm.padding.icon.checkbox.right";
7732                   to_y: "elm.padding.intermediate";
7733                }
7734                rel2 {
7735                   relative: 1.0 1.0;
7736                   to_x: "elm.padding.icon.checkbox.right";
7737                   to_y: "elm.padding.intermediate";
7738                }
7739                align: 0.0 0.0;
7740             }
7741             description { state: "priority_enable" 0.0;
7742                inherit: "default" 0.0;
7743                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
7744             }
7745             GENLIST_DESCRIPTION_FLIP_ENABLED
7746          }
7747          part { name: "elm.icon.lastverb";
7748             clip_to: "disclip";
7749             type: SWALLOW;
7750             scale: 1;
7751             description { state: "default" 0.0;
7752                min: 0 GENLIST_SIZE_40_INC;
7753                fixed: 1 1;
7754                rel1 {
7755                   relative: 1.0 1.0;
7756                   to_x: "elm.padding.icon.checkbox.right";
7757                   to_y: "elm.icon.priority";
7758                }
7759                rel2 {
7760                   relative: 1.0 1.0;
7761                   to_x: "elm.padding.icon.checkbox.right";
7762                   to_y: "elm.icon.priority";
7763                }
7764                align: 0.0 0.0;
7765             }
7766             description { state: "lastverb_enable" 0.0;
7767                inherit: "default" 0.0;
7768                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
7769             }
7770             GENLIST_DESCRIPTION_FLIP_ENABLED
7771          }
7772
7773          part { name: "elm.text.date";
7774             clip_to: "disclip";
7775             type: TEXT;
7776             mouse_events: 0;
7777             scale: 1;
7778             description { state: "default" 0.0;
7779                min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
7780                fixed: 1 1;
7781                rel1 {
7782                   to_x: "elm.padding.right";
7783                   to_y: "elm.padding.bottom";
7784                }
7785                rel2 {
7786                   relative: 0.0 0.0;
7787                   to_x: "elm.padding.right";
7788                   to_y: "elm.padding.bottom";
7789                }
7790                align: 1.0 1.0;
7791                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
7792                text {
7793                   font: "SLP:style=Medium";
7794                   size: GENLIST_FONT_32_INC;
7795                   min: 0 1;
7796                   align: 1.0 0.5;
7797                   text_class: "slp_medium";
7798                }
7799             }
7800             description { state: "selected" 0.0;
7801                inherit: "default" 0.0;
7802                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
7803             }
7804             GENLIST_DESCRIPTION_FLIP_ENABLED
7805          }
7806
7807          part { name: "elm.icon.appointment";
7808             clip_to: "disclip";
7809             type: SWALLOW;
7810             mouse_events: 0;
7811             scale: 1;
7812             description { state: "default" 0.0;
7813                min: 0 GENLIST_SIZE_40_INC;
7814                fixed: 1 1;
7815                rel1 {
7816                   relative: 0.0 1.0;
7817                   to_x: "elm.padding.right";
7818                   to_y: "elm.padding.intermediate";
7819                }
7820                rel2 {
7821                   relative: 0.0 1.0;
7822                   to_x: "elm.padding.right";
7823                   to_y: "elm.padding.intermediate";
7824                }
7825                align: 1.0 0.0;
7826             }
7827             GENLIST_DESCRIPTION_FLIP_ENABLED
7828          }
7829          part { name: "elm.text.name";
7830             clip_to: "disclip";
7831             type: TEXTBLOCK;
7832             scale: 1;
7833             description { state: "default" 0.0;
7834                min: 0 GENLIST_SIZE_40_INC;
7835                fixed: 1 1;
7836                rel1 {
7837                   relative: 1.0 1.0;
7838                   to_x: "elm.icon.priority";
7839                   to_y: "elm.padding.intermediate";
7840                }
7841                rel2 {
7842                   relative: 0.0 1.0;
7843                   to_x: "elm.icon.appointment";
7844                   to_y: "elm.padding.intermediate";
7845                }
7846                align: 0.0 0.0;
7847                text {
7848                   style: "genlist_email_textblock2_style";
7849                   min: 0 1;
7850                   align: 0.0 0.5;
7851                }
7852             }
7853             description { state: "selected" 0.0;
7854                inherit: "default" 0.0;
7855                text.style: "genlist_email_textblock2_selected_style";
7856             }
7857             GENLIST_DESCRIPTION_FLIP_ENABLED
7858          }
7859          part { name: "elm.text.preview";
7860             clip_to: "disclip";
7861             type: TEXT;
7862             scale: 1;
7863             description { state: "default" 0.0;
7864                min: 0 GENLIST_SIZE_40_INC;
7865                fixed: 1 1;
7866                rel1 {
7867                   relative: 1.0 0.0;
7868                   to_x: "elm.icon.lastverb";
7869                   to_y: "elm.padding.bottom";
7870                }
7871                rel2 {
7872                   relative: 0.0 0.0;
7873                   to_x: "elm.text.date";
7874                   to_y: "elm.padding.bottom";
7875                }
7876                align: 0.0 1.0;
7877                color: GENLIST_CONTENTS_TEXT_COLOR;
7878                text {
7879                   font: "SLP:style=Medium";
7880                   size: GENLIST_CONTENTS_TEXT_SIZE;
7881                   min: 0 1;
7882                   align: 0.0 0.5;
7883                   text_class: "slp_medium";
7884                }
7885             }
7886             description { state: "selected" 0.0;
7887                inherit: "default" 0.0;
7888                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
7889             }
7890             GENLIST_DESCRIPTION_FLIP_ENABLED
7891          }
7892          part { name: "elm.swallow.outbox.progress";
7893             type: SWALLOW;
7894             scale: 1;
7895             mouse_events: 1;
7896             repeat_events: 0;
7897             description { state: "default" 0.0;
7898                min: GENLIST_SIZE_168_INC 0;
7899                fixed: 1 1;
7900                color: 0 0 0 0;
7901                align: 1.0 0.5;
7902                rel1 {
7903                   relative: 0.0 1.0;
7904                   offset: 0 0;
7905                   to_x: "elm.padding.right";
7906                   to_y: "elm.padding.top";
7907                }
7908                rel2 {
7909                   relative: 0.0 0.0;
7910                   offset: 0 0;
7911                   to_x: "elm.padding.right";
7912                   to_y: "elm.padding.bottom";
7913                }
7914             }
7915          }
7916          GENLIST_PART_FLIP
7917          GENLIST_PART_DISCLIP
7918       }
7919       programs {
7920          // signal: elm,state,%s,active
7921          //   a "check" item named %s went active
7922          // signal: elm,state,%s,passive
7923          //   a "check" item named %s went passive
7924          // default is passive
7925          program { name: "go_active";
7926             signal: "elm,state,selected";
7927             source: "elm";
7928             action: STATE_SET "selected" 0.0;
7929             target: "bg_image";
7930             target: "elm.text.subject";
7931             target: "elm.text.name";
7932             target: "elm.text.date";
7933             target: "elm.text.preview";
7934             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7935          }
7936          program { name: "go_passive";
7937             signal: "elm,state,unselected";
7938             source: "elm";
7939             action: STATE_SET "default" 0.0;
7940             target: "bg_image";
7941             target: "elm.text.subject";
7942             target: "elm.text.name";
7943             target: "elm.text.date";
7944             target: "elm.text.preview";
7945             transition: LINEAR 0.1;
7946          }
7947          program { name: "go_disabled";
7948             signal: "elm,state,disabled";
7949             source: "elm";
7950             action: STATE_SET "disabled" 0.0;
7951             target: "disclip";
7952          }
7953          program { name: "go_enabled";
7954             signal: "elm,state,enabled";
7955             source: "elm";
7956             action: STATE_SET "default" 0.0;
7957             target: "disclip";
7958          }
7959          program { name: "go_read";
7960             signal: "elm,state,read";
7961             source: "elm";
7962             action: STATE_SET "read" 0.0;
7963             target: "elm.text.subject";
7964          }
7965          program { name: "go_unread";
7966             signal: "elm,state,unread";
7967             source: "elm";
7968             action: STATE_SET "unread" 0.0;
7969             target: "elm.text.subject";
7970          }
7971          program { name: "go_attach";
7972             signal: "elm,state,attach";
7973             source: "elm";
7974             action: STATE_SET "attach_enable" 0.0;
7975             target: "elm.icon.attach";
7976          }
7977          program { name: "go_priority";
7978             signal: "elm,state,priority";
7979             source: "elm";
7980             action: STATE_SET "priority_enable" 0.0;
7981             target: "elm.icon.priority";
7982          }
7983          program { name: "go_lastverb";
7984             signal: "elm,state,lastverb";
7985             source: "elm";
7986             action: STATE_SET "lastverb_enable" 0.0;
7987             target: "elm.icon.lastverb";
7988          }
7989          program { name: "go_num";
7990             signal: "elm,state,num";
7991             source: "elm";
7992             action: STATE_SET "num_enable" 0.0;
7993             target: "elm.icon.num";
7994             target: "elm.text.num";
7995          }
7996          program { name: "click";
7997             signal: "mouse,up,1";
7998             source: "elm.icon.checkbox.touch";
7999             action: SIGNAL_EMIT "elm,action,check,toggle" "";
8000          }
8001          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8002       }
8003    }
8004
8005
8006 // ???
8007    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8008    group { name: "elm/genlist/item/3text.6icon/default";
8009       alias: "elm/genlist/item_odd/3text.6icon/default";
8010       alias: "elm/genlist/item_compress/3text.6icon/default";
8011       alias: "elm/genlist/item_compress_odd/3text.6icon/default";
8012       data.item: "stacking" "above";
8013       data.item: "selectraise" "on";
8014       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
8015       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
8016       data.item: "flips" "elm.flip.content";
8017       images {
8018          image: "00_list_bar_press_1x80.png" COMP;
8019       }
8020       parts {
8021          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8022          GENLIST_PART_BG
8023          GENLIST_PART_BG_IMAGE
8024          GENLIST_PART_BOTTOM_LINE
8025          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8026          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8027          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8028          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8029          part { name: "elm.swallow.colorbar";
8030             clip_to: "disclip";
8031             type: SWALLOW;
8032             scale: 1;
8033             description { state: "default" 0.0;
8034                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8035                rel2.relative: 0.0 0.0;
8036                align: 0.0 0.0;
8037             }
8038          }
8039          part { name: "elm.text.3";
8040             clip_to: "disclip";
8041             type: TEXT;
8042             mouse_events: 0;
8043             scale: 1;
8044             description { state: "default" 0.0;
8045                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
8046                rel1 {
8047                   relative: 0.0 0.0;
8048                   to_x: "elm.padding.right";
8049                   to_y: "elm.padding.bottom";
8050                }
8051                rel2 {
8052                   relative: 0.0 0.0;
8053                   to_x: "elm.padding.right";
8054                   to_y: "elm.padding.bottom";
8055                }
8056                align: 1.0 1.0;
8057                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
8058                text {
8059                   font: "SLP:style=Medium";
8060                   size: GENLIST_FONT_32_INC;
8061                   min: 0 1;
8062                   align: 1.0 0.5;
8063                   text_class: "slp_medium";
8064                }
8065             }
8066             description { state: "selected" 0.0;
8067                inherit: "default" 0.0;
8068                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
8069             }
8070             GENLIST_DESCRIPTION_FLIP_ENABLED
8071          }
8072          part { name: "elm.icon.1";
8073             clip_to: "disclip";
8074             type: SWALLOW;
8075             mouse_events: 0;
8076             scale: 1;
8077             description { state: "default" 0.0;
8078                rel1 {
8079                   relative: 0.0 1.0;
8080                   to_x: "elm.padding.right";
8081                   to_y: "elm.padding.top";
8082                }
8083                rel2 {
8084                   relative: 0.0 0.0;
8085                   to_x: "elm.padding.right";
8086                   to_y: "elm.text.3";
8087                }
8088                align: 1.0 0.0;
8089             }
8090             GENLIST_DESCRIPTION_FLIP_ENABLED
8091          }
8092          part { name: "elm.padding.icon1.left";
8093             clip_to: "disclip";
8094             type: RECT;
8095             scale: 1;
8096             description { state: "default" 0.0;
8097                min: GENLIST_PADDING_16_INC 0;
8098                rel1.to_x: "elm.icon.1";
8099                rel2 {
8100                   relative: 0.0 1.0;
8101                   to_x: "elm.icon.1";
8102                }
8103                align: 1.0 0.0;
8104                visible: 0;
8105             }
8106          }
8107          part { name: "elm.text1.rect";
8108             clip_to: "disclip";
8109             type: RECT;
8110             scale: 1;
8111             description { state: "default" 0.0;
8112                min: 0 GENLIST_SIZE_61_INC;
8113                rel1 {
8114                   relative: 1.0 1.0;
8115                   to_x: "elm.swallow.colorbar";
8116                   to_y: "elm.padding.top";
8117                }
8118                rel2 {
8119                   relative: 0.0 0.0;
8120                   to_x: "elm.padding.icon1.left";
8121                   to_y: "elm.padding.top";
8122                }
8123                align: 0.0 0.0;
8124                visible: 0;
8125             }
8126          }
8127          part { name: "elm.text.1";
8128             clip_to: "disclip";
8129             type: TEXTBLOCK;
8130             mouse_events: 0;
8131             scale: 1;
8132             description { state: "default" 0.0;
8133                rel1.to: "elm.text1.rect";
8134                rel2.to: "elm.text1.rect";
8135                align: 0.0 0.0;
8136                text {
8137                   style: "genlist_email_textblock_unread_style";
8138                   min: 0 1;
8139                   max: 0 1;
8140                   align: 0.0 0.5;
8141                }
8142             }
8143             description { state: "selected" 0.0;
8144                inherit: "default" 0.0;
8145                text.style: "genlist_email_textblock_selected_style";
8146             }
8147             description { state: "read" 0.0;
8148                inherit: "default" 0.0;
8149                text.style: "genlist_email_textblock_read_style";
8150             }
8151             description { state: "unread" 0.0;
8152                inherit: "default" 0.0;
8153                text.style: "genlist_email_textblock_unread_style";
8154             }
8155             description { state: "urgency_read" 0.0;
8156                inherit: "default" 0.0;
8157                text.style: "genlist_email_textblock_urgency_read_style";
8158             }
8159             description { state: "urgency_unread" 0.0;
8160                inherit: "default" 0.0;
8161                text.style: "genlist_email_textblock_urgency_unread_style";
8162             }
8163             GENLIST_DESCRIPTION_FLIP_ENABLED
8164          }
8165          part { name: "elm.text.2";
8166             clip_to: "disclip";
8167             type: TEXTBLOCK;
8168             scale: 1;
8169             description { state: "default" 0.0;
8170                rel1 {
8171                   relative: 1.0 1.0;
8172                   to_x: "elm.padding.left";
8173                   to_y: "elm.text.1";
8174                }
8175                rel2 {
8176                   relative: 0.0 0.0;
8177                   to_x: "elm.padding.icon2.left";
8178                   to_y: "elm.padding.bottom";
8179                }
8180                align: 0.0 0.5;
8181                text {
8182                   style: "genlist_email_textblock2_style";
8183                   min: 0 1;
8184                   align: 0.0 0.5;
8185                }
8186             }
8187             description { state: "selected" 0.0;
8188                inherit: "default" 0.0;
8189                text.style: "genlist_email_textblock2_selected_style";
8190             }
8191             GENLIST_DESCRIPTION_FLIP_ENABLED
8192          }
8193          part { name: "elm.padding.icon2.left";
8194             clip_to: "disclip";
8195             type: RECT;
8196             scale: 1;
8197             description { state: "default" 0.0;
8198                min: GENLIST_PADDING_16_INC 0;
8199                rel1 {
8200                   relative: 0.0 1.0;
8201                   to_x: "elm.icon.2";
8202                   to_y: "elm.text.1";
8203                }
8204                rel2 {
8205                   relative: 0.0 0.0;
8206                   to_x: "elm.icon.2";
8207                   to_y: "elm.padding.bottom";
8208                }
8209                align: 1.0 0.0;
8210                visible: 0;
8211             }
8212          }
8213          part { name: "elm.icon.2";
8214             clip_to: "disclip";
8215             type: SWALLOW;
8216             scale: 1;
8217             description { state: "default" 0.0;
8218                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8219                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8220                rel1 {
8221                   relative: 0.0 1.0;
8222                   to_x: "elm.padding.icon3.left";
8223                   to_y: "elm.text.1";
8224                }
8225                rel2 {
8226                   relative: 0.0 0.0;
8227                   to_x: "elm.padding.icon3.left";
8228                   to_y: "elm.padding.bottom";
8229                }
8230                align: 1.0 0.5;
8231             }
8232             GENLIST_DESCRIPTION_FLIP_ENABLED
8233          }
8234          part { name: "elm.padding.icon3.left";
8235             clip_to: "disclip";
8236             type: RECT;
8237             scale: 1;
8238             description { state: "default" 0.0;
8239                min: GENLIST_PADDING_16_INC 0;
8240                rel1 {
8241                   relative: 0.0 1.0;
8242                   to_x: "elm.icon.3";
8243                   to_y: "elm.text.1";
8244                }
8245                rel2 {
8246                   relative: 0.0 0.0;
8247                   to_x: "elm.icon.3";
8248                   to_y: "elm.padding.bottom";
8249                }
8250                align: 1.0 0.0;
8251                visible: 0;
8252             }
8253          }
8254          part { name: "elm.icon.3";
8255             clip_to: "disclip";
8256             type: SWALLOW;
8257             scale: 1;
8258             description { state: "default" 0.0;
8259                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8260                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8261                rel1 {
8262                   relative: 0.0 1.0;
8263                   to_x: "elm.padding.icon4.left";
8264                   to_y: "elm.text.1";
8265                }
8266                rel2 {
8267                   relative: 0.0 0.0;
8268                   to_x: "elm.padding.icon4.left";
8269                   to_y: "elm.padding.bottom";
8270                }
8271                align: 1.0 0.5;
8272             }
8273             GENLIST_DESCRIPTION_FLIP_ENABLED
8274          }
8275          part { name: "elm.padding.icon4.left";
8276             clip_to: "disclip";
8277             type: RECT;
8278             scale: 1;
8279             description { state: "default" 0.0;
8280                min: GENLIST_PADDING_16_INC 0;
8281                rel1 {
8282                   relative: 0.0 1.0;
8283                   to_x: "elm.icon.4";
8284                   to_y: "elm.text.1";
8285                }
8286                rel2 {
8287                   relative: 0.0 0.0;
8288                   to_x: "elm.icon.4";
8289                   to_y: "elm.padding.bottom";
8290                }
8291                align: 1.0 0.0;
8292                visible: 0;
8293             }
8294          }
8295          part { name: "elm.icon.4";
8296             clip_to: "disclip";
8297             type: SWALLOW;
8298             scale: 1;
8299             description { state: "default" 0.0;
8300                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8301                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8302                rel1 {
8303                   relative: 0.0 1.0;
8304                   to_x: "elm.text.3";
8305                   to_y: "elm.text.1";
8306                }
8307                rel2 {
8308                   relative: 0.0 0.0;
8309                   to_x: "elm.text.3";
8310                   to_y: "elm.padding.bottom";
8311                }
8312                align: 1.0 0.5;
8313             }
8314             GENLIST_DESCRIPTION_FLIP_ENABLED
8315          }
8316          part { name: "elm.swallow.outbox.progress";
8317             type: SWALLOW;
8318             scale: 1;
8319             mouse_events: 1;
8320             repeat_events: 0;
8321             description { state: "default" 0.0;
8322                min: GENLIST_SIZE_168_INC 0;
8323                color: 0 0 0 0;
8324                align: 1.0 0.5;
8325                rel1 {
8326                   relative: 0.0 1.0;
8327                   offset: 0 0;
8328                   to_x: "elm.padding.right";
8329                   to_y: "elm.padding.top";
8330                }
8331                rel2 {
8332                   relative: 0.0 0.0;
8333                   offset: 0 0;
8334                   to_x: "elm.padding.right";
8335                   to_y: "elm.padding.bottom";
8336                }
8337             }
8338          }
8339          GENLIST_PART_FLIP
8340          GENLIST_PART_DISCLIP
8341       }
8342       programs {
8343          // signal: elm,state,%s,active
8344          //   a "check" item named %s went active
8345          // signal: elm,state,%s,passive
8346          //   a "check" item named %s went passive
8347          // default is passive
8348          program { name: "go_active";
8349             signal: "elm,state,selected";
8350             source: "elm";
8351             action: STATE_SET "selected" 0.0;
8352             target: "bg_image";
8353             target: "elm.text.1";
8354             target: "elm.text.2";
8355             target: "elm.text.3";
8356             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8357          }
8358          program { name: "go_passive";
8359             signal: "elm,state,unselected";
8360             source: "elm";
8361             action: STATE_SET "default" 0.0;
8362             target: "bg_image";
8363             target: "elm.text.1";
8364             target: "elm.text.2";
8365             target: "elm.text.3";
8366             transition: LINEAR 0.1;
8367          }
8368          program { name: "go_disabled";
8369             signal: "elm,state,disabled";
8370             source: "elm";
8371             action: STATE_SET "disabled" 0.0;
8372             target: "disclip";
8373          }
8374          program { name: "go_enabled";
8375             signal: "elm,state,enabled";
8376             source: "elm";
8377             action: STATE_SET "default" 0.0;
8378             target: "disclip";
8379          }
8380          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
8381          program { name: "go_read";
8382             signal: "elm,state,read";
8383             source: "elm";
8384             action: STATE_SET "read" 0.0;
8385             target: "elm.text.1";
8386          }
8387          program { name: "go_unread";
8388             signal: "elm,state,unread";
8389             source: "elm";
8390             action: STATE_SET "unread" 0.0;
8391             target: "elm.text.1";
8392          }
8393          program { name: "go_urgeny_unread";
8394             signal: "elm,state,urgency_unread";
8395             source: "elm";
8396             action: STATE_SET "urgency_unread" 0.0;
8397             target: "elm.text.1";
8398          }
8399          program { name: "go_urgency_read";
8400             signal: "elm,state,urgency_read";
8401             source: "elm";
8402             action: STATE_SET "urgency_read" 0.0;
8403             target: "elm.text.1";
8404          }
8405          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8406       }
8407    }
8408
8409 // 3.2.24
8410    group { name: "elm/genlist/item/2text.3icon.2/default";
8411       alias: "elm/genlist/item_odd/2text.3icon.2/default";
8412       alias: "elm/genlist/item_compress/2text.3icon.2/default";
8413       alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
8414       data.item: "stacking" "above";
8415       data.item: "selectraise" "on";
8416       data.item: "texts" "elm.text.1 elm.text.2";
8417       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
8418       data.item: "flips" "elm.flip.content";
8419       images {
8420          image: "00_list_bar_press_1x80.png" COMP;
8421       }
8422       parts {
8423          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8424          GENLIST_PART_BG_IMAGE
8425          GENLIST_PART_BOTTOM_LINE
8426          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8427          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8428          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8429          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8430          part { name: "elm.swallow.colorbar";
8431             clip_to: "disclip";
8432             type: SWALLOW;
8433             scale: 1;
8434             description { state: "default" 0.0;
8435                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8436                fixed: 1 1;
8437                rel2.relative: 0.0 0.0;
8438                align: 0.0 0.0;
8439             }
8440          }
8441          part { name: "elm.icon.2";
8442             clip_to: "disclip";
8443             type: SWALLOW;
8444             scale: 1;
8445             description { state: "default" 0.0;
8446                fixed: 1 1;
8447                rel1 {
8448                   relative: 0.0 1.0;
8449                   to_x: "elm.padding.right";
8450                   to_y: "elm.padding.top";
8451                }
8452                rel2 {
8453                   relative: 0.0 0.0;
8454                   to_x: "elm.padding.right";
8455                   to_y: "elm.padding.bottom";
8456                }
8457                align: 1.0 0.5;
8458             }
8459             GENLIST_DESCRIPTION_FLIP_ENABLED
8460          }
8461          part { name: "elm.padding.icon2.left";
8462             clip_to: "disclip";
8463             type: RECT;
8464             scale: 1;
8465             description { state: "default" 0.0;
8466                min: GENLIST_PADDING_16_INC 0;
8467                fixed: 1 0;
8468                rel1.to_x: "elm.icon.2";
8469                rel2 {
8470                   relative: 0.0 1.0;
8471                   to_x: "elm.icon.2";
8472                }
8473                align: 1.0 0.0;
8474                visible: 0;
8475             }
8476          }
8477          part { name: "elm.text.2";
8478             clip_to: "disclip";
8479             type: TEXT;
8480             mouse_events: 0;
8481             scale: 1;
8482             description { state: "default" 0.0;
8483                min: 0 GENLIST_SIZE_48_INC;
8484                fixed: 0 1;
8485                rel1 {
8486                   relative: 1.0 0.0;
8487                   to_x: "elm.padding.left";
8488                   to_y: "elm.padding.bottom";
8489                }
8490                rel2 {
8491                   relative: 0.0 0.0;
8492                   to_x: "elm.padding.icon2.left";
8493                   to_y: "elm.padding.bottom";
8494                }
8495                align: 0.0 1.0;
8496                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
8497                text {
8498                   font: "SLP:style=Medium";
8499                   size: GENLIST_FONT_32_INC;
8500                   min: 0 1;
8501                   align: 0.0 0.5;
8502                   text_class: "slp_medium";
8503                }
8504             }
8505             description { state: "selected" 0.0;
8506                inherit: "default" 0.0;
8507                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
8508             }
8509             GENLIST_DESCRIPTION_FLIP_ENABLED
8510          }
8511          part { name: "elm.text.1";
8512             clip_to: "disclip";
8513             type: TEXT;
8514             mouse_events: 0;
8515             scale: 1;
8516             description { state: "default" 0.0;
8517                min: 0 0;
8518                max: GENLIST_SIZE_560_INC 0;
8519                fixed: 1 0;
8520                rel1 {
8521                   relative: 1.0 1.0;
8522                   to_x: "elm.padding.left";
8523                   to_y: "elm.padding.top";
8524                }
8525                rel2 {
8526                   relative: 1.0 0.0;
8527                   to_x: "elm.padding.left";
8528                   to_y: "elm.text.2";
8529                }
8530                align: 0.0 0.5;
8531                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
8532                text {
8533                   font: "SLP:style=Roman";
8534                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
8535                   min: 1 1;
8536                   align: 0.0 0.5;
8537                   text_class: "list_item";
8538                }
8539             }
8540             description { state: "selected" 0.0;
8541                inherit: "default" 0.0;
8542                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
8543             }
8544             GENLIST_DESCRIPTION_FLIP_ENABLED
8545          }
8546          part { name: "elm.padding.icon1.left";
8547             clip_to: "disclip";
8548             type: RECT;
8549             scale: 1;
8550             description { state: "default" 0.0;
8551                min: GENLIST_PADDING_16_INC 0;
8552                fixed: 1 0;
8553                rel1 {
8554                   relative: 1.0 0.0;
8555                   to_x: "elm.text.1";
8556                }
8557                rel2.to_x: "elm.text.1";
8558                align: 0.0 0.0;
8559                visible: 0;
8560             }
8561          }
8562          part { name: "elm.icon.1";
8563             clip_to: "disclip";
8564             type: SWALLOW;
8565             scale: 1;
8566             description { state: "default" 0.0;
8567                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8568                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8569                fixed: 1 1;
8570                rel1 {
8571                   relative: 1.0 1.0;
8572                   to_x: "elm.padding.icon1.left";
8573                   to_y: "elm.padding.top";
8574                }
8575                rel2 {
8576                   relative: 1.0 0.0;
8577                   to_x: "elm.padding.icon1.left";
8578                   to_y: "elm.text.2";
8579                }
8580                align: 0.0 0.5;
8581             }
8582             GENLIST_DESCRIPTION_FLIP_ENABLED
8583          }
8584          GENLIST_PART_FLIP
8585          GENLIST_PART_DISCLIP
8586       }
8587       programs {
8588          // signal: elm,state,%s,active
8589          //   a "check" item named %s went active
8590          // signal: elm,state,%s,passive
8591          //   a "check" item named %s went passive
8592          // default is passive
8593          program { name: "go_active";
8594             signal: "elm,state,selected";
8595             source: "elm";
8596             action: STATE_SET "selected" 0.0;
8597             target: "bg_image";
8598             target: "elm.text.1";
8599             target: "elm.text.2";
8600             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8601          }
8602          program { name: "go_passive";
8603             signal: "elm,state,unselected";
8604             source: "elm";
8605             action: STATE_SET "default" 0.0;
8606             target: "bg_image";
8607             target: "elm.text.1";
8608             target: "elm.text.2";
8609             transition: LINEAR 0.1;
8610          }
8611          program { name: "go_disabled";
8612             signal: "elm,state,disabled";
8613             source: "elm";
8614             action: STATE_SET "disabled" 0.0;
8615             target: "disclip";
8616          }
8617          program { name: "go_enabled";
8618             signal: "elm,state,enabled";
8619             source: "elm";
8620             action: STATE_SET "default" 0.0;
8621             target: "disclip";
8622          }
8623          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
8624          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8625       }
8626    }
8627
8628 // 3.2.25
8629    group { name: "elm/genlist/item/2text.3icon.3/default";
8630       alias: "elm/genlist/item_odd/2text.3icon.3/default";
8631       alias: "elm/genlist/item_compress/2text.3icon.3/default";
8632       alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
8633       data.item: "stacking" "above";
8634       data.item: "selectraise" "on";
8635       data.item: "texts" "elm.text.1 elm.text.2";
8636       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
8637       data.item: "flips" "elm.flip.content";
8638       images {
8639          image: "00_list_bar_press_1x80.png" COMP;
8640       }
8641       parts {
8642          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8643          GENLIST_PART_BG_IMAGE
8644          GENLIST_PART_BOTTOM_LINE
8645          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8646          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8647          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8648          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8649          part { name: "elm.swallow.colorbar";
8650             clip_to: "disclip";
8651             type: SWALLOW;
8652             scale: 1;
8653             description { state: "default" 0.0;
8654                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8655                fixed: 1 1;
8656                rel2.relative: 0.0 0.0;
8657                align: 0.0 0.0;
8658             }
8659          }
8660          part { name: "elm.icon.1";
8661             clip_to: "disclip";
8662             type: SWALLOW;
8663             scale: 1;
8664             description { state: "default" 0.0;
8665                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8666                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8667                fixed: 1 1;
8668                rel1 {
8669                   relative: 1.0 1.0;
8670                   to_x: "elm.padding.left";
8671                   to_y: "elm.padding.top";
8672                }
8673                rel2 {
8674                   relative: 1.0 0.0;
8675                   to_x: "elm.padding.left";
8676                   to_y: "elm.padding.bottom";
8677                }
8678                align: 0.0 0.5;
8679             }
8680             GENLIST_DESCRIPTION_FLIP_ENABLED
8681          }
8682          part { name: "elm.padding.icon1.right";
8683             clip_to: "disclip";
8684             type: RECT;
8685             scale: 1;
8686             description { state: "default" 0.0;
8687                min: GENLIST_PADDING_16_INC 0;
8688                fixed: 1 0;
8689                rel1 {
8690                   relative: 1.0 0.0;
8691                   to_x: "elm.icon.1";
8692                }
8693                rel2.to_x: "elm.icon.1";
8694                align: 0.0 0.0;
8695                visible: 0;
8696             }
8697          }
8698          part { name: "elm.icon.2";
8699             clip_to: "disclip";
8700             type: SWALLOW;
8701             scale: 1;
8702             description { state: "default" 0.0;
8703                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8704                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8705                fixed: 1 1;
8706                rel1 {
8707                   relative: 0.0 1.0;
8708                   to_x: "elm.padding.right";
8709                   to_y: "elm.padding.top";
8710                }
8711                rel2 {
8712                   relative: 0.0 1.0;
8713                   to_x: "elm.padding.right";
8714                   to_y: "elm.padding.bottom";
8715                }
8716                align: 1.0 0.5;
8717             }
8718             GENLIST_DESCRIPTION_FLIP_ENABLED
8719          }
8720          part { name: "elm.padding.icon2.left";
8721             clip_to: "disclip";
8722             type: RECT;
8723             scale: 1;
8724             description { state: "default" 0.0;
8725                min: GENLIST_PADDING_16_INC 0;
8726                fixed: 1 0;
8727                rel1 {
8728                   relative: 0.0 0.0;
8729                   to_x: "elm.icon.2";
8730                }
8731                rel2.to_x: "elm.icon.2";
8732                align: 1.0 0.0;
8733                visible: 0;
8734             }
8735          }
8736          part { name: "elm.text.1";
8737             clip_to: "disclip";
8738             type: TEXT;
8739             mouse_events: 0;
8740             scale: 1;
8741             description { state: "default" 0.0;
8742                min: 0 GENLIST_SIZE_61_INC;
8743                fixed: 1 1;
8744                rel1 {
8745                   relative: 1.0 1.0;
8746                   to_x: "elm.padding.icon1.right";
8747                   to_y: "elm.padding.top";
8748                }
8749                rel2 {
8750                   relative: 0.0 1.0;
8751                   to_x: "elm.padding.icon2.left";
8752                   to_y: "elm.padding.top";
8753                }
8754                align: 0.0 0.0;
8755                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
8756                text {
8757                   font: "SLP:style=Roman";
8758                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
8759                   min: 0 1;
8760                   align: 0.0 0.5;
8761                   text_class: "list_item";
8762                }
8763             }
8764             description { state: "selected" 0.0;
8765                inherit: "default" 0.0;
8766                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
8767             }
8768             GENLIST_DESCRIPTION_FLIP_ENABLED
8769          }
8770          part { name: "elm.text.2";
8771             clip_to: "disclip";
8772             type: TEXT;
8773             mouse_events: 0;
8774             scale: 1;
8775             description { state: "default" 0.0;
8776                rel1 {
8777                   relative: 1.0 1.0;
8778                   to_x: "elm.padding.icon1.right";
8779                   to_y: "elm.text.1";
8780                }
8781                rel2 {
8782                   relative: 0.0 0.0;
8783                   to_x: "elm.padding.icon2.left";
8784                   to_y: "elm.padding.bottom";
8785                }
8786                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
8787                text {
8788                   font: "SLP:style=Medium";
8789                   size: GENLIST_FONT_32_INC;
8790                   min: 0 1;
8791                   align: 0.0 0.5;
8792                   text_class: "slp_medium";
8793                }
8794             }
8795             description { state: "selected" 0.0;
8796                inherit: "default" 0.0;
8797                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
8798             }
8799             GENLIST_DESCRIPTION_FLIP_ENABLED
8800          }
8801          GENLIST_PART_FLIP
8802          GENLIST_PART_DISCLIP
8803       }
8804       programs {
8805          // signal: elm,state,%s,active
8806          //   a "check" item named %s went active
8807          // signal: elm,state,%s,passive
8808          //   a "check" item named %s went passive
8809          // default is passive
8810          program { name: "go_active";
8811             signal: "elm,state,selected";
8812             source: "elm";
8813             action: STATE_SET "selected" 0.0;
8814             target: "bg_image";
8815             target: "elm.text.1";
8816             target: "elm.text.2";
8817             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8818          }
8819          program { name: "go_passive";
8820             signal: "elm,state,unselected";
8821             source: "elm";
8822             action: STATE_SET "default" 0.0;
8823             target: "bg_image";
8824             target: "elm.text.1";
8825             target: "elm.text.2";
8826             transition: LINEAR 0.1;
8827          }
8828          program { name: "go_disabled";
8829             signal: "elm,state,disabled";
8830             source: "elm";
8831             action: STATE_SET "disabled" 0.0;
8832             target: "disclip";
8833          }
8834          program { name: "go_enabled";
8835             signal: "elm,state,enabled";
8836             source: "elm";
8837             action: STATE_SET "default" 0.0;
8838             target: "disclip";
8839          }
8840          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
8841          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8842       }
8843    }
8844
8845 // 3.2.26
8846    group { name: "elm/genlist/item/2text.2icon.6/default";
8847       alias: "elm/genlist/item_odd/2text.2icon.6/default";
8848       alias: "elm/genlist/item_compress/2text.2icon.6/default";
8849       alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
8850       data.item: "stacking" "above";
8851       data.item: "selectraise" "on";
8852       data.item: "texts" "elm.text.1 elm.text.2";
8853       data.item: "contents" "elm.icon.1 elm.icon.2";
8854       data.item: "flips" "elm.flip.content";
8855       images {
8856          image: "00_list_bar_press_1x80.png" COMP;
8857       }
8858       parts {
8859          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8860          GENLIST_PART_BG_IMAGE
8861          GENLIST_PART_BOTTOM_LINE
8862          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8863          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8864          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8865          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8866          part { name: "elm.icon.1";
8867             clip_to: "disclip";
8868             type: SWALLOW;
8869             scale: 1;
8870             description { state: "default" 0.0;
8871                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8872                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8873                fixed: 1 1;
8874                rel1 {
8875                   relative: 1.0 1.0;
8876                   to_x: "elm.padding.left";
8877                   to_y: "elm.padding.top";
8878                }
8879                rel2 {
8880                   relative: 1.0 0.0;
8881                   to_x: "elm.padding.left";
8882                   to_y: "elm.padding.bottom";
8883                }
8884                align: 0.0 0.5;
8885             }
8886             GENLIST_DESCRIPTION_FLIP_ENABLED
8887          }
8888          part { name: "elm.padding.icon1.right";
8889             clip_to: "disclip";
8890             type: RECT;
8891             scale: 1;
8892             description { state: "default" 0.0;
8893                min: GENLIST_PADDING_16_INC 0;
8894                fixed: 1 0;
8895                rel1 {
8896                   relative: 1.0 0.0;
8897                   to_x: "elm.icon.1";
8898                }
8899                rel2.to_x: "elm.icon.1";
8900                align: 0.0 0.0;
8901                visible: 0;
8902             }
8903          }
8904          part { name: "elm.text.1";
8905             clip_to: "disclip";
8906             type: TEXT;
8907             mouse_events: 0;
8908             scale: 1;
8909             description { state: "default" 0.0;
8910                min: 0 GENLIST_SIZE_61_INC;
8911                fixed: 0 1;
8912                rel1 {
8913                   relative: 1.0 1.0;
8914                   to_x: "elm.padding.icon1.right";
8915                   to_y: "elm.padding.top";
8916                }
8917                rel2 {
8918                   relative: 0.0 1.0;
8919                   to_x: "elm.padding.right";
8920                   to_y: "elm.padding.top";
8921                }
8922                align: 0.0 0.0;
8923                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
8924                text {
8925                   font: "SLP:style=Roman";
8926                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
8927                   min: 0 1;
8928                   align: 0.0 0.5;
8929                   text_class: "list_item";
8930                }
8931             }
8932             description { state: "selected" 0.0;
8933                inherit: "default" 0.0;
8934                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
8935             }
8936             GENLIST_DESCRIPTION_FLIP_ENABLED
8937          }
8938          part { name: "elm.icon.2";
8939             clip_to: "disclip";
8940             type: SWALLOW;
8941             scale: 1;
8942             description { state: "default" 0.0;
8943                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8944                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8945                fixed: 1 1;
8946                rel1 {
8947                   relative: 0.0 1.0;
8948                   to_x: "elm.padding.right";
8949                   to_y: "elm.text.1";
8950                }
8951                rel2 {
8952                   relative: 0.0 1.0;
8953                   to_x: "elm.padding.right";
8954                   to_y: "elm.padding.bottom";
8955                }
8956                align: 1.0 0.5;
8957             }
8958             GENLIST_DESCRIPTION_FLIP_ENABLED
8959          }
8960          part { name: "elm.padding.icon2.left";
8961             type: RECT;
8962             scale: 1;
8963             description { state: "default" 0.0;
8964                min: GENLIST_PADDING_16_INC 0;
8965                fixed: 1 0;
8966                rel1 {
8967                   relative: 0.0 0.0;
8968                   to_x: "elm.icon.2";
8969                }
8970                rel2.to_x: "elm.icon.2";
8971                align: 1.0 0.0;
8972                visible: 0;
8973             }
8974          }
8975          part { name: "elm.text.2";
8976             clip_to: "disclip";
8977             type: TEXT;
8978             mouse_events: 0;
8979             scale: 1;
8980             description { state: "default" 0.0;
8981                rel1 {
8982                   relative: 1.0 1.0;
8983                   to_x: "elm.padding.icon1.right";
8984                   to_y: "elm.text.1";
8985                }
8986                rel2 {
8987                   relative: 0.0 0.0;
8988                   offset: 0 0;
8989                   to_x: "elm.padding.icon2.left";
8990                   to_y: "elm.padding.bottom";
8991                }
8992                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
8993                text {
8994                   font: "SLP:style=Medium";
8995                   size: GENLIST_FONT_32_INC;
8996                   min: 0 1;
8997                   align: 0.0 0.5;
8998                   text_class: "slp_medium";
8999                }
9000             }
9001             description { state: "selected" 0.0;
9002                inherit: "default" 0.0;
9003                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
9004             }
9005             GENLIST_DESCRIPTION_FLIP_ENABLED
9006          }
9007          GENLIST_PART_FLIP
9008          GENLIST_PART_DISCLIP
9009       }
9010       programs {
9011          // signal: elm,state,%s,active
9012          //   a "check" item named %s went active
9013          // signal: elm,state,%s,passive
9014          //   a "check" item named %s went passive
9015          // default is passive
9016          program { name: "go_active";
9017             signal: "elm,state,selected";
9018             source: "elm";
9019             action: STATE_SET "selected" 0.0;
9020             target: "bg_image";
9021             target: "elm.text.1";
9022             target: "elm.text.2";
9023             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9024          }
9025          program { name: "go_passive";
9026             signal: "elm,state,unselected";
9027             source: "elm";
9028             action: STATE_SET "default" 0.0;
9029             target: "bg_image";
9030             target: "elm.text.1";
9031             target: "elm.text.2";
9032             transition: LINEAR 0.1;
9033          }
9034          program { name: "go_disabled";
9035             signal: "elm,state,disabled";
9036             source: "elm";
9037             action: STATE_SET "disabled" 0.0;
9038             target: "disclip";
9039          }
9040          program { name: "go_enabled";
9041             signal: "elm,state,enabled";
9042             source: "elm";
9043             action: STATE_SET "default" 0.0;
9044             target: "disclip";
9045          }
9046          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9047          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9048       }
9049    }
9050
9051    group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
9052       inherit: "elm/genlist/item/2text.2icon.6/default";
9053       parts {
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                min: 0 GENLIST_SIZE_61_INC;
9061                fixed: 0 1;
9062                rel1 {
9063                   relative: 1.0 1.0;
9064                   to_x: "elm.padding.icon1.right";
9065                   to_y: "elm.padding.top";
9066                }
9067                rel2 {
9068                   relative: 0.0 1.0;
9069                   to_x: "elm.padding.right";
9070                   to_y: "elm.padding.top";
9071                }
9072                align: 0.0 0.0;
9073                text {
9074                   style: "genlist_style_list_main_text_unread";
9075                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
9076                   min: 0 1;
9077                   align: 0.0 0.5;
9078                   text_class: "list_item";
9079                }
9080             }
9081             description { state: "selected" 0.0;
9082                inherit: "default" 0.0;
9083                text.style: "genlist_style_list_main_text_focus";
9084             }
9085             GENLIST_DESCRIPTION_FLIP_ENABLED
9086          }
9087          part { name: "elm.text.2";
9088             clip_to: "disclip";
9089             type: TEXTBLOCK;
9090             mouse_events: 0;
9091             scale: 1;
9092             description { state: "default" 0.0;
9093                rel1 {
9094                   relative: 1.0 1.0;
9095                   to_x: "elm.padding.icon1.right";
9096                   to_y: "elm.text.1";
9097                }
9098                rel2 {
9099                   relative: 0.0 0.0;
9100                   offset: 0 0;
9101                   to_x: "elm.padding.icon2.left";
9102                   to_y: "elm.padding.bottom";
9103                }
9104                text {
9105                   style: "genlist_style_list_main_text_unread";
9106                   size: GENLIST_FONT_32_INC;
9107                   min: 0 1;
9108                   align: 0.0 0.5;
9109                   text_class: "slp_medium";
9110                }
9111             }
9112             description { state: "selected" 0.0;
9113                inherit: "default" 0.0;
9114                text.style: "genlist_style_list_main_text_focus";
9115             }
9116             GENLIST_DESCRIPTION_FLIP_ENABLED
9117          }
9118       }
9119    }
9120
9121 // 3.2.27
9122    group { name: "elm/genlist/item/2text.1icon.12/default";
9123       alias: "elm/genlist/item_odd/2text.1icon.12/default";
9124       alias: "elm/genlist/item_compress/2text.1icon.12/default";
9125       alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
9126       data.item: "stacking" "above";
9127       data.item: "selectraise" "on";
9128       data.item: "texts" "elm.text.1 elm.text.2";
9129       data.item: "contents" "elm.icon";
9130       data.item: "flips" "elm.flip.content";
9131       images {
9132          image: "00_list_bar_press_1x80.png" COMP;
9133       }
9134       parts {
9135          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9136          GENLIST_PART_BG_IMAGE
9137          GENLIST_PART_BOTTOM_LINE
9138          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9139          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9140          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9141          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9142          part { name: "elm.icon";
9143             clip_to: "disclip";
9144             type: SWALLOW;
9145             scale: 1;
9146             description { state: "default" 0.0;
9147                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9148                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9149                fixed: 1 1;
9150                rel1 {
9151                   relative: 0.0 1.0;
9152                   to_x: "elm.padding.right";
9153                   to_y: "elm.padding.top";
9154                }
9155                rel2 {
9156                   relative: 0.0 0.0;
9157                   to_x: "elm.padding.right";
9158                   to_y: "elm.padding.bottom";
9159                }
9160                align: 1.0 0.5;
9161             }
9162             GENLIST_DESCRIPTION_FLIP_ENABLED
9163          }
9164          part { name: "elm.padding.icon.left";
9165             clip_to: "disclip";
9166             type: RECT;
9167             scale: 1;
9168             description { state: "default" 0.0;
9169                min: GENLIST_PADDING_16_INC 0;
9170                fixed: 1 0;
9171                rel1.to_x: "elm.icon";
9172                rel2 {
9173                   relative: 0.0 1.0;
9174                   to_x: "elm.icon";
9175                }
9176                align: 1.0 0.0;
9177                visible: 0;
9178             }
9179          }
9180          part { name: "elm.text.1";
9181             clip_to: "disclip";
9182             type: TEXT;
9183             mouse_events: 0;
9184             scale: 1;
9185             description { state: "default" 0.0;
9186                min: 0 GENLIST_SIZE_61_INC;
9187                fixed: 0 1;
9188                rel1 {
9189                   relative: 1.0 1.0;
9190                   to_x: "elm.padding.left";
9191                   to_y: "elm.padding.top";
9192                }
9193                rel2 {
9194                   relative: 0.0 1.0;
9195                   to_x: "elm.padding.icon.left";
9196                   to_y: "elm.padding.top";
9197                }
9198                align: 0.0 0.0;
9199                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
9200                text {
9201                   font: "SLP:style=Roman";
9202                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
9203                   min: 0 1;
9204                   align: 0.0 0.5;
9205                   text_class: "list_item";
9206                }
9207             }
9208             description { state: "selected" 0.0;
9209                inherit: "default" 0.0;
9210                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
9211             }
9212             GENLIST_DESCRIPTION_FLIP_ENABLED
9213          }
9214          part { name: "elm.text.2";
9215             clip_to: "disclip";
9216             type: TEXT;
9217             mouse_events: 0;
9218             scale: 1;
9219             description { state: "default" 0.0;
9220                rel1 {
9221                   relative: 1.0 1.0;
9222                   to_x: "elm.padding.left";
9223                   to_y: "elm.text.1";
9224                }
9225                rel2 {
9226                   relative: 0.0 0.0;
9227                   to_x: "elm.padding.icon.left";
9228                   to_y: "elm.padding.bottom";
9229                }
9230                align: 0.0 0.0;
9231                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
9232                text {
9233                   font: "SLP:style=Medium";
9234                   size: GENLIST_FONT_32_INC;
9235                   min: 0 1;
9236                   align: 0.0 0.5;
9237                   text_class: "slp_medium";
9238                }
9239             }
9240             description { state: "selected" 0.0;
9241                inherit: "default" 0.0;
9242                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
9243             }
9244             GENLIST_DESCRIPTION_FLIP_ENABLED
9245          }
9246          GENLIST_PART_FLIP
9247          GENLIST_PART_DISCLIP
9248       }
9249       programs {
9250          // signal: elm,state,%s,active
9251          //   a "check" item named %s went active
9252          // signal: elm,state,%s,passive
9253          //   a "check" item named %s went passive
9254          // default is passive
9255          program { name: "go_active";
9256             signal: "elm,state,selected";
9257             source: "elm";
9258             action: STATE_SET "selected" 0.0;
9259             target: "bg_image";
9260             target: "elm.text.1";
9261             target: "elm.text.2";
9262             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9263          }
9264          program { name: "go_passive";
9265             signal: "elm,state,unselected";
9266             source: "elm";
9267             action: STATE_SET "default" 0.0;
9268             target: "bg_image";
9269             target: "elm.text.1";
9270             target: "elm.text.2";
9271             transition: LINEAR 0.1;
9272          }
9273          program { name: "go_disabled";
9274             signal: "elm,state,disabled";
9275             source: "elm";
9276             action: STATE_SET "disabled" 0.0;
9277             target: "disclip";
9278          }
9279          program { name: "go_enabled";
9280             signal: "elm,state,enabled";
9281             source: "elm";
9282             action: STATE_SET "default" 0.0;
9283             target: "disclip";
9284          }
9285          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
9286          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9287       }
9288    }
9289
9290 // ???
9291    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
9292    group { name: "elm/genlist/item/2text.1icon.13/default";
9293       alias: "elm/genlist/item_odd/2text.1icon.13/default";
9294       alias: "elm/genlist/item_compress/2text.1icon.13/default";
9295       alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
9296       data.item: "stacking" "above";
9297       data.item: "selectraise" "on";
9298       data.item: "texts" "elm.text elm.text.msgcount";
9299       data.item: "contents" "elm.icon";
9300       data.item: "flips" "elm.flip.content";
9301       images {
9302          image: "00_list_bar_press_1x80.png" COMP;
9303       }
9304       parts {
9305          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
9306          GENLIST_PART_BG
9307          GENLIST_PART_BG_IMAGE
9308          GENLIST_PART_BOTTOM_LINE
9309          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9310          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9311          part { name: "elm.icon";
9312             clip_to: "disclip";
9313             type: SWALLOW;
9314             scale: 1;
9315             description { state: "default" 0.0;
9316                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9317                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9318                fixed: 1 1;
9319                rel1 {
9320                   relative: 1.0 0.0;
9321                   to_x: "elm.padding.left";
9322                }
9323                rel2 {
9324                   relative: 1.0 1.0;
9325                   to_x: "elm.padding.left";
9326                }
9327                align: 0.0 0.5;
9328             }
9329             GENLIST_DESCRIPTION_FLIP_ENABLED
9330          }
9331          part { name: "elm.text.msgcount";
9332             clip_to: "disclip";
9333             type: TEXT;
9334             mouse_events: 0;
9335             scale: 1;
9336             description {
9337                state: "default" 0.0;
9338                fixed: 1 1;
9339                align: 0 0;
9340                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
9341                rel1.to: "elm.icon";
9342                rel2.to: "elm.icon";
9343                text {
9344                   font: "SLP:style=Medium";
9345                   size: GENLIST_FONT_28_INC;
9346                   min: 0 1;
9347                   align: 0.5 0.5;
9348                   text_class: "slp_medium";
9349                }
9350                align: 0.0 0.5;
9351             }
9352          }
9353          part { name: "elm.padding.icon.right";
9354             clip_to: "disclip";
9355             type: RECT;
9356             scale: 1;
9357             description {
9358                state: "default" 0.0;
9359                min: GENLIST_SIZE_16_INC 0;
9360                fixed: 1 0;
9361                rel1 {
9362                   relative: 1.0 0.0;
9363                   to_x: "elm.icon";
9364                }
9365                rel2.to_x: "elm.icon";
9366                visible: 0;
9367             }
9368          }
9369          part { name: "elm.text";
9370             clip_to: "disclip";
9371             type: TEXT;
9372             mouse_events: 0;
9373             scale: 1;
9374             description { state: "default" 0.0;
9375                rel1 {
9376                   relative: 1.0 0.0;
9377                   to_x: "elm.padding.icon.right";
9378                }
9379                rel2 {
9380                   relative: 0.0 1.0;
9381                   to_x: "elm.padding.right";
9382                }
9383                align: 0.0 0.5;
9384                color: GENLIST_UNREAD_EMAIL_COLOR;
9385                text {
9386                   font: "SLP:style=Roman";
9387                   size: GENLIST_UNREAD_EMAIL_SIZE;
9388                   min: 0 1;
9389                   align: 0.0 0.5;
9390                   text_class: "list_item";
9391                }
9392             }
9393             GENLIST_DESCRIPTION_FLIP_ENABLED
9394          }
9395          GENLIST_PART_FLIP
9396          GENLIST_PART_DISCLIP
9397       }
9398       programs {
9399          program { name: "go_active";
9400             signal: "elm,state,selected";
9401             source: "elm";
9402             action: STATE_SET "selected" 0.0;
9403             target: "bg_image";
9404             target: "elm.text";
9405             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9406          }
9407          program { name: "go_passive";
9408             signal: "elm,state,unselected";
9409             source: "elm";
9410             action: STATE_SET "default" 0.0;
9411             target: "bg_image";
9412             target: "elm.text";
9413             transition: LINEAR 0.1;
9414          }
9415          program { name: "go_disabled";
9416             signal: "elm,state,disabled";
9417             source: "elm";
9418             action: STATE_SET "disabled" 0.0;
9419             target: "disclip";
9420          }
9421          program { name: "go_enabled";
9422             signal: "elm,state,enabled";
9423             source: "elm";
9424             action: STATE_SET "default" 0.0;
9425             target: "disclip";
9426          }
9427          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9428       }
9429    }
9430
9431 // ???
9432    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
9433    group { name: "elm/genlist/item/2text.1icon.14/default";
9434       alias: "elm/genlist/item_odd/2text.1icon.14/default";
9435       alias: "elm/genlist/item_compress/2text.1icon.14/default";
9436       alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
9437       data.item: "stacking" "above";
9438       data.item: "selectraise" "on";
9439       data.item: "texts" "elm.text elm.text.msgcount";
9440       data.item: "contents" "elm.check elm.icon";
9441       data.item: "flips" "elm.flip.content";
9442       images {
9443          image: "00_list_bar_press_1x80.png" COMP;
9444       }
9445       parts {
9446          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
9447          GENLIST_PART_BG
9448          GENLIST_PART_BG_IMAGE
9449          GENLIST_PART_BOTTOM_LINE
9450          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9451          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9452          part { name: "elm.check";
9453             clip_to: "disclip";
9454             type: SWALLOW;
9455             mouse_events: 1;
9456             scale: 1;
9457             description { state: "default" 0.0;
9458                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
9459                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
9460                fixed: 1 1;
9461                rel1 {
9462                   relative: 1.0 0.0;
9463                   to_x: "elm.padding.left";
9464                }
9465                rel2 {
9466                   relative: 1.0 1.0;
9467                   to_x: "elm.padding.left";
9468                }
9469                align: 0.0 0.5;
9470             }
9471             GENLIST_DESCRIPTION_FLIP_ENABLED
9472          }
9473
9474          part { name: "elm.padding.icon.checkbox.right";
9475             clip_to: "disclip";
9476             type: RECT;
9477             scale: 1;
9478             description { state: "default" 0.0;
9479                min: GENLIST_PADDING_16_INC 0;
9480                fixed: 1 0;
9481                rel1 {
9482                   relative: 1.0 0.0;
9483                   to_x: "elm.check";
9484                }
9485                rel2 {
9486                   relative: 1.0 1.0;
9487                   to_x:  "elm.check";
9488                }
9489                align: 1.0 0.0;
9490                visible: 0;
9491             }
9492          }
9493          part { name: "elm.icon";
9494             clip_to: "disclip";
9495             type: SWALLOW;
9496             scale: 1;
9497             description { state: "default" 0.0;
9498                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9499                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9500                fixed: 1 1;
9501                rel1.to_x: "elm.padding.right";
9502                rel2 {
9503                   relative: 0.0 1.0;
9504                   to_x: "elm.padding.right";
9505                }
9506                align: 1.0 0.5;
9507             }
9508             GENLIST_DESCRIPTION_FLIP_ENABLED
9509          }
9510          part { name: "elm.text.msgcount";
9511             clip_to: "disclip";
9512             type: TEXT;
9513             mouse_events: 0;
9514             scale: 1;
9515             description {
9516                state: "default" 0.0;
9517                fixed: 1 1;
9518                align: 0 0;
9519                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
9520                rel1.to: "elm.icon";
9521                rel2.to: "elm.icon";
9522                text {
9523                   font: "SLP:style=Medium";
9524                   size: GENLIST_FONT_28_INC;
9525                   min: 0 1;
9526                   align: 0.5 0.5;
9527                   text_class: "slp_medium";
9528                }
9529                align: 0.0 0.5;
9530             }
9531          }
9532          part { name: "elm.padding.icon.left";
9533             clip_to: "disclip";
9534             type: RECT;
9535             scale: 1;
9536             description {
9537                state: "default" 0.0;
9538                min: GENLIST_SIZE_16_INC 0;
9539                fixed: 1 0;
9540                rel1.to_x: "elm.icon";
9541                rel2 {
9542                   relative: 0.0 1.0;
9543                   to_x: "elm.icon";
9544                }
9545                align: 1.0 0.0;
9546                visible: 0;
9547             }
9548          }
9549          part { name: "elm.text";
9550             clip_to: "disclip";
9551             type: TEXTBLOCK;
9552             mouse_events: 0;
9553             scale: 1;
9554             description { state: "default" 0.0;
9555                rel1 {
9556                   relative: 1.0 0.0;
9557                   to_x: "elm.padding.icon.checkbox.right";
9558                }
9559                rel2 {
9560                   relative: 0.0 1.0;
9561                   to_x: "elm.padding.icon.left";
9562                }
9563                align: 0.0 0.5;
9564                text {
9565                   style: "genlist_email_textblock_unread_style";
9566                   min: 0 1;
9567                   max: 0 1;
9568                   align: 0.0 0.5;
9569                }
9570             }
9571             description { state: "selected" 0.0;
9572                inherit: "default" 0.0;
9573                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
9574             }
9575             GENLIST_DESCRIPTION_FLIP_ENABLED
9576          }
9577          GENLIST_PART_FLIP
9578          GENLIST_PART_DISCLIP
9579       }
9580       programs {
9581          program { name: "go_active";
9582             signal: "elm,state,selected";
9583             source: "elm";
9584             action: STATE_SET "selected" 0.0;
9585             target: "bg_image";
9586             target: "elm.text";
9587             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9588          }
9589          program { name: "go_passive";
9590             signal: "elm,state,unselected";
9591             source: "elm";
9592             action: STATE_SET "default" 0.0;
9593             target: "bg_image";
9594             target: "elm.text";
9595             transition: LINEAR 0.1;
9596          }
9597          program { name: "go_disabled";
9598             signal: "elm,state,disabled";
9599             source: "elm";
9600             action: STATE_SET "disabled" 0.0;
9601             target: "disclip";
9602          }
9603          program { name: "go_enabled";
9604             signal: "elm,state,enabled";
9605             source: "elm";
9606             action: STATE_SET "default" 0.0;
9607             target: "disclip";
9608          }
9609          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9610       }
9611    }
9612
9613 // 3.2.28
9614    group { name: "elm/genlist/item/2text.3icon/default";
9615       alias: "elm/genlist/item_odd/2text.3icon/default";
9616       alias: "elm/genlist/item_compress/2text.3icon/default";
9617       alias: "elm/genlist/item_compress_odd/2text.3icon/default";
9618       data.item: "stacking" "above";
9619       data.item: "selectraise" "on";
9620       data.item: "texts" "elm.text.1 elm.text.2";
9621       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
9622       data.item: "flips" "elm.flip.content";
9623       images {
9624          image: "00_list_bar_press_1x80.png" COMP;
9625       }
9626       parts {
9627          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9628          GENLIST_PART_BG_IMAGE
9629          GENLIST_PART_BOTTOM_LINE
9630          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9631          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9632          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9633          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9634          part { name: "elm.icon.3";
9635             clip_to: "disclip";
9636             type: SWALLOW;
9637             scale: 1;
9638             description { state: "default" 0.0;
9639                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9640                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9641                fixed: 1 1;
9642                rel1 {
9643                   relative: 0.0 1.0;
9644                   to_x: "elm.padding.right";
9645                   to_y: "elm.padding.top";
9646                }
9647                rel2 {
9648                   relative: 0.0 1.0;
9649                   to_x: "elm.padding.right";
9650                   to_y: "elm.padding.bottom";
9651                }
9652                align: 1.0 0.5;
9653             }
9654             GENLIST_DESCRIPTION_FLIP_ENABLED
9655          }
9656          part { name: "elm.padding.icon3.left";
9657             clip_to: "disclip";
9658             type: RECT;
9659             scale: 1;
9660             description { state: "default" 0.0;
9661                min: GENLIST_PADDING_16_INC 0;
9662                fixed: 1 0;
9663                rel1.to_x: "elm.icon.3";
9664                rel2 {
9665                   relative: 0.0 1.0;
9666                   to_x: "elm.icon.3";
9667                }
9668                align: 1.0 0.0;
9669                visible: 0;
9670             }
9671          }
9672          part { name: "elm.text.2";
9673             clip_to: "disclip";
9674             type: TEXT;
9675             mouse_events: 0;
9676             scale: 1;
9677             description { state: "default" 0.0;
9678                min: 0 GENLIST_SIZE_48_INC;
9679                fixed: 1 1;
9680                rel1 {
9681                   relative: 1.0 0.0;
9682                   to_x: "elm.padding.icon2.right";
9683                   to_y: "elm.padding.bottom";
9684                }
9685                rel2 {
9686                   relative: 0.0 0.0;
9687                   to_x: "elm.padding.icon3.left";
9688                   to_y: "elm.padding.bottom";
9689                }
9690                align: 0.0 1.0;
9691                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
9692                text {
9693                   font: "SLP:style=Medium";
9694                   size: GENLIST_FONT_32_INC;
9695                   min: 0 1;
9696                   align: 0.0 0.5;
9697                   text_class: "slp_medium";
9698                }
9699             }
9700             description { state: "selected" 0.0;
9701                inherit: "default" 0.0;
9702                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
9703             }
9704             GENLIST_DESCRIPTION_FLIP_ENABLED
9705          }
9706          part { name: "elm.icon.2";
9707             clip_to: "disclip";
9708             type: SWALLOW;
9709             scale: 1;
9710             description { state: "default" 0.0;
9711                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9712                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9713                fixed: 1 1;
9714                rel1 {
9715                   relative: 1.0 0.0;
9716                   to_x: "elm.padding.left";
9717                   to_y: "elm.text.2";
9718                }
9719                rel2 {
9720                   relative: 1.0 0.0;
9721                   to_x: "elm.padding.left";
9722                   to_y: "elm.padding.bottom";
9723                }
9724                align: 0.0 0.5;
9725             }
9726             GENLIST_DESCRIPTION_FLIP_ENABLED
9727          }
9728          part { name: "elm.padding.icon2.right";
9729             clip_to: "disclip";
9730             type: RECT;
9731             scale: 1;
9732             description { state: "default" 0.0;
9733                min: GENLIST_PADDING_16_INC 0;
9734                fixed: 1 0;
9735                rel1 {
9736                   relative: 1.0 0.0;
9737                   to_x: "elm.icon.2";
9738                }
9739                rel2.to_x: "elm.icon.2";
9740                align: 0.0 0.0;
9741                visible: 0;
9742             }
9743          }
9744          part { name: "elm.text.1";
9745             clip_to: "disclip";
9746             type: TEXT;
9747             mouse_events: 0;
9748             scale: 1;
9749             description { state: "default" 0.0;
9750                min: 0 0;
9751                max: GENLIST_SIZE_576_INC 0;
9752                fixed: 1 0;
9753                rel1 {
9754                   relative: 1.0 1.0;
9755                   to_x: "elm.padding.left";
9756                   to_y: "elm.padding.top";
9757                }
9758                rel2 {
9759                   relative: 1.0 0.0;
9760                   to_x: "elm.padding.left";
9761                   to_y: "elm.text.2";
9762                }
9763                align: 0.0 0.5;
9764                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
9765                text {
9766                   font: "SLP:style=Roman";
9767                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
9768                   min: 1 1;
9769                   align: 0.0 0.5;
9770                   text_class: "list_item";
9771                }
9772             }
9773             description { state: "selected" 0.0;
9774                inherit: "default" 0.0;
9775                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
9776             }
9777             GENLIST_DESCRIPTION_FLIP_ENABLED
9778          }
9779
9780          part { name: "elm.padding.icon1.left";
9781             type: RECT;
9782             scale: 1;
9783             description { state: "default" 0.0;
9784                min: GENLIST_PADDING_16_INC 0;
9785                fixed: 1 0;
9786                rel1 {
9787                   relative: 1.0 0.0;
9788                   to_x: "elm.text.1";
9789                }
9790                rel2.to_x: "elm.text.1";
9791                align: 0.0 0.0;
9792                visible: 0;
9793             }
9794          }
9795          part { name: "elm.icon.1";
9796             clip_to: "disclip";
9797             type: SWALLOW;
9798             scale: 1;
9799             description { state: "default" 0.0;
9800                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9801                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9802                fixed: 1 1;
9803                rel1 {
9804                   relative: 1.0 1.0;
9805                   to_x: "elm.padding.icon1.left";
9806                   to_y: "elm.padding.top";
9807                }
9808                rel2 {
9809                   relative: 1.0 0.0;
9810                   to_x: "elm.padding.icon1.left";
9811                   to_y: "elm.text.2";
9812                }
9813                align: 0.0 0.5;
9814             }
9815             GENLIST_DESCRIPTION_FLIP_ENABLED
9816          }
9817          GENLIST_PART_FLIP
9818          GENLIST_PART_DISCLIP
9819       }
9820       programs {
9821          // signal: elm,state,%s,active
9822          //   a "check" item named %s went active
9823          // signal: elm,state,%s,passive
9824          //   a "check" item named %s went passive
9825          // default is passive
9826          program { name: "go_active";
9827             signal: "elm,state,selected";
9828             source: "elm";
9829             action: STATE_SET "selected" 0.0;
9830             target: "bg_image";
9831             target: "elm.text.1";
9832             target: "elm.text.2";
9833             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9834          }
9835          program { name: "go_passive";
9836             signal: "elm,state,unselected";
9837             source: "elm";
9838             action: STATE_SET "default" 0.0;
9839             target: "bg_image";
9840             target: "elm.text.1";
9841             target: "elm.text.2";
9842             transition: LINEAR 0.1;
9843          }
9844          program { name: "go_disabled";
9845             signal: "elm,state,disabled";
9846             source: "elm";
9847             action: STATE_SET "disabled" 0.0;
9848             target: "disclip";
9849          }
9850          program { name: "go_enabled";
9851             signal: "elm,state,enabled";
9852             source: "elm";
9853             action: STATE_SET "default" 0.0;
9854             target: "disclip";
9855          }
9856          GENLIST_PROGRAM_FLIP_2TEXT_3ICON
9857          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9858       }
9859    }
9860
9861 // 3.2.29
9862    group { name: "elm/genlist/item/2text.1icon.5/default";
9863       alias: "elm/genlist/item_odd/2text.1icon.5/default";
9864       alias: "elm/genlist/item_compress/2text.1icon.5/default";
9865       alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
9866       data.item: "stacking" "above";
9867       data.item: "selectraise" "on";
9868       data.item: "texts" "elm.text.1 elm.text.2";
9869       data.item: "contents" "elm.icon";
9870       data.item: "flips" "elm.flip.content";
9871       images {
9872          image: "00_list_bar_press_1x80.png" COMP;
9873       }
9874       parts {
9875          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9876          GENLIST_PART_BG_IMAGE
9877          GENLIST_PART_BOTTOM_LINE
9878          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9879          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9880          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9881          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9882          part { name: "elm.icon";
9883             clip_to: "disclip";
9884             type: SWALLOW;
9885             scale: 1;
9886             description { state: "default" 0.0;
9887                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9888                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9889                fixed: 1 1;
9890                rel1 {
9891                   relative: 0.0 1.0;
9892                   to_x: "elm.padding.right";
9893                   to_y: "elm.padding.top";
9894                }
9895                rel2 {
9896                   relative: 0.0 0.0;
9897                   to_x: "elm.padding.right";
9898                   to_y: "elm.padding.bottom";
9899                }
9900                align: 1.0 0.5;
9901             }
9902             GENLIST_DESCRIPTION_FLIP_ENABLED
9903          }
9904          part { name: "elm.padding.icon.left";
9905             clip_to: "disclip";
9906             type: RECT;
9907             scale: 1;
9908             description { state: "default" 0.0;
9909                min: GENLIST_PADDING_16_INC 0;
9910                fixed: 1 0;
9911                rel1.to_x: "elm.icon";
9912                rel2 {
9913                   relative: 0.0 1.0;
9914                   to_x: "elm.icon";
9915                }
9916                align: 1.0 0.0;
9917                visible: 0;
9918             }
9919          }
9920          part { name: "elm.text.1";
9921             clip_to: "disclip";
9922             type: TEXT;
9923             mouse_events: 0;
9924             scale: 1;
9925             description { state: "default" 0.0;
9926                min: 0 GENLIST_SIZE_61_INC;
9927                fixed: 0 1;
9928                rel1 {
9929                   relative: 1.0 0.0;
9930                   to_x: "elm.padding.left";
9931                   to_y: "elm.padding.bottom";
9932                }
9933                rel2 {
9934                   relative: 0.0 0.0;
9935                   to_x: "elm.padding.icon.left";
9936                   to_y: "elm.padding.bottom";
9937                }
9938                align: 0.0 1.0;
9939                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
9940                text {
9941                   font: "SLP:style=Roman";
9942                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
9943                   min: 0 1;
9944                   align: 0.0 0.5;
9945                   text_class: "slp_roman";
9946                }
9947             }
9948             description { state: "selected" 0.0;
9949                inherit: "default" 0.0;
9950                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
9951             }
9952             GENLIST_DESCRIPTION_FLIP_ENABLED
9953          }
9954          part { name: "elm.text.2";
9955             clip_to: "disclip";
9956             type: TEXT;
9957             mouse_events: 0;
9958             scale: 1;
9959             description { state: "default" 0.0;
9960                rel1 {
9961                   relative: 1.0 1.0;
9962                   to_x: "elm.padding.left";
9963                   to_y: "elm.padding.top";
9964                }
9965                rel2 {
9966                   relative: 0.0 0.0;
9967                   to_x: "elm.padding.icon.left";
9968                   to_y: "elm.text.1";
9969                }
9970                align: 0.0 1.0;
9971                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
9972                text {
9973                   font: "SLP:style=Medium";
9974                   size: GENLIST_FONT_32_INC;
9975                   min: 0 1;
9976                   align: 0.0 0.5;
9977                   text_class: "list_item";
9978                }
9979             }
9980             description { state: "selected" 0.0;
9981                inherit: "default" 0.0;
9982                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
9983             }
9984             GENLIST_DESCRIPTION_FLIP_ENABLED
9985          }
9986          GENLIST_PART_FLIP
9987          GENLIST_PART_DISCLIP
9988       }
9989       programs {
9990          // signal: elm,state,%s,active
9991          //   a "check" item named %s went active
9992          // signal: elm,state,%s,passive
9993          //   a "check" item named %s went passive
9994          // default is passive
9995          program { name: "go_active";
9996             signal: "elm,state,selected";
9997             source: "elm";
9998             action: STATE_SET "selected" 0.0;
9999             target: "bg_image";
10000             target: "elm.text.1";
10001             target: "elm.text.2";
10002             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10003          }
10004          program { name: "go_passive";
10005             signal: "elm,state,unselected";
10006             source: "elm";
10007             action: STATE_SET "default" 0.0;
10008             target: "bg_image";
10009             target: "elm.text.1";
10010             target: "elm.text.2";
10011             transition: LINEAR 0.1;
10012          }
10013          program { name: "go_disabled";
10014             signal: "elm,state,disabled";
10015             source: "elm";
10016             action: STATE_SET "disabled" 0.0;
10017             target: "disclip";
10018          }
10019          program { name: "go_enabled";
10020             signal: "elm,state,enabled";
10021             source: "elm";
10022             action: STATE_SET "default" 0.0;
10023             target: "disclip";
10024          }
10025          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10026          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10027       }
10028    }
10029
10030 // 3.2.30
10031    group { name: "elm/genlist/item/1text.3icon.3/default";
10032       alias: "elm/genlist/item_odd/1text.3icon.3/default";
10033       alias: "elm/genlist/item_compress/1text.3icon.3/default";
10034       alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
10035       data.item: "stacking" "above";
10036       data.item: "selectraise" "on";
10037       data.item: "texts" "elm.text.1";
10038       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10039       data.item: "flips" "elm.flip.content";
10040       images {
10041          image: "00_list_bar_press_1x80.png" COMP;
10042       }
10043       parts {
10044          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10045          GENLIST_PART_BG_IMAGE
10046          GENLIST_PART_BOTTOM_LINE
10047          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10048          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10049          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10050          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10051          part { name: "elm.icon.1";
10052             clip_to: "disclip";
10053             type: SWALLOW;
10054             scale: 1;
10055             description { state: "default" 0.0;
10056                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10057                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10058                fixed: 1 1;
10059                rel1 {
10060                   relative: 1.0 1.0;
10061                   to_x: "elm.padding.left";
10062                   to_y: "elm.padding.top";
10063                }
10064                rel2 {
10065                   relative: 1.0 0.0;
10066                   to_x: "elm.padding.left";
10067                   to_y: "elm.padding.bottom";
10068                }
10069                align: 0.0 0.5;
10070             }
10071             GENLIST_DESCRIPTION_FLIP_ENABLED
10072          }
10073          part { name: "elm.padding.icon1.right";
10074             clip_to: "disclip";
10075             type: RECT;
10076             scale: 1;
10077             description { state: "default" 0.0;
10078                min: GENLIST_PADDING_16_INC 0;
10079                fixed: 1 0;
10080                rel1 {
10081                   relative: 1.0 0.0;
10082                   to_x: "elm.icon.1";
10083                }
10084                rel2.to_x: "elm.icon.1";
10085                align: 0.0 0.0;
10086                visible: 0;
10087             }
10088          }
10089          part { name: "elm.icon.2";
10090             clip_to: "disclip";
10091             type: SWALLOW;
10092             scale: 1;
10093             description { state: "default" 0.0;
10094                fixed: 1 1;
10095                rel1 {
10096                   relative: 0.0 1.0;
10097                   to_x: "elm.padding.right";
10098                   to_y: "elm.padding.top";
10099                }
10100                rel2 {
10101                   relative: 0.0 0.0;
10102                   to_x: "elm.padding.right";
10103                   to_y: "elm.padding.bottom";
10104                }
10105                align: 1.0 0.5;
10106             }
10107             GENLIST_DESCRIPTION_FLIP_ENABLED
10108          }
10109          part { name: "elm.padding.icon2.left";
10110             clip_to: "disclip";
10111             type: RECT;
10112             scale: 1;
10113             description { state: "default" 0.0;
10114                min: GENLIST_PADDING_16_INC 0;
10115                fixed: 1 0;
10116                rel1.to_x: "elm.icon.2";
10117                rel2 {
10118                   relative: 0.0 1.0;
10119                   to_x: "elm.icon.2";
10120                }
10121                align: 1.0 0.0;
10122                visible: 0;
10123             }
10124          }
10125          part { name: "elm.text.1";
10126             clip_to: "disclip";
10127             type: TEXT;
10128             mouse_events: 0;
10129             scale: 1;
10130             description { state: "default" 0.0;
10131                min: 0 GENLIST_SIZE_61_INC;
10132                fixed: 0 1;
10133                rel1 {
10134                   relative: 1.0 1.0;
10135                   to_x: "elm.padding.icon1.right";
10136                   to_y: "elm.padding.top";
10137                }
10138                rel2 {
10139                   relative: 0.0 1.0;
10140                   to_x: "elm.padding.icon2.left";
10141                   to_y: "elm.padding.top";
10142                }
10143                align: 0 0;
10144                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
10145                text {
10146                   font: "SLP:style=Roman";
10147                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
10148                   min: 0 1;
10149                   align: 0.0 0.5;
10150                   text_class: "list_item";
10151                }
10152             }
10153             description { state: "selected" 0.0;
10154                inherit: "default" 0.0;
10155                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
10156             }
10157             GENLIST_DESCRIPTION_FLIP_ENABLED
10158          }
10159          part { name: "elm.swallow.progress";
10160             clip_to: "disclip";
10161             type: SWALLOW;
10162             scale: 1;
10163             description { state: "default" 0.0;
10164                fixed: 0 1;
10165                rel1 {
10166                   relative: 1.0 1.0;
10167                   to_x: "elm.padding.icon1.right";
10168                   to_y: "elm.text.1";
10169                }
10170                rel2 {
10171                   relative: 0.0 1.0;
10172                   to_x: "elm.padding.icon2.left";
10173                   to_y: "elm.text.1";
10174                }
10175                align: 0.5 0.0;
10176             }
10177             GENLIST_DESCRIPTION_FLIP_ENABLED
10178          }
10179          GENLIST_PART_FLIP
10180          GENLIST_PART_DISCLIP
10181       }
10182       programs {
10183          // signal: elm,state,%s,active
10184          //   a "check" item named %s went active
10185          // signal: elm,state,%s,passive
10186          //   a "check" item named %s went passive
10187          // default is passive
10188          program { name: "go_active";
10189             signal: "elm,state,selected";
10190             source: "elm";
10191             action: STATE_SET "selected" 0.0;
10192             target: "bg_image";
10193             target: "elm.text.1";
10194             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10195          }
10196          program { name: "go_passive";
10197             signal: "elm,state,unselected";
10198             source: "elm";
10199             action: STATE_SET "default" 0.0;
10200             target: "bg_image";
10201             target: "elm.text.1";
10202             transition: LINEAR 0.1;
10203          }
10204          program { name: "go_disabled";
10205             signal: "elm,state,disabled";
10206             source: "elm";
10207             action: STATE_SET "disabled" 0.0;
10208             target: "disclip";
10209          }
10210          program { name: "go_enabled";
10211             signal: "elm,state,enabled";
10212             source: "elm";
10213             action: STATE_SET "default" 0.0;
10214             target: "disclip";
10215          }
10216          program { name: "flip_enabled";
10217             signal: "elm,state,flip,enabled";
10218             source: "elm";
10219             action: STATE_SET "flip_enabled" 0.0;
10220             target: "elm.text.1";
10221             target: "elm.icon.1";
10222             target: "elm.icon.2";
10223             target: "elm.swallow.progress";
10224             target: "elm.flip.content";
10225          }
10226          program { name: "flip_disabled";
10227             signal: "elm,state,flip,disabled";
10228             source: "elm";
10229             action: STATE_SET "default" 0.0;
10230             target: "elm.text.1";
10231             target: "elm.icon.1";
10232             target: "elm.icon.2";
10233             target: "elm.swallow.progress";
10234             target: "elm.flip.content";
10235          }
10236          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10237       }
10238    }
10239
10240 // 3.2.30
10241    group { name: "elm/genlist/item/3text.3icon/default";
10242       alias: "elm/genlist/item_odd/3text.3icon/default";
10243       alias: "elm/genlist/item_compress/3text.3icon/default";
10244       alias: "elm/genlist/item_compress_odd/3text.3icon/default";
10245       data.item: "stacking" "above";
10246       data.item: "selectraise" "on";
10247       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
10248       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10249       data.item: "flips" "elm.flip.content";
10250       images {
10251          image: "00_list_bar_press_1x80.png" COMP;
10252       }
10253       parts {
10254          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10255          GENLIST_PART_BG_IMAGE
10256          GENLIST_PART_BOTTOM_LINE
10257          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10258          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10259          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10260          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10261          part { name: "elm.icon.1";
10262             clip_to: "disclip";
10263             type: SWALLOW;
10264             scale: 1;
10265             description { state: "default" 0.0;
10266                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10267                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10268                fixed: 1 1;
10269                rel1 {
10270                   relative: 1.0 1.0;
10271                   to_x: "elm.padding.left";
10272                   to_y: "elm.padding.top";
10273                }
10274                rel2 {
10275                   relative: 1.0 0.0;
10276                   to_x: "elm.padding.left";
10277                   to_y: "elm.padding.bottom";
10278                }
10279                align: 0.0 0.5;
10280             }
10281             GENLIST_DESCRIPTION_FLIP_ENABLED
10282          }
10283          part { name: "elm.padding.icon1.right";
10284             clip_to: "disclip";
10285             type: RECT;
10286             scale: 1;
10287             description { state: "default" 0.0;
10288                min: GENLIST_PADDING_16_INC 0;
10289                fixed: 1 0;
10290                rel1 {
10291                   relative: 1.0 0.0;
10292                   to_x: "elm.icon.1";
10293                }
10294                rel2.to_x: "elm.icon.1";
10295                align: 0.0 0.0;
10296                visible: 0;
10297             }
10298          }
10299          part { name: "elm.icon.2";
10300             clip_to: "disclip";
10301             type: SWALLOW;
10302             scale: 1;
10303             description { state: "default" 0.0;
10304                fixed: 1 1;
10305                rel1 {
10306                   relative: 0.0 1.0;
10307                   to_x: "elm.padding.right";
10308                   to_y: "elm.padding.top";
10309                }
10310                rel2 {
10311                   relative: 0.0 0.0;
10312                   to_x: "elm.padding.right";
10313                   to_y: "elm.padding.bottom";
10314                }
10315                align: 1.0 0.5;
10316             }
10317             GENLIST_DESCRIPTION_FLIP_ENABLED
10318          }
10319          part { name: "elm.padding.icon2.left";
10320             clip_to: "disclip";
10321             type: RECT;
10322             scale: 1;
10323             description { state: "default" 0.0;
10324                min: GENLIST_PADDING_16_INC 0;
10325                fixed: 1 0;
10326                rel1.to_x: "elm.icon.2";
10327                rel2 {
10328                   relative: 0.0 1.0;
10329                   to_x: "elm.icon.2";
10330                }
10331                align: 1.0 0.0;
10332                visible: 0;
10333             }
10334          }
10335          part { name: "elm.text.1";
10336             clip_to: "disclip";
10337             type: TEXT;
10338             mouse_events: 0;
10339             scale: 1;
10340             description { state: "default" 0.0;
10341                min: 0 GENLIST_SIZE_61_INC;
10342                fixed: 0 1;
10343                rel1 {
10344                   relative: 1.0 0.0;
10345                   to_x: "elm.padding.icon1.right";
10346                   to_y: "elm.padding.top";
10347                }
10348                rel2 {
10349                   relative: 0.0 0.0;
10350                   to_x: "elm.padding.icon2.left";
10351                   to_y: "elm.padding.top";
10352                }
10353                align: 0 0;
10354                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
10355                text {
10356                   font: "SLP:style=Roman";
10357                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
10358                   min: 0 1;
10359                   align: 0.0 0.5;
10360                   text_class: "list_item";
10361                }
10362             }
10363             description { state: "selected" 0.0;
10364                inherit: "default" 0.0;
10365                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
10366             }
10367             GENLIST_DESCRIPTION_FLIP_ENABLED
10368          }
10369          part { name: "elm.swallow.progress";
10370             clip_to: "disclip";
10371             type: SWALLOW;
10372             scale: 1;
10373             description { state: "default" 0.0;
10374                fixed: 0 1;
10375                rel1 {
10376                   relative: 1.0 1.0;
10377                   to_x: "elm.padding.icon1.right";
10378                   to_y: "elm.text.1";
10379                }
10380                rel2 {
10381                   relative: 0.0 0.0;
10382                   to_x: "elm.padding.icon2.left";
10383                   to_y: "elm.text.2";
10384                }
10385                align: 0.5 0.5;
10386             }
10387             GENLIST_DESCRIPTION_FLIP_ENABLED
10388          }
10389          part { name: "elm.text.2";
10390             clip_to: "disclip";
10391             type: TEXT;
10392             mouse_events: 0;
10393             scale: 1;
10394             description { state: "default" 0.0;
10395                min: 0 GENLIST_SIZE_48_INC;
10396                fixed: 0 1;
10397                rel1 {
10398                   relative: 1.0 1.0;
10399                   to_x: "elm.padding.icon1.right";
10400                   to_y: "elm.padding.bottom";
10401                }
10402                rel2 {
10403                   relative: 0.0 1.0;
10404                   to_x: "elm.padding.icon2.left";
10405                   to_y: "elm.padding.bottom";
10406                }
10407                align: 0 1;
10408                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
10409                text {
10410                   font: "SLP:style=Roman";
10411                   size: GENLIST_FONT_32_INC;
10412                   min: 0 1;
10413                   align: 0.0 0.5;
10414                   text_class: "slp_roman";
10415                }
10416             }
10417             description { state: "selected" 0.0;
10418                inherit: "default" 0.0;
10419                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
10420             }
10421             GENLIST_DESCRIPTION_FLIP_ENABLED
10422          }
10423          part { name: "elm.text.3";
10424             clip_to: "disclip";
10425             type: TEXT;
10426             mouse_events: 0;
10427             scale: 1;
10428             description { state: "default" 0.0;
10429                min: 0 GENLIST_SIZE_48_INC;
10430                fixed: 0 1;
10431                rel1 {
10432                   relative: 1.0 1.0;
10433                   to_x: "elm.padding.icon1.right";
10434                   to_y: "elm.padding.bottom";
10435                }
10436                rel2 {
10437                   relative: 0.0 1.0;
10438                   to_x: "elm.padding.icon2.left";
10439                   to_y: "elm.padding.bottom";
10440                }
10441                align: 1 1;
10442                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
10443                text {
10444                   font: "SLP:style=Roman";
10445                   size: GENLIST_FONT_32_INC;
10446                   min: 0 1;
10447                   align: 1.0 0.5;
10448                   text_class: "slp_roman";
10449                }
10450             }
10451             description { state: "selected" 0.0;
10452                inherit: "default" 0.0;
10453                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
10454             }
10455             GENLIST_DESCRIPTION_FLIP_ENABLED
10456          }
10457          GENLIST_PART_FLIP
10458          GENLIST_PART_DISCLIP
10459       }
10460       programs {
10461          // signal: elm,state,%s,active
10462          //   a "check" item named %s went active
10463          // signal: elm,state,%s,passive
10464          //   a "check" item named %s went passive
10465          // default is passive
10466          program { name: "go_active";
10467             signal: "elm,state,selected";
10468             source: "elm";
10469             action: STATE_SET "selected" 0.0;
10470             target: "bg_image";
10471             target: "elm.text.1";
10472             target: "elm.text.2";
10473             target: "elm.text.3";
10474             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10475          }
10476          program { name: "go_passive";
10477             signal: "elm,state,unselected";
10478             source: "elm";
10479             action: STATE_SET "default" 0.0;
10480             target: "bg_image";
10481             target: "elm.text.1";
10482             target: "elm.text.2";
10483             target: "elm.text.3";
10484             transition: LINEAR 0.1;
10485          }
10486          program { name: "go_disabled";
10487             signal: "elm,state,disabled";
10488             source: "elm";
10489             action: STATE_SET "disabled" 0.0;
10490             target: "disclip";
10491          }
10492          program { name: "go_enabled";
10493             signal: "elm,state,enabled";
10494             source: "elm";
10495             action: STATE_SET "default" 0.0;
10496             target: "disclip";
10497          }
10498          program { name: "flip_enabled";
10499             signal: "elm,state,flip,enabled";
10500             source: "elm";
10501             action: STATE_SET "flip_enabled" 0.0;
10502             target: "elm.text.1";
10503             target: "elm.text.2";
10504             target: "elm.text.3";
10505             target: "elm.icon.1";
10506             target: "elm.icon.2";
10507             target: "elm.swallow.progress";
10508             target: "elm.flip.content";
10509          }
10510          program { name: "flip_disabled";
10511             signal: "elm,state,flip,disabled";
10512             source: "elm";
10513             action: STATE_SET "default" 0.0;
10514             target: "elm.text.1";
10515             target: "elm.text.2";
10516             target: "elm.text.3";
10517             target: "elm.icon.1";
10518             target: "elm.icon.2";
10519             target: "elm.swallow.progress";
10520             target: "elm.flip.content";
10521          }
10522          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10523       }
10524    }
10525
10526 // 3.2.31
10527    group { name: "elm/genlist/item/2text.2icon.8/default";
10528       alias: "elm/genlist/item_odd/2text.2icon.8/default";
10529       alias: "elm/genlist/item_compress/2text.2icon.8/default";
10530       alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
10531       data.item: "stacking" "above";
10532       data.item: "selectraise" "on";
10533       data.item: "texts" "elm.text.1 elm.text.2";
10534       data.item: "contents" "elm.icon.1 elm.icon.2";
10535       data.item: "flips" "elm.flip.content";
10536       images {
10537          image: "00_list_bar_press_1x80.png" COMP;
10538       }
10539       parts {
10540          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10541          GENLIST_PART_BG_IMAGE
10542          GENLIST_PART_BOTTOM_LINE
10543          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10544          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10545          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10546          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10547          part { name: "elm.icon.1";
10548             clip_to: "disclip";
10549             type: SWALLOW;
10550             scale: 1;
10551             description { state: "default" 0.0;
10552                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10553                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10554                fixed: 1 1;
10555                rel1 {
10556                   relative: 1.0 1.0;
10557                   to_x: "elm.padding.left";
10558                   to_y: "elm.padding.top";
10559                }
10560                rel2 {
10561                   relative: 1.0 0.0;
10562                   to_x: "elm.padding.left";
10563                   to_y: "elm.padding.bottom";
10564                }
10565                align: 0.0 0.5;
10566             }
10567             GENLIST_DESCRIPTION_FLIP_ENABLED
10568          }
10569          part { name: "elm.padding.icon1.right";
10570             clip_to: "disclip";
10571             type: RECT;
10572             scale: 1;
10573             description { state: "default" 0.0;
10574                min: GENLIST_PADDING_16_INC 0;
10575                fixed: 1 0;
10576                rel1 {
10577                   relative: 1.0 0.0;
10578                   to_x: "elm.icon.1";
10579                }
10580                rel2.to_x: "elm.icon.1";
10581                align: 0.0 0.0;
10582                visible: 0;
10583             }
10584          }
10585          part { name: "elm.icon.2";
10586             clip_to: "disclip";
10587             type: SWALLOW;
10588             scale: 1;
10589             description { state: "default" 0.0;
10590                fixed: 1 1;
10591                rel1 {
10592                   relative: 0.0 1.0;
10593                   to_x: "elm.padding.right";
10594                   to_y: "elm.padding.top";
10595                }
10596                rel2 {
10597                   relative: 0.0 0.0;
10598                   to_x: "elm.padding.right";
10599                   to_y: "elm.padding.bottom";
10600                }
10601                align: 1.0 0.5;
10602             }
10603             GENLIST_DESCRIPTION_FLIP_ENABLED
10604          }
10605          part { name: "elm.padding.icon2.left";
10606             clip_to: "disclip";
10607             type: RECT;
10608             scale: 1;
10609             description { state: "default" 0.0;
10610                min: GENLIST_PADDING_16_INC 0;
10611                fixed: 1 0;
10612                rel1.to_x: "elm.icon.2";
10613                rel2 {
10614                   relative: 0.0 1.0;
10615                   to_x: "elm.icon.2";
10616                }
10617                align: 1.0 0.0;
10618                visible: 0;
10619             }
10620          }
10621          part { name: "elm.text.1";
10622             clip_to: "disclip";
10623             type: TEXT;
10624             mouse_events: 0;
10625             scale: 1;
10626             description { state: "default" 0.0;
10627                min: 0 GENLIST_SIZE_61_INC;
10628                fixed: 0 1;
10629                rel1 {
10630                   relative: 1.0 1.0;
10631                   to_x: "elm.padding.icon1.right";
10632                   to_y: "elm.padding.top";
10633                }
10634                rel2 {
10635                   relative: 0.0 1.0;
10636                   to_x: "elm.padding.icon2.left";
10637                   to_y: "elm.padding.top";
10638                }
10639                align: 0.0 0.0;
10640                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
10641                text {
10642                   font: "SLP:style=Roman";
10643                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
10644                   min: 0 1;
10645                   align: 0.0 0.5;
10646                   text_class: "list_item";
10647                }
10648             }
10649             description { state: "selected" 0.0;
10650                inherit: "default" 0.0;
10651                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
10652             }
10653             GENLIST_DESCRIPTION_FLIP_ENABLED
10654          }
10655          part { name: "elm.text.2";
10656             clip_to: "disclip";
10657             type: TEXT;
10658             mouse_events: 0;
10659             scale: 1;
10660             description { state: "default" 0.0;
10661                rel1 {
10662                   relative: 1.0 1.0;
10663                   to_x: "elm.padding.icon1.right";
10664                   to_y: "elm.text.1";
10665                }
10666                rel2 {
10667                   relative: 0.0 0.0;
10668                   to_x: "elm.padding.icon2.left";
10669                   to_y: "elm.padding.bottom";
10670                }
10671                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
10672                text {
10673                   font: "SLP:style=Medium";
10674                   size: GENLIST_FONT_32_INC;
10675                   min: 0 1;
10676                   align: 0.0 0.5;
10677                   text_class: "slp_medium";
10678                }
10679             }
10680             description { state: "selected" 0.0;
10681                inherit: "default" 0.0;
10682                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
10683             }
10684             GENLIST_DESCRIPTION_FLIP_ENABLED
10685          }
10686          GENLIST_PART_FLIP
10687          GENLIST_PART_DISCLIP
10688       }
10689       programs {
10690          // signal: elm,state,%s,active
10691          //   a "check" item named %s went active
10692          // signal: elm,state,%s,passive
10693          //   a "check" item named %s went passive
10694          // default is passive
10695          program { name: "go_active";
10696             signal: "elm,state,selected";
10697             source: "elm";
10698             action: STATE_SET "selected" 0.0;
10699             target: "bg_image";
10700             target: "elm.text.1";
10701             target: "elm.text.2";
10702             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10703          }
10704          program { name: "go_passive";
10705             signal: "elm,state,unselected";
10706             source: "elm";
10707             action: STATE_SET "default" 0.0;
10708             target: "bg_image";
10709             target: "elm.text.1";
10710             target: "elm.text.2";
10711             transition: LINEAR 0.1;
10712          }
10713          program { name: "go_disabled";
10714             signal: "elm,state,disabled";
10715             source: "elm";
10716             action: STATE_SET "disabled" 0.0;
10717             target: "disclip";
10718          }
10719          program { name: "go_enabled";
10720             signal: "elm,state,enabled";
10721             source: "elm";
10722             action: STATE_SET "default" 0.0;
10723             target: "disclip";
10724          }
10725          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
10726          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10727       }
10728    }
10729
10730    group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
10731       inherit: "elm/genlist/item/2text.2icon.8/default";
10732       parts {
10733          part { name: "elm.text.1";
10734             clip_to: "disclip";
10735             type: TEXTBLOCK;
10736             mouse_events: 0;
10737             scale: 1;
10738             description { state: "default" 0.0;
10739                min: 0 GENLIST_SIZE_61_INC;
10740                fixed: 0 1;
10741                rel1 {
10742                   relative: 1.0 1.0;
10743                   to_x: "elm.padding.icon1.right";
10744                   to_y: "elm.padding.top";
10745                }
10746                rel2 {
10747                   relative: 0.0 1.0;
10748                   to_x: "elm.padding.icon2.left";
10749                   to_y: "elm.padding.top";
10750                }
10751                align: 0.0 0.0;
10752                text {
10753                   style: "genlist_style_list_main_text_unread";
10754                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
10755                   min: 0 1;
10756                   align: 0.0 0.5;
10757                   text_class: "slp_roman";
10758                }
10759             }
10760             description { state: "selected" 0.0;
10761                inherit: "default" 0.0;
10762                text.style: "genlist_style_list_main_text_focus";
10763             }
10764             GENLIST_DESCRIPTION_FLIP_ENABLED
10765          }
10766       }
10767    }
10768
10769 // 3.2.33
10770    group { name: "elm/genlist/item/1text.2icon.5/default";
10771       alias: "elm/genlist/item_odd/1text.2icon.5/default";
10772       alias: "elm/genlist/item_compress/1text.2icon.5/default";
10773       alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
10774       data.item: "stacking" "above";
10775       data.item: "selectraise" "on";
10776       data.item: "texts" "elm.text.1";
10777       data.item: "contents" "elm.icon.1 elm.swallow.progress";
10778       data.item: "flips" "elm.flip.content";
10779       images {
10780          image: "00_list_bar_press_1x80.png" COMP;
10781       }
10782       parts {
10783          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10784          GENLIST_PART_BG_IMAGE
10785          GENLIST_PART_BOTTOM_LINE
10786          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10787          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10788          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10789          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10790          part { name: "elm.icon.1";
10791             clip_to: "disclip";
10792             type: SWALLOW;
10793             scale: 1;
10794             description { state: "default" 0.0;
10795                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10796                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10797                fixed: 1 1;
10798                rel1 {
10799                   relative: 1.0 1.0;
10800                   to_x: "elm.padding.left";
10801                   to_y: "elm.padding.top";
10802                }
10803                rel2 {
10804                   relative: 1.0 0.0;
10805                   to_x: "elm.padding.left";
10806                   to_y: "elm.padding.bottom";
10807                }
10808                align: 0.0 0.5;
10809             }
10810             GENLIST_DESCRIPTION_FLIP_ENABLED
10811          }
10812          part { name: "elm.padding.icon1.right";
10813             clip_to: "disclip";
10814             type: RECT;
10815             scale: 1;
10816             description { state: "default" 0.0;
10817                min: GENLIST_PADDING_16_INC 0;
10818                fixed: 1 0;
10819                rel1 {
10820                   relative: 1.0 0.0;
10821                   to_x: "elm.icon.1";
10822                }
10823                rel2.to_x: "elm.icon.1";
10824                align: 0.0 0.0;
10825                visible: 0;
10826             }
10827          }
10828          part { name: "elm.text.1";
10829             clip_to: "disclip";
10830             type: TEXT;
10831             mouse_events: 0;
10832             scale: 1;
10833             description { state: "default" 0.0;
10834                min: 0 GENLIST_SIZE_61_INC;
10835                fixed: 0 1;
10836                rel1 {
10837                   relative: 1.0 1.0;
10838                   to_x: "elm.padding.icon1.right";
10839                   to_y: "elm.padding.top";
10840                }
10841                rel2 {
10842                   relative: 0.0 1.0;
10843                   to_x: "elm.padding.right";
10844                   to_y: "elm.padding.top";
10845                }
10846                align: 0 0;
10847                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
10848                text {
10849                   font: "SLP:style=Roman";
10850                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
10851                   min: 0 1;
10852                   align: 0.0 0.5;
10853                   text_class: "list_item";
10854                }
10855             }
10856             description { state: "selected" 0.0;
10857                inherit: "default" 0.0;
10858                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
10859             }
10860             GENLIST_DESCRIPTION_FLIP_ENABLED
10861          }
10862          part { name: "elm.swallow.progress";
10863             clip_to: "disclip";
10864             type: SWALLOW;
10865             scale: 1;
10866             description { state: "default" 0.0;
10867                fixed: 0 1;
10868                rel1 {
10869                   relative: 1.0 1.0;
10870                   to_x: "elm.padding.icon1.right";
10871                   to_y: "elm.text.1";
10872                }
10873                rel2 {
10874                   relative: 0.0 1.0;
10875                   to_x: "elm.padding.right";
10876                   to_y: "elm.text.1";
10877                }
10878                align: 0.5 0.0;
10879             }
10880             GENLIST_DESCRIPTION_FLIP_ENABLED
10881          }
10882          GENLIST_PART_FLIP
10883          GENLIST_PART_DISCLIP
10884       }
10885       programs {
10886          // signal: elm,state,%s,active
10887          //   a "check" item named %s went active
10888          // signal: elm,state,%s,passive
10889          //   a "check" item named %s went passive
10890          // default is passive
10891          program { name: "go_active";
10892             signal: "elm,state,selected";
10893             source: "elm";
10894             action: STATE_SET "selected" 0.0;
10895             target: "bg_image";
10896             target: "elm.text.1";
10897             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10898          }
10899          program { name: "go_passive";
10900             signal: "elm,state,unselected";
10901             source: "elm";
10902             action: STATE_SET "default" 0.0;
10903             target: "bg_image";
10904             target: "elm.text.1";
10905             transition: LINEAR 0.1;
10906          }
10907          program { name: "go_disabled";
10908             signal: "elm,state,disabled";
10909             source: "elm";
10910             action: STATE_SET "disabled" 0.0;
10911             target: "disclip";
10912          }
10913          program { name: "go_enabled";
10914             signal: "elm,state,enabled";
10915             source: "elm";
10916             action: STATE_SET "default" 0.0;
10917             target: "disclip";
10918          }
10919          program { name: "flip_enabled";
10920             signal: "elm,state,flip,enabled";
10921             source: "elm";
10922             action: STATE_SET "flip_enabled" 0.0;
10923             target: "elm.text.1";
10924             target: "elm.icon.1";
10925             target: "elm.swallow.progress";
10926             target: "elm.flip.content";
10927          }
10928          program { name: "flip_disabled";
10929             signal: "elm,state,flip,disabled";
10930             source: "elm";
10931             action: STATE_SET "default" 0.0;
10932             target: "elm.text.1";
10933             target: "elm.icon.1";
10934             target: "elm.swallow.progress";
10935             target: "elm.flip.content";
10936          }
10937          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10938       }
10939    }
10940
10941 // 3.2.33
10942    group { name: "elm/genlist/item/2text.3icon.4/default";
10943       alias: "elm/genlist/item_odd/2text.3icon.4/default";
10944       alias: "elm/genlist/item_compress/2text.3icon.4/default";
10945       alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
10946       data.item: "stacking" "above";
10947       data.item: "selectraise" "on";
10948       data.item: "texts" "elm.text.1 elm.text.2";
10949       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
10950       data.item: "flips" "elm.flip.content";
10951       images {
10952          image: "00_list_bar_press_1x80.png" COMP;
10953       }
10954       parts {
10955          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10956          GENLIST_PART_BG_IMAGE
10957          GENLIST_PART_BOTTOM_LINE
10958          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10959          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10960          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10961          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10962          part { name: "elm.icon.1";
10963             clip_to: "disclip";
10964             type: SWALLOW;
10965             scale: 1;
10966             description { state: "default" 0.0;
10967                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10968                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
10969                fixed: 1 1;
10970                rel1 {
10971                   relative: 1.0 1.0;
10972                   to_x: "elm.padding.left";
10973                   to_y: "elm.padding.top";
10974                }
10975                rel2 {
10976                   relative: 1.0 0.0;
10977                   to_x: "elm.padding.left";
10978                   to_y: "elm.padding.bottom";
10979                }
10980                align: 0.0 0.5;
10981             }
10982             GENLIST_DESCRIPTION_FLIP_ENABLED
10983          }
10984          part { name: "elm.padding.icon1.right";
10985             clip_to: "disclip";
10986             type: RECT;
10987             scale: 1;
10988             description { state: "default" 0.0;
10989                min: GENLIST_SIZE_16_INC 0;
10990                fixed: 1 0;
10991                rel1 {
10992                   relative: 1.0 0.0;
10993                   to_x: "elm.icon.1";
10994                }
10995                rel2.to_x: "elm.icon.1";
10996                align: 0.0 0.0;
10997                visible: 0;
10998             }
10999          }
11000          part { name: "elm.icon.2";
11001             clip_to: "disclip";
11002             type: SWALLOW;
11003             scale: 1;
11004             description { state: "default" 0.0;
11005                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11006                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11007                fixed: 1 1;
11008                rel1 {
11009                   relative: 1.0 1.0;
11010                   to_x: "elm.padding.icon1.right";
11011                   to_y: "elm.padding.top";
11012                }
11013                rel2 {
11014                   relative: 1.0 0.0;
11015                   to_x: "elm.padding.icon1.right";
11016                   to_y: "elm.padding.bottom";
11017                }
11018                align: 0.0 0.5;
11019             }
11020             GENLIST_DESCRIPTION_FLIP_ENABLED
11021          }
11022          part { name: "elm.padding.icon2.right";
11023             clip_to: "disclip";
11024             type: RECT;
11025             scale: 1;
11026             description { state: "default" 0.0;
11027                min: GENLIST_SIZE_16_INC 0;
11028                fixed: 1 0;
11029                rel1 {
11030                   relative: 1.0 0.0;
11031                   to_x: "elm.icon.2";
11032                }
11033                rel2.to_x: "elm.icon.2";
11034                align: 0.0 0.0;
11035                visible: 0;
11036             }
11037          }
11038          part { name: "elm.icon.3";
11039             clip_to: "disclip";
11040             type: SWALLOW;
11041             scale: 1;
11042             description { state: "default" 0.0;
11043                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11044                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11045                fixed: 1 1;
11046                rel1 {
11047                   relative: 0.0 1.0;
11048                   to_x: "elm.padding.right";
11049                   to_y: "elm.padding.top";
11050                }
11051                rel2 {
11052                   relative: 0.0 0.0;
11053                   to_x: "elm.padding.right";
11054                   to_y: "elm.padding.bottom";
11055                }
11056                align: 1.0 0.5;
11057             }
11058             GENLIST_DESCRIPTION_FLIP_ENABLED
11059          }
11060          part { name: "elm.padding.icon3.left";
11061             clip_to: "disclip";
11062             type: RECT;
11063             scale: 1;
11064             description { state: "default" 0.0;
11065                min: GENLIST_SIZE_16_INC 0;
11066                fixed: 1 0;
11067                rel1.to_x: "elm.icon.3";
11068                rel2 {
11069                   relative: 0.0 1.0;
11070                   to_x: "elm.icon.3";
11071                }
11072                align: 1.0 0.0;
11073                visible: 0;
11074             }
11075          }
11076          part { name: "elm.text.1";
11077             clip_to: "disclip";
11078             type: TEXT;
11079             mouse_events: 0;
11080             scale: 1;
11081             description { state: "default" 0.0;
11082                min: 0 GENLIST_SIZE_61_INC;
11083                fixed: 0 1;
11084                rel1 {
11085                   relative: 1.0 1.0;
11086                   to_x: "elm.padding.icon2.right";
11087                   to_y: "elm.padding.top";
11088                }
11089                rel2 {
11090                   relative: 0.0 1.0;
11091                   to_x: "elm.padding.icon3.left";
11092                   to_y: "elm.padding.top";
11093                }
11094                align: 0.0 0.0;
11095                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
11096                text {
11097                   font: "SLP:style=Roman";
11098                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
11099                   min: 0 1;
11100                   align: 0.0 0.5;
11101                   text_class: "list_item";
11102                }
11103             }
11104             description { state: "selected" 0.0;
11105                inherit: "default" 0.0;
11106                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11107             }
11108             GENLIST_DESCRIPTION_FLIP_ENABLED
11109          }
11110          part { name: "elm.text.2";
11111             clip_to: "disclip";
11112             type: TEXT;
11113             mouse_events: 0;
11114             scale: 1;
11115             description { state: "default" 0.0;
11116                rel1 {
11117                   relative: 1.0 1.0;
11118                   to_x: "elm.padding.icon2.right";
11119                   to_y: "elm.text.1";
11120                }
11121                rel2 {
11122                   relative: 0.0 0.0;
11123                   to_x: "elm.padding.icon3.left";
11124                   to_y: "elm.padding.bottom";
11125                }
11126                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
11127                text {
11128                   font: "SLP:style=Medium";
11129                   size: GENLIST_FONT_32_INC;
11130                   min: 0 1;
11131                   align: 0.0 0.5;
11132                   text_class: "slp_medium";
11133                }
11134             }
11135             description { state: "selected" 0.0;
11136                inherit: "default" 0.0;
11137                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
11138             }
11139             GENLIST_DESCRIPTION_FLIP_ENABLED
11140          }
11141          GENLIST_PART_FLIP
11142          GENLIST_PART_DISCLIP
11143       }
11144       programs {
11145          // signal: elm,state,%s,active
11146          //   a "check" item named %s went active
11147          // signal: elm,state,%s,passive
11148          //   a "check" item named %s went passive
11149          // default is passive
11150          program { name: "go_active";
11151             signal: "elm,state,selected";
11152             source: "elm";
11153             action: STATE_SET "selected" 0.0;
11154             target: "bg_image";
11155             target: "elm.text.1";
11156             target: "elm.text.2";
11157             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11158          }
11159          program { name: "go_passive";
11160             signal: "elm,state,unselected";
11161             source: "elm";
11162             action: STATE_SET "default" 0.0;
11163             target: "bg_image";
11164             target: "elm.text.1";
11165             target: "elm.text.2";
11166             transition: LINEAR 0.1;
11167          }
11168          program { name: "go_disabled";
11169             signal: "elm,state,disabled";
11170             source: "elm";
11171             action: STATE_SET "disabled" 0.0;
11172             target: "disclip";
11173          }
11174          program { name: "go_enabled";
11175             signal: "elm,state,enabled";
11176             source: "elm";
11177             action: STATE_SET "default" 0.0;
11178             target: "disclip";
11179          }
11180          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11181          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11182       }
11183    }
11184
11185 // 3.2.34
11186    group { name: "elm/genlist/item/2text.2icon.9/default";
11187       alias: "elm/genlist/item_odd/2text.2icon.9/default";
11188       alias: "elm/genlist/item_compress/2text.2icon.9/default";
11189       alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
11190       data.item: "stacking" "above";
11191       data.item: "selectraise" "on";
11192       data.item: "texts" "elm.text.1 elm.text.2";
11193       data.item: "contents" "elm.icon.1 elm.icon.2";
11194       data.item: "flips" "elm.flip.content";
11195       images {
11196          image: "00_list_bar_press_1x80.png" COMP;
11197       }
11198       parts {
11199          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11200          GENLIST_PART_BG_IMAGE
11201          GENLIST_PART_BOTTOM_LINE
11202          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11203          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11204          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11205          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11206          part { name: "elm.icon.2";
11207             clip_to: "disclip";
11208             type: SWALLOW;
11209             scale: 1;
11210             description { state: "default" 0.0;
11211                fixed: 1 1;
11212                rel1 {
11213                   relative: 0.0 1.0;
11214                   to_x: "elm.padding.right";
11215                   to_y: "elm.padding.top";
11216                }
11217                rel2 {
11218                   relative: 0.0 0.0;
11219                   to_x: "elm.padding.right";
11220                   to_y: "elm.padding.bottom";
11221                }
11222                align: 1.0 0.5;
11223             }
11224             GENLIST_DESCRIPTION_FLIP_ENABLED
11225          }
11226          part { name: "elm.padding.icon2.left";
11227             clip_to: "disclip";
11228             type: RECT;
11229             scale: 1;
11230             description { state: "default" 0.0;
11231                min: GENLIST_SIZE_16_INC 0;
11232                fixed: 1 0;
11233                rel1.to_x: "elm.icon.2";
11234                rel2 {
11235                   relative: 0.0 1.0;
11236                   to_x: "elm.icon.2";
11237                }
11238                align: 1.0 0.0;
11239                visible: 0;
11240             }
11241          }
11242          part { name: "elm.text.2";
11243             clip_to: "disclip";
11244             type: TEXT;
11245             mouse_events: 0;
11246             scale: 1;
11247             description { state: "default" 0.0;
11248                min: 0 GENLIST_SIZE_48_INC;
11249                fixed: 0 1;
11250                rel1 {
11251                   relative: 1.0 0.0;
11252                   to_x: "elm.padding.left";
11253                   to_y: "elm.padding.bottom";
11254                }
11255                rel2 {
11256                   relative: 0.0 0.0;
11257                   to_x: "elm.padding.icon2.left";
11258                   to_y: "elm.padding.bottom";
11259                }
11260                align: 0.0 1.0;
11261                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
11262                text {
11263                   font: "SLP:style=Medium";
11264                   size: GENLIST_FONT_32_INC;
11265                   min: 0 1;
11266                   align: 0.0 0.5;
11267                   text_class: "slp_medium";
11268                }
11269             }
11270             description { state: "selected" 0.0;
11271                inherit: "default" 0.0;
11272                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
11273             }
11274             GENLIST_DESCRIPTION_FLIP_ENABLED
11275          }
11276          part { name: "elm.text.1";
11277             clip_to: "disclip";
11278             type: TEXT;
11279             mouse_events: 0;
11280             scale: 1;
11281             description { state: "default" 0.0;
11282                min: 0 0;
11283                max: GENLIST_SIZE_560_INC 0;
11284                fixed: 1 0;
11285                rel1 {
11286                   relative: 1.0 1.0;
11287                   to_x: "elm.padding.left";
11288                   to_y: "elm.padding.top";
11289                }
11290                rel2 {
11291                   relative: 1.0 0.0;
11292                   to_x: "elm.padding.left";
11293                   to_y: "elm.text.2";
11294                }
11295                align: 0.0 0.5;
11296                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
11297                text {
11298                   font: "SLP:style=Roman";
11299                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
11300                   min: 1 1;
11301                   align: 0.0 0.5;
11302                   text_class: "list_item";
11303                }
11304             }
11305             description { state: "selected" 0.0;
11306                inherit: "default" 0.0;
11307                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11308             }
11309             GENLIST_DESCRIPTION_FLIP_ENABLED
11310          }
11311          part { name: "elm.padding.icon1.left";
11312             clip_to: "disclip";
11313             type: RECT;
11314             scale: 1;
11315             description { state: "default" 0.0;
11316                min: GENLIST_SIZE_16_INC 0;
11317                fixed: 1 0;
11318                rel1 {
11319                   relative: 1.0 0.0;
11320                   to_x: "elm.text.1";
11321                }
11322                rel2.to_x: "elm.text.1";
11323                align: 0.0 0.0;
11324                visible: 0;
11325             }
11326          }
11327          part { name: "elm.icon.1";
11328             clip_to: "disclip";
11329             type: SWALLOW;
11330             scale: 1;
11331             description { state: "default" 0.0;
11332                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11333                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11334                fixed: 1 1;
11335                rel1 {
11336                   relative: 1.0 1.0;
11337                   to_x: "elm.padding.icon1.left";
11338                   to_y: "elm.padding.top";
11339                }
11340                rel2 {
11341                   relative: 1.0 0.0;
11342                   to_x: "elm.padding.icon1.left";
11343                   to_y: "elm.text.2";
11344                }
11345                align: 0.0 0.5;
11346             }
11347             GENLIST_DESCRIPTION_FLIP_ENABLED
11348          }
11349          GENLIST_PART_FLIP
11350          GENLIST_PART_DISCLIP
11351       }
11352       programs {
11353          // signal: elm,state,%s,active
11354          //   a "check" item named %s went active
11355          // signal: elm,state,%s,passive
11356          //   a "check" item named %s went passive
11357          // default is passive
11358          program { name: "go_active";
11359             signal: "elm,state,selected";
11360             source: "elm";
11361             action: STATE_SET "selected" 0.0;
11362             target: "bg_image";
11363             target: "elm.text.1";
11364             target: "elm.text.2";
11365             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11366          }
11367          program { name: "go_passive";
11368             signal: "elm,state,unselected";
11369             source: "elm";
11370             action: STATE_SET "default" 0.0;
11371             target: "bg_image";
11372             target: "elm.text.1";
11373             target: "elm.text.2";
11374             transition: LINEAR 0.1;
11375          }
11376          program { name: "go_disabled";
11377             signal: "elm,state,disabled";
11378             source: "elm";
11379             action: STATE_SET "disabled" 0.0;
11380             target: "disclip";
11381          }
11382          program { name: "go_enabled";
11383             signal: "elm,state,enabled";
11384             source: "elm";
11385             action: STATE_SET "default" 0.0;
11386             target: "disclip";
11387          }
11388          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11389          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11390       }
11391    }
11392
11393 // 10.1 Help_dialogue group
11394    group { name: "elm/genlist/item_compress/multiline/1text/default";
11395       alias: "elm/genlist/item_compress_odd/multiline/1text/default";
11396       data.item: "stacking" "above";
11397       data.item: "selectraise" "on";
11398       data.item: "texts" "elm.text.1";
11399       parts {
11400          part { name: "base";
11401             type: RECT;
11402             repeat_events: 1;
11403             description { state: "default" 0.0;
11404                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
11405             }
11406          }
11407          GENLIST_PART_BG_IMAGE
11408          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
11409          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
11410          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
11411          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
11412          part { name: "elm.text.1";
11413             clip_to: "disclip";
11414             type: TEXTBLOCK;
11415             mouse_events: 0;
11416             scale: 1;
11417             description { state: "default" 0.0;
11418                rel1 {
11419                   relative: 1.0 1.0;
11420                   to_x: "elm.padding.left";
11421                   to_y: "elm.padding.top";
11422                }
11423                rel2 {
11424                   relative: 0.0 0.0;
11425                   to_x: "elm.padding.right";
11426                   to_y: "elm.padding.bottom";
11427                }
11428                text {
11429                   style: "genlist_style_dialogue_group_help_text";
11430                   min: 0 1;
11431                   align: 0.0 0.5;
11432                }
11433             }
11434          }
11435          GENLIST_PART_DISCLIP
11436       }
11437       programs {
11438          program { name: "go_disabled";
11439             signal: "elm,state,disabled";
11440             source: "elm";
11441             action: STATE_SET "disabled" 0.0;
11442             target: "disclip";
11443          }
11444          program { name: "go_enabled";
11445             signal: "elm,state,enabled";
11446             source: "elm";
11447             action: STATE_SET "default" 0.0;
11448             target: "disclip";
11449          }
11450       }
11451    }
11452
11453 // 3.4.1
11454    group { name: "elm/genlist/item_compress/multiline/2text/default";
11455       alias: "elm/genlist/item_compress_odd/multiline/2text/default";
11456       alias: "elm/genlist/item_compress/multiline.2text/default";
11457       alias: "elm/genlist/item_compress_odd/multiline.2text/default";
11458       data.item: "stacking" "above";
11459       data.item: "selectraise" "on";
11460       data.item: "texts" "elm.text.1 elm.text.2";
11461       parts {
11462          part { name: "base";
11463             type: RECT;
11464             repeat_events: 1;
11465             description { state: "default" 0.0;
11466                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
11467             }
11468          }
11469          GENLIST_PART_BG_IMAGE
11470          GENLIST_PART_BOTTOM_LINE
11471          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11472          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
11473          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11474          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11475          part { name: "elm.text.1";
11476             clip_to: "disclip";
11477             type: TEXT;
11478             mouse_events: 0;
11479             scale: 1;
11480             description { state: "default" 0.0;
11481                min: 0 GENLIST_SIZE_61_INC;
11482                fixed: 0 1;
11483                rel1 {
11484                   relative: 1.0 1.0;
11485                   to_x: "elm.padding.left";
11486                   to_y: "elm.padding.top";
11487                }
11488                rel2 {
11489                   relative: 0.0 1.0;
11490                   to_x: "elm.padding.right";
11491                   to_y: "elm.padding.top";
11492                }
11493                align: 0.0 0.0;
11494                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
11495                text {
11496                   font: "SLP:style=Roman";
11497                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
11498                   min: 0 1;
11499                   align: 0.0 0.5;
11500                   text_class: "list_item";
11501                }
11502             }
11503             description { state: "selected" 0.0;
11504                inherit: "default" 0.0;
11505                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11506             }
11507          }
11508          part { name: "elm.text.2";
11509             clip_to: "disclip";
11510             type: TEXTBLOCK;
11511             mouse_events: 0;
11512             scale: 1;
11513             description { state: "default" 0.0;
11514                rel1 {
11515                   relative: 1.0 1.0;
11516                   to_x: "elm.padding.left";
11517                   to_y: "elm.text.1";
11518                }
11519                rel2 {
11520                   relative: 0.0 0.0;
11521                   to_x: "elm.padding.right";
11522                   to_y: "elm.padding.bottom";
11523                }
11524                text {
11525                   style: "genlist_style_flexible_text_sub";
11526                   min: 0 1;
11527                   align: 0.0 0.5;
11528                }
11529             }
11530          }
11531          GENLIST_PART_DISCLIP
11532       }
11533       programs {
11534          // signal: elm,state,%s,active
11535          //   a "check" item named %s went active
11536          // signal: elm,state,%s,passive
11537          //   a "check" item named %s went passive
11538          // default is passive
11539          program { name: "go_active";
11540             signal: "elm,state,selected";
11541             source: "elm";
11542             action: STATE_SET "selected" 0.0;
11543             target: "bg_image";
11544             target: "elm.text.1";
11545             target: "elm.text.2";
11546             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11547          }
11548          program { name: "go_passive";
11549             signal: "elm,state,unselected";
11550             source: "elm";
11551             action: STATE_SET "default" 0.0;
11552             target: "bg_image";
11553             target: "elm.text.1";
11554             target: "elm.text.2";
11555             transition: LINEAR 0.1;
11556          }
11557          program { name: "go_disabled";
11558             signal: "elm,state,disabled";
11559             source: "elm";
11560             action: STATE_SET "disabled" 0.0;
11561             target: "disclip";
11562          }
11563          program { name: "go_enabled";
11564             signal: "elm,state,enabled";
11565             source: "elm";
11566             action: STATE_SET "default" 0.0;
11567             target: "disclip";
11568          }
11569          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11570       }
11571    }
11572
11573 // 3.4.2
11574    group { name: "elm/genlist/item/multiline/3text.2icon/default";
11575       alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
11576       alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
11577       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
11578       data.item: "stacking" "above";
11579       data.item: "selectraise" "on";
11580       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11581       data.item: "contents" "elm.icon.1 elm.icon.2";
11582       data.item: "flips" "elm.flip.content";
11583       images {
11584          image: "00_list_bar_press_1x80.png" COMP;
11585       }
11586       parts {
11587          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
11588          GENLIST_PART_BG_IMAGE
11589          GENLIST_PART_BOTTOM_LINE
11590          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11591          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
11592          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11593          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11594          part { name: "elm.icon.2";
11595             clip_to: "disclip";
11596             type: SWALLOW;
11597             scale: 1;
11598             description { state: "default" 0.0;
11599                min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
11600                max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
11601                fixed: 1 1;
11602                rel1 {
11603                   relative: 0.0 1.0;
11604                   to_x: "elm.padding.right";
11605                   to_y: "elm.padding.top";
11606                }
11607                rel2 {
11608                   relative: 0.0 0.0;
11609                   to_x: "elm.padding.right";
11610                   to_y: "elm.padding.bottom";
11611                }
11612                align: 1.0 0.5;
11613             }
11614             GENLIST_DESCRIPTION_FLIP_ENABLED
11615          }
11616          part { name: "elm.padding.icon2.left";
11617             clip_to: "disclip";
11618             type: RECT;
11619             scale: 1;
11620             description { state: "default" 0.0;
11621                min: GENLIST_PADDING_16_INC 0;
11622                fixed: 1 0;
11623                rel1.to_x: "elm.icon.2";
11624                rel2 {
11625                   relative: 0.0 1.0;
11626                   to_x: "elm.icon.2";
11627                }
11628                align: 1.0 0.0;
11629                visible: 0;
11630             }
11631          }
11632          part { name: "elm.text.1.rect";
11633             clip_to: "disclip";
11634             type: RECT;
11635             scale: 1;
11636             description { state: "default" 0.0;
11637                min: 0 GENLIST_SIZE_48_INC;
11638                fixed: 0 1;
11639                rel1 {
11640                   relative: 1.0 1.0;
11641                   to_x: "elm.padding.left";
11642                   to_y: "elm.padding.top";
11643                }
11644                rel2 {
11645                   relative: 0.0 1.0;
11646                   to_x: "elm.padding.icon2.left";
11647                   to_y: "elm.padding.top";
11648                }
11649                align: 0.0 0.0;
11650                visible: 0;
11651             }
11652          }
11653          part { name: "elm.text.1";
11654             clip_to: "disclip";
11655             type: TEXT;
11656             mouse_events: 0;
11657             scale: 1;
11658             description { state: "default" 0.0;
11659                fixed: 1 1;
11660                rel1.to: "elm.text.1.rect";
11661                rel2.to: "elm.text.1.rect";
11662                align: 0.0 0.0;
11663                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
11664                text {
11665                   font: "SLP:style=Roman";
11666                   size: GENLIST_3LINE_MAIN_TEXT_01_SIZE;
11667                   min: 0 1;
11668                   align: 0.0 0.5;
11669                   text_class: "list_item";
11670                }
11671             }
11672             description { state: "selected" 0.0;
11673                inherit: "default" 0.0;
11674                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11675             }
11676             GENLIST_DESCRIPTION_FLIP_ENABLED
11677          }
11678          part { name: "elm.text.2";
11679             clip_to: "disclip";
11680             type: TEXT;
11681             mouse_events: 0;
11682             scale: 1;
11683             description { state: "default" 0.0;
11684                min: 0 GENLIST_SIZE_48_INC;
11685                fixed: 0 1;
11686                rel1 {
11687                   relative: 1.0 1.0;
11688                   to_x: "elm.padding.left";
11689                   to_y: "elm.text.1.rect";
11690                }
11691                rel2 {
11692                   relative: 0.0 1.0;
11693                   to_x: "elm.padding.icon2.left";
11694                   to_y: "elm.text.1.rect";
11695                }
11696                align: 0.0 0.0;
11697                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
11698                text {
11699                   font: "SLP:style=Roman";
11700                   size: GENLIST_FONT_36_INC;
11701                   min: 0 1;
11702                   align: 0.0 0.5;
11703                   text_class: "slp_roman";
11704                }
11705             }
11706             description { state: "selected" 0.0;
11707                inherit: "default" 0.0;
11708                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11709             }
11710             GENLIST_DESCRIPTION_FLIP_ENABLED
11711          }
11712          part { name: "elm.text.3";
11713             clip_to: "disclip";
11714             type: TEXT;
11715             mouse_events: 0;
11716             scale: 1;
11717             description { state: "default" 0.0;
11718                min: 0 GENLIST_SIZE_35_INC;
11719                fixed: 0 1;
11720                rel1 {
11721                   relative: 1.0 0.0;
11722                   to_x: "elm.padding.icon1.right";
11723                   to_y: "elm.padding.bottom";
11724                }
11725                rel2 {
11726                   relative: 0.0 0.0;
11727                   to_x: "elm.padding.icon2.left";
11728                   to_y: "elm.padding.bottom";
11729                }
11730                align: 0.0 1.0;
11731                color: GENLIST_3LINE_MAIN_TEXT_03_COLOR;
11732                text {
11733                   font: "SLP:style=Medium";
11734                   size: GENLIST_3LINE_MAIN_TEXT_03_SIZE;
11735                   min: 0 1;
11736                   align: 0.0 0.5;
11737                   text_class: "slp_medium";
11738                }
11739             }
11740             description { state: "selected" 0.0;
11741                inherit: "default" 0.0;
11742                color: GENLIST_3LINE_MAIN_TEXT_03_FOCUS_COLOR;
11743             }
11744             GENLIST_DESCRIPTION_FLIP_ENABLED
11745          }
11746          part { name: "elm.icon.1";
11747             clip_to: "disclip";
11748             type: SWALLOW;
11749             scale: 1;
11750             description { state: "default" 0.0;
11751                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11752                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11753                fixed: 1 1;
11754                rel1 {
11755                   relative: 1.0 1.0;
11756                   to_x: "elm.padding.left";
11757                   to_y: "elm.text.2";
11758                }
11759                rel2 {
11760                   relative: 1.0 0.0;
11761                   to_x: "elm.padding.left";
11762                   to_y: "elm.padding.bottom";
11763                }
11764                align: 0.0 0.5;
11765             }
11766             GENLIST_DESCRIPTION_FLIP_ENABLED
11767          }
11768          part { name: "elm.padding.icon1.right";
11769             clip_to: "disclip";
11770             type: RECT;
11771             scale: 1;
11772             description { state: "default" 0.0;
11773                min: GENLIST_PADDING_16_INC 0;
11774                fixed: 1 0;
11775                rel1 {
11776                   relative: 1.0 0.0;
11777                   to_x: "elm.icon.1";
11778                }
11779                rel2.to_x: "elm.icon.1";
11780                align: 0.0 0.0;
11781                visible: 0;
11782             }
11783          }
11784          GENLIST_PART_FLIP
11785          GENLIST_PART_DISCLIP
11786       }
11787       programs {
11788          // signal: elm,state,%s,active
11789          //   a "check" item named %s went active
11790          // signal: elm,state,%s,passive
11791          //   a "check" item named %s went passive
11792          // default is passive
11793          program { name: "go_active";
11794             signal: "elm,state,selected";
11795             source: "elm";
11796             action: STATE_SET "selected" 0.0;
11797             target: "bg_image";
11798             target: "elm.text.1";
11799             target: "elm.text.2";
11800             target: "elm.text.3";
11801             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11802          }
11803          program { name: "go_passive";
11804             signal: "elm,state,unselected";
11805             source: "elm";
11806             action: STATE_SET "default" 0.0;
11807             target: "bg_image";
11808             target: "elm.text.1";
11809             target: "elm.text.2";
11810             target: "elm.text.3";
11811             transition: LINEAR 0.1;
11812          }
11813          program { name: "go_disabled";
11814             signal: "elm,state,disabled";
11815             source: "elm";
11816             action: STATE_SET "disabled" 0.0;
11817             target: "disclip";
11818          }
11819          program { name: "go_enabled";
11820             signal: "elm,state,enabled";
11821             source: "elm";
11822             action: STATE_SET "default" 0.0;
11823             target: "disclip";
11824          }
11825          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
11826          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11827       }
11828    }
11829
11830 // 3.4.2
11831    group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
11832       alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
11833       alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
11834       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
11835       data.item: "stacking" "above";
11836       data.item: "selectraise" "on";
11837       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11838       data.item: "contents" "elm.icon.1 elm.icon.2";
11839       data.item: "flips" "elm.flip.content";
11840       images {
11841          image: "00_list_bar_press_1x80.png" COMP;
11842       }
11843       parts {
11844          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
11845          GENLIST_PART_BG_IMAGE
11846          GENLIST_PART_BOTTOM_LINE
11847          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11848          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
11849          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11850          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11851          part { name: "elm.icon.2";
11852             clip_to: "disclip";
11853             type: SWALLOW;
11854             scale: 1;
11855             description { state: "default" 0.0;
11856                min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
11857                max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
11858                fixed: 1 1;
11859                rel1 {
11860                   relative: 0.0 1.0;
11861                   to_x: "elm.padding.right";
11862                   to_y: "elm.padding.top";
11863                }
11864                rel2 {
11865                   relative: 0.0 0.0;
11866                   to_x: "elm.padding.right";
11867                   to_y: "elm.padding.bottom";
11868                }
11869                align: 1.0 0.5;
11870             }
11871             GENLIST_DESCRIPTION_FLIP_ENABLED
11872          }
11873          part { name: "elm.padding.icon2.left";
11874             clip_to: "disclip";
11875             type: RECT;
11876             scale: 1;
11877             description { state: "default" 0.0;
11878                min: GENLIST_PADDING_16_INC 0;
11879                fixed: 1 0;
11880                rel1.to_x: "elm.icon.2";
11881                rel2 {
11882                   relative: 0.0 1.0;
11883                   to_x: "elm.icon.2";
11884                }
11885                align: 1.0 0.0;
11886                visible: 0;
11887             }
11888          }
11889          part { name: "elm.text.1.rect";
11890             clip_to: "disclip";
11891             type: RECT;
11892             scale: 1;
11893             description { state: "default" 0.0;
11894                min: 0 GENLIST_SIZE_48_INC;
11895                fixed: 0 1;
11896                rel1 {
11897                   relative: 1.0 1.0;
11898                   to_x: "elm.padding.left";
11899                   to_y: "elm.padding.top";
11900                }
11901                rel2 {
11902                   relative: 0.0 1.0;
11903                   to_x: "elm.padding.icon2.left";
11904                   to_y: "elm.padding.top";
11905                }
11906                align: 0.0 0.0;
11907                visible: 0;
11908             }
11909          }
11910          part { name: "elm.text.1";
11911             clip_to: "disclip";
11912             type: TEXT;
11913             mouse_events: 0;
11914             scale: 1;
11915             description { state: "default" 0.0;
11916                fixed: 1 1;
11917                rel1.to: "elm.text.1.rect";
11918                rel2.to: "elm.text.1.rect";
11919                align: 0.0 0.0;
11920                color: GENLIST_3LINE_MAIN_TEXT_01_READ_COLOR;
11921                text {
11922                   font: "SLP:style=Roman";
11923                   size: GENLIST_3LINE_MAIN_TEXT_01_SIZE;
11924                   min: 0 1;
11925                   align: 0.0 0.5;
11926                   text_class: "list_item";
11927                }
11928             }
11929             description { state: "selected" 0.0;
11930                inherit: "default" 0.0;
11931                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
11932             }
11933             GENLIST_DESCRIPTION_FLIP_ENABLED
11934          }
11935          part { name: "elm.text.2";
11936             clip_to: "disclip";
11937             type: TEXT;
11938             mouse_events: 0;
11939             scale: 1;
11940             description { state: "default" 0.0;
11941                min: 0 GENLIST_SIZE_48_INC;
11942                fixed: 0 1;
11943                rel1 {
11944                   relative: 1.0 1.0;
11945                   to_x: "elm.padding.left";
11946                   to_y: "elm.text.1.rect";
11947                }
11948                rel2 {
11949                   relative: 0.0 1.0;
11950                   to_x: "elm.padding.icon2.left";
11951                   to_y: "elm.text.1.rect";
11952                }
11953                align: 0.0 0.0;
11954                color: GENLIST_3LINE_MAIN_TEXT_02_COLOR;
11955                text {
11956                   font: "SLP:style=Roman";
11957                   size: GENLIST_3LINE_MAIN_TEXT_02_SIZE;
11958                   min: 0 1;
11959                   align: 0.0 0.5;
11960                   text_class: "slp_roman";
11961                }
11962             }
11963             description { state: "selected" 0.0;
11964                inherit: "default" 0.0;
11965                color: GENLIST_3LINE_MAIN_TEXT_02_COLOR_FOCUS;
11966             }
11967             GENLIST_DESCRIPTION_FLIP_ENABLED
11968          }
11969          part { name: "elm.text.3";
11970             clip_to: "disclip";
11971             type: TEXT;
11972             mouse_events: 0;
11973             scale: 1;
11974             description { state: "default" 0.0;
11975                min: 0 GENLIST_SIZE_35_INC;
11976                fixed: 0 1;
11977                rel1 {
11978                   relative: 1.0 0.0;
11979                   to_x: "elm.padding.icon1.right";
11980                   to_y: "elm.padding.bottom";
11981                }
11982                rel2 {
11983                   relative: 0.0 0.0;
11984                   to_x: "elm.padding.icon2.left";
11985                   to_y: "elm.padding.bottom";
11986                }
11987                align: 0.0 1.0;
11988                color: GENLIST_3LINE_MAIN_TEXT_03_COLOR;
11989                text {
11990                   font: "SLP:style=Medium";
11991                   size: GENLIST_3LINE_MAIN_TEXT_03_SIZE;
11992                   min: 0 1;
11993                   align: 0.0 0.5;
11994                   text_class: "slp_medium";
11995                }
11996             }
11997             description { state: "selected" 0.0;
11998                inherit: "default" 0.0;
11999                color: GENLIST_3LINE_MAIN_TEXT_03_FOCUS_COLOR;
12000             }
12001             GENLIST_DESCRIPTION_FLIP_ENABLED
12002          }
12003          part { name: "elm.icon.1";
12004             clip_to: "disclip";
12005             type: SWALLOW;
12006             scale: 1;
12007             description { state: "default" 0.0;
12008                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12009                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12010                fixed: 1 1;
12011                rel1 {
12012                   relative: 1.0 1.0;
12013                   to_x: "elm.padding.left";
12014                   to_y: "elm.text.2";
12015                }
12016                rel2 {
12017                   relative: 1.0 0.0;
12018                   to_x: "elm.padding.left";
12019                   to_y: "elm.padding.bottom";
12020                }
12021                align: 0.0 0.5;
12022             }
12023             GENLIST_DESCRIPTION_FLIP_ENABLED
12024          }
12025          part { name: "elm.padding.icon1.right";
12026             clip_to: "disclip";
12027             type: RECT;
12028             scale: 1;
12029             description { state: "default" 0.0;
12030                min: GENLIST_PADDING_16_INC 0;
12031                fixed: 1 0;
12032                rel1 {
12033                   relative: 1.0 0.0;
12034                   to_x: "elm.icon.1";
12035                }
12036                rel2.to_x: "elm.icon.1";
12037                align: 0.0 0.0;
12038                visible: 0;
12039             }
12040          }
12041          GENLIST_PART_FLIP
12042          GENLIST_PART_DISCLIP
12043       }
12044       programs {
12045          // signal: elm,state,%s,active
12046          //   a "check" item named %s went active
12047          // signal: elm,state,%s,passive
12048          //   a "check" item named %s went passive
12049          // default is passive
12050          program { name: "go_active";
12051             signal: "elm,state,selected";
12052             source: "elm";
12053             action: STATE_SET "selected" 0.0;
12054             target: "bg_image";
12055             target: "elm.text.1";
12056             target: "elm.text.2";
12057             target: "elm.text.3";
12058             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12059          }
12060          program { name: "go_passive";
12061             signal: "elm,state,unselected";
12062             source: "elm";
12063             action: STATE_SET "default" 0.0;
12064             target: "bg_image";
12065             target: "elm.text.1";
12066             target: "elm.text.2";
12067             target: "elm.text.3";
12068             transition: LINEAR 0.1;
12069          }
12070          program { name: "go_disabled";
12071             signal: "elm,state,disabled";
12072             source: "elm";
12073             action: STATE_SET "disabled" 0.0;
12074             target: "disclip";
12075          }
12076          program { name: "go_enabled";
12077             signal: "elm,state,enabled";
12078             source: "elm";
12079             action: STATE_SET "default" 0.0;
12080             target: "disclip";
12081          }
12082          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
12083          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12084       }
12085    }
12086
12087 // 3.4.3
12088    group { name: "elm/genlist/item/multiline/3text.1icon/default";
12089       alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
12090       alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
12091       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
12092       data.item: "stacking" "above";
12093       data.item: "selectraise" "on";
12094       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12095       data.item: "contents" "elm.icon";
12096       data.item: "flips" "elm.flip.content";
12097       images {
12098          image: "00_list_bar_press_1x80.png" COMP;
12099       }
12100       parts {
12101          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12102          GENLIST_PART_BG_IMAGE
12103          GENLIST_PART_BOTTOM_LINE
12104          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12105          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12106          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12107          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12108          part { name: "elm.text.1.rect";
12109             clip_to: "disclip";
12110             type: RECT;
12111             scale: 1;
12112             description { state: "default" 0.0;
12113                min: 0 GENLIST_SIZE_48_INC;
12114                fixed: 0 1;
12115                rel1 {
12116                   relative: 1.0 1.0;
12117                   to_x: "elm.padding.left";
12118                   to_y: "elm.padding.top";
12119                }
12120                rel2 {
12121                   relative: 0.0 1.0;
12122                   to_x: "elm.padding.right";
12123                   to_y: "elm.padding.top";
12124                }
12125                align: 0.0 0.0;
12126                visible: 0;
12127             }
12128          }
12129          part { name: "elm.text.1";
12130             clip_to: "disclip";
12131             type: TEXT;
12132             mouse_events: 0;
12133             scale: 1;
12134             description { state: "default" 0.0;
12135                fixed: 1 1;
12136                rel1.to: "elm.text.1.rect";
12137                rel2.to: "elm.text.1.rect";
12138                align: 0.0 0.0;
12139                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
12140                text {
12141                   font: "SLP:style=Roman";
12142                   size: GENLIST_3LINE_MAIN_TEXT_01_SIZE;
12143                   min: 0 1;
12144                   align: 0.0 0.5;
12145                   text_class: "list_item";
12146                }
12147             }
12148             description { state: "selected" 0.0;
12149                inherit: "default" 0.0;
12150                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
12151             }
12152             GENLIST_DESCRIPTION_FLIP_ENABLED
12153          }
12154          part { name: "elm.text.2";
12155             clip_to: "disclip";
12156             type: TEXT;
12157             mouse_events: 0;
12158             scale: 1;
12159             description { state: "default" 0.0;
12160                min: 0 GENLIST_SIZE_48_INC;
12161                fixed: 0 1;
12162                rel1 {
12163                   relative: 1.0 1.0;
12164                   to_x: "elm.padding.left";
12165                   to_y: "elm.text.1.rect";
12166                }
12167                rel2 {
12168                   relative: 0.0 1.0;
12169                   to_x: "elm.padding.right";
12170                   to_y: "elm.text.1.rect";
12171                }
12172                align: 0.0 0.0;
12173                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
12174                text {
12175                   font: "SLP:style=Roman";
12176                   size: GENLIST_FONT_36_INC;
12177                   min: 0 1;
12178                   align: 0.0 0.5;
12179                   text_class: "slp_roman";
12180                }
12181             }
12182             description { state: "selected" 0.0;
12183                inherit: "default" 0.0;
12184                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
12185             }
12186             GENLIST_DESCRIPTION_FLIP_ENABLED
12187          }
12188          part { name: "elm.text.3";
12189             clip_to: "disclip";
12190             type: TEXT;
12191             mouse_events: 0;
12192             scale: 1;
12193             description { state: "default" 0.0;
12194                min: 0 GENLIST_SIZE_35_INC;
12195                fixed: 0 1;
12196                rel1 {
12197                   relative: 1.0 0.0;
12198                   to_x: "elm.padding.icon.right";
12199                   to_y: "elm.padding.bottom";
12200                }
12201                rel2 {
12202                   relative: 0.0 0.0;
12203                   to_x: "elm.padding.right";
12204                   to_y: "elm.padding.bottom";
12205                }
12206                align: 0.0 1.0;
12207                color: GENLIST_3LINE_MAIN_TEXT_03_COLOR;
12208                text {
12209                   font: "SLP:style=Medium";
12210                   size: GENLIST_3LINE_MAIN_TEXT_03_SIZE;
12211                   min: 0 1;
12212                   align: 0.0 0.5;
12213                   text_class: "slp_medium";
12214                }
12215             }
12216             description { state: "selected" 0.0;
12217                inherit: "default" 0.0;
12218                color: GENLIST_3LINE_MAIN_TEXT_03_FOCUS_COLOR;
12219             }
12220             GENLIST_DESCRIPTION_FLIP_ENABLED
12221          }
12222          part { name: "elm.icon";
12223             clip_to: "disclip";
12224             type: SWALLOW;
12225             scale: 1;
12226             description { state: "default" 0.0;
12227                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12228                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12229                fixed: 1 1;
12230                rel1 {
12231                   relative: 1.0 0.0;
12232                   to_x: "elm.padding.left";
12233                   to_y: "elm.text.3";
12234                }
12235                rel2 {
12236                   relative: 1.0 0.0;
12237                   to_x: "elm.padding.left";
12238                   to_y: "elm.padding.bottom";
12239                }
12240                align: 0.0 0.5;
12241             }
12242             GENLIST_DESCRIPTION_FLIP_ENABLED
12243          }
12244          part { name: "elm.padding.icon.right";
12245             clip_to: "disclip";
12246             type: RECT;
12247             scale: 1;
12248             description { state: "default" 0.0;
12249                min: GENLIST_PADDING_16_INC 0;
12250                fixed: 1 0;
12251                rel1 {
12252                   relative: 1.0 0.0;
12253                   to_x: "elm.icon";
12254                }
12255                rel2.to_x: "elm.icon";
12256                align: 0.0 0.0;
12257                visible: 0;
12258             }
12259          }
12260          GENLIST_PART_FLIP
12261          GENLIST_PART_DISCLIP
12262       }
12263       programs {
12264          // signal: elm,state,%s,active
12265          //   a "check" item named %s went active
12266          // signal: elm,state,%s,passive
12267          //   a "check" item named %s went passive
12268          // default is passive
12269          program { name: "go_active";
12270             signal: "elm,state,selected";
12271             source: "elm";
12272             action: STATE_SET "selected" 0.0;
12273             target: "bg_image";
12274             target: "elm.text.1";
12275             target: "elm.text.2";
12276             target: "elm.text.3";
12277             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12278          }
12279          program { name: "go_passive";
12280             signal: "elm,state,unselected";
12281             source: "elm";
12282             action: STATE_SET "default" 0.0;
12283             target: "bg_image";
12284             target: "elm.text.1";
12285             target: "elm.text.2";
12286             target: "elm.text.3";
12287             transition: LINEAR 0.1;
12288          }
12289          program { name: "go_disabled";
12290             signal: "elm,state,disabled";
12291             source: "elm";
12292             action: STATE_SET "disabled" 0.0;
12293             target: "disclip";
12294          }
12295          program { name: "go_enabled";
12296             signal: "elm,state,enabled";
12297             source: "elm";
12298             action: STATE_SET "default" 0.0;
12299             target: "disclip";
12300          }
12301          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
12302          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12303       }
12304    }
12305
12306 // 3.4.3
12307    group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
12308       alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
12309       alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
12310       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
12311       data.item: "stacking" "above";
12312       data.item: "selectraise" "on";
12313       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12314       data.item: "contents" "elm.icon";
12315       data.item: "flips" "elm.flip.content";
12316       images {
12317          image: "00_list_bar_press_1x80.png" COMP;
12318       }
12319       parts {
12320          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12321          GENLIST_PART_BG_IMAGE
12322          GENLIST_PART_BOTTOM_LINE
12323          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12324          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12325          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12326          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12327          part { name: "elm.text.1.rect";
12328             clip_to: "disclip";
12329             type: RECT;
12330             scale: 1;
12331             description { state: "default" 0.0;
12332                min: 0 GENLIST_SIZE_48_INC;
12333                fixed: 0 1;
12334                rel1 {
12335                   relative: 1.0 1.0;
12336                   to_x: "elm.padding.left";
12337                   to_y: "elm.padding.top";
12338                }
12339                rel2 {
12340                   relative: 0.0 1.0;
12341                   to_x: "elm.padding.right";
12342                   to_y: "elm.padding.top";
12343                }
12344                align: 0.0 0.0;
12345                visible: 0;
12346             }
12347          }
12348          part { name: "elm.text.1";
12349             clip_to: "disclip";
12350             type: TEXT;
12351             mouse_events: 0;
12352             scale: 1;
12353             description { state: "default" 0.0;
12354                fixed: 1 1;
12355                rel1.to: "elm.text.1.rect";
12356                rel2.to: "elm.text.1.rect";
12357                align: 0.0 0.0;
12358                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
12359                text {
12360                   font: "SLP:style=Roman";
12361                   size: GENLIST_3LINE_MAIN_TEXT_01_SIZE;
12362                   min: 0 1;
12363                   align: 0.0 0.5;
12364                   text_class: "list_item";
12365                }
12366             }
12367             description { state: "selected" 0.0;
12368                inherit: "default" 0.0;
12369                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
12370             }
12371             GENLIST_DESCRIPTION_FLIP_ENABLED
12372          }
12373          part { name: "elm.text.2";
12374             clip_to: "disclip";
12375             type: TEXT;
12376             mouse_events: 0;
12377             scale: 1;
12378             description { state: "default" 0.0;
12379                min: 0 GENLIST_SIZE_48_INC;
12380                fixed: 0 1;
12381                rel1 {
12382                   relative: 1.0 1.0;
12383                   to_x: "elm.padding.left";
12384                   to_y: "elm.text.1.rect";
12385                }
12386                rel2 {
12387                   relative: 0.0 1.0;
12388                   to_x: "elm.padding.right";
12389                   to_y: "elm.text.1.rect";
12390                }
12391                align: 0.0 0.0;
12392                color: GENLIST_3LINE_MAIN_TEXT_02_COLOR;
12393                text {
12394                   font: "SLP:style=Roman";
12395                   size: GENLIST_3LINE_MAIN_TEXT_02_SIZE;
12396                   min: 0 1;
12397                   align: 0.0 0.5;
12398                   text_class: "slp_roman";
12399                }
12400             }
12401             description { state: "selected" 0.0;
12402                inherit: "default" 0.0;
12403                color: GENLIST_3LINE_MAIN_TEXT_02_COLOR_FOCUS;
12404             }
12405             GENLIST_DESCRIPTION_FLIP_ENABLED
12406          }
12407          part { name: "elm.text.3";
12408             clip_to: "disclip";
12409             type: TEXT;
12410             mouse_events: 0;
12411             scale: 1;
12412             description { state: "default" 0.0;
12413                min: 0 GENLIST_SIZE_35_INC;
12414                fixed: 0 1;
12415                rel1 {
12416                   relative: 1.0 0.0;
12417                   to_x: "elm.padding.icon.right";
12418                   to_y: "elm.padding.bottom";
12419                }
12420                rel2 {
12421                   relative: 0.0 0.0;
12422                   to_x: "elm.padding.right";
12423                   to_y: "elm.padding.bottom";
12424                }
12425                align: 0.0 1.0;
12426                color: GENLIST_3LINE_MAIN_TEXT_03_COLOR;
12427                text {
12428                   font: "SLP:style=Medium";
12429                   size: GENLIST_3LINE_MAIN_TEXT_03_SIZE;
12430                   min: 0 1;
12431                   align: 0.0 0.5;
12432                   text_class: "slp_medium";
12433                }
12434             }
12435             description { state: "selected" 0.0;
12436                inherit: "default" 0.0;
12437                color: GENLIST_3LINE_MAIN_TEXT_03_FOCUS_COLOR;
12438             }
12439             GENLIST_DESCRIPTION_FLIP_ENABLED
12440          }
12441          part { name: "elm.icon";
12442             clip_to: "disclip";
12443             type: SWALLOW;
12444             scale: 1;
12445             description { state: "default" 0.0;
12446                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12447                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12448                fixed: 1 1;
12449                rel1 {
12450                   relative: 1.0 0.0;
12451                   to_x: "elm.padding.left";
12452                   to_y: "elm.text.3";
12453                }
12454                rel2 {
12455                   relative: 1.0 0.0;
12456                   to_x: "elm.padding.left";
12457                   to_y: "elm.padding.bottom";
12458                }
12459                align: 0.0 0.5;
12460             }
12461             GENLIST_DESCRIPTION_FLIP_ENABLED
12462          }
12463          part { name: "elm.padding.icon.right";
12464             clip_to: "disclip";
12465             type: RECT;
12466             scale: 1;
12467             description { state: "default" 0.0;
12468                min: GENLIST_PADDING_16_INC 0;
12469                fixed: 1 0;
12470                rel1 {
12471                   relative: 1.0 0.0;
12472                   to_x: "elm.icon";
12473                }
12474                rel2.to_x: "elm.icon";
12475                align: 0.0 0.0;
12476                visible: 0;
12477             }
12478          }
12479          GENLIST_PART_FLIP
12480          GENLIST_PART_DISCLIP
12481       }
12482       programs {
12483          // signal: elm,state,%s,active
12484          //   a "check" item named %s went active
12485          // signal: elm,state,%s,passive
12486          //   a "check" item named %s went passive
12487          // default is passive
12488          program { name: "go_active";
12489             signal: "elm,state,selected";
12490             source: "elm";
12491             action: STATE_SET "selected" 0.0;
12492             target: "bg_image";
12493             target: "elm.text.1";
12494             target: "elm.text.2";
12495             target: "elm.text.3";
12496             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12497          }
12498          program { name: "go_passive";
12499             signal: "elm,state,unselected";
12500             source: "elm";
12501             action: STATE_SET "default" 0.0;
12502             target: "bg_image";
12503             target: "elm.text.1";
12504             target: "elm.text.2";
12505             target: "elm.text.3";
12506             transition: LINEAR 0.1;
12507          }
12508          program { name: "go_disabled";
12509             signal: "elm,state,disabled";
12510             source: "elm";
12511             action: STATE_SET "disabled" 0.0;
12512             target: "disclip";
12513          }
12514          program { name: "go_enabled";
12515             signal: "elm,state,enabled";
12516             source: "elm";
12517             action: STATE_SET "default" 0.0;
12518             target: "disclip";
12519          }
12520          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
12521          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12522       }
12523    }
12524
12525    // 2.2.3.11
12526    group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
12527       alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
12528       alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
12529       alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
12530       data.item: "stacking" "above";
12531       data.item: "selectraise" "on";
12532       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
12533       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
12534       data.item: "flips" "elm.flip.content";
12535       images {
12536          image: "00_list_bar_press_1x80.png" COMP;
12537       }
12538       parts {
12539          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
12540          GENLIST_PART_BG_IMAGE
12541          GENLIST_PART_BOTTOM_LINE
12542          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
12543          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
12544          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12545          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12546
12547          part { name: "elm.icon.1";
12548             clip_to: "disclip";
12549             type: SWALLOW;
12550             scale: 1;
12551             description { state: "default" 0.0;
12552                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
12553                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
12554                fixed: 1 1;
12555                rel1 {
12556                   relative: 1.0 1.0;
12557                   to_x: "elm.padding.left";
12558                   to_y: "elm.padding.top";
12559                }
12560                rel2 {
12561                   relative: 1.0 0.0;
12562                   to_x: "elm.padding.left";
12563                   to_y: "elm.padding.bottom";
12564                }
12565                align: 0.0 0.5;
12566             }
12567             GENLIST_DESCRIPTION_FLIP_ENABLED
12568          }
12569          part { name: "elm.padding.icon1.right";
12570             clip_to: "disclip";
12571             type: RECT;
12572             scale: 1;
12573             description { state: "default" 0.0;
12574                min: GENLIST_PADDING_16_INC 0;
12575                fixed: 1 0;
12576                rel1 {
12577                   relative: 1.0 0.0;
12578                   to_x: "elm.icon.1";
12579                }
12580                rel2.to_x: "elm.icon.1";
12581                align: 0.0 0.0;
12582                visible: 0;
12583             }
12584          }
12585          part { name: "elm.icon.3";
12586             clip_to: "disclip";
12587             type: SWALLOW;
12588             scale: 1;
12589             description { state: "default" 0.0;
12590                min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
12591                max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
12592                fixed: 1 1;
12593                rel1 {
12594                   relative: 0.0 1.0;
12595                   to_x: "elm.padding.right";
12596                   to_y: "elm.padding.top";
12597                }
12598                rel2 {
12599                   relative: 0.0 0.0;
12600                   to_x: "elm.padding.right";
12601                   to_y: "elm.padding.bottom";
12602                }
12603                align: 1.0 0.0;
12604             }
12605             GENLIST_DESCRIPTION_FLIP_ENABLED
12606          }
12607          part { name: "elm.icon.3.left";
12608             clip_to: "disclip";
12609             type: RECT;
12610             scale: 1;
12611             description { state: "default" 0.0;
12612                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12613                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12614                fixed: 1 1;
12615                rel1 {
12616                   relative: 0.0 1.0;
12617                   to_x: "elm.icon.3";
12618                   to_y: "elm.padding.top";
12619                }
12620                rel2 {
12621                   relative: 0.0 0.0;
12622                   to_x: "elm.icon.3";
12623                   to_y: "elm.padding.bottom";
12624                }
12625                align: 1.0 0.0;
12626                visible: 0;
12627             }
12628             GENLIST_DESCRIPTION_FLIP_ENABLED
12629          }
12630          part { name: "elm.icon.4";
12631             clip_to: "disclip";
12632             type: SWALLOW;
12633             scale: 1;
12634             description { state: "default" 0.0;
12635                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12636                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12637                fixed: 1 1;
12638                rel1 {
12639                   relative: 0.0 1.0;
12640                   to_x: "elm.icon.3.left";
12641                   to_y: "elm.padding.top";
12642                }
12643                rel2 {
12644                   relative: 0.0 0.0;
12645                   to_x: "elm.icon.3.left";
12646                   to_y: "elm.text.2";
12647                }
12648                align: 1.0 0.5;
12649             }
12650             GENLIST_DESCRIPTION_FLIP_ENABLED
12651          }
12652          part { name: "elm.icon.4.left";
12653             clip_to: "disclip";
12654             type: RECT;
12655             scale: 1;
12656             description { state: "default" 0.0;
12657                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12658                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12659                fixed: 1 1;
12660                rel1 {
12661                   relative: 0.0 1.0;
12662                   to_x: "elm.icon.4";
12663                   to_y: "elm.padding.top";
12664                }
12665                rel2 {
12666                   relative: 0.0 0.0;
12667                   to_x: "elm.icon.4";
12668                   to_y: "elm.padding.bottom";
12669                }
12670                align: 1.0 0.0;
12671                visible: 0;
12672             }
12673             GENLIST_DESCRIPTION_FLIP_ENABLED
12674          }
12675
12676          part { name: "elm.text.1.rect";
12677             clip_to: "disclip";
12678             type: RECT;
12679             scale: 1;
12680             description { state: "default" 0.0;
12681                min: 0 GENLIST_SIZE_60_INC;
12682                fixed: 0 1;
12683                rel1 {
12684                   relative: 1.0 1.0;
12685                   to_x: "elm.padding.left";
12686                   to_y: "elm.padding.top";
12687                }
12688                rel2 {
12689                   relative: 0.0 1.0;
12690                   to_x: "elm.icon.4.left";
12691                   to_y: "elm.padding.top";
12692                }
12693                align: 0.0 0.0;
12694                visible: 0;
12695             }
12696          }
12697          part { name: "elm.text.1";
12698             clip_to: "disclip";
12699             type: TEXT;
12700             mouse_events: 0;
12701             scale: 1;
12702             description { state: "default" 0.0;
12703                fixed: 1 1;
12704                rel1 {
12705                   relative: 1.0 1.0;
12706                   to_x: "elm.padding.icon1.right";
12707                   to_y: "elm.padding.top";
12708                }
12709                rel2.to: "elm.text.1.rect";
12710                align: 0.0 0.0;
12711                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
12712                text {
12713                   font: "SLP:style=Roman";
12714                   size: GENLIST_3LINE_MAIN_TEXT_01_SIZE;
12715                   min: 0 1;
12716                   align: 0.0 0.5;
12717                   text_class: "list_item";
12718                }
12719             }
12720             description { state: "selected" 0.0;
12721                inherit: "default" 0.0;
12722                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
12723             }
12724             GENLIST_DESCRIPTION_FLIP_ENABLED
12725          }
12726          part { name: "elm.text.1.bottom";
12727             clip_to: "disclip";
12728             type: RECT;
12729             scale: 1;
12730             description { state: "default" 0.0;
12731                min: 0 GENLIST_SIZE_4_INC;
12732                fixed: 1 1;
12733                rel1 {
12734                   relative: 1.0 1.0;
12735                   to_x: "elm.padding.icon1.right";
12736                   to_y: "elm.text.1.rect";
12737                }
12738                rel2 {
12739                   relative: 0.0 1.0;
12740                   to_x: "elm.padding.right";
12741                   to_y: "elm.text.1.rect";
12742                }
12743                align: 0.0 1.0;
12744                visible: 0;
12745             }
12746             GENLIST_DESCRIPTION_FLIP_ENABLED
12747          }
12748          part { name: "elm.text.2";
12749             clip_to: "disclip";
12750             type: TEXT;
12751             mouse_events: 0;
12752             scale: 1;
12753             description { state: "default" 0.0;
12754                min: 0 GENLIST_SIZE_40_INC;
12755                fixed: 0 1;
12756                rel1 {
12757                   relative: 1.0 1.0;
12758                   to_x: "elm.padding.icon1.right";
12759                   to_y: "elm.text.1.bottom";
12760                }
12761                rel2 {
12762                   relative: 0.0 1.0;
12763                   to_x: "elm.padding.right";
12764                   to_y: "elm.text.1.bottom";
12765                }
12766                align: 0.0 0.0;
12767                color: GENLIST_NAME_TEXT_COLOR;
12768                text {
12769                   font: "SLP:style=Medium";
12770                   size: GENLIST_FONT_32_INC;
12771                   min: 0 1;
12772                   align: 0.0 0.5;
12773                   text_class: "slp_medium";
12774                }
12775             }
12776             description { state: "selected" 0.0;
12777                inherit: "default" 0.0;
12778                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
12779             }
12780             GENLIST_DESCRIPTION_FLIP_ENABLED
12781          }
12782          part { name: "elm.text.4";
12783             clip_to: "disclip";
12784             type: TEXT;
12785             mouse_events: 0;
12786             scale: 1;
12787             description { state: "default" 0.0;
12788                min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
12789                fixed: 1 1;
12790                rel1 {
12791                   relative: 0.0 1.0;
12792                   to_x: "elm.padding.right";
12793                   to_y: "elm.text.2";
12794                }
12795                rel2 {
12796                   relative: 0.0 0.0;
12797                   to_x: "elm.padding.right";
12798                   to_y: "elm.padding.bottom";
12799                }
12800                align: 1.0 0.0;
12801                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
12802                text {
12803                   font: "SLP:style=Medium";
12804                   size: GENLIST_FONT_32_INC;
12805                   min: 0 1;
12806                   align: 0.0 0.5;
12807                   text_class: "slp_medium";
12808                }
12809             }
12810             description { state: "selected" 0.0;
12811                inherit: "default" 0.0;
12812                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
12813             }
12814             GENLIST_DESCRIPTION_FLIP_ENABLED
12815          }
12816          part { name: "elm.text.4.left";
12817             clip_to: "disclip";
12818             type: RECT;
12819             scale: 1;
12820             description { state: "default" 0.0;
12821                min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
12822                max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
12823                fixed: 1 1;
12824                color: 255 0 255 255;
12825                rel1 {
12826                   relative: 0.0 1.0;
12827                   to_x: "elm.text.4";
12828                   to_y: "elm.text.2";
12829                }
12830                rel2 {
12831                   relative: 0.0 0.0;
12832                   to_x: "elm.text.4";
12833                   to_y: "elm.padding.bottom";
12834                }
12835                align: 1.0 0.0;
12836                visible: 0;
12837             }
12838             GENLIST_DESCRIPTION_FLIP_ENABLED
12839          }
12840          part { name: "elm.text.3";
12841             clip_to: "disclip";
12842             type: TEXT;
12843             mouse_events: 0;
12844             scale: 1;
12845             description { state: "default" 0.0;
12846                min: 0 GENLIST_SIZE_40_INC;
12847                fixed: 0 1;
12848                rel1 {
12849                   relative: 1.0 0.0;
12850                   to_x: "elm.padding.icon1.right";
12851                   to_y: "elm.padding.bottom";
12852                }
12853                rel2 {
12854                   relative: 0.0 0.0;
12855                   to_x: "elm.text.4.left";
12856                   to_y: "elm.padding.bottom";
12857                }
12858                align: 0.0 1.0;
12859                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
12860                text {
12861                   font: "SLP:style=Medium";
12862                   size: GENLIST_FONT_32_INC;
12863                   min: 0 1;
12864                   align: 0.0 0.5;
12865                   text_class: "slp_medium";
12866                }
12867             }
12868             description { state: "selected" 0.0;
12869                inherit: "default" 0.0;
12870                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
12871             }
12872             GENLIST_DESCRIPTION_FLIP_ENABLED
12873          }
12874
12875          GENLIST_PART_FLIP
12876          GENLIST_PART_DISCLIP
12877       }
12878       programs {
12879          program { name: "go_active";
12880             signal: "elm,state,selected";
12881             source: "elm";
12882             action: STATE_SET "selected" 0.0;
12883             target: "bg_image";
12884             target: "elm.text.1";
12885             target: "elm.text.2";
12886             target: "elm.text.3";
12887             target: "elm.text.4";
12888          }
12889          program { name: "go_passive";
12890             signal: "elm,state,unselected";
12891             source: "elm";
12892             action: STATE_SET "default" 0.0;
12893             target: "bg_image";
12894             target: "elm.text.1";
12895             target: "elm.text.2";
12896             target: "elm.text.3";
12897             target: "elm.text.4";
12898             transition: LINEAR 0.1;
12899          }
12900          program { name: "go_disabled";
12901             signal: "elm,state,disabled";
12902             source: "elm";
12903             action: STATE_SET "disabled" 0.0;
12904             target: "disclip";
12905          }
12906          program { name: "go_enabled";
12907             signal: "elm,state,enabled";
12908             source: "elm";
12909             action: STATE_SET "default" 0.0;
12910             target: "disclip";
12911          }
12912       }
12913    }
12914
12915    // 2.2.3.12
12916    group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
12917       alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
12918       alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
12919       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
12920       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
12921
12922       parts {
12923          part { name: "elm.text.1";
12924             description { state: "default" 0.0;
12925                color: GENLIST_3LINE_MAIN_TEXT_01_READ_COLOR;
12926             }
12927          }
12928       }
12929    }
12930
12931    // 2.2.3.9
12932    group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
12933       alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
12934       alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
12935       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
12936       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
12937       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
12938
12939       parts {
12940          part { name: "elm.icon.5";
12941             clip_to: "disclip";
12942             type: SWALLOW;
12943             scale: 1;
12944             description { state: "default" 0.0;
12945                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12946                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12947                fixed: 1 1;
12948                rel1 {
12949                   relative: 0.0 1.0;
12950                   to_x: "elm.icon.4.left";
12951                   to_y: "elm.padding.top";
12952                }
12953                rel2 {
12954                   relative: 0.0 0.0;
12955                   to_x: "elm.icon.4.left";
12956                   to_y: "elm.text.2";
12957                }
12958                align: 1.0 0.5;
12959             }
12960             GENLIST_DESCRIPTION_FLIP_ENABLED
12961          }
12962          part { name: "elm.icon.5.left";
12963             clip_to: "disclip";
12964             type: RECT;
12965             scale: 1;
12966             description { state: "default" 0.0;
12967                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12968                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12969                fixed: 1 1;
12970                rel1 {
12971                   relative: 0.0 1.0;
12972                   to_x: "elm.icon.5";
12973                   to_y: "elm.padding.top";
12974                }
12975                rel2 {
12976                   relative: 0.0 0.0;
12977                   to_x: "elm.icon.5";
12978                   to_y: "elm.padding.bottom";
12979                }
12980                align: 1.0 0.0;
12981                visible: 0;
12982             }
12983             GENLIST_DESCRIPTION_FLIP_ENABLED
12984          }
12985          part { name: "elm.text.1.rect";
12986             description { state: "default" 0.0;
12987                rel2.to_x: "elm.icon.5.left";
12988             }
12989          }
12990       }
12991    }
12992
12993    // 2.2.3.10
12994    group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
12995       alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
12996       alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
12997       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
12998       inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
12999
13000       parts {
13001          part { name: "elm.text.1";
13002             description { state: "default" 0.0;
13003                color: GENLIST_3LINE_MAIN_TEXT_01_READ_COLOR;
13004             }
13005          }
13006       }
13007    }
13008
13009    // 2.2.3.7
13010    group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
13011       alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
13012       alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
13013       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
13014       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13015       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
13016
13017       parts {
13018           part { name: "elm.icon.2";
13019             clip_to: "disclip";
13020             type: SWALLOW;
13021             scale: 1;
13022             description { state: "default" 0.0;
13023                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13024                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13025                fixed: 1 1;
13026                rel1 {
13027                   relative: 1.0 1.0;
13028                   to_x: "elm.padding.icon1.right";
13029                   to_y: "elm.text.2";
13030                }
13031                rel2 {
13032                   relative: 1.0 0.0;
13033                   to_x: "elm.padding.icon1.right";
13034                   to_y: "elm.padding.bottom";
13035                }
13036                align: 0.0 0.5;
13037             }
13038             GENLIST_DESCRIPTION_FLIP_ENABLED
13039          }
13040          part { name: "elm.padding.icon2.right";
13041             clip_to: "disclip";
13042             type: RECT;
13043             scale: 1;
13044             description { state: "default" 0.0;
13045                min: GENLIST_SIZE_16_INC 0;
13046                fixed: 1 0;
13047                rel1 {
13048                   relative: 1.0 0.0;
13049                   to_x: "elm.icon.2";
13050                }
13051                rel2.to_x: "elm.icon.2";
13052                align: 0.0 0.0;
13053                visible: 0;
13054             }
13055          }
13056          part { name: "elm.text.3";
13057             clip_to: "disclip";
13058             type: TEXT;
13059             mouse_events: 0;
13060             scale: 1;
13061             description { state: "default" 0.0;
13062                min: 0 GENLIST_SIZE_40_INC;
13063                fixed: 0 1;
13064                rel1 {
13065                   relative: 1.0 0.0;
13066                   to_x: "elm.padding.icon2.right";
13067                   to_y: "elm.padding.bottom";
13068                }
13069                rel2 {
13070                   relative: 0.0 0.0;
13071                   to_x: "elm.text.4.left";
13072                   to_y: "elm.padding.bottom";
13073                }
13074                align: 0.0 1.0;
13075                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
13076                text {
13077                   font: "SLP:style=Medium";
13078                   size: GENLIST_FONT_32_INC;
13079                   min: 0 1;
13080                   align: 0.0 0.5;
13081                   text_class: "slp_medium";
13082                }
13083             }
13084             description { state: "selected" 0.0;
13085                inherit: "default" 0.0;
13086                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
13087             }
13088             GENLIST_DESCRIPTION_FLIP_ENABLED
13089          }
13090       }
13091    }
13092
13093    // 2.2.3.8
13094    group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
13095       alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
13096       alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
13097       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
13098       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
13099
13100       parts {
13101          part { name: "elm.text.1";
13102             description { state: "default" 0.0;
13103                color: GENLIST_3LINE_MAIN_TEXT_01_READ_COLOR;
13104             }
13105          }
13106       }
13107    }
13108
13109    // 2.2.3.5
13110    group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
13111       alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
13112       alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
13113       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
13114       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
13115       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
13116
13117       parts {
13118          part { name: "elm.icon.5";
13119             clip_to: "disclip";
13120             type: SWALLOW;
13121             scale: 1;
13122             description { state: "default" 0.0;
13123                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13124                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13125                fixed: 1 1;
13126                rel1 {
13127                   relative: 0.0 1.0;
13128                   to_x: "elm.icon.4.left";
13129                   to_y: "elm.padding.top";
13130                }
13131                rel2 {
13132                   relative: 0.0 0.0;
13133                   to_x: "elm.icon.4.left";
13134                   to_y: "elm.text.2";
13135                }
13136                align: 1.0 0.5;
13137             }
13138             GENLIST_DESCRIPTION_FLIP_ENABLED
13139          }
13140          part { name: "elm.icon.5.left";
13141             clip_to: "disclip";
13142             type: RECT;
13143             scale: 1;
13144             description { state: "default" 0.0;
13145                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13146                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13147                fixed: 1 1;
13148                rel1 {
13149                   relative: 0.0 1.0;
13150                   to_x: "elm.icon.5";
13151                   to_y: "elm.padding.top";
13152                }
13153                rel2 {
13154                   relative: 0.0 0.0;
13155                   to_x: "elm.icon.5";
13156                   to_y: "elm.padding.bottom";
13157                }
13158                align: 1.0 0.0;
13159                visible: 0;
13160             }
13161             GENLIST_DESCRIPTION_FLIP_ENABLED
13162          }
13163          part { name: "elm.text.1.rect";
13164             description { state: "default" 0.0;
13165                rel2 {
13166                   to_x: "elm.icon.5.left";
13167                }
13168             }
13169          }
13170       }
13171    }
13172
13173    // 2.2.3.6
13174    group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
13175       alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
13176       alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
13177       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
13178       inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
13179
13180       parts {
13181          part { name: "elm.text.1";
13182             description { state: "default" 0.0;
13183                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
13184             }
13185          }
13186       }
13187    }
13188
13189    // 2.2.3.13
13190    group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
13191       alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
13192       alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
13193       alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
13194       data.item: "stacking" "above";
13195       data.item: "selectraise" "on";
13196       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
13197       data.item: "contents" "elm.icon.1 elm.icon.4";
13198       data.item: "flips" "elm.flip.content";
13199       images {
13200          image: "00_list_bar_press_1x80.png" COMP;
13201       }
13202       parts {
13203          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
13204          GENLIST_PART_BG_IMAGE
13205          GENLIST_PART_BOTTOM_LINE
13206          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
13207          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
13208          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13209          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13210
13211          part { name: "elm.icon.1";
13212             clip_to: "disclip";
13213             type: SWALLOW;
13214             scale: 1;
13215             description { state: "default" 0.0;
13216                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13217                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13218                fixed: 1 1;
13219                rel1 {
13220                   relative: 1.0 1.0;
13221                   to_x: "elm.padding.left";
13222                   to_y: "elm.padding.top";
13223                }
13224                rel2 {
13225                   relative: 1.0 0.0;
13226                   to_x: "elm.padding.left";
13227                   to_y: "elm.padding.bottom";
13228                }
13229                align: 0.0 0.5;
13230             }
13231             GENLIST_DESCRIPTION_FLIP_ENABLED
13232          }
13233          part { name: "elm.padding.icon1.right";
13234             clip_to: "disclip";
13235             type: RECT;
13236             scale: 1;
13237             description { state: "default" 0.0;
13238                min: GENLIST_PADDING_16_INC 0;
13239                fixed: 1 0;
13240                rel1 {
13241                   relative: 1.0 0.0;
13242                   to_x: "elm.icon.1";
13243                }
13244                rel2.to_x: "elm.icon.1";
13245                align: 0.0 0.0;
13246                visible: 0;
13247             }
13248          }
13249          part { name: "elm.icon.4";
13250             clip_to: "disclip";
13251             type: SWALLOW;
13252             scale: 1;
13253             description { state: "default" 0.0;
13254                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13255                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13256                fixed: 1 1;
13257                rel1 {
13258                   relative: 0.0 1.0;
13259                   to_x: "elm.padding.right";
13260                   to_y: "elm.padding.top";
13261                }
13262                rel2 {
13263                   relative: 0.0 0.0;
13264                   to_x: "elm.padding.right";
13265                   to_y: "elm.text.2";
13266                }
13267                align: 1.0 0.5;
13268             }
13269             GENLIST_DESCRIPTION_FLIP_ENABLED
13270          }
13271          part { name: "elm.icon.4.left";
13272             clip_to: "disclip";
13273             type: RECT;
13274             scale: 1;
13275             description { state: "default" 0.0;
13276                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13277                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13278                fixed: 1 1;
13279                rel1 {
13280                   relative: 0.0 1.0;
13281                   to_x: "elm.icon.4";
13282                   to_y: "elm.padding.top";
13283                }
13284                rel2 {
13285                   relative: 0.0 0.0;
13286                   to_x: "elm.icon.4";
13287                   to_y: "elm.padding.bottom";
13288                }
13289                align: 1.0 0.0;
13290                visible: 0;
13291             }
13292             GENLIST_DESCRIPTION_FLIP_ENABLED
13293          }
13294          part { name: "elm.icon.2";
13295             clip_to: "disclip";
13296             type: SWALLOW;
13297             scale: 1;
13298             description { state: "default" 0.0;
13299                fixed: 1 1;
13300                min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
13301                rel1 {
13302                   relative: 0.0 1.0;
13303                   to_x: "elm.padding.right";
13304                   to_y: "elm.text.1.bottom";
13305                }
13306                rel2 {
13307                   relative: 0.0 0.0;
13308                   to_x: "elm.padding.right";
13309                   to_y: "elm.padding.bottom";
13310                }
13311                align: 1.0 0.5;
13312             }
13313             GENLIST_DESCRIPTION_FLIP_ENABLED
13314          }
13315          part { name: "elm.padding.icon2.left";
13316             clip_to: "disclip";
13317             type: RECT;
13318             scale: 1;
13319             description { state: "default" 0.0;
13320                min: GENLIST_PADDING_16_INC 0;
13321                fixed: 1 0;
13322                rel1.to_x: "elm.icon.2";
13323                rel2 {
13324                   relative: 0.0 1.0;
13325                   to_x: "elm.icon.2";
13326                }
13327                align: 1.0 0.0;
13328                visible: 0;
13329             }
13330          }
13331          part { name: "elm.text.1.rect";
13332             clip_to: "disclip";
13333             type: RECT;
13334             scale: 1;
13335             description { state: "default" 0.0;
13336                min: 0 GENLIST_SIZE_60_INC;
13337                fixed: 0 1;
13338                rel1 {
13339                   relative: 1.0 1.0;
13340                   to_x: "elm.padding.left";
13341                   to_y: "elm.padding.top";
13342                }
13343                rel2 {
13344                   relative: 0.0 1.0;
13345                   to_x: "elm.icon.4.left";
13346                   to_y: "elm.padding.top";
13347                }
13348                align: 0.0 0.0;
13349                visible: 0;
13350             }
13351          }
13352          part { name: "elm.text.1";
13353             clip_to: "disclip";
13354             type: TEXT;
13355             mouse_events: 0;
13356             scale: 1;
13357             description { state: "default" 0.0;
13358                fixed: 1 1;
13359                rel1 {
13360                   relative: 1.0 1.0;
13361                   to_x: "elm.padding.icon1.right";
13362                   to_y: "elm.padding.top";
13363                }
13364                rel2.to: "elm.text.1.rect";
13365                align: 0.0 0.0;
13366                color: GENLIST_3LINE_MAIN_TEXT_01_UNREAD_COLOR;
13367                text {
13368                   font: "SLP:style=Roman";
13369                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
13370                   min: 0 1;
13371                   align: 0.0 0.5;
13372                   text_class: "list_item";
13373                }
13374             }
13375             description { state: "selected" 0.0;
13376                inherit: "default" 0.0;
13377                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
13378             }
13379             GENLIST_DESCRIPTION_FLIP_ENABLED
13380          }
13381          part { name: "elm.text.1.bottom";
13382             clip_to: "disclip";
13383             type: RECT;
13384             scale: 1;
13385             description { state: "default" 0.0;
13386                min: 0 GENLIST_SIZE_4_INC;
13387                fixed: 1 1;
13388                rel1 {
13389                   relative: 1.0 1.0;
13390                   to_x: "elm.padding.icon1.right";
13391                   to_y: "elm.text.1.rect";
13392                }
13393                rel2 {
13394                   relative: 0.0 1.0;
13395                   to_x: "elm.padding.right";
13396                   to_y: "elm.text.1.rect";
13397                }
13398                align: 0.0 1.0;
13399                visible: 0;
13400             }
13401             GENLIST_DESCRIPTION_FLIP_ENABLED
13402          }
13403          part { name: "elm.text.2";
13404             clip_to: "disclip";
13405             type: TEXT;
13406             mouse_events: 0;
13407             scale: 1;
13408             description { state: "default" 0.0;
13409                min: 0 GENLIST_SIZE_40_INC;
13410                fixed: 0 1;
13411                rel1 {
13412                   relative: 1.0 1.0;
13413                   to_x: "elm.padding.icon1.right";
13414                   to_y: "elm.text.1.bottom";
13415                }
13416                rel2 {
13417                   relative: 0.0 1.0;
13418                   to_x: "elm.padding.icon2.left";
13419                   to_y: "elm.text.1.bottom";
13420                }
13421                align: 0.0 0.0;
13422                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
13423                text {
13424                   font: "SLP:style=Medium";
13425                   size: GENLIST_FONT_32_INC;
13426                   min: 0 1;
13427                   align: 0.0 0.5;
13428                   text_class: "slp_medium";
13429                }
13430             }
13431             description { state: "selected" 0.0;
13432                inherit: "default" 0.0;
13433                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
13434             }
13435             GENLIST_DESCRIPTION_FLIP_ENABLED
13436          }
13437          part { name: "elm.text.3";
13438             clip_to: "disclip";
13439             type: TEXT;
13440             mouse_events: 0;
13441             scale: 1;
13442             description { state: "default" 0.0;
13443                min: 0 GENLIST_SIZE_40_INC;
13444                fixed: 0 1;
13445                rel1 {
13446                   relative: 1.0 0.0;
13447                   to_x: "elm.padding.icon1.right";
13448                   to_y: "elm.padding.bottom";
13449                }
13450                rel2 {
13451                   relative: 0.0 0.0;
13452                   to_x: "elm.padding.icon2.left";
13453                   to_y: "elm.padding.bottom";
13454                }
13455                align: 0.0 1.0;
13456                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
13457                text {
13458                   font: "SLP:style=Medium";
13459                   size: GENLIST_FONT_32_INC;
13460                   min: 0 1;
13461                   align: 0.0 0.5;
13462                   text_class: "slp_medium";
13463                }
13464             }
13465             description { state: "selected" 0.0;
13466                inherit: "default" 0.0;
13467                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
13468             }
13469             GENLIST_DESCRIPTION_FLIP_ENABLED
13470          }
13471
13472          GENLIST_PART_FLIP
13473          GENLIST_PART_DISCLIP
13474       }
13475       programs {
13476          // signal: elm,state,%s,active
13477          //   a "check" item named %s went active
13478          // signal: elm,state,%s,passive
13479          //   a "check" item named %s went passive
13480          // default is passive
13481          program { name: "go_active";
13482             signal: "elm,state,selected";
13483             source: "elm";
13484             action: STATE_SET "selected" 0.0;
13485             target: "bg_image";
13486             target: "elm.text.1";
13487             target: "elm.text.2";
13488             target: "elm.text.3";
13489          }
13490          program { name: "go_passive";
13491             signal: "elm,state,unselected";
13492             source: "elm";
13493             action: STATE_SET "default" 0.0;
13494             target: "bg_image";
13495             target: "elm.text.1";
13496             target: "elm.text.2";
13497             target: "elm.text.3";
13498             transition: LINEAR 0.1;
13499          }
13500          program { name: "go_disabled";
13501             signal: "elm,state,disabled";
13502             source: "elm";
13503             action: STATE_SET "disabled" 0.0;
13504             target: "disclip";
13505          }
13506          program { name: "go_enabled";
13507             signal: "elm,state,enabled";
13508             source: "elm";
13509             action: STATE_SET "default" 0.0;
13510             target: "disclip";
13511          }
13512       }
13513    }
13514
13515 // 2.2.4.1
13516    group { name: "elm/genlist/item/multiline/1title.2text/default";
13517       alias: "elm/genlist/item_odd/multiline/1title.2text/default";
13518       alias: "elm/genlist/item_compress/multiline/1title.2text/default";
13519       alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
13520       data.item: "stacking" "above";
13521       data.item: "selectraise" "on";
13522       data.item: "texts" "elm.title elm.text.1 elm.text.2";
13523       parts {
13524          part { name: "base";
13525             type: RECT;
13526             repeat_events: 1;
13527             description { state: "default" 0.0;
13528                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
13529             }
13530          }
13531          GENLIST_PART_BG_IMAGE
13532          GENLIST_PART_BOTTOM_LINE
13533          GENLIST_PART_PADDING_TOP( 0 )
13534          GENLIST_PART_PADDING_BOTTOM( 0 )
13535          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13536          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13537          part { name: "vertical_line";
13538             clip_to: "disclip";
13539             type: RECT;
13540             mouse_events: 0;
13541             description { state: "default" 0.0;
13542                min: 1 0;
13543                fixed: 1 0;
13544                rel1 {
13545                   relative: 1.0 0.0;
13546                   to_x: "elm.padding.title.right";
13547                }
13548                rel2.to_x: "elm.padding.title.right";
13549                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13550             }
13551          }
13552          part { name: "center_line";
13553             clip_to: "disclip";
13554             type: RECT;
13555             mouse_events: 0;
13556             description { state: "default" 0.0;
13557                min: 0 1;
13558                fixed: 0 1;
13559                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13560                rel1 {
13561                   relative: 1.0 0.5;
13562                   to_x: "vertical_line";
13563                }
13564                rel2.relative: 1.0 0.5;
13565                align: 0.5 1.0;
13566             }
13567          }
13568          part { name: "elm.title";
13569             clip_to: "disclip";
13570             type: TEXTBLOCK;
13571             mouse_events: 0;
13572             scale: 1;
13573             description { state: "default" 0.0;
13574                min: 224 0;
13575                fixed: 1 0;
13576                rel1 {
13577                   relative: 1.0 1.0;
13578                   to_x: "elm.padding.left";
13579                   to_y: "elm.padding.top";
13580                }
13581                rel2 {
13582                   relative: 1.0 0.0;
13583                   to_x: "elm.padding.left";
13584                   to_y: "elm.padding.bottom";
13585                }
13586                align: 0.0 0.5;
13587                text {
13588                   style: "genlist_style_multiline_text";
13589                   min: 0 1;
13590                   align: 0.0 0.5;
13591                }
13592             }
13593          }
13594          part { name: "elm.padding.title.right";
13595             clip_to: "disclip";
13596             type: RECT;
13597             mouse_events: 0;
13598             scale: 1;
13599             description { state: "default" 0.0;
13600                min: GENLIST_PADDING_16_INC 0;
13601                fixed: 1 0;
13602                rel1 {
13603                    relative: 1.0 0.0;
13604                    to_x: "elm.title";
13605                }
13606                rel2.to_x: "elm.title";
13607                visible: 0;
13608                align: 0.0 0.5;
13609             }
13610          }
13611          part { name: "elm.padding.text.left";
13612             clip_to: "disclip";
13613             type: RECT;
13614             mouse_events: 0;
13615             scale: 1;
13616             description { state: "default" 0.0;
13617                min: GENLIST_PADDING_16_INC 0;
13618                fixed: 1 0;
13619                rel1 {
13620                    relative: 1.0 0.0;
13621                    to_x: "vertical_line";
13622                }
13623                rel2.to_x: "vertical_line";
13624                visible: 0;
13625                align: 0.0 0.5;
13626             }
13627          }
13628          part { name: "elm.text.1";
13629             clip_to: "disclip";
13630             type: TEXT;
13631             mouse_events: 0;
13632             scale: 1;
13633             description { state: "default" 0.0;
13634                rel1 {
13635                   relative: 1.0 1.0;
13636                   to_x: "elm.padding.text.left";
13637                   to_y: "elm.padding.top";
13638                }
13639                rel2 {
13640                   relative: 0.0 0.0;
13641                   to_x: "elm.padding.right";
13642                   to_y: "center_line";
13643                }
13644                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
13645                text {
13646                   font: "SLP:style=Roman";
13647                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
13648                   min: 0 1;
13649                   align: 0.0 0.5;
13650                   text_class: "slp_roman";
13651                }
13652             }
13653          }
13654          part { name: "elm.text.2";
13655             clip_to: "disclip";
13656             type: TEXT;
13657             mouse_events: 0;
13658             scale: 1;
13659             description { state: "default" 0.0;
13660                rel1 {
13661                   relative: 1.0 1.0;
13662                   to_x: "elm.padding.text.left";
13663                   to_y: "center_line";
13664                }
13665                rel2 {
13666                   relative: 0.0 0.0;
13667                   to_x: "elm.padding.right";
13668                   to_y: "elm.padding.bottom";
13669                }
13670                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
13671                text {
13672                   font: "SLP:style=Roman";
13673                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
13674                   min: 0 1;
13675                   align: 0.0 0.5;
13676                   text_class: "slp_roman";
13677                }
13678             }
13679          }
13680          GENLIST_PART_DISCLIP
13681       }
13682       programs {
13683          // signal: elm,state,%s,active
13684          //   a "check" item named %s went active
13685          // signal: elm,state,%s,passive
13686          //   a "check" item named %s went passive
13687          // default is passive
13688          program { name: "go_active";
13689             signal: "elm,state,selected";
13690             source: "elm";
13691             action: STATE_SET "selected" 0.0;
13692             target: "bg_image";
13693             target: "elm.title";
13694             target: "elm.text.1";
13695             target: "elm.text.2";
13696             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13697          }
13698          program { name: "go_passive";
13699             signal: "elm,state,unselected";
13700             source: "elm";
13701             action: STATE_SET "default" 0.0;
13702             target: "bg_image";
13703             target: "elm.title";
13704             target: "elm.text.1";
13705             target: "elm.text.2";
13706             transition: LINEAR 0.1;
13707          }
13708          program { name: "go_disabled";
13709             signal: "elm,state,disabled";
13710             source: "elm";
13711             action: STATE_SET "disabled" 0.0;
13712             target: "disclip";
13713          }
13714          program { name: "go_enabled";
13715             signal: "elm,state,enabled";
13716             source: "elm";
13717             action: STATE_SET "default" 0.0;
13718             target: "disclip";
13719          }
13720          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13721       }
13722    }
13723
13724 // 3.4.5
13725    group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
13726       alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
13727       data.item: "stacking" "above";
13728       data.item: "selectraise" "on";
13729       data.item: "texts" "elm.title elm.text";
13730       parts {
13731          part { name: "base";
13732             type: RECT;
13733             repeat_events: 1;
13734             description { state: "default" 0.0;
13735                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
13736             }
13737          }
13738          GENLIST_PART_BG_IMAGE
13739          GENLIST_PART_BOTTOM_LINE
13740          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13741          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
13742          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13743          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13744          part { name: "elm.title";
13745             clip_to: "disclip";
13746             type: TEXT;
13747             mouse_events: 0;
13748             scale: 1;
13749             description { state: "default" 0.0;
13750                min: GENLIST_SIZE_195_INC 0;
13751                fixed: 1 0;
13752                rel1 {
13753                   relative: 1.0 0.0;
13754                   to_x: "elm.padding.left";
13755                }
13756                rel2 {
13757                   relative: 1.0 1.0;
13758                   to_x: "elm.padding.left";
13759                }
13760                align: 0.0 0.0;
13761                color: GENLIST_MULTILINE_TEXT_COLOR;
13762                text {
13763                   font: "SLP:style=Medium";
13764                   size: GENLIST_MULTILINE_TEXT_SIZE;
13765                   min: 0 1;
13766                   align: 0.0 0.5;
13767                   text_class: "slp_medium";
13768                }
13769             }
13770          }
13771          part { name: "elm.padding.title.right";
13772             clip_to: "disclip";
13773             type: RECT;
13774             mouse_events: 0;
13775             description { state: "default" 0.0;
13776                min: GENLIST_PADDING_16_INC 0;
13777                fixed: 1 0;
13778                rel1 {
13779                   relative: 1.0 0.0;
13780                   to_x: "elm.title";
13781                }
13782                rel2.to_x: "elm.title";
13783                align: 0.0 0.5;
13784                visible: 0;
13785             }
13786          }
13787          part { name: "vertical_line";
13788             clip_to: "disclip";
13789             type: RECT;
13790             mouse_events: 0;
13791             description { state: "default" 0.0;
13792                min: 1 0;
13793                fixed: 1 0;
13794                rel1 {
13795                   relative: 1.0 0.0;
13796                   to_x: "elm.padding.title.right";
13797                }
13798                rel2.to_x: "elm.padding.title.right";
13799                align: 0.0 0.5;
13800                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13801             }
13802          }
13803          part { name: "elm.padding.text.left";
13804             clip_to: "disclip";
13805             type: RECT;
13806             mouse_events: 0;
13807             description { state: "default" 0.0;
13808                min: GENLIST_PADDING_16_INC 0;
13809                fixed: 1 0;
13810                rel1 {
13811                   relative: 1.0 0.0;
13812                   to_x: "vertical_line";
13813                }
13814                rel2.to_x: "vertical_line";
13815                align: 0.0 0.5;
13816                visible: 0;
13817             }
13818          }
13819          part { name: "elm.text";
13820             clip_to: "disclip";
13821             type: TEXTBLOCK;
13822             mouse_events: 0;
13823             scale: 1;
13824             description { state: "default" 0.0;
13825                rel1 {
13826                   relative: 1.0 1.0;
13827                   to_x: "elm.padding.text.left";
13828                   to_y: "elm.padding.top";
13829                }
13830                rel2 {
13831                   relative: 0.0 0.0;
13832                   to_x: "elm.padding.right";
13833                   to_y: "elm.padding.bottom";
13834                }
13835                text {
13836                   style: "genlist_style_multiline_list_main_text_unread";
13837                   min: 0 1;
13838                   align: 0.0 0.5;
13839                   text_class: "list_item";
13840                }
13841             }
13842             description { state: "selected" 0.0;
13843                inherit: "default" 0.0;
13844                text.style: "genlist_style_multiline_list_main_text_focus";
13845             }
13846          }
13847          GENLIST_PART_DISCLIP
13848       }
13849       programs {
13850          // signal: elm,state,%s,active
13851          //   a "check" item named %s went active
13852          // signal: elm,state,%s,passive
13853          //   a "check" item named %s went passive
13854          // default is passive
13855          program { name: "go_active";
13856             signal: "elm,state,selected";
13857             source: "elm";
13858             action: STATE_SET "selected" 0.0;
13859             target: "bg_image";
13860             target: "elm.title";
13861             target: "elm.text";
13862             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13863          }
13864          program { name: "go_passive";
13865             signal: "elm,state,unselected";
13866             source: "elm";
13867             action: STATE_SET "default" 0.0;
13868             target: "bg_image";
13869             target: "elm.title";
13870             target: "elm.text";
13871             transition: LINEAR 0.1;
13872          }
13873          program { name: "go_disabled";
13874             signal: "elm,state,disabled";
13875             source: "elm";
13876             action: STATE_SET "disabled" 0.0;
13877             target: "disclip";
13878          }
13879          program { name: "go_enabled";
13880             signal: "elm,state,enabled";
13881             source: "elm";
13882             action: STATE_SET "default" 0.0;
13883             target: "disclip";
13884          }
13885          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13886       }
13887    }
13888
13889 // 3.4.6
13890    group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
13891       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
13892       data.item: "stacking" "above";
13893       data.item: "selectraise" "on";
13894       data.item: "texts" "elm.text.1 elm.text.2";
13895       data.item: "contents" "elm.icon";
13896       parts {
13897          part { name: "base";
13898             type: RECT;
13899             repeat_events: 1;
13900             description { state: "default" 0.0;
13901                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
13902             }
13903          }
13904          GENLIST_PART_BG_IMAGE
13905          GENLIST_PART_BOTTOM_LINE
13906          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13907          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
13908          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13909          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13910          part { name: "elm.text.1";
13911             clip_to: "disclip";
13912             type: TEXT;
13913             mouse_events: 0;
13914             scale: 1;
13915             description { state: "default" 0.0;
13916                min: 0 GENLIST_SIZE_48_INC;
13917                fixed: 0 1;
13918                rel1 {
13919                   relative: 1.0 1.0;
13920                   to_x: "elm.padding.left";
13921                   to_y: "elm.padding.top";
13922                }
13923                rel2 {
13924                   relative: 0.0 1.0;
13925                   to_x: "elm.padding.icon.left";
13926                   to_y: "elm.padding.top";
13927                }
13928                align: 0.0 0.0;
13929                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
13930                text {
13931                   font: "SLP:style=Roman";
13932                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
13933                   min: 0 1;
13934                   align: 0.0 0.5;
13935                   text_class: "list_item";
13936                }
13937             }
13938             description { state: "selected" 0.0;
13939                inherit: "default" 0.0;
13940                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
13941             }
13942          }
13943          part { name: "elm.icon";
13944             clip_to: "disclip";
13945             type: SWALLOW;
13946             scale: 1;
13947             description { state: "default" 0.0;
13948                fixed: 1 1;
13949                rel1 {
13950                   relative: 0.0 1.0;
13951                   to_x: "elm.padding.right";
13952                   to_y: "elm.padding.top";
13953                }
13954                rel2 {
13955                   relative: 0.0 0.0;
13956                   to_x: "elm.padding.right";
13957                   to_y: "elm.padding.bottom";
13958                }
13959                align: 1.0 0.5;
13960             }
13961             GENLIST_DESCRIPTION_FLIP_ENABLED
13962          }
13963          part { name: "elm.padding.icon.left";
13964             clip_to: "disclip";
13965             type: RECT;
13966             scale: 1;
13967             description { state: "default" 0.0;
13968                min: GENLIST_PADDING_16_INC 0;
13969                fixed: 1 0;
13970                rel1.to_x: "elm.icon";
13971                rel2 {
13972                   relative: 0.0 1.0;
13973                   to_x: "elm.icon";
13974                }
13975                align: 1.0 0.0;
13976                visible: 0;
13977             }
13978          }
13979          part { name: "elm.text.2";
13980             clip_to: "disclip";
13981             type: TEXTBLOCK;
13982             mouse_events: 0;
13983             scale: 1;
13984             description { state: "default" 0.0;
13985                rel1 {
13986                   relative: 1.0 1.0;
13987                   to_x: "elm.padding.left";
13988                   to_y: "elm.text.1";
13989                }
13990                rel2 {
13991                   relative: 0.0 0.0;
13992                   to_x: "elm.padding.icon.left";
13993                   to_y: "elm.padding.bottom";
13994                }
13995                text {
13996                   style: "genlist_style_flexible_text_sub";
13997                   min: 0 1;
13998                   align: 0.0 0.5;
13999                }
14000             }
14001          }
14002          GENLIST_PART_DISCLIP
14003       }
14004       programs {
14005          // signal: elm,state,%s,active
14006          //   a "check" item named %s went active
14007          // signal: elm,state,%s,passive
14008          //   a "check" item named %s went passive
14009          // default is passive
14010          program { name: "go_active";
14011             signal: "elm,state,selected";
14012             source: "elm";
14013             action: STATE_SET "selected" 0.0;
14014             target: "bg_image";
14015             target: "elm.text.1";
14016             target: "elm.text.2";
14017             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14018          }
14019          program { name: "go_passive";
14020             signal: "elm,state,unselected";
14021             source: "elm";
14022             action: STATE_SET "default" 0.0;
14023             target: "bg_image";
14024             target: "elm.text.1";
14025             target: "elm.text.2";
14026             transition: LINEAR 0.1;
14027          }
14028          program { name: "go_disabled";
14029             signal: "elm,state,disabled";
14030             source: "elm";
14031             action: STATE_SET "disabled" 0.0;
14032             target: "disclip";
14033          }
14034          program { name: "go_enabled";
14035             signal: "elm,state,enabled";
14036             source: "elm";
14037             action: STATE_SET "default" 0.0;
14038             target: "disclip";
14039          }
14040          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14041       }
14042    }
14043
14044 // 3.4.7
14045    group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
14046       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
14047       data.item: "stacking" "above";
14048       data.item: "selectraise" "on";
14049       data.item: "texts" "elm.text.1 elm.text.2";
14050       data.item: "contents" "elm.icon";
14051       parts {
14052          part { name: "base";
14053             type: RECT;
14054             repeat_events: 1;
14055             description { state: "default" 0.0;
14056                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
14057             }
14058          }
14059          GENLIST_PART_BG_IMAGE
14060          GENLIST_PART_BOTTOM_LINE
14061          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14062          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14063          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
14064          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14065          part { name: "elm.icon";
14066             clip_to: "disclip";
14067             type: SWALLOW;
14068             scale: 1;
14069             description { state: "default" 0.0;
14070                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14071                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14072                fixed: 1 1;
14073                rel1 {
14074                   relative: 1.0 1.0;
14075                   to_x: "elm.padding.left";
14076                   to_y: "elm.padding.top";
14077                }
14078                rel2 {
14079                   relative: 1.0 1.0;
14080                   to_x: "elm.padding.left";
14081                   to_y: "elm.text.1";
14082                }
14083                align: 0.0 0.5;
14084             }
14085             GENLIST_DESCRIPTION_FLIP_ENABLED
14086          }
14087          part { name: "elm.padding.icon.right";
14088             clip_to: "disclip";
14089             type: RECT;
14090             scale: 1;
14091             description { state: "default" 0.0;
14092                min: GENLIST_PADDING_16_INC 0;
14093                fixed: 1 0;
14094                rel1 {
14095                   relative: 1.0 0.0;
14096                   to_x: "elm.icon";
14097                }
14098                rel2.to_x: "elm.icon";
14099                align: 0.0 0.0;
14100                visible: 0;
14101             }
14102          }
14103          part { name: "elm.text.1";
14104             clip_to: "disclip";
14105             type: TEXT;
14106             mouse_events: 0;
14107             scale: 1;
14108             description { state: "default" 0.0;
14109                min: 0 GENLIST_SIZE_48_INC;
14110                fixed: 0 1;
14111                rel1 {
14112                   relative: 1.0 1.0;
14113                   to_x: "elm.padding.icon.right";
14114                   to_y: "elm.padding.top";
14115                }
14116                rel2 {
14117                   relative: 0.0 1.0;
14118                   to_x: "elm.padding.right";
14119                   to_y: "elm.padding.top";
14120                }
14121                align: 0.0 0.0;
14122                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
14123                text {
14124                   font: "SLP:style=Roman";
14125                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
14126                   min: 0 1;
14127                   align: 0.0 0.5;
14128                   text_class: "list_item";
14129                }
14130             }
14131             description { state: "selected" 0.0;
14132                inherit: "default" 0.0;
14133                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
14134             }
14135          }
14136          part { name: "elm.text.2";
14137             clip_to: "disclip";
14138             type: TEXTBLOCK;
14139             mouse_events: 0;
14140             scale: 1;
14141             description { state: "default" 0.0;
14142                rel1 {
14143                   relative: 1.0 1.0;
14144                   to_x: "elm.padding.left";
14145                   to_y: "elm.text.1";
14146                }
14147                rel2 {
14148                   relative: 0.0 0.0;
14149                   to_x: "elm.padding.right";
14150                   to_y: "elm.padding.bottom";
14151                }
14152                text {
14153                   style: "genlist_style_flexible_text_sub";
14154                   min: 0 1;
14155                   align: 0.0 0.5;
14156                }
14157             }
14158          }
14159          GENLIST_PART_DISCLIP
14160       }
14161       programs {
14162          // signal: elm,state,%s,active
14163          //   a "check" item named %s went active
14164          // signal: elm,state,%s,passive
14165          //   a "check" item named %s went passive
14166          // default is passive
14167          program { name: "go_active";
14168             signal: "elm,state,selected";
14169             source: "elm";
14170             action: STATE_SET "selected" 0.0;
14171             target: "bg_image";
14172             target: "elm.text.1";
14173             target: "elm.text.2";
14174             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14175          }
14176          program { name: "go_passive";
14177             signal: "elm,state,unselected";
14178             source: "elm";
14179             action: STATE_SET "default" 0.0;
14180             target: "bg_image";
14181             target: "elm.text.1";
14182             target: "elm.text.2";
14183             transition: LINEAR 0.1;
14184          }
14185          program { name: "go_disabled";
14186             signal: "elm,state,disabled";
14187             source: "elm";
14188             action: STATE_SET "disabled" 0.0;
14189             target: "disclip";
14190          }
14191          program { name: "go_enabled";
14192             signal: "elm,state,enabled";
14193             source: "elm";
14194             action: STATE_SET "default" 0.0;
14195             target: "disclip";
14196          }
14197          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14198       }
14199    }
14200
14201    group { name: "elm/genlist/item/readmessage/default";
14202       alias: "elm/genlist/item_odd/readmessage/default";
14203       alias: "elm/genlist/item_compress/readmessage/default";
14204       alias: "elm/genlist/item_compress_odd/readmessage/default";
14205
14206       data.item: "stacking" "above";
14207       data.item: "selectraise" "on";
14208       data.item: "contents" "elm.icon";
14209       parts {
14210          part { name: "base";
14211             type: RECT;
14212             repeat_events: 1;
14213             description { state: "default" 0.0;
14214                color: GENLIST_PART_LIST_BG_COLOR;
14215             }
14216          }
14217          part { name: "elm.icon";
14218             clip_to: "disclip";
14219             type: SWALLOW;
14220             scale: 1;
14221             description { state: "default" 0.0;
14222                //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
14223                rel2 {
14224                   relative: 0.76 0.0;
14225                   to_y: "elm.padding.bottom";
14226                }
14227             }
14228          }
14229          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
14230          GENLIST_PART_DISCLIP
14231       }
14232       programs {
14233          // signal: elm,state,%s,active
14234          //   a "check" item named %s went active
14235          // signal: elm,state,%s,passive
14236          //   a "check" item named %s went passive
14237          // default is passive
14238          /*program { name: "go_active";
14239             signal: "elm,state,selected";
14240             source: "elm";
14241             action: STATE_SET "selected" 0.0;
14242             target: "bg_image";
14243          }
14244          program { name: "go_passive";
14245             signal: "elm,state,unselected";
14246             source: "elm";
14247             action: STATE_SET "default" 0.0;
14248             target: "bg_image";
14249             transition: LINEAR 0.1;
14250          }*/
14251          program { name: "go_disabled";
14252             signal: "elm,state,disabled";
14253             source: "elm";
14254             action: STATE_SET "disabled" 0.0;
14255             target: "disclip";
14256          }
14257          program { name: "go_enabled";
14258             signal: "elm,state,enabled";
14259             source: "elm";
14260             action: STATE_SET "default" 0.0;
14261             target: "disclip";
14262          }
14263       }
14264    }
14265
14266    group { name: "elm/genlist/item/sentmessage/default";
14267       alias: "elm/genlist/item_odd/sentmessage/default";
14268       alias: "elm/genlist/item_compress/sentmessage/default";
14269       alias: "elm/genlist/item_compress_odd/sentmessage/default";
14270
14271       data.item: "stacking" "above";
14272       data.item: "selectraise" "on";
14273       data.item: "contents" "elm.icon";
14274       parts {
14275          part { name: "base";
14276             type: RECT;
14277             repeat_events: 1;
14278             description { state: "default" 0.0;
14279                color: GENLIST_PART_LIST_BG_COLOR;
14280             }
14281          }
14282          part { name: "elm.icon";
14283             clip_to: "disclip";
14284             type: SWALLOW;
14285             scale: 1;
14286             description { state: "default" 0.0;
14287                rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
14288                rel2 {
14289                   relative: 1.0 0.0;
14290                   to_y: "elm.padding.bottom";
14291                }
14292             }
14293          }
14294          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
14295          GENLIST_PART_DISCLIP
14296       }
14297       programs {
14298          // signal: elm,state,%s,active
14299          //   a "check" item named %s went active
14300          // signal: elm,state,%s,passive
14301          //   a "check" item named %s went passive
14302          // default is passive
14303          /*program { name: "go_active";
14304             signal: "elm,state,selected";
14305             source: "elm";
14306             action: STATE_SET "selected" 0.0;
14307             target: "bg_image";
14308          }
14309          program { name: "go_passive";
14310             signal: "elm,state,unselected";
14311             source: "elm";
14312             action: STATE_SET "default" 0.0;
14313             target: "bg_image";
14314             transition: LINEAR 0.1;
14315          }*/
14316          program { name: "go_disabled";
14317             signal: "elm,state,disabled";
14318             source: "elm";
14319             action: STATE_SET "disabled" 0.0;
14320             target: "disclip";
14321          }
14322          program { name: "go_enabled";
14323             signal: "elm,state,enabled";
14324             source: "elm";
14325             action: STATE_SET "default" 0.0;
14326             target: "disclip";
14327          }
14328       }
14329    }
14330
14331 // 2.4.4.1
14332    group { name : "elm/genlist/item/dialogue/title/default";
14333       alias: "elm/genlist/item_odd/dialogue/title/default";
14334       alias: "elm/genlist/item_compress/dialogue/title/default";
14335       alias: "elm/genlist/item_compress_odd/dialogue/title/default";
14336       alias: "elm/layout/dialogue/title";
14337       alias: "elm/genlist/item/dialogue/grouptitle/default";
14338       alias: "elm/genlist/item_odd/dialogue/grouptitle/default";
14339       alias: "elm/genlist/item_compress/dialogue/grouptitle/default";
14340       alias: "elm/genlist/item_compress_odd/dialogue/grouptitle/default";
14341       alias: "elm/layout/dialogue/grouptitle";
14342
14343       data.item: "stacking" "above";
14344       data.item: "selectraise" "on";
14345       data.item: "texts" "elm.text";
14346       data.item: "contents" "elm.icon";
14347       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14348
14349       parts {
14350          // GENLIST_PART_BASE_EVENT_OFF
14351          GENLIST_PART_DISCLIP
14352          GENLIST_PART_DIALOGUE_BASE( GENLIST_DIALOGUE_GROUP_TITLE_HEIGHT )
14353          GENLIST_PART_PADDING_TOP( GENLIST_DIALOGUE_GROUP_TITLE_PADDING_TOP_SIZE )
14354          GENLIST_PART_PADDING_BOTTOM( GENLIST_DIALOGUE_GROUP_TITLE_PADDING_BOTTOM_SIZE )
14355          GENLIST_PART_PADDING_LEFT( 16 )
14356          GENLIST_PART_PADDING_RIGHT( 17 )
14357          GENLIST_PART_BOTTOM_LINE
14358          part { name: "elm.text";
14359             type: TEXT;
14360             scale: 1;
14361             description { state: "default" 0.0;
14362                align: 0.0 0.0;
14363                rel1 {
14364                   relative: 1.0 1.0;
14365                   to_x: "elm.padding.left";
14366                   to_y: "elm.padding.top";
14367                }
14368                rel2 {
14369                   relative: 0.0 0.0;
14370                   offset: 32 0;
14371                   to_x: "elm.icon";
14372                   to_y: "elm.padding.bottom";
14373                }
14374                color: GENLIST_DIALOGUE_GT_TEXT_COLOR;
14375                text {
14376                   font: "SLP:style=Medium";
14377                   size: GENLIST_FONT_28_INC;
14378                   min: 0 1;
14379                   align: 0.0 0.5;
14380                   text_class: "list_item";
14381                }
14382             }
14383          }
14384          part { name: "elm.icon";
14385             type: SWALLOW;
14386             scale: 1;
14387             description { state: "default" 0.0;
14388                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14389                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14390                fixed: 1 1;
14391                            align: 1.0 1.0;
14392                rel2 {
14393                   relative: 0.0 0.0;
14394                   to_x: "elm.padding.right";
14395                   to_y: "elm.padding.bottom";
14396                }
14397             }
14398          }
14399       }
14400    }
14401
14402 // Dialogue Group Separators
14403 // default separator
14404 // FIXME: style (dialogue) might be moved to last words (as-is default)
14405 // FIXME: seperator --> separator typo
14406 // FIXME: Check whether below separators are used now..
14407    group { name : "elm/genlist/item/dialogue/separator/default";
14408       alias: "elm/genlist/item_odd/dialogue/separator/default";
14409       alias: "elm/genlist/item_compress/dialogue/separator/default";
14410       alias: "elm/genlist/item_compress_odd/dialogue/separator/default";
14411           //FIXME: below name should be used??
14412       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
14413       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
14414       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
14415       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
14416       alias: "elm/layout/dialogue/separator/hd33/with_line";
14417
14418       data.item: "stacking" "above";
14419       data.item: "selectraise" "on";
14420       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14421
14422       parts {
14423          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT + 1)
14424          GENLIST_PART_BOTTOM_LINE
14425          GENLIST_PART_DISCLIP
14426       }
14427    }
14428
14429    group { name : "elm/genlist/item/dialogue/separator/end/default";
14430       alias: "elm/genlist/item_odd/dialogue/separator/end/default";
14431       alias: "elm/genlist/item_compress/dialogue/separator/end/default";
14432       alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default";
14433       data.item: "stacking" "above";
14434       data.item: "selectraise" "on";
14435       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14436       parts {
14437          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT)
14438          GENLIST_PART_DISCLIP
14439       }
14440    }
14441
14442    group { name : "elm/genlist/item/dialogue/seperator.2/default";
14443       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
14444       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
14445       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
14446       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
14447       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
14448       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
14449       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
14450       alias: "elm/layout/dialogue/separator/hd18/with_line";
14451
14452       data.item: "stacking" "above";
14453       data.item: "selectraise" "on";
14454       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14455
14456       parts {
14457          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
14458          GENLIST_PART_BOTTOM_LINE
14459          GENLIST_PART_DISCLIP
14460       }
14461    }
14462
14463    group { name : "elm/genlist/item/dialogue/seperator.3/default";
14464       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
14465       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
14466       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
14467       alias: "elm/genlist/item/dialogue/separator/20/default";
14468       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
14469       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
14470       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
14471       alias: "elm/layout/dialogue/separator/hd32";
14472
14473       data.item: "stacking" "above";
14474       data.item: "selectraise" "on";
14475       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14476
14477       parts {
14478          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
14479          GENLIST_PART_DISCLIP
14480       }
14481    }
14482
14483    group { name : "elm/genlist/item/dialogue/seperator.4/default";
14484       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
14485       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
14486       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
14487       alias: "elm/genlist/item/dialogue/separator/10/default";
14488       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
14489       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
14490       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
14491       alias: "elm/layout/dialogue/separator/hd16";
14492
14493       data.item: "stacking" "above";
14494       data.item: "selectraise" "on";
14495       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14496
14497       parts {
14498          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
14499          GENLIST_PART_DISCLIP
14500       }
14501    }
14502
14503    group { name : "elm/genlist/item/dialogue/seperator.5/default";
14504       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
14505       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
14506       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
14507       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
14508       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
14509       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
14510       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
14511       alias: "elm/layout/dialogue/separator/hd1";
14512
14513       data.item: "stacking" "above";
14514       data.item: "selectraise" "on";
14515       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14516
14517       parts {
14518          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
14519          GENLIST_PART_BOTTOM_LINE
14520          GENLIST_PART_DISCLIP
14521       }
14522    }
14523
14524 // 4.1.1
14525    group { name: "elm/genlist/item/dialogue/1text/default";
14526       alias: "elm/genlist/item_odd/dialogue/1text/default";
14527       alias: "elm/genlist/item_compress/dialogue/1text/default";
14528       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
14529       alias: "elm/genlist/item/dialogue.1text/default";
14530       alias: "elm/genlist/item_odd/dialogue.1text/default";
14531       alias: "elm/genlist/item_compress/dialogue.1text/default";
14532       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
14533       alias: "elm/layout/dialogue/1text";
14534       data.item: "stacking" "above";
14535       data.item: "selectraise" "on";
14536       data.item: "texts" "elm.text";
14537       data.item: "flips" "elm.flip.content";
14538       parts {
14539          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14540          GENLIST_PART_DIALOGUE_BG_IMAGE
14541          GENLIST_PART_BOTTOM_LINE
14542          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14543          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14544          GENLIST_PART_DIALOGUE_ITEM
14545          GENLIST_PART_DIALOGUE_RIGHT_LINE
14546          part { name: "elm.text";
14547             clip_to: "disclip";
14548             type: TEXT;
14549             mouse_events: 0;
14550             scale: 1;
14551             description { state: "default" 0.0;
14552                rel1 {
14553                   relative: 1.0  0.0;
14554                   to_x: "elm.padding.left";
14555                }
14556                rel2 {
14557                   relative: 0.0 1.0;
14558                   to_x: "elm.padding.right";
14559                }
14560                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
14561                text {
14562                   font: "SLP:style=Roman";
14563                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
14564                   min: 0 1;
14565                   align: 0.0 0.5;
14566                   text_class: "list_item";
14567                }
14568             }
14569             description { state: "selected" 0.0;
14570                inherit: "default" 0.0;
14571                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
14572             }
14573             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
14574             GENLIST_DESCRIPTION_FLIP_ENABLED
14575          }
14576          GENLIST_PART_FLIP
14577          GENLIST_PART_DISCLIP
14578       }
14579       programs {
14580          // signal: elm,state,%s,active
14581          //   a "check" item named %s went active
14582          // signal: elm,state,%s,passive
14583          //   a "check" item named %s went passive
14584          // default is passive
14585          program { name: "go_active";
14586             signal: "elm,state,selected";
14587             source: "elm";
14588             action: STATE_SET "selected" 0.0;
14589             target: "bg_image";
14590             target: "elm.text";
14591             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14592          }
14593          program { name: "go_passive";
14594             signal: "elm,state,unselected";
14595             source: "elm";
14596             action: STATE_SET "default" 0.0;
14597             target: "bg_image";
14598             target: "elm.text";
14599             transition: LINEAR 0.1;
14600          }
14601          program { name: "go_disabled";
14602             signal: "elm,state,disabled";
14603             source: "elm";
14604             action: STATE_SET "disabled" 0.0;
14605             target: "disclip";
14606          }
14607          program { name: "go_enabled";
14608             signal: "elm,state,enabled";
14609             source: "elm";
14610             action: STATE_SET "default" 0.0;
14611             target: "disclip";
14612          }
14613          GENLIST_PROGRAM_FLIP_1TEXT
14614          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14615       }
14616    }
14617
14618 // 4.1.2
14619    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
14620       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
14621       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
14622       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
14623       alias: "elm/layout/dialogue/1text.1icon";
14624       data.item: "stacking" "above";
14625       data.item: "selectraise" "on";
14626       data.item: "texts" "elm.text";
14627       data.item: "contents" "elm.icon";
14628       data.item: "flips" "elm.flip.content";
14629       parts {
14630          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14631          GENLIST_PART_DIALOGUE_BG_IMAGE
14632          GENLIST_PART_BOTTOM_LINE
14633          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14634          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14635          GENLIST_PART_DIALOGUE_ITEM
14636          GENLIST_PART_DIALOGUE_RIGHT_LINE
14637          part { name: "elm.icon";
14638             clip_to: "disclip";
14639             type: SWALLOW;
14640             scale: 1;
14641             description { state: "default" 0.0;
14642                fixed: 1 1;
14643                rel1.to_x: "elm.padding.right";
14644                rel2 {
14645                   relative: 0.0 1.0;
14646                   to_x: "elm.padding.right";
14647                }
14648                align: 1.0 0.5;
14649             }
14650             GENLIST_DESCRIPTION_FLIP_ENABLED
14651          }
14652          part { name: "elm.padding.icon.left";
14653             clip_to: "disclip";
14654             type: RECT;
14655             scale: 1;
14656             description { state: "default" 0.0;
14657                min: GENLIST_PADDING_16_INC 0;
14658                fixed: 1 0;
14659                rel1.to_x: "elm.icon";
14660                rel2 {
14661                   relative: 0.0 1.0;
14662                   to_x: "elm.icon";
14663                }
14664                align: 1.0 0.0;
14665                visible: 0;
14666             }
14667          }
14668          part { name: "elm.text";
14669             clip_to: "disclip";
14670             type: TEXT;
14671             mouse_events: 0;
14672             scale: 1;
14673             description { state: "default" 0.0;
14674                rel1 {
14675                   relative: 1.0 0.0;
14676                   to_x: "elm.padding.left";
14677                }
14678                rel2 {
14679                   relative: 0.0 1.0;
14680                   to_x: "elm.padding.icon.left";
14681                }
14682                align: 0.0 0.0;
14683                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
14684                text {
14685                   font: "SLP:style=Roman";
14686                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
14687                   min: 0 1;
14688                   align: 0.0 0.5;
14689                   text_class: "list_item";
14690                }
14691             }
14692             description { state: "selected" 0.0;
14693                inherit: "default" 0.0;
14694                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
14695             }
14696             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
14697             GENLIST_DESCRIPTION_FLIP_ENABLED
14698          }
14699          GENLIST_PART_FLIP
14700          GENLIST_PART_DISCLIP
14701       }
14702       programs {
14703          program { name: "go_active";
14704             signal: "elm,state,selected";
14705             source: "elm";
14706             action: STATE_SET "selected" 0.0;
14707             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
14708             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14709          }
14710          program { name: "go_passive";
14711             signal: "elm,state,unselected";
14712             source: "elm";
14713             action: STATE_SET "default" 0.0;
14714             target: "bg_image";
14715             target: "elm.text";
14716             transition: LINEAR 0.1;
14717          }
14718          program { name: "go_disabled";
14719             signal: "elm,state,disabled";
14720             source: "elm";
14721             action: STATE_SET "disabled" 0.0;
14722             target: "disclip";
14723          }
14724          program { name: "go_enabled";
14725             signal: "elm,state,enabled";
14726             source: "elm";
14727             action: STATE_SET "default" 0.0;
14728             target: "disclip";
14729          }
14730          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
14731          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14732       }
14733    }
14734
14735 // 4.1.3
14736    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
14737       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
14738       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
14739       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
14740       alias: "elm/layout/dialogue/1text.1icon.2";
14741       data.item: "stacking" "above";
14742       data.item: "selectraise" "on";
14743       data.item: "texts" "elm.text";
14744       data.item: "contents" "elm.icon";
14745       data.item: "flips" "elm.flip.content";
14746       parts {
14747          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14748          GENLIST_PART_DIALOGUE_BG_IMAGE
14749          GENLIST_PART_BOTTOM_LINE
14750          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14751          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14752          GENLIST_PART_DIALOGUE_ITEM
14753          GENLIST_PART_DIALOGUE_RIGHT_LINE
14754          part { name: "elm.icon";
14755             clip_to: "disclip";
14756             type: SWALLOW;
14757             scale: 1;
14758             description { state: "default" 0.0;
14759                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14760                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14761                fixed: 1 1;
14762                rel1 {
14763                   relative: 1.0 0.0;
14764                   to_x: "elm.padding.left";
14765                }
14766                rel2 {
14767                   relative: 1.0 1.0;
14768                   to_x: "elm.padding.left";
14769                }
14770                align: 0.0 0.5;
14771             }
14772             GENLIST_DESCRIPTION_FLIP_ENABLED
14773          }
14774          part { name: "elm.padding.icon.right";
14775             clip_to: "disclip";
14776             type: RECT;
14777             scale: 1;
14778             description { state: "default" 0.0;
14779                min: GENLIST_PADDING_16_INC 0;
14780                fixed: 1 0;
14781                rel1 {
14782                   relative: 1.0 0.0;
14783                   to_x: "elm.icon";
14784                }
14785                rel2.to_x: "elm.icon";
14786                align: 0.0 0.0;
14787                visible: 0;
14788             }
14789          }
14790          part { name: "elm.text";
14791             clip_to: "disclip";
14792             type: TEXT;
14793             mouse_events: 0;
14794             scale: 1;
14795             description { state: "default" 0.0;
14796                rel1 {
14797                   relative: 1.0 0.0;
14798                   to_x: "elm.padding.icon.right";
14799                }
14800                rel2 {
14801                   relative: 0.0 1.0;
14802                   to_x: "elm.padding.right";
14803                }
14804                align: 0.0 0.0;
14805                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
14806                text {
14807                   font: "SLP:style=Roman";
14808                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
14809                   min: 0 1;
14810                   align: 0.0 0.5;
14811                   text_class: "list_item";
14812                }
14813             }
14814             description { state: "selected" 0.0;
14815                inherit: "default" 0.0;
14816                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
14817             }
14818             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
14819             GENLIST_DESCRIPTION_FLIP_ENABLED
14820          }
14821          GENLIST_PART_FLIP
14822          GENLIST_PART_DISCLIP
14823       }
14824       programs {
14825          program { name: "go_active";
14826             signal: "elm,state,selected";
14827             source: "elm";
14828             action: STATE_SET "selected" 0.0;
14829             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
14830             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14831          }
14832          program { name: "go_passive";
14833             signal: "elm,state,unselected";
14834             source: "elm";
14835             action: STATE_SET "default" 0.0;
14836             target: "bg_image";
14837             target: "elm.text";
14838             transition: LINEAR 0.1;
14839          }
14840          program { name: "go_disabled";
14841             signal: "elm,state,disabled";
14842             source: "elm";
14843             action: STATE_SET "disabled" 0.0;
14844             target: "disclip";
14845          }
14846          program { name: "go_enabled";
14847             signal: "elm,state,enabled";
14848             source: "elm";
14849             action: STATE_SET "default" 0.0;
14850             target: "disclip";
14851          }
14852          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
14853          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14854       }
14855    }
14856
14857 // 4.1.4
14858    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
14859       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
14860       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
14861       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
14862       alias: "elm/layout/dialogue/1text.2icon";
14863       data.item: "stacking" "above";
14864       data.item: "selectraise" "on";
14865       data.item: "texts" "elm.text";
14866       data.item: "contents" "elm.icon.1 elm.icon.2";
14867       data.item: "flips" "elm.flip.content";
14868       parts {
14869          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14870          GENLIST_PART_DIALOGUE_BG_IMAGE
14871          GENLIST_PART_BOTTOM_LINE
14872          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14873          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14874          GENLIST_PART_DIALOGUE_ITEM
14875          GENLIST_PART_DIALOGUE_RIGHT_LINE
14876          part { name: "elm.icon.1";
14877             clip_to: "disclip";
14878             type: SWALLOW;
14879             scale: 1;
14880             description { state: "default" 0.0;
14881                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14882                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14883                fixed: 1 1;
14884                rel1 {
14885                   relative: 1.0 0.0;
14886                   to_x: "elm.padding.left";
14887                }
14888                rel2 {
14889                   relative: 1.0 1.0;
14890                   to_x: "elm.padding.left";
14891                }
14892                align: 0.0 0.5;
14893             }
14894             GENLIST_DESCRIPTION_FLIP_ENABLED
14895          }
14896          part { name: "elm.padding.icon.right";
14897             clip_to: "disclip";
14898             type: RECT;
14899             scale: 1;
14900             description { state: "default" 0.0;
14901                min: GENLIST_PADDING_16_INC 0;
14902                fixed: 1 0;
14903                rel1 {
14904                   relative: 1.0 0.0;
14905                   to_x: "elm.icon.1";
14906                }
14907                rel2.to_x: "elm.icon.1";
14908                align: 0.0 0.0;
14909                visible: 0;
14910             }
14911          }
14912          part { name: "elm.icon.2";
14913             clip_to: "disclip";
14914             type: SWALLOW;
14915             scale: 1;
14916             description { state: "default" 0.0;
14917                fixed: 1 1;
14918                rel1.to_x: "elm.padding.right";
14919                rel2 {
14920                   relative: 0.0 1.0;
14921                   to_x: "elm.padding.right";
14922                }
14923                align: 1.0 0.5;
14924             }
14925             GENLIST_DESCRIPTION_FLIP_ENABLED
14926          }
14927          part { name: "elm.padding.icon.left";
14928             clip_to: "disclip";
14929             type: RECT;
14930             scale: 1;
14931             description { state: "default" 0.0;
14932                min: GENLIST_PADDING_16_INC 0;
14933                fixed: 1 0;
14934                rel1.to_x: "elm.icon.2";
14935                rel2 {
14936                   relative: 0.0 1.0;
14937                   to_x: "elm.icon.2";
14938                }
14939                align: 1.0 0.0;
14940                visible: 0;
14941             }
14942          }
14943          part { name: "elm.text";
14944             clip_to: "disclip";
14945             type: TEXT;
14946             mouse_events: 0;
14947             scale: 1;
14948             description { state: "default" 0.0;
14949                rel1 {
14950                   relative: 1.0 0.0;
14951                   to_x: "elm.padding.icon.right";
14952                }
14953                rel2 {
14954                   relative: 0.0 1.0;
14955                   to_x: "elm.padding.icon.left";
14956                }
14957                align: 0.0 0.0;
14958                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
14959                text {
14960                   font: "SLP:style=Roman";
14961                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
14962                   min: 0 1;
14963                   align: 0.0 0.5;
14964                   text_class: "list_item";
14965                }
14966             }
14967             description { state: "selected" 0.0;
14968                inherit: "default" 0.0;
14969                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
14970             }
14971             GENLIST_DESCRIPTION_FLIP_ENABLED
14972          }
14973          GENLIST_PART_FLIP
14974          GENLIST_PART_DISCLIP
14975       }
14976       programs {
14977          program { name: "go_active";
14978             signal: "elm,state,selected";
14979             source: "elm";
14980             action: STATE_SET "selected" 0.0;
14981             target: "bg_image";
14982             target: "elm.text";
14983             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14984          }
14985          program { name: "go_passive";
14986             signal: "elm,state,unselected";
14987             source: "elm";
14988             action: STATE_SET "default" 0.0;
14989             target: "bg_image";
14990             target: "elm.text";
14991             transition: LINEAR 0.1;
14992          }
14993          program { name: "go_disabled";
14994             signal: "elm,state,disabled";
14995             source: "elm";
14996             action: STATE_SET "disabled" 0.0;
14997             target: "disclip";
14998          }
14999          program { name: "go_enabled";
15000             signal: "elm,state,enabled";
15001             source: "elm";
15002             action: STATE_SET "default" 0.0;
15003             target: "disclip";
15004          }
15005          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15006          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15007       }
15008    }
15009
15010 // 4.1.5
15011    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15012       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15013       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15014       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15015       alias: "elm/layout/dialogue/2text.1icon";
15016       data.item: "stacking" "above";
15017       data.item: "selectraise" "on";
15018       data.item: "texts" "elm.text.1 elm.text.2";
15019       data.item: "contents" "elm.icon";
15020       data.item: "flips" "elm.flip.content";
15021       parts {
15022          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15023          GENLIST_PART_DIALOGUE_BG_IMAGE
15024          GENLIST_PART_BOTTOM_LINE
15025          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15026          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15027          GENLIST_PART_DIALOGUE_ITEM
15028          GENLIST_PART_DIALOGUE_RIGHT_LINE
15029          part { name: "elm.icon";
15030             clip_to: "disclip";
15031             type: SWALLOW;
15032             scale: 1;
15033             description { state: "default" 0.0;
15034                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15035                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15036                fixed: 1 1;
15037                rel1 {
15038                   relative: 1.0 0.0;
15039                   to_x: "elm.padding.left";
15040                }
15041                rel2 {
15042                   relative: 1.0 1.0;
15043                   to_x: "elm.padding.left";
15044                }
15045                align: 0.0 0.5;
15046             }
15047             GENLIST_DESCRIPTION_FLIP_ENABLED
15048          }
15049          part { name: "elm.padding.icon.right";
15050             clip_to: "disclip";
15051             type: RECT;
15052             scale: 1;
15053             description { state: "default" 0.0;
15054                min: GENLIST_PADDING_16_INC 0;
15055                fixed: 1 0;
15056                rel1 {
15057                   relative: 1.0 0.0;
15058                   to_x: "elm.icon";
15059                }
15060                rel2.to_x: "elm.icon";
15061                align: 0.0 0.0;
15062                visible: 0;
15063             }
15064          }
15065          part { name: "elm.text.2";
15066             clip_to: "disclip";
15067             type: TEXT;
15068             mouse_events: 0;
15069             scale: 1;
15070             description { state: "default" 0.0;
15071                min: GENLIST_SIZE_133_INC 0;
15072                fixed: 1 0;
15073                rel1.to_x: "elm.padding.right";
15074                rel2 {
15075                   relative: 0.0 1.0;
15076                   to_x: "elm.padding.right";
15077                }
15078                align: 1.0 0.5;
15079                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;;
15080                text {
15081                   font: "SLP:style=Medium";
15082                   size: GENLIST_FONT_32_INC;
15083                   min: 0 1;
15084                   align: 1.0 0.5;
15085                   text_class: "slp_medium";
15086                }
15087             }
15088             description { state: "selected" 0.0;
15089                inherit: "default" 0.0;
15090                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15091             }
15092             GENLIST_DESCRIPTION_FLIP_ENABLED
15093          }
15094          part { name: "elm.padding.text2.left";
15095             type: RECT;
15096             mouse_events: 0;
15097             scale: 1;
15098             description { state: "default" 0.0;
15099                min: GENLIST_ICON_SMALL_SIZE 0;
15100                fixed: 1 0;
15101                rel1.to_x: "elm.text.2";
15102                rel2 {
15103                   relative: 0.0 1.0;
15104                   to_x: "elm.text.2";
15105                }
15106                visible: 0;
15107                align: 1.0 0.5;
15108             }
15109          }
15110          part { name: "elm.text.1";
15111             clip_to: "disclip";
15112             type: TEXT;
15113             mouse_events: 0;
15114             scale: 1;
15115             description { state: "default" 0.0;
15116                rel1 {
15117                   relative: 1.0 0.0;
15118                   to_x: "elm.padding.icon.right";
15119                }
15120                rel2 {
15121                   relative: 0.0 1.0;
15122                   to_x: "elm.padding.text2.left";
15123                }
15124                align: 0.0 0.0;
15125                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
15126                text {
15127                   font: "SLP:style=Roman";
15128                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
15129                   min: 0 1;
15130                   align: 0.0 0.5;
15131                   text_class: "list_item";
15132                }
15133             }
15134             description { state: "selected" 0.0;
15135                inherit: "default" 0.0;
15136                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15137             }
15138             GENLIST_DESCRIPTION_FLIP_ENABLED
15139          }
15140          GENLIST_PART_FLIP
15141          GENLIST_PART_DISCLIP
15142       }
15143       programs {
15144          program { name: "go_active";
15145             signal: "elm,state,selected";
15146             source: "elm";
15147             action: STATE_SET "selected" 0.0;
15148             target: "bg_image";
15149             target: "elm.text.1";
15150             target: "elm.text.2";
15151             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15152          }
15153          program { name: "go_passive";
15154             signal: "elm,state,unselected";
15155             source: "elm";
15156             action: STATE_SET "default" 0.0;
15157             target: "bg_image";
15158             target: "elm.text.1";
15159             target: "elm.text.2";
15160             transition: LINEAR 0.1;
15161          }
15162          program { name: "go_disabled";
15163             signal: "elm,state,disabled";
15164             source: "elm";
15165             action: STATE_SET "disabled" 0.0;
15166             target: "disclip";
15167          }
15168          program { name: "go_enabled";
15169             signal: "elm,state,enabled";
15170             source: "elm";
15171             action: STATE_SET "default" 0.0;
15172             target: "disclip";
15173          }
15174          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
15175          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15176       }
15177    }
15178 //
15179 // 4.1.6 textblock for message
15180    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
15181       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
15182       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
15183       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
15184       alias: "elm/layout/dialogue/1text.1icon.6";
15185       data.item: "stacking" "above";
15186       data.item: "selectraise" "on";
15187       data.item: "texts" "elm.text";
15188       data.item: "contents" "elm.icon";
15189       data.item: "flips" "elm.flip.content";
15190       parts {
15191          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15192          GENLIST_PART_DIALOGUE_BG_IMAGE
15193          GENLIST_PART_BOTTOM_LINE
15194          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15195          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15196          GENLIST_PART_DIALOGUE_ITEM
15197          GENLIST_PART_DIALOGUE_RIGHT_LINE
15198          part { name: "elm.icon";
15199             clip_to: "disclip";
15200             type: SWALLOW;
15201             scale: 1;
15202             description { state: "default" 0.0;
15203                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15204                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15205                fixed: 1 1;
15206                rel1 {
15207                   relative: 1.0 0.0;
15208                   to_x: "elm.padding.left";
15209                }
15210                rel2 {
15211                   relative: 1.0 1.0;
15212                   to_x: "elm.padding.left";
15213                }
15214                align: 0.0 0.5;
15215             }
15216             GENLIST_DESCRIPTION_FLIP_ENABLED
15217          }
15218          part { name: "elm.padding.icon.right";
15219             type: RECT;
15220             scale: 1;
15221             description { state: "default" 0.0;
15222                min: GENLIST_PADDING_16_INC 0;
15223                fixed: 1 0;
15224                rel1 {
15225                   relative: 1.0 0.0;
15226                   to_x: "elm.icon";
15227                }
15228                rel2.to_x: "elm.icon";
15229                align: 0.0 0.0;
15230                visible: 0;
15231             }
15232          }
15233          part { name: "elm.text";
15234             clip_to: "disclip";
15235             type: TEXTBLOCK;
15236             mouse_events: 0;
15237             scale: 1;
15238             description { state: "default" 0.0;
15239                rel1 {
15240                   relative: 1.0 0.0;
15241                   to_x: "elm.padding.icon.right";
15242                }
15243                rel2 {
15244                   relative: 0.0 1.0;
15245                   to_x: "elm.padding.right";
15246                }
15247                align: 0.0 0.5;
15248                text {
15249                   style: "genlist_style_list_main_text_unread";
15250                   min: 0 1;
15251                   align: 0.0 0.5;
15252                }
15253             }
15254             description { state: "selected" 0.0;
15255                inherit: "default" 0.0;
15256                text.style: "genlist_style_list_main_text_focus";
15257             }
15258             GENLIST_DESCRIPTION_FLIP_ENABLED
15259          }
15260          GENLIST_PART_FLIP
15261          GENLIST_PART_DISCLIP
15262       }
15263       programs {
15264          program { name: "go_active";
15265             signal: "elm,state,selected";
15266             source: "elm";
15267             action: STATE_SET "selected" 0.0;
15268             target: "bg_image";
15269             target: "elm.text";
15270             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15271          }
15272          program { name: "go_passive";
15273             signal: "elm,state,unselected";
15274             source: "elm";
15275             action: STATE_SET "default" 0.0;
15276             target: "bg_image";
15277             target: "elm.text";
15278             transition: LINEAR 0.1;
15279          }
15280          program { name: "go_disabled";
15281             signal: "elm,state,disabled";
15282             source: "elm";
15283             action: STATE_SET "disabled" 0.0;
15284             target: "disclip";
15285          }
15286          program { name: "go_enabled";
15287             signal: "elm,state,enabled";
15288             source: "elm";
15289             action: STATE_SET "default" 0.0;
15290             target: "disclip";
15291          }
15292          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15293          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15294       }
15295    }
15296
15297 // 4.1.17
15298    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
15299       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
15300       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
15301       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
15302       alias: "elm/layout/dialogue/1text.1icon.4";
15303       data.item: "stacking" "above";
15304       data.item: "selectraise" "on";
15305       data.item: "texts" "elm.text";
15306       data.item: "contents" "elm.icon";
15307       data.item: "flips" "elm.flip.content";
15308       parts {
15309          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15310          GENLIST_PART_DIALOGUE_BG_IMAGE
15311          GENLIST_PART_BOTTOM_LINE
15312          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15313          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15314          GENLIST_PART_DIALOGUE_ITEM
15315          GENLIST_PART_DIALOGUE_RIGHT_LINE
15316          part { name: "elm.icon";
15317             clip_to: "disclip";
15318             type: SWALLOW;
15319             scale: 1;
15320             description { state: "default" 0.0;
15321                min: 60 60;
15322                max: 60 60;
15323                fixed: 1 1;
15324                rel1.to_x: "elm.padding.right";
15325                rel2 {
15326                   relative: 0.0 1.0;
15327                   to_x: "elm.padding.right";
15328                }
15329                align: 1.0 0.5;
15330             }
15331             GENLIST_DESCRIPTION_FLIP_ENABLED
15332          }
15333          part { name: "elm.padding.icon.left";
15334             clip_to: "disclip";
15335             type: RECT;
15336             scale: 1;
15337             description { state: "default" 0.0;
15338                min: 10 0;
15339                fixed: 1 0;
15340                rel1.to_x: "elm.icon";
15341                rel2 {
15342                   relative: 0.0 1.0;
15343                   to_x: "elm.icon";
15344                }
15345                align: 1.0 0.0;
15346                visible: 0;
15347             }
15348          }
15349          part { name: "elm.text";
15350             clip_to: "disclip";
15351             type: TEXT;
15352             mouse_events: 0;
15353             scale: 1;
15354             description { state: "default" 0.0;
15355                rel1 {
15356                   relative: 1.0 0.0;
15357                   to_x: "elm.padding.left";
15358                }
15359                rel2 {
15360                   relative: 0.0 1.0;
15361                   to_x: "elm.padding.icon.left";
15362                }
15363                align: 0.0 0.0;
15364                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
15365                text {
15366                   font: "SLP:style=Roman";
15367                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
15368                   min: 0 1;
15369                   align: 0.0 0.5;
15370                   text_class: "list_item";
15371                }
15372             }
15373             description { state: "selected" 0.0;
15374                inherit: "default" 0.0;
15375                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15376             }
15377             GENLIST_DESCRIPTION_FLIP_ENABLED
15378          }
15379          GENLIST_PART_FLIP
15380          GENLIST_PART_DISCLIP
15381       }
15382       programs {
15383          program { name: "go_active";
15384             signal: "elm,state,selected";
15385             source: "elm";
15386             action: STATE_SET "selected" 0.0;
15387             target: "bg_image";
15388             target: "elm.text";
15389             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15390          }
15391          program { name: "go_passive";
15392             signal: "elm,state,unselected";
15393             source: "elm";
15394             action: STATE_SET "default" 0.0;
15395             target: "bg_image";
15396             target: "elm.text";
15397             transition: LINEAR 0.1;
15398          }
15399          program { name: "go_disabled";
15400             signal: "elm,state,disabled";
15401             source: "elm";
15402             action: STATE_SET "disabled" 0.0;
15403             target: "disclip";
15404          }
15405          program { name: "go_enabled";
15406             signal: "elm,state,enabled";
15407             source: "elm";
15408             action: STATE_SET "default" 0.0;
15409             target: "disclip";
15410          }
15411          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15412          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15413       }
15414    }
15415
15416    // 4.1.19
15417    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
15418       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
15419       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
15420       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
15421
15422       data.item: "stacking" "above";
15423       data.item: "selectraise" "on";
15424       data.item: "texts" "elm.text.1";
15425       data.item: "contents" "elm.icon.1";
15426
15427       parts {
15428          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
15429                  GENLIST_PART_DIALOGUE_BG_IMAGE
15430          GENLIST_PART_BOTTOM_LINE
15431          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
15432          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
15433          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15434          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15435          GENLIST_PART_DIALOGUE_ITEM
15436          GENLIST_PART_DIALOGUE_RIGHT_LINE
15437          part { name: "elm.text.1";
15438             clip_to: "disclip";
15439             type: TEXT;
15440             mouse_events: 0;
15441             scale: 1;
15442             description { state: "default" 0.0;
15443                min: 0 GENLIST_SIZE_48_INC;
15444                fixed: 0 1;
15445                rel1 {
15446                   relative: 1.0 1.0;
15447                   to_x: "elm.padding.left";
15448                   to_y: "elm.padding.top";
15449                }
15450                rel2 {
15451                   relative: 0.0 1.0;
15452                   to_x: "elm.padding.right";
15453                   to_y: "elm.padding.top";
15454                }
15455                align: 0.0 0.0;
15456                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
15457                text {
15458                   font: "SLP:style=Medium";
15459                   size: GENLIST_FONT_32_INC;
15460                   min: 0 1;
15461                   align: 0.0 0.5;
15462                   text_class: "list_item";
15463                }
15464             }
15465             description { state: "selected" 0.0;
15466                inherit: "default" 0.0;
15467                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
15468             }
15469             GENLIST_DESCRIPTION_FLIP_ENABLED
15470          }
15471          part { name: "elm.icon.1";
15472             type: SWALLOW;
15473             scale: 1;
15474             description { state: "default" 0.0;
15475                rel1 {
15476                   relative: 1.0 1.0;
15477                   to_x: "elm.padding.left";
15478                   to_y: "elm.text.1";
15479                }
15480                rel2 {
15481                   relative: 0.0 0.0;
15482                   to_x: "elm.padding.right";
15483                   to_y: "elm.padding.bottom";
15484                }
15485             }
15486          }
15487          GENLIST_PART_DISCLIP
15488       }
15489       programs {
15490          // signal: elm,state,%s,active
15491          //   a "check" item named %s went active
15492          // signal: elm,state,%s,passive
15493          //   a "check" item named %s went passive
15494          // default is passive
15495          /*program { name: "go_active";
15496             signal: "elm,state,selected";
15497             source: "elm";
15498             action: STATE_SET "selected" 0.0;
15499             target: "bg_image";
15500             target: "elm.text";
15501          }
15502          program { name: "go_passive";
15503             signal: "elm,state,unselected";
15504             source: "elm";
15505             action: STATE_SET "default" 0.0;
15506             target: "bg_image";
15507             target: "elm.text";
15508             transition: LINEAR 0.1;
15509          }*/
15510          program { name: "go_disabled";
15511             signal: "elm,state,disabled";
15512             source: "elm";
15513             action: STATE_SET "disabled" 0.0;
15514             target: "disclip";
15515          }
15516          program { name: "go_enabled";
15517             signal: "elm,state,enabled";
15518             source: "elm";
15519             action: STATE_SET "default" 0.0;
15520             target: "disclip";
15521          }
15522       }
15523    }
15524
15525    group { name: "elm/genlist/item/dialogue/2text.5/default";
15526       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
15527       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
15528       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
15529       data.item: "stacking" "above";
15530       data.item: "selectraise" "on";
15531       data.item: "texts" "elm.text.1 elm.text.2";
15532       data.item: "flips" "elm.flip.content";
15533       parts {
15534          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15535          GENLIST_PART_DIALOGUE_BG_IMAGE
15536          GENLIST_PART_BOTTOM_LINE
15537          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15538          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15539          GENLIST_PART_DIALOGUE_ITEM
15540          GENLIST_PART_DIALOGUE_RIGHT_LINE
15541          part { name: "elm.text.2";
15542             clip_to: "disclip";
15543             type: TEXT;
15544             mouse_events: 0;
15545             scale: 1;
15546             description { state: "default" 0.0;
15547                min: GENLIST_SIZE_154_INC 0;
15548                fixed: 1 0;
15549                rel1.to_x: "elm.padding.right";
15550                rel2 {
15551                   relative: 0.0 1.0;
15552                   to_x: "elm.padding.right";
15553                }
15554                align: 1.0 0.5;
15555                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;;
15556                text {
15557                   font: "SLP:style=Medium";
15558                   size: GENLIST_FONT_32_INC;
15559                   min: 0 1;
15560                   align: 1.0 0.5;
15561                   text_class: "slp_roman";
15562                }
15563             }
15564             description { state: "selected" 0.0;
15565                inherit: "default" 0.0;
15566                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15567             }
15568             GENLIST_DESCRIPTION_FLIP_ENABLED
15569          }
15570          part { name: "elm.padding.text2.left";
15571             type: RECT;
15572             mouse_events: 0;
15573             scale: 1;
15574             description { state: "default" 0.0;
15575                min: GENLIST_ICON_SMALL_SIZE 0;
15576                fixed: 1 0;
15577                rel1.to_x: "elm.text.2";
15578                rel2 {
15579                   relative: 0.0 1.0;
15580                   to_x: "elm.text.2";
15581                }
15582                visible: 0;
15583                align: 1.0 0.5;
15584             }
15585          }
15586          part { name: "elm.text.1";
15587             clip_to: "disclip";
15588             type: TEXT;
15589             mouse_events: 0;
15590             scale: 1;
15591             description { state: "default" 0.0;
15592                rel1 {
15593                   relative: 1.0 0.0;
15594                   to_x: "elm.padding.left";
15595                }
15596                rel2 {
15597                   relative: 0.0 1.0;
15598                   to_x: "elm.padding.text2.left";
15599                }
15600                align: 0.0 0.0;
15601                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
15602                text {
15603                   font: "SLP:style=Roman";
15604                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
15605                   min: 0 1;
15606                   align: 0.0 0.5;
15607                   text_class: "list_item";
15608                }
15609             }
15610             description { state: "selected" 0.0;
15611                inherit: "default" 0.0;
15612                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15613             }
15614             GENLIST_DESCRIPTION_FLIP_ENABLED
15615          }
15616          GENLIST_PART_FLIP
15617          GENLIST_PART_DISCLIP
15618       }
15619       programs {
15620          program { name: "go_active";
15621             signal: "elm,state,selected";
15622             source: "elm";
15623             action: STATE_SET "selected" 0.0;
15624             target: "bg_image";
15625             target: "elm.text.1";
15626             target: "elm.text.2";
15627             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15628          }
15629          program { name: "go_passive";
15630             signal: "elm,state,unselected";
15631             source: "elm";
15632             action: STATE_SET "default" 0.0;
15633             target: "bg_image";
15634             target: "elm.text.1";
15635             target: "elm.text.2";
15636             transition: LINEAR 0.1;
15637          }
15638          program { name: "go_disabled";
15639             signal: "elm,state,disabled";
15640             source: "elm";
15641             action: STATE_SET "disabled" 0.0;
15642             target: "disclip";
15643          }
15644          program { name: "go_enabled";
15645             signal: "elm,state,enabled";
15646             source: "elm";
15647             action: STATE_SET "default" 0.0;
15648             target: "disclip";
15649          }
15650          GENLIST_PROGRAM_FLIP_2TEXT
15651          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15652          //GENLIST_PROGRAM_FLIP_1TEXT
15653       }
15654    }
15655
15656    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
15657       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
15658       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
15659       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
15660       alias: "elm/layout/dialogue/1text.2icon.2";
15661       data.item: "stacking" "above";
15662       data.item: "selectraise" "on";
15663       data.item: "texts" "elm.text";
15664       data.item: "contents" "elm.icon.1 elm.icon.2";
15665       data.item: "flips" "elm.flip.content";
15666       parts {
15667          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15668          GENLIST_PART_DIALOGUE_BG_IMAGE
15669          GENLIST_PART_BOTTOM_LINE
15670          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15671          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15672          GENLIST_PART_DIALOGUE_ITEM
15673          GENLIST_PART_DIALOGUE_RIGHT_LINE
15674          part { name: "elm.icon.1";
15675             clip_to: "disclip";
15676             type: SWALLOW;
15677             scale: 1;
15678             description { state: "default" 0.0;
15679                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15680                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15681                fixed: 1 1;
15682                rel1 {
15683                   relative: 1.0 0.0;
15684                   to_x: "elm.padding.left";
15685                }
15686                rel2 {
15687                   relative: 1.0 1.0;
15688                   to_x: "elm.padding.left";
15689                }
15690                align: 0.0 0.5;
15691             }
15692             GENLIST_DESCRIPTION_FLIP_ENABLED
15693          }
15694          part { name: "elm.padding.icon1.right";
15695             clip_to: "disclip";
15696             type: RECT;
15697             scale: 1;
15698             description { state: "default" 0.0;
15699                min: GENLIST_PADDING_16_INC 0;
15700                fixed: 1 0;
15701                rel1 {
15702                   relative: 1.0 0.0;
15703                   to_x: "elm.icon.1";
15704                }
15705                rel2.to_x: "elm.icon.1";
15706                align: 0.0 0.0;
15707                visible: 0;
15708             }
15709          }
15710          part { name: "elm.icon.2";
15711             clip_to: "disclip";
15712             type: SWALLOW;
15713             scale: 1;
15714             description { state: "default" 0.0;
15715                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15716                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15717                fixed: 1 1;
15718                rel1.to_x: "elm.padding.right";
15719                rel2 {
15720                   relative: 0.0 1.0;
15721                   to_x: "elm.padding.right";
15722                }
15723                align: 1.0 0.5;
15724             }
15725             GENLIST_DESCRIPTION_FLIP_ENABLED
15726          }
15727          part { name: "elm.padding.icon2.left";
15728             clip_to: "disclip";
15729             type: RECT;
15730             scale: 1;
15731             description { state: "default" 0.0;
15732                min: GENLIST_PADDING_16_INC 0;
15733                fixed: 1 0;
15734                rel1.to_x: "elm.icon.2";
15735                rel2 {
15736                   relative: 0.0 1.0;
15737                   to_x: "elm.icon.2";
15738                }
15739                align: 1.0 0.0;
15740                visible: 0;
15741             }
15742          }
15743          part { name: "elm.text";
15744             clip_to: "disclip";
15745             type: TEXT;
15746             mouse_events: 0;
15747             scale: 1;
15748             description { state: "default" 0.0;
15749                rel1 {
15750                   relative: 1.0 0.0;
15751                   to_x: "elm.padding.icon1.right";
15752                }
15753                rel2 {
15754                   relative: 0.0 1.0;
15755                   to_x: "elm.padding.icon2.left";
15756                }
15757                align: 0.0 0.0;
15758                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
15759                text {
15760                   font: "SLP:style=Roman";
15761                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
15762                   min: 0 1;
15763                   align: 0.0 0.5;
15764                   text_class: "list_item";
15765                }
15766             }
15767             description { state: "selected" 0.0;
15768                inherit: "default" 0.0;
15769                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15770             }
15771             GENLIST_DESCRIPTION_FLIP_ENABLED
15772          }
15773          GENLIST_PART_FLIP
15774          GENLIST_PART_DISCLIP
15775       }
15776       programs {
15777          program { name: "go_active";
15778             signal: "elm,state,selected";
15779             source: "elm";
15780             action: STATE_SET "selected" 0.0;
15781             target: "bg_image";
15782             target: "elm.text";
15783             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15784          }
15785          program { name: "go_passive";
15786             signal: "elm,state,unselected";
15787             source: "elm";
15788             action: STATE_SET "default" 0.0;
15789             target: "bg_image";
15790             target: "elm.text";
15791             transition: LINEAR 0.1;
15792          }
15793          program { name: "go_disabled";
15794             signal: "elm,state,disabled";
15795             source: "elm";
15796             action: STATE_SET "disabled" 0.0;
15797             target: "disclip";
15798          }
15799          program { name: "go_enabled";
15800             signal: "elm,state,enabled";
15801             source: "elm";
15802             action: STATE_SET "default" 0.0;
15803             target: "disclip";
15804          }
15805          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15806          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15807       }
15808    }
15809
15810    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
15811       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
15812       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
15813       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
15814       alias: "elm/layout/dialogue/1text.3icon";
15815       data.item: "stacking" "above";
15816       data.item: "selectraise" "on";
15817       data.item: "texts" "elm.text";
15818       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
15819       data.item: "flips" "elm.flip.content";
15820       parts {
15821          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15822          GENLIST_PART_DIALOGUE_BG_IMAGE
15823          GENLIST_PART_BOTTOM_LINE
15824          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15825          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15826          GENLIST_PART_DIALOGUE_ITEM
15827          GENLIST_PART_DIALOGUE_RIGHT_LINE
15828          part { name: "elm.icon.1";
15829             clip_to: "disclip";
15830             type: SWALLOW;
15831             scale: 1;
15832             description { state: "default" 0.0;
15833                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15834                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15835                fixed: 1 1;
15836                rel1 {
15837                   relative: 1.0 0.0;
15838                   to_x: "elm.padding.left";
15839                }
15840                rel2 {
15841                   relative: 1.0 1.0;
15842                   to_x: "elm.padding.left";
15843                }
15844                align: 0.0 0.5;
15845             }
15846             GENLIST_DESCRIPTION_FLIP_ENABLED
15847          }
15848          part { name: "elm.padding.icon1.right";
15849             clip_to: "disclip";
15850             type: RECT;
15851             scale: 1;
15852             description { state: "default" 0.0;
15853                min: GENLIST_PADDING_16_INC 0;
15854                fixed: 1 0;
15855                rel1 {
15856                   relative: 1.0 0.0;
15857                   to_x: "elm.icon.1";
15858                }
15859                rel2.to_x: "elm.icon.1";
15860                align: 0.0 0.0;
15861                visible: 0;
15862             }
15863          }
15864          part { name: "elm.icon.3";
15865             clip_to: "disclip";
15866             type: SWALLOW;
15867             scale: 1;
15868             description { state: "default" 0.0;
15869                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15870                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15871                fixed: 1 1;
15872                rel1.to_x: "elm.padding.right";
15873                rel2 {
15874                   relative: 0.0 1.0;
15875                   to_x: "elm.padding.right";
15876                }
15877                align: 1.0 0.5;
15878             }
15879             GENLIST_DESCRIPTION_FLIP_ENABLED
15880          }
15881          part { name: "elm.padding.icon3.left";
15882             clip_to: "disclip";
15883             type: RECT;
15884             scale: 1;
15885             description { state: "default" 0.0;
15886                min: GENLIST_PADDING_16_INC 0;
15887                fixed: 1 0;
15888                rel1.to_x: "elm.icon.3";
15889                rel2 {
15890                   relative: 0.0 1.0;
15891                   to_x: "elm.icon.3";
15892                }
15893                align: 1.0 0.0;
15894                visible: 0;
15895             }
15896          }
15897          part { name: "elm.icon.2";
15898             clip_to: "disclip";
15899             type: SWALLOW;
15900             scale: 1;
15901             description { state: "default" 0.0;
15902                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15903                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15904                fixed: 1 1;
15905                rel1.to_x: "elm.padding.icon3.left";
15906                rel2 {
15907                   relative: 0.0 1.0;
15908                   to_x: "elm.padding.icon3.left";
15909                }
15910                align: 1.0 0.5;
15911             }
15912             GENLIST_DESCRIPTION_FLIP_ENABLED
15913          }
15914          part { name: "elm.padding.icon2.left";
15915             clip_to: "disclip";
15916             type: RECT;
15917             scale: 1;
15918             description { state: "default" 0.0;
15919                min: GENLIST_PADDING_16_INC 0;
15920                fixed: 1 0;
15921                rel1.to_x: "elm.icon.2";
15922                rel2 {
15923                   relative: 0.0 1.0;
15924                   to_x: "elm.icon.2";
15925                }
15926                align: 0.0 0.0;
15927                visible: 0;
15928             }
15929          }
15930          part { name: "elm.text";
15931             clip_to: "disclip";
15932             type: TEXT;
15933             mouse_events: 0;
15934             scale: 1;
15935             description { state: "default" 0.0;
15936                rel1 {
15937                   relative: 1.0 0.0;
15938                   to_x: "elm.padding.icon1.right";
15939                }
15940                rel2 {
15941                   relative: 0.0 1.0;
15942                   to_x: "elm.padding.icon2.left";
15943                }
15944                align: 0.0 0.5;
15945                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
15946                text {
15947                   font: "SLP:style=Roman";
15948                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
15949                   min: 0 1;
15950                   align: 0.0 0.5;
15951                   text_class: "list_item";
15952                }
15953             }
15954             description { state: "selected" 0.0;
15955                inherit: "default" 0.0;
15956                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
15957             }
15958             GENLIST_DESCRIPTION_FLIP_ENABLED
15959          }
15960          GENLIST_PART_FLIP
15961          GENLIST_PART_DISCLIP
15962       }
15963       programs {
15964          // signal: elm,state,%s,active
15965          //   a "check" item named %s went active
15966          // signal: elm,state,%s,passive
15967          //   a "check" item named %s went passive
15968          // default is passive
15969          program { name: "go_active";
15970             signal: "elm,state,selected";
15971             source: "elm";
15972             action: STATE_SET "selected" 0.0;
15973             target: "bg_image";
15974             target: "elm.text";
15975             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15976          }
15977          program { name: "go_passive";
15978             signal: "elm,state,unselected";
15979             source: "elm";
15980             action: STATE_SET "default" 0.0;
15981             target: "bg_image";
15982             target: "elm.text";
15983             transition: LINEAR 0.1;
15984          }
15985          program { name: "go_disabled";
15986             signal: "elm,state,disabled";
15987             source: "elm";
15988             action: STATE_SET "disabled" 0.0;
15989             target: "disclip";
15990          }
15991          program { name: "go_enabled";
15992             signal: "elm,state,enabled";
15993             source: "elm";
15994             action: STATE_SET "default" 0.0;
15995             target: "disclip";
15996          }
15997          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
15998          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15999          //GENLIST_PROGRAM_FLIP_1TEXT
16000       }
16001    }
16002
16003    /* password style 2.4.2.13 */
16004    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
16005    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
16006       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
16007       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
16008       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
16009       alias: "elm/layout/dialogue/4icon";
16010       data.item: "stacking" "above";
16011       data.item: "selectraise" "on";
16012       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
16013       data.item: "texts" "elm.text.1";
16014       images {
16015          image : "00_search_input_field_bg.png" COMP;
16016       }
16017       parts {
16018          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
16019          GENLIST_PART_DIALOGUE_BG_IMAGE
16020          GENLIST_PART_BOTTOM_LINE
16021          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16022          GENLIST_PART_PADDING_BOTTOM( 23 )
16023          GENLIST_PART_PADDING_LEFT( 42 )
16024          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16025          GENLIST_PART_DIALOGUE_ITEM
16026          GENLIST_PART_DIALOGUE_RIGHT_LINE
16027          part { name: "elm.text.1";
16028             clip_to: "disclip";
16029             type: TEXT;
16030             mouse_events: 0;
16031             scale: 1;
16032             description { state: "default" 0.0;
16033                fixed: 1 1;
16034                rel1.relative: 42/720 10/206;
16035                rel2.relative: 703/720 58/206;
16036                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
16037                text {
16038                   font: "SLP:style=Medium";
16039                   size: GENLIST_FONT_32_INC;
16040                   min: 0 0;
16041                   align: 0.0 0;
16042                   text_class: "list_item";
16043                }
16044             }
16045             description { state: "selected" 0.0;
16046                inherit: "default" 0.0;
16047                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
16048             }
16049          }
16050          part { name: "elm.icon1.bg";
16051             clip_to: "disclip";
16052             type: IMAGE;
16053             scale: 1;
16054             description { state: "default" 0.0;
16055                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16056                fixed: 1 1;
16057                rel1.relative: 146/720 126/206;
16058                rel2.relative: 146/720 126/206;
16059                image.normal: "00_search_input_field_bg.png";
16060                image.border: 5 5 5 5;
16061                image.border_scale: 1;
16062             }
16063          }
16064          part { name: "elm.icon.1";
16065             clip_to: "disclip";
16066             type: SWALLOW;
16067             scale: 1;
16068             description { state: "default" 0.0;
16069                rel1 {
16070                   to: "elm.icon1.bg";
16071                   offset: 3 3;
16072                }
16073                rel2 {
16074                   to: "elm.icon1.bg";
16075                   offset: -3 -3;
16076                }
16077                align: 0.5 0.5;
16078             }
16079          }
16080          part { name: "elm.icon2.bg";
16081             clip_to: "disclip";
16082             type: IMAGE;
16083             scale: 1;
16084             description { state: "default" 0.0;
16085                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16086                fixed: 1 1;
16087                rel1.relative: 294/720 126/206;
16088                rel2.relative: 294/720 126/206;
16089                image.normal: "00_search_input_field_bg.png";
16090                image.border: 5 5 5 5;
16091                image.border_scale: 1;
16092             }
16093          }
16094          part { name: "elm.icon.2";
16095             clip_to: "disclip";
16096             type: SWALLOW;
16097             scale: 1;
16098             description { state: "default" 0.0;
16099                rel1 {
16100                   to: "elm.icon2.bg";
16101                   offset: 3 3;
16102                }
16103                rel2 {
16104                   to: "elm.icon2.bg";
16105                   offset: -3 -3;
16106                }
16107                align: 0.5 0.5;
16108             }
16109          }
16110          part { name: "elm.icon3.bg";
16111             clip_to: "disclip";
16112             type: IMAGE;
16113             scale: 1;
16114             description { state: "default" 0.0;
16115                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16116                fixed: 1 1;
16117                rel1.relative: 442/720 126/206;
16118                rel2.relative: 442/720 126/206;
16119                image.normal: "00_search_input_field_bg.png";
16120                image.border: 5 5 5 5;
16121                image.border_scale: 1;
16122             }
16123          }
16124          part { name: "elm.icon.3";
16125             clip_to: "disclip";
16126             type: SWALLOW;
16127             scale: 1;
16128             description { state: "default" 0.0;
16129                rel1 {
16130                   to: "elm.icon3.bg";
16131                   offset: 3 3;
16132                }
16133                rel2 {
16134                   to: "elm.icon3.bg";
16135                   offset: -3 -3;
16136                }
16137                align: 0.5 0.5;
16138             }
16139          }
16140          part { name: "elm.icon4.bg";
16141             clip_to: "disclip";
16142             type: IMAGE;
16143             scale: 1;
16144             description { state: "default" 0.0;
16145                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16146                fixed: 1 1;
16147                rel1.relative: 590/720 126/206;
16148                rel2.relative: 590/720 126/206;
16149                image.normal: "00_search_input_field_bg.png";
16150                image.border: 5 5 5 5;
16151                image.border_scale: 1;
16152             }
16153          }
16154          part { name: "elm.icon.4";
16155             clip_to: "disclip";
16156             type: SWALLOW;
16157             scale: 1;
16158             description { state: "default" 0.0;
16159                rel1 {
16160                   to: "elm.icon4.bg";
16161                   offset: 3 3;
16162                }
16163                rel2 {
16164                   to: "elm.icon4.bg";
16165                   offset: -3 -3;
16166                }
16167                align: 0.5 0.5;
16168             }
16169          }         GENLIST_PART_DISCLIP
16170       }
16171       programs {
16172          // signal: elm,state,%s,active
16173          //   a "check" item named %s went active
16174          // signal: elm,state,%s,passive
16175          //   a "check" item named %s went passive
16176          // default is passive
16177          /*program { name: "go_active";
16178             signal: "elm,state,selected";
16179             source: "elm";
16180             action: STATE_SET "selected" 0.0;
16181             target: "bg_image";
16182             target: "elm.text.1";
16183             target: "elm.text.2";
16184          }
16185          program { name: "go_passive";
16186             signal: "elm,state,unselected";
16187             source: "elm";
16188             action: STATE_SET "default" 0.0;
16189             target: "bg_image";
16190             target: "elm.text.1";
16191             target: "elm.text.2";
16192             transition: LINEAR 0.1;
16193          }*/
16194          program { name: "go_disabled";
16195             signal: "elm,state,disabled";
16196             source: "elm";
16197             action: STATE_SET "disabled" 0.0;
16198             target: "disclip";
16199          }
16200          program { name: "go_enabled";
16201             signal: "elm,state,enabled";
16202             source: "elm";
16203             action: STATE_SET "default" 0.0;
16204             target: "disclip";
16205          }
16206       }
16207    }
16208
16209    group { name: "elm/genlist/item/dialogue/3icon/default";
16210       alias: "elm/genlist/item_odd/dialogue/3icon/default";
16211       alias: "elm/genlist/item_compress/dialogue/3icon/default";
16212       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
16213       alias: "elm/layout/dialogue/3icon";
16214       data.item: "stacking" "above";
16215       data.item: "selectraise" "on";
16216       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16217       parts {
16218          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16219          GENLIST_PART_DIALOGUE_BG_IMAGE
16220          GENLIST_PART_BOTTOM_LINE
16221          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16222          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16223          GENLIST_PART_DIALOGUE_ITEM
16224          GENLIST_PART_DIALOGUE_RIGHT_LINE
16225          part { name: "elm.icon.1";
16226             clip_to: "disclip";
16227             type: SWALLOW;
16228             scale: 1;
16229             description { state: "default" 0.0;
16230                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16231                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16232                fixed: 1 1;
16233                rel1 {
16234                   relative: 1.0 0.0;
16235                   to_x: "elm.padding.left";
16236                }
16237                rel2 {
16238                   relative: 1.0 1.0;
16239                   to_x: "elm.padding.left";
16240                }
16241                align: 0.0 0.5;
16242             }
16243             GENLIST_DESCRIPTION_FLIP_ENABLED
16244          }
16245          part { name: "elm.padding.icon1.right";
16246             clip_to: "disclip";
16247             type: RECT;
16248             scale: 1;
16249             description { state: "default" 0.0;
16250                min: GENLIST_PADDING_16_INC 0;
16251                fixed: 1 0;
16252                rel1 {
16253                   relative: 1.0 0.0;
16254                   to_x: "elm.icon.1";
16255                }
16256                rel2.to_x: "elm.icon.1";
16257                align: 0.0 0.0;
16258                visible: 0;
16259             }
16260          }
16261          part { name: "elm.icon.3";
16262             clip_to: "disclip";
16263             type: SWALLOW;
16264             scale: 1;
16265             description { state: "default" 0.0;
16266                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16267                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16268                fixed: 1 1;
16269                rel1.to_x: "elm.padding.right";
16270                rel2 {
16271                   relative: 0.0 1.0;
16272                   to_x: "elm.padding.right";
16273                }
16274                align: 1.0 0.5;
16275             }
16276             GENLIST_DESCRIPTION_FLIP_ENABLED
16277          }
16278          part { name: "elm.padding.icon3.left";
16279             clip_to: "disclip";
16280             type: RECT;
16281             scale: 1;
16282             description { state: "default" 0.0;
16283                min: GENLIST_PADDING_16_INC 0;
16284                fixed: 1 0;
16285                rel1.to_x: "elm.icon.3";
16286                rel2 {
16287                   relative: 0.0 1.0;
16288                   to_x: "elm.icon.3";
16289                }
16290                align: 1.0 0.0;
16291                visible: 0;
16292             }
16293          }
16294          part { name: "elm.icon.2";
16295             clip_to: "disclip";
16296             type: SWALLOW;
16297             scale: 1;
16298             description { state: "default" 0.0;
16299                rel1 {
16300                   relative: 1.0 0.0;
16301                   to_x: "elm.padding.icon1.right";
16302                }
16303                rel2 {
16304                   relative: 0.0 1.0;
16305                   to_x: "elm.padding.icon3.left";
16306                }
16307                align: 0.0 0.5;
16308             }
16309             GENLIST_DESCRIPTION_FLIP_ENABLED
16310          }
16311          GENLIST_PART_DISCLIP
16312       }
16313       programs {
16314          // signal: elm,state,%s,active
16315          //   a "check" item named %s went active
16316          // signal: elm,state,%s,passive
16317          //   a "check" item named %s went passive
16318          // default is passive
16319          program { name: "go_disabled";
16320             signal: "elm,state,disabled";
16321             source: "elm";
16322             action: STATE_SET "disabled" 0.0;
16323             target: "disclip";
16324          }
16325          program { name: "go_enabled";
16326             signal: "elm,state,enabled";
16327             source: "elm";
16328             action: STATE_SET "default" 0.0;
16329             target: "disclip";
16330          }
16331       }
16332    }
16333
16334    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
16335       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
16336       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
16337       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
16338       alias: "elm/layout/dialogue/2text.1icon.4";
16339       data.item: "stacking" "above";
16340       data.item: "selectraise" "on";
16341       data.item: "texts" "elm.text.1 elm.text.2";
16342       data.item: "contents" "elm.icon";
16343       data.item: "flips" "elm.flip.content";
16344       parts {
16345          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16346          GENLIST_PART_DIALOGUE_BG_IMAGE
16347          GENLIST_PART_BOTTOM_LINE
16348          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
16349          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
16350          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16351          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16352          GENLIST_PART_DIALOGUE_ITEM
16353          GENLIST_PART_DIALOGUE_RIGHT_LINE
16354          part { name: "elm.text.2";
16355             clip_to: "disclip";
16356             type: TEXT;
16357             mouse_events: 0;
16358             scale: 1;
16359             description { state: "default" 0.0;
16360                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
16361                fixed: 1 1;
16362                rel1 {
16363                   relative: 0.0 1.0;
16364                   to_x: "elm.padding.right";
16365                   to_y: "elm.padding.top";
16366                }
16367                rel2 {
16368                   relative: 0.0 1.0;
16369                   to_x: "elm.padding.right";
16370                   to_y: "elm.padding.top";
16371                }
16372                align: 1.0 0.0;
16373                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
16374                text {
16375                   font: "SLP:style=Medium";
16376                   size: GENLIST_FONT_32_INC;
16377                   min: 0 1;
16378                   align: 1.0 0.5;
16379                   text_class: "slp_medium";
16380                }
16381             }
16382             description { state: "selected" 0.0;
16383                inherit: "default" 0.0;
16384                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
16385             }
16386             GENLIST_DESCRIPTION_FLIP_ENABLED
16387          }
16388          part { name: "elm.padding.text2.left";
16389             clip_to: "disclip";
16390             type: RECT;
16391             mouse_events: 0;
16392             scale: 1;
16393             description { state: "default" 0.0;
16394                min: GENLIST_ICON_SMALL_SIZE 0;
16395                fixed: 1 0;
16396                rel1.to_x: "elm.text.2";
16397                rel2 {
16398                   relative: 0.0 1.0;
16399                   to_x: "elm.text.2";
16400                }
16401                align: 1.0 0.5;
16402                visible: 0;
16403             }
16404          }
16405          part { name: "elm.text.1";
16406             clip_to: "disclip";
16407             type: TEXT;
16408             mouse_events: 0;
16409             scale: 1;
16410             description { state: "default" 0.0;
16411                rel1 {
16412                   relative: 1.0 1.0;
16413                   to_x: "elm.padding.left";
16414                   to_y: "elm.padding.top";
16415                }
16416                rel2 {
16417                   relative: 0.0 1.0;
16418                   to_x: "elm.padding.text2.left";
16419                   to_y: "elm.text.2";
16420                }
16421                align: 0.0 0.5;
16422                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
16423                text {
16424                   font: "SLP:style=Roman";
16425                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
16426                   min: 0 1;
16427                   align: 0.0 0.5;
16428                   text_class: "list_item";
16429                }
16430             }
16431             description { state: "selected" 0.0;
16432                inherit: "default" 0.0;
16433                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
16434             }
16435             GENLIST_DESCRIPTION_FLIP_ENABLED
16436          }
16437          part { name: "elm.icon";
16438             clip_to: "disclip";
16439             type: SWALLOW;
16440             scale: 1;
16441             description { state: "default" 0.0;
16442                min: 0 GENLIST_SIZE_16_INC;
16443                fixed: 0 1;
16444                rel1 {
16445                   relative: 1.0 0.0;
16446                   to_x: "elm.padding.left";
16447                   to_y: "elm.padding.bottom";
16448                }
16449                rel2 {
16450                   relative: 0.0 0.0;
16451                   to_x: "elm.padding.right";
16452                   to_y: "elm.padding.bottom";
16453                }
16454                align: 0.0 1.0;
16455             }
16456             GENLIST_DESCRIPTION_FLIP_ENABLED
16457          }
16458          GENLIST_PART_FLIP
16459          GENLIST_PART_DISCLIP
16460       }
16461       programs {
16462          // signal: elm,state,%s,active
16463          //   a "check" item named %s went active
16464          // signal: elm,state,%s,passive
16465          //   a "check" item named %s went passive
16466          // default is passive
16467          program { name: "go_active";
16468             signal: "elm,state,selected";
16469             source: "elm";
16470             action: STATE_SET "selected" 0.0;
16471             target: "bg_image";
16472             target: "elm.text.1";
16473             target: "elm.text.2";
16474             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16475          }
16476          program { name: "go_passive";
16477             signal: "elm,state,unselected";
16478             source: "elm";
16479             action: STATE_SET "default" 0.0;
16480             target: "bg_image";
16481             target: "elm.text.1";
16482             target: "elm.text.2";
16483             transition: LINEAR 0.1;
16484          }
16485          program { name: "go_disabled";
16486             signal: "elm,state,disabled";
16487             source: "elm";
16488             action: STATE_SET "disabled" 0.0;
16489             target: "disclip";
16490          }
16491          program { name: "go_enabled";
16492             signal: "elm,state,enabled";
16493             source: "elm";
16494             action: STATE_SET "default" 0.0;
16495             target: "disclip";
16496          }
16497          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16498          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16499       }
16500    }
16501
16502    group { name: "elm/genlist/item/dialogue/1title.1text/default";
16503       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
16504       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
16505       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
16506       alias: "elm/genlist/item/dialogue.1title.1text/default";
16507       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
16508       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
16509       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
16510       alias: "elm/layout/dialogue/1title.1text";
16511       data.item: "stacking" "above";
16512       data.item: "selectraise" "on";
16513       data.item: "texts" "elm.title elm.text";
16514       data.item: "flips" "elm.flip.content";
16515       parts {
16516          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16517          GENLIST_PART_DIALOGUE_BG_IMAGE
16518          GENLIST_PART_BOTTOM_LINE
16519          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16520          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16521          GENLIST_PART_DIALOGUE_ITEM
16522          GENLIST_PART_DIALOGUE_RIGHT_LINE
16523          part { name: "elm.title";
16524             clip_to: "disclip";
16525             type: TEXT;
16526             mouse_events: 0;
16527             scale: 1;
16528             description { state: "default" 0.0;
16529                min: GENLIST_SIZE_163_INC 0;
16530                fixed: 1 0;
16531                rel1 {
16532                   relative: 1.0 0.0;
16533                   to_x: "elm.padding.left";
16534                }
16535                rel2.to_x: "elm.padding.left";
16536                align: 0.0 0.5;
16537                color: GENLIST_MULTILINE_TEXT_COLOR;
16538                text {
16539                   font: "SLP:style=Medium";
16540                   size: GENLIST_MULTILINE_TEXT_SIZE;
16541                   min: 0 1;
16542                   align: 0.0 0.5;
16543                   text_class: "slp_roman";
16544                }
16545             }
16546          }
16547          part { name: "vertical_line";
16548             type: RECT;
16549             mouse_events: 0;
16550             description { state: "default" 0.0;
16551                min: 1 0;
16552                fixed: 1 0;
16553                rel1 {
16554                   relative: 1.0 0.0;
16555                   to_x: "elm.title";
16556                }
16557                rel2.to_x: "elm.title";
16558                align: 0.0 0.5;
16559                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16560             }
16561          }
16562          part { name: "elm.padding.text.left";
16563             clip_to: "disclip";
16564             type: RECT;
16565             mouse_events: 0;
16566             scale: 1;
16567             description { state: "default" 0.0;
16568                min: GENLIST_PADDING_16_INC 0;
16569                fixed: 1 0;
16570                rel1 {
16571                    relative: 1.0 0.0;
16572                    to_x: "vertical_line";
16573                }
16574                rel2.to_x: "vertical_line";
16575                align: 0.0 0.5;
16576                visible: 0;
16577             }
16578          }
16579          part { name: "elm.text";
16580             clip_to: "disclip";
16581             type: TEXT;
16582             mouse_events: 0;
16583             scale: 1;
16584             description { state: "default" 0.0;
16585                rel1 {
16586                   relative: 1.0 0.0;
16587                   to_x: "elm.padding.text.left";
16588                }
16589                rel2 {
16590                   relative: 0.0 1.0;
16591                   to_x: "elm.padding.right";
16592                }
16593                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
16594                text {
16595                   font: "SLP:style=Roman";
16596                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
16597                   min: 0 1;
16598                   align: 0.0 0.5;
16599                   text_class: "list_item";
16600                }
16601             }
16602             GENLIST_DESCRIPTION_FLIP_ENABLED
16603          }
16604          part { name: "elm.flip.content";
16605             clip_to: "disclip";
16606             type: SWALLOW;
16607             mouse_events: 1;
16608             scale: 1;
16609             description { state: "default" 0.0;
16610                fixed: 1 1;
16611                rel1 {
16612                   relative: 0.0 0.5;
16613                   to_x: "elm.text";
16614                }
16615                rel2 {
16616                   relative: 0.0 0.5;
16617                   to_x: "elm.padding.right";
16618                }
16619                visible: 0;
16620             }
16621             description { state: "flip_enabled" 0.0;
16622                inherit: "default" 0.0;
16623                visible: 1;
16624             }
16625          }
16626          GENLIST_PART_DISCLIP
16627       }
16628       programs {
16629          // signal: elm,state,%s,active
16630          //   a "check" item named %s went active
16631          // signal: elm,state,%s,passive
16632          //   a "check" item named %s went passive
16633          // default is passive
16634          /*program { name: "go_active";
16635             signal: "elm,state,selected";
16636             source: "elm";
16637             action: STATE_SET "selected" 0.0;
16638             target: "elm.text";
16639          }
16640          program { name: "go_passive";
16641             signal: "elm,state,unselected";
16642             source: "elm";
16643             action: STATE_SET "default" 0.0;
16644             target: "elm.text";
16645             transition: LINEAR 0.1;
16646          }*/
16647          program { name: "go_disabled";
16648             signal: "elm,state,disabled";
16649             source: "elm";
16650             action: STATE_SET "disabled" 0.0;
16651             target: "disclip";
16652          }
16653          program { name: "go_enabled";
16654             signal: "elm,state,enabled";
16655             source: "elm";
16656             action: STATE_SET "default" 0.0;
16657             target: "disclip";
16658          }
16659          //GENLIST_PROGRAM_FLIP_1TEXT
16660       }
16661    }
16662
16663    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
16664       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
16665       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
16666       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
16667       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
16668       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
16669       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
16670       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
16671       alias: "elm/layout/dialogue/1title.1text.3";
16672       data.item: "stacking" "above";
16673       data.item: "selectraise" "on";
16674       data.item: "texts" "elm.title elm.text";
16675       data.item: "flips" "elm.flip.content.title elm.flip.content";
16676       parts {
16677          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16678          GENLIST_PART_DIALOGUE_BG_IMAGE
16679          GENLIST_PART_BOTTOM_LINE
16680          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16681          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16682          GENLIST_PART_DIALOGUE_ITEM
16683          GENLIST_PART_DIALOGUE_RIGHT_LINE
16684          part { name: "elm.title";
16685             clip_to: "disclip";
16686             type: TEXT;
16687             mouse_events: 0;
16688             scale: 1;
16689             description { state: "default" 0.0;
16690                min: GENLIST_SIZE_163_INC 0;
16691                fixed: 1 0;
16692                rel1 {
16693                   relative: 1.0 0.0;
16694                   to_x: "elm.padding.left";
16695                }
16696                rel2.to_x: "elm.padding.left";
16697                align: 0.0 0.5;
16698                color: GENLIST_MULTILINE_TEXT_COLOR;
16699                text {
16700                   font: "SLP:style=Medium";
16701                   size: GENLIST_MULTILINE_TEXT_SIZE;
16702                   min: 0 1;
16703                   align: 0.0 0.5;
16704                   text_class: "slp_medium";
16705                }
16706             }
16707             GENLIST_DESCRIPTION_FLIP_ENABLED
16708          }
16709          part { name: "elm.flip.content.title";
16710             clip_to: "disclip";
16711             type: SWALLOW;
16712             description { state: "default" 0.0;
16713                visible: 0;
16714                fixed: 1 1;
16715                rel1.to: "elm.title";
16716                rel2.to: "elm.title";
16717             }
16718             description { state: "flip_enabled" 0.0;
16719                inherit: "default" 0.0;
16720                visible: 1;
16721             }
16722          }
16723          part { name: "vertical_line";
16724             type: RECT;
16725             mouse_events: 0;
16726             description { state: "default" 0.0;
16727                min: 1 0;
16728                fixed: 1 0;
16729                rel1 {
16730                   relative: 1.0 0.0;
16731                   to_x: "elm.title";
16732                }
16733                rel2.to_x: "elm.title";
16734                align: 0.0 0.5;
16735                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16736             }
16737          }
16738          part { name: "elm.padding.text.left";
16739             clip_to: "disclip";
16740             type: RECT;
16741             mouse_events: 0;
16742             scale: 1;
16743             description { state: "default" 0.0;
16744                min: GENLIST_PADDING_16_INC 0;
16745                fixed: 1 0;
16746                rel1 {
16747                    relative: 1.0 0.0;
16748                    to_x: "vertical_line";
16749                }
16750                rel2.to_x: "vertical_line";
16751                align: 0.0 0.5;
16752                visible: 0;
16753             }
16754          }
16755          part { name: "elm.text";
16756             clip_to: "disclip";
16757             type: TEXT;
16758             mouse_events: 0;
16759             scale: 1;
16760             description { state: "default" 0.0;
16761                rel1 {
16762                   relative: 1.0 0.0;
16763                   to_x: "elm.padding.text.left";
16764                }
16765                rel2 {
16766                   relative: 0.0 1.0;
16767                   to_x: "elm.padding.right";
16768                }
16769                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
16770                text {
16771                   font: "SLP:style=Roman";
16772                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
16773                   min: 0 1;
16774                   align: 0.0 0.5;
16775                   text_class: "list_item";
16776                }
16777             }
16778             GENLIST_DESCRIPTION_FLIP_ENABLED
16779          }
16780          part { name: "elm.flip.content";
16781             clip_to: "disclip";
16782             type: SWALLOW;
16783             mouse_events: 1;
16784             scale: 1;
16785             description { state: "default" 0.0;
16786                fixed: 1 1;
16787                rel1 {
16788                   relative: 0.0 0.5;
16789                   to_x: "elm.text";
16790                }
16791                rel2 {
16792                   relative: 0.0 0.5;
16793                   to_x: "elm.padding.right";
16794                }
16795                visible: 0;
16796             }
16797             description { state: "flip_enabled" 0.0;
16798                inherit: "default" 0.0;
16799                visible: 1;
16800             }
16801          }
16802          GENLIST_PART_DISCLIP
16803       }
16804       programs {
16805          // signal: elm,state,%s,active
16806          //   a "check" item named %s went active
16807          // signal: elm,state,%s,passive
16808          //   a "check" item named %s went passive
16809          // default is passive
16810          /*program { name: "go_active";
16811             signal: "elm,state,selected";
16812             source: "elm";
16813             action: STATE_SET "selected" 0.0;
16814             target: "elm.text";
16815          }
16816          program { name: "go_passive";
16817             signal: "elm,state,unselected";
16818             source: "elm";
16819             action: STATE_SET "default" 0.0;
16820             target: "elm.text";
16821             transition: LINEAR 0.1;
16822          }*/
16823          program { name: "go_disabled";
16824             signal: "elm,state,disabled";
16825             source: "elm";
16826             action: STATE_SET "disabled" 0.0;
16827             target: "disclip";
16828          }
16829          program { name: "go_enabled";
16830             signal: "elm,state,enabled";
16831             source: "elm";
16832             action: STATE_SET "default" 0.0;
16833             target: "disclip";
16834          }
16835          program { name: "flip_enabled";
16836             signal: "elm,state,flip,enabled";
16837             source: "elm";
16838             action: STATE_SET "flip_enabled" 0.0;
16839             target: "elm.title";
16840             target: "elm.text";
16841             target: "elm.flip.content.title";
16842             target: "elm.flip.content";
16843          }
16844          program { name: "flip_disabled";
16845             signal: "elm,state,flip,disabled";
16846             source: "elm";
16847             action: STATE_SET "default" 0.0;
16848             target: "elm.title";
16849             target: "elm.text";
16850             target: "elm.flip.content.title";
16851             target: "elm.flip.content";
16852          }
16853       }
16854    }
16855
16856    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
16857       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
16858       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
16859       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
16860       alias: "elm/layout/dialogue/1title.1text.1icon";
16861       data.item: "stacking" "above";
16862       data.item: "selectraise" "on";
16863       data.item: "texts" "elm.title elm.text";
16864       data.item: "contents" "elm.icon";
16865       data.item: "flips" "elm.flip.content";
16866       parts {
16867          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16868          GENLIST_PART_DIALOGUE_BG_IMAGE
16869          GENLIST_PART_BOTTOM_LINE
16870          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16871          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16872          GENLIST_PART_DIALOGUE_ITEM
16873          GENLIST_PART_DIALOGUE_RIGHT_LINE
16874          part { name: "elm.title";
16875             clip_to: "disclip";
16876             type: TEXT;
16877             mouse_events: 0;
16878             scale: 1;
16879             description { state: "default" 0.0;
16880                min: GENLIST_SIZE_163_INC 0;
16881                fixed: 1 0;
16882                rel1 {
16883                   relative: 1.0 0.0;
16884                   to_x: "elm.padding.left";
16885                }
16886                rel2.to_x: "elm.padding.left";
16887                align: 0.0 0.5;
16888                color: GENLIST_MULTILINE_TEXT_COLOR;
16889                text {
16890                   font: "SLP:style=Medium";
16891                   size: GENLIST_MULTILINE_TEXT_SIZE;
16892                   min: 0 1;
16893                   align: 0.0 0.5;
16894                   text_class: "slp_medium";
16895                }
16896             }
16897          }
16898          part { name: "vertical_line";
16899             type: RECT;
16900             mouse_events: 0;
16901             description { state: "default" 0.0;
16902                min: 1 0;
16903                fixed: 1 0;
16904                rel1 {
16905                   relative: 1.0 0.0;
16906                   to_x: "elm.title";
16907                }
16908                rel2.to_x: "elm.title";
16909                align: 0.0 0.5;
16910                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16911             }
16912          }
16913          part { name: "elm.padding.text.left";
16914             clip_to: "disclip";
16915             type: RECT;
16916             mouse_events: 0;
16917             scale: 1;
16918             description { state: "default" 0.0;
16919                min: GENLIST_PADDING_16_INC 0;
16920                fixed: 1 0;
16921                rel1 {
16922                    relative: 1.0 0.0;
16923                    to_x: "vertical_line";
16924                }
16925                rel2.to_x: "vertical_line";
16926                align: 0.0 0.5;
16927                visible: 0;
16928             }
16929          }
16930          part { name: "elm.icon";
16931            clip_to: "disclip";
16932             type: SWALLOW;
16933             mouse_events: 0;
16934             scale: 1;
16935             description { state: "default" 0.0;
16936                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
16937                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
16938                fixed: 1 1;
16939                rel1.to_x: "elm.padding.right";
16940                rel2 {
16941                   relative: 0.0 1.0;
16942                   to_x: "elm.padding.right";
16943                }
16944                align: 1.0 0.5;
16945             }
16946          }
16947          part { name: "elm.padding.icon.left";
16948             clip_to: "disclip";
16949             type: RECT;
16950             mouse_events: 0;
16951             scale: 1;
16952             description { state: "default" 0.0;
16953                min: GENLIST_PADDING_16_INC 0;
16954                fixed: 1 0;
16955                rel1.to_x: "elm.icon";
16956                rel2 {
16957                    relative: 0.0 1.0;
16958                    to_x: "elm.icon";
16959                }
16960                rel2.to_x: "elm.icon";
16961                align: 1.0 0.5;
16962                visible: 0;
16963             }
16964          }
16965          part { name: "elm.text";
16966             clip_to: "disclip";
16967             type: TEXT;
16968             mouse_events: 0;
16969             scale: 1;
16970             description { state: "default" 0.0;
16971                rel1 {
16972                   relative: 1.0 0.0;
16973                   to_x: "elm.padding.text.left";
16974                }
16975                rel2 {
16976                   relative: 0.0 1.0;
16977                   to_x: "elm.padding.icon.left";
16978                }
16979                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
16980                text {
16981                   font: "SLP:style=Roman";
16982                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
16983                   min: 0 1;
16984                   align: 0.0 0.5;
16985                   text_class: "list_item";
16986                }
16987             }
16988             GENLIST_DESCRIPTION_FLIP_ENABLED
16989          }
16990          part { name: "elm.flip.content";
16991             clip_to: "disclip";
16992             type: SWALLOW;
16993             mouse_events: 1;
16994             scale: 1;
16995             description { state: "default" 0.0;
16996                fixed: 1 1;
16997                rel1 {
16998                   relative: 0.0 0.5;
16999                   to_x: "elm.text";
17000                }
17001                rel2 {
17002                   relative: 0.0 0.5;
17003                   to_x: "elm.padding.right";
17004                }
17005                visible: 0;
17006             }
17007             description { state: "flip_enabled" 0.0;
17008                inherit: "default" 0.0;
17009                visible: 1;
17010             }
17011          }
17012          GENLIST_PART_DISCLIP
17013       }
17014       programs {
17015          // signal: elm,state,%s,active
17016          //   a "check" item named %s went active
17017          // signal: elm,state,%s,passive
17018          //   a "check" item named %s went passive
17019          // default is passive
17020          /*program { name: "go_active";
17021             signal: "elm,state,selected";
17022             source: "elm";
17023             action: STATE_SET "selected" 0.0;
17024             target: "elm.text";
17025          }
17026          program { name: "go_passive";
17027             signal: "elm,state,unselected";
17028             source: "elm";
17029             action: STATE_SET "default" 0.0;
17030             target: "elm.text";
17031             transition: LINEAR 0.1;
17032          }*/
17033          program { name: "go_disabled";
17034             signal: "elm,state,disabled";
17035             source: "elm";
17036             action: STATE_SET "disabled" 0.0;
17037             target: "disclip";
17038          }
17039          program { name: "go_enabled";
17040             signal: "elm,state,enabled";
17041             source: "elm";
17042             action: STATE_SET "default" 0.0;
17043             target: "disclip";
17044          }
17045          //GENLIST_PROGRAM_FLIP_1TEXT
17046       }
17047    }
17048
17049    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
17050       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
17051       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
17052       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
17053       alias: "elm/layout/dialogue/1title.1text.1icon.2";
17054       data.item: "stacking" "above";
17055       data.item: "selectraise" "on";
17056       data.item: "texts" "elm.title elm.text";
17057       data.item: "contents" "elm.icon";
17058       data.item: "flips" "elm.flip.content.title elm.flip.content";
17059       parts {
17060          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
17061          GENLIST_PART_DIALOGUE_BG_IMAGE
17062          GENLIST_PART_BOTTOM_LINE
17063          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17064          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17065          GENLIST_PART_DIALOGUE_ITEM
17066          GENLIST_PART_DIALOGUE_RIGHT_LINE
17067          part { name: "elm.title";
17068             clip_to: "disclip";
17069             type: TEXT;
17070             mouse_events: 0;
17071             scale: 1;
17072             description { state: "default" 0.0;
17073                min: GENLIST_SIZE_163_INC 0;
17074                fixed: 1 0;
17075                rel1 {
17076                   relative: 1.0 0.0;
17077                   to_x: "elm.padding.left";
17078                }
17079                rel2.to_x: "elm.padding.left";
17080                align: 0.0 0.5;
17081                color: GENLIST_MULTILINE_TEXT_COLOR;
17082                text {
17083                   font: "SLP:style=Medium";
17084                   size: GENLIST_MULTILINE_TEXT_SIZE;
17085                   min: 0 1;
17086                   align: 0.0 0.5;
17087                   text_class: "slp_medium";
17088                }
17089             }
17090             GENLIST_DESCRIPTION_FLIP_ENABLED
17091          }
17092          part { name: "elm.flip.content.title";
17093             clip_to: "disclip";
17094             type: SWALLOW;
17095             description { state: "default" 0.0;
17096                visible: 0;
17097                fixed: 1 1;
17098                rel1.to: "elm.title";
17099                rel2.to: "elm.title";
17100             }
17101             description { state: "flip_enabled" 0.0;
17102                inherit: "default" 0.0;
17103                visible: 1;
17104             }
17105          }
17106          part { name: "vertical_line";
17107             type: RECT;
17108             mouse_events: 0;
17109             description { state: "default" 0.0;
17110                min: 1 0;
17111                fixed: 1 0;
17112                rel1 {
17113                   relative: 1.0 0.0;
17114                   to_x: "elm.title";
17115                }
17116                rel2.to_x: "elm.title";
17117                align: 0.0 0.5;
17118                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17119             }
17120          }
17121          part { name: "elm.padding.text.left";
17122             clip_to: "disclip";
17123             type: RECT;
17124             mouse_events: 0;
17125             scale: 1;
17126             description { state: "default" 0.0;
17127                min: GENLIST_PADDING_16_INC 0;
17128                fixed: 1 0;
17129                rel1 {
17130                    relative: 1.0 0.0;
17131                    to_x: "vertical_line";
17132                }
17133                rel2.to_x: "vertical_line";
17134                align: 0.0 0.5;
17135                visible: 0;
17136             }
17137          }
17138          part { name: "elm.icon";
17139            clip_to: "disclip";
17140             type: SWALLOW;
17141             mouse_events: 0;
17142             scale: 1;
17143             description { state: "default" 0.0;
17144                min: 0 0;
17145                max: 0 0;
17146                rel1.to_x: "elm.padding.right";
17147                rel2 {
17148                   relative: 0.0 1.0;
17149                   to_x: "elm.padding.right";
17150                }
17151                align: 1.0 0.5;
17152                visible: 0;
17153             }
17154             description { state: "contact_default_number_enabled" 0.0;
17155                inherit: "default" 0.0;
17156                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
17157                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
17158                visible: 1;
17159             }
17160          }
17161          part { name: "elm.padding.icon.left";
17162             clip_to: "disclip";
17163             type: RECT;
17164             mouse_events: 0;
17165             scale: 1;
17166             description { state: "default" 0.0;
17167                min: 0 0;
17168                fixed: 1 0;
17169                rel1.to_x: "elm.icon";
17170                rel2 {
17171                    relative: 0.0 1.0;
17172                    to_x: "elm.icon";
17173                }
17174                rel2.to_x: "elm.icon";
17175                align: 1.0 0.5;
17176                visible: 0;
17177             }
17178             description { state: "contact_default_number_enabled" 0.0;
17179                inherit: "default" 0.0;
17180                min: GENLIST_PADDING_16_INC 0;
17181             }
17182          }
17183          part { name: "elm.text";
17184             clip_to: "disclip";
17185             type: TEXT;
17186             mouse_events: 0;
17187             scale: 1;
17188             description { state: "default" 0.0;
17189                rel1 {
17190                   relative: 1.0 0.0;
17191                   to_x: "elm.padding.text.left";
17192                }
17193                rel2 {
17194                   relative: 0.0 1.0;
17195                   to_x: "elm.padding.icon.left";
17196                }
17197                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17198                text {
17199                   font: "SLP:style=Roman";
17200                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
17201                   min: 0 1;
17202                   align: 0.0 0.5;
17203                   text_class: "list_item";
17204                }
17205             }
17206             description { state: "contact_default_number_enabled" 0.0;
17207                inherit: "default" 0.0;
17208                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
17209             }
17210             GENLIST_DESCRIPTION_FLIP_ENABLED
17211          }
17212          part { name: "elm.flip.content";
17213             clip_to: "disclip";
17214             type: SWALLOW;
17215             mouse_events: 1;
17216             scale: 1;
17217             description { state: "default" 0.0;
17218                fixed: 1 1;
17219                rel1 {
17220                   relative: 0.0 0.5;
17221                   to_x: "elm.text";
17222                }
17223                rel2 {
17224                   relative: 1.0 0.5;
17225                   to_x: "elm.padding.icon.left";
17226                }
17227                visible: 0;
17228             }
17229             description { state: "flip_enabled" 0.0;
17230                inherit: "default" 0.0;
17231                visible: 1;
17232             }
17233          }
17234          GENLIST_PART_DISCLIP
17235       }
17236       programs {
17237          // signal: elm,state,%s,active
17238          //   a "check" item named %s went active
17239          // signal: elm,state,%s,passive
17240          //   a "check" item named %s went passive
17241          // default is passive
17242          /*program { name: "go_active";
17243             signal: "elm,state,selected";
17244             source: "elm";
17245             action: STATE_SET "selected" 0.0;
17246             target: "elm.text";
17247          }
17248          program { name: "go_passive";
17249             signal: "elm,state,unselected";
17250             source: "elm";
17251             action: STATE_SET "default" 0.0;
17252             target: "elm.text";
17253             transition: LINEAR 0.1;
17254          }*/
17255          program { name: "go_disabled";
17256             signal: "elm,state,disabled";
17257             source: "elm";
17258             action: STATE_SET "disabled" 0.0;
17259             target: "disclip";
17260          }
17261          program { name: "go_enabled";
17262             signal: "elm,state,enabled";
17263             source: "elm";
17264             action: STATE_SET "default" 0.0;
17265             target: "disclip";
17266          }
17267          program { name: "flip_enabled";
17268             signal: "elm,state,flip,enabled";
17269             source: "elm";
17270             action: STATE_SET "flip_enabled" 0.0;
17271             target: "elm.title";
17272             target: "elm.text";
17273             target: "elm.flip.content.title";
17274             target: "elm.flip.content";
17275          }
17276          program { name: "flip_disabled";
17277             signal: "elm,state,flip,disabled";
17278             source: "elm";
17279             action: STATE_SET "default" 0.0;
17280             target: "elm.title";
17281             target: "elm.text";
17282             target: "elm.flip.content.title";
17283             target: "elm.flip.content";
17284          }
17285          program { name: "contact_default_number_enabled";
17286             signal: "elm,state,contact,default_number,enabled";
17287             source: "elm";
17288             action: STATE_SET "contact_default_number_enabled" 0.0;
17289             target: "elm.icon";
17290             target: "elm.padding.icon.left";
17291             target: "elm.text";
17292          }
17293          program { name: "contact_default_number_disabled";
17294             signal: "elm,state,contact,default_number,disabled";
17295             source: "elm";
17296             action: STATE_SET "default" 0.0;
17297             target: "elm.icon";
17298             target: "elm.padding.icon.left";
17299             target: "elm.text";
17300          }
17301       }
17302    }
17303
17304    group { name: "elm/genlist/item/dialogue/2text.4/default";
17305       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
17306       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
17307       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
17308       alias: "elm/layout/dialogue/2text.4";
17309       data.item: "stacking" "above";
17310       data.item: "selectraise" "on";
17311       data.item: "texts" "elm.text.1 elm.text.2";
17312       data.item: "flips" "elm.flip.content";
17313       parts {
17314          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
17315          GENLIST_PART_DIALOGUE_BG_IMAGE
17316          GENLIST_PART_BOTTOM_LINE
17317          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
17318          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17319          GENLIST_PART_DIALOGUE_ITEM
17320          GENLIST_PART_DIALOGUE_RIGHT_LINE
17321          part { name: "elm.text.2";
17322             clip_to: "disclip";
17323             type: TEXT;
17324             mouse_events: 0;
17325             scale: 1;
17326             description { state: "default" 0.0;
17327                min: GENLIST_SIZE_206_INC 0;
17328                fixed: 1 0;
17329                rel1.to_x: "elm.padding.right";
17330                rel2 {
17331                   relative: 0.0 1.0;
17332                   to_x: "elm.padding.right";
17333                }
17334                rel2.to_x: "elm.padding.right";
17335                align: 1.0 0.5;
17336                color: GENLIST_MULTILINE_TEXT_COLOR;
17337                text {
17338                   font: "SLP:style=Medium";
17339                   size: GENLIST_MULTILINE_TEXT_SIZE;
17340                   min: 0 1;
17341                   align: 0.0 0.5;
17342                   text_class: "slp_medium";
17343                }
17344             }
17345          }
17346          part { name: "elm.padding.text2.left";
17347             type: RECT;
17348             mouse_events: 0;
17349             scale: 1;
17350             description { state: "default" 0.0;
17351                min: GENLIST_PADDING_16_INC 0;
17352                fixed: 1 0;
17353                rel1.to_x: "elm.text.2";
17354                rel2 {
17355                   relative: 0.0 1.0;
17356                   to_x: "elm.text.2";
17357                }
17358                align: 1.0 0.5;
17359                visible: 0;
17360             }
17361          }
17362          part { name: "vertical_line";
17363             type: RECT;
17364             mouse_events: 0;
17365             description { state: "default" 0.0;
17366                min: 1 0;
17367                fixed: 1 0;
17368                rel1.to_x: "elm.padding.text2.left";
17369                rel2 {
17370                   relative: 0.0 1.0;
17371                   to_x: "elm.padding.text2.left";
17372                }
17373                align: 1.0 0.5;
17374                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17375             }
17376          }
17377          part { name: "elm.padding.text1.right";
17378             type: RECT;
17379             mouse_events: 0;
17380             scale: 1;
17381             description { state: "default" 0.0;
17382                min: GENLIST_PADDING_16_INC 0;
17383                fixed: 1 0;
17384                rel1.to_x: "vertical_line";
17385                rel2 {
17386                   relative: 0.0 1.0;
17387                   to_x: "vertical_line";
17388                }
17389                align: 1.0 0.5;
17390                visible: 0;
17391             }
17392          }
17393          part { name: "elm.text.1";
17394             clip_to: "disclip";
17395             type: TEXT;
17396             mouse_events: 0;
17397             scale: 1;
17398             description { state: "default" 0.0;
17399                rel1 {
17400                   relative: 1.0 0.0;
17401                   to_x: "elm.padding.left";
17402                }
17403                rel2 {
17404                   relative: 0.0  1.0;
17405                   to_x: "elm.padding.text1.right";
17406                }
17407                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17408                text {
17409                   font: "SLP:style=Roman";
17410                   size: GENLIST_FONT_42_INC;
17411                   min: 0 1;
17412                   align: 1.0 0.5;
17413                   text_class: "list_item";
17414                }
17415             }
17416             description { state: "selected" 0.0;
17417                inherit: "default" 0.0;
17418                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
17419             }
17420             GENLIST_DESCRIPTION_FLIP_ENABLED
17421          }
17422          part { name: "elm.flip.content";
17423             clip_to: "disclip";
17424             type: SWALLOW;
17425             mouse_events: 1;
17426             scale: 1;
17427             description { state: "default" 0.0;
17428                fixed: 1 1;
17429                rel1 {
17430                   relative: 1.0 0.5;
17431                   to_x: "vertical_line";
17432                }
17433                rel2 {
17434                   relative: 0.0 0.5;
17435                   to_x: "elm.padding.right";
17436                }
17437                visible: 0;
17438             }
17439             description { state: "flip_enabled" 0.0;
17440                inherit: "default" 0.0;
17441                visible: 1;
17442             }
17443          }
17444          GENLIST_PART_DISCLIP
17445       }
17446       programs {
17447          // signal: elm,state,%s,active
17448          //   a "check" item named %s went active
17449          // signal: elm,state,%s,passive
17450          //   a "check" item named %s went passive
17451          // default is passive
17452          /*program { name: "go_active";
17453             signal: "elm,state,selected";
17454             source: "elm";
17455             action: STATE_SET "selected" 0.0;
17456             target: "elm.text";
17457          }
17458          program { name: "go_passive";
17459             signal: "elm,state,unselected";
17460             source: "elm";
17461             action: STATE_SET "default" 0.0;
17462             target: "elm.text";
17463             transition: LINEAR 0.1;
17464          }*/
17465          program { name: "go_disabled";
17466             signal: "elm,state,disabled";
17467             source: "elm";
17468             action: STATE_SET "disabled" 0.0;
17469             target: "disclip";
17470          }
17471          program { name: "go_enabled";
17472             signal: "elm,state,enabled";
17473             source: "elm";
17474             action: STATE_SET "default" 0.0;
17475             target: "disclip";
17476          }
17477          GENLIST_PROGRAM_FLIP_2TEXT
17478       }
17479    }
17480
17481    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
17482       inherit: "elm/genlist/item/dialogue/2text.4/default";
17483       parts {
17484          part { name: "elm.text.2";
17485             clip_to: "disclip";
17486             type: TEXTBLOCK;
17487             mouse_events: 0;
17488             scale: 1;
17489             description { state: "default" 0.0;
17490                min: GENLIST_SIZE_206_INC 0;
17491                fixed: 1 0;
17492                rel1.to_x: "elm.padding.right";
17493                rel2 {
17494                   relative: 0.0 1.0;
17495                   to_x: "elm.padding.right";
17496                }
17497                rel2.to_x: "elm.padding.right";
17498                align: 1.0 0.5;
17499                text {
17500                   style: "genlist_style_list_main_text_unread";
17501                   size: GENLIST_FONT_32_INC;
17502                   min: 0 1;
17503                   align: 0.0 0.5;
17504                }
17505             }
17506          }
17507       }
17508    }
17509
17510    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
17511       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
17512       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
17513       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
17514       alias: "elm/layout/dialogue/1text.3icon.2";
17515       data.item: "stacking" "above";
17516       data.item: "selectraise" "on";
17517       data.item: "texts" "elm.text";
17518       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17519       data.item: "flips" "elm.flip.content";
17520       images {
17521          image: "00_list_bar_press_1x80.png" COMP;
17522       }
17523       parts {
17524          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
17525          GENLIST_PART_DIALOGUE_BG_IMAGE
17526          GENLIST_PART_BOTTOM_LINE
17527          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17528          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17529          GENLIST_PART_DIALOGUE_ITEM
17530          GENLIST_PART_DIALOGUE_RIGHT_LINE
17531          part { name: "elm.icon.1";
17532             clip_to: "disclip";
17533             type: SWALLOW;
17534             scale: 1;
17535             description { state: "default" 0.0;
17536                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
17537                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
17538                fixed: 1 1;
17539                rel1 {
17540                   relative: 1.0 0.0;
17541                   to_x: "elm.padding.left";
17542                }
17543                rel2.to_x: "elm.padding.left";
17544                align: 0.0 0.5;
17545             }
17546             GENLIST_DESCRIPTION_FLIP_ENABLED
17547          }
17548          part { name: "elm.padding.icon1.right";
17549             clip_to: "disclip";
17550             type: RECT;
17551             scale: 1;
17552             description { state: "default" 0.0;
17553                min: GENLIST_SIZE_16_INC 0;
17554                fixed: 1 0;
17555                rel1 {
17556                   relative: 1.0 0.0;
17557                   to_x: "elm.icon.1";
17558                }
17559                rel2.to_x: "elm.icon.1";
17560                align: 0.0 0.0;
17561                visible: 0;
17562             }
17563          }
17564          part { name: "elm.icon.2";
17565             clip_to: "disclip";
17566             type: SWALLOW;
17567             scale: 1;
17568             description { state: "default" 0.0;
17569                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17570                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17571                fixed: 1 1;
17572                rel1 {
17573                   relative: 1.0 0.0;
17574                   to_x: "elm.padding.icon1.right";
17575                }
17576                rel2.to_x: "elm.padding.icon1.right";
17577                align: 0.0 0.5;
17578             }
17579             GENLIST_DESCRIPTION_FLIP_ENABLED
17580          }
17581          part { name: "elm.padding.icon2.right";
17582             clip_to: "disclip";
17583             type: RECT;
17584             scale: 1;
17585             description { state: "default" 0.0;
17586                min: GENLIST_SIZE_16_INC 0;
17587                fixed: 1 0;
17588                rel1 {
17589                   relative: 1.0 0.0;
17590                   to_x: "elm.icon.2";
17591                }
17592                rel2.to_x: "elm.icon.2";
17593                visible: 0;
17594             }
17595          }
17596          part { name: "elm.icon.3";
17597             clip_to: "disclip";
17598             type: SWALLOW;
17599             scale: 1;
17600             description { state: "default" 0.0;
17601                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17602                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17603                fixed: 1 1;
17604                rel1 {
17605                   relative: 0.0 0.0;
17606                   to_x: "elm.padding.right";
17607                }
17608                rel2 {
17609                   relative: 0.0 1.0;
17610                   to_x: "elm.padding.right";
17611                }
17612                align: 1.0 0.5;
17613             }
17614             GENLIST_DESCRIPTION_FLIP_ENABLED
17615          }
17616          part { name: "elm.padding.icon3.left";
17617             clip_to: "disclip";
17618             type: RECT;
17619             scale: 1;
17620             description { state: "default" 0.0;
17621                min: GENLIST_SIZE_16_INC 0;
17622                fixed: 1 0;
17623                rel1.to_x: "elm.icon.3";
17624                rel2 {
17625                   relative: 0.0 1.0;
17626                   to_x: "elm.icon.3";
17627                }
17628                align: 1.0 0.0;
17629                visible: 0;
17630             }
17631          }
17632          part { name: "elm.text";
17633             clip_to: "disclip";
17634             type: TEXT;
17635             mouse_events: 0;
17636             scale: 1;
17637             description { state: "default" 0.0;
17638                rel1 {
17639                   relative: 1.0 0.0;
17640                   to_x: "elm.padding.icon2.right";
17641                }
17642                rel2 {
17643                   relative: 0.0 1.0;
17644                   to_x: "elm.padding.icon3.left";
17645                }
17646                align: 0.0 0.5;
17647                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17648                text {
17649                   font: "SLP:style=Roman";
17650                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
17651                   min: 0 1;
17652                   align: 0.0 0.5;
17653                   text_class: "list_item";
17654                }
17655             }
17656             description { state: "selected" 0.0;
17657                inherit: "default" 0.0;
17658                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
17659             }
17660             GENLIST_DESCRIPTION_FLIP_ENABLED
17661          }
17662          GENLIST_PART_FLIP
17663          GENLIST_PART_DISCLIP
17664       }
17665       programs {
17666          program { name: "go_active";
17667             signal: "elm,state,selected";
17668             source: "elm";
17669             action: STATE_SET "selected" 0.0;
17670             target: "bg_image";
17671             target: "elm.text";
17672             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17673          }
17674          program { name: "go_passive";
17675             signal: "elm,state,unselected";
17676             source: "elm";
17677             action: STATE_SET "default" 0.0;
17678             target: "bg_image";
17679             target: "elm.text";
17680             transition: LINEAR 0.1;
17681          }
17682          program { name: "go_disabled";
17683             signal: "elm,state,disabled";
17684             source: "elm";
17685             action: STATE_SET "disabled" 0.0;
17686             target: "disclip";
17687          }
17688          program { name: "go_enabled";
17689             signal: "elm,state,enabled";
17690             source: "elm";
17691             action: STATE_SET "default" 0.0;
17692             target: "disclip";
17693          }
17694          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
17695          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17696       }
17697    }
17698
17699    group { name: "elm/genlist/item/dialogue/2text/default";
17700       alias: "elm/genlist/item_odd/dialogue/2text/default";
17701       alias: "elm/genlist/item_compress/dialogue/2text/default";
17702       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
17703       alias: "elm/layout/dialogue/2text";
17704       data.item: "stacking" "above";
17705       data.item: "selectraise" "on";
17706       data.item: "texts" "elm.text.1 elm.text.2";
17707       data.item: "flips" "elm.flip.content";
17708       parts {
17709          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
17710          GENLIST_PART_DIALOGUE_BG_IMAGE
17711          GENLIST_PART_BOTTOM_LINE
17712          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17713          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
17714          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17715          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17716          GENLIST_PART_DIALOGUE_ITEM
17717          GENLIST_PART_DIALOGUE_RIGHT_LINE
17718          part { name: "elm.text.1";
17719             clip_to: "disclip";
17720             type: TEXT;
17721             mouse_events: 0;
17722             scale: 1;
17723             description { state: "default" 0.0;
17724                min: 0 GENLIST_SIZE_61_INC;
17725                fixed: 0 1;
17726                rel1 {
17727                   relative: 1.0 1.0;
17728                   to_x: "elm.padding.left";
17729                   to_y: "elm.padding.top";
17730                }
17731                rel2 {
17732                   relative: 0.0 1.0;
17733                   to_x: "elm.padding.right";
17734                   to_y: "elm.padding.top";
17735                }
17736                align: 0.0 0.0;
17737                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17738                text {
17739                   font: "SLP:style=Roman";
17740                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
17741                   min: 0 1;
17742                   align: 0.0 0.5;
17743                   text_class: "list_item";
17744                }
17745             }
17746             description { state: "selected" 0.0;
17747                inherit: "default" 0.0;
17748                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
17749             }
17750             GENLIST_DESCRIPTION_FLIP_ENABLED
17751          }
17752          part { name: "elm.text.2";
17753             clip_to: "disclip";
17754             type: TEXT;
17755             mouse_events: 0;
17756             scale: 1;
17757             description { state: "default" 0.0;
17758                rel1 {
17759                   relative: 1.0 1.0;
17760                   to_x: "elm.padding.left";
17761                   to_y: "elm.text.1";
17762                }
17763                rel2 {
17764                   relative: 0.0 0.0;
17765                   to_x: "elm.padding.right";
17766                   to_y: "elm.padding.bottom";
17767                }
17768                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
17769                text {
17770                   font: "SLP:style=Medium";
17771                   size: GENLIST_FONT_32_INC;
17772                   min: 0 1;
17773                   align: 0.0 0.5;
17774                   text_class: "slp_medium";
17775                }
17776             }
17777             description { state: "selected" 0.0;
17778                inherit: "default" 0.0;
17779                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
17780             }
17781             GENLIST_DESCRIPTION_FLIP_ENABLED
17782          }
17783          GENLIST_PART_FLIP
17784          GENLIST_PART_DISCLIP
17785       }
17786       programs {
17787          // signal: elm,state,%s,active
17788          //   a "check" item named %s went active
17789          // signal: elm,state,%s,passive
17790          //   a "check" item named %s went passive
17791          // default is passive
17792          program { name: "go_active";
17793             signal: "elm,state,selected";
17794             source: "elm";
17795             action: STATE_SET "selected" 0.0;
17796             target: "bg_image";
17797             target: "elm.text.1";
17798             target: "elm.text.2";
17799             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17800          }
17801          program { name: "go_passive";
17802             signal: "elm,state,unselected";
17803             source: "elm";
17804             action: STATE_SET "default" 0.0;
17805             target: "bg_image";
17806             target: "elm.text.1";
17807             target: "elm.text.2";
17808             transition: LINEAR 0.1;
17809          }
17810          program { name: "go_disabled";
17811             signal: "elm,state,disabled";
17812             source: "elm";
17813             action: STATE_SET "disabled" 0.0;
17814             target: "disclip";
17815          }
17816          program { name: "go_enabled";
17817             signal: "elm,state,enabled";
17818             source: "elm";
17819             action: STATE_SET "default" 0.0;
17820             target: "disclip";
17821          }
17822          GENLIST_PROGRAM_FLIP_2TEXT
17823          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17824       }
17825    }
17826
17827    group { name: "elm/genlist/item/dialogue/2text.2/default";
17828       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
17829       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
17830       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
17831       alias: "elm/layout/dialogue/2text.2";
17832       data.item: "stacking" "above";
17833       data.item: "selectraise" "on";
17834       data.item: "texts" "elm.text.1 elm.text.2";
17835       data.item: "flips" "elm.flip.content";
17836       parts {
17837          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
17838          GENLIST_PART_DIALOGUE_BG_IMAGE
17839          GENLIST_PART_BOTTOM_LINE
17840          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17841          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
17842          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17843          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17844          GENLIST_PART_DIALOGUE_ITEM
17845          GENLIST_PART_DIALOGUE_RIGHT_LINE
17846          part { name: "elm.text.1";
17847             clip_to: "disclip";
17848             type: TEXT;
17849             mouse_events: 0;
17850             scale: 1;
17851             description { state: "default" 0.0;
17852                min: 0 GENLIST_SIZE_61_INC;
17853                fixed: 0 1;
17854                rel1 {
17855                   relative: 1.0 0.0;
17856                   to_x: "elm.padding.left";
17857                   to_y: "elm.padding.bottom";
17858                }
17859                rel2 {
17860                   relative: 0.0 0.0;
17861                   to_x: "elm.padding.right";
17862                   to_y: "elm.padding.bottom";
17863                }
17864                align: 0.0 1.0;
17865                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17866                text {
17867                   font: "SLP:style=Roman";
17868                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
17869                   min: 0 1;
17870                   align: 0.0 0.5;
17871                   text_class: "list_item";
17872                }
17873             }
17874             description { state: "selected" 0.0;
17875                inherit: "default" 0.0;
17876                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
17877             }
17878             GENLIST_DESCRIPTION_FLIP_ENABLED
17879          }
17880          part { name: "elm.text.2";
17881             clip_to: "disclip";
17882             type: TEXT;
17883             mouse_events: 0;
17884             scale: 1;
17885             description { state: "default" 0.0;
17886                rel1 {
17887                   relative: 1.0 1.0;
17888                   to_x: "elm.padding.left";
17889                   to_y: "elm.padding.top";
17890                }
17891                rel2 {
17892                   relative: 0.0 0.0;
17893                   to_x: "elm.padding.right";
17894                   to_y: "elm.text.1";
17895                }
17896                align: 0.0 1.0;
17897                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
17898                text {
17899                   font: "SLP:style=Medium";
17900                   size: GENLIST_FONT_32_INC;
17901                   min: 0 1;
17902                   align: 0.0 0.5;
17903                   text_class: "slp_medium";
17904                }
17905             }
17906             description { state: "selected" 0.0;
17907                inherit: "default" 0.0;
17908                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
17909             }
17910             GENLIST_DESCRIPTION_FLIP_ENABLED
17911          }
17912          GENLIST_PART_FLIP
17913          GENLIST_PART_DISCLIP
17914       }
17915       programs {
17916          // signal: elm,state,%s,active
17917          //   a "check" item named %s went active
17918          // signal: elm,state,%s,passive
17919          //   a "check" item named %s went passive
17920          // default is passive
17921          program { name: "go_active";
17922             signal: "elm,state,selected";
17923             source: "elm";
17924             action: STATE_SET "selected" 0.0;
17925             target: "bg_image";
17926             target: "elm.text.1";
17927             target: "elm.text.2";
17928             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17929          }
17930          program { name: "go_passive";
17931             signal: "elm,state,unselected";
17932             source: "elm";
17933             action: STATE_SET "default" 0.0;
17934             target: "bg_image";
17935             target: "elm.text.1";
17936             target: "elm.text.2";
17937             transition: LINEAR 0.1;
17938          }
17939          program { name: "go_disabled";
17940             signal: "elm,state,disabled";
17941             source: "elm";
17942             action: STATE_SET "disabled" 0.0;
17943             target: "disclip";
17944          }
17945          program { name: "go_enabled";
17946             signal: "elm,state,enabled";
17947             source: "elm";
17948             action: STATE_SET "default" 0.0;
17949             target: "disclip";
17950          }
17951          GENLIST_PROGRAM_FLIP_2TEXT
17952          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17953       }
17954    }
17955
17956    group { name: "elm/genlist/item/dialogue/2text.3/default";
17957       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
17958       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
17959       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
17960       alias: "elm/layout/dialogue/2text.3";
17961       data.item: "stacking" "above";
17962       data.item: "selectraise" "on";
17963       data.item: "texts" "elm.text.1 elm.text.2";
17964       data.item: "flips" "elm.flip.content";
17965       parts {
17966          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
17967          GENLIST_PART_DIALOGUE_BG_IMAGE
17968          GENLIST_PART_BOTTOM_LINE
17969          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17970          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
17971          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17972          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17973          GENLIST_PART_DIALOGUE_ITEM
17974          GENLIST_PART_DIALOGUE_RIGHT_LINE
17975          part { name: "elm.text.1";
17976             clip_to: "disclip";
17977             type: TEXT;
17978             mouse_events: 0;
17979             scale: 1;
17980             description { state: "default" 0.0;
17981                min: 0 GENLIST_SIZE_61_INC;
17982                fixed: 0 1;
17983                rel1 {
17984                   relative: 1.0 1.0;
17985                   to_x: "elm.padding.left";
17986                   to_y: "elm.padding.top";
17987                }
17988                rel2 {
17989                   relative: 0.0 1.0;
17990                   to_x: "elm.padding.right";
17991                   to_y: "elm.padding.top";
17992                }
17993                align: 0.0 0.0;
17994                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
17995                text {
17996                   font: "SLP:style=Roman";
17997                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
17998                   min: 0 1;
17999                   align: 0.0 0.5;
18000                   text_class: "list_item";
18001                }
18002             }
18003             description { state: "selected" 0.0;
18004                inherit: "default" 0.0;
18005                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18006             }
18007             GENLIST_DESCRIPTION_FLIP_ENABLED
18008          }
18009          part { name: "elm.text.2";
18010             clip_to: "disclip";
18011             type: TEXT;
18012             mouse_events: 0;
18013             scale: 1;
18014             description { state: "default" 0.0;
18015                rel1 {
18016                   relative: 1.0 1.0;
18017                   to_x: "elm.padding.left";
18018                   to_y: "elm.text.1";
18019                }
18020                rel2 {
18021                   relative: 0.0 0.0;
18022                   to_x: "elm.padding.right";
18023                   to_y: "elm.padding.bottom";
18024                }
18025                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
18026                text {
18027                   font: "SLP:style=Medium";
18028                   size: GENLIST_FONT_32_INC;
18029                   min: 0 1;
18030                   align: 0.0 0.5;
18031                   text_class: "slp_roman";
18032                }
18033             }
18034             description { state: "selected" 0.0;
18035                inherit: "default" 0.0;
18036                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18037             }
18038             GENLIST_DESCRIPTION_FLIP_ENABLED
18039          }
18040          GENLIST_PART_FLIP
18041          GENLIST_PART_DISCLIP
18042       }
18043       programs {
18044          // signal: elm,state,%s,active
18045          //   a "check" item named %s went active
18046          // signal: elm,state,%s,passive
18047          //   a "check" item named %s went passive
18048          // default is passive
18049          program { name: "go_active";
18050             signal: "elm,state,selected";
18051             source: "elm";
18052             action: STATE_SET "selected" 0.0;
18053             target: "bg_image";
18054             target: "elm.text.1";
18055             target: "elm.text.2";
18056             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18057          }
18058          program { name: "go_passive";
18059             signal: "elm,state,unselected";
18060             source: "elm";
18061             action: STATE_SET "default" 0.0;
18062             target: "bg_image";
18063             target: "elm.text.1";
18064             target: "elm.text.2";
18065             transition: LINEAR 0.1;
18066          }
18067          program { name: "go_disabled";
18068             signal: "elm,state,disabled";
18069             source: "elm";
18070             action: STATE_SET "disabled" 0.0;
18071             target: "disclip";
18072          }
18073          program { name: "go_enabled";
18074             signal: "elm,state,enabled";
18075             source: "elm";
18076             action: STATE_SET "default" 0.0;
18077             target: "disclip";
18078          }
18079          GENLIST_PROGRAM_FLIP_2TEXT
18080          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18081       }
18082    }
18083
18084    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
18085       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
18086       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
18087       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
18088       alias: "elm/layout/dialogue/2text.1icon.2";
18089       data.item: "stacking" "above";
18090       data.item: "selectraise" "on";
18091       data.item: "texts" "elm.text.1 elm.text.2";
18092       data.item: "contents" "elm.icon";
18093       data.item: "flips" "elm.flip.content";
18094       parts {
18095          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18096          GENLIST_PART_DIALOGUE_BG_IMAGE
18097          GENLIST_PART_BOTTOM_LINE
18098          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18099          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18100          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18101          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18102          GENLIST_PART_DIALOGUE_ITEM
18103          GENLIST_PART_DIALOGUE_RIGHT_LINE
18104          part { name: "elm.icon";
18105             clip_to: "disclip";
18106             type: SWALLOW;
18107             scale: 1;
18108             description { state: "default" 0.0;
18109                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18110                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18111                fixed: 1 1;
18112                rel1 {
18113                   relative: 1.0 0.0;
18114                   to_x: "elm.padding.left";
18115                }
18116                rel2.to_x: "elm.padding.left";
18117                align: 0.0 0.5;
18118             }
18119             GENLIST_DESCRIPTION_FLIP_ENABLED
18120          }
18121          part { name: "elm.padding.icon.right";
18122             clip_to: "disclip";
18123             type: RECT;
18124             scale: 1;
18125             description { state: "default" 0.0;
18126                min: GENLIST_PADDING_16_INC 0;
18127                fixed: 1 0;
18128                rel1 {
18129                   relative: 1.0 0.0;
18130                   to_x: "elm.icon";
18131                }
18132                rel2.to_x: "elm.icon";
18133                align: 0.0 0.0;
18134                visible: 0;
18135             }
18136          }
18137          part { name: "elm.text.1";
18138             clip_to: "disclip";
18139             type: TEXT;
18140             mouse_events: 0;
18141             scale: 1;
18142             description { state: "default" 0.0;
18143                min: 0 GENLIST_SIZE_61_INC;
18144                fixed: 0 1;
18145                rel1 {
18146                   relative: 1.0 1.0;
18147                   to_x: "elm.padding.icon.right";
18148                   to_y: "elm.padding.top";
18149                }
18150                rel2 {
18151                   relative: 0.0 1.0;
18152                   to_x: "elm.padding.right";
18153                   to_y: "elm.padding.top";
18154                }
18155                align: 0.0 0.0;
18156                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
18157                text {
18158                   font: "SLP:style=Roman";
18159                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
18160                   min: 0 1;
18161                   align: 0.0 0.5;
18162                   text_class: "list_item";
18163                }
18164             }
18165             description { state: "selected" 0.0;
18166                inherit: "default" 0.0;
18167                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18168             }
18169             GENLIST_DESCRIPTION_FLIP_ENABLED
18170          }
18171          part { name: "elm.text.2";
18172             clip_to: "disclip";
18173             type: TEXT;
18174             mouse_events: 0;
18175             scale: 1;
18176             description { state: "default" 0.0;
18177                rel1 {
18178                   relative: 1.0 1.0;
18179                   to_x: "elm.padding.icon.right";
18180                   to_y: "elm.text.1";
18181                }
18182                rel2 {
18183                   relative: 0.0 0.0;
18184                   to_x: "elm.padding.right";
18185                   to_y: "elm.padding.bottom";
18186                }
18187                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
18188                text {
18189                   font: "SLP:style=Medium";
18190                   size: GENLIST_FONT_32_INC;
18191                   min: 0 1;
18192                   align: 0.0 0.5;
18193                   text_class: "slp_medium";
18194                }
18195             }
18196             description { state: "selected" 0.0;
18197                inherit: "default" 0.0;
18198                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
18199             }
18200             GENLIST_DESCRIPTION_FLIP_ENABLED
18201          }
18202          GENLIST_PART_FLIP
18203          GENLIST_PART_DISCLIP
18204       }
18205       programs {
18206          // signal: elm,state,%s,active
18207          //   a "check" item named %s went active
18208          // signal: elm,state,%s,passive
18209          //   a "check" item named %s went passive
18210          // default is passive
18211          program { name: "go_active";
18212             signal: "elm,state,selected";
18213             source: "elm";
18214             action: STATE_SET "selected" 0.0;
18215             target: "bg_image";
18216             target: "elm.text.1";
18217             target: "elm.text.2";
18218             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18219          }
18220          program { name: "go_passive";
18221             signal: "elm,state,unselected";
18222             source: "elm";
18223             action: STATE_SET "default" 0.0;
18224             target: "bg_image";
18225             target: "elm.text.1";
18226             target: "elm.text.2";
18227             transition: LINEAR 0.1;
18228          }
18229          program { name: "go_disabled";
18230             signal: "elm,state,disabled";
18231             source: "elm";
18232             action: STATE_SET "disabled" 0.0;
18233             target: "disclip";
18234          }
18235          program { name: "go_enabled";
18236             signal: "elm,state,enabled";
18237             source: "elm";
18238             action: STATE_SET "default" 0.0;
18239             target: "disclip";
18240          }
18241          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
18242          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18243       }
18244    }
18245
18246    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
18247       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
18248       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
18249       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
18250       alias: "elm/layout/dialogue/2text.1icon.3";
18251       data.item: "stacking" "above";
18252       data.item: "selectraise" "on";
18253       data.item: "texts" "elm.text.1 elm.text.2";
18254       data.item: "contents" "elm.icon";
18255       data.item: "flips" "elm.flip.content";
18256       parts {
18257          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18258          GENLIST_PART_DIALOGUE_BG_IMAGE
18259          GENLIST_PART_BOTTOM_LINE
18260          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18261          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18262          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18263          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18264          GENLIST_PART_DIALOGUE_ITEM
18265          GENLIST_PART_DIALOGUE_RIGHT_LINE
18266          part { name: "elm.icon";
18267             clip_to: "disclip";
18268             type: SWALLOW;
18269             scale: 1;
18270             description { state: "default" 0.0;
18271                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18272                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18273                fixed: 1 1;
18274                rel1 {
18275                   relative: 1.0 0.0;
18276                   to_x: "elm.padding.left";
18277                }
18278                rel2.to_x: "elm.padding.left";
18279                align: 0.0 0.5;
18280             }
18281             GENLIST_DESCRIPTION_FLIP_ENABLED
18282          }
18283          part { name: "elm.padding.icon.right";
18284             clip_to: "disclip";
18285             type: RECT;
18286             scale: 1;
18287             description { state: "default" 0.0;
18288                min: GENLIST_PADDING_16_INC 0;
18289                fixed: 1 0;
18290                rel1 {
18291                   relative: 1.0 0.0;
18292                   to_x: "elm.icon";
18293                }
18294                rel2.to_x: "elm.icon";
18295                align: 0.0 0.0;
18296                visible: 0;
18297             }
18298          }
18299          part { name: "elm.text.1";
18300             clip_to: "disclip";
18301             type: TEXT;
18302             mouse_events: 0;
18303             scale: 1;
18304             description { state: "default" 0.0;
18305                min: 0 GENLIST_SIZE_61_INC;
18306                fixed: 0 1;
18307                rel1 {
18308                   relative: 1.0 1.0;
18309                   to_x: "elm.padding.icon.right";
18310                   to_y: "elm.padding.top";
18311                }
18312                rel2 {
18313                   relative: 0.0 1.0;
18314                   to_x: "elm.padding.right";
18315                   to_y: "elm.padding.top";
18316                }
18317                align: 0.0 0.0;
18318                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
18319                text {
18320                   font: "SLP:style=Roman";
18321                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
18322                   min: 0 1;
18323                   align: 0.0 0.5;
18324                   text_class: "list_item";
18325                }
18326             }
18327             description { state: "selected" 0.0;
18328                inherit: "default" 0.0;
18329                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18330             }
18331             GENLIST_DESCRIPTION_FLIP_ENABLED
18332          }
18333          part { name: "elm.text.2";
18334             clip_to: "disclip";
18335             type: TEXT;
18336             mouse_events: 0;
18337             scale: 1;
18338             description { state: "default" 0.0;
18339                rel1 {
18340                   relative: 1.0 1.0;
18341                   to_x: "elm.padding.icon.right";
18342                   to_y: "elm.text.1";
18343                }
18344                rel2 {
18345                   relative: 0.0 0.0;
18346                   to_x: "elm.padding.right";
18347                   to_y: "elm.padding.bottom";
18348                }
18349                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
18350                text {
18351                   font: "SLP:style=Medium";
18352                   size: GENLIST_FONT_32_INC;
18353                   min: 0 1;
18354                   align: 0.0 0.5;
18355                   text_class: "slp_medium";
18356                }
18357             }
18358             description { state: "selected" 0.0;
18359                inherit: "default" 0.0;
18360                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18361             }
18362             GENLIST_DESCRIPTION_FLIP_ENABLED
18363          }
18364          GENLIST_PART_FLIP
18365          GENLIST_PART_DISCLIP
18366       }
18367       programs {
18368          // signal: elm,state,%s,active
18369          //   a "check" item named %s went active
18370          // signal: elm,state,%s,passive
18371          //   a "check" item named %s went passive
18372          // default is passive
18373          program { name: "go_active";
18374             signal: "elm,state,selected";
18375             source: "elm";
18376             action: STATE_SET "selected" 0.0;
18377             target: "bg_image";
18378             target: "elm.text.1";
18379             target: "elm.text.2";
18380             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18381          }
18382          program { name: "go_passive";
18383             signal: "elm,state,unselected";
18384             source: "elm";
18385             action: STATE_SET "default" 0.0;
18386             target: "bg_image";
18387             target: "elm.text.1";
18388             target: "elm.text.2";
18389             transition: LINEAR 0.1;
18390          }
18391          program { name: "go_disabled";
18392             signal: "elm,state,disabled";
18393             source: "elm";
18394             action: STATE_SET "disabled" 0.0;
18395             target: "disclip";
18396          }
18397          program { name: "go_enabled";
18398             signal: "elm,state,enabled";
18399             source: "elm";
18400             action: STATE_SET "default" 0.0;
18401             target: "disclip";
18402          }
18403          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
18404          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18405       }
18406    }
18407
18408    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
18409       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
18410       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
18411       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
18412       alias: "elm/layout/dialogue/2text.3icon";
18413       data.item: "stacking" "above";
18414       data.item: "selectraise" "on";
18415       data.item: "texts" "elm.text.1 elm.text.2";
18416       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
18417       data.item: "flips" "elm.flip.content";
18418       parts {
18419          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18420          GENLIST_PART_DIALOGUE_BG_IMAGE
18421          GENLIST_PART_BOTTOM_LINE
18422          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18423          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18424          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18425          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18426          GENLIST_PART_DIALOGUE_ITEM
18427          GENLIST_PART_DIALOGUE_RIGHT_LINE
18428          part { name: "elm.swallow.colorbar";
18429             clip_to: "disclip";
18430             type: SWALLOW;
18431             scale: 1;
18432             description { state: "default" 0.0;
18433                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
18434                fixed: 1 1;
18435                rel1 {
18436                   relative: 1.0 0.0;
18437                   to_x: "elm.rect.dialogue";
18438                }
18439                rel2 {
18440                   relative: 1.0 0.0;
18441                   to_x: "elm.rect.dialogue";
18442                }
18443                align: 0.0 0.0;
18444             }
18445          }
18446          part { name: "elm.icon.1";
18447             clip_to: "disclip";
18448             type: SWALLOW;
18449             scale: 1;
18450             description { state: "default" 0.0;
18451                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18452                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18453                fixed: 1 1;
18454                rel1 {
18455                   relative: 1.0 0.0;
18456                   to_x: "elm.padding.left";
18457                }
18458                rel2 {
18459                   relative: 1.0 1.0;
18460                   to_x: "elm.padding.left";
18461                }
18462                align: 0.0 0.5;
18463             }
18464             GENLIST_DESCRIPTION_FLIP_ENABLED
18465          }
18466          part { name: "elm.padding.icon1.right";
18467             type: RECT;
18468             scale: 1;
18469             description { state: "default" 0.0;
18470                min: GENLIST_PADDING_16_INC 0;
18471                fixed: 1 0;
18472                rel1 {
18473                   relative: 1.0 0.0;
18474                   to_x: "elm.icon.1";
18475                }
18476                rel2.to_x: "elm.icon.1";
18477                align: 0.0 0.0;
18478                visible: 0;
18479             }
18480          }
18481          part { name: "elm.icon.2";
18482             clip_to: "disclip";
18483             type: SWALLOW;
18484             scale: 1;
18485             description { state: "default" 0.0;
18486                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18487                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18488                fixed: 1 1;
18489                rel1.to_x: "elm.padding.right";
18490                rel2 {
18491                   relative: 0.0 1.0;
18492                   to_x: "elm.padding.right";
18493                }
18494                align: 1.0 0.5;
18495             }
18496             GENLIST_DESCRIPTION_FLIP_ENABLED
18497          }
18498          part { name: "elm.padding.icon2.left";
18499             type: RECT;
18500             scale: 1;
18501             description { state: "default" 0.0;
18502                min: GENLIST_PADDING_16_INC 0;
18503                fixed: 1 0;
18504                rel1.to_x: "elm.icon.2";
18505                rel2 {
18506                   relative: 0.0 1.0;
18507                   to_x: "elm.icon.2";
18508                }
18509                align: 1.0 0.0;
18510                visible: 0;
18511             }
18512          }
18513          part { name: "elm.text.1";
18514             clip_to: "disclip";
18515             type: TEXT;
18516             mouse_events: 0;
18517             scale: 1;
18518             description { state: "default" 0.0;
18519                min: 0 GENLIST_SIZE_61_INC;
18520                fixed: 0 1;
18521                rel1 {
18522                   relative: 1.0 1.0;
18523                   to_x: "elm.padding.icon1.right";
18524                   to_y: "elm.padding.top";
18525                }
18526                rel2 {
18527                   relative: 0.0 1.0;
18528                   to_x: "elm.padding.icon2.left";
18529                   to_y: "elm.padding.top";
18530                }
18531                align: 0.0 0.0;
18532                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
18533                text {
18534                   font: "SLP:style=Roman";
18535                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
18536                   min: 0 1;
18537                   align: 0.0 0.5;
18538                   text_class: "list_item";
18539                }
18540             }
18541             description { state: "selected" 0.0;
18542                inherit: "default" 0.0;
18543                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18544             }
18545             GENLIST_DESCRIPTION_FLIP_ENABLED
18546          }
18547          part { name: "elm.text.2";
18548             clip_to: "disclip";
18549             type: TEXT;
18550             mouse_events: 0;
18551             scale: 1;
18552             description { state: "default" 0.0;
18553                rel1 {
18554                   relative: 1.0 1.0;
18555                   to_x: "elm.padding.icon1.right";
18556                   to_y: "elm.text.1";
18557                }
18558                rel2 {
18559                   relative: 0.0 0.0;
18560                   to_x: "elm.padding.icon2.left";
18561                   to_y: "elm.padding.bottom";
18562                }
18563                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
18564                text {
18565                   font: "SLP:style=Medium";
18566                   size: GENLIST_FONT_32_INC;
18567                   min: 0 1;
18568                   align: 0.0 0.5;
18569                   text_class: "slp_medium";
18570                }
18571             }
18572             description { state: "selected" 0.0;
18573                inherit: "default" 0.0;
18574                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18575             }
18576             GENLIST_DESCRIPTION_FLIP_ENABLED
18577          }
18578          GENLIST_PART_FLIP
18579          GENLIST_PART_DISCLIP
18580       }
18581       programs {
18582          // signal: elm,state,%s,active
18583          //   a "check" item named %s went active
18584          // signal: elm,state,%s,passive
18585          //   a "check" item named %s went passive
18586          // default is passive
18587          program { name: "go_active";
18588             signal: "elm,state,selected";
18589             source: "elm";
18590             action: STATE_SET "selected" 0.0;
18591             target: "bg_image";
18592             target: "elm.text.1";
18593             target: "elm.text.2";
18594             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18595          }
18596          program { name: "go_passive";
18597             signal: "elm,state,unselected";
18598             source: "elm";
18599             action: STATE_SET "default" 0.0;
18600             target: "bg_image";
18601             target: "elm.text.1";
18602             target: "elm.text.2";
18603             transition: LINEAR 0.1;
18604          }
18605          program { name: "go_disabled";
18606             signal: "elm,state,disabled";
18607             source: "elm";
18608             action: STATE_SET "disabled" 0.0;
18609             target: "disclip";
18610          }
18611          program { name: "go_enabled";
18612             signal: "elm,state,enabled";
18613             source: "elm";
18614             action: STATE_SET "default" 0.0;
18615             target: "disclip";
18616          }
18617          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
18618          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18619       }
18620    }
18621
18622    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
18623       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
18624       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
18625       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
18626       alias: "elm/layout/dialogue/2text.2icon";
18627       data.item: "stacking" "above";
18628       data.item: "selectraise" "on";
18629       data.item: "texts" "elm.text.1 elm.text.2";
18630       data.item: "contents" "elm.icon.1 elm.icon.2";
18631       data.item: "flips" "elm.flip.content";
18632       parts {
18633          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18634          GENLIST_PART_DIALOGUE_BG_IMAGE
18635          GENLIST_PART_BOTTOM_LINE
18636          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18637          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18638          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18639          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18640          GENLIST_PART_DIALOGUE_ITEM
18641          GENLIST_PART_DIALOGUE_RIGHT_LINE
18642          part { name: "elm.icon.1";
18643             clip_to: "disclip";
18644             type: SWALLOW;
18645             scale: 1;
18646             description { state: "default" 0.0;
18647                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18648                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18649                fixed: 1 1;
18650                rel1 {
18651                   relative: 1.0 1.0;
18652                   to_x: "elm.padding.left";
18653                   to_y: "elm.padding.top";
18654                }
18655                rel2 {
18656                   relative: 1.0 0.0;
18657                   to_x: "elm.padding.left";
18658                   to_y: "elm.padding.bottom";
18659                }
18660                align: 0.0 0.5;
18661             }
18662             GENLIST_DESCRIPTION_FLIP_ENABLED
18663          }
18664          part { name: "elm.padding.icon1.right";
18665             clip_to: "disclip";
18666             type: RECT;
18667             scale: 1;
18668             description { state: "default" 0.0;
18669                min: GENLIST_PADDING_16_INC 0;
18670                fixed: 1 0;
18671                rel1 {
18672                   relative: 1.0 0.0;
18673                   to_x: "elm.icon.1";
18674                }
18675                rel2.to_x: "elm.icon.1";
18676                align: 0.0 0.0;
18677                visible: 0;
18678             }
18679          }
18680          part { name: "elm.icon.2";
18681             clip_to: "disclip";
18682             type: SWALLOW;
18683             scale: 1;
18684             description { state: "default" 0.0;
18685                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18686                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18687                fixed: 1 1;
18688                rel1 {
18689                   relative: 1.0 1.0;
18690                   to_x: "elm.padding.icon1.right";
18691                   to_y: "elm.padding.top";
18692                }
18693                rel2 {
18694                   relative: 1.0 0.0;
18695                   to_x: "elm.padding.icon1.right";
18696                   to_y: "elm.padding.bottom";
18697                }
18698                align: 0.0 0.5;
18699             }
18700             GENLIST_DESCRIPTION_FLIP_ENABLED
18701          }
18702          part { name: "elm.padding.icon2.right";
18703             clip_to: "disclip";
18704             type: RECT;
18705             scale: 1;
18706             description { state: "default" 0.0;
18707                min: GENLIST_PADDING_16_INC 0;
18708                fixed: 1 0;
18709                rel1 {
18710                   relative: 1.0 0.0;
18711                   to_x: "elm.icon.2";
18712                }
18713                rel2.to_x: "elm.icon.2";
18714                align: 0.0 0.0;
18715                visible: 0;
18716             }
18717          }
18718          part { name: "elm.text.1";
18719             clip_to: "disclip";
18720             type: TEXT;
18721             mouse_events: 0;
18722             scale: 1;
18723             description { state: "default" 0.0;
18724                min: 0 GENLIST_SIZE_61_INC;
18725                fixed: 0 1;
18726                rel1 {
18727                   relative: 1.0 1.0;
18728                   to_x: "elm.padding.icon2.right";
18729                   to_y: "elm.padding.top";
18730                }
18731                rel2 {
18732                   relative: 0.0 1.0;
18733                   to_x: "elm.padding.right";
18734                   to_y: "elm.padding.top";
18735                }
18736                align: 0.0 0.0;
18737                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
18738                text {
18739                   font: "SLP:style=Roman";
18740                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
18741                   min: 0 1;
18742                   align: 0.0 0.5;
18743                   text_class: "list_item";
18744                }
18745             }
18746             description { state: "selected" 0.0;
18747                inherit: "default" 0.0;
18748                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18749             }
18750             GENLIST_DESCRIPTION_FLIP_ENABLED
18751          }
18752          part { name: "elm.text.2";
18753             clip_to: "disclip";
18754             type: TEXT;
18755             mouse_events: 0;
18756             scale: 1;
18757             description { state: "default" 0.0;
18758                rel1 {
18759                   relative: 1.0 1.0;
18760                   to_x: "elm.padding.icon2.right";
18761                   to_y: "elm.text.1";
18762                }
18763                rel2 {
18764                   relative: 0.0 0.0;
18765                   to_x: "elm.padding.right";
18766                   to_y: "elm.padding.bottom";
18767                }
18768                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
18769                text {
18770                   font: "SLP:style=Medium";
18771                   size: GENLIST_FONT_32_INC;
18772                   min: 0 1;
18773                   align: 0.0 0.5;
18774                   text_class: "slp_medium";
18775                }
18776             }
18777             description { state: "selected" 0.0;
18778                inherit: "default" 0.0;
18779                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
18780             }
18781             GENLIST_DESCRIPTION_FLIP_ENABLED
18782          }
18783          GENLIST_PART_FLIP
18784          GENLIST_PART_DISCLIP
18785       }
18786       programs {
18787          // signal: elm,state,%s,active
18788          //   a "check" item named %s went active
18789          // signal: elm,state,%s,passive
18790          //   a "check" item named %s went passive
18791          // default is passive
18792          program { name: "go_active";
18793             signal: "elm,state,selected";
18794             source: "elm";
18795             action: STATE_SET "selected" 0.0;
18796             target: "bg_image";
18797             target: "elm.text.1";
18798             target: "elm.text.2";
18799             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18800          }
18801          program { name: "go_passive";
18802             signal: "elm,state,unselected";
18803             source: "elm";
18804             action: STATE_SET "default" 0.0;
18805             target: "bg_image";
18806             target: "elm.text.1";
18807             target: "elm.text.2";
18808             transition: LINEAR 0.1;
18809          }
18810          program { name: "go_disabled";
18811             signal: "elm,state,disabled";
18812             source: "elm";
18813             action: STATE_SET "disabled" 0.0;
18814             target: "disclip";
18815          }
18816          program { name: "go_enabled";
18817             signal: "elm,state,enabled";
18818             source: "elm";
18819             action: STATE_SET "default" 0.0;
18820             target: "disclip";
18821          }
18822          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
18823          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18824       }
18825    }
18826
18827    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
18828       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
18829       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
18830       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
18831       alias: "elm/layout/dialogue/2text.2icon.2";
18832       data.item: "stacking" "above";
18833       data.item: "selectraise" "on";
18834       data.item: "texts" "elm.text.1 elm.text.2";
18835       data.item: "contents" "elm.icon.1 elm.icon.2";
18836       data.item: "flips" "elm.flip.content";
18837       parts {
18838          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18839          GENLIST_PART_DIALOGUE_BG_IMAGE
18840          GENLIST_PART_BOTTOM_LINE
18841          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18842          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18843          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18844          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18845          GENLIST_PART_DIALOGUE_ITEM
18846          GENLIST_PART_DIALOGUE_RIGHT_LINE
18847          part { name: "elm.icon.1";
18848             clip_to: "disclip";
18849             type: SWALLOW;
18850             scale: 1;
18851             description { state: "default" 0.0;
18852                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18853                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18854                fixed: 1 1;
18855                rel1 {
18856                   relative: 1.0 1.0;
18857                   to_x: "elm.padding.left";
18858                   to_y: "elm.padding.top";
18859                }
18860                rel2 {
18861                   relative: 1.0 0.0;
18862                   to_x: "elm.padding.left";
18863                   to_y: "elm.padding.bottom";
18864                }
18865                align: 0.0 0.5;
18866             }
18867             GENLIST_DESCRIPTION_FLIP_ENABLED
18868          }
18869          part { name: "elm.padding.icon1.right";
18870             clip_to: "disclip";
18871             type: RECT;
18872             scale: 1;
18873             description { state: "default" 0.0;
18874                min: GENLIST_PADDING_16_INC 0;
18875                fixed: 1 0;
18876                rel1 {
18877                   relative: 1.0 0.0;
18878                   to_x: "elm.icon.1";
18879                }
18880                rel2.to_x: "elm.icon.1";
18881                align: 0.0 0.0;
18882                visible: 0;
18883             }
18884          }
18885          part { name: "elm.text.1";
18886             clip_to: "disclip";
18887             type: TEXT;
18888             mouse_events: 0;
18889             scale: 1;
18890             description { state: "default" 0.0;
18891                min: 0 GENLIST_SIZE_61_INC;
18892                fixed: 0 1;
18893                rel1 {
18894                   relative: 1.0 1.0;
18895                   to_x: "elm.padding.icon1.right";
18896                   to_y: "elm.padding.top";
18897                }
18898                rel2 {
18899                   relative: 0.0 1.0;
18900                   to_x: "elm.padding.right";
18901                   to_y: "elm.padding.top";
18902                }
18903                align: 0.0 0.0;
18904                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
18905                text {
18906                   font: "SLP:style=Roman";
18907                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
18908                   min: 0 1;
18909                   align: 0.0 0.5;
18910                   text_class: "list_item";
18911                }
18912             }
18913             description { state: "selected" 0.0;
18914                inherit: "default" 0.0;
18915                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
18916             }
18917             GENLIST_DESCRIPTION_FLIP_ENABLED
18918          }
18919          part { name: "elm.icon.2";
18920             clip_to: "disclip";
18921             type: SWALLOW;
18922             scale: 1;
18923             description { state: "default" 0.0;
18924                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18925                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18926                fixed: 1 1;
18927                rel1 {
18928                   relative: 0.0 1.0;
18929                   to_x: "elm.padding.right";
18930                   to_y: "elm.text.1";
18931                }
18932                rel2 {
18933                   relative: 0.0 0.0;
18934                   to_x: "elm.padding.right";
18935                   to_y: "elm.padding.bottom";
18936                }
18937                align: 1.0 0.5;
18938             }
18939             GENLIST_DESCRIPTION_FLIP_ENABLED
18940          }
18941          part { name: "elm.padding.icon2.left";
18942             clip_to: "disclip";
18943             type: RECT;
18944             scale: 1;
18945             description { state: "default" 0.0;
18946                min: GENLIST_PADDING_16_INC 0;
18947                fixed: 1 0;
18948                rel1 {
18949                   relative: 0.0 0.0;
18950                   to_x: "elm.icon.2";
18951                }
18952                rel2.to_x: "elm.icon.2";
18953                align: 1.0 0.0;
18954                visible: 0;
18955             }
18956          }
18957          part { name: "elm.text.2";
18958             clip_to: "disclip";
18959             type: TEXT;
18960             mouse_events: 0;
18961             scale: 1;
18962             description { state: "default" 0.0;
18963                rel1 {
18964                   relative: 1.0 1.0;
18965                   to_x: "elm.padding.icon1.right";
18966                   to_y: "elm.text.1";
18967                }
18968                rel2 {
18969                   relative: 0.0 0.0;
18970                   to_x: "elm.padding.icon2.left";
18971                   to_y: "elm.padding.bottom";
18972                }
18973                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
18974                text {
18975                   font: "SLP:style=Medium";
18976                   size: GENLIST_FONT_32_INC;
18977                   min: 0 1;
18978                   align: 0.0 0.5;
18979                   text_class: "slp_medium";
18980                }
18981             }
18982             description { state: "selected" 0.0;
18983                inherit: "default" 0.0;
18984                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
18985             }
18986             GENLIST_DESCRIPTION_FLIP_ENABLED
18987          }
18988          GENLIST_PART_FLIP
18989          GENLIST_PART_DISCLIP
18990       }
18991       programs {
18992          // signal: elm,state,%s,active
18993          //   a "check" item named %s went active
18994          // signal: elm,state,%s,passive
18995          //   a "check" item named %s went passive
18996          // default is passive
18997          program { name: "go_active";
18998             signal: "elm,state,selected";
18999             source: "elm";
19000             action: STATE_SET "selected" 0.0;
19001             target: "bg_image";
19002             target: "elm.text.1";
19003             target: "elm.text.2";
19004             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19005          }
19006          program { name: "go_passive";
19007             signal: "elm,state,unselected";
19008             source: "elm";
19009             action: STATE_SET "default" 0.0;
19010             target: "bg_image";
19011             target: "elm.text.1";
19012             target: "elm.text.2";
19013             transition: LINEAR 0.1;
19014          }
19015          program { name: "go_disabled";
19016             signal: "elm,state,disabled";
19017             source: "elm";
19018             action: STATE_SET "disabled" 0.0;
19019             target: "disclip";
19020          }
19021          program { name: "go_enabled";
19022             signal: "elm,state,enabled";
19023             source: "elm";
19024             action: STATE_SET "default" 0.0;
19025             target: "disclip";
19026          }
19027          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19028          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19029       }
19030    }
19031
19032    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
19033       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
19034       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
19035       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
19036       alias: "elm/layout/dialogue/2text.2icon.3";
19037       data.item: "stacking" "above";
19038       data.item: "selectraise" "on";
19039       data.item: "texts" "elm.text.1 elm.text.2";
19040       data.item: "contents" "elm.icon.1 elm.icon.2";
19041       data.item: "flips" "elm.flip.content";
19042       parts {
19043          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19044          GENLIST_PART_DIALOGUE_BG_IMAGE
19045          GENLIST_PART_BOTTOM_LINE
19046          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19047          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19048          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19049          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19050          GENLIST_PART_DIALOGUE_ITEM
19051          GENLIST_PART_DIALOGUE_RIGHT_LINE
19052          part { name: "elm.icon.1";
19053             clip_to: "disclip";
19054             type: SWALLOW;
19055             scale: 1;
19056             description { state: "default" 0.0;
19057                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19058                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19059                fixed: 1 1;
19060                rel1 {
19061                   relative: 1.0 1.0;
19062                   to_x: "elm.padding.left";
19063                   to_y: "elm.padding.top";
19064                }
19065                rel2 {
19066                   relative: 1.0 0.0;
19067                   to_x: "elm.padding.left";
19068                   to_y: "elm.padding.bottom";
19069                }
19070                align: 0.0 0.5;
19071             }
19072             GENLIST_DESCRIPTION_FLIP_ENABLED
19073          }
19074          part { name: "elm.padding.icon1.right";
19075             clip_to: "disclip";
19076             type: RECT;
19077             scale: 1;
19078             description { state: "default" 0.0;
19079                min: GENLIST_PADDING_16_INC 0;
19080                fixed: 1 0;
19081                rel1 {
19082                   relative: 1.0 0.0;
19083                   to_x: "elm.icon.1";
19084                }
19085                rel2.to_x: "elm.icon.1";
19086                align: 0.0 0.0;
19087                visible: 0;
19088             }
19089          }
19090          part { name: "elm.icon.2";
19091             clip_to: "disclip";
19092             type: SWALLOW;
19093             scale: 1;
19094             description { state: "default" 0.0;
19095                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19096                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19097                fixed: 1 1;
19098                rel1 {
19099                   relative: 0.0 1.0;
19100                   to_x: "elm.padding.right";
19101                   to_y: "elm.padding.top";
19102                }
19103                rel2 {
19104                   relative: 0.0 0.0;
19105                   to_x: "elm.padding.right";
19106                   to_y: "elm.padding.bottom";
19107                }
19108                align: 1.0 0.5;
19109             }
19110             GENLIST_DESCRIPTION_FLIP_ENABLED
19111          }
19112          part { name: "elm.padding.icon2.left";
19113             clip_to: "disclip";
19114             type: RECT;
19115             scale: 1;
19116             description { state: "default" 0.0;
19117                min: GENLIST_PADDING_16_INC 0;
19118                fixed: 1 0;
19119                rel1.to_x: "elm.icon.2";
19120                rel2 {
19121                   relative: 0.0 1.0;
19122                   to_x: "elm.icon.2";
19123                }
19124                align: 1.0 0.0;
19125                visible: 0;
19126             }
19127          }
19128          part { name: "elm.text.1";
19129             clip_to: "disclip";
19130             type: TEXT;
19131             mouse_events: 0;
19132             scale: 1;
19133             description { state: "default" 0.0;
19134                min: 0 GENLIST_SIZE_61_INC;
19135                fixed: 0 1;
19136                rel1 {
19137                   relative: 1.0 1.0;
19138                   to_x: "elm.padding.icon1.right";
19139                   to_y: "elm.padding.top";
19140                }
19141                rel2 {
19142                   relative: 0.0 1.0;
19143                   to_x: "elm.padding.icon2.left";
19144                   to_y: "elm.padding.top";
19145                }
19146                align: 0.0 0.0;
19147                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
19148                text {
19149                   font: "SLP:style=Roman";
19150                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
19151                   min: 0 1;
19152                   align: 0.0 0.5;
19153                   text_class: "list_item";
19154                }
19155             }
19156             description { state: "selected" 0.0;
19157                inherit: "default" 0.0;
19158                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
19159             }
19160             GENLIST_DESCRIPTION_FLIP_ENABLED
19161          }
19162          part { name: "elm.text.2";
19163             clip_to: "disclip";
19164             type: TEXT;
19165             mouse_events: 0;
19166             scale: 1;
19167             description { state: "default" 0.0;
19168                rel1 {
19169                   relative: 1.0 1.0;
19170                   to_x: "elm.padding.icon1.right";
19171                   to_y: "elm.text.1";
19172                }
19173                rel2 {
19174                   relative: 0.0 0.0;
19175                   to_x: "elm.padding.icon2.left";
19176                   to_y: "elm.padding.bottom";
19177                }
19178                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
19179                text {
19180                   font: "SLP:style=Medium";
19181                   size: GENLIST_FONT_32_INC;
19182                   min: 0 1;
19183                   align: 0.0 0.5;
19184                   text_class: "slp_medium";
19185                }
19186             }
19187             description { state: "selected" 0.0;
19188                inherit: "default" 0.0;
19189                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
19190             }
19191             GENLIST_DESCRIPTION_FLIP_ENABLED
19192          }
19193          GENLIST_PART_FLIP
19194          GENLIST_PART_DISCLIP
19195       }
19196       programs {
19197          // signal: elm,state,%s,active
19198          //   a "check" item named %s went active
19199          // signal: elm,state,%s,passive
19200          //   a "check" item named %s went passive
19201          // default is passive
19202          program { name: "go_active";
19203             signal: "elm,state,selected";
19204             source: "elm";
19205             action: STATE_SET "selected" 0.0;
19206             target: "bg_image";
19207             target: "elm.text.1";
19208             target: "elm.text.2";
19209             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19210          }
19211          program { name: "go_passive";
19212             signal: "elm,state,unselected";
19213             source: "elm";
19214             action: STATE_SET "default" 0.0;
19215             target: "bg_image";
19216             target: "elm.text.1";
19217             target: "elm.text.2";
19218             transition: LINEAR 0.1;
19219          }
19220          program { name: "go_disabled";
19221             signal: "elm,state,disabled";
19222             source: "elm";
19223             action: STATE_SET "disabled" 0.0;
19224             target: "disclip";
19225          }
19226          program { name: "go_enabled";
19227             signal: "elm,state,enabled";
19228             source: "elm";
19229             action: STATE_SET "default" 0.0;
19230             target: "disclip";
19231          }
19232          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19233          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19234       }
19235    }
19236
19237    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
19238       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
19239       parts {
19240          part { name: "elm.text.1";
19241             clip_to: "disclip";
19242             type: TEXTBLOCK;
19243             mouse_events: 0;
19244             scale: 1;
19245             description { state: "default" 0.0;
19246                min: 0 GENLIST_SIZE_61_INC;
19247                fixed: 0 1;
19248                align: 0.0 0.0;
19249                rel1 {
19250                   relative: 1.0 1.0;
19251                   to_x: "elm.padding.icon1.right";
19252                   to_y: "elm.padding.top";
19253                }
19254                rel2 {
19255                   relative: 0.0 1.0;
19256                   to_x: "elm.padding.icon2.left";
19257                   to_y: "elm.padding.top";
19258                }
19259                text {
19260                   style: "genlist_style_list_sub_text_default";
19261                   min: 0 1;
19262                   align: 0.0 0.5;
19263                   text_class: "list_item";
19264                }
19265             }
19266             description { state: "selected" 0.0;
19267                inherit: "default" 0.0;
19268                // FIXME: Why color textblock of is not changed by text.style?
19269                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
19270                text.style: "genlist_style_list_sub_text_focus";
19271             }
19272             GENLIST_DESCRIPTION_FLIP_ENABLED
19273
19274          }
19275          part { name: "elm.text.2";
19276             clip_to: "disclip";
19277             type: TEXTBLOCK;
19278             mouse_events: 0;
19279             scale: 1;
19280             description { state: "default" 0.0;
19281                rel1 {
19282                   relative: 1.0 1.0;
19283                   to_x: "elm.padding.icon1.right";
19284                   to_y: "elm.text.1";
19285                }
19286                rel2 {
19287                   relative: 0.0 0.0;
19288                   to_x: "elm.padding.icon2.left";
19289                   to_y: "elm.padding.bottom";
19290                }
19291                text {
19292                   style: "genlist_style_list_main_text_unread";
19293                   min: 0 1;
19294                   align: 0.0 0.5;
19295                   text_class: "slp_medium";
19296                }
19297             }
19298             description { state: "selected" 0.0;
19299                inherit: "default" 0.0;
19300                // FIXME: Why color textblock of is not changed by text.style?
19301                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
19302                text.style: "genlist_style_list_main_text_focus";
19303             }
19304             GENLIST_DESCRIPTION_FLIP_ENABLED
19305          }
19306       }
19307    }
19308
19309    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
19310       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
19311       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
19312       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
19313       alias: "elm/layout/dialogue/2text.1icon.5";
19314       data.item: "stacking" "above";
19315       data.item: "selectraise" "on";
19316       data.item: "texts" "elm.text.1 elm.text.2";
19317       data.item: "contents" "elm.icon";
19318       data.item: "flips" "elm.flip.content";
19319       parts {
19320          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19321          GENLIST_PART_DIALOGUE_BG_IMAGE
19322          GENLIST_PART_BOTTOM_LINE
19323          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19324          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19325          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19326          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19327          GENLIST_PART_DIALOGUE_ITEM
19328          GENLIST_PART_DIALOGUE_RIGHT_LINE
19329          part { name: "elm.icon";
19330             clip_to: "disclip";
19331             type: SWALLOW;
19332             scale: 1;
19333             description { state: "default" 0.0;
19334                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19335                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19336                fixed: 1 1;
19337                rel1 {
19338                   relative: 0.0 1.0;
19339                   to_x: "elm.padding.right";
19340                   to_y: "elm.padding.top";
19341                }
19342                rel2 {
19343                   relative: 0.0 0.0;
19344                   to_x: "elm.padding.right";
19345                   to_y: "elm.padding.bottom";
19346                }
19347                align: 1.0 0.5;
19348             }
19349             GENLIST_DESCRIPTION_FLIP_ENABLED
19350          }
19351          part { name: "elm.padding.icon.left";
19352             clip_to: "disclip";
19353             type: RECT;
19354             scale: 1;
19355             description { state: "default" 0.0;
19356                min: GENLIST_PADDING_16_INC 0;
19357                fixed: 1 0;
19358                rel1.to_x: "elm.icon";
19359                rel2 {
19360                   relative: 0.0 1.0;
19361                   to_x: "elm.icon";
19362                }
19363                align: 1.0 0.0;
19364                visible: 0;
19365             }
19366          }
19367          part { name: "elm.text.1";
19368             clip_to: "disclip";
19369             type: TEXT;
19370             mouse_events: 0;
19371             scale: 1;
19372             description { state: "default" 0.0;
19373                min: 0 GENLIST_SIZE_61_INC;
19374                fixed: 0 1;
19375                rel1 {
19376                   relative: 1.0 0.0;
19377                   to_x: "elm.padding.left";
19378                   to_y: "elm.padding.bottom";
19379                }
19380                rel2 {
19381                   relative: 0.0 0.0;
19382                   to_x: "elm.padding.icon.left";
19383                   to_y: "elm.padding.bottom";
19384                }
19385                align: 0.0 1.0;
19386                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
19387                text {
19388                   font: "SLP:style=Roman";
19389                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
19390                   min: 0 1;
19391                   align: 0.0 0.5;
19392                   text_class: "list_item";
19393                }
19394             }
19395             description { state: "selected" 0.0;
19396                inherit: "default" 0.0;
19397                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
19398             }
19399             GENLIST_DESCRIPTION_FLIP_ENABLED
19400          }
19401          part { name: "elm.text.2";
19402             clip_to: "disclip";
19403             type: TEXT;
19404             mouse_events: 0;
19405             scale: 1;
19406             description { state: "default" 0.0;
19407                rel1 {
19408                   relative: 1.0 1.0;
19409                   to_x: "elm.padding.left";
19410                   to_y: "elm.padding.top";
19411                }
19412                rel2 {
19413                   relative: 0.0 0.0;
19414                   to_x: "elm.padding.icon.left";
19415                   to_y: "elm.text.1";
19416                }
19417                align: 0.0 0.0;
19418                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
19419                text {
19420                   font: "SLP:style=Medium";
19421                   size: GENLIST_FONT_32_INC;
19422                   min: 0 1;
19423                   align: 0.0 0.5;
19424                   text_class: "slp_roman";
19425                }
19426             }
19427             description { state: "selected" 0.0;
19428                inherit: "default" 0.0;
19429                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
19430             }
19431             GENLIST_DESCRIPTION_FLIP_ENABLED
19432          }
19433          GENLIST_PART_FLIP
19434          GENLIST_PART_DISCLIP
19435       }
19436       programs {
19437          // signal: elm,state,%s,active
19438          //   a "check" item named %s went active
19439          // signal: elm,state,%s,passive
19440          //   a "check" item named %s went passive
19441          // default is passive
19442          program { name: "go_active";
19443             signal: "elm,state,selected";
19444             source: "elm";
19445             action: STATE_SET "selected" 0.0;
19446             target: "bg_image";
19447             target: "elm.text.1";
19448             target: "elm.text.2";
19449             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19450          }
19451          program { name: "go_passive";
19452             signal: "elm,state,unselected";
19453             source: "elm";
19454             action: STATE_SET "default" 0.0;
19455             target: "bg_image";
19456             target: "elm.text.1";
19457             target: "elm.text.2";
19458             transition: LINEAR 0.1;
19459          }
19460          program { name: "go_disabled";
19461             signal: "elm,state,disabled";
19462             source: "elm";
19463             action: STATE_SET "disabled" 0.0;
19464             target: "disclip";
19465          }
19466          program { name: "go_enabled";
19467             signal: "elm,state,enabled";
19468             source: "elm";
19469             action: STATE_SET "default" 0.0;
19470             target: "disclip";
19471          }
19472          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19473          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19474       }
19475    }
19476
19477 // 4.2.11
19478    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
19479       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
19480       alias: "elm/layout/dialogue/1title.1text.2";
19481       data.item: "stacking" "above";
19482       data.item: "selectraise" "on";
19483       data.item: "texts" "elm.title elm.text";
19484       parts {
19485          part { name: "base";
19486             type: RECT;
19487             repeat_events: 1;
19488             description { state: "default" 0.0;
19489                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
19490             }
19491          }
19492          GENLIST_PART_DIALOGUE_BG_IMAGE
19493          GENLIST_PART_BOTTOM_LINE
19494          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
19495          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
19496          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
19497          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19498          GENLIST_PART_DIALOGUE_ITEM
19499          GENLIST_PART_DIALOGUE_RIGHT_LINE
19500          part { name: "elm.title";
19501             clip_to: "disclip";
19502             type: TEXT;
19503             mouse_events: 0;
19504             scale: 1;
19505             description { state: "default" 0.0;
19506                min: GENLIST_SIZE_163_INC 0;
19507                fixed: 1 0;
19508                rel1 {
19509                   relative: 1.0 0.0;
19510                   to_x: "elm.padding.left";
19511                }
19512                rel2 {
19513                   relative: 1.0 1.0;
19514                   to_x: "elm.padding.left";
19515                }
19516                align: 0.0 0.0;
19517                color: GENLIST_MULTILINE_TEXT_COLOR;
19518                text {
19519                   font: "SLP:style=Medium";
19520                   size: GENLIST_MULTILINE_TEXT_SIZE;
19521                   min: 0 1;
19522                   align: 0.0 0.5;
19523                   text_class: "slp_medium";
19524                }
19525             }
19526             description { state: "selected" 0.0;
19527                inherit: "default" 0.0;
19528                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
19529             }
19530          }
19531          part { name: "vertical_line";
19532             clip_to: "disclip";
19533             type: RECT;
19534             mouse_events: 0;
19535             description { state: "default" 0.0;
19536                min: 1 0;
19537                fixed: 1 0;
19538                rel1 {
19539                   relative: 1.0 0.0;
19540                   to_x: "elm.title";
19541                }
19542                rel2.to_x: "elm.title";
19543                align: 0.0 0.5;
19544                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19545             }
19546          }
19547          part { name: "elm.padding.text.left";
19548             clip_to: "disclip";
19549             type: RECT;
19550             mouse_events: 0;
19551             description { state: "default" 0.0;
19552                min: GENLIST_PADDING_16_INC 0;
19553                fixed: 1 0;
19554                rel1 {
19555                   relative: 1.0 0.0;
19556                   to_x: "vertical_line";
19557                }
19558                rel2.to_x: "vertical_line";
19559                align: 0.0 0.5;
19560                visible: 0;
19561             }
19562          }
19563          part { name: "elm.text";
19564             clip_to: "disclip";
19565             type: TEXTBLOCK;
19566             mouse_events: 0;
19567             scale: 1;
19568             description { state: "default" 0.0;
19569                rel1 {
19570                   relative: 1.0 1.0;
19571                   to_x: "elm.padding.text.left";
19572                   to_y: "elm.padding.top";
19573                }
19574                rel2 {
19575                   relative: 0.0 0.0;
19576                   to_x: "elm.padding.right";
19577                   to_y: "elm.padding.bottom";
19578                }
19579                text {
19580                   style: "genlist_style_multiline_list_main_text_unread";
19581                   min: 0 1;
19582                   align: 0.0 0.5;
19583                }
19584             }
19585             description { state: "selected" 0.0;
19586                inherit: "default" 0.0;
19587                text.style: "genlist_style_multiline_list_main_text_focus";
19588             }
19589          }
19590          GENLIST_PART_DISCLIP
19591       }
19592       programs {
19593          // signal: elm,state,%s,active
19594          //   a "check" item named %s went active
19595          // signal: elm,state,%s,passive
19596          //   a "check" item named %s went passive
19597          // default is passive
19598          program { name: "go_active";
19599             signal: "elm,state,selected";
19600             source: "elm";
19601             action: STATE_SET "selected" 0.0;
19602             target: "bg_image";
19603             target: "elm.title";
19604             target: "elm.text";
19605             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19606          }
19607          program { name: "go_passive";
19608             signal: "elm,state,unselected";
19609             source: "elm";
19610             action: STATE_SET "default" 0.0;
19611             target: "bg_image";
19612             target: "elm.title";
19613             target: "elm.text";
19614             transition: LINEAR 0.1;
19615          }
19616          program { name: "go_disabled";
19617             signal: "elm,state,disabled";
19618             source: "elm";
19619             action: STATE_SET "disabled" 0.0;
19620             target: "disclip";
19621          }
19622          program { name: "go_enabled";
19623             signal: "elm,state,enabled";
19624             source: "elm";
19625             action: STATE_SET "default" 0.0;
19626             target: "disclip";
19627          }
19628          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19629       }
19630    }
19631
19632 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
19633       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
19634       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
19635       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
19636       alias: "elm/layout/dialogue/1title.2text";
19637       data.item: "stacking" "above";
19638       data.item: "selectraise" "on";
19639       data.item: "texts" "elm.title elm.text.1 elm.text.2";
19640       parts {
19641          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
19642          GENLIST_PART_BOTTOM_LINE
19643          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
19644          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19645          GENLIST_PART_DIALOGUE_ITEM
19646          GENLIST_PART_DIALOGUE_RIGHT_LINE
19647          part { name: "vertical_line";
19648             clip_to: "disclip";
19649             type: RECT;
19650             mouse_events: 0;
19651             description { state: "default" 0.0;
19652                min: 1 0;
19653                fixed: 1 0;
19654                rel1 {
19655                   relative: 1.0 0.0;
19656                   to_x: "elm.title";
19657                }
19658                rel2.to_x: "elm.title";
19659                align: 0.0 0.5;
19660                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19661             }
19662          }
19663          part { name: "center_line";
19664             clip_to: "disclip";
19665             type: RECT;
19666             mouse_events: 0;
19667             description { state: "default" 0.0;
19668                min: 0 1;
19669                fixed: 0 1;
19670                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19671                rel1 {
19672                   relative: 1.0 0.5;
19673                   to_x: "vertical_line";
19674                }
19675                rel2.relative: 1.0 0.5;
19676                align: 0.5 1.0;
19677             }
19678          }
19679          part { name: "elm.title";
19680             clip_to: "disclip";
19681             type: TEXT;
19682             mouse_events: 0;
19683             scale: 1;
19684             description { state: "default" 0.0;
19685                min: GENLIST_SIZE_163_INC 0;
19686                fixed: 1 0;
19687                rel1 {
19688                   relative: 1.0  0.0;
19689                   to_x: "elm.padding.left";
19690                }
19691                rel2.to_x: "elm.padding.left";
19692                align: 0.0 0.5;
19693                color: GENLIST_MULTILINE_TEXT_COLOR;
19694                text {
19695                   font: "SLP:style=Medium";
19696                   size: GENLIST_MULTILINE_TEXT_SIZE;
19697                   min: 0 1;
19698                   align: 0.0 0.5;
19699                   text_class: "slp_medium";
19700                }
19701             }
19702          }
19703          part { name: "elm.padding.title.right";
19704             clip_to: "disclip";
19705             type: RECT;
19706             mouse_events: 0;
19707             scale: 1;
19708             description { state: "default" 0.0;
19709                min: GENLIST_PADDING_16_INC 0;
19710                fixed: 1 0;
19711                rel1 {
19712                    relative: 1.0 0.0;
19713                    to_x: "elm.title";
19714                }
19715                rel2.to_x: "elm.title";
19716                visible: 0;
19717                align: 0.0 0.5;
19718             }
19719          }
19720          part { name: "elm.text.1";
19721             clip_to: "disclip";
19722             type: TEXT;
19723             mouse_events: 0;
19724             scale: 1;
19725             description { state: "default" 0.0;
19726                rel1 {
19727                   relative: 1.0 0.0;
19728                   to_x: "elm.padding.title.right";
19729                }
19730                rel2 {
19731                   relative: 0.0 0.0;
19732                   to_x: "elm.padding.right";
19733                   to_y: "center_line";
19734                }
19735                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
19736                text {
19737                   font: "SLP:style=Roman";
19738                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
19739                   min: 0 1;
19740                   align: 0.0 0.5;
19741                   text_class: "list_item";
19742                }
19743             }
19744          }
19745          part { name: "elm.text.2";
19746             clip_to: "disclip";
19747             type: TEXT;
19748             mouse_events: 0;
19749             scale: 1;
19750             description { state: "default" 0.0;
19751                rel1 {
19752                   relative: 1.0 0.5;
19753                   to_x: "elm.padding.title.right";
19754                }
19755                rel2 {
19756                   relative: 0.0 1.0;
19757                   to_x: "elm.padding.right";
19758                }
19759                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
19760                text {
19761                   font: "SLP:style=Roman";
19762                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
19763                   min: 0 1;
19764                   align: 0.0 0.5;
19765                   text_class: "slp_roman";
19766                }
19767             }
19768          }
19769          GENLIST_PART_DISCLIP
19770       }
19771       programs {
19772          // signal: elm,state,%s,active
19773          //   a "check" item named %s went active
19774          // signal: elm,state,%s,passive
19775          //   a "check" item named %s went passive
19776          // default is passive
19777          program { name: "go_active";
19778             signal: "elm,state,selected";
19779             source: "elm";
19780             action: STATE_SET "selected" 0.0;
19781             target: "elm.title";
19782             target: "elm.text.1";
19783             target: "elm.text.2";
19784          }
19785          program { name: "go_passive";
19786             signal: "elm,state,unselected";
19787             source: "elm";
19788             action: STATE_SET "default" 0.0;
19789             target: "elm.title";
19790             target: "elm.text.1";
19791             target: "elm.text.2";
19792             transition: LINEAR 0.1;
19793          }
19794          program { name: "go_disabled";
19795             signal: "elm,state,disabled";
19796             source: "elm";
19797             action: STATE_SET "disabled" 0.0;
19798             target: "disclip";
19799          }
19800          program { name: "go_enabled";
19801             signal: "elm,state,enabled";
19802             source: "elm";
19803             action: STATE_SET "default" 0.0;
19804             target: "disclip";
19805          }
19806       }
19807    }*/
19808
19809    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
19810    group { name: "elm/genlist/item/dialogue/4icon/default";
19811       alias: "elm/genlist/item_odd/dialogue/4icon/default";
19812       alias: "elm/genlist/item_compress/dialogue/4icon/default";
19813       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
19814       alias: "elm/layout/dialogue/4icon";
19815       data.item: "stacking" "above";
19816       data.item: "selectraise" "on";
19817       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
19818       images {
19819          image : "00_input_bg.png" COMP;
19820       }
19821       parts {
19822          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
19823          GENLIST_PART_DIALOGUE_BG_IMAGE
19824          GENLIST_PART_BOTTOM_LINE
19825          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19826          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
19827          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
19828          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
19829          GENLIST_PART_DIALOGUE_ITEM
19830          GENLIST_PART_DIALOGUE_RIGHT_LINE
19831          part { name: "text";
19832             clip_to: "disclip";
19833             type: TEXT;
19834             mouse_events: 0;
19835             scale: 1;
19836             description { state: "default" 0.0;
19837                min: 0 GENLIST_SIZE_48_INC;
19838                fixed: 0 1;
19839                rel1 {
19840                   relative: 1.0 1.0;
19841                   to_x: "elm.padding.left";
19842                   to_y: "elm.padding.top";
19843                }
19844                rel2 {
19845                   relative: 0.0 1.0;
19846                   to_x: "elm.padding.right";
19847                   to_y: "elm.padding.top";
19848                }
19849                align: 0.0 0.0;
19850                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
19851                text {
19852                   font: "SLP:style=Medium";
19853                   size: GENLIST_FONT_32_INC;
19854                   min: 0 1;
19855                   align: 0.0 0.5;
19856                   text: "Password";
19857                   text_class: "list_item";
19858                }
19859             }
19860             description { state: "selected" 0.0;
19861                inherit: "default" 0.0;
19862                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
19863             }
19864          }
19865          part { name: "elm.padding.icon1.left";
19866             clip_to: "disclip";
19867             type: RECT;
19868             scale: 1;
19869             description { state: "default" 0.0;
19870                min: GENLIST_PADDING_74_INC 0;
19871                fixed: 1 0;
19872                rel1 {
19873                   relative: 1.0 0.0;
19874                   to_x: "elm.padding.left";
19875                   to_y: "elm.padding.bottom";
19876                }
19877                rel2 {
19878                   relative: 1.0 0.0;
19879                   to_x: "elm.padding.left";
19880                   to_y: "elm.padding.bottom";
19881                }
19882                align: 0.0 1.0;
19883                visible: 0;
19884             }
19885          }
19886          part { name: "elm.icon1.bg";
19887             clip_to: "disclip";
19888             type: IMAGE;
19889             scale: 1;
19890             description { state: "default" 0.0;
19891                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
19892                fixed: 1 1;
19893                rel1 {
19894                   relative: 1.0 0.0;
19895                   to_x: "elm.padding.icon1.left";
19896                   to_y: "elm.padding.bottom";
19897                }
19898                rel2 {
19899                   relative: 1.0 0.0;
19900                   to_x: "elm.padding.icon1.left";
19901                   to_y: "elm.padding.bottom";
19902                }
19903                align: 0.0 1.0;
19904                image.normal: "00_input_bg.png";
19905                image.border: 4 4 4 4; // TODO: check this out.
19906                image.border_scale: 1;
19907             }
19908          }
19909          part { name: "elm.icon.1";
19910             clip_to: "disclip";
19911             type: SWALLOW;
19912             scale: 1;
19913             description { state: "default" 0.0;
19914                rel1.to: "elm.icon1.bg";
19915                rel2.to: "elm.icon1.bg";
19916                align: 0.5 0.5;
19917             }
19918          }
19919          part { name: "elm.padding.icon2.left";
19920             clip_to: "disclip";
19921             type: RECT;
19922             scale: 1;
19923             description { state: "default" 0.0;
19924                min: GENLIST_ICON_SMALL_SIZE 0;
19925                fixed: 1 0;
19926                rel1 {
19927                   relative: 1.0 0.0;
19928                   to_x: "elm.icon1.bg";
19929                   to_y: "elm.padding.bottom";
19930                }
19931                rel2 {
19932                   relative: 1.0 0.0;
19933                   to_x: "elm.icon1.bg";
19934                   to_y: "elm.padding.bottom";
19935                }
19936                align: 0.0 1.0;
19937                visible: 0;
19938             }
19939          }
19940          part { name: "elm.icon2.bg";
19941             clip_to: "disclip";
19942             type: IMAGE;
19943             scale: 1;
19944             description { state: "default" 0.0;
19945                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
19946                fixed: 1 1;
19947                rel1 {
19948                   relative: 1.0 0.0;
19949                   to_x: "elm.padding.icon2.left";
19950                   to_y: "elm.padding.bottom";
19951                }
19952                rel2 {
19953                   relative: 1.0 0.0;
19954                   to_x: "elm.padding.icon2.left";
19955                   to_y: "elm.padding.bottom";
19956                }
19957                align: 0.0 1.0;
19958                image.normal: "00_input_bg.png";
19959                image.border: 4 4 4 4; // TODO : check this out
19960                image.border_scale: 1;
19961             }
19962          }
19963          part { name: "elm.icon.2";
19964             clip_to: "disclip";
19965             type: SWALLOW;
19966             scale: 1;
19967             description { state: "default" 0.0;
19968                rel1.to: "elm.icon2.bg";
19969                rel2.to: "elm.icon2.bg";
19970                align: 0.5 0.5;
19971             }
19972          }
19973          part { name: "elm.padding.icon3.left";
19974             clip_to: "disclip";
19975             type: RECT;
19976             scale: 1;
19977             description { state: "default" 0.0;
19978                min: GENLIST_ICON_SMALL_SIZE 0;
19979                fixed: 1 0;
19980                rel1 {
19981                   relative: 1.0 0.0;
19982                   to_x: "elm.icon2.bg";
19983                   to_y: "elm.padding.bottom";
19984                }
19985                rel2 {
19986                   relative: 1.0 0.0;
19987                   to_x: "elm.icon2.bg";
19988                   to_y: "elm.padding.bottom";
19989                }
19990                align: 0.0 1.0;
19991                visible: 0;
19992             }
19993          }
19994          part { name: "elm.icon3.bg";
19995             clip_to: "disclip";
19996             type: IMAGE;
19997             scale: 1;
19998             description { state: "default" 0.0;
19999                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
20000                fixed: 1 1;
20001                rel1 {
20002                   relative: 1.0 0.0;
20003                   to_x: "elm.padding.icon3.left";
20004                   to_y: "elm.padding.bottom";
20005                }
20006                rel2 {
20007                   relative: 1.0 0.0;
20008                   to_x: "elm.padding.icon3.left";
20009                   to_y: "elm.padding.bottom";
20010                }
20011                align: 0.0 1.0;
20012                image.normal: "00_input_bg.png";
20013                image.border: 4 4 4 4; // TODO: handle this?
20014                image.border_scale: 1;
20015             }
20016          }
20017          part { name: "elm.icon.3";
20018             clip_to: "disclip";
20019             type: SWALLOW;
20020             scale: 1;
20021             description { state: "default" 0.0;
20022                rel1.to: "elm.icon3.bg";
20023                rel2.to: "elm.icon3.bg";
20024                align: 0.5 0.5;
20025             }
20026          }
20027          part { name: "elm.padding.icon4.left";
20028             clip_to: "disclip";
20029             type: RECT;
20030             scale: 1;
20031             description { state: "default" 0.0;
20032                min: GENLIST_ICON_SMALL_SIZE 0;
20033                fixed: 1 0;
20034                rel1 {
20035                   relative: 1.0 0.0;
20036                   to_x: "elm.icon3.bg";
20037                   to_y: "elm.padding.bottom";
20038                }
20039                rel2 {
20040                   relative: 1.0 0.0;
20041                   to_x: "elm.icon3.bg";
20042                   to_y: "elm.padding.bottom";
20043                }
20044                align: 0.0 1.0;
20045                visible: 0;
20046             }
20047          }
20048          part { name: "elm.icon4.bg";
20049             clip_to: "disclip";
20050             type: IMAGE;
20051             scale: 1;
20052             description { state: "default" 0.0;
20053                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
20054                fixed: 1 1;
20055                rel1 {
20056                   relative: 1.0 0.0;
20057                   to_x: "elm.padding.icon4.left";
20058                   to_y: "elm.padding.bottom";
20059                }
20060                rel2 {
20061                   relative: 1.0 0.0;
20062                   to_x: "elm.padding.icon4.left";
20063                   to_y: "elm.padding.bottom";
20064                }
20065                align: 0.0 1.0;
20066                image.normal: "00_input_bg.png";
20067                image.border: 4 4 4 4; // TODO: check this out
20068                image.border_scale: 1;
20069             }
20070          }
20071          part { name: "elm.icon.4";
20072             clip_to: "disclip";
20073             type: SWALLOW;
20074             scale: 1;
20075             description { state: "default" 0.0;
20076                rel1.to: "elm.icon4.bg";
20077                rel2.to: "elm.icon4.bg";
20078                align: 0.5 0.5;
20079             }
20080          }
20081          GENLIST_PART_DISCLIP
20082       }
20083       programs {
20084          // signal: elm,state,%s,active
20085          //   a "check" item named %s went active
20086          // signal: elm,state,%s,passive
20087          //   a "check" item named %s went passive
20088          // default is passive
20089          /*program { name: "go_active";
20090             signal: "elm,state,selected";
20091             source: "elm";
20092             action: STATE_SET "selected" 0.0;
20093             target: "bg_image";
20094             target: "elm.text.1";
20095             target: "elm.text.2";
20096          }
20097          program { name: "go_passive";
20098             signal: "elm,state,unselected";
20099             source: "elm";
20100             action: STATE_SET "default" 0.0;
20101             target: "bg_image";
20102             target: "elm.text.1";
20103             target: "elm.text.2";
20104             transition: LINEAR 0.1;
20105          }*/
20106          program { name: "go_disabled";
20107             signal: "elm,state,disabled";
20108             source: "elm";
20109             action: STATE_SET "disabled" 0.0;
20110             target: "disclip";
20111          }
20112          program { name: "go_enabled";
20113             signal: "elm,state,enabled";
20114             source: "elm";
20115             action: STATE_SET "default" 0.0;
20116             target: "disclip";
20117          }
20118       }
20119    }
20120
20121    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
20122       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
20123       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
20124       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
20125       alias: "elm/layout/dialogue/2text.2icon.4";
20126       data.item: "stacking" "above";
20127       data.item: "selectraise" "on";
20128       data.item: "texts" "elm.text.1 elm.text.2";
20129       data.item: "contents" "elm.icon.1 elm.icon.2";
20130       data.item: "flips" "elm.flip.content";
20131       images {
20132          image: "00_list_bar_press_1x80.png" COMP;
20133       }
20134       parts {
20135          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20136          GENLIST_PART_DIALOGUE_BG_IMAGE
20137          GENLIST_PART_BOTTOM_LINE
20138          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20139          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20140          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20141          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20142          GENLIST_PART_DIALOGUE_ITEM
20143          GENLIST_PART_DIALOGUE_RIGHT_LINE
20144          part { name: "elm.icon.1";
20145             clip_to: "disclip";
20146             type: SWALLOW;
20147             scale: 1;
20148             description { state: "default" 0.0;
20149                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20150                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20151                fixed: 1 1;
20152                rel1 {
20153                   relative: 1.0 1.0;
20154                   to_x: "elm.padding.left";
20155                   to_y: "elm.text.1";
20156                }
20157                rel2 {
20158                   relative: 1.0 0.0;
20159                   to_x: "elm.padding.left";
20160                   to_y: "elm.padding.bottom";
20161                }
20162                align: 0.0 0.5;
20163             }
20164             GENLIST_DESCRIPTION_FLIP_ENABLED
20165          }
20166          part { name: "elm.padding.icon1.right";
20167             clip_to: "disclip";
20168             type: RECT;
20169             scale: 1;
20170             description { state: "default" 0.0;
20171                min: GENLIST_PADDING_16_INC 0;
20172                fixed: 1 0;
20173                rel1 {
20174                   relative: 1.0 0.0;
20175                   to_x: "elm.icon.1";
20176                }
20177                rel2.to_x: "elm.icon.1";
20178                align: 0.0 0.0;
20179                visible: 0;
20180             }
20181          }
20182          part { name: "elm.icon.2";
20183             clip_to: "disclip";
20184             type: SWALLOW;
20185             scale: 1;
20186             description { state: "default" 0.0;
20187                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20188                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20189                fixed: 1 1;
20190                rel1 {
20191                   relative: 0.0 1.0;
20192                   to_x: "elm.padding.right";
20193                   to_y: "elm.padding.top";
20194                }
20195                rel2 {
20196                   relative: 0.0 1.0;
20197                   to_x: "elm.padding.right";
20198                   to_y: "elm.text.1";
20199                }
20200                align: 1.0 0.5;
20201             }
20202             GENLIST_DESCRIPTION_FLIP_ENABLED
20203          }
20204          part { name: "elm.padding.icon2.left";
20205             clip_to: "disclip";
20206             type: RECT;
20207             scale: 1;
20208             description { state: "default" 0.0;
20209                min: GENLIST_PADDING_16_INC 0;
20210                fixed: 1 0;
20211                rel1 {
20212                   relative: 0.0 0.0;
20213                   to_x: "elm.icon.2";
20214                }
20215                rel2.to_x: "elm.icon.2";
20216                align: 1.0 0.0;
20217                visible: 0;
20218             }
20219          }
20220          part { name: "elm.text.1";
20221             clip_to: "disclip";
20222             type: TEXT;
20223             mouse_events: 0;
20224             scale: 1;
20225             description { state: "default" 0.0;
20226                min: 0 GENLIST_SIZE_61_INC;
20227                fixed: 0 1;
20228                rel1 {
20229                   relative: 1.0 1.0;
20230                   to_x: "elm.padding.left";
20231                   to_y: "elm.padding.top";
20232                }
20233                rel2 {
20234                   relative: 0.0 1.0;
20235                   to_x: "elm.padding.icon2.left";
20236                   to_y: "elm.padding.top";
20237                }
20238                align: 0.0 0.0;
20239                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
20240                text {
20241                   font: "SLP:style=Roman";
20242                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
20243                   min: 0 1;
20244                   align: 0.0 0.5;
20245                   text_class: "list_item";
20246                }
20247             }
20248             description { state: "selected" 0.0;
20249                inherit: "default" 0.0;
20250                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20251             }
20252             GENLIST_DESCRIPTION_FLIP_ENABLED
20253          }
20254          part { name: "elm.text.2";
20255             clip_to: "disclip";
20256             type: TEXT;
20257             mouse_events: 0;
20258             scale: 1;
20259             description { state: "default" 0.0;
20260                rel1 {
20261                   relative: 1.0 1.0;
20262                   to_x: "elm.padding.icon1.right";
20263                   to_y: "elm.text.1";
20264                }
20265                rel2 {
20266                   relative: 0.0 0.0;
20267                   to_x: "elm.padding.right";
20268                   to_y: "elm.padding.bottom";
20269                }
20270                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
20271                text {
20272                   font: "SLP:style=Medium";
20273                   size: GENLIST_FONT_32_INC;
20274                   min: 0 1;
20275                   align: 0.0 0.5;
20276                   text_class: "slp_medium";
20277                }
20278             }
20279             description { state: "selected" 0.0;
20280                inherit: "default" 0.0;
20281                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
20282             }
20283             GENLIST_DESCRIPTION_FLIP_ENABLED
20284          }
20285          GENLIST_PART_FLIP
20286          GENLIST_PART_DISCLIP
20287       }
20288       programs {
20289          // signal: elm,state,%s,active
20290          //   a "check" item named %s went active
20291          // signal: elm,state,%s,passive
20292          //   a "check" item named %s went passive
20293          // default is passive
20294          program { name: "go_active";
20295             signal: "elm,state,selected";
20296             source: "elm";
20297             action: STATE_SET "selected" 0.0;
20298             target: "bg_image";
20299             target: "elm.text.1";
20300             target: "elm.text.2";
20301             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20302          }
20303          program { name: "go_passive";
20304             signal: "elm,state,unselected";
20305             source: "elm";
20306             action: STATE_SET "default" 0.0;
20307             target: "bg_image";
20308             target: "elm.text.1";
20309             target: "elm.text.2";
20310             transition: LINEAR 0.1;
20311          }
20312          program { name: "go_disabled";
20313             signal: "elm,state,disabled";
20314             source: "elm";
20315             action: STATE_SET "disabled" 0.0;
20316             target: "disclip";
20317          }
20318          program { name: "go_enabled";
20319             signal: "elm,state,enabled";
20320             source: "elm";
20321             action: STATE_SET "default" 0.0;
20322             target: "disclip";
20323          }
20324          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20325          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20326       }
20327    }
20328
20329    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
20330       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
20331       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
20332       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
20333       alias: "elm/layout/dialogue/2text.1icon.6";
20334       data.item: "stacking" "above";
20335       data.item: "selectraise" "on";
20336       data.item: "texts" "elm.text.1 elm.text.2";
20337       data.item: "contents" "elm.icon";
20338       data.item: "flips" "elm.flip.content";
20339       parts {
20340          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20341          GENLIST_PART_DIALOGUE_BG_IMAGE
20342          GENLIST_PART_BOTTOM_LINE
20343          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20344          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20345          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20346          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20347          GENLIST_PART_DIALOGUE_ITEM
20348          GENLIST_PART_DIALOGUE_RIGHT_LINE
20349          part { name: "elm.icon";
20350             clip_to: "disclip";
20351             type: SWALLOW;
20352             scale: 1;
20353             description { state: "default" 0.0;
20354                fixed: 1 1;
20355                rel1.to_x: "elm.padding.right";
20356                rel2 {
20357                   relative: 0.0 1.0;
20358                   to_x: "elm.padding.right";
20359                }
20360                align: 1.0 0.5;
20361             }
20362             GENLIST_DESCRIPTION_FLIP_ENABLED
20363          }
20364          part { name: "elm.padding.icon.left";
20365             clip_to: "disclip";
20366             type: RECT;
20367             scale: 1;
20368             description { state: "default" 0.0;
20369                min: GENLIST_SIZE_16_INC 0;
20370                fixed: 1 0;
20371                rel1.to_x: "elm.icon";
20372                rel2 {
20373                   relative: 0.0 1.0;
20374                   to_x: "elm.icon";
20375                }
20376                align: 1.0 0.0;
20377                visible: 0;
20378             }
20379          }
20380          part { name: "elm.text.1";
20381             clip_to: "disclip";
20382             type: TEXT;
20383             mouse_events: 0;
20384             scale: 1;
20385             description { state: "default" 0.0;
20386                min: 0 GENLIST_SIZE_61_INC;
20387                fixed: 0 1;
20388                rel1 {
20389                   relative: 1.0 1.0;
20390                   to_x: "elm.padding.left";
20391                   to_y: "elm.padding.top";
20392                }
20393                rel2 {
20394                   relative: 0.0 1.0;
20395                   to_x: "elm.padding.icon.left";
20396                   to_y: "elm.padding.top";
20397                }
20398                align: 0.0 0.0;
20399                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
20400                text {
20401                   font: "SLP:style=Roman";
20402                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
20403                   min: 0 1;
20404                   align: 0.0 0.5;
20405                   text_class: "list_item";
20406                }
20407             }
20408             description { state: "selected" 0.0;
20409                inherit: "default" 0.0;
20410                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20411             }
20412             GENLIST_DESCRIPTION_FLIP_ENABLED
20413          }
20414          part { name: "elm.text.2";
20415             clip_to: "disclip";
20416             type: TEXT;
20417             mouse_events: 0;
20418             scale: 1;
20419             description { state: "default" 0.0;
20420                rel1 {
20421                   relative: 1.0 1.0;
20422                   to_x: "elm.padding.left";
20423                   to_y: "elm.text.1";
20424                }
20425                rel2 {
20426                   relative: 0.0 0.0;
20427                   to_x: "elm.padding.icon.left";
20428                   to_y: "elm.padding.bottom";
20429                }
20430                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
20431                text {
20432                   font: "SLP:style=Medium";
20433                   size: GENLIST_FONT_32_INC;
20434                   min: 0 1;
20435                   align: 0.0 0.5;
20436                   text_class: "slp_medium";
20437                }
20438             }
20439             description { state: "selected" 0.0;
20440                inherit: "default" 0.0;
20441                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20442             }
20443             GENLIST_DESCRIPTION_FLIP_ENABLED
20444          }
20445          GENLIST_PART_FLIP
20446          GENLIST_PART_DISCLIP
20447       }
20448       programs {
20449          // signal: elm,state,%s,active
20450          //   a "check" item named %s went active
20451          // signal: elm,state,%s,passive
20452          //   a "check" item named %s went passive
20453          // default is passive
20454          program { name: "go_active";
20455             signal: "elm,state,selected";
20456             source: "elm";
20457             action: STATE_SET "selected" 0.0;
20458             target: "bg_image";
20459             target: "elm.text.1";
20460             target: "elm.text.2";
20461             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20462          }
20463          program { name: "go_passive";
20464             signal: "elm,state,unselected";
20465             source: "elm";
20466             action: STATE_SET "default" 0.0;
20467             target: "bg_image";
20468             target: "elm.text.1";
20469             target: "elm.text.2";
20470             transition: LINEAR 0.1;
20471          }
20472          program { name: "go_disabled";
20473             signal: "elm,state,disabled";
20474             source: "elm";
20475             action: STATE_SET "disabled" 0.0;
20476             target: "disclip";
20477          }
20478          program { name: "go_enabled";
20479             signal: "elm,state,enabled";
20480             source: "elm";
20481             action: STATE_SET "default" 0.0;
20482             target: "disclip";
20483          }
20484          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20485          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20486       }
20487    }
20488
20489    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
20490       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
20491       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
20492       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
20493       alias: "elm/layout/dialogue/2text.1icon.7";
20494       data.item: "stacking" "above";
20495       data.item: "selectraise" "on";
20496       data.item: "texts" "elm.text.1 elm.text.2";
20497       data.item: "contents" "elm.icon";
20498       data.item: "flips" "elm.flip.content";
20499       parts {
20500          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20501          GENLIST_PART_DIALOGUE_BG_IMAGE
20502          GENLIST_PART_BOTTOM_LINE
20503          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20504          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20505          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20506          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20507          GENLIST_PART_DIALOGUE_ITEM
20508          GENLIST_PART_DIALOGUE_RIGHT_LINE
20509          part { name: "elm.icon";
20510             clip_to: "disclip";
20511             type: SWALLOW;
20512             scale: 1;
20513             description { state: "default" 0.0;
20514                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
20515                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
20516                fixed: 1 1;
20517                rel1 {
20518                   relative: 0.0 1.0;
20519                   to_x: "elm.padding.right";
20520                   to_y: "elm.padding.top";
20521                }
20522                rel2 {
20523                   relative: 0.0 0.0;
20524                   to_x: "elm.padding.right";
20525                   to_y: "elm.padding.bottom";
20526                }
20527                align: 1.0 0.5;
20528             }
20529             GENLIST_DESCRIPTION_FLIP_ENABLED
20530          }
20531          part { name: "elm.padding.icon.left";
20532             clip_to: "disclip";
20533             type: RECT;
20534             scale: 1;
20535             description { state: "default" 0.0;
20536                min: GENLIST_SIZE_16_INC 0;
20537                fixed: 1 0;
20538                rel1.to_x: "elm.icon";
20539                rel2 {
20540                   relative: 0.0 1.0;
20541                   to_x: "elm.icon";
20542                }
20543                align: 1.0 0.0;
20544                visible: 0;
20545             }
20546          }
20547          part { name: "elm.text.1";
20548             clip_to: "disclip";
20549             type: TEXT;
20550             mouse_events: 0;
20551             scale: 1;
20552             description { state: "default" 0.0;
20553                min: 0 GENLIST_SIZE_61_INC;
20554                fixed: 0 1;
20555                rel1 {
20556                   relative: 1.0 1.0;
20557                   to_x: "elm.padding.left";
20558                   to_y: "elm.padding.top";
20559                }
20560                rel2 {
20561                   relative: 0.0 1.0;
20562                   to_x: "elm.padding.icon.left";
20563                   to_y: "elm.padding.top";
20564                }
20565                align: 0.0 0.0;
20566                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
20567                text {
20568                   font: "SLP:style=Roman";
20569                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
20570                   min: 0 1;
20571                   align: 0.0 0.5;
20572                   text_class: "list_item";
20573                }
20574             }
20575             description { state: "selected" 0.0;
20576                inherit: "default" 0.0;
20577                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20578             }
20579             GENLIST_DESCRIPTION_FLIP_ENABLED
20580          }
20581          part { name: "elm.text.2";
20582             clip_to: "disclip";
20583             type: TEXT;
20584             mouse_events: 0;
20585             scale: 1;
20586             description { state: "default" 0.0;
20587                rel1 {
20588                   relative: 1.0 1.0;
20589                   to_x: "elm.padding.left";
20590                   to_y: "elm.text.1";
20591                }
20592                rel2 {
20593                   relative: 0.0 0.0;
20594                   to_x: "elm.padding.icon.left";
20595                   to_y: "elm.padding.bottom";
20596                }
20597                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
20598                text {
20599                   font: "SLP:style=Medium";
20600                   size: GENLIST_FONT_32_INC;
20601                   min: 0 1;
20602                   align: 0.0 0.5;
20603                   text_class: "slp_medium";
20604                }
20605             }
20606             description { state: "selected" 0.0;
20607                inherit: "default" 0.0;
20608                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
20609             }
20610             GENLIST_DESCRIPTION_FLIP_ENABLED
20611          }
20612          GENLIST_PART_FLIP
20613          GENLIST_PART_DISCLIP
20614       }
20615       programs {
20616          // signal: elm,state,%s,active
20617          //   a "check" item named %s went active
20618          // signal: elm,state,%s,passive
20619          //   a "check" item named %s went passive
20620          // default is passive
20621          program { name: "go_active";
20622             signal: "elm,state,selected";
20623             source: "elm";
20624             action: STATE_SET "selected" 0.0;
20625             target: "bg_image";
20626             target: "elm.text.1";
20627             target: "elm.text.2";
20628             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20629          }
20630          program { name: "go_passive";
20631             signal: "elm,state,unselected";
20632             source: "elm";
20633             action: STATE_SET "default" 0.0;
20634             target: "bg_image";
20635             target: "elm.text.1";
20636             target: "elm.text.2";
20637             transition: LINEAR 0.1;
20638          }
20639          program { name: "go_disabled";
20640             signal: "elm,state,disabled";
20641             source: "elm";
20642             action: STATE_SET "disabled" 0.0;
20643             target: "disclip";
20644          }
20645          program { name: "go_enabled";
20646             signal: "elm,state,enabled";
20647             source: "elm";
20648             action: STATE_SET "default" 0.0;
20649             target: "disclip";
20650          }
20651          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20652          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20653       }
20654    }
20655
20656    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
20657       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
20658       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
20659       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
20660       alias: "elm/layout/dialogue/2text.1icon.8";
20661       data.item: "stacking" "above";
20662       data.item: "selectraise" "on";
20663       data.item: "texts" "elm.text.1 elm.text.2";
20664       data.item: "contents" "elm.icon";
20665       data.item: "flips" "elm.flip.content";
20666       images {
20667          image: "00_list_bar_press_1x80.png" COMP;
20668       }
20669       parts {
20670          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20671          GENLIST_PART_DIALOGUE_BG_IMAGE
20672          GENLIST_PART_BOTTOM_LINE
20673          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20674          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20675          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20676          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20677          GENLIST_PART_DIALOGUE_ITEM
20678          GENLIST_PART_DIALOGUE_RIGHT_LINE
20679          part { name: "elm.text.2";
20680             clip_to: "disclip";
20681             type: TEXT;
20682             mouse_events: 0;
20683             scale: 1;
20684             description { state: "default" 0.0;
20685                min: 0 GENLIST_SIZE_48_INC;
20686                fixed: 0 1;
20687                rel1 {
20688                   relative: 1.0 1.0;
20689                   to_x: "elm.padding.left";
20690                   to_y: "elm.padding.top";
20691                }
20692                rel2 {
20693                   relative: 0.0 1.0;
20694                   to_x: "elm.padding.right";
20695                   to_y: "elm.padding.top";
20696                }
20697                align: 0.0 0.0;
20698                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
20699                text {
20700                   font: "SLP:style=Medium";
20701                   size: GENLIST_FONT_32_INC;
20702                   min: 0 1;
20703                   align: 0.0 0.5;
20704                   text_class: "slp_roman";
20705                }
20706             }
20707             description { state: "selected" 0.0;
20708                inherit: "default" 0.0;
20709                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
20710             }
20711             GENLIST_DESCRIPTION_FLIP_ENABLED
20712          }
20713          part { name: "elm.text.1";
20714             clip_to: "disclip";
20715             type: TEXT;
20716             mouse_events: 0;
20717             scale: 1;
20718             description { state: "default" 0.0;
20719                min: GENLIST_SIZE_672_INC 0;
20720                fixed: 1 0;
20721                rel1 {
20722                   relative: 1.0 1.0;
20723                   to_x: "elm.padding.left";
20724                   to_y: "elm.text.2";
20725                }
20726                rel2 {
20727                   relative: 1.0 0.0;
20728                   to_x: "elm.padding.left";
20729                   to_y: "elm.padding.bottom";
20730                }
20731                align: 0.0 0.5;
20732                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
20733                text {
20734                   font: "SLP:style=Roman";
20735                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
20736                   min: 1 1;
20737                   align: 0.0 0.5;
20738                   text_class: "list_item";
20739                }
20740             }
20741             description { state: "selected" 0.0;
20742                inherit: "default" 0.0;
20743                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20744             }
20745             GENLIST_DESCRIPTION_FLIP_ENABLED
20746          }
20747          part { name: "elm.padding.text1.right";
20748             clip_to: "disclip";
20749             type: RECT;
20750             scale: 1;
20751             description { state: "default" 0.0;
20752                min: GENLIST_SIZE_16_INC 0;
20753                fixed: 1 0;
20754                visible: 0;
20755                rel1 {
20756                   relative: 1.0 0.0;
20757                   to_x: "elm.text.1";
20758                }
20759                rel2.to_x: "elm.text.1";
20760                align: 0.0 0.0;
20761             }
20762          }
20763          part { name: "elm.icon";
20764             clip_to: "disclip";
20765             type: SWALLOW;
20766             scale: 1;
20767             description { state: "default" 0.0;
20768                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20769                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20770                fixed: 1 1;
20771                rel1 {
20772                   relative: 1.0 1.0;
20773                   to_x: "elm.padding.text1.right";
20774                   to_y: "elm.text.2";
20775                }
20776                rel2 {
20777                   relative: 1.0 0.0;
20778                   to_x: "elm.padding.text1.right";
20779                   to_y: "elm.padding.bottom";
20780                }
20781                align: 0.0 0.5;
20782             }
20783             GENLIST_DESCRIPTION_FLIP_ENABLED
20784          }
20785          GENLIST_PART_FLIP
20786          GENLIST_PART_DISCLIP
20787       }
20788       programs {
20789          // signal: elm,state,%s,active
20790          //   a "check" item named %s went active
20791          // signal: elm,state,%s,passive
20792          //   a "check" item named %s went passive
20793          // default is passive
20794          program { name: "go_active";
20795             signal: "elm,state,selected";
20796             source: "elm";
20797             action: STATE_SET "selected" 0.0;
20798             target: "bg_image";
20799             target: "elm.text.1";
20800             target: "elm.text.2";
20801             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20802          }
20803          program { name: "go_passive";
20804             signal: "elm,state,unselected";
20805             source: "elm";
20806             action: STATE_SET "default" 0.0;
20807             target: "bg_image";
20808             target: "elm.text.1";
20809             target: "elm.text.2";
20810             transition: LINEAR 0.1;
20811          }
20812          program { name: "go_disabled";
20813             signal: "elm,state,disabled";
20814             source: "elm";
20815             action: STATE_SET "disabled" 0.0;
20816             target: "disclip";
20817          }
20818          program { name: "go_enabled";
20819             signal: "elm,state,enabled";
20820             source: "elm";
20821             action: STATE_SET "default" 0.0;
20822             target: "disclip";
20823          }
20824          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20825          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20826       }
20827    }
20828
20829    // 2.4.2.19
20830    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
20831       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
20832       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
20833       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
20834       alias: "elm/layout/dialogue/2text.1icon.9";
20835       data.item: "stacking" "above";
20836       data.item: "selectraise" "on";
20837       data.item: "texts" "elm.text.1 elm.text.2";
20838       data.item: "contents" "elm.icon.1";
20839       data.item: "flips" "elm.flip.content";
20840       images {
20841          image: "00_list_bar_press_1x80.png" COMP;
20842       }
20843       parts {
20844          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20845          GENLIST_PART_DIALOGUE_BG_IMAGE
20846          GENLIST_PART_BOTTOM_LINE
20847          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20848          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20849          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20850          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20851          GENLIST_PART_DIALOGUE_ITEM
20852          GENLIST_PART_DIALOGUE_RIGHT_LINE
20853          part { name: "elm.icon.1";
20854             clip_to: "disclip";
20855             type: SWALLOW;
20856             scale: 1;
20857             description { state: "default" 0.0;
20858                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20859                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20860                fixed: 1 1;
20861                rel1 {
20862                   relative: 1.0 1.0;
20863                   to_x: "elm.padding.left";
20864                   to_y: "elm.text.1";
20865                }
20866                rel2 {
20867                   relative: 1.0 0.0;
20868                   to_x: "elm.padding.left";
20869                   to_y: "elm.padding.bottom";
20870                }
20871                align: 0.0 0.5;
20872             }
20873             GENLIST_DESCRIPTION_FLIP_ENABLED
20874          }
20875          part { name: "elm.padding.icon1.right";
20876             clip_to: "disclip";
20877             type: RECT;
20878             scale: 1;
20879             description { state: "default" 0.0;
20880                min: GENLIST_PADDING_16_INC 0;
20881                fixed: 1 0;
20882                rel1 {
20883                   relative: 1.0 0.0;
20884                   to_x: "elm.icon.1";
20885                }
20886                rel2.to_x: "elm.icon.1";
20887                align: 0.0 0.0;
20888                visible: 0;
20889             }
20890          }
20891          part { name: "elm.text.1";
20892             clip_to: "disclip";
20893             type: TEXT;
20894             mouse_events: 0;
20895             scale: 1;
20896             description { state: "default" 0.0;
20897                min: 0 GENLIST_SIZE_61_INC;
20898                fixed: 0 1;
20899                rel1 {
20900                   relative: 1.0 1.0;
20901                   to_x: "elm.padding.left";
20902                   to_y: "elm.padding.top";
20903                }
20904                rel2 {
20905                   relative: 0.0 1.0;
20906                   to_x: "elm.padding.right";
20907                   to_y: "elm.padding.top";
20908                }
20909                align: 0.0 0.0;
20910                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
20911                text {
20912                   font: "SLP:style=Roman";
20913                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
20914                   min: 0 1;
20915                   align: 0.0 0.5;
20916                   text_class: "list_item";
20917                }
20918             }
20919             description { state: "selected" 0.0;
20920                inherit: "default" 0.0;
20921                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20922             }
20923             GENLIST_DESCRIPTION_FLIP_ENABLED
20924          }
20925          part { name: "elm.text.2";
20926             clip_to: "disclip";
20927             type: TEXT;
20928             mouse_events: 0;
20929             scale: 1;
20930             description { state: "default" 0.0;
20931                rel1 {
20932                   relative: 1.0 1.0;
20933                   to_x: "elm.padding.icon1.right";
20934                   to_y: "elm.text.1";
20935                }
20936                rel2 {
20937                   relative: 0.0 0.0;
20938                   to_x: "elm.padding.right";
20939                   to_y: "elm.padding.bottom";
20940                }
20941                color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR;
20942                text {
20943                   font: "SLP:style=Medium";
20944                   size: GENLIST_FONT_32_INC;
20945                   min: 0 1;
20946                   align: 0.0 0.5;
20947                   text_class: "slp_medium";
20948                }
20949             }
20950             description { state: "selected" 0.0;
20951                inherit: "default" 0.0;
20952                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
20953             }
20954             GENLIST_DESCRIPTION_FLIP_ENABLED
20955          }
20956          GENLIST_PART_FLIP
20957          GENLIST_PART_DISCLIP
20958       }
20959       programs {
20960          // signal: elm,state,%s,active
20961          //   a "check" item named %s went active
20962          // signal: elm,state,%s,passive
20963          //   a "check" item named %s went passive
20964          // default is passive
20965          program { name: "go_active";
20966             signal: "elm,state,selected";
20967             source: "elm";
20968             action: STATE_SET "selected" 0.0;
20969             target: "bg_image";
20970             target: "elm.text.1";
20971             target: "elm.text.2";
20972          }
20973          program { name: "go_passive";
20974             signal: "elm,state,unselected";
20975             source: "elm";
20976             action: STATE_SET "default" 0.0;
20977             target: "bg_image";
20978             target: "elm.text.1";
20979             target: "elm.text.2";
20980             transition: LINEAR 0.1;
20981          }
20982          program { name: "go_disabled";
20983             signal: "elm,state,disabled";
20984             source: "elm";
20985             action: STATE_SET "disabled" 0.0;
20986             target: "disclip";
20987          }
20988          program { name: "go_enabled";
20989             signal: "elm,state,enabled";
20990             source: "elm";
20991             action: STATE_SET "default" 0.0;
20992             target: "disclip";
20993          }
20994       }
20995    }
20996
20997 // 4.3.1
20998    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
20999       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
21000       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
21001       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
21002       alias: "elm/layout/dialogue/bg/2text.2icon";
21003       data.item: "stacking" "above";
21004       data.item: "selectraise" "on";
21005       data.item: "texts" "elm.text.1 elm.text.2";
21006       data.item: "contents" "elm.icon.1 elm.icon.2";
21007       images {
21008           image: "00_list_thumbnail_bg.png" COMP;
21009       }
21010       parts {
21011          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
21012          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
21013          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
21014          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21015          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21016          part { name: "elm.icon1.bg";
21017             scale: 1;
21018             description { state: "default" 0.0;
21019                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
21020                fixed: 1 1;
21021                align: 0.0 0.52;
21022                rel1 {
21023                   relative: 1.0 0.5;
21024                   to_x: "elm.padding.left";
21025                }
21026                rel2 {
21027                   relative: 1.0 0.5;
21028                   to_x: "elm.padding.left";
21029                }
21030                image {
21031                   normal: "00_list_thumbnail_bg.png";
21032                   border: 1 1 1 1;
21033                   border_scale: 1;
21034                   middle: NONE;
21035                }
21036             }
21037          }
21038          part { name: "elm.icon.1";
21039             type: SWALLOW;
21040             description { state: "default" 0.0;
21041                rel1.to: "elm.icon1.bg";
21042                rel2.to: "elm.icon1.bg";
21043             }
21044          }
21045          part { name: "elm.padding.icon1.right";
21046             type: RECT;
21047             mouse_events: 0;
21048             scale: 1;
21049             description { state: "default" 0.0;
21050                min: GENLIST_PADDING_24_INC 0;
21051                fixed: 1 0;
21052                rel1 {
21053                    relative: 1.0 0.0;
21054                    to_x: "elm.icon1.bg";
21055                }
21056                rel2.to_x: "elm.icon1.bg";
21057                visible: 0;
21058                align: 0.0 0.5;
21059             }
21060          }
21061          part { name: "elm.icon.2";
21062             type: SWALLOW;
21063             scale: 1;
21064             description { state: "default" 0.0;
21065                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21066                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21067                fixed: 1 1;
21068                rel1 {
21069                   relative: 0.0 0.5;
21070                   to_x: "elm.padding.right";
21071                }
21072                rel2 {
21073                   relative: 0.0 0.5;
21074                   to_x: "elm.padding.right";
21075                }
21076                align: 1.0 0.5;
21077             }
21078          }
21079          part { name: "elm.padding.icon2.right";
21080             type: RECT;
21081             mouse_events: 0;
21082             scale: 1;
21083             description { state: "default" 0.0;
21084                min: GENLIST_PADDING_16_INC 0;
21085                fixed: 1 0;
21086                rel1.to_x: "elm.icon.2";
21087                rel2 {
21088                   relative: 0.0 1.0;
21089                   to_x: "elm.icon.2";
21090                }
21091                rel2.to_x: "elm.icon.2";
21092                visible: 0;
21093                align: 1.0 0.5;
21094             }
21095          }
21096          part { name: "elm.text.1";
21097             clip_to: "disclip";
21098             type: TEXT;
21099             mouse_events: 0;
21100             scale: 1;
21101             description { state: "default" 0.0;
21102                min: 0 GENLIST_SIZE_54_INC;
21103                fixed: 0 1;
21104                align: 0 0;
21105                rel1 {
21106                   relative: 1.0 1.0;
21107                   to_x: "elm.padding.icon1.right";
21108                   to_y: "elm.padding.top";
21109                }
21110                rel2 {
21111                   relative: 0.0 1.0;
21112                   to_x: "elm.padding.icon2.right";
21113                   to_y: "elm.padding.top";
21114                }
21115                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
21116                text {
21117                   font: "SLP:style=Roman";
21118                   size: GENLIST_FONT_48_INC;
21119                   align: 0.0 0.5;
21120                   text_class: "list_item";
21121                }
21122             }
21123          }
21124          part { name: "elm.padding.text.1.bottom";
21125             type: RECT;
21126             mouse_events: 0;
21127             scale: 1;
21128             description { state: "default" 0.0;
21129                min: 0 GENLIST_PADDING_8_INC;
21130                fixed: 0 1;
21131                rel1 {
21132                    relative: 0.0 1.0;
21133                    to_y: "elm.text.1";
21134                }
21135                rel2.to_y: "elm.text.1";
21136                visible: 0;
21137                align: 0.0 0.0;
21138             }
21139          }
21140          part { name: "elm.text.2";
21141             clip_to: "disclip";
21142             type: TEXT;
21143             mouse_events: 0;
21144             scale: 1;
21145             description { state: "default" 0.0;
21146                rel1 {
21147                   relative: 1.0 1.0;
21148                   to_x: "elm.padding.icon1.right";
21149                   to_y: "elm.padding.text.1.bottom";
21150                }
21151                rel2 {
21152                   relative: 0.0 0.0;
21153                   to_x: "elm.padding.icon2.right";
21154                   to_y: "elm.padding.bottom";
21155                }
21156                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21157                text {
21158                   font: "SLP:style=Medium";
21159                   size: GENLIST_FONT_32_INC;
21160                   align: 0.0 0.5;
21161                   text_class: "slp_medium";
21162                }
21163             }
21164          }
21165          GENLIST_PART_DISCLIP
21166       }
21167       programs {
21168          // signal: elm,state,%s,active
21169          //   a "check" item named %s went active
21170          // signal: elm,state,%s,passive
21171          //   a "check" item named %s went passive
21172          // default is passive
21173          /*program { name: "go_active";
21174             signal: "elm,state,selected";
21175             source: "elm";
21176             action: STATE_SET "selected" 0.0;
21177             target: "elm.text";
21178             target: "elm.text.sub";
21179          }
21180          program { name: "go_passive";
21181             signal: "elm,state,unselected";
21182             source: "elm";
21183             action: STATE_SET "default" 0.0;
21184             target: "elm.text";
21185             target: "elm.text.sub";
21186             transition: LINEAR 0.1;
21187          }*/
21188          program { name: "go_disabled";
21189             signal: "elm,state,disabled";
21190             source: "elm";
21191             action: STATE_SET "disabled" 0.0;
21192             target: "disclip";
21193          }
21194          program { name: "go_enabled";
21195             signal: "elm,state,enabled";
21196             source: "elm";
21197             action: STATE_SET "default" 0.0;
21198             target: "disclip";
21199          }
21200       }
21201    }
21202
21203 // 4.3.2
21204    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
21205       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
21206       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
21207       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
21208       alias: "elm/layout/dialogue/bg/3text.2icon";
21209       data.item: "stacking" "above";
21210       data.item: "selectraise" "on";
21211       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
21212       data.item: "contents" "elm.icon.1 elm.icon.2";
21213       images {
21214           image: "00_list_thumbnail_bg.png" COMP;
21215       }
21216       parts {
21217          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_142_INC )
21218          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
21219          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
21220          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
21221          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21222          part { name: "elm.padding.icon.bottom";
21223             type: RECT;
21224             mouse_events: 0;
21225             scale: 1;
21226             description { state: "default" 0.0;
21227                min: 0 1;
21228                fixed: 0 1;
21229                rel1 {
21230                   relative: 0.0 1.0;
21231                   to_x: "elm.padding.right";
21232                }
21233                rel2 {
21234                   relative: 0.0 1.0;
21235                   to_x: "elm.padding.right";
21236                }
21237                align: 1.0 1.0;
21238                visible: 0;
21239             }
21240          }
21241          part { name: "elm.icon1.bg";
21242             scale: 1;
21243             description { state: "default" 0.0;
21244                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
21245                fixed: 1 1;
21246                align: 1.0 0.0;
21247                rel1 {
21248                   relative: 0.0 0.0;
21249                   to_x: "elm.padding.right";
21250                }
21251                rel2 {
21252                   relative: 0.0 0.0;
21253                   to_x: "elm.padding.right";
21254                   to_y: "elm.padding.icon.bottom";
21255                }
21256                image {
21257                   normal: "00_list_thumbnail_bg.png";
21258                   border: 1 1 1 1;
21259                   border_scale: 1;
21260                   middle: NONE;
21261                }
21262             }
21263          }
21264          part { name: "elm.icon.1";
21265             type: SWALLOW;
21266             description { state: "default" 0.0;
21267                rel1.to: "elm.icon1.bg";
21268                rel2.to: "elm.icon1.bg";
21269             }
21270          }
21271          part { name: "elm.padding.icon1.left";
21272             type: RECT;
21273             mouse_events: 0;
21274             scale: 1;
21275             description { state: "default" 0.0;
21276                min: GENLIST_PADDING_16_INC 0;
21277                fixed: 1 0;
21278                rel1 {
21279                    relative: 0.0 0.0;
21280                    to_x: "elm.icon1.bg";
21281                }
21282                rel2 {
21283                    relative: 0.0 1.0;
21284                    to_x: "elm.icon1.bg";
21285                }
21286                visible: 0;
21287                align: 0.0 0.5;
21288             }
21289          }
21290          part { name: "elm.icon.2";
21291             type: SWALLOW;
21292             scale: 1;
21293             description { state: "default" 0.0;
21294                min: GENLIST_ICON_SIZE_64 GENLIST_ICON_SIZE_64;
21295                max: GENLIST_ICON_SIZE_64 GENLIST_ICON_SIZE_64;
21296                fixed: 1 1;
21297                rel1 {
21298                   relative: 0.0 0.5;
21299                   to_x: "elm.padding.icon1.left";
21300                }
21301                rel2 {
21302                   relative: 0.0 0.5;
21303                   to_x: "elm.padding.icon1.left";
21304                }
21305                align: 1.0 0.5;
21306             }
21307          }
21308          part { name: "elm.padding.icon2.left";
21309             type: RECT;
21310             mouse_events: 0;
21311             scale: 1;
21312             description { state: "default" 0.0;
21313                min: GENLIST_PADDING_16_INC 0;
21314                fixed: 1 0;
21315                rel1.to_x: "elm.icon.2";
21316                rel2 {
21317                   relative: 0.0 1.0;
21318                   to_x: "elm.icon.2";
21319                }
21320                rel2.to_x: "elm.icon.2";
21321                visible: 0;
21322                align: 1.0 0.5;
21323             }
21324          }
21325          part { name: "elm.text.1";
21326             clip_to: "disclip";
21327             type: TEXT;
21328             mouse_events: 0;
21329             scale: 1;
21330             description { state: "default" 0.0;
21331                min: 0 GENLIST_SIZE_54_INC;
21332                fixed: 0 1;
21333                align: 0 0;
21334                rel1 {
21335                   relative: 1.0 1.0;
21336                   to_x: "elm.padding.left";
21337                   to_y: "elm.padding.top";
21338                }
21339                rel2 {
21340                   relative: 0.0 1.0;
21341                   to_x: "elm.padding.icon2.left";
21342                   to_y: "elm.padding.top";
21343                }
21344                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
21345                text {
21346                   font: "SLP:style=Roman";
21347                   size: GENLIST_FONT_48_INC;
21348                   align: 0.0 0.5;
21349                   text_class: "list_item";
21350                }
21351             }
21352          }
21353          part { name: "elm.padding.text.1.bottom";
21354             type: RECT;
21355             mouse_events: 0;
21356             scale: 1;
21357             description { state: "default" 0.0;
21358                min: 0 GENLIST_PADDING_8_INC;
21359                fixed: 0 1;
21360                rel1 {
21361                    relative: 0.0 1.0;
21362                    to_y: "elm.text.1";
21363                }
21364                rel2.to_y: "elm.text.1";
21365                visible: 0;
21366                align: 0.0 0.0;
21367             }
21368          }
21369          part { name: "elm.text.2";
21370             clip_to: "disclip";
21371             type: TEXT;
21372             mouse_events: 0;
21373             scale: 1;
21374             description { state: "default" 0.0;
21375                rel1 {
21376                   relative: 1.0 1.0;
21377                   to_x: "elm.padding.left";
21378                   to_y: "elm.padding.text.1.bottom";
21379                }
21380                rel2 {
21381                   relative: 0.0 0.0;
21382                   to_x: "elm.padding.icon2.left";
21383                   to_y: "elm.text.3";
21384                }
21385                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21386                text {
21387                   font: "SLP:style=Medium";
21388                   size: GENLIST_FONT_32_INC;
21389                   align: 0.0 0.5;
21390                   text_class: "slp_medium";
21391                }
21392             }
21393          }
21394          part { name: "elm.text.3";
21395             clip_to: "disclip";
21396             type: TEXT;
21397             mouse_events: 0;
21398             scale: 1;
21399             description { state: "default" 0.0;
21400                min: 0 GENLIST_ICON_SMALL_SIZE;
21401                fixed: 0 1;
21402                align: 0 1;
21403                rel1 {
21404                   relative: 1.0 0.0;
21405                   to_x: "elm.padding.left";
21406                   to_y: "elm.padding.bottom";
21407                }
21408                rel2 {
21409                   relative: 0.0 0.0;
21410                   to_x: "elm.padding.icon2.left";
21411                   to_y: "elm.padding.bottom";
21412                }
21413                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21414                text {
21415                   font: "SLP:style=Medium";
21416                   size: GENLIST_FONT_32_INC;
21417                   align: 0.0 0.5;
21418                   text_class: "slp_medium";
21419                }
21420             }
21421          }
21422          GENLIST_PART_DISCLIP
21423       }
21424       programs {
21425          // signal: elm,state,%s,active
21426          //   a "check" item named %s went active
21427          // signal: elm,state,%s,passive
21428          //   a "check" item named %s went passive
21429          // default is passive
21430          /*program { name: "go_active";
21431             signal: "elm,state,selected";
21432             source: "elm";
21433             action: STATE_SET "selected" 0.0;
21434             target: "elm.text";
21435             target: "elm.text.sub";
21436          }
21437          program { name: "go_passive";
21438             signal: "elm,state,unselected";
21439             source: "elm";
21440             action: STATE_SET "default" 0.0;
21441             target: "elm.text";
21442             target: "elm.text.sub";
21443             transition: LINEAR 0.1;
21444          }*/
21445          program { name: "go_disabled";
21446             signal: "elm,state,disabled";
21447             source: "elm";
21448             action: STATE_SET "disabled" 0.0;
21449             target: "disclip";
21450          }
21451          program { name: "go_enabled";
21452             signal: "elm,state,enabled";
21453             source: "elm";
21454             action: STATE_SET "default" 0.0;
21455             target: "disclip";
21456          }
21457       }
21458    }
21459
21460 // 4.3.3
21461    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
21462       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
21463       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
21464       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
21465       alias: "elm/layout/dialogue/bg/5text.2icon";
21466       data.item: "stacking" "above";
21467       data.item: "selectraise" "on";
21468       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
21469       data.item: "contents" "elm.icon.1 elm.icon.2";
21470       images {
21471           image: "00_list_thumbnail_bg.png" COMP;
21472       }
21473       parts {
21474          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
21475          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
21476          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
21477          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
21478          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21479          part { name: "elm.icon1.bg";
21480             scale: 1;
21481             description { state: "default" 0.0;
21482                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
21483                fixed: 1 1;
21484                align: 0.0 0.5;
21485                rel1 {
21486                   relative: 1.0 0.5;
21487                   to_x: "elm.padding.left";
21488                }
21489                rel2 {
21490                   relative: 1.0 0.5;
21491                   to_x: "elm.padding.left";
21492                }
21493                image {
21494                   normal: "00_list_thumbnail_bg.png";
21495                   border: 1 1 1 1;
21496                   border_scale: 1;
21497                   middle: NONE;
21498                }
21499             }
21500          }
21501          part { name: "elm.icon.1";
21502             type: SWALLOW;
21503             description { state: "default" 0.0;
21504                rel1.to: "elm.icon1.bg";
21505                rel2.to: "elm.icon1.bg";
21506             }
21507          }
21508          part { name: "elm.padding.icon1.right";
21509             type: RECT;
21510             mouse_events: 0;
21511             scale: 1;
21512             description { state: "default" 0.0;
21513                min: GENLIST_PADDING_16_INC 0;
21514                fixed: 1 0;
21515                rel1 {
21516                    relative: 1.0 0.0;
21517                    to_x: "elm.icon1.bg";
21518                }
21519                rel2.to_x: "elm.icon1.bg";
21520                visible: 0;
21521                align: 0.0 0.5;
21522             }
21523          }
21524          part { name: "elm.text.1";
21525             clip_to: "disclip";
21526             type: TEXT;
21527             mouse_events: 0;
21528             scale: 1;
21529             description { state: "default" 0.0;
21530                min: 0 GENLIST_SIZE_38_INC;
21531                fixed: 0 1;
21532                rel1 {
21533                   relative: 1.0 1.0;
21534                   to_x: "elm.padding.icon1.right";
21535                   to_y: "elm.padding.top";
21536                }
21537                rel2 {
21538                   relative: 0.0 1.0;
21539                   to_x: "elm.padding.right";
21540                   to_y: "elm.padding.top";
21541                }
21542                align: 0.0 0.0;
21543                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
21544                text {
21545                   font: "SLP:style=Medium";
21546                   size: GENLIST_FONT_32_INC;
21547                   align: 0.0 0.5;
21548                   text_class: "list_item";
21549                }
21550             }
21551          }
21552          part { name: "elm.text.2";
21553             clip_to: "disclip";
21554             type: TEXT;
21555             mouse_events: 0;
21556             scale: 1;
21557             description { state: "default" 0.0;
21558                min: 0 GENLIST_SIZE_38_INC;
21559                fixed: 0 1;
21560                rel1 {
21561                   relative: 1.0 1.0;
21562                   to_x: "elm.padding.icon1.right";
21563                   to_y: "elm.text.1";
21564                }
21565                rel2 {
21566                   relative: 0.0 1.0;
21567                   to_x: "elm.padding.right";
21568                   to_y: "elm.text.1";
21569                }
21570                align: 0.0 0.0;
21571                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
21572                text {
21573                   font: "SLP:style=Medium";
21574                   size: GENLIST_FONT_28_INC;
21575                   align: 0.0 0.5;
21576                   text_class: "slp_medium";
21577                }
21578             }
21579          }
21580          part { name: "elm.icon.2";
21581             clip_to: "disclip";
21582             type: SWALLOW;
21583             mouse_events: 0;
21584             scale: 1;
21585             description { state: "default" 0.0;
21586                fixed: 1 1;
21587                rel1 {
21588                   relative: 1.0 0.0;
21589                   to_x: "elm.padding.icon1.right";
21590                   to_y: "elm.text.3";
21591                }
21592                rel2 {
21593                   relative: 1.0 1.0;
21594                   to_x: "elm.padding.icon1.right";
21595                   to_y: "elm.text.3";
21596                }
21597                align: 0.0 0.5;
21598             }
21599          }
21600          part { name: "elm.padding.icon2.right";
21601             type: RECT;
21602             mouse_events: 0;
21603             scale: 1;
21604             description { state: "default" 0.0;
21605                min: GENLIST_PADDING_16_INC 0;
21606                fixed: 1 0;
21607                rel1 {
21608                    relative: 1.0 0.0;
21609                    to_x: "elm.icon.2";
21610                }
21611                rel2.to_x: "elm.icon.2";
21612                visible: 0;
21613                align: 0.0 0.5;
21614             }
21615          }
21616          part { name: "elm.text.3";
21617             clip_to: "disclip";
21618             type: TEXT;
21619             mouse_events: 0;
21620             scale: 1;
21621             description { state: "default" 0.0;
21622                min: 0 GENLIST_SIZE_38_INC;
21623                fixed: 0 1;
21624                rel1 {
21625                   relative: 1.0 1.0;
21626                   to_x: "elm.padding.icon2.right";
21627                   to_y: "elm.text.2";
21628                }
21629                rel2 {
21630                   relative: 0.0 1.0;
21631                   to_x: "elm.padding.right";
21632                   to_y: "elm.text.2";
21633                }
21634                align: 0.0 0.0;
21635                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
21636                text {
21637                   font: "SLP:style=Medium";
21638                   size: GENLIST_FONT_28_INC;
21639                   align: 0.0 0.5;
21640                   text_class: "slp_medium";
21641                }
21642             }
21643          }
21644          part { name: "elm.text.4";
21645             clip_to: "disclip";
21646             type: TEXT;
21647             mouse_events: 0;
21648             scale: 1;
21649             description { state: "default" 0.0;
21650                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
21651                fixed: 1 1;
21652                align: 0 1;
21653                rel1 {
21654                   relative: 1.0 0.0;
21655                   to_x: "elm.padding.icon1.right";
21656                   to_y: "elm.padding.bottom";
21657                }
21658                rel2 {
21659                   relative: 1.0 0.0;
21660                   to_x: "elm.padding.icon1.right";
21661                   to_y: "elm.padding.bottom";
21662                }
21663                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
21664                text {
21665                   font: "SLP:style=Medium";
21666                   size: GENLIST_FONT_28_INC;
21667                   align: 0.0 0.5;
21668                   text_class: "slp_medium";
21669                }
21670             }
21671          }
21672          part { name: "elm.padding.text4.right";
21673             type: RECT;
21674             mouse_events: 0;
21675             scale: 1;
21676             description { state: "default" 0.0;
21677                min: GENLIST_PADDING_16_INC 0;
21678                fixed: 1 0;
21679                rel1 {
21680                    relative: 1.0 0.0;
21681                    to_x: "elm.text.4";
21682                }
21683                rel2.to_x: "elm.text.4";
21684                visible: 0;
21685                align: 0.0 0.5;
21686             }
21687          }
21688          part { name: "elm.text.5";
21689             clip_to: "disclip";
21690             type: TEXT;
21691             mouse_events: 0;
21692             scale: 1;
21693             description { state: "default" 0.0;
21694                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
21695                fixed: 1 1;
21696                align: 0 1;
21697                rel1 {
21698                   relative: 1.0 0.0;
21699                   to_x: "elm.padding.text4.right";
21700                   to_y: "elm.padding.bottom";
21701                }
21702                rel2 {
21703                   relative: 1.0 0.0;
21704                   to_x: "elm.padding.text4.right";
21705                   to_y: "elm.padding.bottom";
21706                }
21707                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
21708                text {
21709                   font: "SLP:style=Medium";
21710                   size: GENLIST_FONT_28_INC;
21711                   align: 0.0 0.5;
21712                   text_class: "slp_medium";
21713                }
21714             }
21715          }
21716          GENLIST_PART_DISCLIP
21717       }
21718       programs {
21719          // signal: elm,state,%s,active
21720          //   a "check" item named %s went active
21721          // signal: elm,state,%s,passive
21722          //   a "check" item named %s went passive
21723          // default is passive
21724          /*program { name: "go_active";
21725             signal: "elm,state,selected";
21726             source: "elm";
21727             action: STATE_SET "selected" 0.0;
21728             target: "elm.text";
21729             target: "elm.text.sub";
21730          }
21731          program { name: "go_passive";
21732             signal: "elm,state,unselected";
21733             source: "elm";
21734             action: STATE_SET "default" 0.0;
21735             target: "elm.text";
21736             target: "elm.text.sub";
21737             transition: LINEAR 0.1;
21738          }*/
21739          program { name: "go_disabled";
21740             signal: "elm,state,disabled";
21741             source: "elm";
21742             action: STATE_SET "disabled" 0.0;
21743             target: "disclip";
21744          }
21745          program { name: "go_enabled";
21746             signal: "elm,state,enabled";
21747             source: "elm";
21748             action: STATE_SET "default" 0.0;
21749             target: "disclip";
21750          }
21751       }
21752    }
21753
21754    // 4.1.9
21755    group { name: "elm/genlist/item/dialogue/1icon/default";
21756       alias: "elm/genlist/item_odd/dialogue/1icon/default";
21757       alias: "elm/genlist/item_compress/dialogue/1icon/default";
21758       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
21759       alias: "elm/layout/dialogue/1icon";
21760       data.item: "stacking" "above";
21761       data.item: "selectraise" "on";
21762       data.item: "contents" "elm.icon";
21763
21764       parts {
21765          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
21766          GENLIST_PART_DIALOGUE_BG_IMAGE
21767          GENLIST_PART_BOTTOM_LINE
21768          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21769          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21770          GENLIST_PART_DIALOGUE_ITEM
21771          GENLIST_PART_DIALOGUE_RIGHT_LINE
21772          part { name: "elm.icon";
21773             clip_to: "disclip";
21774             type: SWALLOW;
21775             scale: 1;
21776             description { state: "default" 0.0;
21777                rel1 {
21778                   relative: 1.0 0.0;
21779                   to_x: "elm.padding.left";
21780                }
21781                rel2 {
21782                   relative: 0.0 1.0;
21783                   to_x: "elm.padding.right";
21784                }
21785             }
21786          }
21787          GENLIST_PART_DISCLIP
21788       }
21789       programs {
21790          // signal: elm,state,%s,active
21791          //   a "check" item named %s went active
21792          // signal: elm,state,%s,passive
21793          //   a "check" item named %s went passive
21794          // default is passive
21795          /*program { name: "go_active";
21796             signal: "elm,state,selected";
21797             source: "elm";
21798             action: STATE_SET "selected" 0.0;
21799             target: "bg_image";
21800             target: "elm.text";
21801          }
21802          program { name: "go_passive";
21803             signal: "elm,state,unselected";
21804             source: "elm";
21805             action: STATE_SET "default" 0.0;
21806             target: "bg_image";
21807             target: "elm.text";
21808             transition: LINEAR 0.1;
21809          }*/
21810          program { name: "go_disabled";
21811             signal: "elm,state,disabled";
21812             source: "elm";
21813             action: STATE_SET "disabled" 0.0;
21814             target: "disclip";
21815          }
21816          program { name: "go_enabled";
21817             signal: "elm,state,enabled";
21818             source: "elm";
21819             action: STATE_SET "default" 0.0;
21820             target: "disclip";
21821          }
21822       }
21823    }
21824
21825    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
21826       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
21827       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
21828       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
21829       alias: "elm/layout/dialogue/bg/1icon";
21830       data.item: "stacking" "above";
21831       data.item: "selectraise" "on";
21832       data.item: "contents" "elm.icon";
21833
21834       parts {
21835          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21836          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
21837          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21838          part { name: "elm.icon";
21839             clip_to: "disclip";
21840             type: SWALLOW;
21841             scale: 1;
21842             description { state: "default" 0.0;
21843                rel1 {
21844                   relative: 1.0 0.0;
21845                   to_x: "elm.padding.left";
21846                }
21847                rel2 {
21848                   relative: 0.0 1.0;
21849                   to_x: "elm.padding.right";
21850                }
21851             }
21852          }
21853          GENLIST_PART_DISCLIP
21854       }
21855       programs {
21856          // signal: elm,state,%s,active
21857          //   a "check" item named %s went active
21858          // signal: elm,state,%s,passive
21859          //   a "check" item named %s went passive
21860          // default is passive
21861          program { name: "go_disabled";
21862             signal: "elm,state,disabled";
21863             source: "elm";
21864             action: STATE_SET "disabled" 0.0;
21865             target: "disclip";
21866          }
21867          program { name: "go_enabled";
21868             signal: "elm,state,enabled";
21869             source: "elm";
21870             action: STATE_SET "default" 0.0;
21871             target: "disclip";
21872          }
21873       }
21874    }
21875
21876    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
21877       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
21878       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
21879       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
21880       alias: "elm/layout/dialogue/bg/2icon";
21881       data.item: "stacking" "above";
21882       data.item: "selectraise" "on";
21883       data.item: "contents" "elm.icon.1 elm.icon.2";
21884
21885       parts {
21886          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21887          part { name: "elm.icon.1";
21888             clip_to: "disclip";
21889             type: SWALLOW;
21890             description { state: "default" 0.0;
21891                rel1.relative: 0.021 0.0;
21892                rel2.relative: 0.492 1.0;
21893             }
21894          }
21895          part { name: "elm.icon.2";
21896             clip_to: "disclip";
21897             type: SWALLOW;
21898             description { state: "default" 0.0;
21899                rel1.relative: 0.51 0.0;
21900                rel2.relative: 0.979 1.0;
21901             }
21902          }
21903          GENLIST_PART_DISCLIP
21904       }
21905       programs {
21906          // signal: elm,state,%s,active
21907          //   a "check" item named %s went active
21908          // signal: elm,state,%s,passive
21909          //   a "check" item named %s went passive
21910          // default is passive
21911          program { name: "go_disabled";
21912             signal: "elm,state,disabled";
21913             source: "elm";
21914             action: STATE_SET "disabled" 0.0;
21915             target: "disclip";
21916          }
21917          program { name: "go_enabled";
21918             signal: "elm,state,enabled";
21919             source: "elm";
21920             action: STATE_SET "default" 0.0;
21921             target: "disclip";
21922          }
21923       }
21924    }
21925
21926    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
21927       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
21928       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
21929       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
21930
21931       alias: "elm/genlist/item/dialogue.3icon/default";
21932       alias: "elm/genlist/item_odd/dialogue.3icon/default";
21933       alias: "elm/genlist/item_compress/dialogue.3icon/default";
21934       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
21935
21936       alias: "elm/layout/dialogue/bg/3icon";
21937       alias: "elm/layout/dialogue/dialogue.3icon";
21938
21939       data.item: "stacking" "above";
21940       data.item: "selectraise" "on";
21941       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
21942
21943       parts {
21944          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21945          part { name: "elm.icon.1";
21946             clip_to: "disclip";
21947             type: SWALLOW;
21948             description { state: "default" 0.0;
21949                rel1.relative: 0.021 0.0;
21950                rel2.relative: 0.327 1.0;
21951             }
21952          }
21953          part { name: "elm.icon.2";
21954             clip_to: "disclip";
21955             type: SWALLOW;
21956             description { state: "default" 0.0;
21957                rel1.relative: 0.348 0.0;
21958                rel2.relative: 0.652 1.0;
21959             }
21960          }
21961          part { name: "elm.icon.3";
21962             clip_to: "disclip";
21963             type: SWALLOW;
21964             description { state: "default" 0.0;
21965                rel1.relative: 0.673 0.0;
21966                rel2.relative: 0.979 1.0;
21967             }
21968          }
21969          GENLIST_PART_DISCLIP
21970       }
21971       programs {
21972          // signal: elm,state,%s,active
21973          //   a "check" item named %s went active
21974          // signal: elm,state,%s,passive
21975          //   a "check" item named %s went passive
21976          // default is passive
21977          program { name: "go_disabled";
21978             signal: "elm,state,disabled";
21979             source: "elm";
21980             action: STATE_SET "disabled" 0.0;
21981             target: "disclip";
21982          }
21983          program { name: "go_enabled";
21984             signal: "elm,state,enabled";
21985             source: "elm";
21986             action: STATE_SET "default" 0.0;
21987             target: "disclip";
21988          }
21989       }
21990    }
21991
21992    group { name: "elm/genlist/item/dialogue.3icon.2/default";
21993       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
21994       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
21995       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
21996       alias: "elm/layout/dialogue/dialogue.3icon.2";
21997       data.item: "stacking" "above";
21998       data.item: "selectraise" "on";
21999       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
22000
22001       parts {
22002          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
22003          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
22004          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22005          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
22006          part { name: "elm.icon.1";
22007             clip_to: "disclip";
22008             type: SWALLOW;
22009             description { state: "default" 0.0;
22010                min: GENLIST_SIZE_234_INC 0;
22011                fixed: 1 0;
22012                rel1 {
22013                   relative: 0.0 1.0;
22014                   to_x: "elm.padding.right";
22015                   to_y: "elm.padding.top";
22016                }
22017                rel2 {
22018                   relative: 0.0 1.0;
22019                   to_x: "elm.padding.right";
22020                }
22021                align: 1.0 0.5;
22022             }
22023          }
22024          part { name: "elm.padding.icon.1.left";
22025             clip_to: "disclip";
22026             type: RECT;
22027             mouse_events: 0;
22028             scale: 1;
22029             description { state: "default" 0.0;
22030                min: GENLIST_PADDING_16_INC 0;
22031                fixed: 1 0;
22032                rel1.to_x: "elm.icon.1";
22033                rel2 {
22034                   relative: 0.0 1.0;
22035                   to_x: "elm.icon.1";
22036                }
22037                visible: 0;
22038                align: 1.0 0.5;
22039             }
22040          }
22041          part { name: "elm.icon.2";
22042             clip_to: "disclip";
22043             type: SWALLOW;
22044             description { state: "default" 0.0;
22045                min: GENLIST_SIZE_234_INC 0;
22046                fixed: 1 0;
22047                rel1 {
22048                   relative: 0.0 1.0;
22049                   to_x: "elm.padding.icon.1.left";
22050                   to_y: "elm.padding.top";
22051                }
22052                rel2 {
22053                   relative: 0.0 1.0;
22054                   to_x: "elm.padding.icon.1.left";
22055                }
22056                align: 1.0 0.5;
22057             }
22058          }
22059          part { name: "elm.padding.icon.2.left";
22060             clip_to: "disclip";
22061             type: RECT;
22062             mouse_events: 0;
22063             scale: 1;
22064             description { state: "default" 0.0;
22065                min: GENLIST_PADDING_16_INC 0;
22066                fixed: 1 0;
22067                rel1.to_x: "elm.icon.2";
22068                rel2 {
22069                   relative: 0.0 1.0;
22070                   to_x: "elm.icon.2";
22071                }
22072                visible: 0;
22073                align: 1.0 0.5;
22074             }
22075          }
22076          part { name: "elm.icon.3";
22077             clip_to: "disclip";
22078             type: SWALLOW;
22079             description { state: "default" 0.0;
22080                min: GENLIST_SIZE_234_INC 0;
22081                fixed: 1 0;
22082                rel1 {
22083                   relative: 0.0 1.0;
22084                   to_x: "elm.padding.icon.2.left";
22085                   to_y: "elm.padding.top";
22086                }
22087                rel2 {
22088                   relative: 0.0 1.0;
22089                   to_x: "elm.padding.icon.2.left";
22090                }
22091                align: 1.0 0.5;
22092             }
22093          }
22094          GENLIST_PART_DISCLIP
22095       }
22096       programs {
22097          // signal: elm,state,%s,active
22098          //   a "check" item named %s went active
22099          // signal: elm,state,%s,passive
22100          //   a "check" item named %s went passive
22101          // default is passive
22102          program { name: "go_disabled";
22103             signal: "elm,state,disabled";
22104             source: "elm";
22105             action: STATE_SET "disabled" 0.0;
22106             target: "disclip";
22107          }
22108          program { name: "go_enabled";
22109             signal: "elm,state,enabled";
22110             source: "elm";
22111             action: STATE_SET "default" 0.0;
22112             target: "disclip";
22113          }
22114       }
22115    }
22116
22117    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
22118       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
22119       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
22120       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
22121       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
22122       data.item: "stacking" "above";
22123       data.item: "selectraise" "on";
22124       data.item: "texts" "elm.title elm.text";
22125
22126       images {
22127           image: "00_list_img_check.png" COMP;
22128       }
22129
22130       parts {
22131          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
22132          GENLIST_PART_DIALOGUE_BG_IMAGE
22133          GENLIST_PART_BOTTOM_LINE
22134          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22135          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22136          GENLIST_PART_DIALOGUE_ITEM
22137          GENLIST_PART_DIALOGUE_RIGHT_LINE
22138          part { name: "vertical_line";
22139             type: RECT;
22140             mouse_events: 0;
22141             description { state: "default" 0.0;
22142                min: 1 0;
22143                fixed: 1 0;
22144                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22145                rel1 {
22146                   relative: 1.0 0.0;
22147                   to_x: "elm.title";
22148                }
22149                rel2.to_x: "elm.title";
22150                align: 0.0 0.5;
22151             }
22152          }
22153          part { name: "elm.title";
22154             type: TEXT;
22155             mouse_events: 0;
22156             scale: 1;
22157             description { state: "default" 0.0;
22158                min: GENLIST_SIZE_163_INC 0;
22159                fixed: 1 0;
22160                rel1 {
22161                   relative: 1.0  0.0;
22162                   to_x: "elm.padding.left";
22163                }
22164                rel2.to_x: "elm.padding.left";
22165                align: 0.0 0.5;
22166                color: GENLIST_MULTILINE_TEXT_COLOR;
22167                text {
22168                   font: "SLP:style=Medium";
22169                   size: GENLIST_MULTILINE_TEXT_SIZE;
22170                   min: 0 1;
22171                   align: 0.0 0.5;
22172                   text_class: "slp_medium";
22173                }
22174             }
22175          }
22176          part { name: "elm.padding.title.right";
22177             type: RECT;
22178             mouse_events: 0;
22179             scale: 1;
22180             description { state: "default" 0.0;
22181                min: GENLIST_PADDING_16_INC 0;
22182                fixed: 1 0;
22183                rel1 {
22184                    relative: 1.0 0.0;
22185                    to_x: "vertical_line";
22186                }
22187                rel2.to_x: "vertical_line";
22188                visible: 0;
22189                align: 0.0 0.5;
22190             }
22191          }
22192          part { name: "elm.text";
22193             clip_to: "disclip";
22194             type: TEXT;
22195             mouse_events: 0;
22196             scale: 1;
22197             description { state: "default" 0.0;
22198                rel1 {
22199                   relative: 1.0  0.0;
22200                   to_x: "elm.padding.title.right";
22201                }
22202                rel2.to_x: "elm.padding.title.right";
22203                align: 0.0 0.5;
22204                fixed: 1 1;
22205                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22206                text {
22207                   font: "SLP:style=Roman";
22208                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22209                   min: 1 1;
22210                   max: 1 1;
22211                   align: 0.0 0.5;
22212                   text_class: "list_item";
22213                }
22214             }
22215             description { state: "selected" 0.0;
22216                inherit: "default" 0.0;
22217                color: 217 147 26 255;
22218             }
22219          }
22220          part { name: "elm.padding.text.right";
22221             type: RECT;
22222             mouse_events: 0;
22223             scale: 1;
22224             description { state: "default" 0.0;
22225                min: GENLIST_PADDING_11_INC 0;
22226                fixed: 1 0;
22227                rel1 {
22228                    relative: 1.0 0.0;
22229                    to_x: "elm.text";
22230                }
22231                rel2.to_x: "elm.text";
22232                visible: 0;
22233                align: 0.0 0.5;
22234             }
22235          }
22236          part { name: "elm.image.check";
22237             clip_to: "disclip";
22238             mouse_events: 0;
22239             scale: 1;
22240             description { state: "default" 0.0;
22241                image.normal: "00_list_img_check.png";
22242                rel1 {
22243                   relative: 1.0 0.366;
22244                   to_x: "elm.padding.text.right";
22245                }
22246                rel2 {
22247                   relative: 3.857 0.648;
22248                   to_x: "elm.padding.text.right";
22249                }
22250                visible: 0;
22251             }
22252             description { state: "selected" 0.0;
22253                inherit: "default" 0.0;
22254                visible: 1;
22255             }
22256          }
22257          GENLIST_PART_DISCLIP
22258       }
22259       programs {
22260          // signal: elm,state,%s,active
22261          //   a "check" item named %s went active
22262          // signal: elm,state,%s,passive
22263          //   a "check" item named %s went passive
22264          // default is passive
22265          program { name: "go_active";
22266             signal: "elm,state,selected";
22267             source: "elm";
22268             action: STATE_SET "selected" 0.0;
22269             target: "elm.text";
22270             target: "elm.image.check";
22271             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
22272          }
22273          program { name: "go_passive";
22274             signal: "elm,state,unselected";
22275             source: "elm";
22276             action: STATE_SET "default" 0.0;
22277             target: "elm.text";
22278             target: "elm.image.check";
22279             transition: LINEAR 0.1;
22280          }
22281          program { name: "go_disabled";
22282             signal: "elm,state,disabled";
22283             source: "elm";
22284             action: STATE_SET "disabled" 0.0;
22285             target: "disclip";
22286          }
22287          program { name: "go_enabled";
22288             signal: "elm,state,enabled";
22289             source: "elm";
22290             action: STATE_SET "default" 0.0;
22291             target: "disclip";
22292          }
22293          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
22294       }
22295    }
22296
22297    group { name: "elm/genlist/item/dialogue/1title.4text/default";
22298       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
22299       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
22300       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
22301
22302       alias: "elm/genlist/item/dialogue.1title.4text/default";
22303       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
22304       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
22305       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
22306
22307       alias: "elm/layout/dialogue/1title.4text";
22308
22309       data.item: "stacking" "above";
22310       data.item: "selectraise" "on";
22311       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
22312
22313       parts {
22314          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
22315          GENLIST_PART_DIALOGUE_BG_IMAGE
22316          GENLIST_PART_BOTTOM_LINE
22317          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22318          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22319          GENLIST_PART_DIALOGUE_ITEM
22320          GENLIST_PART_DIALOGUE_RIGHT_LINE
22321          part { name: "vertical_line";
22322             type: RECT;
22323             mouse_events: 0;
22324             description { state: "default" 0.0;
22325                min: 1 0;
22326                fixed: 1 0;
22327                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22328                rel1 {
22329                   relative: 1.0 0.0;
22330                   to_x: "elm.title";
22331                }
22332                rel2.to_x: "elm.title";
22333                align: 0.0 0.5;
22334             }
22335          }
22336          part { name: "center1_line";
22337             type: RECT;
22338             mouse_events: 0;
22339             description { state: "default" 0.0;
22340                min: 0 1;
22341                fixed: 0 1;
22342                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22343                rel1 {
22344                   relative: 1.0 0.25;
22345                   to_x: "vertical_line";
22346                }
22347                rel2.relative: 1.0 0.25;
22348                align: 0.5 1.0;
22349             }
22350          }
22351          part { name: "center2_line";
22352             type: RECT;
22353             mouse_events: 0;
22354             description { state: "default" 0.0;
22355                min: 0 1;
22356                fixed: 0 1;
22357                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22358                rel1 {
22359                   relative: 1.0 0.5;
22360                   to_x: "vertical_line";
22361                }
22362                rel2.relative: 1.0 0.5;
22363                align: 0.5 1.0;
22364             }
22365          }
22366          part { name: "center3_line";
22367             type: RECT;
22368             mouse_events: 0;
22369             description { state: "default" 0.0;
22370                min: 0 1;
22371                fixed: 0 1;
22372                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22373                rel1 {
22374                   relative: 1.0 0.75;
22375                   to_x: "vertical_line";
22376                }
22377                rel2.relative: 1.0 0.75;
22378                align: 0.5 1.0;
22379             }
22380          }
22381          part { name: "elm.title";
22382             type: TEXT;
22383             mouse_events: 0;
22384             scale: 1;
22385             description { state: "default" 0.0;
22386                min: GENLIST_SIZE_163_INC 0;
22387                fixed: 1 0;
22388                rel1 {
22389                   relative: 1.0  0.0;
22390                   to_x: "elm.padding.left";
22391                }
22392                rel2.to_x: "elm.padding.left";
22393                align: 0.0 0.5;
22394                color: GENLIST_MULTILINE_TEXT_COLOR;
22395                text {
22396                   font: "SLP:style=Medium";
22397                   size: GENLIST_MULTILINE_TEXT_SIZE;
22398                   min: 0 1;
22399                   align: 0.0 0.5;
22400                   text_class: "slp_medium";
22401                }
22402             }
22403          }
22404          part { name: "elm.padding.title.right";
22405             type: RECT;
22406             mouse_events: 0;
22407             scale: 1;
22408             description { state: "default" 0.0;
22409                min: GENLIST_PADDING_16_INC 0;
22410                fixed: 1 0;
22411                rel1 {
22412                    relative: 1.0 0.0;
22413                    to_x: "elm.title";
22414                }
22415                rel2.to_x: "elm.title";
22416                visible: 0;
22417                align: 0.0 0.5;
22418             }
22419          }
22420          part { name: "elm.text.1";
22421             clip_to: "disclip";
22422             type: TEXT;
22423             mouse_events: 0;
22424             scale: 1;
22425             description { state: "default" 0.0;
22426                rel1 {
22427                   relative: 1.0 0.0;
22428                   to_x: "elm.padding.title.right";
22429                }
22430                rel2 {
22431                   relative: 0.0 0.0;
22432                   to_x: "elm.padding.right";
22433                   to_y: "center1_line";
22434                }
22435                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22436                text {
22437                   font: "SLP:style=Roman";
22438                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22439                   min: 0 1;
22440                   align: 0.0 0.5;
22441                   text_class: "list_item";
22442                }
22443             }
22444          }
22445          part { name: "elm.text.2";
22446             clip_to: "disclip";
22447             type: TEXT;
22448             mouse_events: 0;
22449             scale: 1;
22450             description { state: "default" 0.0;
22451                rel1 {
22452                   relative: 1.0 0.25;
22453                   to_x: "elm.padding.title.right";
22454                }
22455                rel2 {
22456                   relative: 0.0 0.0;
22457                   to_x: "elm.padding.right";
22458                   to_y: "center2_line";
22459                }
22460                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22461                text {
22462                   font: "SLP:style=Roman";
22463                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22464                   min: 0 1;
22465                   align: 0.0 0.5;
22466                   text_class: "list_item";
22467                }
22468             }
22469          }
22470          part { name: "elm.text.3";
22471             clip_to: "disclip";
22472             type: TEXT;
22473             mouse_events: 0;
22474             scale: 1;
22475             description { state: "default" 0.0;
22476                rel1 {
22477                   relative: 1.0  0.5;
22478                   to_x: "elm.padding.title.right";
22479                }
22480                rel2 {
22481                   relative: 0.0 0.0;
22482                   to_x: "elm.padding.right";
22483                   to_y: "center3_line";
22484                }
22485                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22486                text {
22487                   font: "SLP:style=Roman";
22488                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22489                   min: 0 1;
22490                   align: 0.0 0.5;
22491                   text_class: "list_item";
22492                }
22493             }
22494          }
22495          part { name: "elm.text.4";
22496             clip_to: "disclip";
22497             type: TEXT;
22498             mouse_events: 0;
22499             scale: 1;
22500             description { state: "default" 0.0;
22501                rel1 {
22502                   relative: 1.0  0.75;
22503                   to_x: "elm.padding.title.right";
22504                }
22505                rel2 {
22506                   relative: 0.0 0.0;
22507                   to_x: "elm.padding.right";
22508                   to_y: "bottom_line";
22509                }
22510                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22511                text {
22512                   font: "SLP:style=Roman";
22513                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22514                   min: 0 1;
22515                   align: 0.0 0.5;
22516                   text_class: "list_item";
22517                }
22518             }
22519          }
22520          GENLIST_PART_DISCLIP
22521       }
22522       programs {
22523          // signal: elm,state,%s,active
22524          //   a "check" item named %s went active
22525          // signal: elm,state,%s,passive
22526          //   a "check" item named %s went passive
22527          // default is passive
22528          /*program { name: "go_active";
22529             signal: "elm,state,selected";
22530             source: "elm";
22531             action: STATE_SET "selected" 0.0;
22532             target: "elm.text";
22533          }
22534          program { name: "go_passive";
22535             signal: "elm,state,unselected";
22536             source: "elm";
22537             action: STATE_SET "default" 0.0;
22538             target: "elm.text";
22539             transition: LINEAR 0.1;
22540          }*/
22541          program { name: "go_disabled";
22542             signal: "elm,state,disabled";
22543             source: "elm";
22544             action: STATE_SET "disabled" 0.0;
22545             target: "disclip";
22546          }
22547          program { name: "go_enabled";
22548             signal: "elm,state,enabled";
22549             source: "elm";
22550             action: STATE_SET "default" 0.0;
22551             target: "disclip";
22552          }
22553       }
22554    }
22555
22556    group { name: "elm/genlist/item/dialogue/1title.5text/default";
22557       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
22558       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
22559       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
22560       alias: "elm/layout/dialogue/1title.5text";
22561       data.item: "stacking" "above";
22562       data.item: "selectraise" "on";
22563       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22564       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";
22565
22566       parts {
22567          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
22568          GENLIST_PART_DIALOGUE_BG_IMAGE
22569          GENLIST_PART_BOTTOM_LINE
22570          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22571          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22572          GENLIST_PART_DIALOGUE_ITEM
22573          GENLIST_PART_DIALOGUE_RIGHT_LINE
22574          part { name: "vertical_line";
22575             type: RECT;
22576             mouse_events: 0;
22577             description { state: "default" 0.0;
22578                min: 1 0;
22579                fixed: 1 0;
22580                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22581                rel1 {
22582                   relative: 1.0 0.0;
22583                   to_x: "elm.title";
22584                }
22585                rel2.to_x: "elm.title";
22586                align: 0.0 0.5;
22587             }
22588          }
22589          part { name: "center1_line";
22590             type: RECT;
22591             mouse_events: 0;
22592             description { state: "default" 0.0;
22593                min: 0 1;
22594                fixed: 0 1;
22595                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22596                rel1 {
22597                   relative: 1.0 0.2;
22598                   to_x: "vertical_line";
22599                }
22600                rel2.relative: 1.0 0.2;
22601                align: 0.5 1.0;
22602             }
22603          }
22604          part { name: "center2_line";
22605             type: RECT;
22606             mouse_events: 0;
22607             description { state: "default" 0.0;
22608                min: 0 1;
22609                fixed: 0 1;
22610                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22611                rel1 {
22612                   relative: 1.0 0.4;
22613                   to_x: "vertical_line";
22614                }
22615                rel2.relative: 1.0 0.4;
22616                align: 0.5 1.0;
22617             }
22618          }
22619          part { name: "center3_line";
22620             type: RECT;
22621             mouse_events: 0;
22622             description { state: "default" 0.0;
22623                min: 0 1;
22624                fixed: 0 1;
22625                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22626                rel1 {
22627                   relative: 1.0 0.6;
22628                   to_x: "vertical_line";
22629                }
22630                rel2.relative: 1.0 0.6;
22631                align: 0.5 1.0;
22632             }
22633          }
22634          part { name: "center4_line";
22635             type: RECT;
22636             mouse_events: 0;
22637             description { state: "default" 0.0;
22638                min: 0 1;
22639                fixed: 0 1;
22640                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22641                rel1 {
22642                   relative: 1.0 0.8;
22643                   to_x: "vertical_line";
22644                }
22645                rel2.relative: 1.0 0.8;
22646                align: 0.5 1.0;
22647             }
22648          }
22649          part { name: "elm.title";
22650             type: TEXT;
22651             mouse_events: 0;
22652             scale: 1;
22653             description { state: "default" 0.0;
22654                min: GENLIST_SIZE_163_INC 0;
22655                fixed: 1 0;
22656                rel1 {
22657                   relative: 1.0  0.0;
22658                   to_x: "elm.padding.left";
22659                }
22660                rel2.to_x: "elm.padding.left";
22661                align: 0.0 0.5;
22662                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
22663                text {
22664                   font: "SLP:style=Medium";
22665                   size: GENLIST_FONT_32_INC;
22666                   min: 0 1;
22667                   align: 0.0 0.5;
22668                   text_class: "slp_medium";
22669                }
22670             }
22671             GENLIST_DESCRIPTION_FLIP_ENABLED
22672          }
22673          part { name: "elm.flip.content.title";
22674             clip_to: "disclip";
22675             type: SWALLOW;
22676             description { state: "default" 0.0;
22677                visible: 0;
22678                fixed: 1 1;
22679                rel1.to: "elm.title";
22680                rel2.to: "elm.title";
22681             }
22682             description { state: "flip_enabled" 0.0;
22683                inherit: "default" 0.0;
22684                visible: 1;
22685             }
22686          }
22687          part { name: "elm.padding.title.right";
22688             type: RECT;
22689             mouse_events: 0;
22690             scale: 1;
22691             description { state: "default" 0.0;
22692                min: GENLIST_PADDING_16_INC 0;
22693                fixed: 1 0;
22694                rel1 {
22695                    relative: 1.0 0.0;
22696                    to_x: "elm.title";
22697                }
22698                rel2.to_x: "elm.title";
22699                visible: 0;
22700                align: 0.0 0.5;
22701             }
22702          }
22703          part { name: "elm.text.1";
22704             clip_to: "disclip";
22705             type: TEXT;
22706             mouse_events: 0;
22707             scale: 1;
22708             description { state: "default" 0.0;
22709                rel1 {
22710                   relative: 1.0 0.0;
22711                   to_x: "elm.padding.title.right";
22712                }
22713                rel2 {
22714                   relative: 0.0 0.0;
22715                   to_x: "elm.padding.right";
22716                   to_y: "center1_line";
22717                }
22718                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22719                text {
22720                   font: "SLP:style=Roman";
22721                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22722                   min: 0 1;
22723                   align: 0.0 0.5;
22724                   text_class: "list_item";
22725                }
22726             }
22727             GENLIST_DESCRIPTION_FLIP_ENABLED
22728          }
22729          part { name: "elm.flip.content.1";
22730             clip_to: "disclip";
22731             type: SWALLOW;
22732             description { state: "default" 0.0;
22733                visible: 0;
22734                fixed: 1 1;
22735                rel1.to: "elm.text.1";
22736                rel2.to: "elm.text.1";
22737             }
22738             description { state: "flip_enabled" 0.0;
22739                inherit: "default" 0.0;
22740                visible: 1;
22741             }
22742          }
22743          part { name: "elm.text.2";
22744             clip_to: "disclip";
22745             type: TEXT;
22746             mouse_events: 0;
22747             scale: 1;
22748             description { state: "default" 0.0;
22749                rel1 {
22750                   relative: 1.0 0.2;
22751                   to_x: "elm.padding.title.right";
22752                }
22753                rel2 {
22754                   relative: 0.0 0.0;
22755                   to_x: "elm.padding.right";
22756                   to_y: "center2_line";
22757                }
22758                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22759                text {
22760                   font: "SLP:style=Roman";
22761                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22762                   min: 0 1;
22763                   align: 0.0 0.5;
22764                   text_class: "slp_roman";
22765                }
22766             }
22767             GENLIST_DESCRIPTION_FLIP_ENABLED
22768          }
22769          part { name: "elm.flip.content.2";
22770             clip_to: "disclip";
22771             type: SWALLOW;
22772             description { state: "default" 0.0;
22773                visible: 0;
22774                fixed: 1 1;
22775                rel1.to: "elm.text.2";
22776                rel2.to: "elm.text.2";
22777             }
22778             description { state: "flip_enabled" 0.0;
22779                inherit: "default" 0.0;
22780                visible: 1;
22781             }
22782          }
22783          part { name: "elm.text.3";
22784             clip_to: "disclip";
22785             type: TEXT;
22786             mouse_events: 0;
22787             scale: 1;
22788             description { state: "default" 0.0;
22789                rel1 {
22790                   relative: 1.0  0.4;
22791                   to_x: "elm.padding.title.right";
22792                }
22793                rel2 {
22794                   relative: 0.0 0.0;
22795                   to_x: "elm.padding.right";
22796                   to_y: "center3_line";
22797                }
22798                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22799                text {
22800                   font: "SLP:style=Roman";
22801                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22802                   min: 0 1;
22803                   align: 0.0 0.5;
22804                   text_class: "slp_roman";
22805                }
22806             }
22807             GENLIST_DESCRIPTION_FLIP_ENABLED
22808          }
22809          part { name: "elm.flip.content.3";
22810             clip_to: "disclip";
22811             type: SWALLOW;
22812             description { state: "default" 0.0;
22813                visible: 0;
22814                fixed: 1 1;
22815                rel1.to: "elm.text.3";
22816                rel2.to: "elm.text.3";
22817             }
22818             description { state: "flip_enabled" 0.0;
22819                inherit: "default" 0.0;
22820                visible: 1;
22821             }
22822          }
22823          part { name: "elm.text.4";
22824             clip_to: "disclip";
22825             type: TEXT;
22826             mouse_events: 0;
22827             scale: 1;
22828             description { state: "default" 0.0;
22829                rel1 {
22830                   relative: 1.0 0.6;
22831                   to_x: "elm.padding.title.right";
22832                }
22833                rel2 {
22834                   relative: 0.0 0.0;
22835                   to_x: "elm.padding.right";
22836                   to_y: "center4_line";
22837                }
22838                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22839                text {
22840                   font: "SLP:style=Roman";
22841                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22842                   min: 0 1;
22843                   align: 0.0 0.5;
22844                   text_class: "slp_roman";
22845                }
22846             }
22847             GENLIST_DESCRIPTION_FLIP_ENABLED
22848          }
22849          part { name: "elm.flip.content.4";
22850             clip_to: "disclip";
22851             type: SWALLOW;
22852             description { state: "default" 0.0;
22853                visible: 0;
22854                fixed: 1 1;
22855                rel1.to: "elm.text.4";
22856                rel2.to: "elm.text.4";
22857             }
22858             description { state: "flip_enabled" 0.0;
22859                inherit: "default" 0.0;
22860                visible: 1;
22861             }
22862          }
22863          part { name: "elm.text.5";
22864             clip_to: "disclip";
22865             type: TEXT;
22866             mouse_events: 0;
22867             scale: 1;
22868             description { state: "default" 0.0;
22869                rel1 {
22870                   relative: 1.0  0.8;
22871                   to_x: "elm.padding.title.right";
22872                }
22873                rel2 {
22874                   relative: 0.0 0.0;
22875                   to_x: "elm.padding.right";
22876                   to_y: "bottom_line";
22877                }
22878                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
22879                text {
22880                   font: "SLP:style=Roman";
22881                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
22882                   min: 0 1;
22883                   align: 0.0 0.5;
22884                   text_class: "slp_roman";
22885                }
22886             }
22887             GENLIST_DESCRIPTION_FLIP_ENABLED
22888          }
22889          part { name: "elm.flip.content.5";
22890             clip_to: "disclip";
22891             type: SWALLOW;
22892             description { state: "default" 0.0;
22893                visible: 0;
22894                fixed: 1 1;
22895                rel1.to: "elm.text.5";
22896                rel2.to: "elm.text.5";
22897             }
22898             description { state: "flip_enabled" 0.0;
22899                inherit: "default" 0.0;
22900                visible: 1;
22901             }
22902          }
22903          GENLIST_PART_DISCLIP
22904       }
22905       programs {
22906          // signal: elm,state,%s,active
22907          //   a "check" item named %s went active
22908          // signal: elm,state,%s,passive
22909          //   a "check" item named %s went passive
22910          // default is passive
22911          /*program { name: "go_active";
22912             signal: "elm,state,selected";
22913             source: "elm";
22914             action: STATE_SET "selected" 0.0;
22915             target: "elm.text";
22916          }
22917          program { name: "go_passive";
22918             signal: "elm,state,unselected";
22919             source: "elm";
22920             action: STATE_SET "default" 0.0;
22921             target: "elm.text";
22922             transition: LINEAR 0.1;
22923          }*/
22924          program { name: "go_disabled";
22925             signal: "elm,state,disabled";
22926             source: "elm";
22927             action: STATE_SET "disabled" 0.0;
22928             target: "disclip";
22929          }
22930          program { name: "go_enabled";
22931             signal: "elm,state,enabled";
22932             source: "elm";
22933             action: STATE_SET "default" 0.0;
22934             target: "disclip";
22935          }
22936          program { name: "flip_enabled";
22937             signal: "elm,state,flip,enabled";
22938             source: "elm";
22939             action: STATE_SET "flip_enabled" 0.0;
22940             target: "elm.title";
22941             target: "elm.text.1";
22942             target: "elm.text.2";
22943             target: "elm.text.3";
22944             target: "elm.text.4";
22945             target: "elm.text.5";
22946             target: "elm.flip.content.title";
22947             target: "elm.flip.content.1";
22948             target: "elm.flip.content.2";
22949             target: "elm.flip.content.3";
22950             target: "elm.flip.content.4";
22951             target: "elm.flip.content.5";
22952          }
22953          program { name: "flip_disabled";
22954             signal: "elm,state,flip,disabled";
22955             source: "elm";
22956             action: STATE_SET "default" 0.0;
22957             target: "elm.title";
22958             target: "elm.text.1";
22959             target: "elm.text.2";
22960             target: "elm.text.3";
22961             target: "elm.text.4";
22962             target: "elm.text.5";
22963             target: "elm.flip.content.title";
22964             target: "elm.flip.content.1";
22965             target: "elm.flip.content.2";
22966             target: "elm.flip.content.3";
22967             target: "elm.flip.content.4";
22968             target: "elm.flip.content.5";
22969          }
22970       }
22971    }
22972
22973 /* extended item of bg/2text.1icon.3 */
22974    group { name: "elm/genlist/item/dialogue/bg/1text/default";
22975       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
22976       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
22977       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
22978       alias: "elm/layout/dialogue/bg/1text";
22979       data.item: "stacking" "above";
22980       data.item: "selectraise" "on";
22981       data.item: "texts" "elm.text";
22982       data.item: "flips" "elm.flip.content";
22983       parts {
22984          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1LINE )
22985          GENLIST_PART_PADDING_TOP( 0 )
22986          GENLIST_PART_PADDING_BOTTOM( 0 )
22987          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
22988          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22989          part { name: "elm.icon.bg";
22990             type: RECT;
22991             scale: 1;
22992             description { state: "default" 0.0;
22993                min: GENLIST_SIZE_160_INC 0;
22994                fixed: 1 0;
22995                align: 0.0 0.5;
22996                rel1 {
22997                   relative: 1.0 0.5;
22998                   to_x: "elm.padding.left";
22999                }
23000                rel2 {
23001                   relative: 1.0 0.5;
23002                   to_x: "elm.padding.left";
23003                }
23004                color: 0 0 0 0;
23005             }
23006          }
23007          part { name: "elm.padding.icon.right";
23008             type: RECT;
23009             mouse_events: 0;
23010             scale: 1;
23011             description { state: "default" 0.0;
23012                min: GENLIST_SIZE_16_INC 0;
23013                fixed: 1 0;
23014                rel1 {
23015                    relative: 1.0 0.0;
23016                    to_x: "elm.icon.bg";
23017                }
23018                rel2.to_x: "elm.icon.bg";
23019                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23020                align: 0.0 0.5;
23021             }
23022          }
23023          part { name: "elm.padding.text.left";
23024             type: RECT;
23025             mouse_events: 0;
23026             scale: 1;
23027             description { state: "default" 0.0;
23028                min: GENLIST_SIZE_16_INC 0;
23029                fixed: 1 0;
23030                rel1 {
23031                    relative: 1.0 1.0;
23032                    to_x: "elm.padding.icon.right";
23033                    to_y: "elm.padding.top";
23034                }
23035                rel2.to_x: "elm.padding.icon.right";
23036                visible: 0;
23037                align: 0.0 0.5;
23038             }
23039          }
23040          part { name: "vertical_line";
23041             type: RECT;
23042             mouse_events: 0;
23043             description { state: "default" 0.0;
23044                visible: 0;
23045                rel1 {
23046                   relative: 1.0 0.0;
23047                   to_x: "elm.padding.icon.right";
23048                }
23049                rel2.to_x: "elm.padding.icon.right";
23050                align: 0.0 0.5;
23051             }
23052          }
23053          part { name: "elm.text.bg";
23054             clip_to: "disclip";
23055             type: RECT;
23056             mouse_events: 0;
23057             scale: 1;
23058             description { state: "default" 0.0;
23059                rel1 {
23060                   relative: 1.0 0.0;
23061                   to_x: "elm.padding.icon.right";
23062                }
23063                rel2 {
23064                   relative: 1.0 1.0;
23065                   to_x: "elm.padding.right";
23066                }
23067                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
23068             }
23069          }
23070          part { name: "elm.text";
23071             clip_to: "disclip";
23072             type: TEXT;
23073             mouse_events: 0;
23074             scale: 1;
23075             description { state: "default" 0.0;
23076                rel1 {
23077                   relative: 1.0 0.0;
23078                   to_x: "elm.padding.text.left";
23079                   to_y: "elm.text.bg";
23080                }
23081                rel2 {
23082                   relative: 0.0 1.0;
23083                   to_x: "elm.padding.right";
23084                   to_y: "elm.text.bg";
23085                }
23086                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
23087                text {
23088                   font: "SLP:style=Roman";
23089                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
23090                   min: 0 1;
23091                   align: 0.0 0.5;
23092                   text_class: "list_item";
23093                }
23094             }
23095             GENLIST_DESCRIPTION_FLIP_ENABLED
23096          }
23097          part { name: "elm.flip.content";
23098             clip_to: "disclip";
23099             type: SWALLOW;
23100             mouse_events: 1;
23101             scale: 1;
23102             description { state: "default" 0.0;
23103                fixed: 1 1;
23104                rel1 {
23105                   relative: 1.0 0.0;
23106                   to_x: "elm.padding.text.left";
23107                   to_y: "elm.text.bg";
23108                }
23109                rel2 {
23110                   relative: 0.0 1.0;
23111                   to_x: "elm.padding.right";
23112                   to_y: "elm.text.bg";
23113                }
23114                visible: 0;
23115             }
23116             description { state: "flip_enabled" 0.0;
23117                inherit: "default" 0.0;
23118                visible: 1;
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_active";
23130             signal: "elm,state,selected";
23131             source: "elm";
23132             action: STATE_SET "selected" 0.0;
23133             target: "elm.text";
23134          }
23135          program { name: "go_passive";
23136             signal: "elm,state,unselected";
23137             source: "elm";
23138             action: STATE_SET "default" 0.0;
23139             target: "elm.text";
23140             transition: LINEAR 0.1;
23141          }*/
23142          program { name: "go_disabled";
23143             signal: "elm,state,disabled";
23144             source: "elm";
23145             action: STATE_SET "disabled" 0.0;
23146             target: "disclip";
23147          }
23148          program { name: "go_enabled";
23149             signal: "elm,state,enabled";
23150             source: "elm";
23151             action: STATE_SET "default" 0.0;
23152             target: "disclip";
23153          }
23154          program { name: "flip_enabled";
23155             signal: "elm,state,flip,enabled";
23156             source: "elm";
23157             action: STATE_SET "flip_enabled" 0.0;
23158             target: "elm.text";
23159             target: "elm.flip.content";
23160          }
23161          program { name: "flip_disabled";
23162             signal: "elm,state,flip,disabled";
23163             source: "elm";
23164             action: STATE_SET "default" 0.0;
23165             target: "elm.text";
23166             target: "elm.flip.content";
23167          }
23168       }
23169    }
23170 // 2.2.2.38
23171    group { name: "elm/genlist/item/4text.1icon.1/default";
23172       alias: "elm/genlist/item_odd/4text.1icon.1/default";
23173       alias: "elm/genlist/item_compress/4text.1icon.1/default";
23174       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
23175       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23176       data.item: "contents" "elm.icon.1";
23177       data.item: "stacking" "above";
23178       data.item: "selectraise" "on";
23179       data.item: "flips" "elm.flip.content";
23180       images {
23181          image: "00_winset_list_bubble_bg.png" COMP;
23182       }
23183       parts {
23184          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23185          GENLIST_PART_BG_IMAGE
23186          GENLIST_PART_BOTTOM_LINE
23187          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_SIZE_TOP )
23188          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_SIZE_BOTTOM )
23189          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23190          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23191
23192          GENLIST_PADDING("elm.icon.right", GENLIST_DESCRIPT_LINE_RIGHT("default", "elm.text.4", "elm.padding.top", "elm.padding.bottom", min:16 0; visible: 0;))
23193          GENLIST_PADDING("elm.text.1.right", GENLIST_DESCRIPT_LINE_RIGHT("default", "elm.icon.1", "elm.padding.top", "elm.padding.bottom", min:16 0; visible: 0;))
23194          GENLIST_PADDING("elm.text.3.right", GENLIST_DESCRIPT_LINE_RIGHT("default", "elm.text.2", "elm.padding.top", "elm.padding.bottom", min:16 0; visible: 0;))
23195          part { name: "elm.bubble";
23196             type: IMAGE;
23197             description{ state: "default" 0.0;
23198                fixed: 1 1;
23199                min: GENLIST_ICON_MEDIUM_SIZE 38;
23200                max: GENLIST_ICON_MEDIUM_SIZE 38;
23201                rel1 {
23202                   relative: 0 0;
23203                   to_x: "elm.text.4";
23204                   to_y: "elm.text.4";
23205                }
23206                rel2 {
23207                   relative: 1 1;
23208                   to_x: "elm.text.4";
23209                   to_y: "elm.text.4";
23210                }
23211                image {
23212                   normal: "00_winset_list_bubble_bg.png";
23213                   border:  6 6 0 0;
23214                }
23215             }
23216          }
23217          part { name: "elm.text.4";
23218             clip_to: "disclip";
23219             type: TEXT;
23220             scale: 1;
23221             GENLIST_DESCRIPT_DOT_RT("default", "elm.padding.right", "elm.padding.top",
23222                color: GENLIST_LIST_BUBBLE_TEXT_COLOR;
23223                fixed: 1 1;
23224                min: GENLIST_ICON_MEDIUM_SIZE 60;
23225                max: GENLIST_ICON_MEDIUM_SIZE 60;
23226                text {
23227                   font: "SLP:style=Medium";
23228                   size: GENLIST_FONT_32_INC;
23229                   min: 0 0;
23230                   align: 0.5 0.5;
23231                   text_class: "slp_medium";
23232                }
23233             )
23234             GENLIST_DESCRIPTION_FLIP_ENABLED
23235          }
23236          part { name: "elm.icon.1";
23237             clip_to: "disclip";
23238             type: SWALLOW;
23239             scale: 1;
23240             GENLIST_DESCRIPT_DOT_RT("default", "elm.icon.right", "elm.padding.top",
23241                color: 0 255 255 255;
23242                fixed: 1 1;
23243                min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE;
23244             )
23245          }
23246          part { name: "elm.text.2";
23247             clip_to: "disclip";
23248             type: TEXT;
23249             scale: 1;
23250             GENLIST_DESCRIPT_DOT_RB("default", "elm.padding.right", "elm.padding.bottom",
23251                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
23252                fixed: 1 1;
23253                min: 0 48;
23254                max: 300 48;
23255                text {
23256                   font: "SLP:style=Medium";
23257                   size: GENLIST_FONT_32_INC;
23258                   min: 1 0;
23259                   align: 0.5 0.5;
23260                   text_class: "slp_medium";
23261               }
23262             )
23263             description { state: "selected" 0.0;
23264                inherit: "default" 0.0;
23265                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
23266             }
23267             GENLIST_DESCRIPTION_FLIP_ENABLED
23268          }
23269          part { name: "elm.text.1";
23270             clip_to: "disclip";
23271             type: TEXT;
23272             scale: 1;
23273             GENLIST_DESCRIPTION("elm.padding.left", "elm.text.1.right", "elm.padding.top", "elm.text.2",
23274                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
23275                fixed: 0 1;
23276                min: 0 60;
23277                max: -1 60;
23278                text {
23279                   font: "SLP:style=Roman";
23280                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
23281                   align: 0.0 0.5;
23282                   text_class: "list_item";
23283                }
23284             )
23285             description { state: "read" 0.0;
23286                inherit: "default" 0.0;
23287                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
23288             }
23289             description { state: "selected" 0.0;
23290                inherit: "default" 0.0;
23291                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23292             }
23293             GENLIST_DESCRIPTION_FLIP_ENABLED
23294          }
23295          part { name: "elm.text.3";
23296             clip_to: "disclip";
23297             type: TEXT;
23298             scale: 1;
23299             GENLIST_DESCRIPTION("elm.padding.left", "elm.text.3.right", "elm.text.1", "elm.padding.bottom",
23300                color: GENLIST_NAME_TEXT_COLOR;
23301                fixed: 1 1;
23302                align: 0.0 0.5;
23303                min: 0 48;
23304                text {
23305                   font: "SLP:style=Medium";
23306                   size: GENLIST_FONT_32_INC;
23307                   align: 0.0 0.5;
23308                   text_class: "slp_medium";
23309                }
23310             )
23311             GENLIST_DESCRIPTION_FLIP_ENABLED
23312          }
23313          GENLIST_PART_FLIP
23314          GENLIST_PART_DISCLIP
23315       }
23316       programs {
23317          // signal: elm,state,%s,active
23318          //   a "check" item named %s went active
23319          // signal: elm,state,%s,passive
23320          //   a "check" item named %s went passive
23321          // default is passive
23322          program { name: "go_active";
23323             signal: "elm,state,selected";
23324             source: "elm";
23325             action: STATE_SET "selected" 0.0;
23326             target: "bg_image";
23327             target: "elm.text.1";
23328             target: "elm.text.2";
23329             target: "elm.text.3";
23330          }
23331          program { name: "go_passive";
23332             signal: "elm,state,unselected";
23333             source: "elm";
23334             action: STATE_SET "default" 0.0;
23335             target: "bg_image";
23336             target: "elm.text.1";
23337             target: "elm.text.2";
23338             target: "elm.text.3";
23339             transition: LINEAR 0.1;
23340          }
23341          program { name: "go_read";
23342             signal: "elm,state,read";
23343             source: "elm";
23344             action: STATE_SET "read" 0.0;
23345             target: "elm.text.1";
23346          }
23347          program { name: "go_unread";
23348             signal: "elm,state,unread";
23349             source: "elm";
23350             action: STATE_SET "default" 0.0;
23351             target: "elm.text.1";
23352          }
23353       }
23354    }
23355 // 2.2.2.38 textblock
23356    group { name: "elm/genlist/item/4text.1icon.1.tb/default";
23357       alias: "elm/genlist/item_odd/4text.1icon.1.tb/default";
23358       alias: "elm/genlist/item_compress/4text.1icon.1.tb/default";
23359       alias: "elm/genlist/item_compress_odd/4text.1icon.1.tb/default";
23360       inherit: "elm/genlist/item/4text.1icon.1/default";
23361       parts {
23362          part { name: "elm.text.4";
23363             clip_to: "disclip";
23364             type: TEXTBLOCK;
23365             scale: 1;
23366             GENLIST_DESCRIPT_DOT_RT("default", "elm.padding.right", "elm.padding.top",
23367                fixed: 1 1;
23368                min: GENLIST_ICON_MEDIUM_SIZE 60;
23369                max: GENLIST_ICON_MEDIUM_SIZE 60;
23370                text {
23371                   style: "genlist_style_list_bubble_text";
23372                   min: 1 1;
23373                   align: 0.5 0.5;
23374                }
23375             )
23376             GENLIST_DESCRIPTION_FLIP_ENABLED
23377          }
23378          part { name: "elm.text.2";
23379             clip_to: "disclip";
23380             type: TEXTBLOCK;
23381             scale: 1;
23382             GENLIST_DESCRIPT_DOT_RB("default", "elm.padding.right", "elm.padding.bottom",
23383                fixed: 1 1;
23384                min: 0 48;
23385                max: 300 48;
23386                text {
23387                   style: "genlist_style_list_sub_text_default";
23388                   min: 1 0;
23389                   align: 0.5 0.5;
23390               }
23391             )
23392             description { state: "selected" 0.0;
23393                inherit: "default" 0.0;
23394                            // FIXME: color is not chaned by textblock
23395                            color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
23396                text.style: "genlist_style_list_sub_text_focus";
23397             }
23398             GENLIST_DESCRIPTION_FLIP_ENABLED
23399          }
23400          part { name: "elm.text.1";
23401             clip_to: "disclip";
23402             type: TEXTBLOCK;
23403             scale: 1;
23404             GENLIST_DESCRIPTION("elm.padding.left", "elm.text.1.right", "elm.padding.top", "elm.text.2",
23405                fixed: 0 1;
23406                min: 0 60;
23407                max: -1 60;
23408                text {
23409                   style: "genlist_style_list_main_text_unread";
23410                   align: 0.0 0.5;
23411                }
23412             )
23413             description { state: "read" 0.0;
23414                inherit: "default" 0.0;
23415                            // FIXME: color is not chaned by textblock
23416                            color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
23417                text.style: "genlist_style_list_main_text_unread";
23418             }
23419             description { state: "selected" 0.0;
23420                inherit: "default" 0.0;
23421                            // FIXME: color is not chaned by textblock
23422                            color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23423                text.style: "genlist_style_list_main_text_focus";
23424             }
23425             GENLIST_DESCRIPTION_FLIP_ENABLED
23426          }
23427          part { name: "elm.text.3";
23428             clip_to: "disclip";
23429             type: TEXT;
23430             scale: 1;
23431             GENLIST_DESCRIPTION("elm.padding.left", "elm.text.3.right", "elm.text.1", "elm.padding.bottom",
23432                fixed: 1 1;
23433                align: 0.0 0.5;
23434                min: 0 48;
23435                text {
23436                   style: "genlist_style_name_text";
23437                   align: 0.0 0.5;
23438                }
23439             )
23440             GENLIST_DESCRIPTION_FLIP_ENABLED
23441          }
23442          GENLIST_PART_FLIP
23443          GENLIST_PART_DISCLIP
23444       }
23445    }
23446
23447 // 2.2.2.39
23448    group { name: "elm/genlist/item/4text.1icon.2/default";
23449       alias: "elm/genlist/item_odd/4text.1icon.2/default";
23450       alias: "elm/genlist/item_compress/4text.1icon.2/default";
23451       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
23452       inherit: "elm/genlist/item/4text.1icon.1/default";
23453       parts {
23454          part { name: "elm.bubble";
23455             description { state: "default" 0.0;
23456                visible: 0;
23457             }
23458          }
23459          part { name: "elm.text.4";
23460             description { state: "default" 0.0;
23461                fixed: 1 1;
23462                max: -1 60;
23463                color: GENLIST_LIST_MESSAGE_TEXT_COLOR;
23464                text {
23465                   font: GENLIST_LIST_MESSAGE_TEXT_SIZE;
23466                   min: 1 0;
23467                   align: 0.5 0.5;
23468                }
23469             }
23470          }
23471       }
23472    }
23473 // 2.2.2.39 (TEXTBLOCK)
23474    group { name: "elm/genlist/item/4text.1icon.2.tb/default";
23475       alias: "elm/genlist/item_odd/4text.1icon.2.tb/default";
23476       alias: "elm/genlist/item_compress/4text.1icon.2.tb/default";
23477       alias: "elm/genlist/item_compress_odd/4text.1icon.2.tb/default";
23478       inherit: "elm/genlist/item/4text.1icon.1.tb/default";
23479
23480       parts {
23481          part { name: "elm.bubble";
23482             description { state: "default" 0.0;
23483                visible: 0;
23484             }
23485          }
23486          part { name: "elm.text.4";
23487             description { state: "default" 0.0;
23488                fixed: 1 1;
23489                max: -1 60;
23490                text {
23491                   style: "genlist_style_list_message_text";
23492                   min: 1 0;
23493                   align: 0.5 0.5;
23494                }
23495             }
23496          }
23497       }
23498    }
23499    // 2.2.2.40
23500    group { name: "elm/genlist/item/4text.1/default";
23501       alias: "elm/genlist/item_odd/4text.1/default";
23502       alias: "elm/genlist/item_compress/4text.1/default";
23503       alias: "elm/genlist/item_compress_odd/4text.1/default";
23504       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23505       data.item: "stacking" "above";
23506       data.item: "selectraise" "on";
23507       data.item: "flips" "elm.flip.content";
23508       images {
23509          image: "00_winset_list_bubble_bg.png" COMP;
23510       }
23511       parts {
23512          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23513          GENLIST_PART_BG_IMAGE
23514          GENLIST_PART_BOTTOM_LINE
23515          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
23516          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
23517          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23518          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23519
23520          part { name: "elm.text.1";
23521             clip_to: "disclip";
23522             type: TEXT;
23523             scale: 1;
23524             description { state: "default" 0.0;
23525                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
23526                fixed: 0 1;
23527                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23528                rel1 { relative: 1.0 1.0;
23529                   to_x: "elm.padding.left";
23530                   to_y: "elm.padding.top";
23531                }
23532                rel2 { relative: 0.0 1.0;
23533                   to_x: "elm.padding.text1.right";
23534                   to_y: "elm.padding.text1.right";
23535                }
23536                text {
23537                   font: "SLP:style=Roman";
23538                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
23539                   min: 0 1;
23540                   align: 0.0 0.5;
23541                   text_class: "list_item";
23542                }
23543             }
23544             description { state: "read" 0.0;
23545                inherit: "default" 0.0;
23546                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
23547             }
23548             description { state: "selected" 0.0;
23549                inherit: "default" 0.0;
23550                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23551             }
23552             GENLIST_DESCRIPTION_FLIP_ENABLED
23553          }
23554          part { name: "elm.padding.text1.right";
23555             clip_to: "disclip";
23556             type: RECT;
23557             scale: 1;
23558             description { state: "default" 0.0;
23559                fixed: 1 1 ;
23560                align: 1.0 0.0;
23561                visible: 0;
23562                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23563                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23564                rel1 { relative: 0.0 1.0;
23565                   to_x: "elm.text.2";
23566                   to_y: "elm.padding.top";
23567                }
23568                rel2 { relative: 0.0 1.0;
23569                   to_x: "elm.text.2";
23570                   to_y: "elm.padding.top";
23571                }
23572             }
23573          }
23574          part { name: "elm.text.2";
23575             clip_to: "disclip";
23576             type: TEXT;
23577             scale: 1;
23578             description { state: "default" 0.0;
23579                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
23580                fixed: 0 1;
23581                align: 1.0 1.0;
23582                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23583                rel1 { relative: 0.0 1.0;
23584                   to_x: "elm.padding.right";
23585                   to_y: "elm.padding.bottom";
23586                }
23587                rel2 { relative: 0.0 1.0;
23588                  to_x: "elm.padding.right";
23589                  to_y: "elm.padding.bottom";
23590                }
23591                text {
23592                   font: "SLP:style=Medium";
23593                   size: GENLIST_FONT_32_INC;
23594                   min: 1 1;
23595                   align: 0.5 0.5;
23596                   text_class: "slp_medium";
23597               }
23598             }
23599             description { state: "selected" 0.0;
23600                inherit: "default" 0.0;
23601                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
23602             }
23603             GENLIST_DESCRIPTION_FLIP_ENABLED
23604          }
23605          part { name: "elm.bubble";
23606             type: IMAGE;
23607             description{ state: "default" 0.0;
23608                fixed: 0 1;
23609                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
23610                rel1 { relative: 0 0;
23611                   to_x: "elm.padding.bubble.text4.left";
23612                   to_y: "elm.padding.bubble.text4.left";
23613                }
23614                rel2 { relative: 1 1;
23615                   to_x: "elm.padding.bubble.text4.right";
23616                   to_y: "elm.padding.bubble.text4.right";
23617                }
23618                image {
23619                   normal: "00_winset_list_bubble_bg.png";
23620                   border:  6 6 0 0;
23621                }
23622             }
23623          }
23624          part { name: "elm.padding.bubble.text4.left";
23625             type: RECT;
23626             scale: 1;
23627             description { state: "default" 0.0;
23628                fixed: 1 1;
23629                align: 1 0;
23630                visible: 0;
23631                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23632                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23633                rel1 { relative: 0 1;
23634                   to_x: "elm.text.4";
23635                   to_y: "elm.padding.top";
23636                }
23637                rel2 { relative: 0 0;
23638                   to_x: "elm.text.4";
23639                   to_y: "elm.text.2";
23640                }
23641
23642             }
23643          }
23644          part { name: "elm.padding.bubble.text4.right";
23645             type: RECT;
23646             scale: 1;
23647             description { state: "default" 0.0;
23648                fixed: 1 1;
23649                align: 1 0;
23650                visible: 0;
23651                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23652                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23653                rel1 { relative: 0 1;
23654                   to_x: "elm.padding.right";
23655                   to_y: "elm.padding.top";
23656                }
23657                rel2 { relative: 0 0;
23658                   to_x: "elm.padding.right";
23659                   to_y: "elm.text.2";
23660                }
23661             }
23662          }
23663          part { name: "elm.text.4";
23664             clip_to: "disclip";
23665             type: TEXT;
23666             scale: 1;
23667             description { state: "default" 0.0;
23668                color: GENLIST_LIST_BUBBLE_TEXT_COLOR;
23669                fixed: 0 1;
23670                align: 1.0 0.0;
23671                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
23672                rel1 { relative: 0 1;
23673                   to_x: "elm.padding.bubble.text4.right";
23674                   to_y: "elm.padding.top";
23675                }
23676                rel2 { relative: 0 0;
23677                   to_x: "elm.padding.bubble.text4.right";
23678                   to_y: "elm.text.2";
23679                }
23680                text {
23681                   font: "SLP:style=Medium";
23682                   size: GENLIST_FONT_32_INC;
23683                   min: 1 1;
23684                   align: 0.5 0.5;
23685                   text_class: "slp_medium";
23686                }
23687             }
23688             GENLIST_DESCRIPTION_FLIP_ENABLED
23689          }
23690          part { name: "elm.padding.text3.right";
23691             clip_to: "disclip";
23692             type: RECT;
23693             scale: 1;
23694             description { state: "default" 0.0;
23695                fixed: 1 1;
23696                align: 1.0 0.0;
23697                visible: 0;
23698                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23699                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23700                rel1 { relative: 0 0;
23701                   to_x: "elm.padding.bubble.text4.left";
23702                   to_y: "elm.padding.bubble.text4.left";
23703                }
23704                rel2 { relative: 0 0;
23705                   to_x: "elm.padding.bubble.text4.left";
23706                   to_y: "elm.padding.bottom";
23707                }
23708             }
23709          }
23710          part { name: "elm.text.3";
23711             clip_to: "disclip";
23712             type: TEXT;
23713             scale: 1;
23714             description { state: "default" 0.0;
23715                color: GENLIST_NAME_TEXT_COLOR;
23716                fixed: 0 1;
23717                align: 0.0 0.0;
23718                min: 0 GENLIST_SIZE_48_INC;
23719                rel1 { relative: 1 1;
23720                   to_x: "elm.padding.left";
23721                   to_y: "elm.text.1";
23722                }
23723                rel2 { relative: 0 1;
23724                   to_x: "elm.padding.text3.right";
23725                   to_y: "elm.padding.text3.right";
23726                }
23727                text {
23728                   font: "SLP:style=Medium";
23729                   size: GENLIST_FONT_32_INC;
23730                   min: 0 1;
23731                   align: 0.0 0.5;
23732                   text_class: "slp_medium";
23733                }
23734             }
23735             description { state: "selected" 0.0;
23736                inherit: "default" 0.0;
23737                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23738             }
23739             GENLIST_DESCRIPTION_FLIP_ENABLED
23740          }
23741          GENLIST_PART_FLIP
23742          GENLIST_PART_DISCLIP
23743       }
23744       programs {
23745          // signal: elm,state,%s,active
23746          //   a "check" item named %s went active
23747          // signal: elm,state,%s,passive
23748          //   a "check" item named %s went passive
23749          // default is passive
23750          program { name: "go_active";
23751             signal: "elm,state,selected";
23752             source: "elm";
23753             action: STATE_SET "selected" 0.0;
23754             target: "bg_image";
23755             target: "elm.text.1";
23756             target: "elm.text.2";
23757          }
23758          program { name: "go_passive";
23759             signal: "elm,state,unselected";
23760             source: "elm";
23761             action: STATE_SET "default" 0.0;
23762             target: "bg_image";
23763             target: "elm.text.1";
23764             target: "elm.text.2";
23765             transition: LINEAR 0.1;
23766          }
23767          program { name: "go_read";
23768             signal: "elm,state,read";
23769             source: "elm";
23770             action: STATE_SET "read" 0.0;
23771             target: "elm.text.1";
23772          }
23773          program { name: "go_unread";
23774             signal: "elm,state,unread";
23775             source: "elm";
23776             action: STATE_SET "default" 0.0;
23777             target: "elm.text.1";
23778          }
23779       }
23780    }
23781    // 2.2.2.41
23782    group { name: "elm/genlist/item/4text.2/default";
23783       alias: "elm/genlist/item_odd/4text.2/default";
23784       alias: "elm/genlist/item_compress/4text.2/default";
23785       alias: "elm/genlist/item_compress_odd/4text.2/default";
23786       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23787       data.item: "stacking" "above";
23788       data.item: "selectraise" "on";
23789       data.item: "flips" "elm.flip.content";
23790       parts {
23791          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23792          GENLIST_PART_BG_IMAGE
23793          GENLIST_PART_BOTTOM_LINE
23794          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
23795          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
23796          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23797          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23798
23799          part { name: "elm.text.1";
23800             clip_to: "disclip";
23801             type: TEXT;
23802             scale: 1;
23803             description { state: "default" 0.0;
23804                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
23805                fixed: 0 1;
23806                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23807                rel1 { relative: 1.0 1.0;
23808                   to_x: "elm.padding.left";
23809                   to_y: "elm.padding.top";
23810                }
23811                rel2 { relative: 0.0 1.0;
23812                   to_x: "elm.padding.text1.right";
23813                   to_y: "elm.padding.text1.right";
23814                }
23815                text {
23816                   font: "SLP:style=Roman";
23817                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
23818                   min: 0 1;
23819                   align: 0.0 0.5;
23820                   text_class: "list_item";
23821                }
23822             }
23823             description { state: "read" 0.0;
23824                inherit: "default" 0.0;
23825                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
23826             }
23827             description { state: "selected" 0.0;
23828                inherit: "default" 0.0;
23829                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23830             }
23831             GENLIST_DESCRIPTION_FLIP_ENABLED
23832          }
23833          part { name: "elm.padding.text1.right";
23834             clip_to: "disclip";
23835             type: RECT;
23836             scale: 1;
23837             description { state: "default" 0.0;
23838                fixed: 1 1 ;
23839                align: 1.0 0.0;
23840                visible: 0;
23841                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23842                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23843                rel1 { relative: 0.0 1.0;
23844                   to_x: "elm.text.2";
23845                   to_y: "elm.padding.top";
23846                }
23847                rel2 { relative: 0.0 1.0;
23848                   to_x: "elm.text.2";
23849                   to_y: "elm.padding.top";
23850                }
23851             }
23852          }
23853          part { name: "elm.text.2";
23854             clip_to: "disclip";
23855             type: TEXT;
23856             scale: 1;
23857             description { state: "default" 0.0;
23858                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
23859                fixed: 0 1;
23860                align: 1.0 1.0;
23861                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23862                rel1 { relative: 0.0 1.0;
23863                   to_x: "elm.padding.right";
23864                   to_y: "elm.padding.bottom";
23865                }
23866                rel2 { relative: 0.0 1.0;
23867                  to_x: "elm.padding.right";
23868                  to_y: "elm.padding.bottom";
23869                }
23870                text {
23871                   font: "SLP:style=Medium";
23872                   size: GENLIST_FONT_32_INC;
23873                   min: 1 1;
23874                   align: 0.5 0.5;
23875                   text_class: "slp_medium";
23876               }
23877             }
23878             description { state: "selected" 0.0;
23879                inherit: "default" 0.0;
23880                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
23881             }
23882             GENLIST_DESCRIPTION_FLIP_ENABLED
23883          }
23884          part { name: "elm.text.4";
23885             clip_to: "disclip";
23886             type: TEXT;
23887             scale: 1;
23888             description { state: "default" 0.0;
23889                color: GENLIST_LIST_MESSAGE_TEXT_COLOR;
23890                fixed: 0 1;
23891                align: 1.0 0.0;
23892                min: 0 GENLIST_SIZE_48_INC;
23893                rel1 { relative: 0 1;
23894                   to_x: "elm.padding.right";
23895                   to_y: "elm.padding.top";
23896                }
23897                rel2 { relative: 0 0;
23898                   to_x: "elm.padding.right";
23899                   to_y: "elm.text.2";
23900                }
23901                text {
23902                   font: "SLP:style=Medium";
23903                   size: GENLIST_FONT_32_INC;
23904                   min: 1 1;
23905                   align: 0.5 0.5;
23906                   text_class: "slp_medium";
23907                }
23908             }
23909             GENLIST_DESCRIPTION_FLIP_ENABLED
23910          }
23911          part { name: "elm.padding.text3.right";
23912             clip_to: "disclip";
23913             type: RECT;
23914             scale: 1;
23915             description { state: "default" 0.0;
23916                fixed: 1 1;
23917                align: 1.0 0.0;
23918                visible: 0;
23919                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23920                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23921                rel1 { relative: 0 0;
23922                   to_x: "elm.text.4";
23923                   to_y: "elm.text.4";
23924                }
23925                rel2 { relative: 0 0;
23926                   to_x: "elm.text.4";
23927                   to_y: "elm.padding.bottom";
23928                }
23929             }
23930          }
23931          part { name: "elm.text.3";
23932             clip_to: "disclip";
23933             type: TEXT;
23934             scale: 1;
23935             description { state: "default" 0.0;
23936                color: GENLIST_NAME_TEXT_COLOR;
23937                fixed: 0 1;
23938                align: 0.0 0.0;
23939                min: 0 GENLIST_SIZE_48_INC;
23940                rel1 { relative: 1 1;
23941                   to_x: "elm.padding.left";
23942                   to_y: "elm.text.1";
23943                }
23944                rel2 { relative: 0 1;
23945                   to_x: "elm.padding.text3.right";
23946                   to_y: "elm.padding.text3.right";
23947                }
23948                text {
23949                   font: "SLP:style=Medium";
23950                   size: GENLIST_FONT_32_INC;
23951                   min: 0 1;
23952                   align: 0.0 0.5;
23953                   text_class: "slp_medium";
23954                }
23955             }
23956             description { state: "selected" 0.0;
23957                inherit: "default" 0.0;
23958                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
23959             }
23960             GENLIST_DESCRIPTION_FLIP_ENABLED
23961          }
23962          GENLIST_PART_FLIP
23963          GENLIST_PART_DISCLIP
23964       }
23965       programs {
23966          // signal: elm,state,%s,active
23967          //   a "check" item named %s went active
23968          // signal: elm,state,%s,passive
23969          //   a "check" item named %s went passive
23970          // default is passive
23971          program { name: "go_active";
23972             signal: "elm,state,selected";
23973             source: "elm";
23974             action: STATE_SET "selected" 0.0;
23975             target: "bg_image";
23976             target: "elm.text.1";
23977             target: "elm.text.2";
23978          }
23979          program { name: "go_passive";
23980             signal: "elm,state,unselected";
23981             source: "elm";
23982             action: STATE_SET "default" 0.0;
23983             target: "bg_image";
23984             target: "elm.text.1";
23985             target: "elm.text.2";
23986             transition: LINEAR 0.1;
23987          }
23988          program { name: "go_read";
23989             signal: "elm,state,read";
23990             source: "elm";
23991             action: STATE_SET "read" 0.0;
23992             target: "elm.text.1";
23993          }
23994          program { name: "go_unread";
23995             signal: "elm,state,unread";
23996             source: "elm";
23997             action: STATE_SET "default" 0.0;
23998             target: "elm.text.1";
23999          }
24000       }
24001    }
24002    // 2.2.2.42
24003    group { name: "elm/genlist/item/3text.1icon.3/default";
24004       alias: "elm/genlist/item_odd/3text.1icon.3/default";
24005       alias: "elm/genlist/item_compress/3text.1icon.3/default";
24006       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
24007       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
24008       data.item: "contents" "elm.icon.1";
24009       data.item: "stacking" "above";
24010       data.item: "selectraise" "on";
24011       data.item: "flips" "elm.flip.content";
24012       parts {
24013          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24014          GENLIST_PART_BG_IMAGE
24015          GENLIST_PART_BOTTOM_LINE
24016          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24017          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24018          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24019          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24020
24021          part { name: "elm.text.1";
24022             clip_to: "disclip";
24023             type: TEXT;
24024             scale: 1;
24025             description { state: "default" 0.0;
24026                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
24027                fixed: 0 1;
24028                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24029                rel1 { relative: 1.0 1.0;
24030                   to_x: "elm.padding.left";
24031                   to_y: "elm.padding.top";
24032                }
24033                rel2 { relative: 0.0 1.0;
24034                   to_x: "elm.padding.text1.right";
24035                   to_y: "elm.padding.text1.right";
24036                }
24037                text {
24038                   font: "SLP:style=Roman";
24039                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
24040                   min: 0 1;
24041                   align: 0.0 0.5;
24042                   text_class: "list_item";
24043                }
24044             }
24045             description { state: "read" 0.0;
24046                inherit: "default" 0.0;
24047                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
24048             }
24049             description { state: "selected" 0.0;
24050                inherit: "default" 0.0;
24051                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24052             }
24053             GENLIST_DESCRIPTION_FLIP_ENABLED
24054          }
24055          part { name: "elm.padding.text1.right";
24056             clip_to: "disclip";
24057             type: RECT;
24058             scale: 1;
24059             description { state: "default" 0.0;
24060                fixed: 1 1 ;
24061                align: 1.0 0.0;
24062                visible: 0;
24063                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24064                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24065                rel1 { relative: 0.0 1.0;
24066                   to_x: "elm.icon.1";
24067                   to_y: "elm.padding.top";
24068                }
24069                rel2 { relative: 0.0 1.0;
24070                   to_x: "elm.icon.1";
24071                   to_y: "elm.padding.top";
24072                }
24073             }
24074          }
24075          part { name: "elm.text.2";
24076             clip_to: "disclip";
24077             type: TEXT;
24078             scale: 1;
24079             description { state: "default" 0.0;
24080                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
24081                fixed: 0 1;
24082                align: 1.0 1.0;
24083                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24084                rel1 { relative: 0.0 1.0;
24085                   to_x: "elm.padding.right";
24086                   to_y: "elm.padding.bottom";
24087                }
24088                rel2 { relative: 0.0 1.0;
24089                  to_x: "elm.padding.right";
24090                  to_y: "elm.padding.bottom";
24091                }
24092                text {
24093                   font: "SLP:style=Medium";
24094                   size: GENLIST_FONT_32_INC;
24095                   min: 1 1;
24096                   align: 0.5 0.5;
24097                   text_class: "slp_medium";
24098               }
24099             }
24100             description { state: "selected" 0.0;
24101                inherit: "default" 0.0;
24102                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
24103             }
24104
24105             GENLIST_DESCRIPTION_FLIP_ENABLED
24106          }
24107          part { name: "elm.padding.icon1.right";
24108             clip_to: "disclip";
24109             type: RECT;
24110             scale: 1;
24111             description { state: "default" 0.0;
24112                fixed: 1 1;
24113                align: 1.0 0.0;
24114                visible: 0;
24115                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24116                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24117                rel1 { relative: 0 1;
24118                   to_x: "elm.padding.right";
24119                   to_y: "elm.padding.top";
24120                }
24121                rel2 { relative: 0 0;
24122                   to_x: "elm.padding.right";
24123                   to_y: "elm.text.2";
24124                }
24125             }
24126          }
24127          part { name: "elm.icon.1";
24128             clip_to: "disclip";
24129             type: SWALLOW;
24130             scale: 1;
24131             description { state: "default" 0.0;
24132                color: 0 255 255 255;
24133                fixed: 1 1;
24134                align: 1.0 0.0;
24135                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24136                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24137                rel1 { relative: 0 0;
24138                   to_x: "elm.padding.icon1.right";
24139                   to_y: "elm.padding.icon1.right";
24140                }
24141                rel2 { relative: 0 1;
24142                   to_x: "elm.padding.icon1.right";
24143                   to_y: "elm.padding.icon1.right";
24144                }
24145             }
24146          }
24147          part { name: "elm.padding.text3.right";
24148             clip_to: "disclip";
24149             type: RECT;
24150             scale: 1;
24151             description { state: "default" 0.0;
24152                fixed: 1 1;
24153                align: 1.0 0.0;
24154                visible: 0;
24155                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24156                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24157                rel1 { relative: 0 0;
24158                   to_x: "elm.text.2";
24159                   to_y: "elm.padding.top";
24160                }
24161                rel2 { relative: 0 0;
24162                   to_x: "elm.text.2";
24163                   to_y: "elm.icon.1";
24164                }
24165             }
24166          }
24167          part { name: "elm.text.3";
24168             clip_to: "disclip";
24169             type: TEXT;
24170             scale: 1;
24171             description { state: "default" 0.0;
24172                color: GENLIST_NAME_TEXT_COLOR;
24173                fixed: 0 1;
24174                align: 0.0 0.0;
24175                min: 0 GENLIST_SIZE_48_INC;
24176                rel1 { relative: 1 1;
24177                   to_x: "elm.padding.left";
24178                   to_y: "elm.text.1";
24179                }
24180                rel2 { relative: 0 1;
24181                   to_x: "elm.padding.text3.right";
24182                   to_y: "elm.padding.text3.right";
24183                }
24184                text {
24185                   font: "SLP:style=Medium";
24186                   size: GENLIST_FONT_32_INC;
24187                   min: 0 1;
24188                   align: 0.0 0.5;
24189                   text_class: "slp_medium";
24190                }
24191             }
24192             description { state: "selected" 0.0;
24193                inherit: "default" 0.0;
24194                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24195             }
24196             GENLIST_DESCRIPTION_FLIP_ENABLED
24197          }
24198          GENLIST_PART_FLIP
24199          GENLIST_PART_DISCLIP
24200       }
24201       programs {
24202          // signal: elm,state,%s,active
24203          //   a "check" item named %s went active
24204          // signal: elm,state,%s,passive
24205          //   a "check" item named %s went passive
24206          // default is passive
24207          program { name: "go_active";
24208             signal: "elm,state,selected";
24209             source: "elm";
24210             action: STATE_SET "selected" 0.0;
24211             target: "bg_image";
24212             target: "elm.text.1";
24213             target: "elm.text.2";
24214          }
24215          program { name: "go_passive";
24216             signal: "elm,state,unselected";
24217             source: "elm";
24218             action: STATE_SET "default" 0.0;
24219             target: "bg_image";
24220             target: "elm.text.1";
24221             target: "elm.text.2";
24222             transition: LINEAR 0.1;
24223          }
24224          program { name: "go_read";
24225             signal: "elm,state,read";
24226             source: "elm";
24227             action: STATE_SET "read" 0.0;
24228             target: "elm.text.1";
24229          }
24230          program { name: "go_unread";
24231             signal: "elm,state,unread";
24232             source: "elm";
24233             action: STATE_SET "default" 0.0;
24234             target: "elm.text.1";
24235          }
24236       }
24237    }
24238    // 2.2.2.44
24239    group { name: "elm/genlist/item/4text.1icon.3/default";
24240       alias: "elm/genlist/item_odd/4text.1icon.3/default";
24241       alias: "elm/genlist/item_compress/4text.1icon.3/default";
24242       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
24243       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24244       data.item: "stacking" "above";
24245       data.item: "selectraise" "on";
24246       data.item: "contents" "elm.icon.1";
24247       data.item: "flips" "elm.flip.content";
24248       images {
24249          image: "00_winset_list_bubble_bg.png" COMP;
24250       }
24251       parts {
24252          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24253          GENLIST_PART_BG_IMAGE
24254          GENLIST_PART_BOTTOM_LINE
24255          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24256          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24257          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24258          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24259          part { name: "elm.icon.1";
24260             clip_to: "disclip";
24261             type: SWALLOW;
24262             scale: 1;
24263             description { state: "default" 0.0;
24264                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
24265                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
24266                fixed: 1 1;
24267                rel1 {
24268                   relative: 1.0 0.0;
24269                   to_x: "elm.padding.left";
24270                }
24271                rel2 {
24272                   relative: 1.0 1.0;
24273                   to_x: "elm.padding.left";
24274                }
24275                align: 0.0 0.5;
24276             }
24277             GENLIST_DESCRIPTION_FLIP_ENABLED
24278          }
24279          part { name: "elm.text.1";
24280             clip_to: "disclip";
24281             type: TEXT;
24282             scale: 1;
24283             description { state: "default" 0.0;
24284                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
24285                fixed: 0 1;
24286                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24287                rel1 { relative: 1.0 1.0;
24288                   to_x: "elm.icon.1";
24289                   to_y: "elm.padding.top";
24290                }
24291                rel2 { relative: 0.0 1.0;
24292                   to_x: "elm.padding.text1.right";
24293                   to_y: "elm.padding.text1.right";
24294                }
24295                text {
24296                   font: "SLP:style=Roman";
24297                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
24298                   min: 0 1;
24299                   align: 0.0 0.5;
24300                   text_class: "list_item";
24301                }
24302             }
24303             description { state: "read" 0.0;
24304                inherit: "default" 0.0;
24305                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
24306             }
24307             description { state: "selected" 0.0;
24308                inherit: "default" 0.0;
24309                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24310             }
24311             GENLIST_DESCRIPTION_FLIP_ENABLED
24312          }
24313          part { name: "elm.padding.text1.right";
24314             clip_to: "disclip";
24315             type: RECT;
24316             scale: 1;
24317             description { state: "default" 0.0;
24318                fixed: 1 1 ;
24319                align: 1.0 0.0;
24320                visible: 0;
24321                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24322                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24323                rel1 { relative: 0.0 1.0;
24324                   to_x: "elm.text.2";
24325                   to_y: "elm.padding.top";
24326                }
24327                rel2 { relative: 0.0 1.0;
24328                   to_x: "elm.text.2";
24329                   to_y: "elm.padding.top";
24330                }
24331             }
24332          }
24333          part { name: "elm.text.2";
24334             clip_to: "disclip";
24335             type: TEXT;
24336             scale: 1;
24337             description { state: "default" 0.0;
24338                color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR;
24339                fixed: 0 1;
24340                align: 1.0 1.0;
24341                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24342                rel1 { relative: 0.0 1.0;
24343                   to_x: "elm.padding.right";
24344                   to_y: "elm.padding.bottom";
24345                }
24346                rel2 { relative: 0.0 1.0;
24347                  to_x: "elm.padding.right";
24348                  to_y: "elm.padding.bottom";
24349                }
24350                text {
24351                   font: "SLP:style=Medium";
24352                   size: GENLIST_FONT_32_INC;
24353                   min: 1 1;
24354                   align: 0.5 0.5;
24355                   text_class: "slp_medium";
24356                }
24357             }
24358             description { state: "selected" 0.0;
24359                inherit: "default" 0.0;
24360                color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR;
24361             }
24362             GENLIST_DESCRIPTION_FLIP_ENABLED
24363          }
24364          part { name: "elm.bubble";
24365             type: IMAGE;
24366             description{ state: "default" 0.0;
24367                fixed: 0 1;
24368                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24369                rel1 { relative: 0 0;
24370                   to_x: "elm.padding.bubble.text4.left";
24371                   to_y: "elm.padding.bubble.text4.left";
24372                }
24373                rel2 { relative: 1 1;
24374                   to_x: "elm.padding.bubble.text4.right";
24375                   to_y: "elm.padding.bubble.text4.right";
24376                }
24377                image {
24378                   normal: "00_winset_list_bubble_bg.png";
24379                   border:  6 6 0 0;
24380                }
24381             }
24382          }
24383          part { name: "elm.padding.bubble.text4.left";
24384             type: RECT;
24385             scale: 1;
24386             description { state: "default" 0.0;
24387                fixed: 1 1;
24388                align: 1 0;
24389                visible: 0;
24390                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24391                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24392                rel1 { relative: 0 1;
24393                   to_x: "elm.text.4";
24394                   to_y: "elm.padding.top";
24395                }
24396                rel2 { relative: 0 0;
24397                   to_x: "elm.text.4";
24398                   to_y: "elm.text.2";
24399                }
24400
24401             }
24402          }
24403          part { name: "elm.padding.bubble.text4.right";
24404             type: RECT;
24405             scale: 1;
24406             description { state: "default" 0.0;
24407                fixed: 1 1;
24408                align: 1 0;
24409                visible: 0;
24410                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24411                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24412                rel1 { relative: 0 1;
24413                   to_x: "elm.padding.right";
24414                   to_y: "elm.padding.top";
24415                }
24416                rel2 { relative: 0 0;
24417                   to_x: "elm.padding.right";
24418                   to_y: "elm.text.2";
24419                }
24420             }
24421          }
24422          part { name: "elm.text.4";
24423             clip_to: "disclip";
24424             type: TEXT;
24425             scale: 1;
24426             description { state: "default" 0.0;
24427                color: GENLIST_LIST_BUBBLE_TEXT_COLOR;
24428                fixed: 0 1;
24429                align: 1.0 0.0;
24430                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24431                rel1 { relative: 0 1;
24432                   to_x: "elm.padding.bubble.text4.right";
24433                   to_y: "elm.padding.top";
24434                }
24435                rel2 { relative: 0 0;
24436                   to_x: "elm.padding.bubble.text4.right";
24437                   to_y: "elm.text.2";
24438                }
24439                text {
24440                   font: "SLP:style=Medium";
24441                   size: GENLIST_FONT_32_INC;
24442                   min: 1 1;
24443                   align: 0.5 0.5;
24444                   text_class: "slp_medium";
24445                }
24446             }
24447             GENLIST_DESCRIPTION_FLIP_ENABLED
24448          }
24449          part { name: "elm.padding.text3.right";
24450             clip_to: "disclip";
24451             type: RECT;
24452             scale: 1;
24453             description { state: "default" 0.0;
24454                fixed: 1 1;
24455                align: 1.0 0.0;
24456                visible: 0;
24457                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24458                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24459                rel1 { relative: 0 0;
24460                   to_x: "elm.padding.bubble.text4.left";
24461                   to_y: "elm.padding.bubble.text4.left";
24462                }
24463                rel2 { relative: 0 0;
24464                   to_x: "elm.padding.bubble.text4.left";
24465                   to_y: "elm.padding.bottom";
24466                }
24467             }
24468          }
24469          part { name: "elm.text.3";
24470             clip_to: "disclip";
24471             type: TEXT;
24472             scale: 1;
24473             description { state: "default" 0.0;
24474                color: GENLIST_NAME_TEXT_COLOR;
24475                fixed: 0 1;
24476                align: 0.0 0.0;
24477                min: 0 GENLIST_SIZE_48_INC;
24478                rel1 { relative: 1 1;
24479                   to_x: "elm.icon.1";
24480                   to_y: "elm.text.1";
24481                }
24482                rel2 { relative: 0 1;
24483                   to_x: "elm.padding.text3.right";
24484                   to_y: "elm.padding.text3.right";
24485                }
24486                text {
24487                   font: "SLP:style=Medium";
24488                   size: GENLIST_FONT_32_INC;
24489                   min: 0 1;
24490                   align: 0.0 0.5;
24491                   text_class: "slp_medium";
24492                }
24493             }
24494             description { state: "selected" 0.0;
24495                inherit: "default" 0.0;
24496                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24497             }
24498             GENLIST_DESCRIPTION_FLIP_ENABLED
24499          }
24500          GENLIST_PART_FLIP
24501          GENLIST_PART_DISCLIP
24502       }
24503       programs {
24504          // signal: elm,state,%s,active
24505          //   a "check" item named %s went active
24506          // signal: elm,state,%s,passive
24507          //   a "check" item named %s went passive
24508          // default is passive
24509          program { name: "go_active";
24510             signal: "elm,state,selected";
24511             source: "elm";
24512             action: STATE_SET "selected" 0.0;
24513             target: "bg_image";
24514             target: "elm.text.1";
24515             target: "elm.text.2";
24516          }
24517          program { name: "go_passive";
24518             signal: "elm,state,unselected";
24519             source: "elm";
24520             action: STATE_SET "default" 0.0;
24521             target: "bg_image";
24522             target: "elm.text.1";
24523             target: "elm.text.2";
24524             transition: LINEAR 0.1;
24525          }
24526          program { name: "go_read";
24527             signal: "elm,state,read";
24528             source: "elm";
24529             action: STATE_SET "read" 0.0;
24530             target: "elm.text.1";
24531          }
24532          program { name: "go_unread";
24533             signal: "elm,state,unread";
24534             source: "elm";
24535             action: STATE_SET "default" 0.0;
24536             target: "elm.text.1";
24537          }
24538       }
24539    }
24540    // 2.2.2.43
24541    group { name: "elm/genlist/item/2text.4icon.1/default";
24542       alias: "elm/genlist/item_odd/2text.4icon.1/default";
24543       alias: "elm/genlist/item_compress/2text.4icon.1/default";
24544       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
24545       data.item: "texts" "elm.text.1 elm.text.2";
24546       data.item: "stacking" "above";
24547       data.item: "selectraise" "on";
24548       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
24549       data.item: "flips" "elm.flip.content";
24550       parts {
24551          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24552          GENLIST_PART_BG_IMAGE
24553          GENLIST_PART_BOTTOM_LINE
24554          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24555          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24556          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24557          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24558          part { name: "elm.icon.1";
24559             clip_to: "disclip";
24560             type: SWALLOW;
24561             scale: 1;
24562             description { state: "default" 0.0;
24563                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
24564                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
24565                fixed: 1 1;
24566                rel1 {
24567                   relative: 0.0 1.0;
24568                   to_x: "elm.padding.right";
24569                   to_y: "elm.padding.top";
24570                }
24571                rel2 {
24572                   relative: 0.0 0.0;
24573                   to_x: "elm.padding.right";
24574                   to_y: "elm.padding.bottom";
24575                }
24576                align: 1.0 0.5;
24577             }
24578             GENLIST_DESCRIPTION_FLIP_ENABLED
24579          }
24580          part { name: "elm.padding.text1.right";
24581             clip_to: "disclip";
24582             type: RECT;
24583             scale: 1;
24584             description { state: "default" 0.0;
24585                fixed: 1 1 ;
24586                align: 1.0 0.0;
24587                visible: 0;
24588                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24589                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24590                rel1 { relative: 0.0 1.0;
24591                   to_x: "elm.icon.1";
24592                   to_y: "elm.padding.top";
24593                }
24594                rel2 { relative: 0.0 1.0;
24595                   to_x: "elm.icon.1";
24596                   to_y: "elm.padding.top";
24597                }
24598             }
24599          }
24600          part { name: "elm.text.1";
24601             clip_to: "disclip";
24602             type: TEXT;
24603             scale: 1;
24604             description { state: "default" 0.0;
24605                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
24606                fixed: 0 1;
24607                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24608                rel1 { relative: 1.0 1.0;
24609                   to_x: "elm.padding.left";
24610                   to_y: "elm.padding.top";
24611                }
24612                rel2 { relative: 0.0 1.0;
24613                   to_x: "elm.padding.text1.right";
24614                   to_y: "elm.padding.text1.right";
24615                }
24616                text {
24617                   font: "SLP:style=Roman";
24618                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
24619                   min: 0 1;
24620                   align: 0.0 0.5;
24621                   text_class: "list_item";
24622                }
24623             }
24624             description { state: "read" 0.0;
24625                inherit: "default" 0.0;
24626                color: GENLIST_LIST_MAIN_TEXT_READ_COLOR;
24627             }
24628             description { state: "selected" 0.0;
24629                inherit: "default" 0.0;
24630                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24631             }
24632             GENLIST_DESCRIPTION_FLIP_ENABLED
24633          }
24634          part { name: "elm.padding.icon2.right";
24635             clip_to: "disclip";
24636             type: RECT;
24637             scale: 1;
24638             description { state: "default" 0.0;
24639                fixed: 1 1;
24640                align: 1.0 0.0;
24641                visible: 0;
24642                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24643                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24644                rel1 { relative: 0 1;
24645                   to_x: "elm.icon.1";
24646                   to_y: "elm.text.1";
24647                }
24648                rel2 { relative: 0 0;
24649                   to_x: "elm.icon.1";
24650                   to_y: "elm.padding.bottom";
24651                }
24652             }
24653          }
24654          part { name: "elm.icon.2";
24655             clip_to: "disclip";
24656             type: SWALLOW;
24657             scale: 1;
24658             description { state: "default" 0.0;
24659                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24660                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24661                fixed: 1 1;
24662                rel1 {
24663                   relative: 0.0 1.0;
24664                   to_x: "elm.padding.icon2.right";
24665                   to_y: "elm.text.1";
24666                }
24667                rel2 {
24668                   relative: 0.0 0.0;
24669                   to_x: "elm.padding.icon2.right";
24670                   to_y: "elm.padding.bottom";
24671                }
24672                align: 1.0 0.5;
24673             }
24674             GENLIST_DESCRIPTION_FLIP_ENABLED
24675          }
24676          part { name: "elm.padding.icon3.right";
24677             clip_to: "disclip";
24678             type: RECT;
24679             scale: 1;
24680             description { state: "default" 0.0;
24681                fixed: 1 1;
24682                align: 1.0 0.0;
24683                visible: 0;
24684                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24685                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24686                rel1 { relative: 0 1;
24687                   to_x: "elm.icon.2";
24688                   to_y: "elm.text.1";
24689                }
24690                rel2 { relative: 0 0;
24691                   to_x: "elm.icon.2";
24692                   to_y: "elm.padding.bottom";
24693                }
24694             }
24695          }
24696          part { name: "elm.icon.3";
24697             clip_to: "disclip";
24698             type: SWALLOW;
24699             scale: 1;
24700             description { state: "default" 0.0;
24701                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24702                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24703                fixed: 1 1;
24704                rel1 {
24705                   relative: 0.0 1.0;
24706                   to_x: "elm.padding.icon3.right";
24707                   to_y: "elm.text.1";
24708                }
24709                rel2 {
24710                   relative: 0.0 0.0;
24711                   to_x: "elm.padding.icon3.right";
24712                   to_y: "elm.padding.bottom";
24713                }
24714                align: 1.0 0.5;
24715             }
24716             GENLIST_DESCRIPTION_FLIP_ENABLED
24717          }
24718          part { name: "elm.padding.icon4.right";
24719             clip_to: "disclip";
24720             type: RECT;
24721             scale: 1;
24722             description { state: "default" 0.0;
24723                fixed: 1 1;
24724                align: 1.0 0.0;
24725                visible: 0;
24726                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24727                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24728                rel1 { relative: 0 1;
24729                   to_x: "elm.icon.3";
24730                   to_y: "elm.text.1";
24731                }
24732                rel2 { relative: 0 0;
24733                   to_x: "elm.icon.3";
24734                   to_y: "elm.padding.bottom";
24735                }
24736             }
24737          }
24738          part { name: "elm.icon.4";
24739             clip_to: "disclip";
24740             type: SWALLOW;
24741             scale: 1;
24742             description { state: "default" 0.0;
24743                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24744                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24745                fixed: 1 1;
24746                rel1 {
24747                   relative: 0.0 1.0;
24748                   to_x: "elm.padding.icon4.right";
24749                   to_y: "elm.text.1";
24750                }
24751                rel2 {
24752                   relative: 0.0 0.0;
24753                   to_x: "elm.padding.icon4.right";
24754                   to_y: "elm.padding.bottom";
24755                }
24756                align: 1.0 0.5;
24757             }
24758             GENLIST_DESCRIPTION_FLIP_ENABLED
24759          }
24760          part { name: "elm.padding.text2.right";
24761             clip_to: "disclip";
24762             type: RECT;
24763             scale: 1;
24764             description { state: "default" 0.0;
24765                fixed: 1 1;
24766                align: 1.0 0.0;
24767                visible: 0;
24768                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24769                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24770                rel1 { relative: 0 1;
24771                   to_x: "elm.icon.4";
24772                   to_y: "elm.text.1";
24773                }
24774                rel2 { relative: 0 0;
24775                   to_x: "elm.icon.4";
24776                   to_y: "elm.padding.bottom";
24777                }
24778             }
24779          }
24780          part { name: "elm.text.2";
24781             clip_to: "disclip";
24782             type: TEXT;
24783             scale: 1;
24784             description { state: "default" 0.0;
24785                color: GENLIST_NAME_TEXT_COLOR;
24786                fixed: 0 1;
24787                align: 0.0 0.0;
24788                min: 0 GENLIST_SIZE_48_INC;
24789                rel1 { relative: 1 1;
24790                   to_x: "elm.padding.left";
24791                   to_y: "elm.text.1";
24792                }
24793                rel2 { relative: 0 1;
24794                   to_x: "elm.padding.text2.right";
24795                   to_y: "elm.padding.text2.right";
24796                }
24797                text {
24798                   font: "SLP:style=Medium";
24799                   size: GENLIST_FONT_32_INC;
24800                   min: 0 1;
24801                   align: 0.0 0.5;
24802                   text_class: "slp_medium";
24803                }
24804             }
24805             description { state: "selected" 0.0;
24806                inherit: "default" 0.0;
24807                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
24808             }
24809             GENLIST_DESCRIPTION_FLIP_ENABLED
24810          }
24811          GENLIST_PART_FLIP
24812          GENLIST_PART_DISCLIP
24813       }
24814       programs {
24815          // signal: elm,state,%s,active
24816          //   a "check" item named %s went active
24817          // signal: elm,state,%s,passive
24818          //   a "check" item named %s went passive
24819          // default is passive
24820          program { name: "go_active";
24821             signal: "elm,state,selected";
24822             source: "elm";
24823             action: STATE_SET "selected" 0.0;
24824             target: "bg_image";
24825             target: "elm.text.1";
24826          }
24827          program { name: "go_passive";
24828             signal: "elm,state,unselected";
24829             source: "elm";
24830             action: STATE_SET "default" 0.0;
24831             target: "bg_image";
24832             target: "elm.text.1";
24833             transition: LINEAR 0.1;
24834          }
24835          program { name: "go_read";
24836             signal: "elm,state,read";
24837             source: "elm";
24838             action: STATE_SET "read" 0.0;
24839             target: "elm.text.1";
24840          }
24841          program { name: "go_unread";
24842             signal: "elm,state,unread";
24843             source: "elm";
24844             action: STATE_SET "default" 0.0;
24845             target: "elm.text.1";
24846          }
24847       }
24848    }
24849
24850    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
24851       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
24852       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
24853       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
24854       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
24855       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
24856       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
24857       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
24858       alias: "elm/layout/dialogue/bg/2text.1icon.2";
24859       data.item: "stacking" "above";
24860       data.item: "selectraise" "on";
24861       data.item: "texts" "elm.text.1 elm.text.2";
24862       data.item: "contents" "elm.icon";
24863       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
24864       images {
24865           image: "00_list_thumbnail_bg.png" COMP;
24866       }
24867       parts {
24868          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
24869          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
24870          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
24871          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24872          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24873          part { name: "elm.icon.bg";
24874             scale: 1;
24875             description { state: "default" 0.0;
24876                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
24877                fixed: 1 1;
24878                align: 0.0 0.8;
24879                rel1 {
24880                   relative: 1.0 0.5;
24881                   to_x: "elm.padding.left";
24882                }
24883                rel2 {
24884                   relative: 1.0 0.5;
24885                   to_x: "elm.padding.left";
24886                }
24887                image {
24888                   normal: "00_list_thumbnail_bg.png";
24889                   border: 1 1 1 1;
24890                   border_scale: 1;
24891                   middle: NONE;
24892                }
24893             }
24894          }
24895          part { name: "elm.icon";
24896             type: SWALLOW;
24897             description { state: "default" 0.0;
24898                rel1.to: "elm.icon.bg";
24899                rel2.to: "elm.icon.bg";
24900             }
24901          }
24902          part { name: "elm.padding.icon.right";
24903             type: RECT;
24904             mouse_events: 0;
24905             scale: 1;
24906             description { state: "default" 0.0;
24907                min: GENLIST_PADDING_16_INC 0;
24908                fixed: 1 0;
24909                rel1 {
24910                    relative: 1.0 0.0;
24911                    to_x: "elm.icon.bg";
24912                }
24913                rel2.to_x: "elm.icon.bg";
24914                visible: 0;
24915                align: 0.0 0.5;
24916             }
24917          }
24918          part { name: "elm.padding.text.left";
24919             type: RECT;
24920             mouse_events: 0;
24921             scale: 1;
24922             description { state: "default" 0.0;
24923                min: GENLIST_PADDING_16_INC 0;
24924                fixed: 1 0;
24925                rel1 {
24926                    relative: 1.0 1.0;
24927                    to_x: "elm.padding.icon.right";
24928                    to_y: "elm.padding.top";
24929                }
24930                rel2.to_x: "elm.padding.icon.right";
24931                visible: 0;
24932                align: 1.0 0.5;
24933             }
24934          }
24935          part { name: "vertical_line";
24936             type: RECT;
24937             mouse_events: 0;
24938             description { state: "default" 0.0;
24939                min: 1 0;
24940                fixed: 1 0;
24941                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24942                rel1 {
24943                   relative: 1.0 1.0;
24944                   to_x: "elm.padding.text.left";
24945                   to_y: "elm.padding.top";
24946                }
24947                rel2 {
24948                   relative: 1.0 0.0;
24949                   to_x: "elm.padding.text.left";
24950                   to_y: "elm.padding.bottom";
24951                }
24952                align: 0.0 0.5;
24953             }
24954          }
24955          part { name: "text_vertical_rect";
24956             type: RECT;
24957             mouse_events: 0;
24958             description { state: "default" 0.0;
24959                min: GENLIST_PADDING_16_INC 0;
24960                fixed: 1 0;
24961                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
24962                rel1 {
24963                   relative: 1.0 1.0;
24964                   to_x: "vertical_line";
24965                   to_y: "elm.padding.top";
24966                }
24967                rel2 {
24968                   relative: 1.0 0.0;
24969                   to_x: "elm.padding.text.left";
24970                   to_y: "elm.padding.bottom";
24971                }
24972                align: 0.0 0.5;
24973             }
24974          }
24975          part { name: "elm.padding.text.right";
24976             type: RECT;
24977             mouse_events: 0;
24978             scale: 1;
24979             description { state: "default" 0.0;
24980                min: GENLIST_PADDING_16_INC 0;
24981                fixed: 1 0;
24982                rel1 {
24983                    relative: 1.0 0.0;
24984                    to_x: "text_vertical_rect";
24985                }
24986                rel2.to_x: "text_vertical_rect";
24987                visible: 0;
24988                align: 0.0 0.5;
24989             }
24990          }
24991          part { name: "text_top_line";
24992             type: RECT;
24993             mouse_events: 0;
24994             description { state: "default" 0.0;
24995                min: 0 1;
24996                fixed: 0 1;
24997                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24998                rel1 {
24999                   relative: 1.0 0.0;
25000                   to_x: "text_vertical_rect";
25001                   to_y: "text_vertical_rect";
25002                }
25003                rel2 {
25004                   relative: 1.0 0.0;
25005                   to_y: "text_vertical_rect";
25006                }
25007                align: 0.0 0.0;
25008             }
25009          }
25010          part { name: "text_center_line";
25011             type: RECT;
25012             mouse_events: 0;
25013             description { state: "default" 0.0;
25014                min: 0 1;
25015                fixed: 0 1;
25016                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25017                rel1 {
25018                   relative: 1.0 0.5;
25019                   to_x: "text_vertical_rect";
25020                }
25021                rel2.relative: 1.0 0.5;
25022                align: 0.5 0.5;
25023             }
25024          }
25025          part { name: "text_bottom_line";
25026             type: RECT;
25027             mouse_events: 0;
25028             description { state: "default" 0.0;
25029                min: 0 1;
25030                fixed: 0 1;
25031                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25032                rel1 {
25033                   relative: 1.0 1.0;
25034                   to_x: "text_vertical_rect";
25035                   to_y: "text_vertical_rect";
25036                }
25037                rel2 {
25038                   relative: 1.0 1.0;
25039                   to_y: "text_vertical_rect";
25040                }
25041                align: 0.0 1.0;
25042             }
25043          }
25044          part { name: "elm.text.bg.1";
25045             clip_to: "disclip";
25046             type: RECT;
25047             mouse_events: 0;
25048             scale: 1;
25049             description { state: "default" 0.0;
25050                rel1 {
25051                   relative: 1.0 1.0;
25052                   to_x: "text_vertical_rect";
25053                   to_y: "text_top_line";
25054                }
25055                rel2 {
25056                   relative: 1.0 0.0;
25057                   to_x: "elm.padding.right";
25058                   to_y: "text_center_line";
25059                }
25060                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
25061             }
25062          }
25063          part { name: "elm.text.1";
25064             type: TEXT;
25065             mouse_events: 0;
25066             scale: 1;
25067             description { state: "default" 0.0;
25068                min: 0 GENLIST_SIZE_54_INC;
25069                rel1 {
25070                   relative: 1.0 0.0;
25071                   to_x: "elm.padding.text.right";
25072                   to_y: "elm.text.bg.1";
25073                }
25074                rel2 {
25075                   relative: 0.0 1.0;
25076                   to_x: "elm.padding.right";
25077                   to_y: "elm.text.bg.1";
25078                }
25079                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
25080                text {
25081                   font: "SLP:style=Roman";
25082                   size: GENLIST_FONT_48_INC;
25083                   align: 0.0 0.5;
25084                   text_class: "list_item";
25085                }
25086             }
25087             GENLIST_DESCRIPTION_FLIP_ENABLED
25088          }
25089          part { name: "elm.flip.content.1";
25090             clip_to: "disclip";
25091             type: SWALLOW;
25092             description { state: "default" 0.0;
25093                visible: 0;
25094                fixed: 1 1;
25095                rel1.to: "elm.text.1";
25096                rel2.to: "elm.text.1";
25097             }
25098             description { state: "flip_enabled" 0.0;
25099                inherit: "default" 0.0;
25100                visible: 1;
25101             }
25102          }
25103          part { name: "elm.text.bg.2";
25104             clip_to: "disclip";
25105             type: RECT;
25106             mouse_events: 0;
25107             scale: 1;
25108             description { state: "default" 0.0;
25109                rel1 {
25110                   relative: 1.0 1.0;
25111                   to_x: "text_vertical_rect";
25112                   to_y: "text_center_line";
25113                }
25114                rel2 {
25115                   relative: 1.0 0.0;
25116                   to_x: "elm.padding.right";
25117                   to_y: "text_bottom_line";
25118                }
25119                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
25120             }
25121          }
25122          part { name: "elm.text.2";
25123             clip_to: "disclip";
25124             type: TEXT;
25125             mouse_events: 0;
25126             scale: 1;
25127             description { state: "default" 0.0;
25128                min: 0 GENLIST_SIZE_54_INC;
25129                rel1 {
25130                   relative: 1.0 0.0;
25131                   to_x: "elm.padding.text.right";
25132                   to_y: "elm.text.bg.2";
25133                }
25134                rel2 {
25135                   relative: 0.0 1.0;
25136                   to_x: "elm.padding.right";
25137                   to_y: "elm.text.bg.2";
25138                }
25139                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
25140                text {
25141                   font: "SLP:style=Roman";
25142                   size: GENLIST_FONT_48_INC;
25143                   align: 0.0 0.5;
25144                   text_class: "slp_roman";
25145                }
25146             }
25147             GENLIST_DESCRIPTION_FLIP_ENABLED
25148          }
25149          part { name: "elm.flip.content.2";
25150             clip_to: "disclip";
25151             type: SWALLOW;
25152             description { state: "default" 0.0;
25153                visible: 0;
25154                fixed: 1 1;
25155                rel1.to: "elm.text.2";
25156                rel2.to: "elm.text.2";
25157             }
25158             description { state: "flip_enabled" 0.0;
25159                inherit: "default" 0.0;
25160                visible: 1;
25161             }
25162          }
25163          GENLIST_PART_DISCLIP
25164       }
25165       programs {
25166          // signal: elm,state,%s,active
25167          //   a "check" item named %s went active
25168          // signal: elm,state,%s,passive
25169          //   a "check" item named %s went passive
25170          // default is passive
25171          /*program { name: "go_active";
25172             signal: "elm,state,selected";
25173             source: "elm";
25174             action: STATE_SET "selected" 0.0;
25175             target: "elm.text";
25176             target: "elm.text.sub";
25177          }
25178          program { name: "go_passive";
25179             signal: "elm,state,unselected";
25180             source: "elm";
25181             action: STATE_SET "default" 0.0;
25182             target: "elm.text";
25183             target: "elm.text.sub";
25184             transition: LINEAR 0.1;
25185          }*/
25186          program { name: "go_disabled";
25187             signal: "elm,state,disabled";
25188             source: "elm";
25189             action: STATE_SET "disabled" 0.0;
25190             target: "disclip";
25191          }
25192          program { name: "go_enabled";
25193             signal: "elm,state,enabled";
25194             source: "elm";
25195             action: STATE_SET "default" 0.0;
25196             target: "disclip";
25197          }
25198          program { name: "flip_enabled";
25199             signal: "elm,state,flip,enabled";
25200             source: "elm";
25201             action: STATE_SET "flip_enabled" 0.0;
25202             target: "elm.text.1";
25203             target: "elm.text.2";
25204             target: "elm.flip.content.1";
25205             target: "elm.flip.content.2";
25206          }
25207          program { name: "flip_disabled";
25208             signal: "elm,state,flip,disabled";
25209             source: "elm";
25210             action: STATE_SET "default" 0.0;
25211             target: "elm.text.1";
25212             target: "elm.text.2";
25213             target: "elm.flip.content.1";
25214             target: "elm.flip.content.2";
25215          }
25216       }
25217    }
25218
25219 /* non-bottom-border-area version of 2text.1icon.2 */
25220    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
25221       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
25222       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
25223       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
25224       alias: "elm/layout/dialogue/bg/2text.1icon.3";
25225       data.item: "stacking" "above";
25226       data.item: "selectraise" "on";
25227       data.item: "texts" "elm.text.1 elm.text.2";
25228       data.item: "contents" "elm.icon";
25229       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
25230       images {
25231           image: "00_list_thumbnail_bg.png" COMP;
25232       }
25233       parts {
25234          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
25235          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
25236          GENLIST_PART_PADDING_BOTTOM( 0 )
25237          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
25238          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25239          part { name: "elm.icon.bg";
25240             scale: 1;
25241             description { state: "default" 0.0;
25242                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
25243                fixed: 1 1;
25244                align: 0.0 0.7;
25245                rel1 {
25246                   relative: 1.0 0.5;
25247                   to_x: "elm.padding.left";
25248                }
25249                rel2 {
25250                   relative: 1.0 0.5;
25251                   to_x: "elm.padding.left";
25252                }
25253                image {
25254                   normal: "00_list_thumbnail_bg.png";
25255                   border: 1 1 1 1;
25256                   border_scale: 1;
25257                   middle: NONE;
25258                }
25259             }
25260          }
25261          part { name: "elm.icon";
25262             type: SWALLOW;
25263             description { state: "default" 0.0;
25264                rel1.to: "elm.icon.bg";
25265                rel2.to: "elm.icon.bg";
25266             }
25267          }
25268          part { name: "elm.padding.icon.right";
25269             type: RECT;
25270             mouse_events: 0;
25271             scale: 1;
25272             description { state: "default" 0.0;
25273                min: GENLIST_PADDING_16_INC 0;
25274                fixed: 1 0;
25275                rel1 {
25276                    relative: 1.0 0.0;
25277                    to_x: "elm.icon.bg";
25278                }
25279                rel2.to_x: "elm.icon.bg";
25280                visible: 0;
25281                align: 0.0 0.5;
25282             }
25283          }
25284          part { name: "elm.padding.text.left";
25285             type: RECT;
25286             mouse_events: 0;
25287             scale: 1;
25288             description { state: "default" 0.0;
25289                min: GENLIST_PADDING_16_INC 0;
25290                fixed: 1 0;
25291                rel1 {
25292                    relative: 1.0 1.0;
25293                    to_x: "elm.padding.icon.right";
25294                    to_y: "elm.padding.top";
25295                }
25296                rel2.to_x: "elm.padding.icon.right";
25297                visible: 0;
25298                align: 1.0 0.5;
25299             }
25300          }
25301          part { name: "vertical_line";
25302             type: RECT;
25303             mouse_events: 0;
25304             description { state: "default" 0.0;
25305                visible: 0;
25306                rel1 {
25307                   relative: 1.0 1.0;
25308                   to_x: "elm.padding.text.left";
25309                   to_y: "elm.padding.top";
25310                }
25311                rel2 {
25312                   relative: 1.0 0.0;
25313                   to_x: "elm.padding.text.left";
25314                   to_y: "elm.padding.bottom";
25315                }
25316             }
25317          }
25318          part { name: "text_vertical_rect";
25319             type: RECT;
25320             mouse_events: 0;
25321             scale: 1;
25322             description { state: "default" 0.0;
25323                min: GENLIST_SIZE_16_INC 0;
25324                fixed: 1 0;
25325                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
25326                rel1 {
25327                   relative: 1.0 1.0;
25328                   to_x: "vertical_line";
25329                   to_y: "elm.padding.top";
25330                }
25331                rel2 {
25332                   relative: 1.0 0.0;
25333                   to_x: "elm.padding.text.left";
25334                   to_y: "elm.padding.bottom";
25335                }
25336                align: 0.0 0.5;
25337             }
25338          }
25339          part { name: "elm.padding.text.right";
25340             type: RECT;
25341             mouse_events: 0;
25342             scale: 1;
25343             description { state: "default" 0.0;
25344                min: GENLIST_PADDING_16_INC 0;
25345                fixed: 1 0;
25346                rel1 {
25347                    relative: 1.0 0.0;
25348                    to_x: "text_vertical_rect";
25349                }
25350                rel2.to_x: "text_vertical_rect";
25351                visible: 0;
25352                align: 0.0 0.5;
25353             }
25354          }
25355          part { name: "text_top_line";
25356             type: RECT;
25357             mouse_events: 0;
25358             description { state: "default" 0.0;
25359                min: 0 1;
25360                fixed: 0 1;
25361                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25362                rel1 {
25363                   relative: 1.0 0.0;
25364                   to_x: "text_vertical_rect";
25365                   to_y: "text_vertical_rect";
25366                }
25367                rel2 {
25368                   relative: 1.0 0.0;
25369                   to_y: "text_vertical_rect";
25370                }
25371                align: 0.0 0.0;
25372             }
25373          }
25374          part { name: "text_center_line";
25375             type: RECT;
25376             mouse_events: 0;
25377             description { state: "default" 0.0;
25378                min: 0 1;
25379                fixed: 0 1;
25380                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25381                rel1 {
25382                   relative: 1.0 0.56;
25383                   to_x: "text_vertical_rect";
25384                }
25385                rel2.relative: 1.0 0.56;
25386                align: 0.5 0.5;
25387             }
25388          }
25389          part { name: "text_bottom_line";
25390             type: RECT;
25391             mouse_events: 0;
25392             description { state: "default" 0.0;
25393                min: 0 1;
25394                fixed: 0 1;
25395                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25396                rel1 {
25397                   relative: 1.0 1.0;
25398                   to_x: "text_vertical_rect";
25399                   to_y: "text_vertical_rect";
25400                }
25401                rel2 {
25402                   relative: 1.0 1.0;
25403                   to_y: "text_vertical_rect";
25404                }
25405                align: 0.0 1.0;
25406             }
25407          }
25408          part { name: "elm.text.bg.1";
25409             clip_to: "disclip";
25410             type: RECT;
25411             mouse_events: 0;
25412             scale: 1;
25413             description { state: "default" 0.0;
25414                rel1 {
25415                   relative: 1.0 1.0;
25416                   to_x: "text_vertical_rect";
25417                   to_y: "text_top_line";
25418                }
25419                rel2 {
25420                   relative: 1.0 0.0;
25421                   to_x: "elm.padding.right";
25422                   to_y: "text_center_line";
25423                }
25424                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
25425             }
25426          }
25427          part { name: "elm.text.1";
25428             type: TEXT;
25429             mouse_events: 0;
25430             scale: 1;
25431             description { state: "default" 0.0;
25432                min: 0 GENLIST_SIZE_54_INC;
25433                rel1 {
25434                   relative: 1.0 0.0;
25435                   to_x: "elm.padding.text.right";
25436                   to_y: "elm.text.bg.1";
25437                }
25438                rel2 {
25439                   relative: 0.0 1.0;
25440                   to_x: "elm.padding.right";
25441                   to_y: "elm.text.bg.1";
25442                }
25443                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
25444                text {
25445                   font: "SLP:style=Roman";
25446                   size: GENLIST_FONT_48_INC;
25447                   align: 0.0 0.5;
25448                   text_class: "list_item";
25449                }
25450             }
25451             GENLIST_DESCRIPTION_FLIP_ENABLED
25452          }
25453          part { name: "elm.flip.content.1";
25454             type: SWALLOW;
25455             description { state: "default" 0.0;
25456                visible: 0;
25457                fixed: 1 1;
25458                rel1.to: "elm.text.1";
25459                rel2.to: "elm.text.1";
25460             }
25461             description { state: "flip_enabled" 0.0;
25462                inherit: "default" 0.0;
25463                visible: 1;
25464             }
25465          }
25466          part { name: "elm.text.bg.2";
25467             clip_to: "disclip";
25468             type: RECT;
25469             mouse_events: 0;
25470             scale: 1;
25471             description { state: "default" 0.0;
25472                rel1 {
25473                   relative: 1.0 1.0;
25474                   to_x: "text_vertical_rect";
25475                   to_y: "text_center_line";
25476                }
25477                rel2 {
25478                   relative: 1.0 0.0;
25479                   to_x: "elm.padding.right";
25480                   to_y: "text_bottom_line";
25481                }
25482                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
25483             }
25484          }
25485          part { name: "elm.text.2";
25486             clip_to: "disclip";
25487             type: TEXT;
25488             mouse_events: 0;
25489             scale: 1;
25490             description { state: "default" 0.0;
25491                min: 0 GENLIST_SIZE_54_INC;
25492                rel1 {
25493                   relative: 1.0 0.0;
25494                   to_x: "elm.padding.text.right";
25495                   to_y: "elm.text.bg.2";
25496                }
25497                rel2 {
25498                   relative: 0.0 1.0;
25499                   to_x: "elm.padding.right";
25500                   to_y: "elm.text.bg.2";
25501                }
25502                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
25503                text {
25504                   font: "SLP:style=Roman";
25505                   size: GENLIST_FONT_48_INC;
25506                   text_class: "slp_roman";
25507                }
25508             }
25509             GENLIST_DESCRIPTION_FLIP_ENABLED
25510          }
25511          part { name: "elm.flip.content.2";
25512             type: SWALLOW;
25513             description { state: "default" 0.0;
25514                visible: 0;
25515                fixed: 1 1;
25516                rel1.to: "elm.text.2";
25517                rel2.to: "elm.text.2";
25518             }
25519             description { state: "flip_enabled" 0.0;
25520                inherit: "default" 0.0;
25521                visible: 1;
25522             }
25523          }
25524          GENLIST_PART_DISCLIP
25525       }
25526       programs {
25527          // signal: elm,state,%s,active
25528          //   a "check" item named %s went active
25529          // signal: elm,state,%s,passive
25530          //   a "check" item named %s went passive
25531          // default is passive
25532          /*program { name: "go_active";
25533             signal: "elm,state,selected";
25534             source: "elm";
25535             action: STATE_SET "selected" 0.0;
25536             target: "elm.text";
25537             target: "elm.text.sub";
25538          }
25539          program { name: "go_passive";
25540             signal: "elm,state,unselected";
25541             source: "elm";
25542             action: STATE_SET "default" 0.0;
25543             target: "elm.text";
25544             target: "elm.text.sub";
25545             transition: LINEAR 0.1;
25546          }*/
25547          program { name: "go_disabled";
25548             signal: "elm,state,disabled";
25549             source: "elm";
25550             action: STATE_SET "disabled" 0.0;
25551             target: "disclip";
25552          }
25553          program { name: "go_enabled";
25554             signal: "elm,state,enabled";
25555             source: "elm";
25556             action: STATE_SET "default" 0.0;
25557             target: "disclip";
25558          }
25559          program { name: "flip_enabled";
25560             signal: "elm,state,flip,enabled";
25561             source: "elm";
25562             action: STATE_SET "flip_enabled" 0.0;
25563             target: "elm.text.1";
25564             target: "elm.text.2";
25565             target: "elm.flip.content.1";
25566             target: "elm.flip.content.2";
25567          }
25568          program { name: "flip_disabled";
25569             signal: "elm,state,flip,disabled";
25570             source: "elm";
25571             action: STATE_SET "default" 0.0;
25572             target: "elm.text.1";
25573             target: "elm.text.2";
25574             target: "elm.flip.content.1";
25575             target: "elm.flip.content.2";
25576          }
25577       }
25578    }
25579
25580    ///////// will be removed /////////
25581    group { name: "elm/genlist/item/dialogue/1icon.2/default";
25582       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
25583       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
25584       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
25585       alias: "elm/layout/dialogue/1icon.2";
25586       data.item: "stacking" "above";
25587       data.item: "selectraise" "on";
25588       data.item: "contents" "elm.icon";
25589
25590       parts {
25591          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
25592          GENLIST_PART_DIALOGUE_BG_IMAGE
25593          GENLIST_PART_BOTTOM_LINE
25594          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
25595          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25596          GENLIST_PART_DIALOGUE_ITEM
25597          GENLIST_PART_DIALOGUE_RIGHT_LINE
25598          part { name: "elm.icon";
25599             clip_to: "disclip";
25600             type: SWALLOW;
25601             scale: 1;
25602             description { state: "default" 0.0;
25603                rel1 {
25604                   relative: 1.0 0.0;
25605                   to_x: "elm.padding.left";
25606                }
25607                rel2 {
25608                   relative: 0.0 1.0;
25609                   to_x: "elm.padding.right";
25610                }
25611             }
25612          }
25613          GENLIST_PART_DISCLIP
25614       }
25615       programs {
25616          // signal: elm,state,%s,active
25617          //   a "check" item named %s went active
25618          // signal: elm,state,%s,passive
25619          //   a "check" item named %s went passive
25620          // default is passive
25621          /*program { name: "go_active";
25622             signal: "elm,state,selected";
25623             source: "elm";
25624             action: STATE_SET "selected" 0.0;
25625             target: "bg_image";
25626             target: "elm.text";
25627          }
25628          program { name: "go_passive";
25629             signal: "elm,state,unselected";
25630             source: "elm";
25631             action: STATE_SET "default" 0.0;
25632             target: "bg_image";
25633             target: "elm.text";
25634             transition: LINEAR 0.1;
25635          }*/
25636          program { name: "go_disabled";
25637             signal: "elm,state,disabled";
25638             source: "elm";
25639             action: STATE_SET "disabled" 0.0;
25640             target: "disclip";
25641          }
25642          program { name: "go_enabled";
25643             signal: "elm,state,enabled";
25644             source: "elm";
25645             action: STATE_SET "default" 0.0;
25646             target: "disclip";
25647          }
25648       }
25649    }
25650
25651    //////////////////////// will be removed //////////////////////////
25652    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
25653       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
25654       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
25655       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
25656       alias: "elm/genlist/item/dialogue.1icon.2text/default";
25657       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
25658       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
25659       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
25660       alias: "elm/layout/dialogue/bg/2text.1icon";
25661       data.item: "stacking" "above";
25662       data.item: "selectraise" "on";
25663       data.item: "texts" "elm.text.1 elm.text.2";
25664       data.item: "contents" "elm.icon";
25665       images {
25666           image: "00_list_thumbnail_bg.png" COMP;
25667       }
25668       parts {
25669          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_142_INC )
25670          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_24_INC )
25671          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
25672          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
25673          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25674          part { name: "elm.padding.icon.bottom";
25675             type: RECT;
25676             mouse_events: 0;
25677             scale: 1;
25678             description { state: "default" 0.0;
25679                min: 0 1;
25680                fixed: 0 1;
25681                rel1 {
25682                   relative: 0.0 1.0;
25683                   to_x: "elm.padding.right";
25684                }
25685                rel2 {
25686                   relative: 0.0 1.0;
25687                   to_x: "elm.padding.right";
25688                }
25689                align: 1.0 1.0;
25690                visible: 0;
25691             }
25692          }
25693          part { name: "elm.icon.bg";
25694             scale: 1;
25695             description { state: "default" 0.0;
25696                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
25697                fixed: 1 1;
25698                align: 1.0 0.0;
25699                rel1 {
25700                   relative: 0.0 0.0;
25701                   to_x: "elm.padding.right";
25702                }
25703                rel2 {
25704                   relative: 0.0 0.0;
25705                   to_x: "elm.padding.right";
25706                   to_y: "elm.padding.icon.bottom";
25707                }
25708                image {
25709                   normal: "00_list_thumbnail_bg.png";
25710                   border: 1 1 1 1;
25711                   border_scale: 1;
25712                   middle: NONE;
25713                }
25714             }
25715          }
25716          part { name: "elm.icon";
25717             type: SWALLOW;
25718             description { state: "default" 0.0;
25719                rel1.to: "elm.icon.bg";
25720                rel2.to: "elm.icon.bg";
25721             }
25722          }
25723          part { name: "elm.padding.icon.left";
25724             type: RECT;
25725             mouse_events: 0;
25726             scale: 1;
25727             description { state: "default" 0.0;
25728                min: GENLIST_PADDING_16_INC 0;
25729                fixed: 1 0;
25730                rel1 {
25731                    relative: 0.0 0.0;
25732                    to_x: "elm.icon.bg";
25733                }
25734                rel2 {
25735                    relative: 0.0 1.0;
25736                    to_x: "elm.icon.bg";
25737                }
25738                visible: 0;
25739                align: 0.0 0.5;
25740             }
25741          }
25742          part { name: "elm.text.1";
25743             clip_to: "disclip";
25744             type: TEXT;
25745             mouse_events: 0;
25746             scale: 1;
25747             description { state: "default" 0.0;
25748                min: 0 GENLIST_SIZE_54_INC;
25749                fixed: 0 1;
25750                align: 0 0;
25751                rel1 {
25752                   relative: 1.0 1.0;
25753                   to_x: "elm.padding.left";
25754                   to_y: "elm.padding.top";
25755                }
25756                rel2 {
25757                   relative: 0.0 1.0;
25758                   to_x: "elm.padding.icon.left";
25759                   to_y: "elm.padding.top";
25760                }
25761                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
25762                text {
25763                   font: "SLP:style=Roman";
25764                   size: GENLIST_FONT_48_INC;
25765                   align: 0.0 0.5;
25766                   text_class: "list_item";
25767                }
25768             }
25769          }
25770          part { name: "elm.padding.text.1.bottom";
25771             type: RECT;
25772             mouse_events: 0;
25773             scale: 1;
25774             description { state: "default" 0.0;
25775                min: 0 GENLIST_PADDING_8_INC;
25776                fixed: 0 1;
25777                rel1 {
25778                    relative: 0.0 1.0;
25779                    to_y: "elm.text.1";
25780                }
25781                rel2.to_y: "elm.text.1";
25782                visible: 0;
25783                align: 0.0 0.0;
25784             }
25785          }
25786          part { name: "elm.text.2";
25787             clip_to: "disclip";
25788             type: TEXT;
25789             mouse_events: 0;
25790             scale: 1;
25791             description { state: "default" 0.0;
25792                rel1 {
25793                   relative: 1.0 1.0;
25794                   to_x: "elm.padding.left";
25795                   to_y: "elm.padding.text.1.bottom";
25796                }
25797                rel2 {
25798                   relative: 0.0 0.0;
25799                   to_x: "elm.padding.icon.left";
25800                   to_y: "elm.padding.bottom";
25801                }
25802                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25803                text {
25804                   font: "SLP:style=Medium";
25805                   size: GENLIST_FONT_32_INC;
25806                   align: 0.0 0.5;
25807                   text_class: "slp_medium";
25808                }
25809             }
25810          }
25811          GENLIST_PART_DISCLIP
25812       }
25813       programs {
25814          // signal: elm,state,%s,active
25815          //   a "check" item named %s went active
25816          // signal: elm,state,%s,passive
25817          //   a "check" item named %s went passive
25818          // default is passive
25819          /*program { name: "go_active";
25820             signal: "elm,state,selected";
25821             source: "elm";
25822             action: STATE_SET "selected" 0.0;
25823             target: "elm.text";
25824             target: "elm.text.sub";
25825          }
25826          program { name: "go_passive";
25827             signal: "elm,state,unselected";
25828             source: "elm";
25829             action: STATE_SET "default" 0.0;
25830             target: "elm.text";
25831             target: "elm.text.sub";
25832             transition: LINEAR 0.1;
25833          }*/
25834          program { name: "go_disabled";
25835             signal: "elm,state,disabled";
25836             source: "elm";
25837             action: STATE_SET "disabled" 0.0;
25838             target: "disclip";
25839          }
25840          program { name: "go_enabled";
25841             signal: "elm,state,enabled";
25842             source: "elm";
25843             action: STATE_SET "default" 0.0;
25844             target: "disclip";
25845          }
25846       }
25847    }
25848
25849 // 4.3.2 (old)
25850    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
25851       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
25852       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
25853       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
25854       alias: "elm/layout/dialogue/bg/3text.1icon";
25855       data.item: "stacking" "above";
25856       data.item: "selectraise" "on";
25857       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25858       data.item: "contents" "elm.icon";
25859       images {
25860           image: "00_list_thumbnail_bg.png" COMP;
25861       }
25862       parts {
25863          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
25864          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
25865          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
25866          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
25867          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25868          part { name: "elm.icon.bg";
25869             scale: 1;
25870             description { state: "default" 0.0;
25871                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
25872                fixed: 1 1;
25873                align: 0.0 0.5;
25874                rel1 {
25875                   relative: 1.0 0.5;
25876                   to_x: "elm.padding.left";
25877                }
25878                rel2 {
25879                   relative: 1.0 0.5;
25880                   to_x: "elm.padding.left";
25881                }
25882                image {
25883                   normal: "00_list_thumbnail_bg.png";
25884                   border: 1 1 1 1;
25885                   border_scale: 1;
25886                   middle: NONE;
25887                }
25888             }
25889          }
25890          part { name: "elm.icon";
25891             type: SWALLOW;
25892             description { state: "default" 0.0;
25893                rel1.to: "elm.icon.bg";
25894                rel2.to: "elm.icon.bg";
25895             }
25896          }
25897          part { name: "elm.padding.icon.right";
25898             type: RECT;
25899             mouse_events: 0;
25900             scale: 1;
25901             description { state: "default" 0.0;
25902                min: GENLIST_PADDING_24_INC 0;
25903                fixed: 1 0;
25904                rel1 {
25905                    relative: 1.0 0.0;
25906                    to_x: "elm.icon.bg";
25907                }
25908                rel2.to_x: "elm.icon.bg";
25909                visible: 0;
25910                align: 0.0 0.5;
25911             }
25912          }
25913          part { name: "elm.text.1";
25914             clip_to: "disclip";
25915             type: TEXT;
25916             mouse_events: 0;
25917             scale: 1;
25918             description { state: "default" 0.0;
25919                min: 0 GENLIST_SIZE_54_INC;
25920                fixed: 0 1;
25921                align: 0 0;
25922                rel1 {
25923                   relative: 1.0 1.0;
25924                   to_x: "elm.padding.icon.right";
25925                   to_y: "elm.padding.top";
25926                }
25927                rel2 {
25928                   relative: 0.0 1.0;
25929                   to_x: "elm.padding.right";
25930                   to_y: "elm.padding.top";
25931                }
25932                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
25933                text {
25934                   font: "SLP:style=Roman";
25935                   size: GENLIST_FONT_48_INC;
25936                   align: 0.0 0.0;
25937                   text_class: "list_item";
25938                }
25939             }
25940          }
25941          part { name: "elm.text.2";
25942             clip_to: "disclip";
25943             type: TEXT;
25944             mouse_events: 0;
25945             scale: 1;
25946             description { state: "default" 0.0;
25947                rel1 {
25948                   relative: 1.0 1.0;
25949                   to_x: "elm.padding.icon.right";
25950                   to_y: "elm.text.1";
25951                }
25952                rel2 {
25953                   relative: 0.0 0.0;
25954                   to_x: "elm.padding.right";
25955                   to_y: "elm.text.3";
25956                }
25957                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25958                text {
25959                   font: "SLP:style=Medium";
25960                   size: GENLIST_FONT_32_INC;
25961                   align: 0.0 1.0;
25962                   text_class: "slp_medium";
25963                }
25964             }
25965          }
25966          part { name: "elm.text.3";
25967             clip_to: "disclip";
25968             type: TEXT;
25969             mouse_events: 0;
25970             scale: 1;
25971             description { state: "default" 0.0;
25972                min: 0 GENLIST_ICON_SMALL_SIZE;
25973                fixed: 0 1;
25974                align: 0 1;
25975                rel1 {
25976                   relative: 1.0 0.0;
25977                   to_x: "elm.padding.icon.right";
25978                   to_y: "elm.padding.bottom";
25979                }
25980                rel2 {
25981                   relative: 0.0 0.0;
25982                   to_x: "elm.padding.right";
25983                   to_y: "elm.padding.bottom";
25984                }
25985                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25986                text {
25987                   font: "SLP:style=Medium";
25988                   size: GENLIST_FONT_32_INC;
25989                   align: 0.0 1.0;
25990                   text_class: "slp_medium";
25991                }
25992             }
25993          }
25994          GENLIST_PART_DISCLIP
25995       }
25996       programs {
25997          // signal: elm,state,%s,active
25998          //   a "check" item named %s went active
25999          // signal: elm,state,%s,passive
26000          //   a "check" item named %s went passive
26001          // default is passive
26002          /*program { name: "go_active";
26003             signal: "elm,state,selected";
26004             source: "elm";
26005             action: STATE_SET "selected" 0.0;
26006             target: "elm.text";
26007             target: "elm.text.sub";
26008          }
26009          program { name: "go_passive";
26010             signal: "elm,state,unselected";
26011             source: "elm";
26012             action: STATE_SET "default" 0.0;
26013             target: "elm.text";
26014             target: "elm.text.sub";
26015             transition: LINEAR 0.1;
26016          }*/
26017          program { name: "go_disabled";
26018             signal: "elm,state,disabled";
26019             source: "elm";
26020             action: STATE_SET "disabled" 0.0;
26021             target: "disclip";
26022          }
26023          program { name: "go_enabled";
26024             signal: "elm,state,enabled";
26025             source: "elm";
26026             action: STATE_SET "default" 0.0;
26027             target: "disclip";
26028          }
26029       }
26030   }
26031
26032 ////////////////////////////////////////////////////////
26033 // Check that belows are used
26034    group { name: "elm/genlist/item/1icon/with_no_line/default";
26035       alias: "elm/genlist/item_odd/1icon/with_no_line/default";
26036       alias: "elm/genlist/item_compress/1icon/with_no_line/default";
26037       alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
26038       data.item: "stacking" "above";
26039       data.item: "selectraise" "on";
26040       data.item: "contents" "elm.icon";
26041       parts {
26042          part { name: "base";
26043             type: RECT;
26044             repeat_events: 1;
26045             scale: 1;
26046             description { state: "default" 0.0;
26047                color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR;
26048             }
26049          }
26050          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26051          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26052          part { name: "elm.icon";
26053             clip_to: "disclip";
26054             type: SWALLOW;
26055             description { state: "default" 0.0;
26056                rel1 {
26057                   relative: 1.0 0.0;
26058                   to_x: "elm.padding.left";
26059                }
26060                rel2 {
26061                   relative: 0.0 1.0;
26062                   to_x: "elm.padding.right";
26063                }
26064             }
26065          }
26066          GENLIST_PART_DISCLIP
26067       }
26068       programs {
26069          // signal: elm,state,%s,active
26070          //   a "check" item named %s went active
26071          // signal: elm,state,%s,passive
26072          //   a "check" item named %s went passive
26073          // default is passive
26074          program { name: "go_disabled";
26075             signal: "elm,state,disabled";
26076             source: "elm";
26077             action: STATE_SET "disabled" 0.0;
26078             target: "disclip";
26079          }
26080          program { name: "go_enabled";
26081             signal: "elm,state,enabled";
26082             source: "elm";
26083             action: STATE_SET "default" 0.0;
26084             target: "disclip";
26085          }
26086       }
26087    }
26088    group { name: "elm/genlist/item/1icon/default";
26089       alias: "elm/genlist/item_odd/1icon/default";
26090       alias: "elm/genlist/item_compress/1icon/default";
26091       alias: "elm/genlist/item_compress_odd/1icon/default";
26092       inherit: "elm/genlist/item/1icon/with_no_line/default";
26093       parts {
26094          part { name: "bottom_line";
26095             insert_after: "elm.padding.right";
26096             type: RECT;
26097             mouse_events: 0;
26098             description { state: "default" 0.0;
26099                min: 0 1;
26100                fixed: 0 1;
26101                visible: 1;
26102                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26103                rel1 {
26104                   relative: 0.0 1.0;
26105                   offset: 0 -1;
26106                }
26107             }
26108          }
26109       }
26110    }
26111    group { name: "elm/genlist/item/1text.2/default";
26112       alias: "elm/genlist/item_odd/1text.2/default";
26113       alias: "elm/genlist/item_compress/1text.2/default";
26114       alias: "elm/genlist/item_compress_odd/1text.2/default";
26115       data.item: "stacking" "above";
26116       data.item: "selectraise" "on";
26117       data.item: "texts" "elm.text";
26118       data.item: "flips" "elm.flip.content";
26119       images {
26120          image: "00_list_bar_press_1x80.png" COMP;
26121       }
26122       parts {
26123          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
26124          GENLIST_PART_BG_IMAGE
26125          GENLIST_PART_BOTTOM_LINE
26126          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26127          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26128          part { name: "temp_center_line"; //temporary
26129             clip_to: "disclip";
26130             type: RECT;
26131             mouse_events: 0;
26132             scale: 1;
26133             description { state: "default" 0.0;
26134                rel1 {
26135                   relative: 0.0 0.5;
26136                   to: "base";
26137                }
26138                rel2 {
26139                   relative: 1.0 0.5;
26140                   to: "base";
26141                }
26142             }
26143          }
26144          part { name: "elm.text";
26145             clip_to: "disclip";
26146             type: TEXTBLOCK;
26147             mouse_events: 0;
26148             scale: 1;
26149             multiline: 0;
26150             description { state: "default" 0.0;
26151                fixed: 1 1;
26152                rel1 {
26153                   relative: 1.0 0.5;
26154                   to_x: "elm.padding.left";
26155                   to_y: "temp_center_line";
26156                }
26157                rel2 {
26158                   relative: 0.0 0.5;
26159                   to_x: "elm.padding.right";
26160                   to_y: "temp_center_line";
26161                }
26162                align: 0.0 0.5;
26163                text {
26164                   style: "genlist_style_list_main_text_unread";
26165                   min: 0 1;
26166                   align: 0.0 0.5;
26167                }
26168             }
26169             description { state: "selected" 0.0;
26170                inherit: "default" 0.0;
26171                text.style: "genlist_style_list_main_text_focus";
26172             }
26173             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
26174             GENLIST_DESCRIPTION_FLIP_ENABLED
26175          }
26176          GENLIST_PART_FLIP
26177          GENLIST_PART_DISCLIP
26178       }
26179       programs {
26180          // signal: elm,state,%s,active
26181          //   a "check" item named %s went active
26182          // signal: elm,state,%s,passive
26183          //   a "check" item named %s went passive
26184          // default is passive
26185          program { name: "go_active";
26186             signal: "elm,state,selected";
26187             source: "elm";
26188             action: STATE_SET "selected" 0.0;
26189             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
26190             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
26191          }
26192          program { name: "go_passive";
26193             signal: "elm,state,unselected";
26194             source: "elm";
26195             action: STATE_SET "default" 0.0;
26196             target: "bg_image";
26197             target: "elm.text";
26198             transition: LINEAR 0.1;
26199          }
26200          program { name: "go_disabled";
26201             signal: "elm,state,disabled";
26202             source: "elm";
26203             action: STATE_SET "disabled" 0.0;
26204             target: "disclip";
26205          }
26206          program { name: "go_enabled";
26207             signal: "elm,state,enabled";
26208             source: "elm";
26209             action: STATE_SET "default" 0.0;
26210             target: "disclip";
26211          }
26212          //GENLIST_PROGRAM_FLIP_1TEXT
26213          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
26214       }
26215    }
26216
26217 // 3.1.17
26218    group { name: "elm/genlist/item/1text.2icon.4/default";
26219       alias: "elm/genlist/item_odd/1text.2icon.4/default";
26220       alias: "elm/genlist/item_compress/1text.2icon.4/default";
26221       alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
26222       data.item: "stacking" "above";
26223       data.item: "selectraise" "on";
26224       data.item: "texts" "elm.text";
26225       data.item: "contents" "elm.icon.1 elm.icon.2";
26226       data.item: "flips" "elm.flip.content";
26227       images {
26228          image: "00_list_bar_press_1x80.png" COMP;
26229       }
26230       parts {
26231          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
26232          GENLIST_PART_BG_IMAGE
26233          GENLIST_PART_BOTTOM_LINE
26234          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26235          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26236          part { name: "elm.icon.1";
26237             clip_to: "disclip";
26238             type: SWALLOW;
26239             scale: 1;
26240             description { state: "default" 0.0;
26241                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
26242                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
26243                fixed: 1 1;
26244                rel1 {
26245                   relative: 1.0 0.0;
26246                   to_x: "elm.padding.left";
26247                }
26248                rel2.to_x: "elm.padding.left";
26249                align: 0.0 0.5;
26250             }
26251             GENLIST_DESCRIPTION_FLIP_ENABLED
26252          }
26253          part { name: "elm.padding.icon1.right";
26254             clip_to: "disclip";
26255             type: RECT;
26256             scale: 1;
26257             description { state: "default" 0.0;
26258                min: GENLIST_PADDING_16_INC 0;
26259                fixed: 1 0;
26260                rel1 {
26261                   relative: 1.0 0.0;
26262                   to_x: "elm.icon.1";
26263                }
26264                rel2.to_x: "elm.icon.1";
26265                visible: 0;
26266             }
26267          }
26268          part { name: "elm.icon.2";
26269             clip_to: "disclip";
26270             type: SWALLOW;
26271             scale: 1;
26272             description { state: "default" 0.0;
26273                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
26274                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
26275                fixed: 1 1;
26276                rel1 {
26277                   relative: 0.0 0.0;
26278                   to_x: "elm.padding.right";
26279                }
26280                rel2 {
26281                   relative: 0.0 1.0;
26282                   to_x: "elm.padding.right";
26283                }
26284                align: 1.0 0.5;
26285             }
26286             GENLIST_DESCRIPTION_FLIP_ENABLED
26287          }
26288          part { name: "elm.padding.icon2.left";
26289             clip_to: "disclip";
26290             type: RECT;
26291             scale: 1;
26292             description { state: "default" 0.0;
26293                min: GENLIST_PADDING_16_INC 0;
26294                fixed: 1 0;
26295                rel1.to_x: "elm.icon.2";
26296                rel2 {
26297                   relative: 0.0 1.0;
26298                   to_x: "elm.icon.2";
26299                }
26300                align: 1.0 0.0;
26301                visible: 0;
26302             }
26303          }
26304          part { name: "elm.text";
26305             clip_to: "disclip";
26306             type: TEXT;
26307             mouse_events: 0;
26308             scale: 1;
26309             description { state: "default" 0.0;
26310                rel1 {
26311                   relative: 1.0 0.0;
26312                   to_x: "elm.padding.icon1.right";
26313                }
26314                rel2 {
26315                   relative: 0.0 1.0;
26316                   to_x: "elm.padding.icon2.left";
26317                }
26318                align: 0.0 0.5;
26319                color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR;
26320                text {
26321                   font: "SLP:style=Roman";
26322                   size: GENLIST_LIST_MAIN_TEXT_SIZE;
26323                   min: 0 1;
26324                   align: 0.0 0.5;
26325                   text_class: "list_item";
26326                }
26327             }
26328             description { state: "selected" 0.0;
26329                inherit: "default" 0.0;
26330                color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
26331             }
26332             GENLIST_DESCRIPTION_FLIP_ENABLED
26333          }
26334          GENLIST_PART_FLIP
26335          GENLIST_PART_DISCLIP
26336       }
26337       programs {
26338          program { name: "go_active";
26339             signal: "elm,state,selected";
26340             source: "elm";
26341             action: STATE_SET "selected" 0.0;
26342             target: "bg_image";
26343             target: "elm.text";
26344             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
26345          }
26346          program { name: "go_passive";
26347             signal: "elm,state,unselected";
26348             source: "elm";
26349             action: STATE_SET "default" 0.0;
26350             target: "bg_image";
26351             target: "elm.text";
26352             transition: LINEAR 0.1;
26353          }
26354          program { name: "go_disabled";
26355             signal: "elm,state,disabled";
26356             source: "elm";
26357             action: STATE_SET "disabled" 0.0;
26358             target: "disclip";
26359          }
26360          program { name: "go_enabled";
26361             signal: "elm,state,enabled";
26362             source: "elm";
26363             action: STATE_SET "default" 0.0;
26364             target: "disclip";
26365          }
26366          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
26367          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
26368       }
26369    }
26370