Fix 4text.1icon.1 & 4text.1icon.1.tb & 4text.1icon.2 & 4text.1icon.2.tb
[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_PART_TEXT_PRESS_COLOR_INC;
84             }
85          }
86          part { name: "elm.swallow.icon";
87             clip_to: "disclip";
88             type: SWALLOW;
89             description { state: "default" 0.0;
90                fixed: 1 0;
91                align: 0.0 0.5;
92                rel1 {
93                   relative: 1.0 0.0;
94                   to_x: "elm.padding.left";
95                }
96                rel2.to_x: "elm.padding.left";
97             }
98          }
99          GENLIST_PART_DISCLIP
100       }
101       programs {
102          // signal: elm,state,%s,active
103          //   a "check" item named %s went active
104          // signal: elm,state,%s,passive
105          //   a "check" item named %s went passive
106          // default is passive
107          program { name: "go_active";
108             signal: "elm,state,selected";
109             source: "elm";
110             action: STATE_SET "selected" 0.0;
111             target: "bg_image";
112             target: "elm.text";
113             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
114          }
115          program { name: "go_passive";
116             signal: "elm,state,unselected";
117             source: "elm";
118             action: STATE_SET "default" 0.0;
119             target: "bg_image";
120             target: "elm.text";
121             transition: LINEAR 0.1;
122          }
123          program { name: "go_disabled";
124             signal: "elm,state,disabled";
125             source: "elm";
126             action: STATE_SET "disabled" 0.0;
127             target: "disclip";
128          }
129          program { name: "go_enabled";
130             signal: "elm,state,enabled";
131             source: "elm";
132             action: STATE_SET "default" 0.0;
133             target: "disclip";
134          }
135          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
136       }
137    }
138
139    group { name: "elm/genlist/item/default/default";
140       alias: "elm/genlist/item_odd/default/default";
141       alias: "elm/genlist/item_compress/default/default";
142       alias: "elm/genlist/item_compress_odd/default/default";
143       alias: "elm/list/item/default";
144       alias: "elm/list/item_odd/default";
145       alias: "elm/list/item_compress/default";
146       alias: "elm/list/item_compress_odd/default";
147       data.item: "stacking" "above";
148       data.item: "selectraise" "on";
149       data.item: "texts" "elm.text";
150       data.item: "contents" "elm.swallow.icon elm.swallow.end";
151       images {
152          image: "00_list_bar_press_1x80.png" COMP;
153       }
154       parts {
155          GENLIST_PART_BASE( GENLIST_HEIGHT_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_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
191                text {
192                   font: "SLP:style=Roman";
193                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
194                   min: 0 1;
195                   align: 0.0 0.5;
196                   text_class: "list_item";
197                }
198             }
199             description { state: "selected" 0.0;
200                inherit: "default" 0.0;
201                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
202             }
203          }
204          part { name: "elm.swallow.icon";
205             clip_to: "disclip";
206             type: SWALLOW;
207             description { state: "default" 0.0;
208                fixed: 1 0;
209                align: 0.0 0.5;
210                rel1 {
211                   relative: 1.0 0.0;
212                   to_x: "elm.padding.left";
213                }
214                rel2.to_x: "elm.padding.left";
215             }
216          }
217          GENLIST_PART_DISCLIP
218       }
219       programs {
220          // signal: elm,state,%s,active
221          //   a "check" item named %s went active
222          // signal: elm,state,%s,passive
223          //   a "check" item named %s went passive
224          // default is passive
225          program { name: "go_active";
226             signal: "elm,state,selected";
227             source: "elm";
228             action: STATE_SET "selected" 0.0;
229             target: "bg_image";
230             target: "elm.text";
231             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
232          }
233          program { name: "go_passive";
234             signal: "elm,state,unselected";
235             source: "elm";
236             action: STATE_SET "default" 0.0;
237             target: "bg_image";
238             target: "elm.text";
239             transition: LINEAR 0.1;
240          }
241          program { name: "go_disabled";
242             signal: "elm,state,disabled";
243             source: "elm";
244             action: STATE_SET "disabled" 0.0;
245             target: "disclip";
246          }
247          program { name: "go_enabled";
248             signal: "elm,state,enabled";
249             source: "elm";
250             action: STATE_SET "default" 0.0;
251             target: "disclip";
252          }
253          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
254       }
255    }
256
257 // 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_DISCLIP
273          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
274          GENLIST_PART_BG_IMAGE
275          GENLIST_PART_BOTTOM_LINE
276          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
277          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
278          GENLIST_PART_FLIP
279          part { name: "elm.text";
280             clip_to: "disclip";
281             type: TEXT;
282             mouse_events: 0;
283             scale: 1;
284             description { state: "default" 0.0;
285                align: 0.0 0.5;
286                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
287                rel1 {
288                   relative: 1.0 0.0;
289                   to_x: "elm.padding.left";
290                }
291                rel2 {
292                   relative: 0.0 1.0;
293                   to_x: "elm.padding.right";
294                }
295                text {
296                   font: "SLP:style=Roman";
297                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
298                   max: 1 1;
299                   align: 0.0 0.5;
300                   text_class: "list_item";
301                }
302             }
303             description { state: "selected" 0.0;
304                inherit: "default" 0.0;
305                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
306             }
307             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
308             GENLIST_DESCRIPTION_FLIP_ENABLED
309          }
310       }
311       programs {
312          // signal: elm,state,%s,active
313          //   a "check" item named %s went active
314          // signal: elm,state,%s,passive
315          //   a "check" item named %s went passive
316          // default is passive
317          program { name: "go_active";
318             signal: "elm,state,selected";
319             source: "elm";
320             action: STATE_SET "selected" 0.0;
321             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
322             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
323          }
324          program { name: "go_passive";
325             signal: "elm,state,unselected";
326             source: "elm";
327             action: STATE_SET "default" 0.0;
328             target: "bg_image";
329             target: "elm.text";
330             transition: LINEAR 0.1;
331          }
332          program { name: "go_disabled";
333             signal: "elm,state,disabled";
334             source: "elm";
335             action: STATE_SET "disabled" 0.0;
336             target: "disclip";
337          }
338          program { name: "go_enabled";
339             signal: "elm,state,enabled";
340             source: "elm";
341             action: STATE_SET "default" 0.0;
342             target: "disclip";
343          }
344          GENLIST_PROGRAM_FLIP_1TEXT
345          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
346       }
347    }
348 // 2.2.1.1 (textblock)
349    group { name: "elm/genlist/item_compress/1text.tb/default";
350       inherit: "elm/genlist/item/1text/default";
351       parts {
352          part { name: "elm.text";
353             type: TEXTBLOCK;
354             description { state: "default" 0.0;
355                rel1 {
356                   relative: 1.0 0.0;
357                   to_x: "elm.padding.left";
358                }
359                rel2 {
360                   relative: 0.0 1.0;
361                   to_x: "elm.padding.right";
362                }
363                align: 0.0 0.5;
364                text {
365                   style: "genlist_default_textblock_style";
366                }
367             }
368             description { state: "selected" 0.0;
369                inherit: "default" 0.0;
370                // FIXME: Why color textblock of is not changed by text.style?
371                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
372                text.style: "genlist_default_textblock_selected_style";
373             }
374             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
375             GENLIST_DESCRIPTION_FLIP_ENABLED
376          }
377       }
378    }
379 // scaled automatically by icon size
380 // 2.2.1.5
381 // 2.2.1.6
382 // 2.2.1.7
383    group { name: "elm/genlist/item/1text.1icon/default";
384       alias: "elm/genlist/item_odd/1text.1icon/default";
385       alias: "elm/genlist/item_compress/1text.1icon/default";
386       alias: "elm/genlist/item_compress_odd/1text.1icon/default";
387           alias: "elm/genlist/item/1text.1icon.4/default";
388       alias: "elm/genlist/item_odd/1text.1icon.4/default";
389       alias: "elm/genlist/item_compress/1text.1icon.4/default";
390       alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
391
392       inherit: "elm/genlist/item/1text/default";
393
394       data.item: "contents" "elm.icon";
395       parts {
396          part { name: "elm.text";
397             description { state: "default" 0.0;
398                rel2 {
399                   relative: 0.0 1.0;
400                   to_x: "elm.icon";
401                   offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
402                }
403             }
404             description { state: "selected" 0.0;
405                rel2 {
406                   relative: 0.0 1.0;
407                   to_x: "elm.icon";
408                   offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
409                }
410             }
411          }
412          part { name: "elm.icon";
413             clip_to: "disclip";
414             type: SWALLOW;
415             scale: 1;
416             description { state: "default" 0.0;
417                fixed: 1 1;
418                align: 1.0 0.5;
419                rel1 {
420                   relative: 0.0 0.0;
421                   to_x: "elm.padding.right";
422                }
423                rel2 {
424                   relative: 0.0 1.0;
425                   to_x: "elm.padding.right";
426                }
427             }
428             GENLIST_DESCRIPTION_FLIP_ENABLED
429          }
430       }
431       programs {
432          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
433       }
434    }
435 // 2.2.1.4
436    group { name: "elm/genlist/item/1text.1icon.6/default";
437       alias: "elm/genlist/item_odd/1text.1icon.6/default";
438       alias: "elm/genlist/item_compress/1text.1icon.6/default";
439       alias: "elm/genlist/item_compress_odd/1text.1icon.6/default";
440       inherit: "elm/genlist/item/1text.1icon/default";
441
442       parts {
443          part { name: "elm.icon";
444             description { state: "default" 0.0;
445                fixed: 1 1;
446                min: 0 GENLIST_TEXT_BTN_HEIGHT;
447                            max: 0 GENLIST_TEXT_BTN_HEIGHT;
448
449             }
450          }
451       }
452    }
453 // 2.2.1.8
454    group { name: "elm/genlist/item/1text.1icon.5/default";
455       alias: "elm/genlist/item_odd/1text.1icon.5/default";
456       alias: "elm/genlist/item_compress/1text.1icon.5/default";
457       alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
458       inherit: "elm/genlist/item/1text.1icon/default";
459
460       parts {
461          part { name: "elm.icon";
462             description { state: "default" 0.0;
463                rel1.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
464                rel2.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
465             }
466          }
467       }
468    }
469
470 // Scalable icon
471    group { name: "elm/genlist/item/1text.1icon.1/default";
472       alias: "elm/genlist/item_odd/1text.1icon.1/default";
473       alias: "elm/genlist/item_compress/1text.1icon.1/default";
474       alias: "elm/genlist/item_compress_odd/1text.1icon.1/default";
475       inherit: "elm/genlist/item/1text.1icon/default";
476
477       parts {
478          part { name: "elm.text";
479             description { state: "default" 0.0;
480                rel1 {
481                   relative: 1.0 0.0;
482                   to_x: "elm.icon";
483                   offset: GENLIST_PADDING_SIZE_DEFAULT 0;
484                }
485                rel2 {
486                   relative: 0.0 1.0;
487                   to_x: "elm.padding.right";
488                }
489             }
490             description { state: "selected" 0.0;
491                inherit: "default" 0.0;
492                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
493             }
494
495          }
496          part { name: "elm.icon";
497             description { state: "default" 0.0;
498                align: 0.0 0.5;
499                rel1 {
500                   relative: 1.0 0.0;
501                   to_x: "elm.padding.left";
502                }
503                rel2 {
504                   relative: 1.0 1.0;
505                   to_x: "elm.padding.left";
506                }
507             }
508             GENLIST_DESCRIPTION_FLIP_ENABLED
509          }
510       }
511    }
512
513 // 2.2.1.9
514    group { name: "elm/genlist/item/1text.2icon.3/default";
515       alias: "elm/genlist/item_odd/1text.2icon.3/default";
516       alias: "elm/genlist/item_compress/1text.2icon.3/default";
517       alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
518       data.item: "stacking" "above";
519       data.item: "selectraise" "on";
520       data.item: "texts" "elm.text";
521       data.item: "contents" "elm.icon.1 elm.icon.2";
522       data.item: "flips" "elm.flip.content";
523       images {
524          image: "00_list_bar_press_1x80.png" COMP;
525       }
526       parts {
527          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
528          GENLIST_PART_BG_IMAGE
529          GENLIST_PART_BOTTOM_LINE
530          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
531          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
532          part { name: "elm.icon.1";
533             type: SWALLOW;
534             clip_to: "disclip";
535             scale: 1;
536             description { state: "default" 0.0;
537                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
538                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
539                fixed: 1 1;
540                rel1 {
541                   relative: 0.0 0.0;
542                   to_x: "elm.padding.right";
543                }
544                rel2 {
545                   relative: 0.0 1.0;
546                   to_x: "elm.padding.right";
547                }
548                align: 1.0 0.5;
549             }
550             GENLIST_DESCRIPTION_FLIP_ENABLED
551          }
552          part { name: "elm.padding.icon1.left";
553             type: RECT;
554             clip_to: "disclip";
555             scale: 1;
556             description { state: "default" 0.0;
557                min: GENLIST_PADDING_16_INC 0;
558                fixed: 1 0;
559                visible: 0;
560                rel1.to_x: "elm.icon.1";
561                rel2 {
562                   relative: 0.0 1.0;
563                   to_x: "elm.icon.1";
564                }
565                align: 1.0 0.0;
566             }
567          }
568          part { name: "elm.padding.icon1.left2";
569             type: RECT;
570             clip_to: "disclip";
571             scale: 1;
572             description { state: "default" 0.0;
573                min: GENLIST_PADDING_64_INC 0;
574                fixed: 1 0;
575                visible: 0;
576                rel1.to_x: "elm.icon.1";
577                rel2 {
578                   relative: 0.0 1.0;
579                   to_x: "elm.icon.1";
580                }
581                align: 1.0 0.0;
582             }
583          }
584          part { name: "elm.text";
585             type: TEXT;
586             clip_to: "disclip";
587             mouse_events: 0;
588             scale: 1;
589             description { state: "default" 0.0;
590                rel1 {
591                   relative: 1.0 0.0;
592                   to_x: "elm.padding.left";
593                }
594                rel2 {
595                   relative: 0.0 1.0;
596                   to_x: "elm.padding.icon1.left2";
597                }
598                align: 0.0 0.5;
599                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
600                text {
601                   font: "SLP:style=Roman";
602                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
603                   min: 0 1;
604                   max: 1 0;
605                   align: 0.0 0.5;
606                   text_class: "list_item";
607                }
608             }
609             description { state: "selected" 0.0;
610                inherit: "default" 0.0;
611                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
612             }
613             GENLIST_DESCRIPTION_FLIP_ENABLED
614          }
615          part { name: "elm.padding.text.right";
616             type: RECT;
617             clip_to: "disclip";
618             scale: 1;
619             description { state: "default" 0.0;
620                min: GENLIST_PADDING_16_INC 0;
621                fixed: 1 0;
622                rel1 {
623                   relative: 1.0 0.0;
624                   to_x: "elm.text";
625                }
626                rel2.to_x: "elm.text";
627                align: 0.0 0.0;
628                visible: 0;
629             }
630          }
631          part { name: "elm.icon.2.rect";
632             type: RECT;
633             clip_to: "disclip";
634             scale: 1;
635             description { state: "default" 0.0;
636                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
637                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
638                rel1 {
639                   relative: 1.0 0.0;
640                   to_x: "elm.padding.text.right";
641                }
642                rel2 {
643                   relative: 0.0 1.0;
644                   to_x: "elm.padding.icon1.left";
645                }
646                align: 0.0 0.5;
647                color: 0 0 0 0;
648             }
649             GENLIST_DESCRIPTION_FLIP_ENABLED
650          }
651          part { name: "elm.icon.2";
652             type: SWALLOW;
653             clip_to: "disclip";
654             description { state: "default" 0.0;
655                fixed: 1 1;
656                rel1.to: "elm.icon.2.rect";
657                rel2.to: "elm.icon.2.rect";
658             }
659             GENLIST_DESCRIPTION_FLIP_ENABLED
660          }
661          GENLIST_PART_FLIP
662          GENLIST_PART_DISCLIP
663       }
664       programs {
665          program { name: "go_active";
666             signal: "elm,state,selected";
667             source: "elm";
668             action: STATE_SET "selected" 0.0;
669             target: "bg_image";
670             target: "elm.text";
671             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
672          }
673          program { name: "go_passive";
674             signal: "elm,state,unselected";
675             source: "elm";
676             action: STATE_SET "default" 0.0;
677             target: "bg_image";
678             target: "elm.text";
679             transition: LINEAR 0.1;
680          }
681          program { name: "go_disabled";
682             signal: "elm,state,disabled";
683             source: "elm";
684             action: STATE_SET "disabled" 0.0;
685             target: "disclip";
686          }
687          program { name: "go_enabled";
688             signal: "elm,state,enabled";
689             source: "elm";
690             action: STATE_SET "default" 0.0;
691             target: "disclip";
692          }
693          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
694          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
695       }
696    }
697
698    group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
699       inherit: "elm/genlist/item/1text.2icon.3/default";
700       parts {
701          part { name: "elm.text";
702             type: TEXTBLOCK;
703             clip_to: "disclip";
704             mouse_events: 0;
705             scale: 1;
706             description { state: "default" 0.0;
707                rel1 {
708                   relative: 1.0 0.0;
709                   to_x: "elm.padding.left";
710                }
711                rel2 {
712                   relative: 0.0 1.0;
713                   to_x: "elm.padding.icon1.left2";
714                }
715                align: 0.0 0.5;
716                text {
717                   style: "genlist_default_textblock_style";
718                   min: 0 1;
719                   max: 1 0;
720                   align: 0.0 0.5;
721                }
722             }
723             description { state: "selected" 0.0;
724                inherit: "default" 0.0;
725                text.style: "genlist_default_textblock_selected_style";
726             }
727             GENLIST_DESCRIPTION_FLIP_ENABLED
728          }
729       }
730    }
731
732
733 // 2.2.1.10
734 // 2.2.1.20
735    group { name: "elm/genlist/item/1text.1icon.2/default";
736       alias: "elm/genlist/item_odd/1text.1icon.2/default";
737       alias: "elm/genlist/item_compress/1text.1icon.2/default";
738       alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
739       inherit: "elm/genlist/item/1text.1icon.1/default";
740
741       parts {
742          part { name: "elm.icon";
743             description { state: "default" 0.0;
744                fixed: 1 1;
745                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
746                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
747             }
748             GENLIST_DESCRIPTION_FLIP_ENABLED
749          }
750       }
751    }
752
753 // 2.2.1.10 textblock
754    group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
755       inherit: "elm/genlist/item/1text.1icon.2/default";
756       parts {
757          part { name: "elm.text";
758             clip_to: "disclip";
759             type: TEXTBLOCK;
760             mouse_events: 0;
761             scale: 1;
762             description { state: "default" 0.0;
763                align: 0.0 0.5;
764                rel1 {
765                   relative: 1.0 0.0;
766                   to_x: "elm.icon";
767                }
768                rel2 {
769                   relative: 0.0 1.0;
770                   to_x: "elm.padding.right";
771                }
772                text {
773                   style: "genlist_default_textblock_style";
774                   min: 0 1;
775                   align: 0.0 0.5;
776                }
777             }
778             description { state: "selected" 0.0;
779                inherit: "default" 0.0;
780                // FIXME: Why is not textblock changed by text.style?
781                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
782                text.style: "genlist_default_textblock_selected_style";
783             }
784             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
785             GENLIST_DESCRIPTION_FLIP_ENABLED
786          }
787       }
788    }
789
790 // 2.2.1.16
791    group { name: "elm/genlist/item/1text.1icon.3/default";
792       alias: "elm/genlist/item_odd/1text.1icon.3/default";
793       alias: "elm/genlist/item_compress/1text.1icon.3/default";
794       alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
795       inherit: "elm/genlist/item/1text.1icon.1/default";
796
797       parts {
798          part { name: "elm.icon";
799             description { state: "default" 0.0;
800                fixed: 1 1;
801                min: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
802                max: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
803             }
804             GENLIST_DESCRIPTION_FLIP_ENABLED
805          }
806       }
807    }
808
809
810 // 2.2.1.13
811 // 2.2.1.14
812 // 2.2.1.15
813    group { name: "elm/genlist/item/1text.2icon/default";
814       alias: "elm/genlist/item_odd/1text.2icon/default";
815       alias: "elm/genlist/item_compress/1text.2icon/default";
816       alias: "elm/genlist/item_compress_odd/1text.2icon/default";
817       data.item: "stacking" "above";
818       data.item: "selectraise" "on";
819       data.item: "texts" "elm.text";
820       data.item: "contents" "elm.icon.1 elm.icon.2";
821       data.item: "flips" "elm.flip.content";
822       images {
823          image: "00_list_bar_press_1x80.png" COMP;
824       }
825       parts {
826          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
827          GENLIST_PART_BG_IMAGE
828          GENLIST_PART_BOTTOM_LINE
829          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
830          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
831          part { name: "elm.icon.1";
832             clip_to: "disclip";
833             type: SWALLOW;
834             scale: 1;
835             description { state: "default" 0.0;
836                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
837                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
838                fixed: 1 1;
839                rel1 {
840                   relative: 1.0 0.0;
841                   to_x: "elm.padding.left";
842                }
843                rel2 {
844                   relative: 1.0 1.0;
845                   to_x: "elm.padding.left";
846                }
847                align: 0.0 0.5;
848             }
849             GENLIST_DESCRIPTION_FLIP_ENABLED
850          }
851          part { name: "elm.padding.icon1.right";
852             clip_to: "disclip";
853             type: RECT;
854             scale: 1;
855             description { state: "default" 0.0;
856                min: GENLIST_SIZE_16_INC 0;
857                fixed: 1 0;
858                rel1 {
859                   relative: 1.0 0.0;
860                   to_x: "elm.icon.1";
861                }
862                rel2.to_x: "elm.icon.1";
863                visible: 0;
864             }
865          }
866          part { name: "elm.icon.2";
867             clip_to: "disclip";
868             type: SWALLOW;
869             scale: 1;
870             description { state: "default" 0.0;
871                fixed: 1 1;
872                rel1 {
873                   relative: 0.0 0.0;
874                   to_x: "elm.padding.right";
875                }
876                rel2 {
877                   relative: 0.0 1.0;
878                   to_x: "elm.padding.right";
879                }
880                align: 1.0 0.5;
881             }
882             GENLIST_DESCRIPTION_FLIP_ENABLED
883          }
884          part { name: "elm.padding.icon2.left";
885             clip_to: "disclip";
886             type: RECT;
887             scale: 1;
888             description { state: "default" 0.0;
889                min: GENLIST_PADDING_16_INC 0;
890                fixed: 1 0;
891                rel1.to_x: "elm.icon.2";
892                rel2 {
893                   relative: 0.0 1.0;
894                   to_x: "elm.icon.2";
895                }
896                align: 1.0 0.0;
897                visible: 0;
898             }
899          }
900          part { name: "elm.text";
901             clip_to: "disclip";
902             type: TEXT;
903             mouse_events: 0;
904             scale: 1;
905             description { state: "default" 0.0;
906                rel1 {
907                   relative: 1.0 0.0;
908                   to_x: "elm.padding.icon1.right";
909                }
910                rel2 {
911                   relative: 0.0 1.0;
912                   to_x: "elm.padding.icon2.left";
913                }
914                align: 0.0 0.5;
915                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
916                text {
917                   font: "SLP:style=Roman";
918                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
919                   min: 0 1;
920                   align: 0.0 0.5;
921                   text_class: "list_item";
922                }
923             }
924             description { state: "selected" 0.0;
925                inherit: "default" 0.0;
926                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
927             }
928             GENLIST_DESCRIPTION_FLIP_ENABLED
929          }
930          GENLIST_PART_FLIP
931          GENLIST_PART_DISCLIP
932       }
933       programs {
934          program { name: "go_active";
935             signal: "elm,state,selected";
936             source: "elm";
937             action: STATE_SET "selected" 0.0;
938             target: "bg_image";
939             target: "elm.text";
940             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
941          }
942          program { name: "go_passive";
943             signal: "elm,state,unselected";
944             source: "elm";
945             action: STATE_SET "default" 0.0;
946             target: "bg_image";
947             target: "elm.text";
948             transition: LINEAR 0.1;
949          }
950          program { name: "go_disabled";
951             signal: "elm,state,disabled";
952             source: "elm";
953             action: STATE_SET "disabled" 0.0;
954             target: "disclip";
955          }
956          program { name: "go_enabled";
957             signal: "elm,state,enabled";
958             source: "elm";
959             action: STATE_SET "default" 0.0;
960             target: "disclip";
961          }
962          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
963          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
964       }
965    }
966
967 // 2.2.1.18
968    group { name: "elm/genlist/item/1text.2icon.2/default";
969       alias: "elm/genlist/item_odd/1text.2icon.2/default";
970       alias: "elm/genlist/item_compress/1text.2icon.2/default";
971       alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
972       data.item: "stacking" "above";
973       data.item: "selectraise" "on";
974       data.item: "texts" "elm.text";
975       data.item: "contents" "elm.icon.1 elm.icon.2";
976       data.item: "flips" "elm.flip.content";
977       images {
978          image: "00_list_bar_press_1x80.png" COMP;
979       }
980       parts {
981          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
982          GENLIST_PART_BG_IMAGE
983          GENLIST_PART_BOTTOM_LINE
984          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
985          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
986          part { name: "elm.icon.1";
987             clip_to: "disclip";
988             type: SWALLOW;
989             scale: 1;
990             description { state: "default" 0.0;
991                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
992                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
993                fixed: 1 1;
994                rel1 {
995                   relative: 1.0 0.0;
996                   to_x: "elm.padding.left";
997                }
998                rel2.to_x: "elm.padding.left";
999                align: 0.0 0.5;
1000             }
1001             GENLIST_DESCRIPTION_FLIP_ENABLED
1002          }
1003          part { name: "elm.padding.icon1.right";
1004             clip_to: "disclip";
1005             type: RECT;
1006             scale: 1;
1007             description { state: "default" 0.0;
1008                min: GENLIST_PADDING_16_INC 0;
1009                fixed: 1 0;
1010                rel1 {
1011                   relative: 1.0 0.0;
1012                   to_x: "elm.icon.1";
1013                }
1014                rel2.to_x: "elm.icon.1";
1015                align: 0.0 0.0;
1016                visible: 0;
1017             }
1018          }
1019          part { name: "elm.icon.2";
1020             clip_to: "disclip";
1021             type: SWALLOW;
1022             scale: 1;
1023             description { state: "default" 0.0;
1024                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1025                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1026                fixed: 1 1;
1027                rel1 {
1028                   relative: 1.0 0.0;
1029                   to_x: "elm.padding.icon1.right";
1030                }
1031                rel2.to_x: "elm.padding.icon1.right";
1032                align: 0.0 0.5;
1033             }
1034             GENLIST_DESCRIPTION_FLIP_ENABLED
1035          }
1036          part { name: "elm.padding.icon2.right";
1037             type: RECT;
1038             scale: 1;
1039             description { state: "default" 0.0;
1040                min: GENLIST_PADDING_16_INC 0;
1041                fixed: 1 0;
1042                rel1 {
1043                   relative: 1.0 0.0;
1044                   to_x: "elm.icon.2";
1045                }
1046                rel2.to_x: "elm.icon.2";
1047                align: 0.0 0.5;
1048                visible: 0;
1049             }
1050          }
1051          part { name: "elm.text";
1052             clip_to: "disclip";
1053             type: TEXT;
1054             mouse_events: 0;
1055             scale: 1;
1056             description { state: "default" 0.0;
1057                rel1 {
1058                   relative: 1.0 0.0;
1059                   to_x: "elm.padding.icon2.right";
1060                }
1061                rel2 {
1062                   relative: 0.0 1.0;
1063                   to_x: "elm.padding.right";
1064                }
1065                align: 0.0 0.5;
1066                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1067                text {
1068                   font: "SLP:style=Roman";
1069                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1070                   min: 0 1;
1071                   align: 0.0 0.5;
1072                   text_class: "list_item";
1073                }
1074             }
1075             description { state: "selected" 0.0;
1076                inherit: "default" 0.0;
1077                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1078             }
1079             GENLIST_DESCRIPTION_FLIP_ENABLED
1080          }
1081          GENLIST_PART_FLIP
1082          GENLIST_PART_DISCLIP
1083       }
1084       programs {
1085          program { name: "go_active";
1086             signal: "elm,state,selected";
1087             source: "elm";
1088             action: STATE_SET "selected" 0.0;
1089             target: "bg_image";
1090             target: "elm.text";
1091             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1092          }
1093          program { name: "go_passive";
1094             signal: "elm,state,unselected";
1095             source: "elm";
1096             action: STATE_SET "default" 0.0;
1097             target: "bg_image";
1098             target: "elm.text";
1099             transition: LINEAR 0.1;
1100          }
1101          program { name: "go_disabled";
1102             signal: "elm,state,disabled";
1103             source: "elm";
1104             action: STATE_SET "disabled" 0.0;
1105             target: "disclip";
1106          }
1107          program { name: "go_enabled";
1108             signal: "elm,state,enabled";
1109             source: "elm";
1110             action: STATE_SET "default" 0.0;
1111             target: "disclip";
1112          }
1113          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1114          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1115       }
1116    }
1117
1118 // 3.1.14
1119    group { name: "elm/genlist/item/1text.2icon.6/default";
1120       alias: "elm/genlist/item_odd/1text.2icon.6/default";
1121       alias: "elm/genlist/item_compress/1text.2icon.6/default";
1122       alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
1123       data.item: "stacking" "above";
1124       data.item: "selectraise" "on";
1125       data.item: "texts" "elm.text";
1126       data.item: "contents" "elm.icon.1 elm.icon.2";
1127       data.item: "flips" "elm.flip.content";
1128       images {
1129          image: "00_list_bar_press_1x80.png" COMP;
1130       }
1131       parts {
1132          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1133          GENLIST_PART_BG_IMAGE
1134          GENLIST_PART_BOTTOM_LINE
1135          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1136          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1137          part { name: "elm.icon.1";
1138             clip_to: "disclip";
1139             type: SWALLOW;
1140             scale: 1;
1141             description { state: "default" 0.0;
1142                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1143                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1144                fixed: 1 1;
1145                rel1 {
1146                   relative: 1.0 0.0;
1147                   to_x: "elm.padding.left";
1148                }
1149                rel2 {
1150                   relative: 1.0 1.0;
1151                   to_x: "elm.padding.left";
1152                }
1153                align: 0.0 0.5;
1154             }
1155             GENLIST_DESCRIPTION_FLIP_ENABLED
1156          }
1157          part { name: "elm.padding.icon1.right";
1158             clip_to: "disclip";
1159             type: RECT;
1160             scale: 1;
1161             description { state: "default" 0.0;
1162                min: GENLIST_PADDING_16_INC 0;
1163                fixed: 1 0;
1164                rel1 {
1165                   relative: 1.0 0.0;
1166                   to_x: "elm.icon.1";
1167                }
1168                rel2.to_x: "elm.icon.1";
1169                visible: 0;
1170             }
1171          }
1172          part { name: "elm.icon.2";
1173             clip_to: "disclip";
1174             type: SWALLOW;
1175             scale: 1;
1176             description { state: "default" 0.0;
1177                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1178                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1179                fixed: 1 1;
1180                rel1 {
1181                   relative: 0.0 0.0;
1182                   to_x: "elm.padding.right";
1183                }
1184                rel2 {
1185                   relative: 0.0 1.0;
1186                   to_x: "elm.padding.right";
1187                }
1188                align: 1.0 0.5;
1189             }
1190             GENLIST_DESCRIPTION_FLIP_ENABLED
1191          }
1192          part { name: "elm.padding.icon2.left";
1193             clip_to: "disclip";
1194             type: RECT;
1195             scale: 1;
1196             description { state: "default" 0.0;
1197                min: GENLIST_PADDING_16_INC 0;
1198                fixed: 1 0;
1199                rel1.to_x: "elm.icon.2";
1200                rel2 {
1201                   relative: 0.0 1.0;
1202                   to_x: "elm.icon.2";
1203                }
1204                align: 1.0 0.0;
1205                visible: 0;
1206             }
1207          }
1208          part { name: "elm.text";
1209             clip_to: "disclip";
1210             type: TEXT;
1211             mouse_events: 0;
1212             scale: 1;
1213             description { state: "default" 0.0;
1214                rel1 {
1215                   relative: 1.0 0.0;
1216                   to_x: "elm.padding.icon1.right";
1217                }
1218                rel2 {
1219                   relative: 0.0 1.0;
1220                   to_x: "elm.padding.icon2.left";
1221                }
1222                align: 0.0 0.5;
1223                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1224                text {
1225                   font: "SLP:style=Roman";
1226                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1227                   min: 0 1;
1228                   align: 0.0 0.5;
1229                   text_class: "list_item";
1230                }
1231             }
1232             description { state: "selected" 0.0;
1233                inherit: "default" 0.0;
1234                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1235             }
1236             GENLIST_DESCRIPTION_FLIP_ENABLED
1237          }
1238          GENLIST_PART_FLIP
1239          GENLIST_PART_DISCLIP
1240       }
1241       programs {
1242          program { name: "go_active";
1243             signal: "elm,state,selected";
1244             source: "elm";
1245             action: STATE_SET "selected" 0.0;
1246             target: "bg_image";
1247             target: "elm.text";
1248             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1249          }
1250          program { name: "go_passive";
1251             signal: "elm,state,unselected";
1252             source: "elm";
1253             action: STATE_SET "default" 0.0;
1254             target: "bg_image";
1255             target: "elm.text";
1256             transition: LINEAR 0.1;
1257          }
1258          program { name: "go_disabled";
1259             signal: "elm,state,disabled";
1260             source: "elm";
1261             action: STATE_SET "disabled" 0.0;
1262             target: "disclip";
1263          }
1264          program { name: "go_enabled";
1265             signal: "elm,state,enabled";
1266             source: "elm";
1267             action: STATE_SET "default" 0.0;
1268             target: "disclip";
1269          }
1270          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
1271          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1272       }
1273    }
1274
1275    group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
1276       inherit: "elm/genlist/item/1text.2icon.6/default";
1277       parts {
1278          part { name: "elm.text";
1279             clip_to: "disclip";
1280             type: TEXTBLOCK;
1281             mouse_events: 0;
1282             scale: 1;
1283             description { state: "default" 0.0;
1284                rel1 {
1285                   relative: 1.0 0.0;
1286                   to_x: "elm.padding.icon1.right";
1287                }
1288                rel2 {
1289                   relative: 0.0 1.0;
1290                   to_x: "elm.padding.icon2.left";
1291                }
1292                align: 0.0 0.5;
1293                text {
1294                   style: "genlist_default_textblock_style";
1295                   min: 0 1;
1296                   align: 0.0 0.5;
1297                }
1298             }
1299             description { state: "selected" 0.0;
1300                inherit: "default" 0.0;
1301                text.style: "genlist_default_textblock_selected_style";
1302             }
1303             GENLIST_DESCRIPTION_FLIP_ENABLED
1304          }
1305       }
1306    }
1307
1308 // 2Text -------------------------------------------------------------------------
1309 // 2.2.1.2
1310    group { name: "elm/genlist/item/2text/default";
1311       alias: "elm/genlist/item_odd/2text/default";
1312       alias: "elm/genlist/item_compress/2text/default";
1313       alias: "elm/genlist/item_compress_odd/2text/default";
1314
1315       data.item: "stacking" "above";
1316       data.item: "selectraise" "on";
1317       data.item: "texts" "elm.text.1 elm.text.2";
1318       data.item: "flips" "elm.flip.icon elm.flip.content";
1319       images {
1320          image: "00_list_bar_press_1x80.png" COMP;
1321       }
1322       parts {
1323          GENLIST_PART_DISCLIP
1324          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1325          GENLIST_PART_BG_IMAGE
1326          GENLIST_PART_BOTTOM_LINE
1327          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1328          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1329          GENLIST_PART_FLIP
1330          part { name: "elm.text.1";
1331             clip_to: "disclip";
1332             type: TEXT;
1333             mouse_events: 0;
1334             scale: 1;
1335             description { state: "default" 0.0;
1336                align: 0.0 0.5;
1337                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1338                rel1 {
1339                   relative: 1.0 0.0;
1340                   to_x: "elm.padding.left";
1341                }
1342                rel2 {
1343                   relative: 0.0 1.0;
1344                   to_x: "elm.text.2";
1345                }
1346                text {
1347                   font: "SLP:style=Roman";
1348                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1349                   min: 0 1;
1350                   align: 0.0 0.5;
1351                   text_class: "list_item";
1352                }
1353             }
1354             description { state: "selected" 0.0;
1355                inherit: "default" 0.0;
1356                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1357             }
1358             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1359             GENLIST_DESCRIPTION_FLIP_ENABLED
1360          }
1361          part { name: "elm.text.2";
1362             clip_to: "disclip";
1363             type: TEXT;
1364             mouse_events: 0;
1365             scale: 1;
1366             description { state: "default" 0.0;
1367                fixed: 1 0;
1368                min: GENLIST_TEXT2_WIDTH_MIN 0;
1369                align: 1.0 0.5;
1370                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
1371                rel1 {
1372                   relative: 0.0 0.0;
1373                   to_x: "elm.padding.right";
1374                }
1375                rel2 {
1376                   relative: 0.0 1.0;
1377                   to_x: "elm.padding.right";
1378                }
1379                text {
1380                   font: "SLP:style=Medium";
1381                   size: GENLIST_FONT_32_INC;
1382                   min: 0 1;
1383                   align: 1.0 0.5;
1384                   text_class: "slp_medium";
1385                }
1386             }
1387             description { state: "selected" 0.0;
1388                inherit: "default" 0.0;
1389                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1390             }
1391             GENLIST_DESCRIPTION_FLIP_ENABLED
1392          }
1393       }
1394       programs {
1395        program { name: "go_active";
1396             signal: "elm,state,selected";
1397             source: "elm";
1398             action: STATE_SET "selected" 0.0;
1399             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1400             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1401          }
1402          program { name: "go_passive";
1403             signal: "elm,state,unselected";
1404             source: "elm";
1405             action: STATE_SET "default" 0.0;
1406             target: "bg_image";
1407             target: "elm.text.1";
1408             target: "elm.text.2";
1409             transition: LINEAR 0.1;
1410          }
1411          program { name: "go_disabled";
1412             signal: "elm,state,disabled";
1413             source: "elm";
1414             action: STATE_SET "disabled" 0.0;
1415             target: "disclip";
1416          }
1417          program { name: "go_enabled";
1418             signal: "elm,state,enabled";
1419             source: "elm";
1420             action: STATE_SET "default" 0.0;
1421             target: "disclip";
1422          }
1423          GENLIST_PROGRAM_FLIP_2TEXT
1424          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1425       }
1426    }
1427
1428 // 2.2.1.3
1429    group { name: "elm/genlist/item/2text.6/default";
1430       alias: "elm/genlist/item_odd/2text.6/default";
1431       alias: "elm/genlist/item_compress/2text.6/default";
1432       alias: "elm/genlist/item_compress_odd/2text.6/default";
1433       inherit: "elm/genlist/item/2text/default";
1434
1435       parts {
1436          part { name: "elm.text.2";
1437             description { state: "default" 0.0;
1438                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
1439             }
1440          }
1441       }
1442    }
1443
1444
1445 // 2.2.1.11
1446 // 3.1.11
1447    group { name: "elm/genlist/item/2text.1icon/default";
1448       alias: "elm/genlist/item_odd/2text.1icon/default";
1449       alias: "elm/genlist/item_compress/2text.1icon/default";
1450       alias: "elm/genlist/item_compress_odd/2text.1icon/default";
1451       data.item: "stacking" "above";
1452       data.item: "selectraise" "on";
1453       data.item: "texts" "elm.text.1 elm.text.2";
1454       data.item: "contents" "elm.icon";
1455       data.item: "flips" "elm.flip.content";
1456       images {
1457          image: "00_list_bar_press_1x80.png" COMP;
1458       }
1459       parts {
1460          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1461          GENLIST_PART_BG_IMAGE
1462          GENLIST_PART_BOTTOM_LINE
1463          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1464          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1465          part { name: "elm.icon";
1466             clip_to: "disclip";
1467             type: SWALLOW;
1468             scale: 1;
1469             description { state: "default" 0.0;
1470                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1471                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1472                fixed: 1 1;
1473                rel1 {
1474                   relative: 1.0 0.0;
1475                   to_x: "elm.padding.left";
1476                }
1477                rel2 {
1478                   relative: 1.0 1.0;
1479                   to_x: "elm.padding.left";
1480                }
1481                align: 0.0 0.5;
1482             }
1483             GENLIST_DESCRIPTION_FLIP_ENABLED
1484          }
1485          part { name: "elm.padding.icon.right";
1486             clip_to: "disclip";
1487             type: RECT;
1488             scale: 1;
1489             description { state: "default" 0.0;
1490                min: GENLIST_PADDING_16_INC 0;
1491                fixed: 1 0;
1492                rel1 {
1493                   relative: 1.0 0.0;
1494                   to_x: "elm.icon";
1495                }
1496                rel2.to_x: "elm.icon";
1497                visible: 0;
1498             }
1499          }
1500          part { name: "elm.text.2";
1501             clip_to: "disclip";
1502             type: TEXT;
1503             mouse_events: 0;
1504             scale: 1;
1505             description { state: "default" 0.0;
1506                min: GENLIST_SIZE_133_INC 0;
1507                fixed: 1 0;
1508                rel1.to_x: "elm.padding.right";
1509                rel2 {
1510                   relative: 0.0 1.0;
1511                   to_x: "elm.padding.right";
1512                }
1513                align: 1.0 0.5;
1514                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
1515                text {
1516                   font: "SLP:style=Medium";
1517                   size: GENLIST_FONT_32_INC;
1518                   min: 0 1;
1519                   align: 1.0 0.5;
1520                   text_class: "slp_medium";
1521                }
1522             }
1523             description { state: "selected" 0.0;
1524                inherit: "default" 0.0;
1525                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1526             }
1527             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1528             GENLIST_DESCRIPTION_FLIP_ENABLED
1529          }
1530          part { name: "elm.padding.text2.left";
1531             clip_to: "disclip";
1532             type: RECT;
1533             mouse_events: 0;
1534             scale: 1;
1535             description { state: "default" 0.0;
1536                min: GENLIST_ICON_SMALL_SIZE 0;
1537                fixed: 1 0;
1538                rel1.to_x: "elm.text.2";
1539                rel2 {
1540                   relative: 0.0 1.0;
1541                   to_x: "elm.text.2";
1542                }
1543                visible: 0;
1544                align: 1.0 0.5;
1545             }
1546          }
1547          part { name: "elm.text.1";
1548             clip_to: "disclip";
1549             type: TEXT;
1550             mouse_events: 0;
1551             scale: 1;
1552             description { state: "default" 0.0;
1553                rel1 {
1554                   relative: 1.0 0.0;
1555                   to_x: "elm.padding.icon.right";
1556                }
1557                rel2 {
1558                   relative: 0.0 1.0;
1559                   to_x: "elm.padding.text2.left";
1560                }
1561                align: 0.0 0.5;
1562                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1563                text {
1564                   font: "SLP:style=Roman";
1565                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1566                   min: 0 1;
1567                   align: 0.0 0.5;
1568                   text_class: "list_item";
1569                }
1570             }
1571             description { state: "selected" 0.0;
1572                inherit: "default" 0.0;
1573                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1574             }
1575             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
1576             GENLIST_DESCRIPTION_FLIP_ENABLED
1577          }
1578          GENLIST_PART_FLIP
1579          GENLIST_PART_DISCLIP
1580       }
1581       programs {
1582          program { name: "go_active";
1583             signal: "elm,state,selected";
1584             source: "elm";
1585             action: STATE_SET "selected" 0.0;
1586             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
1587             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1588          }
1589          program { name: "go_passive";
1590             signal: "elm,state,unselected";
1591             source: "elm";
1592             action: STATE_SET "default" 0.0;
1593             target: "bg_image";
1594             target: "elm.text.1";
1595             target: "elm.text.2";
1596             transition: LINEAR 0.1;
1597          }
1598          program { name: "go_disabled";
1599             signal: "elm,state,disabled";
1600             source: "elm";
1601             action: STATE_SET "disabled" 0.0;
1602             target: "disclip";
1603          }
1604          program { name: "go_enabled";
1605             signal: "elm,state,enabled";
1606             source: "elm";
1607             action: STATE_SET "default" 0.0;
1608             target: "disclip";
1609          }
1610          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1611          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1612       }
1613    }
1614
1615 // 2.2.1.12
1616    group { name: "elm/genlist/item/2text.1icon.6/default";
1617       alias: "elm/genlist/item_odd/2text.1icon.6/default";
1618       alias: "elm/genlist/item_compress/2text.1icon.6/default";
1619       alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
1620       data.item: "stacking" "above";
1621       data.item: "selectraise" "on";
1622       data.item: "texts" "elm.text.1 elm.text.2";
1623       data.item: "contents" "elm.icon";
1624       data.item: "flips" "elm.flip.content";
1625       images {
1626          image: "00_list_bar_press_1x80.png" COMP;
1627       }
1628       parts {
1629          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1630          GENLIST_PART_BG_IMAGE
1631          GENLIST_PART_BOTTOM_LINE
1632          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1633          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1634          part { name: "elm.icon";
1635             clip_to: "disclip";
1636             type: SWALLOW;
1637             scale: 1;
1638             description { state: "default" 0.0;
1639                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1640                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1641                fixed: 1 1;
1642                rel1 {
1643                   relative: 1.0 0.0;
1644                   to_x: "elm.padding.left";
1645                }
1646                rel2 {
1647                   relative: 1.0 1.0;
1648                   to_x: "elm.padding.left";
1649                }
1650                align: 0.0 0.5;
1651             }
1652             GENLIST_DESCRIPTION_FLIP_ENABLED
1653          }
1654          part { name: "elm.padding.icon.right";
1655             clip_to: "disclip";
1656             type: RECT;
1657             scale: 1;
1658             description { state: "default" 0.0;
1659                min: GENLIST_PADDING_16_INC 0;
1660                fixed: 1 0;
1661                rel1 {
1662                   relative: 1.0 0.0;
1663                   to_x: "elm.icon";
1664                }
1665                rel2.to_x: "elm.icon";
1666                visible: 0;
1667             }
1668          }
1669          part { name: "elm.text.2";
1670             clip_to: "disclip";
1671             type: TEXT;
1672             mouse_events: 0;
1673             scale: 1;
1674             description { state: "default" 0.0;
1675                min: GENLIST_SIZE_133_INC 0;
1676                fixed: 1 0;
1677                rel1.to_x: "elm.padding.right";
1678                rel2 {
1679                   relative: 0.0 1.0;
1680                   to_x: "elm.padding.right";
1681                }
1682                align: 1.0 0.5;
1683                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
1684                text {
1685                   font: "SLP:style=Medium";
1686                   size: GENLIST_FONT_32_INC;
1687                   min: 0 1;
1688                   align: 1.0 0.5;
1689                   text_class: "slp_medium";
1690                }
1691             }
1692             description { state: "selected" 0.0;
1693                inherit: "default" 0.0;
1694                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1695             }
1696             GENLIST_DESCRIPTION_FLIP_ENABLED
1697          }
1698          part { name: "elm.padding.text2.left";
1699             clip_to: "disclip";
1700             type: RECT;
1701             mouse_events: 0;
1702             scale: 1;
1703             description { state: "default" 0.0;
1704                min: GENLIST_ICON_SMALL_SIZE 0;
1705                fixed: 1 0;
1706                rel1.to_x: "elm.text.2";
1707                rel2 {
1708                   relative: 0.0 1.0;
1709                   to_x: "elm.text.2";
1710                }
1711                visible: 0;
1712                align: 1.0 0.5;
1713             }
1714          }
1715          part { name: "elm.text.1";
1716             clip_to: "disclip";
1717             type: TEXT;
1718             mouse_events: 0;
1719             scale: 1;
1720             description { state: "default" 0.0;
1721                rel1 {
1722                   relative: 1.0 0.0;
1723                   to_x: "elm.padding.icon.right";
1724                }
1725                rel2 {
1726                   relative: 0.0 1.0;
1727                   to_x: "elm.padding.text2.left";
1728                }
1729                align: 0.0 0.5;
1730                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1731                text {
1732                   font: "SLP:style=Roman";
1733                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1734                   min: 0 1;
1735                   align: 0.0 0.5;
1736                   text_class: "list_item";
1737                }
1738             }
1739             description { state: "selected" 0.0;
1740                inherit: "default" 0.0;
1741                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1742             }
1743             GENLIST_DESCRIPTION_FLIP_ENABLED
1744          }
1745          GENLIST_PART_FLIP
1746          GENLIST_PART_DISCLIP
1747       }
1748       programs {
1749          program { name: "go_active";
1750             signal: "elm,state,selected";
1751             source: "elm";
1752             action: STATE_SET "selected" 0.0;
1753             target: "bg_image";
1754             target: "elm.text.1";
1755             target: "elm.text.2";
1756             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1757          }
1758          program { name: "go_passive";
1759             signal: "elm,state,unselected";
1760             source: "elm";
1761             action: STATE_SET "default" 0.0;
1762             target: "bg_image";
1763             target: "elm.text.1";
1764             target: "elm.text.2";
1765             transition: LINEAR 0.1;
1766          }
1767          program { name: "go_disabled";
1768             signal: "elm,state,disabled";
1769             source: "elm";
1770             action: STATE_SET "disabled" 0.0;
1771             target: "disclip";
1772          }
1773          program { name: "go_enabled";
1774             signal: "elm,state,enabled";
1775             source: "elm";
1776             action: STATE_SET "default" 0.0;
1777             target: "disclip";
1778          }
1779          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
1780          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1781       }
1782    }
1783
1784
1785 // 3.1.19
1786    group { name: "elm/genlist/item/1text.3icon/default";
1787       alias: "elm/genlist/item_odd/1text.3icon/default";
1788       alias: "elm/genlist/item_compress/1text.3icon/default";
1789       alias: "elm/genlist/item_compress_odd/1text.3icon/default";
1790       data.item: "stacking" "above";
1791       data.item: "selectraise" "on";
1792       data.item: "texts" "elm.text";
1793       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
1794       data.item: "flips" "elm.flip.content";
1795       images {
1796          image: "00_list_bar_press_1x80.png" COMP;
1797       }
1798       parts {
1799          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1800          GENLIST_PART_BG_IMAGE
1801          GENLIST_PART_BOTTOM_LINE
1802          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1803          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1804          part { name: "elm.icon.1";
1805             clip_to: "disclip";
1806             type: SWALLOW;
1807             scale: 1;
1808             description { state: "default" 0.0;
1809                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1810                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1811                fixed: 1 1;
1812                rel1 {
1813                   relative: 1.0 0.0;
1814                   to_x: "elm.padding.left";
1815                }
1816                rel2.to_x: "elm.padding.left";
1817                align: 0.0 0.5;
1818             }
1819             GENLIST_DESCRIPTION_FLIP_ENABLED
1820          }
1821          part { name: "elm.padding.icon1.right";
1822             clip_to: "disclip";
1823             type: RECT;
1824             scale: 1;
1825             description { state: "default" 0.0;
1826                min: GENLIST_PADDING_16_INC 0;
1827                fixed: 1 0;
1828                rel1 {
1829                   relative: 1.0 0.0;
1830                   to_x: "elm.icon.1";
1831                }
1832                rel2.to_x: "elm.icon.1";
1833                align: 0.0 0.0;
1834                visible: 0;
1835             }
1836          }
1837          part { name: "elm.icon.2";
1838             clip_to: "disclip";
1839             type: SWALLOW;
1840             scale: 1;
1841             description { state: "default" 0.0;
1842                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1843                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1844                fixed: 1 1;
1845                rel1 {
1846                   relative: 1.0 0.0;
1847                   to_x: "elm.padding.icon1.right";
1848                }
1849                rel2.to_x: "elm.padding.icon1.right";
1850                align: 0.0 0.5;
1851             }
1852             GENLIST_DESCRIPTION_FLIP_ENABLED
1853          }
1854          part { name: "elm.padding.icon2.right";
1855             clip_to: "disclip";
1856             type: RECT;
1857             scale: 1;
1858             description { state: "default" 0.0;
1859                min: GENLIST_PADDING_16_INC 0;
1860                fixed: 1 0;
1861                rel1 {
1862                   relative: 1.0 0.0;
1863                   to_x: "elm.icon.2";
1864                }
1865                rel2.to_x: "elm.icon.2";
1866                visible: 0;
1867             }
1868          }
1869          part { name: "elm.icon.3";
1870             clip_to: "disclip";
1871             type: SWALLOW;
1872             scale: 1;
1873             description { state: "default" 0.0;
1874                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1875                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
1876                fixed: 1 1;
1877                rel1 {
1878                   relative: 0.0 0.0;
1879                   to_x: "elm.padding.right";
1880                }
1881                rel2 {
1882                   relative: 0.0 1.0;
1883                   to_x: "elm.padding.right";
1884                }
1885                align: 1.0 0.5;
1886             }
1887             GENLIST_DESCRIPTION_FLIP_ENABLED
1888          }
1889          part { name: "elm.padding.icon3.left";
1890             clip_to: "disclip";
1891             type: RECT;
1892             scale: 1;
1893             description { state: "default" 0.0;
1894                min: GENLIST_PADDING_16_INC 0;
1895                fixed: 1 0;
1896                rel1.to_x: "elm.icon.3";
1897                rel2 {
1898                   relative: 0.0 1.0;
1899                   to_x: "elm.icon.3";
1900                }
1901                align: 1.0 0.0;
1902                visible: 0;
1903             }
1904          }
1905          part { name: "elm.text";
1906             clip_to: "disclip";
1907             type: TEXT;
1908             mouse_events: 0;
1909             scale: 1;
1910             description { state: "default" 0.0;
1911                rel1 {
1912                   relative: 1.0 0.0;
1913                   to_x: "elm.padding.icon2.right";
1914                }
1915                rel2 {
1916                   relative: 0.0 1.0;
1917                   to_x: "elm.padding.icon3.left";
1918                }
1919                align: 0.0 0.5;
1920                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
1921                text {
1922                   font: "SLP:style=Roman";
1923                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
1924                   min: 0 1;
1925                   align: 0.0 0.5;
1926                   text_class: "list_item";
1927                }
1928             }
1929             description { state: "selected" 0.0;
1930                inherit: "default" 0.0;
1931                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
1932             }
1933             GENLIST_DESCRIPTION_FLIP_ENABLED
1934          }
1935          GENLIST_PART_FLIP
1936          GENLIST_PART_DISCLIP
1937       }
1938       programs {
1939          program { name: "go_active";
1940             signal: "elm,state,selected";
1941             source: "elm";
1942             action: STATE_SET "selected" 0.0;
1943             target: "bg_image";
1944             target: "elm.text";
1945             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
1946          }
1947          program { name: "go_passive";
1948             signal: "elm,state,unselected";
1949             source: "elm";
1950             action: STATE_SET "default" 0.0;
1951             target: "bg_image";
1952             target: "elm.text";
1953             transition: LINEAR 0.1;
1954          }
1955          program { name: "go_disabled";
1956             signal: "elm,state,disabled";
1957             source: "elm";
1958             action: STATE_SET "disabled" 0.0;
1959             target: "disclip";
1960          }
1961          program { name: "go_enabled";
1962             signal: "elm,state,enabled";
1963             source: "elm";
1964             action: STATE_SET "default" 0.0;
1965             target: "disclip";
1966          }
1967          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
1968          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
1969       }
1970    }
1971
1972 // 3.1.24
1973    group { name: "elm/genlist/item/1text.3icon.2/default";
1974       alias: "elm/genlist/item_odd/1text.3icon.2/default";
1975       alias: "elm/genlist/item_compress/1text.3icon.2/default";
1976       alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
1977       data.item: "stacking" "above";
1978       data.item: "selectraise" "on";
1979       data.item: "texts" "elm.text";
1980       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
1981       data.item: "flips" "elm.flip.content";
1982       images {
1983          image: "00_list_bar_press_1x80.png" COMP;
1984       }
1985       parts {
1986          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
1987          GENLIST_PART_BG_IMAGE
1988          GENLIST_PART_BOTTOM_LINE
1989          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
1990          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
1991          part { name: "elm.icon.1";
1992             clip_to: "disclip";
1993             type: SWALLOW;
1994             scale: 1;
1995             description { state: "default" 0.0;
1996                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1997                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
1998                fixed: 1 1;
1999                rel1 {
2000                   relative: 1.0 0.0;
2001                   to_x: "elm.padding.left";
2002                }
2003                rel2.to_x: "elm.padding.left";
2004                align: 0.0 0.5;
2005             }
2006             GENLIST_DESCRIPTION_FLIP_ENABLED
2007          }
2008          part { name: "elm.padding.icon1.right";
2009             clip_to: "disclip";
2010             type: RECT;
2011             scale: 1;
2012             description { state: "default" 0.0;
2013                min: GENLIST_PADDING_16_INC 0;
2014                fixed: 1 0;
2015                rel1 {
2016                   relative: 1.0 0.0;
2017                   to_x: "elm.icon.1";
2018                }
2019                rel2.to_x: "elm.icon.1";
2020                align: 0.0 0.5;
2021                visible: 0;
2022             }
2023          }
2024          part { name: "elm.icon.3";
2025             clip_to: "disclip";
2026             type: SWALLOW;
2027             scale: 1;
2028             description { state: "default" 0.0;
2029                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2030                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2031                fixed: 1 1;
2032                rel1.to_x: "elm.padding.right";
2033                rel2 {
2034                   relative: 0.0 1.0;
2035                   to_x: "elm.padding.right";
2036                }
2037                align: 1.0 0.5;
2038             }
2039             GENLIST_DESCRIPTION_FLIP_ENABLED
2040          }
2041          part { name: "elm.padding.icon3.left";
2042             clip_to: "disclip";
2043             type: RECT;
2044             scale: 1;
2045             description { state: "default" 0.0;
2046                min: GENLIST_PADDING_16_INC 0;
2047                fixed: 1 0;
2048                rel1 {
2049                   relative: 0.0 0.0;
2050                   to_x: "elm.icon.3";
2051                }
2052                rel2.to_x: "elm.icon.3";
2053                align: 1.0 0.0;
2054                visible: 0;
2055             }
2056          }
2057          part { name: "elm.icon.2";
2058             clip_to: "disclip";
2059             type: SWALLOW;
2060             scale: 1;
2061             description { state: "default" 0.0;
2062                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2063                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
2064                fixed: 1 1;
2065                rel1.to_x: "elm.padding.icon3.left";
2066                rel2 {
2067                   relative: 0.0 1.0;
2068                   to_x: "elm.padding.icon3.left";
2069                }
2070                align: 1.0 0.5;
2071             }
2072             GENLIST_DESCRIPTION_FLIP_ENABLED
2073          }
2074          part { name: "elm.padding.icon2.left";
2075             clip_to: "disclip";
2076             type: RECT;
2077             scale: 1;
2078             description { state: "default" 0.0;
2079                min: GENLIST_PADDING_16_INC 0;
2080                fixed: 1 0;
2081                rel1 {
2082                   relative: 0.0 0.0;
2083                   to_x: "elm.icon.2";
2084                }
2085                rel2.to_x: "elm.icon.2";
2086                align: 0.0 0.5;
2087                visible: 0;
2088             }
2089          }
2090          part { name: "elm.text";
2091             clip_to: "disclip";
2092             type: TEXT;
2093             mouse_events: 0;
2094             scale: 1;
2095             description { state: "default" 0.0;
2096                rel1 {
2097                   relative: 1.0 0.0;
2098                   to_x: "elm.padding.icon1.right";
2099                }
2100                rel2 {
2101                   relative: 0.0 1.0;
2102                   to_x: "elm.padding.icon2.left";
2103                }
2104                align: 0.0 0.5;
2105                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
2106                text {
2107                   font: "SLP:style=Roman";
2108                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
2109                   min: 0 1;
2110                   align: 0.0 0.5;
2111                   text_class: "list_item";
2112                }
2113             }
2114             description { state: "selected" 0.0;
2115                inherit: "default" 0.0;
2116                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2117             }
2118             GENLIST_DESCRIPTION_FLIP_ENABLED
2119          }
2120          GENLIST_PART_FLIP
2121          GENLIST_PART_DISCLIP
2122       }
2123       programs {
2124          program { name: "go_active";
2125             signal: "elm,state,selected";
2126             source: "elm";
2127             action: STATE_SET "selected" 0.0;
2128             target: "bg_image";
2129             target: "elm.text";
2130             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2131          }
2132          program { name: "go_passive";
2133             signal: "elm,state,unselected";
2134             source: "elm";
2135             action: STATE_SET "default" 0.0;
2136             target: "bg_image";
2137             target: "elm.text";
2138             transition: LINEAR 0.1;
2139          }
2140          program { name: "go_disabled";
2141             signal: "elm,state,disabled";
2142             source: "elm";
2143             action: STATE_SET "disabled" 0.0;
2144             target: "disclip";
2145          }
2146          program { name: "go_enabled";
2147             signal: "elm,state,enabled";
2148             source: "elm";
2149             action: STATE_SET "default" 0.0;
2150             target: "disclip";
2151          }
2152          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
2153          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2154       }
2155    }
2156
2157 // 3.1.26
2158    group { name: "elm/genlist/item/2text.4/default";
2159       alias: "elm/genlist/item_odd/2text.4/default";
2160       alias: "elm/genlist/item_compress/2text.4/default";
2161       alias: "elm/genlist/item_compress_odd/2text.4/default";
2162       data.item: "stacking" "above";
2163       data.item: "selectraise" "on";
2164       data.item: "texts" "elm.text.1 elm.text.2";
2165       data.item: "flips" "elm.flip.content";
2166       images {
2167          image: "00_list_bar_press_1x80.png" COMP;
2168       }
2169       parts {
2170          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
2171          GENLIST_PART_BG_IMAGE
2172          GENLIST_PART_BOTTOM_LINE
2173          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2174          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2175          part { name: "elm.text.2";
2176             clip_to: "disclip";
2177             type: TEXT;
2178             mouse_events: 0;
2179             scale: 1;
2180             description { state: "default" 0.0;
2181                min: GENLIST_SIZE_206_INC 0;
2182                fixed: 1 0;
2183                rel1.to_x: "elm.padding.right";
2184                rel2 {
2185                   relative: 0.0 1.0;
2186                   to_x: "elm.padding.right";
2187                }
2188                align: 1.0 0.5;
2189                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
2190                text {
2191                   font: "SLP:style=Medium";
2192                   size: GENLIST_FONT_32_INC;
2193                   min: 0 1;
2194                   align: 0.0 0.5;
2195                   text_class: "slp_medium";
2196                }
2197             }
2198             description { state: "selected" 0.0;
2199                inherit: "default" 0.0;
2200                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2201             }
2202             GENLIST_DESCRIPTION_FLIP_ENABLED
2203          }
2204          part { name: "elm.padding.text2.left";
2205             type: RECT;
2206             mouse_events: 0;
2207             scale: 1;
2208             description { state: "default" 0.0;
2209                min: GENLIST_PADDING_16_INC 0;
2210                fixed: 1 0;
2211                rel1.to_x: "elm.text.2";
2212                rel2 {
2213                   relative: 0.0 1.0;
2214                   to_x: "elm.text.2";
2215                }
2216                align: 1.0 0.5;
2217                visible: 0;
2218             }
2219          }
2220          part { name: "vertical_line";
2221             type: RECT;
2222             mouse_events: 0;
2223             description { state: "default" 0.0;
2224                min: 1 0;
2225                fixed: 1 0;
2226                rel1.to_x: "elm.padding.text2.left";
2227                rel2 {
2228                   relative: 0.0 1.0;
2229                   to_x: "elm.padding.text2.left";
2230                }
2231                align: 1.0 0.5;
2232                color: GENLIST_PART_LIST_LINE_COLOR_INC;
2233             }
2234          }
2235          part { name: "elm.padding.text1.right";
2236             type: RECT;
2237             mouse_events: 0;
2238             scale: 1;
2239             description { state: "default" 0.0;
2240                min: GENLIST_PADDING_16_INC 0;
2241                fixed: 1 0;
2242                rel1.to_x: "vertical_line";
2243                rel2 {
2244                   relative: 0.0 1.0;
2245                   to_x: "vertical_line";
2246                }
2247                align: 1.0 0.5;
2248                visible: 0;
2249             }
2250          }
2251          part { name: "elm.text.1";
2252             clip_to: "disclip";
2253             type: TEXT;
2254             mouse_events: 0;
2255             scale: 1;
2256             description { state: "default" 0.0;
2257                rel1 {
2258                   relative: 1.0 0.0;
2259                   to_x: "elm.padding.left";
2260                }
2261                rel2 {
2262                   relative: 0.0  1.0;
2263                   to_x: "elm.padding.text1.right";
2264                }
2265                color: GENLIST_TEXT_COLOR_CONVERTOR_STYLE;
2266                text {
2267                   font: "SLP:style=Roman";
2268                   size: GENLIST_FONT_40_INC;
2269                   min: 0 1;
2270                   align: 1.0 0.5;
2271                   text_class: "list_item";
2272                }
2273             }
2274             description { state: "selected" 0.0;
2275                inherit: "default" 0.0;
2276                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2277             }
2278             GENLIST_DESCRIPTION_FLIP_ENABLED
2279          }
2280          GENLIST_PART_FLIP
2281          GENLIST_PART_DISCLIP
2282       }
2283       programs {
2284          // signal: elm,state,%s,active
2285          //   a "check" item named %s went active
2286          // signal: elm,state,%s,passive
2287          //   a "check" item named %s went passive
2288          // default is passive
2289          program { name: "go_active";
2290             signal: "elm,state,selected";
2291             source: "elm";
2292             action: STATE_SET "selected" 0.0;
2293             target: "bg_image";
2294             target: "elm.text.1";
2295             target: "elm.text.2";
2296             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2297          }
2298          program { name: "go_passive";
2299             signal: "elm,state,unselected";
2300             source: "elm";
2301             action: STATE_SET "default" 0.0;
2302             target: "bg_image";
2303             target: "elm.text.1";
2304             target: "elm.text.2";
2305             transition: LINEAR 0.1;
2306          }
2307          program { name: "go_disabled";
2308             signal: "elm,state,disabled";
2309             source: "elm";
2310             action: STATE_SET "disabled" 0.0;
2311             target: "disclip";
2312          }
2313          program { name: "go_enabled";
2314             signal: "elm,state,enabled";
2315             source: "elm";
2316             action: STATE_SET "default" 0.0;
2317             target: "disclip";
2318          }
2319          program { name: "flip_enabled";
2320             signal: "elm,state,flip,enabled";
2321             source: "elm";
2322             action: STATE_SET "flip_enabled" 0.0;
2323             target: "elm.text.1";
2324             target: "elm.flip.content";
2325          }
2326          program { name: "flip_disabled";
2327             signal: "elm,state,flip,disabled";
2328             source: "elm";
2329             action: STATE_SET "default" 0.0;
2330             target: "elm.text.1";
2331             target: "elm.flip.content";
2332          }
2333          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2334       }
2335    }
2336
2337 // 3.1.27
2338    group { name: "elm/genlist/item/2text.5/default";
2339       alias: "elm/genlist/item_odd/2text.5/default";
2340       alias: "elm/genlist/item_compress/2text.5/default";
2341       alias: "elm/genlist/item_compress_odd/2text.5/default";
2342       data.item: "stacking" "above";
2343       data.item: "selectraise" "on";
2344       data.item: "texts" "elm.text.1 elm.text.2";
2345       data.item: "flips" "elm.flip.content";
2346       images {
2347          image: "00_list_bar_press_1x80.png" COMP;
2348       }
2349       parts {
2350          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
2351          GENLIST_PART_BG_IMAGE
2352          GENLIST_PART_BOTTOM_LINE
2353          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2354          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2355          part { name: "elm.text.1";
2356             clip_to: "disclip";
2357             type: TEXT;
2358             mouse_events: 0;
2359             scale: 1;
2360             description { state: "default" 0.0;
2361                min: GENLIST_SIZE_133_INC 0;
2362                fixed: 1 0;
2363                rel1 {
2364                   relative: 1.0 0.0;
2365                   to_x: "elm.padding.left";
2366                }
2367                rel2.to_x: "elm.padding.left";
2368                align: 0.0 0.5;
2369                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
2370                text {
2371                   font: "SLP:style=Medium";
2372                   size: GENLIST_FONT_32_INC;
2373                   min: 0 1;
2374                   align: 0.0 0.5;
2375                   text_class: "slp_medium";
2376                }
2377             }
2378             description { state: "selected" 0.0;
2379                inherit: "default" 0.0;
2380                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2381             }
2382          }
2383          part { name: "elm.padding.text1.right";
2384             type: RECT;
2385             mouse_events: 0;
2386             scale: 1;
2387             description { state: "default" 0.0;
2388                min: GENLIST_PADDING_16_INC 0;
2389                fixed: 1 0;
2390                rel1 {
2391                    relative: 1.0 0.0;
2392                    to_x: "elm.text.1";
2393                }
2394                rel2.to_x: "elm.text.1";
2395                align: 0.0 0.5;
2396                visible: 0;
2397             }
2398          }
2399          part { name: "vertical_line";
2400             type: RECT;
2401             mouse_events: 0;
2402             description { state: "default" 0.0;
2403                min: 1 0;
2404                fixed: 1 0;
2405                rel1.to_x: "elm.padding.text1.right";
2406                rel2 {
2407                   relative: 0.0 1.0;
2408                   to_x: "elm.padding.text1.right";
2409                }
2410                align: 0.0 0.5;
2411                color: GENLIST_PART_LIST_LINE_COLOR_INC;
2412             }
2413          }
2414          part { name: "elm.padding.text2.left";
2415             type: RECT;
2416             mouse_events: 0;
2417             scale: 1;
2418             description { state: "default" 0.0;
2419                min: GENLIST_PADDING_16_INC 0;
2420                fixed: 1 0;
2421                rel1 {
2422                    relative: 1.0 0.0;
2423                    to_x: "vertical_line";
2424                }
2425                rel2.to_x: "vertical_line";
2426                align: 0.0 0.5;
2427                visible: 0;
2428             }
2429          }
2430          part { name: "elm.text.2";
2431             clip_to: "disclip";
2432             type: TEXT;
2433             mouse_events: 0;
2434             scale: 1;
2435             description { state: "default" 0.0;
2436                rel1 {
2437                   relative: 1.0 0.0;
2438                   to_x: "elm.padding.text2.left";
2439                }
2440                rel2 {
2441                   relative: 0.0  1.0;
2442                   to_x: "elm.padding.right";
2443                }
2444                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
2445                text {
2446                   font: "SLP:style=Roman";
2447                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
2448                   min: 0 1;
2449                   align: 0.0 0.5;
2450                   text_class: "list_item";
2451                }
2452             }
2453             description { state: "selected" 0.0;
2454                inherit: "default" 0.0;
2455                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2456             }
2457             GENLIST_DESCRIPTION_FLIP_ENABLED
2458          }
2459          GENLIST_PART_FLIP
2460          GENLIST_PART_DISCLIP
2461       }
2462       programs {
2463          // signal: elm,state,%s,active
2464          //   a "check" item named %s went active
2465          // signal: elm,state,%s,passive
2466          //   a "check" item named %s went passive
2467          // default is passive
2468          program { name: "go_active";
2469             signal: "elm,state,selected";
2470             source: "elm";
2471             action: STATE_SET "selected" 0.0;
2472             target: "bg_image";
2473             target: "elm.text.1";
2474             target: "elm.text.2";
2475             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2476          }
2477          program { name: "go_passive";
2478             signal: "elm,state,unselected";
2479             source: "elm";
2480             action: STATE_SET "default" 0.0;
2481             target: "bg_image";
2482             target: "elm.text.1";
2483             target: "elm.text.2";
2484             transition: LINEAR 0.1;
2485          }
2486          program { name: "go_disabled";
2487             signal: "elm,state,disabled";
2488             source: "elm";
2489             action: STATE_SET "disabled" 0.0;
2490             target: "disclip";
2491          }
2492          program { name: "go_enabled";
2493             signal: "elm,state,enabled";
2494             source: "elm";
2495             action: STATE_SET "default" 0.0;
2496             target: "disclip";
2497          }
2498          program { name: "flip_enabled";
2499             signal: "elm,state,flip,enabled";
2500             source: "elm";
2501             action: STATE_SET "flip_enabled" 0.0;
2502             target: "elm.text.2";
2503             target: "elm.flip.content";
2504          }
2505          program { name: "flip_disabled";
2506             signal: "elm,state,flip,disabled";
2507             source: "elm";
2508             action: STATE_SET "default" 0.0;
2509             target: "elm.text.2";
2510             target: "elm.flip.content";
2511          }
2512          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2513       }
2514    }
2515
2516 // 3.2.1
2517    group { name: "elm/genlist/item/2text.2/default";
2518       alias: "elm/genlist/item_odd/2text.2/default";
2519       alias: "elm/genlist/item_compress/2text.2/default";
2520       alias: "elm/genlist/item_compress_odd/2text.2/default";
2521       data.item: "stacking" "above";
2522       data.item: "selectraise" "on";
2523       data.item: "texts" "elm.text.1 elm.text.2";
2524       data.item: "flips" "elm.flip.content";
2525       images {
2526          image: "00_list_bar_press_1x80.png" COMP;
2527       }
2528       parts {
2529          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2530          GENLIST_PART_BG_IMAGE
2531          GENLIST_PART_BOTTOM_LINE
2532          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2533          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2534          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2535          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2536          part { name: "elm.text.1";
2537             clip_to: "disclip";
2538             type: TEXT;
2539             mouse_events: 0;
2540             scale: 1;
2541             description { state: "default" 0.0;
2542                min: 0 GENLIST_SIZE_61_INC;
2543                fixed: 0 1;
2544                rel1 {
2545                   relative: 1.0 1.0;
2546                   to_x: "elm.padding.left";
2547                   to_y: "elm.padding.top";
2548                }
2549                rel2 {
2550                   relative: 0.0 1.0;
2551                   to_x: "elm.padding.right";
2552                   to_y: "elm.padding.top";
2553                }
2554                align: 0.0 0.0;
2555                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
2556                text {
2557                   font: "SLP:style=Roman";
2558                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
2559                   min: 0 1;
2560                   align: 0.0 0.5;
2561                   text_class: "list_item";
2562                }
2563             }
2564             description { state: "selected" 0.0;
2565                inherit: "default" 0.0;
2566                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2567             }
2568             GENLIST_DESCRIPTION_FLIP_ENABLED
2569          }
2570          part { name: "elm.text.2";
2571             clip_to: "disclip";
2572             type: TEXT;
2573             mouse_events: 0;
2574             scale: 1;
2575             description { state: "default" 0.0;
2576                rel1 {
2577                   relative: 1.0 1.0;
2578                   to_x: "elm.padding.left";
2579                   to_y: "elm.text.1";
2580                }
2581                rel2 {
2582                   relative: 0.0 0.0;
2583                   to_x: "elm.padding.right";
2584                   to_y: "elm.padding.bottom";
2585                }
2586                align: 0.0 0.0;
2587                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
2588                text {
2589                   font: "SLP:style=Medium";
2590                   size: GENLIST_FONT_32_INC;
2591                   min: 0 1;
2592                   align: 0.0 0.5;
2593                   text_class: "slp_medium";
2594                }
2595             }
2596             description { state: "selected" 0.0;
2597                inherit: "default" 0.0;
2598                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2599             }
2600             GENLIST_DESCRIPTION_FLIP_ENABLED
2601          }
2602          GENLIST_PART_FLIP
2603          GENLIST_PART_DISCLIP
2604       }
2605       programs {
2606          // signal: elm,state,%s,active
2607          //   a "check" item named %s went active
2608          // signal: elm,state,%s,passive
2609          //   a "check" item named %s went passive
2610          // default is passive
2611          program { name: "go_active";
2612             signal: "elm,state,selected";
2613             source: "elm";
2614             action: STATE_SET "selected" 0.0;
2615             target: "bg_image";
2616             target: "elm.text.1";
2617             target: "elm.text.2";
2618             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2619          }
2620          program { name: "go_passive";
2621             signal: "elm,state,unselected";
2622             source: "elm";
2623             action: STATE_SET "default" 0.0;
2624             target: "bg_image";
2625             target: "elm.text.1";
2626             target: "elm.text.2";
2627             transition: LINEAR 0.1;
2628          }
2629          program { name: "go_disabled";
2630             signal: "elm,state,disabled";
2631             source: "elm";
2632             action: STATE_SET "disabled" 0.0;
2633             target: "disclip";
2634          }
2635          program { name: "go_enabled";
2636             signal: "elm,state,enabled";
2637             source: "elm";
2638             action: STATE_SET "default" 0.0;
2639             target: "disclip";
2640          }
2641          GENLIST_PROGRAM_FLIP_2TEXT
2642          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2643       }
2644    }
2645
2646    group { name: "elm/genlist/item_compress/2text.2.tb/default";
2647       inherit: "elm/genlist/item/2text.2/default";
2648       parts {
2649          part { name: "elm.text.2";
2650             clip_to: "disclip";
2651             type: TEXTBLOCK;
2652             mouse_events: 0;
2653             scale: 1;
2654             description { state: "default" 0.0;
2655                rel1 {
2656                   relative: 1.0 1.0;
2657                   to_x: "elm.padding.left";
2658                   to_y: "elm.text.1";
2659                }
2660                rel2 {
2661                   relative: 0.0 0.0;
2662                   to_x: "elm.padding.right";
2663                   to_y: "elm.padding.bottom";
2664                }
2665                align: 0.0 0.5;
2666                text {
2667                   style: "genlist_default_textblock_style";
2668                   min: 0 1;
2669                   align: 0.0 0.5;
2670                }
2671             }
2672             description { state: "selected" 0.0;
2673                inherit: "default" 0.0;
2674                text.style: "genlist_default_textblock_selected_style";
2675             }
2676             GENLIST_DESCRIPTION_FLIP_ENABLED
2677          }
2678       }
2679    }
2680
2681 //
2682    group { name: "elm/genlist/item/2text.8/default";
2683       alias: "elm/genlist/item_odd/2text.8/default";
2684       alias: "elm/genlist/item_compress/2text.8/default";
2685       alias: "elm/genlist/item_compress_odd/2text.8/default";
2686       data.item: "stacking" "above";
2687       data.item: "selectraise" "on";
2688       data.item: "texts" "elm.text.1 elm.text.2";
2689       data.item: "flips" "elm.flip.content";
2690       images {
2691          image: "00_list_bar_press_1x80.png" COMP;
2692       }
2693       parts {
2694          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2695          GENLIST_PART_BG_IMAGE
2696          GENLIST_PART_BOTTOM_LINE
2697          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2698          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2699          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2700          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2701          part { name: "elm.text.1";
2702             clip_to: "disclip";
2703             type: TEXTBLOCK;
2704             mouse_events: 0;
2705             scale: 1;
2706             description { state: "default" 0.0;
2707                min: 0 GENLIST_SIZE_61_INC;
2708                fixed: 1 1;
2709                rel1 {
2710                   relative: 1.0 1.0;
2711                   to_x: "elm.padding.left";
2712                   to_y: "elm.padding.top";
2713                }
2714                rel2 {
2715                   relative: 0.0 1.0;
2716                   to_x: "elm.padding.right";
2717                   to_y: "elm.padding.top";
2718                }
2719                align: 0.0 0.0;
2720                text {
2721                   style: "genlist_default_textblock_style";
2722                   min: 0 1;
2723                   align: 0.0 0.5;
2724                }
2725             }
2726             description { state: "selected" 0.0;
2727                inherit: "default" 0.0;
2728                text.style: "genlist_default_textblock_selected_style";
2729             }
2730             GENLIST_DESCRIPTION_FLIP_ENABLED
2731          }
2732          part { name: "elm.text.2";
2733             clip_to: "disclip";
2734             type: TEXTBLOCK;
2735             mouse_events: 0;
2736             scale: 1;
2737             description { state: "default" 0.0;
2738                fixed: 1 0;
2739                rel1 {
2740                   relative: 1.0 1.0;
2741                   to_x: "elm.padding.left";
2742                   to_y: "elm.text.1";
2743                }
2744                rel2 {
2745                   relative: 0.0 0.0;
2746                   to_x: "elm.padding.right";
2747                   to_y: "elm.padding.bottom";
2748                }
2749                align: 0.0 0.0;
2750                text {
2751                   style: "genlist_sub_textblock_style";
2752                   min: 0 1;
2753                   align: 0.0 0.5;
2754                }
2755             }
2756             description { state: "selected" 0.0;
2757                inherit: "default" 0.0;
2758                text.style: "genlist_sub_textblock_selected_style";
2759             }
2760             GENLIST_DESCRIPTION_FLIP_ENABLED
2761          }
2762          GENLIST_PART_FLIP
2763          GENLIST_PART_DISCLIP
2764       }
2765       programs {
2766          // signal: elm,state,%s,active
2767          //   a "check" item named %s went active
2768          // signal: elm,state,%s,passive
2769          //   a "check" item named %s went passive
2770          // default is passive
2771          program { name: "go_active";
2772             signal: "elm,state,selected";
2773             source: "elm";
2774             action: STATE_SET "selected" 0.0;
2775             target: "bg_image";
2776             target: "elm.text.1";
2777             target: "elm.text.2";
2778             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2779          }
2780          program { name: "go_passive";
2781             signal: "elm,state,unselected";
2782             source: "elm";
2783             action: STATE_SET "default" 0.0;
2784             target: "bg_image";
2785             target: "elm.text.1";
2786             target: "elm.text.2";
2787             transition: LINEAR 0.1;
2788          }
2789          program { name: "go_disabled";
2790             signal: "elm,state,disabled";
2791             source: "elm";
2792             action: STATE_SET "disabled" 0.0;
2793             target: "disclip";
2794          }
2795          program { name: "go_enabled";
2796             signal: "elm,state,enabled";
2797             source: "elm";
2798             action: STATE_SET "default" 0.0;
2799             target: "disclip";
2800          }
2801          GENLIST_PROGRAM_FLIP_2TEXT
2802          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2803       }
2804    }
2805
2806 // 3.2.2
2807    group { name: "elm/genlist/item/2text.3/default";
2808       alias: "elm/genlist/item_odd/2text.3/default";
2809       alias: "elm/genlist/item_compress/2text.3/default";
2810       alias: "elm/genlist/item_compress_odd/2text.3/default";
2811       data.item: "stacking" "above";
2812       data.item: "selectraise" "on";
2813       data.item: "texts" "elm.text.1 elm.text.2";
2814       data.item: "flips" "elm.flip.content";
2815       images {
2816          image: "00_list_bar_press_1x80.png" COMP;
2817       }
2818       parts {
2819          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2820          GENLIST_PART_BG_IMAGE
2821          GENLIST_PART_BOTTOM_LINE
2822          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2823          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2824          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2825          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2826          part { name: "elm.text.1";
2827             clip_to: "disclip";
2828             type: TEXT;
2829             mouse_events: 0;
2830             scale: 1;
2831             description { state: "default" 0.0;
2832                min: 0 GENLIST_SIZE_61_INC;
2833                fixed: 0 1;
2834                rel1 {
2835                   relative: 1.0 0.0;
2836                   to_x: "elm.padding.left";
2837                   to_y: "elm.padding.bottom";
2838                }
2839                rel2 {
2840                   relative: 0.0 0.0;
2841                   to_x: "elm.padding.right";
2842                   to_y: "elm.padding.bottom";
2843                }
2844                align: 0.0 1.0;
2845                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
2846                text {
2847                   font: "SLP:style=Roman";
2848                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
2849                   min: 0 1;
2850                   align: 0.0 0.5;
2851                   text_class: "slp_roman";
2852                }
2853             }
2854             description { state: "selected" 0.0;
2855                inherit: "default" 0.0;
2856                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2857             }
2858             GENLIST_DESCRIPTION_FLIP_ENABLED
2859          }
2860          part { name: "elm.text.2";
2861             clip_to: "disclip";
2862             type: TEXT;
2863             mouse_events: 0;
2864             scale: 1;
2865             description { state: "default" 0.0;
2866                rel1 {
2867                   relative: 1.0 1.0;
2868                   to_x: "elm.padding.left";
2869                   to_y: "elm.padding.top";
2870                }
2871                rel2 {
2872                   relative: 0.0 0.0;
2873                   to_x: "elm.padding.right";
2874                   to_y: "elm.text.1";
2875                }
2876                align: 0.0 1.0;
2877                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
2878                text {
2879                   font: "SLP:style=Medium";
2880                   size: GENLIST_FONT_32_INC;
2881                   min: 0 1;
2882                   align: 0.0 0.5;
2883                   text_class: "list_item";
2884                }
2885             }
2886             description { state: "selected" 0.0;
2887                inherit: "default" 0.0;
2888                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2889             }
2890             GENLIST_DESCRIPTION_FLIP_ENABLED
2891          }
2892          GENLIST_PART_FLIP
2893          GENLIST_PART_DISCLIP
2894       }
2895       programs {
2896          // signal: elm,state,%s,active
2897          //   a "check" item named %s went active
2898          // signal: elm,state,%s,passive
2899          //   a "check" item named %s went passive
2900          // default is passive
2901          program { name: "go_active";
2902             signal: "elm,state,selected";
2903             source: "elm";
2904             action: STATE_SET "selected" 0.0;
2905             target: "bg_image";
2906             target: "elm.text.1";
2907             target: "elm.text.2";
2908             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
2909          }
2910          program { name: "go_passive";
2911             signal: "elm,state,unselected";
2912             source: "elm";
2913             action: STATE_SET "default" 0.0;
2914             target: "bg_image";
2915             target: "elm.text.1";
2916             target: "elm.text.2";
2917             transition: LINEAR 0.1;
2918          }
2919          program { name: "go_disabled";
2920             signal: "elm,state,disabled";
2921             source: "elm";
2922             action: STATE_SET "disabled" 0.0;
2923             target: "disclip";
2924          }
2925          program { name: "go_enabled";
2926             signal: "elm,state,enabled";
2927             source: "elm";
2928             action: STATE_SET "default" 0.0;
2929             target: "disclip";
2930          }
2931          GENLIST_PROGRAM_FLIP_2TEXT
2932          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
2933       }
2934    }
2935
2936 // 3.2.3
2937    group { name: "elm/genlist/item/3text/default";
2938       alias: "elm/genlist/item_odd/3text/default";
2939       alias: "elm/genlist/item_compress/3text/default";
2940       alias: "elm/genlist/item_compress_odd/3text/default";
2941       data.item: "stacking" "above";
2942       data.item: "selectraise" "on";
2943       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
2944       data.item: "flips" "elm.flip.content";
2945       images {
2946          image: "00_list_bar_press_1x80.png" COMP;
2947       }
2948       parts {
2949          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
2950          GENLIST_PART_BG_IMAGE
2951          GENLIST_PART_BOTTOM_LINE
2952          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
2953          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
2954          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
2955          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
2956          part { name: "elm.text.3";
2957             clip_to: "disclip";
2958             type: TEXT;
2959             mouse_events: 0;
2960             scale: 1;
2961             description { state: "default" 0.0;
2962                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
2963                fixed: 1 1;
2964                rel1 {
2965                   relative: 0.0 1.0;
2966                   to_x: "elm.padding.right";
2967                   to_y: "elm.padding.top";
2968                }
2969                rel2 {
2970                   relative: 0.0 1.0;
2971                   to_x: "elm.padding.right";
2972                   to_y: "elm.padding.top";
2973                }
2974                align: 1.0 0.0;
2975                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
2976                text {
2977                   font: "SLP:style=Medium";
2978                   size: GENLIST_FONT_32_INC;
2979                   min: 0 1;
2980                   align: 1.0 0.5;
2981                   text_class: "slp_medium";
2982                }
2983             }
2984             description { state: "selected" 0.0;
2985                inherit: "default" 0.0;
2986                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
2987             }
2988             GENLIST_DESCRIPTION_FLIP_ENABLED
2989          }
2990          part { name: "elm.padding.text3.left";
2991             clip_to: "disclip";
2992             type: RECT;
2993             mouse_events: 0;
2994             scale: 1;
2995             description { state: "default" 0.0;
2996                min: GENLIST_ICON_SMALL_SIZE 0;
2997                fixed: 1 0;
2998                rel1.to_x: "elm.text.3";
2999                rel2 {
3000                   relative: 0.0 1.0;
3001                   to_x: "elm.text.3";
3002                }
3003                align: 1.0 0.5;
3004                visible: 0;
3005             }
3006          }
3007          part { name: "elm.text.1";
3008             clip_to: "disclip";
3009             type: TEXT;
3010             mouse_events: 0;
3011             scale: 1;
3012             description { state: "default" 0.0;
3013                rel1 {
3014                   relative: 1.0 1.0;
3015                   to_x: "elm.padding.left";
3016                   to_y: "elm.padding.top";
3017                }
3018                rel2 {
3019                   relative: 0.0 1.0;
3020                   to_x: "elm.padding.text3.left";
3021                   to_y: "elm.text.3";
3022                }
3023                align: 0.0 0.5;
3024                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
3025                text {
3026                   font: "SLP:style=Roman";
3027                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
3028                   min: 0 1;
3029                   align: 0.0 0.5;
3030                   text_class: "list_item";
3031                }
3032             }
3033             description { state: "selected" 0.0;
3034                inherit: "default" 0.0;
3035                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3036             }
3037             GENLIST_DESCRIPTION_FLIP_ENABLED
3038          }
3039          part { name: "elm.text.2";
3040             clip_to: "disclip";
3041             type: TEXT;
3042             mouse_events: 0;
3043             scale: 1;
3044             description { state: "default" 0.0;
3045                rel1 {
3046                   relative: 1.0 1.0;
3047                   to_x: "elm.padding.left";
3048                   to_y: "elm.text.1";
3049                }
3050                rel2 {
3051                   relative: 0.0 0.0;
3052                   to_x: "elm.padding.right";
3053                   to_y: "elm.padding.bottom";
3054                }
3055                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3056                text {
3057                   font: "SLP:style=Medium";
3058                   size: GENLIST_FONT_32_INC;
3059                   min: 0 1;
3060                   align: 0.0 0.5;
3061                   text_class: "slp_medium";
3062                }
3063             }
3064             description { state: "selected" 0.0;
3065                inherit: "default" 0.0;
3066                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3067             }
3068             GENLIST_DESCRIPTION_FLIP_ENABLED
3069          }
3070          GENLIST_PART_FLIP
3071          GENLIST_PART_DISCLIP
3072       }
3073       programs {
3074          // signal: elm,state,%s,active
3075          //   a "check" item named %s went active
3076          // signal: elm,state,%s,passive
3077          //   a "check" item named %s went passive
3078          // default is passive
3079          program { name: "go_active";
3080             signal: "elm,state,selected";
3081             source: "elm";
3082             action: STATE_SET "selected" 0.0;
3083             target: "bg_image";
3084             target: "elm.text.1";
3085             target: "elm.text.2";
3086             target: "elm.text.3";
3087             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3088          }
3089          program { name: "go_passive";
3090             signal: "elm,state,unselected";
3091             source: "elm";
3092             action: STATE_SET "default" 0.0;
3093             target: "bg_image";
3094             target: "elm.text.1";
3095             target: "elm.text.2";
3096             target: "elm.text.3";
3097             transition: LINEAR 0.1;
3098          }
3099          program { name: "go_disabled";
3100             signal: "elm,state,disabled";
3101             source: "elm";
3102             action: STATE_SET "disabled" 0.0;
3103             target: "disclip";
3104          }
3105          program { name: "go_enabled";
3106             signal: "elm,state,enabled";
3107             source: "elm";
3108             action: STATE_SET "default" 0.0;
3109             target: "disclip";
3110          }
3111          GENLIST_PROGRAM_FLIP_3TEXT
3112          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3113       }
3114    }
3115
3116    group { name: "elm/genlist/item_compress/3text.tb/default";
3117       inherit: "elm/genlist/item/3text/default";
3118       parts {
3119          part { name: "elm.text.2";
3120             clip_to: "disclip";
3121             type: TEXTBLOCK;
3122             mouse_events: 0;
3123             scale: 1;
3124             description { state: "default" 0.0;
3125                rel1 {
3126                   relative: 1.0 1.0;
3127                   to_x: "elm.padding.left";
3128                   to_y: "elm.text.1";
3129                }
3130                rel2 {
3131                   relative: 0.0 0.0;
3132                   to_x: "elm.padding.right";
3133                   to_y: "elm.padding.bottom";
3134                }
3135                align: 0.0 0.5;
3136                text {
3137                   style: "genlist_default_textblock_style";
3138                   min: 0 1;
3139                   align: 0.0 0.5;
3140                }
3141             }
3142             description { state: "selected" 0.0;
3143                inherit: "default" 0.0;
3144                text.style: "genlist_default_textblock_selected_style";
3145             }
3146             GENLIST_DESCRIPTION_FLIP_ENABLED
3147          }
3148       }
3149    }
3150
3151 // 3.2.4
3152    group { name: "elm/genlist/item/2text.1icon.2/default";
3153       alias: "elm/genlist/item_odd/2text.1icon.2/default";
3154       alias: "elm/genlist/item_compress/2text.1icon.2/default";
3155       alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
3156       data.item: "stacking" "above";
3157       data.item: "selectraise" "on";
3158       data.item: "texts" "elm.text.1 elm.text.2";
3159       data.item: "contents" "elm.icon";
3160       data.item: "flips" "elm.flip.content";
3161       images {
3162          image: "00_list_bar_press_1x80.png" COMP;
3163       }
3164       parts {
3165          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3166          GENLIST_PART_BG_IMAGE
3167          GENLIST_PART_BOTTOM_LINE
3168          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3169          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3170          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3171          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3172          part { name: "elm.icon";
3173             clip_to: "disclip";
3174             type: SWALLOW;
3175             scale: 1;
3176             description { state: "default" 0.0;
3177                fixed: 1 1;
3178                rel1 {
3179                   relative: 0.0 1.0;
3180                   to_x: "elm.padding.right";
3181                   to_y: "elm.padding.top";
3182                }
3183                rel2 {
3184                   relative: 0.0 0.0;
3185                   to_x: "elm.padding.right";
3186                   to_y: "elm.padding.bottom";
3187                }
3188                align: 1.0 0.5;
3189             }
3190             GENLIST_DESCRIPTION_FLIP_ENABLED
3191          }
3192          part { name: "elm.padding.icon.left";
3193             clip_to: "disclip";
3194             type: RECT;
3195             scale: 1;
3196             description { state: "default" 0.0;
3197                min: GENLIST_PADDING_16_INC 0;
3198                fixed: 1 0;
3199                rel1.to_x: "elm.icon";
3200                rel2 {
3201                   relative: 0.0 1.0;
3202                   to_x: "elm.icon";
3203                }
3204                align: 1.0 0.0;
3205                visible: 0;
3206             }
3207          }
3208          part { name: "elm.text.1";
3209             clip_to: "disclip";
3210             type: TEXT;
3211             mouse_events: 0;
3212             scale: 1;
3213             description { state: "default" 0.0;
3214                min: 0 GENLIST_SIZE_61_INC;
3215                fixed: 0 1;
3216                rel1 {
3217                   relative: 1.0 1.0;
3218                   to_x: "elm.padding.left";
3219                   to_y: "elm.padding.top";
3220                }
3221                rel2 {
3222                   relative: 0.0 1.0;
3223                   to_x: "elm.padding.icon.left";
3224                   to_y: "elm.padding.top";
3225                }
3226                align: 0.0 0.0;
3227                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
3228                text {
3229                   font: "SLP:style=Roman";
3230                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
3231                   min: 0 1;
3232                   align: 0.0 0.5;
3233                   text_class: "list_item";
3234                }
3235             }
3236             description { state: "selected" 0.0;
3237                inherit: "default" 0.0;
3238                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3239             }
3240             GENLIST_DESCRIPTION_FLIP_ENABLED
3241          }
3242          part { name: "elm.text.2";
3243             clip_to: "disclip";
3244             type: TEXT;
3245             mouse_events: 0;
3246             scale: 1;
3247             description { state: "default" 0.0;
3248                rel1 {
3249                   relative: 1.0 1.0;
3250                   to_x: "elm.padding.left";
3251                   to_y: "elm.text.1";
3252                }
3253                rel2 {
3254                   relative: 0.0 0.0;
3255                   to_x: "elm.padding.icon.left";
3256                   to_y: "elm.padding.bottom";
3257                }
3258                align: 0.0 0.0;
3259                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3260                text {
3261                   font: "SLP:style=Medium";
3262                   size: GENLIST_FONT_32_INC;
3263                   min: 0 1;
3264                   align: 0.0 0.5;
3265                   text_class: "slp_medium";
3266                }
3267             }
3268             description { state: "selected" 0.0;
3269                inherit: "default" 0.0;
3270                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3271             }
3272             GENLIST_DESCRIPTION_FLIP_ENABLED
3273          }
3274          GENLIST_PART_FLIP
3275          GENLIST_PART_DISCLIP
3276       }
3277       programs {
3278          // signal: elm,state,%s,active
3279          //   a "check" item named %s went active
3280          // signal: elm,state,%s,passive
3281          //   a "check" item named %s went passive
3282          // default is passive
3283          program { name: "go_active";
3284             signal: "elm,state,selected";
3285             source: "elm";
3286             action: STATE_SET "selected" 0.0;
3287             target: "bg_image";
3288             target: "elm.text.1";
3289             target: "elm.text.2";
3290             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3291          }
3292          program { name: "go_passive";
3293             signal: "elm,state,unselected";
3294             source: "elm";
3295             action: STATE_SET "default" 0.0;
3296             target: "bg_image";
3297             target: "elm.text.1";
3298             target: "elm.text.2";
3299             transition: LINEAR 0.1;
3300          }
3301          program { name: "go_disabled";
3302             signal: "elm,state,disabled";
3303             source: "elm";
3304             action: STATE_SET "disabled" 0.0;
3305             target: "disclip";
3306          }
3307          program { name: "go_enabled";
3308             signal: "elm,state,enabled";
3309             source: "elm";
3310             action: STATE_SET "default" 0.0;
3311             target: "disclip";
3312          }
3313          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3314          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3315       }
3316    }
3317
3318 // 3.2.5
3319    group { name: "elm/genlist/item/2text.1icon.10/default";
3320       alias: "elm/genlist/item_odd/2text.1icon.10/default";
3321       alias: "elm/genlist/item_compress/2text.1icon.10/default";
3322       alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
3323       data.item: "stacking" "above";
3324       data.item: "selectraise" "on";
3325       data.item: "texts" "elm.text.1 elm.text.2";
3326       data.item: "contents" "elm.icon";
3327       data.item: "flips" "elm.flip.content";
3328       images {
3329          image: "00_list_bar_press_1x80.png" COMP;
3330       }
3331       parts {
3332          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3333          GENLIST_PART_BG_IMAGE
3334          GENLIST_PART_BOTTOM_LINE
3335          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3336          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3337          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3338          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3339          part { name: "elm.icon";
3340             clip_to: "disclip";
3341             type: SWALLOW;
3342             scale: 1;
3343             description { state: "default" 0.0;
3344                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
3345                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
3346                fixed: 1 1;
3347                rel1 {
3348                   relative: 0.0 1.0;
3349                   to_x: "elm.padding.right";
3350                   to_y: "elm.padding.top";
3351                }
3352                rel2 {
3353                   relative: 0.0 0.0;
3354                   to_x: "elm.padding.right";
3355                   to_y: "elm.padding.bottom";
3356                }
3357                align: 1.0 0.5;
3358             }
3359             GENLIST_DESCRIPTION_FLIP_ENABLED
3360          }
3361          part { name: "elm.padding.icon.left";
3362             clip_to: "disclip";
3363             type: RECT;
3364             scale: 1;
3365             description { state: "default" 0.0;
3366                min: GENLIST_PADDING_16_INC 0;
3367                fixed: 1 0;
3368                rel1.to_x: "elm.icon";
3369                rel2 {
3370                   relative: 0.0 1.0;
3371                   to_x: "elm.icon";
3372                }
3373                align: 1.0 0.0;
3374                visible: 0;
3375             }
3376          }
3377          part { name: "elm.text.1";
3378             clip_to: "disclip";
3379             type: TEXT;
3380             mouse_events: 0;
3381             scale: 1;
3382             description { state: "default" 0.0;
3383                min: 0 GENLIST_SIZE_61_INC;
3384                fixed: 0 1;
3385                rel1 {
3386                   relative: 1.0 1.0;
3387                   to_x: "elm.padding.left";
3388                   to_y: "elm.padding.top";
3389                }
3390                rel2 {
3391                   relative: 0.0 1.0;
3392                   to_x: "elm.padding.icon.left";
3393                   to_y: "elm.padding.top";
3394                }
3395                align: 0.0 0.0;
3396                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
3397                text {
3398                   font: "SLP:style=Roman";
3399                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
3400                   min: 0 1;
3401                   align: 0.0 0.5;
3402                   text_class: "list_item";
3403                }
3404             }
3405             description { state: "selected" 0.0;
3406                inherit: "default" 0.0;
3407                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3408             }
3409             GENLIST_DESCRIPTION_FLIP_ENABLED
3410          }
3411          part { name: "elm.text.2";
3412             clip_to: "disclip";
3413             type: TEXT;
3414             mouse_events: 0;
3415             scale: 1;
3416             description { state: "default" 0.0;
3417                rel1 {
3418                   relative: 1.0 1.0;
3419                   to_x: "elm.padding.left";
3420                   to_y: "elm.text.1";
3421                }
3422                rel2 {
3423                   relative: 0.0 0.0;
3424                   to_x: "elm.padding.icon.left";
3425                   to_y: "elm.padding.bottom";
3426                }
3427                align: 0.0 0.0;
3428                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3429                text {
3430                   font: "SLP:style=Medium";
3431                   size: GENLIST_FONT_32_INC;
3432                   min: 0 1;
3433                   align: 0.0 0.5;
3434                   text_class: "slp_medium";
3435                }
3436             }
3437             description { state: "selected" 0.0;
3438                inherit: "default" 0.0;
3439                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3440             }
3441             GENLIST_DESCRIPTION_FLIP_ENABLED
3442          }
3443          GENLIST_PART_FLIP
3444          GENLIST_PART_DISCLIP
3445       }
3446       programs {
3447          // signal: elm,state,%s,active
3448          //   a "check" item named %s went active
3449          // signal: elm,state,%s,passive
3450          //   a "check" item named %s went passive
3451          // default is passive
3452          program { name: "go_active";
3453             signal: "elm,state,selected";
3454             source: "elm";
3455             action: STATE_SET "selected" 0.0;
3456             target: "bg_image";
3457             target: "elm.text.1";
3458             target: "elm.text.2";
3459             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3460          }
3461          program { name: "go_passive";
3462             signal: "elm,state,unselected";
3463             source: "elm";
3464             action: STATE_SET "default" 0.0;
3465             target: "bg_image";
3466             target: "elm.text.1";
3467             target: "elm.text.2";
3468             transition: LINEAR 0.1;
3469          }
3470          program { name: "go_disabled";
3471             signal: "elm,state,disabled";
3472             source: "elm";
3473             action: STATE_SET "disabled" 0.0;
3474             target: "disclip";
3475          }
3476          program { name: "go_enabled";
3477             signal: "elm,state,enabled";
3478             source: "elm";
3479             action: STATE_SET "default" 0.0;
3480             target: "disclip";
3481          }
3482          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3483          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3484       }
3485    }
3486
3487    group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
3488       inherit: "elm/genlist/item/2text.1icon.10/default";
3489       parts {
3490          part { name: "elm.text.2";
3491             clip_to: "disclip";
3492             type: TEXTBLOCK;
3493             mouse_events: 0;
3494             scale: 1;
3495             description { state: "default" 0.0;
3496                rel1 {
3497                   relative: 1.0 1.0;
3498                   to_x: "elm.padding.left";
3499                   to_y: "elm.text.1";
3500                }
3501                rel2 {
3502                   relative: 0.0 0.0;
3503                   to_x: "elm.padding.icon.left";
3504                   to_y: "elm.padding.bottom";
3505                }
3506                align: 0.0 0.5;
3507                text {
3508                   style: "genlist_default_textblock_style";
3509                   min: 0 1;
3510                   align: 0.0 0.5;
3511                }
3512             }
3513             description { state: "selected" 0.0;
3514                inherit: "default" 0.0;
3515                text.style: "genlist_default_textblock_selected_style";
3516             }
3517             GENLIST_DESCRIPTION_FLIP_ENABLED
3518          }
3519       }
3520    }
3521
3522 // 3.2.6
3523    group { name: "elm/genlist/item/2text.1icon.3/default";
3524       alias: "elm/genlist/item_odd/2text.1icon.3/default";
3525       alias: "elm/genlist/item_compress/2text.1icon.3/default";
3526       alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
3527       data.item: "stacking" "above";
3528       data.item: "selectraise" "on";
3529       data.item: "texts" "elm.text.1 elm.text.2";
3530       data.item: "contents" "elm.icon";
3531       data.item: "flips" "elm.flip.content";
3532       images {
3533          image: "00_list_bar_press_1x80.png" COMP;
3534       }
3535       parts {
3536          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3537          GENLIST_PART_BG_IMAGE
3538          GENLIST_PART_BOTTOM_LINE
3539          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3540          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3541          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3542          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3543          part { name: "elm.text.1";
3544             clip_to: "disclip";
3545             type: TEXT;
3546             mouse_events: 0;
3547             scale: 1;
3548             description { state: "default" 0.0;
3549                min: 0 GENLIST_SIZE_61_INC;
3550                fixed: 0 1;
3551                rel1 {
3552                   relative: 1.0 1.0;
3553                   to_x: "elm.padding.left";
3554                   to_y: "elm.padding.top";
3555                }
3556                rel2 {
3557                   relative: 0.0 1.0;
3558                   to_x: "elm.padding.icon.left";
3559                   to_y: "elm.padding.top";
3560                }
3561                align: 0.0 0.0;
3562                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
3563                text {
3564                   font: "SLP:style=Roman";
3565                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
3566                   min: 0 1;
3567                   align: 0.0 0.5;
3568                   text_class: "list_item";
3569                }
3570             }
3571             description { state: "selected" 0.0;
3572                inherit: "default" 0.0;
3573                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3574             }
3575             GENLIST_DESCRIPTION_FLIP_ENABLED
3576          }
3577          part { name: "elm.icon";
3578             clip_to: "disclip";
3579             type: SWALLOW;
3580             scale: 1;
3581             description { state: "default" 0.0;
3582                fixed: 1 1;
3583                rel1 {
3584                   relative: 0.0 1.0;
3585                   to_x: "elm.padding.right";
3586                   to_y: "elm.padding.top";
3587                }
3588                rel2 {
3589                   relative: 0.0 1.0;
3590                   to_x: "elm.padding.right";
3591                   to_y: "elm.text.1";
3592                }
3593                align: 1.0 0.5;
3594             }
3595             GENLIST_DESCRIPTION_FLIP_ENABLED
3596          }
3597          part { name: "elm.padding.icon.left";
3598             clip_to: "disclip";
3599             type: RECT;
3600             scale: 1;
3601             description { state: "default" 0.0;
3602                min: GENLIST_PADDING_16_INC 0;
3603                fixed: 1 0;
3604                rel1.to_x: "elm.icon";
3605                rel2 {
3606                   relative: 0.0 1.0;
3607                   to_x: "elm.icon";
3608                }
3609                align: 1.0 0.0;
3610                visible: 0;
3611             }
3612          }
3613          part { name: "elm.text.2";
3614             clip_to: "disclip";
3615             type: TEXT;
3616             mouse_events: 0;
3617             scale: 1;
3618             description { state: "default" 0.0;
3619                rel1 {
3620                   relative: 1.0 1.0;
3621                   to_x: "elm.padding.left";
3622                   to_y: "elm.text.1";
3623                }
3624                rel2 {
3625                   relative: 0.0 0.0;
3626                   to_x: "elm.padding.icon.left";
3627                   to_y: "elm.padding.bottom";
3628                }
3629                align: 0.0 0.0;
3630                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3631                text {
3632                   font: "SLP:style=Medium";
3633                   size: GENLIST_FONT_32_INC;
3634                   min: 0 1;
3635                   align: 0.0 0.5;
3636                   text_class: "slp_medium";
3637                }
3638             }
3639             description { state: "selected" 0.0;
3640                inherit: "default" 0.0;
3641                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3642             }
3643             GENLIST_DESCRIPTION_FLIP_ENABLED
3644          }
3645          GENLIST_PART_FLIP
3646          GENLIST_PART_DISCLIP
3647       }
3648       programs {
3649          // signal: elm,state,%s,active
3650          //   a "check" item named %s went active
3651          // signal: elm,state,%s,passive
3652          //   a "check" item named %s went passive
3653          // default is passive
3654          program { name: "go_active";
3655             signal: "elm,state,selected";
3656             source: "elm";
3657             action: STATE_SET "selected" 0.0;
3658             target: "bg_image";
3659             target: "elm.text.1";
3660             target: "elm.text.2";
3661             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3662          }
3663          program { name: "go_passive";
3664             signal: "elm,state,unselected";
3665             source: "elm";
3666             action: STATE_SET "default" 0.0;
3667             target: "bg_image";
3668             target: "elm.text.1";
3669             target: "elm.text.2";
3670             transition: LINEAR 0.1;
3671          }
3672          program { name: "go_disabled";
3673             signal: "elm,state,disabled";
3674             source: "elm";
3675             action: STATE_SET "disabled" 0.0;
3676             target: "disclip";
3677          }
3678          program { name: "go_enabled";
3679             signal: "elm,state,enabled";
3680             source: "elm";
3681             action: STATE_SET "default" 0.0;
3682             target: "disclip";
3683          }
3684          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
3685          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3686       }
3687    }
3688
3689 // 3.2.7
3690    group { name: "elm/genlist/item/3text.1icon/default";
3691       alias: "elm/genlist/item_odd/3text.1icon/default";
3692       alias: "elm/genlist/item_compress/3text.1icon/default";
3693       alias: "elm/genlist/item_compress_odd/3text.1icon/default";
3694       data.item: "stacking" "above";
3695       data.item: "selectraise" "on";
3696       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
3697       data.item: "contents" "elm.icon";
3698       data.item: "flips" "elm.flip.content";
3699       images {
3700          image: "00_list_bar_press_1x80.png" COMP;
3701       }
3702       parts {
3703          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3704          GENLIST_PART_BG_IMAGE
3705          GENLIST_PART_BOTTOM_LINE
3706          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3707          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3708          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3709          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3710          part { name: "elm.text.3";
3711             clip_to: "disclip";
3712             type: TEXT;
3713             mouse_events: 0;
3714             scale: 1;
3715             description { state: "default" 0.0;
3716                min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
3717                fixed: 1 1;
3718                rel1 {
3719                   relative: 0.0 0.0;
3720                   to_x: "elm.padding.right";
3721                   to_y: "elm.padding.bottom";
3722                }
3723                rel2 {
3724                   relative: 0.0 0.0;
3725                   to_x: "elm.padding.right";
3726                   to_y: "elm.padding.bottom";
3727                }
3728                align: 1.0 1.0;
3729                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3730                text {
3731                   font: "SLP:style=Medium";
3732                   size: GENLIST_FONT_32_INC;
3733                   min: 0 1;
3734                   align: 1.0 0.5;
3735                   text_class: "slp_medium";
3736                }
3737             }
3738             description { state: "selected" 0.0;
3739                inherit: "default" 0.0;
3740                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3741             }
3742             GENLIST_DESCRIPTION_FLIP_ENABLED
3743          }
3744          part { name: "elm.padding.text3.left";
3745             clip_to: "disclip";
3746             type: RECT;
3747             mouse_events: 0;
3748             scale: 1;
3749             description { state: "default" 0.0;
3750                min: GENLIST_ICON_SMALL_SIZE 0;
3751                fixed: 1 0;
3752                rel1.to_x: "elm.text.3";
3753                rel2 {
3754                   relative: 0.0 1.0;
3755                   to_x: "elm.text.3";
3756                }
3757                align: 1.0 0.5;
3758                visible: 0;
3759             }
3760          }
3761          part { name: "elm.icon";
3762             clip_to: "disclip";
3763             type: SWALLOW;
3764             scale: 1;
3765             description { state: "default" 0.0;
3766                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3767                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3768                fixed: 1 1;
3769                rel1 {
3770                   relative: 0.0 1.0;
3771                   to_x: "elm.padding.right";
3772                   to_y: "elm.padding.top";
3773                }
3774                rel2 {
3775                   relative: 0.0 0.0;
3776                   to_x: "elm.padding.right";
3777                   to_y: "elm.text.3";
3778                }
3779                align: 1.0 0.5;
3780             }
3781             GENLIST_DESCRIPTION_FLIP_ENABLED
3782          }
3783          part { name: "elm.padding.icon.left";
3784             clip_to: "disclip";
3785             type: RECT;
3786             scale: 1;
3787             description { state: "default" 0.0;
3788                min: GENLIST_PADDING_16_INC 0;
3789                fixed: 1 0;
3790                rel1.to_x: "elm.icon";
3791                rel2 {
3792                   relative: 0.0 1.0;
3793                   to_x: "elm.icon";
3794                }
3795                align: 1.0 0.0;
3796                visible: 0;
3797             }
3798          }
3799          part { name: "elm.text.1";
3800             clip_to: "disclip";
3801             type: TEXT;
3802             mouse_events: 0;
3803             scale: 1;
3804             description { state: "default" 0.0;
3805                rel1 {
3806                   relative: 1.0 1.0;
3807                   to_x: "elm.padding.left";
3808                   to_y: "elm.padding.top";
3809                }
3810                rel2 {
3811                   relative: 0.0 0.0;
3812                   to_x: "elm.padding.icon.left";
3813                   to_y: "elm.text.3";
3814                }
3815                align: 0.0 0.5;
3816                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
3817                text {
3818                   font: "SLP:style=Roman";
3819                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
3820                   min: 0 1;
3821                   align: 0.0 0.5;
3822                   text_class: "list_item";
3823                }
3824             }
3825             description { state: "selected" 0.0;
3826                inherit: "default" 0.0;
3827                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3828             }
3829             GENLIST_DESCRIPTION_FLIP_ENABLED
3830          }
3831          part { name: "elm.text.2";
3832             clip_to: "disclip";
3833             type: TEXT;
3834             mouse_events: 0;
3835             scale: 1;
3836             description { state: "default" 0.0;
3837                rel1 {
3838                   relative: 1.0 1.0;
3839                   to_x: "elm.padding.left";
3840                   to_y: "elm.text.1";
3841                }
3842                rel2 {
3843                   relative: 0.0 0.0;
3844                   to_x: "elm.padding.text3.left";
3845                   to_y: "elm.padding.bottom";
3846                }
3847                align: 0.0 0.5;
3848                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
3849                text {
3850                   font: "SLP:style=Medium";
3851                   size: GENLIST_FONT_32_INC;
3852                   min: 0 1;
3853                   align: 0.0 0.5;
3854                   text_class: "slp_medium";
3855                }
3856             }
3857             description { state: "selected" 0.0;
3858                inherit: "default" 0.0;
3859                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
3860             }
3861             GENLIST_DESCRIPTION_FLIP_ENABLED
3862          }
3863          GENLIST_PART_FLIP
3864          GENLIST_PART_DISCLIP
3865       }
3866       programs {
3867          // signal: elm,state,%s,active
3868          //   a "check" item named %s went active
3869          // signal: elm,state,%s,passive
3870          //   a "check" item named %s went passive
3871          // default is passive
3872          program { name: "go_active";
3873             signal: "elm,state,selected";
3874             source: "elm";
3875             action: STATE_SET "selected" 0.0;
3876             target: "bg_image";
3877             target: "elm.text.1";
3878             target: "elm.text.2";
3879             target: "elm.text.3";
3880             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
3881          }
3882          program { name: "go_passive";
3883             signal: "elm,state,unselected";
3884             source: "elm";
3885             action: STATE_SET "default" 0.0;
3886             target: "bg_image";
3887             target: "elm.text.1";
3888             target: "elm.text.2";
3889             target: "elm.text.3";
3890             transition: LINEAR 0.1;
3891          }
3892          program { name: "go_disabled";
3893             signal: "elm,state,disabled";
3894             source: "elm";
3895             action: STATE_SET "disabled" 0.0;
3896             target: "disclip";
3897          }
3898          program { name: "go_enabled";
3899             signal: "elm,state,enabled";
3900             source: "elm";
3901             action: STATE_SET "default" 0.0;
3902             target: "disclip";
3903          }
3904          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
3905          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
3906       }
3907    }
3908
3909 // 3.2.8
3910    group { name: "elm/genlist/item/2text.2icon/default";
3911       alias: "elm/genlist/item_odd/2text.2icon/default";
3912       alias: "elm/genlist/item_compress/2text.2icon/default";
3913       alias: "elm/genlist/item_compress_odd/2text.2icon/default";
3914       data.item: "stacking" "above";
3915       data.item: "selectraise" "on";
3916       data.item: "texts" "elm.text.1 elm.text.2";
3917       data.item: "contents" "elm.icon.1 elm.icon.2";
3918       data.item: "flips" "elm.flip.content";
3919       images {
3920          image: "00_list_bar_press_1x80.png" COMP;
3921       }
3922       parts {
3923          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
3924          GENLIST_PART_BG_IMAGE
3925          GENLIST_PART_BOTTOM_LINE
3926          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
3927          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
3928          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
3929          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
3930          part { name: "elm.icon.1";
3931             clip_to: "disclip";
3932             type: SWALLOW;
3933             scale: 1;
3934             description { state: "default" 0.0;
3935                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3936                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3937                fixed: 1 1;
3938                rel1 {
3939                   relative: 1.0 1.0;
3940                   to_x: "elm.padding.left";
3941                   to_y: "elm.text.1";
3942                }
3943                rel2 {
3944                   relative: 1.0 0.0;
3945                   to_x: "elm.padding.left";
3946                   to_y: "elm.padding.bottom";
3947                }
3948                align: 0.0 0.5;
3949             }
3950             GENLIST_DESCRIPTION_FLIP_ENABLED
3951          }
3952          part { name: "elm.padding.icon1.right";
3953             clip_to: "disclip";
3954             type: RECT;
3955             scale: 1;
3956             description { state: "default" 0.0;
3957                min: GENLIST_PADDING_16_INC 0;
3958                fixed: 1 0;
3959                rel1 {
3960                   relative: 1.0 0.0;
3961                   to_x: "elm.icon.1";
3962                }
3963                rel2.to_x: "elm.icon.1";
3964                align: 0.0 0.0;
3965                visible: 0;
3966             }
3967          }
3968          part { name: "elm.icon.2";
3969             clip_to: "disclip";
3970             type: SWALLOW;
3971             scale: 1;
3972             description { state: "default" 0.0;
3973                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3974                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
3975                fixed: 1 1;
3976                rel1 {
3977                   relative: 0.0 1.0;
3978                   to_x: "elm.padding.right";
3979                   to_y: "elm.padding.top";
3980                }
3981                rel2 {
3982                   relative: 0.0 1.0;
3983                   to_x: "elm.padding.right";
3984                   to_y: "elm.text.1";
3985                }
3986                align: 1.0 0.5;
3987             }
3988             GENLIST_DESCRIPTION_FLIP_ENABLED
3989          }
3990          part { name: "elm.padding.icon2.left";
3991             clip_to: "disclip";
3992             type: RECT;
3993             scale: 1;
3994             description { state: "default" 0.0;
3995                min: GENLIST_PADDING_16_INC 0;
3996                fixed: 1 0;
3997                rel1 {
3998                   relative: 0.0 0.0;
3999                   to_x: "elm.icon.2";
4000                }
4001                rel2.to_x: "elm.icon.2";
4002                align: 1.0 0.0;
4003                visible: 0;
4004             }
4005          }
4006          part { name: "elm.text.1";
4007             clip_to: "disclip";
4008             type: TEXT;
4009             mouse_events: 0;
4010             scale: 1;
4011             description { state: "default" 0.0;
4012                min: 0 GENLIST_SIZE_61_INC;
4013                fixed: 0 1;
4014                rel1 {
4015                   relative: 1.0 1.0;
4016                   to_x: "elm.padding.left";
4017                   to_y: "elm.padding.top";
4018                }
4019                rel2 {
4020                   relative: 0.0 1.0;
4021                   to_x: "elm.padding.icon2.left";
4022                   to_y: "elm.padding.top";
4023                }
4024                align: 0.0 0.0;
4025                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4026                text {
4027                   font: "SLP:style=Roman";
4028                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4029                   min: 0 1;
4030                   align: 0.0 0.5;
4031                   text_class: "list_item";
4032                }
4033             }
4034             description { state: "selected" 0.0;
4035                inherit: "default" 0.0;
4036                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4037             }
4038             GENLIST_DESCRIPTION_FLIP_ENABLED
4039          }
4040          part { name: "elm.text.2";
4041             clip_to: "disclip";
4042             type: TEXT;
4043             mouse_events: 0;
4044             scale: 1;
4045             description { state: "default" 0.0;
4046                rel1 {
4047                   relative: 1.0 1.0;
4048                   to_x: "elm.padding.icon1.right";
4049                   to_y: "elm.text.1";
4050                }
4051                rel2 {
4052                   relative: 0.0 0.0;
4053                   to_x: "elm.padding.right";
4054                   to_y: "elm.padding.bottom";
4055                }
4056                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
4057                text {
4058                   font: "SLP:style=Medium";
4059                   size: GENLIST_FONT_32_INC;
4060                   min: 0 1;
4061                   align: 0.0 0.5;
4062                   text_class: "slp_medium";
4063                }
4064             }
4065             description { state: "selected" 0.0;
4066                inherit: "default" 0.0;
4067                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4068             }
4069             GENLIST_DESCRIPTION_FLIP_ENABLED
4070          }
4071          GENLIST_PART_FLIP
4072          GENLIST_PART_DISCLIP
4073       }
4074       programs {
4075          // signal: elm,state,%s,active
4076          //   a "check" item named %s went active
4077          // signal: elm,state,%s,passive
4078          //   a "check" item named %s went passive
4079          // default is passive
4080          program { name: "go_active";
4081             signal: "elm,state,selected";
4082             source: "elm";
4083             action: STATE_SET "selected" 0.0;
4084             target: "bg_image";
4085             target: "elm.text.1";
4086             target: "elm.text.2";
4087             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4088          }
4089          program { name: "go_passive";
4090             signal: "elm,state,unselected";
4091             source: "elm";
4092             action: STATE_SET "default" 0.0;
4093             target: "bg_image";
4094             target: "elm.text.1";
4095             target: "elm.text.2";
4096             transition: LINEAR 0.1;
4097          }
4098          program { name: "go_disabled";
4099             signal: "elm,state,disabled";
4100             source: "elm";
4101             action: STATE_SET "disabled" 0.0;
4102             target: "disclip";
4103          }
4104          program { name: "go_enabled";
4105             signal: "elm,state,enabled";
4106             source: "elm";
4107             action: STATE_SET "default" 0.0;
4108             target: "disclip";
4109          }
4110          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
4111          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4112       }
4113    }
4114
4115 // 3.2.9
4116    group { name: "elm/genlist/item/2text.7/default";
4117       alias: "elm/genlist/item_odd/2text.7/default";
4118       alias: "elm/genlist/item_compress/2text.7/default";
4119       alias: "elm/genlist/item_compress_odd/2text.7/default";
4120       data.item: "stacking" "above";
4121       data.item: "selectraise" "on";
4122       data.item: "texts" "elm.text.1 elm.text.2";
4123       data.item: "flips" "elm.flip.content";
4124       images {
4125          image: "00_list_bar_press_1x80.png" COMP;
4126       }
4127       parts {
4128          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4129          GENLIST_PART_BG_IMAGE
4130          GENLIST_PART_BOTTOM_LINE
4131          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4132          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4133          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4134          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4135          part { name: "elm.text.1";
4136             clip_to: "disclip";
4137             type: TEXT;
4138             mouse_events: 0;
4139             scale: 1;
4140             description { state: "default" 0.0;
4141                min: 0 GENLIST_SIZE_61_INC;
4142                fixed: 0 1;
4143                rel1 {
4144                   relative: 1.0 1.0;
4145                   to_x: "elm.padding.left";
4146                   to_y: "elm.padding.top";
4147                }
4148                rel2 {
4149                   relative: 0.0 1.0;
4150                   to_x: "elm.padding.right";
4151                   to_y: "elm.padding.top";
4152                }
4153                align: 0.0 0.0;
4154                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4155                text {
4156                   font: "SLP:style=Roman";
4157                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4158                   min: 0 1;
4159                   align: 0.0 0.5;
4160                   text_class: "list_item";
4161                }
4162             }
4163             description { state: "selected" 0.0;
4164                inherit: "default" 0.0;
4165                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4166             }
4167             GENLIST_DESCRIPTION_FLIP_ENABLED
4168          }
4169          part { name: "elm.text.2";
4170             clip_to: "disclip";
4171             type: TEXT;
4172             mouse_events: 0;
4173             scale: 1;
4174             description { state: "default" 0.0;
4175                rel1 {
4176                   relative: 1.0 1.0;
4177                   to_x: "elm.padding.left";
4178                   to_y: "elm.text.1";
4179                }
4180                rel2 {
4181                   relative: 0.0 0.0;
4182                   to_x: "elm.padding.right";
4183                   to_y: "elm.padding.bottom";
4184                }
4185                align: 0.0 0.0;
4186                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
4187                text {
4188                   font: "SLP:style=Medium";
4189                   size: GENLIST_FONT_32_INC;
4190                   min: 0 1;
4191                   align: 0.0 0.5;
4192                   text_class: "slp_medium";
4193                }
4194             }
4195             description { state: "selected" 0.0;
4196                inherit: "default" 0.0;
4197                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4198             }
4199             GENLIST_DESCRIPTION_FLIP_ENABLED
4200          }
4201          GENLIST_PART_FLIP
4202          GENLIST_PART_DISCLIP
4203       }
4204       programs {
4205          // signal: elm,state,%s,active
4206          //   a "check" item named %s went active
4207          // signal: elm,state,%s,passive
4208          //   a "check" item named %s went passive
4209          // default is passive
4210          program { name: "go_active";
4211             signal: "elm,state,selected";
4212             source: "elm";
4213             action: STATE_SET "selected" 0.0;
4214             target: "bg_image";
4215             target: "elm.text.1";
4216             target: "elm.text.2";
4217             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4218          }
4219          program { name: "go_passive";
4220             signal: "elm,state,unselected";
4221             source: "elm";
4222             action: STATE_SET "default" 0.0;
4223             target: "bg_image";
4224             target: "elm.text.1";
4225             target: "elm.text.2";
4226             transition: LINEAR 0.1;
4227          }
4228          program { name: "go_disabled";
4229             signal: "elm,state,disabled";
4230             source: "elm";
4231             action: STATE_SET "disabled" 0.0;
4232             target: "disclip";
4233          }
4234          program { name: "go_enabled";
4235             signal: "elm,state,enabled";
4236             source: "elm";
4237             action: STATE_SET "default" 0.0;
4238             target: "disclip";
4239          }
4240          GENLIST_PROGRAM_FLIP_2TEXT
4241          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4242       }
4243    }
4244
4245 // 3.2.10
4246    group { name: "elm/genlist/item/2text.1icon.7/default";
4247       alias: "elm/genlist/item_odd/2text.1icon.7/default";
4248       alias: "elm/genlist/item_compress/2text.1icon.7/default";
4249       alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
4250       data.item: "stacking" "above";
4251       data.item: "selectraise" "on";
4252       data.item: "texts" "elm.text.1 elm.text.2";
4253       data.item: "contents" "elm.icon";
4254       data.item: "flips" "elm.flip.content";
4255       images {
4256          image: "00_list_bar_press_1x80.png" COMP;
4257       }
4258       parts {
4259          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4260          GENLIST_PART_BG_IMAGE
4261          GENLIST_PART_BOTTOM_LINE
4262          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4263          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4264          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4265          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4266          part { name: "elm.icon";
4267             clip_to: "disclip";
4268             type: SWALLOW;
4269             scale: 1;
4270             description { state: "default" 0.0;
4271                fixed: 1 1;
4272                rel1 {
4273                   relative: 0.0 1.0;
4274                   to_x: "elm.padding.right";
4275                   to_y: "elm.padding.top";
4276                }
4277                rel2 {
4278                   relative: 0.0 0.0;
4279                   to_x: "elm.padding.right";
4280                   to_y: "elm.padding.bottom";
4281                }
4282                align: 1.0 0.5;
4283             }
4284             GENLIST_DESCRIPTION_FLIP_ENABLED
4285          }
4286          part { name: "elm.padding.icon.left";
4287             clip_to: "disclip";
4288             type: RECT;
4289             scale: 1;
4290             description { state: "default" 0.0;
4291                min: GENLIST_PADDING_16_INC 0;
4292                fixed: 1 0;
4293                rel1.to_x: "elm.icon";
4294                rel2 {
4295                   relative: 0.0 1.0;
4296                   to_x: "elm.icon";
4297                }
4298                align: 1.0 0.0;
4299                visible: 0;
4300             }
4301          }
4302          part { name: "elm.text.1";
4303             clip_to: "disclip";
4304             type: TEXT;
4305             mouse_events: 0;
4306             scale: 1;
4307             description { state: "default" 0.0;
4308                min: 0 GENLIST_SIZE_61_INC;
4309                fixed: 0 1;
4310                rel1 {
4311                   relative: 1.0 1.0;
4312                   to_x: "elm.padding.left";
4313                   to_y: "elm.padding.top";
4314                }
4315                rel2 {
4316                   relative: 0.0 1.0;
4317                   to_x: "elm.padding.icon.left";
4318                   to_y: "elm.padding.top";
4319                }
4320                align: 0.0 0.0;
4321                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4322                text {
4323                   font: "SLP:style=Roman";
4324                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4325                   min: 0 1;
4326                   align: 0.0 0.5;
4327                   text_class: "list_item";
4328                }
4329             }
4330             description { state: "selected" 0.0;
4331                inherit: "default" 0.0;
4332                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4333             }
4334             GENLIST_DESCRIPTION_FLIP_ENABLED
4335          }
4336          part { name: "elm.text.2";
4337             clip_to: "disclip";
4338             type: TEXT;
4339             mouse_events: 0;
4340             scale: 1;
4341             description { state: "default" 0.0;
4342                rel1 {
4343                   relative: 1.0 1.0;
4344                   to_x: "elm.padding.left";
4345                   to_y: "elm.text.1";
4346                }
4347                rel2 {
4348                   relative: 0.0 0.0;
4349                   to_x: "elm.padding.icon.left";
4350                   to_y: "elm.padding.bottom";
4351                }
4352                align: 0.0 0.0;
4353                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
4354                text {
4355                   font: "SLP:style=Medium";
4356                   size: GENLIST_FONT_32_INC;
4357                   min: 0 1;
4358                   align: 0.0 0.5;
4359                   text_class: "slp_medium";
4360                }
4361             }
4362             description { state: "selected" 0.0;
4363                inherit: "default" 0.0;
4364                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4365             }
4366             GENLIST_DESCRIPTION_FLIP_ENABLED
4367          }
4368          GENLIST_PART_FLIP
4369          GENLIST_PART_DISCLIP
4370       }
4371       programs {
4372          // signal: elm,state,%s,active
4373          //   a "check" item named %s went active
4374          // signal: elm,state,%s,passive
4375          //   a "check" item named %s went passive
4376          // default is passive
4377          program { name: "go_active";
4378             signal: "elm,state,selected";
4379             source: "elm";
4380             action: STATE_SET "selected" 0.0;
4381             target: "bg_image";
4382             target: "elm.text.1";
4383             target: "elm.text.2";
4384             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4385          }
4386          program { name: "go_passive";
4387             signal: "elm,state,unselected";
4388             source: "elm";
4389             action: STATE_SET "default" 0.0;
4390             target: "bg_image";
4391             target: "elm.text.1";
4392             target: "elm.text.2";
4393             transition: LINEAR 0.1;
4394          }
4395          program { name: "go_disabled";
4396             signal: "elm,state,disabled";
4397             source: "elm";
4398             action: STATE_SET "disabled" 0.0;
4399             target: "disclip";
4400          }
4401          program { name: "go_enabled";
4402             signal: "elm,state,enabled";
4403             source: "elm";
4404             action: STATE_SET "default" 0.0;
4405             target: "disclip";
4406          }
4407          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4408          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4409       }
4410    }
4411
4412    group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
4413       inherit: "elm/genlist/item/2text.1icon.7/default";
4414       parts {
4415          part { name: "elm.text.2";
4416             clip_to: "disclip";
4417             type: TEXTBLOCK;
4418             mouse_events: 0;
4419             scale: 1;
4420             description { state: "default" 0.0;
4421                rel1 {
4422                   relative: 1.0 1.0;
4423                   to_x: "elm.padding.left";
4424                   to_y: "elm.text.1";
4425                }
4426                rel2 {
4427                   relative: 0.0 0.0;
4428                   to_x: "elm.padding.icon.left";
4429                   to_y: "elm.padding.bottom";
4430                }
4431                align: 0.0 0.5;
4432                text {
4433                   style: "genlist_default_textblock_style";
4434                   min: 0 1;
4435                   align: 0.0 0.5;
4436                }
4437             }
4438             description { state: "selected" 0.0;
4439                inherit: "default" 0.0;
4440                text.style: "genlist_default_textblock_selected_style";
4441             }
4442             GENLIST_DESCRIPTION_FLIP_ENABLED
4443          }
4444       }
4445    }
4446
4447 // 3.2.11
4448    group { name: "elm/genlist/item/2text.1icon.11/default";
4449       alias: "elm/genlist/item_odd/2text.1icon.11/default";
4450       alias: "elm/genlist/item_compress/2text.1icon.11/default";
4451       alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
4452       data.item: "stacking" "above";
4453       data.item: "selectraise" "on";
4454       data.item: "texts" "elm.text.1 elm.text.2";
4455       data.item: "contents" "elm.icon";
4456       data.item: "flips" "elm.flip.content";
4457       images {
4458          image: "00_list_bar_press_1x80.png" COMP;
4459       }
4460       parts {
4461          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4462          GENLIST_PART_BG_IMAGE
4463          GENLIST_PART_BOTTOM_LINE
4464          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4465          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4466          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4467          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4468          part { name: "elm.icon";
4469             clip_to: "disclip";
4470             type: SWALLOW;
4471             scale: 1;
4472             description { state: "default" 0.0;
4473                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4474                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4475                fixed: 1 1;
4476                rel1 {
4477                   relative: 0.0 1.0;
4478                   to_x: "elm.padding.right";
4479                   to_y: "elm.padding.top";
4480                }
4481                rel2 {
4482                   relative: 0.0 0.0;
4483                   to_x: "elm.padding.right";
4484                   to_y: "elm.padding.bottom";
4485                }
4486                align: 1.0 0.5;
4487             }
4488             GENLIST_DESCRIPTION_FLIP_ENABLED
4489          }
4490          part { name: "elm.padding.icon.left";
4491             clip_to: "disclip";
4492             type: RECT;
4493             scale: 1;
4494             description { state: "default" 0.0;
4495                min: GENLIST_PADDING_16_INC 0;
4496                fixed: 1 0;
4497                rel1.to_x: "elm.icon";
4498                rel2 {
4499                   relative: 0.0 1.0;
4500                   to_x: "elm.icon";
4501                }
4502                align: 1.0 0.0;
4503                visible: 0;
4504             }
4505          }
4506          part { name: "elm.text.1";
4507             clip_to: "disclip";
4508             type: TEXT;
4509             mouse_events: 0;
4510             scale: 1;
4511             description { state: "default" 0.0;
4512                min: 0 GENLIST_SIZE_61_INC;
4513                fixed: 0 1;
4514                rel1 {
4515                   relative: 1.0 1.0;
4516                   to_x: "elm.padding.left";
4517                   to_y: "elm.padding.top";
4518                }
4519                rel2 {
4520                   relative: 0.0 1.0;
4521                   to_x: "elm.padding.icon.left";
4522                   to_y: "elm.padding.top";
4523                }
4524                align: 0.0 0.0;
4525                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4526                text {
4527                   font: "SLP:style=Roman";
4528                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4529                   min: 0 1;
4530                   align: 0.0 0.5;
4531                   text_class: "list_item";
4532                }
4533             }
4534             description { state: "selected" 0.0;
4535                inherit: "default" 0.0;
4536                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4537             }
4538             GENLIST_DESCRIPTION_FLIP_ENABLED
4539          }
4540          part { name: "elm.text.2";
4541             clip_to: "disclip";
4542             type: TEXT;
4543             mouse_events: 0;
4544             scale: 1;
4545             description { state: "default" 0.0;
4546                rel1 {
4547                   relative: 1.0 1.0;
4548                   to_x: "elm.padding.left";
4549                   to_y: "elm.text.1";
4550                }
4551                rel2 {
4552                   relative: 0.0 0.0;
4553                   to_x: "elm.padding.icon.left";
4554                   to_y: "elm.padding.bottom";
4555                }
4556                align: 0.0 0.0;
4557                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
4558                text {
4559                   font: "SLP:style=Medium";
4560                   size: GENLIST_FONT_32_INC;
4561                   min: 0 1;
4562                   align: 0.0 0.5;
4563                   text_class: "slp_medium";
4564                }
4565             }
4566             description { state: "selected" 0.0;
4567                inherit: "default" 0.0;
4568                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4569             }
4570             GENLIST_DESCRIPTION_FLIP_ENABLED
4571          }
4572          GENLIST_PART_FLIP
4573          GENLIST_PART_DISCLIP
4574       }
4575       programs {
4576          // signal: elm,state,%s,active
4577          //   a "check" item named %s went active
4578          // signal: elm,state,%s,passive
4579          //   a "check" item named %s went passive
4580          // default is passive
4581          program { name: "go_active";
4582             signal: "elm,state,selected";
4583             source: "elm";
4584             action: STATE_SET "selected" 0.0;
4585             target: "bg_image";
4586             target: "elm.text.1";
4587             target: "elm.text.2";
4588             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4589          }
4590          program { name: "go_passive";
4591             signal: "elm,state,unselected";
4592             source: "elm";
4593             action: STATE_SET "default" 0.0;
4594             target: "bg_image";
4595             target: "elm.text.1";
4596             target: "elm.text.2";
4597             transition: LINEAR 0.1;
4598          }
4599          program { name: "go_disabled";
4600             signal: "elm,state,disabled";
4601             source: "elm";
4602             action: STATE_SET "disabled" 0.0;
4603             target: "disclip";
4604          }
4605          program { name: "go_enabled";
4606             signal: "elm,state,enabled";
4607             source: "elm";
4608             action: STATE_SET "default" 0.0;
4609             target: "disclip";
4610          }
4611          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4612          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4613       }
4614    }
4615
4616 // 3.2.12
4617    group { name: "elm/genlist/item/2text.2icon.2/default";
4618       alias: "elm/genlist/item_odd/2text.2icon.2/default";
4619       alias: "elm/genlist/item_compress/2text.2icon.2/default";
4620       alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
4621       data.item: "stacking" "above";
4622       data.item: "selectraise" "on";
4623       data.item: "texts" "elm.text.1 elm.text.2";
4624       data.item: "contents" "elm.icon.1 elm.icon.2";
4625       data.item: "flips" "elm.flip.content";
4626       images {
4627          image: "00_list_bar_press_1x80.png" COMP;
4628       }
4629       parts {
4630          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4631          GENLIST_PART_BG_IMAGE
4632          GENLIST_PART_BOTTOM_LINE
4633          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4634          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4635          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4636          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4637          part { name: "elm.icon.2";
4638             clip_to: "disclip";
4639             type: SWALLOW;
4640             scale: 1;
4641             description { state: "default" 0.0;
4642                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4643                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4644                fixed: 1 1;
4645                rel1 {
4646                   relative: 0.0 1.0;
4647                   to_x: "elm.padding.right";
4648                   to_y: "elm.padding.top";
4649                }
4650                rel2 {
4651                   relative: 0.0 0.0;
4652                   to_x: "elm.padding.right";
4653                   to_y: "elm.padding.bottom";
4654                }
4655                align: 1.0 0.5;
4656             }
4657             GENLIST_DESCRIPTION_FLIP_ENABLED
4658          }
4659          part { name: "elm.padding.icon2.left";
4660             clip_to: "disclip";
4661             type: RECT;
4662             scale: 1;
4663             description { state: "default" 0.0;
4664                min: GENLIST_PADDING_16_INC 0;
4665                fixed: 1 0;
4666                rel1.to_x: "elm.icon.2";
4667                rel2 {
4668                   relative: 0.0 1.0;
4669                   to_x: "elm.icon.2";
4670                }
4671                align: 1.0 0.0;
4672                visible: 0;
4673             }
4674          }
4675         part { name: "elm.text.1";
4676             clip_to: "disclip";
4677             type: TEXT;
4678             mouse_events: 0;
4679             scale: 1;
4680             description { state: "default" 0.0;
4681                min: 0 GENLIST_SIZE_61_INC;
4682                fixed: 0 1;
4683                rel1 {
4684                   relative: 1.0 1.0;
4685                   to_x: "elm.padding.left";
4686                   to_y: "elm.padding.top";
4687                }
4688                rel2 {
4689                   relative: 0.0 1.0;
4690                   to_x: "elm.padding.icon2.left";
4691                   to_y: "elm.padding.top";
4692                }
4693                align: 0.0 0.0;
4694                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4695                text {
4696                   font: "SLP:style=Roman";
4697                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4698                   min: 0 1;
4699                   align: 0.0 0.5;
4700                   text_class: "list_item";
4701                }
4702             }
4703             description { state: "selected" 0.0;
4704                inherit: "default" 0.0;
4705                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4706             }
4707             GENLIST_DESCRIPTION_FLIP_ENABLED
4708          }
4709          part { name: "elm.text.2";
4710             clip_to: "disclip";
4711             type: TEXT;
4712             mouse_events: 0;
4713             scale: 1;
4714             description { state: "default" 0.0;
4715                min: 0 0;
4716                max: GENLIST_SIZE_576_INC 0;
4717                fixed: 1 0;
4718                rel1 {
4719                   relative: 1.0 1.0;
4720                   to_x: "elm.padding.left";
4721                   to_y: "elm.text.1";
4722                }
4723                rel2 {
4724                   relative: 1.0 0.0;
4725                   to_x: "elm.padding.left";
4726                   to_y: "elm.padding.bottom";
4727                }
4728                align: 0.0 0.5;
4729                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
4730                text {
4731                   font: "SLP:style=Medium";
4732                   size: GENLIST_FONT_32_INC;
4733                   min: 1 1;
4734                   align: 0.0 0.5;
4735                   text_class: "slp_medium";
4736                }
4737             }
4738             description { state: "selected" 0.0;
4739                inherit: "default" 0.0;
4740                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4741             }
4742             GENLIST_DESCRIPTION_FLIP_ENABLED
4743          }
4744          part { name: "elm.padding.text2.right";
4745             clip_to: "disclip";
4746             type: RECT;
4747             scale: 1;
4748             description { state: "default" 0.0;
4749                min: GENLIST_PADDING_16_INC 0;
4750                fixed: 1 0;
4751                visible: 0;
4752                rel1 {
4753                   relative: 1.0 0.0;
4754                   to_x: "elm.text.2";
4755                }
4756                rel2.to_x: "elm.text.2";
4757                align: 0.0 0.0;
4758             }
4759          }
4760          part { name: "elm.icon.1";
4761             clip_to: "disclip";
4762             type: SWALLOW;
4763             scale: 1;
4764             description { state: "default" 0.0;
4765                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4766                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
4767                fixed: 1 1;
4768                rel1 {
4769                   relative: 1.0 1.0;
4770                   to_x: "elm.padding.text2.right";
4771                   to_y: "elm.text.1";
4772                }
4773                rel2 {
4774                   relative: 1.0 0.0;
4775                   to_x: "elm.padding.text2.right";
4776                   to_y: "elm.padding.bottom";
4777                }
4778                align: 0.0 0.5;
4779             }
4780             GENLIST_DESCRIPTION_FLIP_ENABLED
4781          }
4782          GENLIST_PART_FLIP
4783          GENLIST_PART_DISCLIP
4784       }
4785       programs {
4786          // signal: elm,state,%s,active
4787          //   a "check" item named %s went active
4788          // signal: elm,state,%s,passive
4789          //   a "check" item named %s went passive
4790          // default is passive
4791          program { name: "go_active";
4792             signal: "elm,state,selected";
4793             source: "elm";
4794             action: STATE_SET "selected" 0.0;
4795             target: "bg_image";
4796             target: "elm.text.1";
4797             target: "elm.text.2";
4798             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4799          }
4800          program { name: "go_passive";
4801             signal: "elm,state,unselected";
4802             source: "elm";
4803             action: STATE_SET "default" 0.0;
4804             target: "bg_image";
4805             target: "elm.text.1";
4806             target: "elm.text.2";
4807             transition: LINEAR 0.1;
4808          }
4809          program { name: "go_disabled";
4810             signal: "elm,state,disabled";
4811             source: "elm";
4812             action: STATE_SET "disabled" 0.0;
4813             target: "disclip";
4814          }
4815          program { name: "go_enabled";
4816             signal: "elm,state,enabled";
4817             source: "elm";
4818             action: STATE_SET "default" 0.0;
4819             target: "disclip";
4820          }
4821          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
4822          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4823       }
4824    }
4825
4826 // 3.2.13
4827    group { name: "elm/genlist/item/2text.1icon.4/default";
4828       alias: "elm/genlist/item_odd/2text.1icon.4/default";
4829       alias: "elm/genlist/item_compress/2text.1icon.4/default";
4830       alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
4831       data.item: "stacking" "above";
4832       data.item: "selectraise" "on";
4833       data.item: "texts" "elm.text.1 elm.text.2";
4834       data.item: "contents" "elm.icon";
4835       data.item: "flips" "elm.flip.content";
4836       images {
4837          image: "00_list_bar_press_1x80.png" COMP;
4838       }
4839       parts {
4840          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
4841          GENLIST_PART_BG_IMAGE
4842          GENLIST_PART_BOTTOM_LINE
4843          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
4844          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
4845          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
4846          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
4847          part { name: "elm.icon";
4848             clip_to: "disclip";
4849             type: SWALLOW;
4850             scale: 1;
4851             description { state: "default" 0.0;
4852                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4853                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
4854                fixed: 1 1;
4855                rel1 {
4856                   relative: 1.0 1.0;
4857                   to_x: "elm.padding.left";
4858                   to_y: "elm.padding.top";
4859                }
4860                rel2 {
4861                   relative: 1.0 0.0;
4862                   to_x: "elm.padding.left";
4863                   to_y: "elm.padding.bottom";
4864                }
4865                align: 0.0 0.5;
4866             }
4867             GENLIST_DESCRIPTION_FLIP_ENABLED
4868          }
4869          part { name: "elm.padding.icon.right";
4870             clip_to: "disclip";
4871             type: RECT;
4872             scale: 1;
4873             description { state: "default" 0.0;
4874                min: GENLIST_PADDING_16_INC 0;
4875                fixed: 1 0;
4876                rel1 {
4877                   relative: 1.0 0.0;
4878                   to_x: "elm.icon";
4879                }
4880                rel2.to_x: "elm.icon";
4881                align: 0.0 0.0;
4882                visible: 0;
4883             }
4884          }
4885          part { name: "elm.text.1";
4886             clip_to: "disclip";
4887             type: TEXT;
4888             mouse_events: 0;
4889             scale: 1;
4890             description { state: "default" 0.0;
4891                min: 0 GENLIST_SIZE_61_INC;
4892                fixed: 0 1;
4893                rel1 {
4894                   relative: 1.0 1.0;
4895                   to_x: "elm.padding.icon.right";
4896                   to_y: "elm.padding.top";
4897                }
4898                rel2 {
4899                   relative: 0.0 1.0;
4900                   to_x: "elm.padding.right";
4901                   to_y: "elm.padding.top";
4902                }
4903                align: 0.0 0.0;
4904                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
4905                text {
4906                   font: "SLP:style=Roman";
4907                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
4908                   min: 0 1;
4909                   align: 0.0 0.5;
4910                   text_class: "list_item";
4911                }
4912             }
4913             description { state: "selected" 0.0;
4914                inherit: "default" 0.0;
4915                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4916             }
4917             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
4918             GENLIST_DESCRIPTION_FLIP_ENABLED
4919          }
4920          part { name: "elm.text.2";
4921             clip_to: "disclip";
4922             type: TEXT;
4923             mouse_events: 0;
4924             scale: 1;
4925             description { state: "default" 0.0;
4926                rel1 {
4927                   relative: 1.0 1.0;
4928                   to_x: "elm.padding.icon.right";
4929                   to_y: "elm.text.1";
4930                }
4931                rel2 {
4932                   relative: 0.0 0.0;
4933                   to_x: "elm.padding.right";
4934                   to_y: "elm.padding.bottom";
4935                }
4936                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
4937                text {
4938                   font: "SLP:style=Medium";
4939                   size: GENLIST_FONT_32_INC;
4940                   min: 0 1;
4941                   align: 0.0 0.5;
4942                   text_class: "slp_medium";
4943                }
4944             }
4945             description { state: "selected" 0.0;
4946                inherit: "default" 0.0;
4947                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
4948             }
4949             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
4950             GENLIST_DESCRIPTION_FLIP_ENABLED
4951          }
4952          GENLIST_PART_FLIP
4953          GENLIST_PART_DISCLIP
4954       }
4955       programs {
4956          // signal: elm,state,%s,active
4957          //   a "check" item named %s went active
4958          // signal: elm,state,%s,passive
4959          //   a "check" item named %s went passive
4960          // default is passive
4961          program { name: "go_active";
4962             signal: "elm,state,selected";
4963             source: "elm";
4964             action: STATE_SET "selected" 0.0;
4965             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
4966             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
4967          }
4968          program { name: "go_passive";
4969             signal: "elm,state,unselected";
4970             source: "elm";
4971             action: STATE_SET "default" 0.0;
4972             target: "bg_image";
4973             target: "elm.text.1";
4974             target: "elm.text.2";
4975             transition: LINEAR 0.1;
4976          }
4977          program { name: "go_disabled";
4978             signal: "elm,state,disabled";
4979             source: "elm";
4980             action: STATE_SET "disabled" 0.0;
4981             target: "disclip";
4982          }
4983          program { name: "go_enabled";
4984             signal: "elm,state,enabled";
4985             source: "elm";
4986             action: STATE_SET "default" 0.0;
4987             target: "disclip";
4988          }
4989          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
4990          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
4991       }
4992    }
4993
4994    group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
4995       inherit: "elm/genlist/item/2text.1icon.4/default";
4996       parts {
4997          part { name: "elm.text.1";
4998             clip_to: "disclip";
4999             type: TEXTBLOCK;
5000             mouse_events: 0;
5001             scale: 1;
5002             description { state: "default" 0.0;
5003                min: 0 GENLIST_SIZE_61_INC;
5004                fixed: 0 1;
5005                rel1 {
5006                   relative: 1.0 1.0;
5007                   to_x: "elm.padding.icon.right";
5008                   to_y: "elm.padding.top";
5009                }
5010                rel2 {
5011                   relative: 0.0 1.0;
5012                   to_x: "elm.padding.right";
5013                   to_y: "elm.padding.top";
5014                }
5015                align: 0.0 0.0;
5016                text {
5017                   style: "genlist_default_textblock_style";
5018                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5019                   min: 0 1;
5020                   align: 0.0 0.5;
5021                   text_class: "list_item";
5022                }
5023             }
5024             description { state: "selected" 0.0;
5025                inherit: "default" 0.0;
5026                text.style: "genlist_default_textblock_selected_style";
5027             }
5028             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5029             GENLIST_DESCRIPTION_FLIP_ENABLED
5030          }
5031          part { name: "elm.text.2";
5032             clip_to: "disclip";
5033             type: TEXTBLOCK;
5034             mouse_events: 0;
5035             scale: 1;
5036             description { state: "default" 0.0;
5037                rel1 {
5038                   relative: 1.0 1.0;
5039                   to_x: "elm.padding.icon.right";
5040                   to_y: "elm.text.1";
5041                }
5042                rel2 {
5043                   relative: 0.0 0.0;
5044                   to_x: "elm.padding.right";
5045                   to_y: "elm.padding.bottom";
5046                }
5047                align: 0.0 0.5;
5048                text {
5049                   style: "genlist_default_textblock_style";
5050                   size: GENLIST_FONT_32_INC;
5051                   min: 0 1;
5052                   align: 0.0 0.5;
5053                }
5054             }
5055             description { state: "selected" 0.0;
5056                inherit: "default" 0.0;
5057                text.style: "genlist_default_textblock_selected_style";
5058             }
5059             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5060             GENLIST_DESCRIPTION_FLIP_ENABLED
5061          }
5062       }
5063    }
5064
5065 // 3.2.14
5066    group { name: "elm/genlist/item/3text.1icon.2/default";
5067       alias: "elm/genlist/item_odd/3text.1icon.2/default";
5068       alias: "elm/genlist/item_compress/3text.1icon.2/default";
5069       alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
5070       data.item: "stacking" "above";
5071       data.item: "selectraise" "on";
5072       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
5073       data.item: "contents" "elm.icon";
5074       data.item: "flips" "elm.flip.content";
5075       images {
5076          image: "00_list_bar_press_1x80.png" COMP;
5077       }
5078       parts {
5079          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5080          GENLIST_PART_BG_IMAGE
5081          GENLIST_PART_BOTTOM_LINE
5082          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5083          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5084          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5085          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5086          part { name: "elm.icon";
5087             clip_to: "disclip";
5088             type: SWALLOW;
5089             scale: 1;
5090             description { state: "default" 0.0;
5091                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5092                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5093                fixed: 1 1;
5094                rel1 {
5095                   relative: 1.0 1.0;
5096                   offset: 0 0;
5097                   to_x: "elm.padding.left";
5098                   to_y: "elm.padding.top";
5099                }
5100                rel2 {
5101                   relative: 1.0 0.0;
5102                   to_x: "elm.padding.left";
5103                   to_y: "elm.padding.bottom";
5104                }
5105                align: 0.0 0.5;
5106             }
5107             GENLIST_DESCRIPTION_FLIP_ENABLED
5108          }
5109          part { name: "elm.padding.icon.right";
5110             clip_to: "disclip";
5111             type: RECT;
5112             scale: 1;
5113             description { state: "default" 0.0;
5114                min: GENLIST_PADDING_16_INC 0;
5115                fixed: 1 0;
5116                rel1 {
5117                   relative: 1.0 0.0;
5118                   to_x: "elm.icon";
5119                }
5120                rel2.to_x: "elm.icon";
5121                align: 0.0 0.0;
5122                visible: 0;
5123             }
5124          }
5125          part { name: "elm.text.3";
5126             clip_to: "disclip";
5127             type: TEXT;
5128             mouse_events: 0;
5129             scale: 1;
5130             description { state: "default" 0.0;
5131                min: 0 GENLIST_SIZE_61_INC;
5132                max: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
5133                fixed: 0 1;
5134                rel1 {
5135                   relative: 0.0 1.0;
5136                   to_x: "elm.padding.left";
5137                   to_y: "elm.padding.top";
5138                }
5139                rel2 {
5140                   relative: 0.0 1.0;
5141                   to_x: "elm.padding.right";
5142                   to_y: "elm.padding.top";
5143                }
5144                align: 1.0 0.0;
5145                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
5146                text {
5147                   font: "SLP:style=Medium";
5148                   size: GENLIST_FONT_32_INC;
5149                   min: 0 1;
5150                   max: 1 0;
5151                   align: 1.0 0.5;
5152                   text_class: "slp_medium";
5153                }
5154             }
5155             description { state: "selected" 0.0;
5156                inherit: "default" 0.0;
5157                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5158             }
5159             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5160             GENLIST_DESCRIPTION_FLIP_ENABLED
5161          }
5162          part { name: "elm.padding.text3.left";
5163             clip_to: "disclip";
5164             type: RECT;
5165             mouse_events: 0;
5166             scale: 1;
5167             description { state: "default" 0.0;
5168                min: GENLIST_ICON_SMALL_SIZE 0;
5169                fixed: 1 0;
5170                rel1.to_x: "elm.text.3";
5171                rel2 {
5172                   relative: 0.0 1.0;
5173                   to_x: "elm.text.3";
5174                }
5175                align: 1.0 0.5;
5176                visible: 0;
5177             }
5178          }
5179          part { name: "elm.text.1";
5180             clip_to: "disclip";
5181             type: TEXT;
5182             mouse_events: 0;
5183             scale: 1;
5184             description { state: "default" 0.0;
5185                rel1 {
5186                   relative: 1.0 1.0;
5187                   to_x: "elm.padding.icon.right";
5188                   to_y: "elm.padding.top";
5189                }
5190                rel2 {
5191                   relative: 0.0 1.0;
5192                   to_x: "elm.padding.text3.left";
5193                   to_y: "elm.text.3";
5194                }
5195                align: 0.0 0.5;
5196                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
5197                text {
5198                   font: "SLP:style=Roman";
5199                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5200                   min: 0 1;
5201                   align: 0.0 0.5;
5202                   text_class: "list_item";
5203                }
5204             }
5205             description { state: "selected" 0.0;
5206                inherit: "default" 0.0;
5207                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5208             }
5209             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5210             GENLIST_DESCRIPTION_FLIP_ENABLED
5211          }
5212          part { name: "elm.text.2";
5213             clip_to: "disclip";
5214             type: TEXT;
5215             mouse_events: 0;
5216             scale: 1;
5217             description { state: "default" 0.0;
5218                rel1 {
5219                   relative: 1.0 1.0;
5220                   to_x: "elm.padding.icon.right";
5221                   to_y: "elm.text.1";
5222                }
5223                rel2 {
5224                   relative: 0.0 0.0;
5225                   to_x: "elm.padding.right";
5226                   to_y: "elm.padding.bottom";
5227                }
5228                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
5229                text {
5230                   font: "SLP:style=Medium";
5231                   size: GENLIST_FONT_32_INC;
5232                   min: 0 1;
5233                   align: 0.0 0.5;
5234                   text_class: "slp_medium";
5235                }
5236             }
5237             description { state: "selected" 0.0;
5238                inherit: "default" 0.0;
5239                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5240             }
5241             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
5242             GENLIST_DESCRIPTION_FLIP_ENABLED
5243          }
5244          GENLIST_PART_FLIP
5245          GENLIST_PART_DISCLIP
5246       }
5247       programs {
5248          // signal: elm,state,%s,active
5249          //   a "check" item named %s went active
5250          // signal: elm,state,%s,passive
5251          //   a "check" item named %s went passive
5252          // default is passive
5253          program { name: "go_active";
5254             signal: "elm,state,selected";
5255             source: "elm";
5256             action: STATE_SET "selected" 0.0;
5257             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
5258             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5259          }
5260          program { name: "go_passive";
5261             signal: "elm,state,unselected";
5262             source: "elm";
5263             action: STATE_SET "default" 0.0;
5264             target: "bg_image";
5265             target: "elm.text.1";
5266             target: "elm.text.2";
5267             target: "elm.text.3";
5268             transition: LINEAR 0.1;
5269          }
5270          program { name: "go_disabled";
5271             signal: "elm,state,disabled";
5272             source: "elm";
5273             action: STATE_SET "disabled" 0.0;
5274             target: "disclip";
5275          }
5276          program { name: "go_enabled";
5277             signal: "elm,state,enabled";
5278             source: "elm";
5279             action: STATE_SET "default" 0.0;
5280             target: "disclip";
5281          }
5282          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
5283          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5284       }
5285    }
5286
5287 // 3.2.15
5288    group { name: "elm/genlist/item/2text.1icon.8/default";
5289       alias: "elm/genlist/item_odd/2text.1icon.8/default";
5290       alias: "elm/genlist/item_compress/2text.1icon.8/default";
5291       alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
5292       data.item: "stacking" "above";
5293       data.item: "selectraise" "on";
5294       data.item: "texts" "elm.text.1 elm.text.2";
5295       data.item: "contents" "elm.icon";
5296       data.item: "flips" "elm.flip.content";
5297       images {
5298          image: "00_list_bar_press_1x80.png" COMP;
5299       }
5300       parts {
5301          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5302          GENLIST_PART_BG_IMAGE
5303          GENLIST_PART_BOTTOM_LINE
5304          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5305          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5306          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5307          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5308          part { name: "elm.icon";
5309             clip_to: "disclip";
5310             type: SWALLOW;
5311             scale: 1;
5312             description { state: "default" 0.0;
5313                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5314                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5315                fixed: 1 1;
5316                rel1 {
5317                   relative: 1.0 1.0;
5318                   to_x: "elm.padding.left";
5319                   to_y: "elm.padding.top";
5320                }
5321                rel2 {
5322                   relative: 1.0 0.0;
5323                   to_x: "elm.padding.left";
5324                   to_y: "elm.padding.bottom";
5325                }
5326                align: 0.0 0.5;
5327             }
5328             GENLIST_DESCRIPTION_FLIP_ENABLED
5329          }
5330          part { name: "elm.padding.icon.right";
5331             clip_to: "disclip";
5332             type: RECT;
5333             scale: 1;
5334             description { state: "default" 0.0;
5335                min: GENLIST_PADDING_16_INC 0;
5336                fixed: 1 0;
5337                rel1 {
5338                   relative: 1.0 0.0;
5339                   to_x: "elm.icon";
5340                }
5341                rel2.to_x: "elm.icon";
5342                align: 0.0 0.0;
5343                visible: 0;
5344             }
5345          }
5346          part { name: "elm.text.1";
5347             clip_to: "disclip";
5348             type: TEXT;
5349             mouse_events: 0;
5350             scale: 1;
5351             description { state: "default" 0.0;
5352                min: 0 GENLIST_SIZE_61_INC;
5353                fixed: 0 1;
5354                rel1 {
5355                   relative: 1.0 1.0;
5356                   to_x: "elm.padding.icon.right";
5357                   to_y: "elm.padding.top";
5358                }
5359                rel2 {
5360                   relative: 0.0 1.0;
5361                   to_x: "elm.padding.right";
5362                   to_y: "elm.padding.top";
5363                }
5364                align: 0.0 0.0;
5365                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
5366                text {
5367                   font: "SLP:style=Roman";
5368                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5369                   min: 0 1;
5370                   align: 0.0 0.5;
5371                   text_class: "list_item";
5372                }
5373             }
5374             description { state: "selected" 0.0;
5375                inherit: "default" 0.0;
5376                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5377             }
5378             GENLIST_DESCRIPTION_FLIP_ENABLED
5379          }
5380          part { name: "elm.text.2";
5381             clip_to: "disclip";
5382             type: TEXT;
5383             mouse_events: 0;
5384             scale: 1;
5385             description { state: "default" 0.0;
5386                rel1 {
5387                   relative: 1.0 1.0;
5388                   to_x: "elm.padding.icon.right";
5389                   to_y: "elm.text.1";
5390                }
5391                rel2 {
5392                   relative: 0.0 0.0;
5393                   to_x: "elm.padding.right";
5394                   to_y: "elm.padding.bottom";
5395                }
5396                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
5397                text {
5398                   font: "SLP:style=Medium";
5399                   size: GENLIST_FONT_32_INC;
5400                   min: 0 1;
5401                   align: 0.0 0.5;
5402                   text_class: "slp_medium";
5403                }
5404             }
5405             description { state: "selected" 0.0;
5406                inherit: "default" 0.0;
5407                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5408             }
5409             GENLIST_DESCRIPTION_FLIP_ENABLED
5410          }
5411          GENLIST_PART_FLIP
5412          GENLIST_PART_DISCLIP
5413       }
5414       programs {
5415          // signal: elm,state,%s,active
5416          //   a "check" item named %s went active
5417          // signal: elm,state,%s,passive
5418          //   a "check" item named %s went passive
5419          // default is passive
5420          program { name: "go_active";
5421             signal: "elm,state,selected";
5422             source: "elm";
5423             action: STATE_SET "selected" 0.0;
5424             target: "bg_image";
5425             target: "elm.text.1";
5426             target: "elm.text.2";
5427             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5428          }
5429          program { name: "go_passive";
5430             signal: "elm,state,unselected";
5431             source: "elm";
5432             action: STATE_SET "default" 0.0;
5433             target: "bg_image";
5434             target: "elm.text.1";
5435             target: "elm.text.2";
5436             transition: LINEAR 0.1;
5437          }
5438          program { name: "go_disabled";
5439             signal: "elm,state,disabled";
5440             source: "elm";
5441             action: STATE_SET "disabled" 0.0;
5442             target: "disclip";
5443          }
5444          program { name: "go_enabled";
5445             signal: "elm,state,enabled";
5446             source: "elm";
5447             action: STATE_SET "default" 0.0;
5448             target: "disclip";
5449          }
5450          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
5451          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5452       }
5453    }
5454
5455 // 3.2.16
5456    group { name: "elm/genlist/item/2text.2icon.3/default";
5457       alias: "elm/genlist/item_odd/2text.2icon.3/default";
5458       alias: "elm/genlist/item_compress/2text.2icon.3/default";
5459       alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
5460       data.item: "stacking" "above";
5461       data.item: "selectraise" "on";
5462       data.item: "texts" "elm.text.1 elm.text.2";
5463       data.item: "contents" "elm.icon.1 elm.icon.2";
5464       data.item: "flips" "elm.flip.content";
5465       images {
5466          image: "00_list_bar_press_1x80.png" COMP;
5467       }
5468       parts {
5469          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5470          GENLIST_PART_BG_IMAGE
5471          GENLIST_PART_BOTTOM_LINE
5472          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5473          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5474          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5475          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5476          part { name: "elm.icon.1";
5477             clip_to: "disclip";
5478             type: SWALLOW;
5479             scale: 1;
5480             description { state: "default" 0.0;
5481                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5482                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5483                fixed: 1 1;
5484                rel1 {
5485                   relative: 1.0 1.0;
5486                   to_x: "elm.padding.left";
5487                   to_y: "elm.padding.top";
5488                }
5489                rel2 {
5490                   relative: 1.0 0.0;
5491                   to_x: "elm.padding.left";
5492                   to_y: "elm.padding.bottom";
5493                }
5494                align: 0.0 0.5;
5495             }
5496             GENLIST_DESCRIPTION_FLIP_ENABLED
5497          }
5498          part { name: "elm.padding.icon1.right";
5499             clip_to: "disclip";
5500             type: RECT;
5501             scale: 1;
5502             description { state: "default" 0.0;
5503                min: GENLIST_PADDING_16_INC 0;
5504                fixed: 1 0;
5505                rel1 {
5506                   relative: 1.0 0.0;
5507                   to_x: "elm.icon.1";
5508                }
5509                rel2.to_x: "elm.icon.1";
5510                align: 0.0 0.0;
5511                visible: 0;
5512             }
5513          }
5514          part { name: "elm.text.1";
5515             clip_to: "disclip";
5516             type: TEXT;
5517             mouse_events: 0;
5518             scale: 1;
5519             description { state: "default" 0.0;
5520                min: 0 GENLIST_SIZE_61_INC;
5521                fixed: 0 1;
5522                rel1 {
5523                   relative: 1.0 1.0;
5524                   to_x: "elm.padding.icon1.right";
5525                   to_y: "elm.padding.top";
5526                }
5527                rel2 {
5528                   relative: 0.0 1.0;
5529                   to_x: "elm.padding.icon2.left";
5530                   to_y: "elm.padding.top";
5531                }
5532                align: 0.0 0.0;
5533                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
5534                text {
5535                   font: "SLP:style=Roman";
5536                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5537                   min: 0 1;
5538                   align: 0.0 0.5;
5539                   text_class: "list_item";
5540                }
5541             }
5542             description { state: "selected" 0.0;
5543                inherit: "default" 0.0;
5544                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5545             }
5546             GENLIST_DESCRIPTION_FLIP_ENABLED
5547          }
5548          part { name: "elm.icon.2";
5549             clip_to: "disclip";
5550             type: SWALLOW;
5551             scale: 1;
5552             description { state: "default" 0.0;
5553                fixed: 1 1;
5554                rel1 {
5555                   relative: 0.0 1.0;
5556                   to_x: "elm.padding.right";
5557                   to_y: "elm.padding.top";
5558                }
5559                rel2 {
5560                   relative: 0.0 1.0;
5561                   to_x: "elm.padding.right";
5562                   to_y: "elm.text.1";
5563                }
5564                align: 1.0 0.5;
5565             }
5566             GENLIST_DESCRIPTION_FLIP_ENABLED
5567          }
5568          part { name: "elm.padding.icon2.left";
5569             clip_to: "disclip";
5570             type: RECT;
5571             scale: 1;
5572             description { state: "default" 0.0;
5573                min: GENLIST_PADDING_16_INC 0;
5574                fixed: 1 0;
5575                rel1 {
5576                   relative: 0.0 0.0;
5577                   to_x: "elm.icon.2";
5578                }
5579                rel2.to_x: "elm.icon.2";
5580                align: 1.0 0.0;
5581                visible: 0;
5582             }
5583          }
5584          part { name: "elm.text.2";
5585             clip_to: "disclip";
5586             type: TEXT;
5587             mouse_events: 0;
5588             scale: 1;
5589             description { state: "default" 0.0;
5590                rel1 {
5591                   relative: 1.0 1.0;
5592                   to_x: "elm.padding.icon1.right";
5593                   to_y: "elm.text.1";
5594                }
5595                rel2 {
5596                   relative: 0.0 0.0;
5597                   to_x: "elm.padding.icon2.left";
5598                   to_y: "elm.padding.bottom";
5599                }
5600                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
5601                text {
5602                   font: "SLP:style=Medium";
5603                   size: GENLIST_FONT_32_INC;
5604                   min: 0 1;
5605                   align: 0.0 0.5;
5606                   text_class: "slp_medium";
5607                }
5608             }
5609             description { state: "selected" 0.0;
5610                inherit: "default" 0.0;
5611                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5612             }
5613             GENLIST_DESCRIPTION_FLIP_ENABLED
5614          }
5615          GENLIST_PART_FLIP
5616          GENLIST_PART_DISCLIP
5617       }
5618       programs {
5619          // signal: elm,state,%s,active
5620          //   a "check" item named %s went active
5621          // signal: elm,state,%s,passive
5622          //   a "check" item named %s went passive
5623          // default is passive
5624          program { name: "go_active";
5625             signal: "elm,state,selected";
5626             source: "elm";
5627             action: STATE_SET "selected" 0.0;
5628             target: "bg_image";
5629             target: "elm.text.1";
5630             target: "elm.text.2";
5631             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5632          }
5633          program { name: "go_passive";
5634             signal: "elm,state,unselected";
5635             source: "elm";
5636             action: STATE_SET "default" 0.0;
5637             target: "bg_image";
5638             target: "elm.text.1";
5639             target: "elm.text.2";
5640             transition: LINEAR 0.1;
5641          }
5642          program { name: "go_disabled";
5643             signal: "elm,state,disabled";
5644             source: "elm";
5645             action: STATE_SET "disabled" 0.0;
5646             target: "disclip";
5647          }
5648          program { name: "go_enabled";
5649             signal: "elm,state,enabled";
5650             source: "elm";
5651             action: STATE_SET "default" 0.0;
5652             target: "disclip";
5653          }
5654          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5655          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5656       }
5657    }
5658
5659    group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
5660       inherit: "elm/genlist/item/2text.2icon.3/default";
5661       parts {
5662          part { name: "elm.text.2";
5663             clip_to: "disclip";
5664             type: TEXTBLOCK;
5665             mouse_events: 0;
5666             scale: 1;
5667             description { state: "default" 0.0;
5668                rel1 {
5669                   relative: 1.0 1.0;
5670                   to_x: "elm.padding.icon1.right";
5671                   to_y: "elm.text.1";
5672                }
5673                rel2 {
5674                   relative: 0.0 0.0;
5675                   to_x: "elm.padding.icon2.left";
5676                   to_y: "elm.padding.bottom";
5677                }
5678                align: 0.0 0.5;
5679                text {
5680                   style: "genlist_default_textblock_style";
5681                   min: 0 1;
5682                   align: 0.0 0.5;
5683                }
5684             }
5685             description { state: "selected" 0.0;
5686                inherit: "default" 0.0;
5687                text.style: "genlist_default_textblock_selected_style";
5688             }
5689             GENLIST_DESCRIPTION_FLIP_ENABLED
5690          }
5691       }
5692    }
5693
5694 // 3.2.17
5695    group { name: "elm/genlist/item/2text.2icon.4/default";
5696       alias: "elm/genlist/item_odd/2text.2icon.4/default";
5697       alias: "elm/genlist/item_compress/2text.2icon.4/default";
5698       alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
5699       data.item: "stacking" "above";
5700       data.item: "selectraise" "on";
5701       data.item: "texts" "elm.text.1 elm.text.2";
5702       data.item: "contents" "elm.icon.1 elm.icon.2";
5703       data.item: "flips" "elm.flip.content";
5704       images {
5705          image: "00_list_bar_press_1x80.png" COMP;
5706       }
5707       parts {
5708          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5709          GENLIST_PART_BG_IMAGE
5710          GENLIST_PART_BOTTOM_LINE
5711          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5712          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5713          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5714          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5715          part { name: "elm.icon.1";
5716             clip_to: "disclip";
5717             type: SWALLOW;
5718             scale: 1;
5719             description { state: "default" 0.0;
5720                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5721                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5722                fixed: 1 1;
5723                rel1 {
5724                   relative: 1.0 1.0;
5725                   to_x: "elm.padding.left";
5726                   to_y: "elm.padding.top";
5727                }
5728                rel2 {
5729                   relative: 1.0 0.0;
5730                   to_x: "elm.padding.left";
5731                   to_y: "elm.padding.bottom";
5732                }
5733                align: 0.0 0.5;
5734             }
5735             GENLIST_DESCRIPTION_FLIP_ENABLED
5736          }
5737          part { name: "elm.padding.icon1.right";
5738             clip_to: "disclip";
5739             type: RECT;
5740             scale: 1;
5741             description { state: "default" 0.0;
5742                min: GENLIST_PADDING_16_INC 0;
5743                fixed: 1 0;
5744                rel1 {
5745                   relative: 1.0 0.0;
5746                   to_x: "elm.icon.1";
5747                }
5748                rel2.to_x: "elm.icon.1";
5749                align: 0.0 0.0;
5750                visible: 0;
5751             }
5752          }
5753          part { name: "elm.icon.2";
5754             clip_to: "disclip";
5755             type: SWALLOW;
5756             scale: 1;
5757             description { state: "default" 0.0;
5758                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5759                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
5760                fixed: 1 1;
5761                rel1 {
5762                   relative: 0.0 1.0;
5763                   to_x: "elm.padding.right";
5764                   to_y: "elm.padding.top";
5765                }
5766                rel2 {
5767                   relative: 0.0 0.0;
5768                   to_x: "elm.padding.right";
5769                   to_y: "elm.padding.bottom";
5770                }
5771                align: 1.0 0.5;
5772             }
5773             GENLIST_DESCRIPTION_FLIP_ENABLED
5774          }
5775          part { name: "elm.padding.icon2.left";
5776             clip_to: "disclip";
5777             type: RECT;
5778             scale: 1;
5779             description { state: "default" 0.0;
5780                min: GENLIST_PADDING_16_INC 0;
5781                fixed: 1 0;
5782                rel1.to_x: "elm.icon.2";
5783                rel2 {
5784                   relative: 0.0 1.0;
5785                   to_x: "elm.icon.2";
5786                }
5787                align: 1.0 0.0;
5788                visible: 0;
5789             }
5790          }
5791          part { name: "elm.text.1";
5792             clip_to: "disclip";
5793             type: TEXT;
5794             mouse_events: 0;
5795             scale: 1;
5796             description { state: "default" 0.0;
5797                min: 0 GENLIST_SIZE_61_INC;
5798                fixed: 0 1;
5799                rel1 {
5800                   relative: 1.0 1.0;
5801                   to_x: "elm.padding.icon1.right";
5802                   to_y: "elm.padding.top";
5803                }
5804                rel2 {
5805                   relative: 0.0 1.0;
5806                   to_x: "elm.padding.icon2.left";
5807                   to_y: "elm.padding.top";
5808                }
5809                align: 0.0 0.0;
5810                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
5811                text {
5812                   font: "SLP:style=Roman";
5813                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5814                   min: 0 1;
5815                   align: 0.0 0.5;
5816                   text_class: "list_item";
5817                }
5818             }
5819             description { state: "selected" 0.0;
5820                inherit: "default" 0.0;
5821                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5822             }
5823             GENLIST_DESCRIPTION_FLIP_ENABLED
5824          }
5825          part { name: "elm.text.2";
5826             clip_to: "disclip";
5827             type: TEXT;
5828             mouse_events: 0;
5829             scale: 1;
5830             description { state: "default" 0.0;
5831                rel1 {
5832                   relative: 1.0 1.0;
5833                   to_x: "elm.padding.icon1.right";
5834                   to_y: "elm.text.1";
5835                }
5836                rel2 {
5837                   relative: 0.0 0.0;
5838                   to_x: "elm.padding.icon2.left";
5839                   to_y: "elm.padding.bottom";
5840                }
5841                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
5842                text {
5843                   font: "SLP:style=Medium";
5844                   size: GENLIST_FONT_32_INC;
5845                   min: 0 1;
5846                   align: 0.0 0.5;
5847                   text_class: "slp_medium";
5848                }
5849             }
5850             description { state: "selected" 0.0;
5851                inherit: "default" 0.0;
5852                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
5853             }
5854             GENLIST_DESCRIPTION_FLIP_ENABLED
5855          }
5856          GENLIST_PART_FLIP
5857          GENLIST_PART_DISCLIP
5858       }
5859       programs {
5860          // signal: elm,state,%s,active
5861          //   a "check" item named %s went active
5862          // signal: elm,state,%s,passive
5863          //   a "check" item named %s went passive
5864          // default is passive
5865          program { name: "go_active";
5866             signal: "elm,state,selected";
5867             source: "elm";
5868             action: STATE_SET "selected" 0.0;
5869             target: "bg_image";
5870             target: "elm.text.1";
5871             target: "elm.text.2";
5872             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
5873          }
5874          program { name: "go_passive";
5875             signal: "elm,state,unselected";
5876             source: "elm";
5877             action: STATE_SET "default" 0.0;
5878             target: "bg_image";
5879             target: "elm.text.1";
5880             target: "elm.text.2";
5881             transition: LINEAR 0.1;
5882          }
5883          program { name: "go_disabled";
5884             signal: "elm,state,disabled";
5885             source: "elm";
5886             action: STATE_SET "disabled" 0.0;
5887             target: "disclip";
5888          }
5889          program { name: "go_enabled";
5890             signal: "elm,state,enabled";
5891             source: "elm";
5892             action: STATE_SET "default" 0.0;
5893             target: "disclip";
5894          }
5895          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
5896          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
5897       }
5898    }
5899
5900    group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
5901       inherit: "elm/genlist/item/2text.2icon.4/default";
5902       parts {
5903          part { name: "elm.text.1";
5904             clip_to: "disclip";
5905             type: TEXTBLOCK;
5906             mouse_events: 0;
5907             scale: 1;
5908             description { state: "default" 0.0;
5909                min: 0 GENLIST_SIZE_61_INC;
5910                fixed: 0 1;
5911                rel1 {
5912                   relative: 1.0 1.0;
5913                   to_x: "elm.padding.icon1.right";
5914                   to_y: "elm.padding.top";
5915                }
5916                rel2 {
5917                   relative: 0.0 1.0;
5918                   to_x: "elm.padding.icon2.left";
5919                   to_y: "elm.padding.top";
5920                }
5921                align: 0.0 0.0;
5922                text {
5923                   style: "genlist_default_textblock_style";
5924                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
5925                   min: 0 1;
5926                   align: 0.0 0.5;
5927                   text_class: "list_item";
5928                }
5929             }
5930             description { state: "selected" 0.0;
5931                inherit: "default" 0.0;
5932                text.style: "genlist_default_textblock_selected_style";
5933             }
5934             GENLIST_DESCRIPTION_FLIP_ENABLED
5935          }
5936          part { name: "elm.text.2";
5937             clip_to: "disclip";
5938             type: TEXTBLOCK;
5939             mouse_events: 0;
5940             scale: 1;
5941             description { state: "default" 0.0;
5942                rel1 {
5943                   relative: 1.0 1.0;
5944                   to_x: "elm.padding.icon1.right";
5945                   to_y: "elm.text.1";
5946                }
5947                rel2 {
5948                   relative: 0.0 0.0;
5949                   to_x: "elm.padding.icon2.left";
5950                   to_y: "elm.padding.bottom";
5951                }
5952                text {
5953                   style: "genlist_default_textblock_style";
5954                   size: GENLIST_FONT_32_INC;
5955                   min: 0 1;
5956                   align: 0.0 0.5;
5957                   text_class: "slp_medium";
5958                }
5959             }
5960             description { state: "selected" 0.0;
5961                inherit: "default" 0.0;
5962                text.style: "genlist_default_textblock_selected_style";
5963             }
5964             GENLIST_DESCRIPTION_FLIP_ENABLED
5965          }
5966       }
5967    }
5968
5969 // 3.2.18
5970    group { name: "elm/genlist/item/2text.1icon.9/default";
5971       alias: "elm/genlist/item_odd/2text.1icon.9/default";
5972       alias: "elm/genlist/item_compress/2text.1icon.9/default";
5973       alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
5974       data.item: "stacking" "above";
5975       data.item: "selectraise" "on";
5976       data.item: "texts" "elm.text.1 elm.text.2";
5977       data.item: "contents" "elm.icon";
5978       data.item: "flips" "elm.flip.content";
5979       images {
5980          image: "00_list_bar_press_1x80.png" COMP;
5981       }
5982       parts {
5983          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
5984          GENLIST_PART_BG_IMAGE
5985          GENLIST_PART_BOTTOM_LINE
5986          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
5987          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
5988          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
5989          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
5990          part { name: "elm.icon";
5991             clip_to: "disclip";
5992             type: SWALLOW;
5993             scale: 1;
5994             description { state: "default" 0.0;
5995                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
5996                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
5997                fixed: 1 1;
5998                rel1 {
5999                   relative: 1.0 1.0;
6000                   to_x: "elm.padding.left";
6001                   to_y: "elm.padding.top";
6002                }
6003                rel2 {
6004                   relative: 1.0 0.0;
6005                   to_x: "elm.padding.left";
6006                   to_y: "elm.padding.bottom";
6007                }
6008                align: 0.0 0.5;
6009             }
6010             GENLIST_DESCRIPTION_FLIP_ENABLED
6011          }
6012          part { name: "elm.padding.icon.right";
6013             clip_to: "disclip";
6014             type: RECT;
6015             scale: 1;
6016             description { state: "default" 0.0;
6017                min: GENLIST_PADDING_16_INC 0;
6018                fixed: 1 0;
6019                rel1 {
6020                   relative: 1.0 0.0;
6021                   to_x: "elm.icon";
6022                }
6023                rel2.to_x: "elm.icon";
6024                align: 0.0 0.0;
6025                visible: 0;
6026             }
6027          }
6028          part { name: "elm.text.1";
6029             clip_to: "disclip";
6030             type: TEXT;
6031             mouse_events: 0;
6032             scale: 1;
6033             description { state: "default" 0.0;
6034                min: 0 GENLIST_SIZE_61_INC;
6035                fixed: 0 1;
6036                rel1 {
6037                   relative: 1.0 1.0;
6038                   to_x: "elm.padding.icon.right";
6039                   to_y: "elm.padding.top";
6040                }
6041                rel2 {
6042                   relative: 0.0 1.0;
6043                   to_x: "elm.padding.right";
6044                   to_y: "elm.padding.top";
6045                }
6046                align: 0.0 0.0;
6047                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
6048                text {
6049                   font: "SLP:style=Roman";
6050                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
6051                   min: 0 1;
6052                   align: 0.0 0.5;
6053                   text_class: "list_item";
6054                }
6055             }
6056             description { state: "selected" 0.0;
6057                inherit: "default" 0.0;
6058                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6059             }
6060             GENLIST_DESCRIPTION_FLIP_ENABLED
6061          }
6062          part { name: "elm.text.2";
6063             clip_to: "disclip";
6064             type: TEXT;
6065             mouse_events: 0;
6066             scale: 1;
6067             description { state: "default" 0.0;
6068                rel1 {
6069                   relative: 1.0 1.0;
6070                   to_x: "elm.padding.icon.right";
6071                   to_y: "elm.text.1";
6072                }
6073                rel2 {
6074                   relative: 0.0 0.0;
6075                   to_x: "elm.padding.right";
6076                   to_y: "elm.padding.bottom";
6077                }
6078                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
6079                text {
6080                   font: "SLP:style=Medium";
6081                   size: GENLIST_FONT_32_INC;
6082                   min: 0 1;
6083                   align: 0.0 0.5;
6084                   text_class: "slp_medium";
6085                }
6086             }
6087             description { state: "selected" 0.0;
6088                inherit: "default" 0.0;
6089                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6090             }
6091             GENLIST_DESCRIPTION_FLIP_ENABLED
6092          }
6093          GENLIST_PART_FLIP
6094          GENLIST_PART_DISCLIP
6095       }
6096       programs {
6097          // signal: elm,state,%s,active
6098          //   a "check" item named %s went active
6099          // signal: elm,state,%s,passive
6100          //   a "check" item named %s went passive
6101          // default is passive
6102          program { name: "go_active";
6103             signal: "elm,state,selected";
6104             source: "elm";
6105             action: STATE_SET "selected" 0.0;
6106             target: "bg_image";
6107             target: "elm.text.1";
6108             target: "elm.text.2";
6109             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6110          }
6111          program { name: "go_passive";
6112             signal: "elm,state,unselected";
6113             source: "elm";
6114             action: STATE_SET "default" 0.0;
6115             target: "bg_image";
6116             target: "elm.text.1";
6117             target: "elm.text.2";
6118             transition: LINEAR 0.1;
6119          }
6120          program { name: "go_disabled";
6121             signal: "elm,state,disabled";
6122             source: "elm";
6123             action: STATE_SET "disabled" 0.0;
6124             target: "disclip";
6125          }
6126          program { name: "go_enabled";
6127             signal: "elm,state,enabled";
6128             source: "elm";
6129             action: STATE_SET "default" 0.0;
6130             target: "disclip";
6131          }
6132          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
6133          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6134       }
6135    }
6136
6137 // ???
6138    group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
6139       alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
6140       data.item: "stacking" "above";
6141       data.item: "selectraise" "on";
6142       data.item: "texts" "elm.text.1 elm.text.2";
6143       parts {
6144          part { name: "base";
6145             type: RECT;
6146             repeat_events: 1;
6147             description { state: "default" 0.0;
6148                color: GENLIST_PART_BG_COLOR_INC;
6149             }
6150          }
6151          GENLIST_PART_DIALOGUE_BG_IMAGE
6152          GENLIST_PART_BOTTOM_LINE
6153          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
6154          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
6155          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
6156          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6157          GENLIST_PART_DIALOGUE_ITEM
6158          GENLIST_PART_DIALOGUE_RIGHT_LINE
6159          part { name: "elm.text.1";
6160             clip_to: "disclip";
6161             type: TEXT;
6162             mouse_events: 0;
6163             scale: 1;
6164             description { state: "default" 0.0;
6165                min: 0 GENLIST_SIZE_48_INC;
6166                fixed: 0 1;
6167                rel1 {
6168                   relative: 1.0 1.0;
6169                   to_x: "elm.padding.left";
6170                   to_y: "elm.padding.top";
6171                }
6172                rel2 {
6173                   relative: 0.0 1.0;
6174                   to_x: "elm.padding.right";
6175                   to_y: "elm.padding.top";
6176                }
6177                align: 0.0 0.0;
6178                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
6179                text {
6180                   font: "SLP:style=Roman";
6181                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
6182                   min: 0 1;
6183                   align: 0.0 0.5;
6184                   text_class: "list_item";
6185                }
6186             }
6187             description { state: "selected" 0.0;
6188                inherit: "default" 0.0;
6189                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6190             }
6191          }
6192          part { name: "elm.text.2";
6193             clip_to: "disclip";
6194             type: TEXTBLOCK;
6195             mouse_events: 0;
6196             scale: 1;
6197             description { state: "default" 0.0;
6198                rel1 {
6199                   relative: 1.0 1.0;
6200                   to_x: "elm.padding.left";
6201                   to_y: "elm.text.1";
6202                }
6203                rel2 {
6204                   relative: 0.0 0.0;
6205                   to_x: "elm.padding.right";
6206                   to_y: "elm.padding.bottom";
6207                }
6208                text {
6209                   style: "genlist_textblock_sub_style";
6210                   min: 0 1;
6211                   align: 0.0 0.5;
6212                }
6213             }
6214             description { state: "selected" 0.0;
6215                inherit: "default" 0.0;
6216                text.style: "genlist_textblock_sub_selected_style";
6217             }
6218          }
6219          GENLIST_PART_DISCLIP
6220       }
6221       programs {
6222          // signal: elm,state,%s,active
6223          //   a "check" item named %s went active
6224          // signal: elm,state,%s,passive
6225          //   a "check" item named %s went passive
6226          // default is passive
6227          program { name: "go_active";
6228             signal: "elm,state,selected";
6229             source: "elm";
6230             action: STATE_SET "selected" 0.0;
6231             target: "bg_image";
6232             target: "elm.text.1";
6233             target: "elm.text.2";
6234             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6235          }
6236          program { name: "go_passive";
6237             signal: "elm,state,unselected";
6238             source: "elm";
6239             action: STATE_SET "default" 0.0;
6240             target: "bg_image";
6241             target: "elm.text.1";
6242             target: "elm.text.2";
6243             transition: LINEAR 0.1;
6244          }
6245          program { name: "go_disabled";
6246             signal: "elm,state,disabled";
6247             source: "elm";
6248             action: STATE_SET "disabled" 0.0;
6249             target: "disclip";
6250          }
6251          program { name: "go_enabled";
6252             signal: "elm,state,enabled";
6253             source: "elm";
6254             action: STATE_SET "default" 0.0;
6255             target: "disclip";
6256          }
6257          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6258       }
6259    }
6260
6261 // 3.2.19
6262    group { name: "elm/genlist/item/2text.2icon.7/default";
6263       alias: "elm/genlist/item_odd/2text.2icon.7/default";
6264       alias: "elm/genlist/item_compress/2text.2icon.7/default";
6265       alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
6266       data.item: "stacking" "above";
6267       data.item: "selectraise" "on";
6268       data.item: "texts" "elm.text.1 elm.text.2";
6269       data.item: "contents" "elm.icon.1 elm.icon.2";
6270       data.item: "flips" "elm.flip.content";
6271       images {
6272          image: "00_list_bar_press_1x80.png" COMP;
6273       }
6274       parts {
6275          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6276          GENLIST_PART_BG_IMAGE
6277          GENLIST_PART_BOTTOM_LINE
6278          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6279          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6280          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6281          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6282          part { name: "elm.icon.1";
6283             clip_to: "disclip";
6284             type: SWALLOW;
6285             scale: 1;
6286             description { state: "default" 0.0;
6287                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6288                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6289                fixed: 1 1;
6290                rel1 {
6291                   relative: 1.0 1.0;
6292                   to_x: "elm.padding.left";
6293                   to_y: "elm.padding.top";
6294                }
6295                rel2 {
6296                   relative: 1.0 0.0;
6297                   to_x: "elm.padding.left";
6298                   to_y: "elm.padding.bottom";
6299                }
6300                align: 0.0 0.5;
6301             }
6302             GENLIST_DESCRIPTION_FLIP_ENABLED
6303          }
6304          part { name: "elm.padding.icon1.right";
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 {
6312                   relative: 1.0 0.0;
6313                   to_x: "elm.icon.1";
6314                }
6315                rel2.to_x: "elm.icon.1";
6316                align: 0.0 0.0;
6317                visible: 0;
6318             }
6319          }
6320          part { name: "elm.icon.2";
6321             clip_to: "disclip";
6322             type: SWALLOW;
6323             scale: 1;
6324             description { state: "default" 0.0;
6325                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6326                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6327                fixed: 1 1;
6328                rel1 {
6329                   relative: 0.0 1.0;
6330                   to_x: "elm.padding.right";
6331                   to_y: "elm.padding.top";
6332                }
6333                rel2 {
6334                   relative: 0.0 0.0;
6335                   to_x: "elm.padding.right";
6336                   to_y: "elm.padding.bottom";
6337                }
6338                align: 1.0 0.5;
6339             }
6340             GENLIST_DESCRIPTION_FLIP_ENABLED
6341          }
6342          part { name: "elm.padding.icon2.left";
6343             clip_to: "disclip";
6344             type: RECT;
6345             scale: 1;
6346             description { state: "default" 0.0;
6347                min: GENLIST_PADDING_16_INC 0;
6348                fixed: 1 0;
6349                rel1.to_x: "elm.icon.2";
6350                rel2 {
6351                   relative: 0.0 1.0;
6352                   to_x: "elm.icon.2";
6353                }
6354                align: 1.0 0.0;
6355                visible: 0;
6356             }
6357          }
6358          part { name: "elm.text.1";
6359             clip_to: "disclip";
6360             type: TEXT;
6361             mouse_events: 0;
6362             scale: 1;
6363             description { state: "default" 0.0;
6364                min: 0 GENLIST_SIZE_61_INC;
6365                fixed: 0 1;
6366                rel1 {
6367                   relative: 1.0 1.0;
6368                   to_x: "elm.padding.icon1.right";
6369                   to_y: "elm.padding.top";
6370                }
6371                rel2 {
6372                   relative: 0.0 1.0;
6373                   to_x: "elm.padding.icon2.left";
6374                   to_y: "elm.padding.top";
6375                }
6376                align: 0.0 0.0;
6377                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
6378                text {
6379                   font: "SLP:style=Roman";
6380                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
6381                   min: 0 1;
6382                   align: 0.0 0.5;
6383                   text_class: "list_item";
6384                }
6385             }
6386             description { state: "selected" 0.0;
6387                inherit: "default" 0.0;
6388                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6389             }
6390             GENLIST_DESCRIPTION_FLIP_ENABLED
6391          }
6392          part { name: "elm.text.2";
6393             clip_to: "disclip";
6394             type: TEXT;
6395             mouse_events: 0;
6396             scale: 1;
6397             description { state: "default" 0.0;
6398                rel1 {
6399                   relative: 1.0 1.0;
6400                   to_x: "elm.padding.icon1.right";
6401                   to_y: "elm.text.1";
6402                }
6403                rel2 {
6404                   relative: 0.0 0.0;
6405                   to_x: "elm.padding.icon2.left";
6406                   to_y: "elm.padding.bottom";
6407                }
6408                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
6409                text {
6410                   font: "SLP:style=Medium";
6411                   size: GENLIST_FONT_32_INC;
6412                   min: 0 1;
6413                   align: 0.0 0.5;
6414                   text_class: "slp_medium";
6415                }
6416             }
6417             description { state: "selected" 0.0;
6418                inherit: "default" 0.0;
6419                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6420             }
6421             GENLIST_DESCRIPTION_FLIP_ENABLED
6422          }
6423          GENLIST_PART_FLIP
6424          GENLIST_PART_DISCLIP
6425       }
6426       programs {
6427          // signal: elm,state,%s,active
6428          //   a "check" item named %s went active
6429          // signal: elm,state,%s,passive
6430          //   a "check" item named %s went passive
6431          // default is passive
6432          program { name: "go_active";
6433             signal: "elm,state,selected";
6434             source: "elm";
6435             action: STATE_SET "selected" 0.0;
6436             target: "bg_image";
6437             target: "elm.text.1";
6438             target: "elm.text.2";
6439             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6440          }
6441          program { name: "go_passive";
6442             signal: "elm,state,unselected";
6443             source: "elm";
6444             action: STATE_SET "default" 0.0;
6445             target: "bg_image";
6446             target: "elm.text.1";
6447             target: "elm.text.2";
6448             transition: LINEAR 0.1;
6449          }
6450          program { name: "go_disabled";
6451             signal: "elm,state,disabled";
6452             source: "elm";
6453             action: STATE_SET "disabled" 0.0;
6454             target: "disclip";
6455          }
6456          program { name: "go_enabled";
6457             signal: "elm,state,enabled";
6458             source: "elm";
6459             action: STATE_SET "default" 0.0;
6460             target: "disclip";
6461          }
6462          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6463          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6464       }
6465    }
6466
6467 // 3.2.20
6468    group { name: "elm/genlist/item/2text.2icon.5/default";
6469       alias: "elm/genlist/item_odd/2text.2icon.5/default";
6470       alias: "elm/genlist/item_compress/2text.2icon.5/default";
6471       alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
6472       data.item: "stacking" "above";
6473       data.item: "selectraise" "on";
6474       data.item: "texts" "elm.text.1 elm.text.2";
6475       data.item: "contents" "elm.icon.1 elm.icon.2";
6476       data.item: "flips" "elm.flip.content";
6477       images {
6478          image: "00_list_bar_press_1x80.png" COMP;
6479       }
6480       parts {
6481          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6482          GENLIST_PART_BG_IMAGE
6483          GENLIST_PART_BOTTOM_LINE
6484          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6485          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6486          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6487          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6488          part { name: "elm.icon.1";
6489             clip_to: "disclip";
6490             type: SWALLOW;
6491             scale: 1;
6492             description { state: "default" 0.0;
6493                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6494                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
6495                fixed: 1 1;
6496                rel1 {
6497                   relative: 1.0 1.0;
6498                   to_x: "elm.padding.left";
6499                   to_y: "elm.padding.top";
6500                }
6501                rel2 {
6502                   relative: 1.0 0.0;
6503                   to_x: "elm.padding.left";
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.icon1.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.1";
6520                }
6521                rel2.to_x: "elm.icon.1";
6522                align: 0.0 0.0;
6523                visible: 0;
6524             }
6525          }
6526          part { name: "elm.icon.2";
6527             clip_to: "disclip";
6528             type: SWALLOW;
6529             scale: 1;
6530             description { state: "default" 0.0;
6531                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6532                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
6533                fixed: 1 1;
6534                rel1 {
6535                   relative: 1.0 1.0;
6536                   to_x: "elm.padding.icon1.right";
6537                   to_y: "elm.padding.top";
6538                }
6539                rel2 {
6540                   relative: 1.0 0.0;
6541                   to_x: "elm.padding.icon1.right";
6542                   to_y: "elm.padding.bottom";
6543                }
6544                align: 0.0 0.5;
6545             }
6546             GENLIST_DESCRIPTION_FLIP_ENABLED
6547          }
6548          part { name: "elm.padding.icon2.right";
6549             clip_to: "disclip";
6550             type: RECT;
6551             scale: 1;
6552             description { state: "default" 0.0;
6553                min: GENLIST_PADDING_16_INC 0;
6554                fixed: 1 0;
6555                rel1 {
6556                   relative: 1.0 0.0;
6557                   to_x: "elm.icon.2";
6558                }
6559                rel2.to_x: "elm.icon.2";
6560                align: 0.0 0.0;
6561                visible: 0;
6562             }
6563          }
6564          part { name: "elm.text.1";
6565             clip_to: "disclip";
6566             type: TEXT;
6567             mouse_events: 0;
6568             scale: 1;
6569             description { state: "default" 0.0;
6570                min: 0 GENLIST_SIZE_61_INC;
6571                fixed: 0 1;
6572                rel1 {
6573                   relative: 1.0 1.0;
6574                   to_x: "elm.padding.icon2.right";
6575                   to_y: "elm.padding.top";
6576                }
6577                rel2 {
6578                   relative: 0.0 1.0;
6579                   to_x: "elm.padding.right";
6580                   to_y: "elm.padding.top";
6581                }
6582                align: 0.0 0.0;
6583                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
6584                text {
6585                   font: "SLP:style=Roman";
6586                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
6587                   min: 0 1;
6588                   align: 0.0 0.5;
6589                   text_class: "list_item";
6590                }
6591             }
6592             description { state: "selected" 0.0;
6593                inherit: "default" 0.0;
6594                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6595             }
6596             GENLIST_DESCRIPTION_FLIP_ENABLED
6597          }
6598          part { name: "elm.text.2";
6599             clip_to: "disclip";
6600             type: TEXT;
6601             mouse_events: 0;
6602             scale: 1;
6603             description { state: "default" 0.0;
6604                rel1 {
6605                   relative: 1.0 1.0;
6606                   to_x: "elm.padding.icon2.right";
6607                   to_y: "elm.text.1";
6608                }
6609                rel2 {
6610                   relative: 0.0 0.0;
6611                   to_x: "elm.padding.right";
6612                   to_y: "elm.padding.bottom";
6613                }
6614                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
6615                text {
6616                   font: "SLP:style=Medium";
6617                   size: GENLIST_FONT_32_INC;
6618                   min: 0 1;
6619                   align: 0.0 0.5;
6620                   text_class: "slp_medium";
6621                }
6622             }
6623             description { state: "selected" 0.0;
6624                inherit: "default" 0.0;
6625                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6626             }
6627             GENLIST_DESCRIPTION_FLIP_ENABLED
6628          }
6629          GENLIST_PART_FLIP
6630          GENLIST_PART_DISCLIP
6631       }
6632       programs {
6633          // signal: elm,state,%s,active
6634          //   a "check" item named %s went active
6635          // signal: elm,state,%s,passive
6636          //   a "check" item named %s went passive
6637          // default is passive
6638          program { name: "go_active";
6639             signal: "elm,state,selected";
6640             source: "elm";
6641             action: STATE_SET "selected" 0.0;
6642             target: "bg_image";
6643             target: "elm.text.1";
6644             target: "elm.text.2";
6645             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6646          }
6647          program { name: "go_passive";
6648             signal: "elm,state,unselected";
6649             source: "elm";
6650             action: STATE_SET "default" 0.0;
6651             target: "bg_image";
6652             target: "elm.text.1";
6653             target: "elm.text.2";
6654             transition: LINEAR 0.1;
6655          }
6656          program { name: "go_disabled";
6657             signal: "elm,state,disabled";
6658             source: "elm";
6659             action: STATE_SET "disabled" 0.0;
6660             target: "disclip";
6661          }
6662          program { name: "go_enabled";
6663             signal: "elm,state,enabled";
6664             source: "elm";
6665             action: STATE_SET "default" 0.0;
6666             target: "disclip";
6667          }
6668          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
6669          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
6670       }
6671    }
6672
6673 // ???
6674    group { name: "elm/genlist/item/3text.5icon/default";
6675       alias: "elm/genlist/item_odd/3text.5icon/default";
6676       alias: "elm/genlist/item_compress/3text.5icon/default";
6677       alias: "elm/genlist/item_compress_odd/3text.5icon/default";
6678       data.item: "stacking" "above";
6679       data.item: "selectraise" "on";
6680       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
6681       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
6682       data.item: "flips" "elm.flip.content";
6683       images {
6684          image: "00_list_bar_press_1x80.png" COMP;
6685       }
6686       parts {
6687          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
6688          GENLIST_PART_BG_IMAGE
6689          GENLIST_PART_BOTTOM_LINE
6690          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
6691          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
6692          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
6693          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
6694          part { name: "elm.swallow.colorbar";
6695             clip_to: "disclip";
6696             type: SWALLOW;
6697             scale: 1;
6698             description { state: "default" 0.0;
6699                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
6700                fixed: 1 1;
6701                rel2.relative: 0.0 0.0;
6702                align: 0.0 0.0;
6703             }
6704          }
6705          part { name: "elm.text.3";
6706             clip_to: "disclip";
6707             type: TEXT;
6708             mouse_events: 0;
6709             scale: 1;
6710             description { state: "default" 0.0;
6711                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
6712                fixed: 1 1;
6713                rel1 {
6714                   relative: 0.0 0.0;
6715                   to_x: "elm.padding.right";
6716                   to_y: "elm.padding.bottom";
6717                }
6718                rel2 {
6719                   relative: 0.0 0.0;
6720                   to_x: "elm.padding.right";
6721                   to_y: "elm.padding.bottom";
6722                }
6723                align: 1.0 1.0;
6724                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
6725                text {
6726                   font: "SLP:style=Medium";
6727                   size: GENLIST_FONT_32_INC;
6728                   min: 0 1;
6729                   align: 1.0 0.5;
6730                   text_class: "slp_medium";
6731                }
6732             }
6733             description { state: "selected" 0.0;
6734                inherit: "default" 0.0;
6735                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6736             }
6737             GENLIST_DESCRIPTION_FLIP_ENABLED
6738          }
6739          part { name: "elm.icon.1";
6740             clip_to: "disclip";
6741             type: SWALLOW;
6742             scale: 1;
6743             description { state: "default" 0.0;
6744                rel1 {
6745                   relative: 0.0 1.0;
6746                   to_x: "elm.padding.right";
6747                   to_y: "elm.padding.top";
6748                }
6749                rel2 {
6750                   relative: 0.0 0.0;
6751                   to_x: "elm.padding.right";
6752                   to_y: "elm.text.3";
6753                }
6754                align: 1.0 0.5;
6755             }
6756             GENLIST_DESCRIPTION_FLIP_ENABLED
6757          }
6758          part { name: "elm.padding.icon1.left";
6759             clip_to: "disclip";
6760             type: RECT;
6761             scale: 1;
6762             description { state: "default" 0.0;
6763                min: GENLIST_PADDING_16_INC 0;
6764                fixed: 1 0;
6765                rel1.to_x: "elm.icon.1";
6766                rel2 {
6767                   relative: 0.0 1.0;
6768                   to_x: "elm.icon.1";
6769                }
6770                align: 1.0 0.0;
6771                visible: 0;
6772             }
6773          }
6774          part { name: "elm.text.1";
6775             clip_to: "disclip";
6776             type: TEXT;
6777             mouse_events: 0;
6778             scale: 1;
6779             description { state: "default" 0.0;
6780                min: 0 GENLIST_SIZE_61_INC;
6781                fixed: 0 1;
6782                rel1 {
6783                   relative: 1.0 1.0;
6784                   to_x: "elm.padding.left";
6785                   to_y: "elm.padding.top";
6786                }
6787                rel2 {
6788                   relative: 0.0 1.0;
6789                   to_x: "elm.padding.icon1.left";
6790                   to_y: "elm.padding.top";
6791                }
6792                align: 0.0 0.0;
6793                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
6794                text {
6795                   font: "SLP:style=Roman";
6796                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
6797                   min: 0 1;
6798                   align: 0.0 0.5;
6799                   text_class: "list_item";
6800                }
6801             }
6802             description { state: "selected" 0.0;
6803                inherit: "default" 0.0;
6804                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6805             }
6806             GENLIST_DESCRIPTION_FLIP_ENABLED
6807          }
6808          part { name: "elm.padding.text3.left";
6809             clip_to: "disclip";
6810             type: RECT;
6811             scale: 1;
6812             description { state: "default" 0.0;
6813                min: GENLIST_PADDING_16_INC 0;
6814                fixed: 1 0;
6815                rel1.to: "elm.text.3";
6816                rel2 {
6817                   relative: 0.0 1.0;
6818                   to: "elm.text.3";
6819                }
6820                align: 1.0 1.0;
6821                visible: 0;
6822             }
6823          }
6824          part { name: "elm.text.2";
6825             clip_to: "disclip";
6826             type: TEXT;
6827             mouse_events: 0;
6828             scale: 1;
6829             description { state: "default" 0.0;
6830                rel1 {
6831                   relative: 1.0 1.0;
6832                   to_x: "elm.padding.left";
6833                   to_y: "elm.text.1";
6834                }
6835                rel2 {
6836                   relative: 0.0 0.0;
6837                   to_x: "elm.padding.text3.left";
6838                   to_y: "elm.padding.bottom";
6839                }
6840                align: 0.0 0.5;
6841                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
6842                text {
6843                   font: "SLP:style=Medium";
6844                   size: GENLIST_FONT_32_INC;
6845                   min: 0 1;
6846                   align: 0.0 0.5;
6847                   text_class: "slp_medium";
6848                }
6849             }
6850             description { state: "selected" 0.0;
6851                inherit: "default" 0.0;
6852                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
6853             }
6854             GENLIST_DESCRIPTION_FLIP_ENABLED
6855          }
6856          part { name: "elm.padding.icon2.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.text.2";
6866                }
6867                rel2.to_x: "elm.text.2";
6868                align: 0.0 0.0;
6869                visible: 0;
6870             }
6871          }
6872          part { name: "elm.icon.2";
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.icon2.left";
6883                   to_y: "elm.text.1";
6884                }
6885                rel2 {
6886                   relative: 1.0 0.0;
6887                   to_x: "elm.padding.icon2.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.icon3.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.2";
6904                }
6905                rel2.to_x: "elm.icon.2";
6906                align: 0.0 0.0;
6907                visible: 0;
6908             }
6909          }
6910          part { name: "elm.icon.3";
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.icon3.left";
6921                   to_y: "elm.text.1";
6922                }
6923                rel2 {
6924                   relative: 1.0 0.0;
6925                   to_x: "elm.padding.icon3.left";
6926                   to_y: "elm.padding.bottom";
6927                }
6928                align: 0.0 0.5;
6929             }
6930             GENLIST_DESCRIPTION_FLIP_ENABLED
6931          }
6932          part { name: "elm.padding.icon4.left";
6933             clip_to: "disclip";
6934             type: RECT;
6935             scale: 1;
6936             description { state: "default" 0.0;
6937                min: GENLIST_PADDING_16_INC 0;
6938                fixed: 1 0;
6939                rel1 {
6940                   relative: 1.0 0.0;
6941                   to_x: "elm.icon.3";
6942                }
6943                rel2.to_x: "elm.icon.3";
6944                align: 0.0 0.0;
6945                visible: 0;
6946             }
6947          }
6948          part { name: "elm.icon.4";
6949             clip_to: "disclip";
6950             type: SWALLOW;
6951             scale: 1;
6952             description { state: "default" 0.0;
6953                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6954                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
6955                fixed: 1 1;
6956                rel1 {
6957                   relative: 1.0 1.0;
6958                   to_x: "elm.padding.icon4.left";
6959                   to_y: "elm.text.1";
6960                }
6961                rel2 {
6962                   relative: 1.0 0.0;
6963                   to_x: "elm.padding.icon4.left";
6964                   to_y: "elm.padding.bottom";
6965                }
6966                align: 0.0 0.5;
6967             }
6968             GENLIST_DESCRIPTION_FLIP_ENABLED
6969          }
6970          GENLIST_PART_FLIP
6971          GENLIST_PART_DISCLIP
6972       }
6973       programs {
6974          // signal: elm,state,%s,active
6975          //   a "check" item named %s went active
6976          // signal: elm,state,%s,passive
6977          //   a "check" item named %s went passive
6978          // default is passive
6979          program { name: "go_active";
6980             signal: "elm,state,selected";
6981             source: "elm";
6982             action: STATE_SET "selected" 0.0;
6983             target: "bg_image";
6984             target: "elm.text.1";
6985             target: "elm.text.2";
6986             target: "elm.text.3";
6987             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
6988          }
6989          program { name: "go_passive";
6990             signal: "elm,state,unselected";
6991             source: "elm";
6992             action: STATE_SET "default" 0.0;
6993             target: "bg_image";
6994             target: "elm.text.1";
6995             target: "elm.text.2";
6996             target: "elm.text.3";
6997             transition: LINEAR 0.1;
6998          }
6999          program { name: "go_disabled";
7000             signal: "elm,state,disabled";
7001             source: "elm";
7002             action: STATE_SET "disabled" 0.0;
7003             target: "disclip";
7004          }
7005          program { name: "go_enabled";
7006             signal: "elm,state,enabled";
7007             source: "elm";
7008             action: STATE_SET "default" 0.0;
7009             target: "disclip";
7010          }
7011          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
7012          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7013       }
7014    }
7015
7016 // ???
7017    /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
7018    group { name: "elm/genlist/item/3text.5icon.2/default";
7019       alias: "elm/genlist/item_odd/3text.5icon.2/default";
7020       alias: "elm/genlist/item_compress/3text.5icon.2/default";
7021       alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
7022       data.item: "stacking" "above";
7023       data.item: "selectraise" "on";
7024       data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
7025       data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
7026       data.item: "flips" "elm.flip.content";
7027       images {
7028          image: "00_list_bar_press_1x80.png" COMP;
7029       }
7030       parts {
7031          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
7032          GENLIST_PART_BG
7033          GENLIST_PART_BG_IMAGE
7034          GENLIST_PART_BOTTOM_LINE
7035          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
7036          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
7037          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
7038          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
7039          part { name: "elm.icon.colorbar";
7040             clip_to: "disclip";
7041             type: SWALLOW;
7042             scale: 1;
7043             description { state: "default" 0.0;
7044                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7045                fixed: 1 1;
7046                rel2.relative: 0.0 0.0;
7047                align: 0.0 0.0;
7048             }
7049          }
7050          part { name: "elm.icon.checkbox";
7051             clip_to: "disclip";
7052             type: SWALLOW;
7053             mouse_events: 1;
7054             scale: 1;
7055             description { state: "default" 0.0;
7056                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7057                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7058                fixed: 1 1;
7059                rel1 {
7060                   relative: 1.0 0.0;
7061                   to_x: "elm.padding.left";
7062                   to_y: "elm.padding.top";
7063                }
7064                rel2 {
7065                   relative: 0.0 0.0;
7066                   to_x: "elm.padding.right";
7067                   to_y: "elm.padding.bottom";
7068                }
7069                align: 0.0 0.5;
7070             }
7071          }
7072          part { name: "elm.text.date";
7073             clip_to: "disclip";
7074             type: TEXT;
7075             mouse_events: 0;
7076             scale: 1;
7077             description { state: "default" 0.0;
7078                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
7079                fixed: 1 1;
7080                rel1 {
7081                   to_x: "elm.padding.right";
7082                   to_y: "elm.padding.bottom";
7083                }
7084                rel2 {
7085                   relative: 0.0 0.0;
7086                   to_x: "elm.padding.right";
7087                   to_y: "elm.padding.bottom";
7088                }
7089                align: 1.0 1.0;
7090                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
7091                text {
7092                   font: "SLP:style=Medium";
7093                   size: GENLIST_FONT_32_INC;
7094                   min: 0 1;
7095                   align: 1.0 0.5;
7096                   text_class: "slp_medium";
7097                }
7098             }
7099             description { state: "selected" 0.0;
7100                inherit: "default" 0.0;
7101                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7102             }
7103             GENLIST_DESCRIPTION_FLIP_ENABLED
7104          }
7105          part { name: "elm.icon.important";
7106             clip_to: "disclip";
7107             type: SWALLOW;
7108             mouse_events: 1;
7109             scale: 1;
7110             description { state: "default" 0.0;
7111                min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
7112                fixed: 1 1;
7113                rel1 {
7114                   relative: 0.0 1.0;
7115                   to_x: "elm.padding.right";
7116                   to_y: "elm.padding.top";
7117                }
7118                rel2 {
7119                   relative: 0.0 0.0;
7120                   to_x: "elm.padding.right";
7121                   to_y: "elm.text.date";
7122                }
7123                align: 1.0 0.5;
7124             }
7125             GENLIST_DESCRIPTION_FLIP_ENABLED
7126          }
7127          part { name: "elm.padding.icon.important.left";
7128             clip_to: "disclip";
7129             type: RECT;
7130             scale: 1;
7131             description { state: "default" 0.0;
7132                min: GENLIST_PADDING_16_INC 0;
7133                fixed: 1 0;
7134                rel1{
7135                   relative: 0.0 1.0;
7136                   to_x: "elm.icon.important";
7137                }
7138                rel2 {
7139                   relative: 0.0 1.0;
7140                   to_x: "elm.icon.important";
7141                }
7142                align: 1.0 0.0;
7143                visible: 0;
7144             }
7145          }
7146          part { name: "elm.padding.icon.checkbox.right";
7147             clip_to: "disclip";
7148             type: RECT;
7149             scale: 1;
7150             description { state: "default" 0.0;
7151                min: GENLIST_PADDING_16_INC 0;
7152                fixed: 1 0;
7153                rel1 {
7154                   relative: 1.0 0.0;
7155                   to_x: "elm.icon.checkbox";
7156                   to_y: "elm.padding.top";
7157                }
7158                rel2 {
7159                   relative: 1.0 0.0;
7160                   to_x:  "elm.icon.checkbox";
7161                   to_y: "elm.padding.bottom";
7162                }
7163                align: 1.0 0.0;
7164                visible: 0;
7165             }
7166          }
7167          part { name: "elm.text.subject.rect";
7168             clip_to: "disclip";
7169             type: RECT;
7170             scale: 1;
7171             description { state: "default" 0.0;
7172                min: 0 GENLIST_SIZE_61_INC;
7173                fixed: 1 1;
7174                rel1 {
7175                   relative: 1.0 1.0;
7176                   to_x: "elm.padding.icon.checkbox.right";
7177                   to_y: "elm.padding.top";
7178                }
7179                rel2 {
7180                   relative: 0.0 0.0;
7181                   to_x: "elm.padding.icon.important.left";
7182                   to_y: "elm.padding.top";
7183                }
7184                align: 0.0 0.0;
7185                visible: 0;
7186             }
7187          }
7188          part { name: "elm.text.subject";
7189             clip_to: "disclip";
7190             type: TEXTBLOCK;
7191             mouse_events: 0;
7192             scale: 1;
7193             description { state: "default" 0.0;
7194                fixed: 1 1;
7195                rel1.to: "elm.text.subject.rect";
7196                rel2.to: "elm.text.subject.rect";
7197                align: 0.0 0.0;
7198                text {
7199                   style: "genlist_email_textblock_unread_style";
7200                   min: 0 1;
7201                   max: 0 1;
7202                   align: 0.0 0.5;
7203                }
7204             }
7205             description { state: "selected" 0.0;
7206                inherit: "default" 0.0;
7207                text.style: "genlist_email_textblock_selected_style";
7208             }
7209             description { state: "read" 0.0;
7210                inherit: "default" 0.0;
7211                text.style: "genlist_email_textblock_read_style";
7212             }
7213             description { state: "unread" 0.0;
7214                inherit: "default" 0.0;
7215                text.style: "genlist_email_textblock_unread_style";
7216             }
7217             description { state: "urgency_read" 0.0;
7218                inherit: "default" 0.0;
7219                text.style: "genlist_email_textblock_urgency_read_style";
7220             }
7221             description { state: "urgency_unread" 0.0;
7222                inherit: "default" 0.0;
7223                text.style: "genlist_email_textblock_urgency_unread_style";
7224             }
7225             GENLIST_DESCRIPTION_FLIP_ENABLED
7226          }
7227          part { name: "elm.text.name";
7228             clip_to: "disclip";
7229             type: TEXTBLOCK;
7230             scale: 1;
7231             description { state: "default" 0.0;
7232                fixed: 1 1;
7233                rel1 {
7234                   relative: 1.0 1.0;
7235                   to_x: "elm.padding.icon.checkbox.right";
7236                   to_y: "elm.text.subject";
7237                }
7238                rel2 {
7239                   relative: 0.0 0.0;
7240                   to_x: "elm.padding.icon.num.left";
7241                   to_y: "elm.padding.bottom";
7242                }
7243                align: 0.0 0.5;
7244                text {
7245                   style: "genlist_email_textblock2_style";
7246                   min: 0 1;
7247                   align: 0.0 0.5;
7248                }
7249             }
7250             description { state: "selected" 0.0;
7251                inherit: "default" 0.0;
7252                text.style: "genlist_email_textblock2_selected_style";
7253             }
7254             GENLIST_DESCRIPTION_FLIP_ENABLED
7255          }
7256          part { name: "elm.padding.icon.num.left";
7257             clip_to: "disclip";
7258             type: RECT;
7259             scale: 1;
7260             description { state: "default" 0.0;
7261                min: GENLIST_PADDING_16_INC 0;
7262                fixed: 1 0;
7263                rel1 {
7264                   relative: 0.0 1.0;
7265                   to_x: "elm.icon.num";
7266                   to_y: "elm.text.subject";
7267                }
7268                rel2 {
7269                   relative: 0.0 0.0;
7270                   to_x: "elm.icon.num";
7271                   to_y: "elm.padding.bottom";
7272                }
7273                align: 1.0 0.0;
7274                visible: 0;
7275             }
7276          }
7277          part { name: "elm.icon.num";
7278             clip_to: "disclip";
7279             type: SWALLOW;
7280             mouse_events: 0;
7281             scale: 1;
7282             description { state: "default" 0.0;
7283                min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
7284                max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
7285                fixed: 1 1;
7286                rel1 {
7287                   relative: 0.0 1.0;
7288                   to_x: "elm.padding.icon.attach.left";
7289                   to_y: "elm.text.subject";
7290                }
7291                rel2 {
7292                   relative: 0.0 0.0;
7293                   to_x: "elm.padding.icon.attach.left";
7294                   to_y: "elm.padding.bottom";
7295                }
7296                align: 1.0 0.5;
7297             }
7298             GENLIST_DESCRIPTION_FLIP_ENABLED
7299          }
7300          part { name: "elm.padding.icon.attach.left";
7301             clip_to: "disclip";
7302             type: RECT;
7303             scale: 1;
7304             description { state: "default" 0.0;
7305                min: GENLIST_PADDING_16_INC 0;
7306                fixed: 1 0;
7307                rel1 {
7308                   relative: 0.0 1.0;
7309                   to_x: "elm.icon.attach";
7310                   to_y: "elm.text.subject";
7311                }
7312                rel2 {
7313                   relative: 0.0 0.0;
7314                   to_x: "elm.icon.attach";
7315                   to_y: "elm.padding.bottom";
7316                }
7317                align: 1.0 0.0;
7318                visible: 0;
7319             }
7320          }
7321          part { name: "elm.icon.attach";
7322             clip_to: "disclip";
7323             type: SWALLOW;
7324             scale: 1;
7325             description { state: "default" 0.0;
7326                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7327                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
7328                fixed: 1 1;
7329                rel1 {
7330                   relative: 0.0 1.0;
7331                   to_x: "elm.text.date";
7332                   to_y: "elm.text.subject";
7333                }
7334                rel2 {
7335                   relative: 0.0 0.0;
7336                   to_x: "elm.text.date";
7337                   to_y: "elm.padding.bottom";
7338                }
7339                align: 1.0 0.5;
7340             }
7341             GENLIST_DESCRIPTION_FLIP_ENABLED
7342          }
7343          part { name: "elm.swallow.outbox.progress";
7344             type: SWALLOW;
7345             scale: 1;
7346             mouse_events: 1;
7347             repeat_events: 0;
7348             description { state: "default" 0.0;
7349                min: GENLIST_SIZE_168_INC 0;
7350                fixed: 1 1;
7351                color: 0 0 0 0;
7352                align: 1.0 0.5;
7353                rel1 {
7354                   relative: 0.0 1.0;
7355                   offset: 0 0;
7356                   to_x: "elm.padding.right";
7357                   to_y: "elm.padding.top";
7358                }
7359                rel2 {
7360                   relative: 0.0 0.0;
7361                   offset: 0 0;
7362                   to_x: "elm.padding.right";
7363                   to_y: "elm.padding.bottom";
7364                }
7365             }
7366          }
7367          GENLIST_PART_FLIP
7368          GENLIST_PART_DISCLIP
7369       }
7370       programs {
7371          // signal: elm,state,%s,active
7372          //   a "check" item named %s went active
7373          // signal: elm,state,%s,passive
7374          //   a "check" item named %s went passive
7375          // default is passive
7376          program { name: "go_active";
7377             signal: "elm,state,selected";
7378             source: "elm";
7379             action: STATE_SET "selected" 0.0;
7380             target: "bg_image";
7381             target: "elm.text.subject";
7382             target: "elm.text.name";
7383             target: "elm.text.date";
7384             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7385          }
7386          program { name: "go_passive";
7387             signal: "elm,state,unselected";
7388             source: "elm";
7389             action: STATE_SET "default" 0.0;
7390             target: "bg_image";
7391             target: "elm.text.subject";
7392             target: "elm.text.name";
7393             target: "elm.text.date";
7394             transition: LINEAR 0.1;
7395          }
7396          program { name: "go_disabled";
7397             signal: "elm,state,disabled";
7398             source: "elm";
7399             action: STATE_SET "disabled" 0.0;
7400             target: "disclip";
7401          }
7402          program { name: "go_enabled";
7403             signal: "elm,state,enabled";
7404             source: "elm";
7405             action: STATE_SET "default" 0.0;
7406             target: "disclip";
7407          }
7408          program { name: "go_read";
7409             signal: "elm,state,read";
7410             source: "elm";
7411             action: STATE_SET "read" 0.0;
7412             target: "elm.text.subject";
7413          }
7414          program { name: "go_unread";
7415             signal: "elm,state,unread";
7416             source: "elm";
7417             action: STATE_SET "unread" 0.0;
7418             target: "elm.text.subject";
7419          }
7420          program { name: "go_urgeny_unread";
7421             signal: "elm,state,urgency_unread";
7422             source: "elm";
7423             action: STATE_SET "urgency_unread" 0.0;
7424             target: "elm.text.subject";
7425          }
7426          program { name: "go_urgency_read";
7427             signal: "elm,state,urgency_read";
7428             source: "elm";
7429             action: STATE_SET "urgency_read" 0.0;
7430             target: "elm.text.subject";
7431          }
7432          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
7433       }
7434    }
7435
7436 // ???
7437    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
7438    group { name: "elm/genlist/item/4text.8icon/default";
7439       alias: "elm/genlist/item_odd/4text.8icon/default";
7440       alias: "elm/genlist/item_compress/4text.8icon/default";
7441       alias: "elm/genlist/item_compress_odd/4text.8icon/default";
7442       data.item: "stacking" "above";
7443       data.item: "selectraise" "on";
7444       data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
7445       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";
7446       data.item: "flips" "elm.flip.content";
7447       images {
7448          image: "00_list_bar_press_1x80.png" COMP;
7449          image: "M02_button_06_normal.png" COMP;
7450       }
7451       parts {
7452          GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
7453          GENLIST_PART_BG
7454          GENLIST_PART_BG_IMAGE
7455          GENLIST_PART_BOTTOM_LINE
7456          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
7457          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
7458          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
7459          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
7460          part { name: "elm.icon.colorbar";
7461             clip_to: "disclip";
7462             type: SWALLOW;
7463             scale: 1;
7464             description { state: "default" 0.0;
7465                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
7466                fixed: 1 1;
7467                rel2.relative: 0.0 0.0;
7468                align: 0.0 0.0;
7469             }
7470          }
7471
7472          part { name: "elm.icon.checkbox.touch";
7473             clip_to: "disclip";
7474             type: SWALLOW;
7475             mouse_events: 1;
7476             scale: 1;
7477             description { state: "default" 0.0;
7478                max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
7479                fixed: 1 1;
7480                rel1 {
7481                   relative: 0.0 0.0;
7482                   to_x: "elm.padding.left";
7483                   to_y: "elm.padding.top";
7484                }
7485                rel2 {
7486                   relative: 0.0 0.0;
7487                   to_x: "elm.padding.right";
7488                   to_y: "elm.padding.bottom";
7489                }
7490                align: 0.0 0.5;
7491             }
7492          }
7493          part { name: "elm.icon.checkbox";
7494             clip_to: "disclip";
7495             type: SWALLOW;
7496             mouse_events: 1;
7497             scale: 1;
7498             description { state: "default" 0.0;
7499                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7500                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
7501                fixed: 1 1;
7502                rel1 {
7503                   relative: 1.0 0.0;
7504                   to_x: "elm.padding.left";
7505                   to_y: "elm.padding.top";
7506                }
7507                rel2 {
7508                   relative: 0.0 0.0;
7509                   to_x: "elm.padding.right";
7510                   to_y: "elm.padding.bottom";
7511                }
7512                align: 0.0 0.5;
7513             }
7514          }
7515          part { name: "elm.padding.icon.checkbox.right";
7516             clip_to: "disclip";
7517             type: RECT;
7518             scale: 1;
7519             description { state: "default" 0.0;
7520                min: GENLIST_PADDING_16_INC 0;
7521                fixed: 1 0;
7522                rel1 {
7523                   relative: 1.0 0.0;
7524                   to_x: "elm.icon.checkbox";
7525                   to_y: "elm.padding.top";
7526                }
7527                rel2 {
7528                   relative: 1.0 0.0;
7529                   to_x:  "elm.icon.checkbox";
7530                   to_y: "elm.padding.bottom";
7531                }
7532                align: 1.0 0.0;
7533                visible: 0;
7534             }
7535          }
7536
7537          part { name: "elm.icon.important";
7538             clip_to: "disclip";
7539             type: SWALLOW;
7540             mouse_events: 1;
7541             scale: 1;
7542             description { state: "default" 0.0;
7543                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
7544                fixed: 1 1;
7545                rel1 {
7546                   relative: 0.0 1.0;
7547                   to_x: "elm.padding.right";
7548                   to_y: "elm.padding.top";
7549                }
7550                rel2 {
7551                   relative: 0.0 1.0;
7552                   to_x: "elm.padding.right";
7553                   to_y: "elm.padding.top";
7554                }
7555                align: 1.0 0.0;
7556             }
7557             GENLIST_DESCRIPTION_FLIP_ENABLED
7558          }
7559
7560          part { name: "elm.icon.important.touch";
7561             clip_to: "disclip";
7562             type: SWALLOW;
7563             mouse_events: 1;
7564             scale: 1;
7565             description { state: "default" 0.0;
7566                min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
7567                fixed: 1 1;
7568                rel1 {
7569                   relative: 0.0 1.0;
7570                   to_x: "elm.padding.right";
7571                   to_y: "elm.padding.top";
7572                }
7573                rel2 {
7574                   relative: 0.0 1.0;
7575                   to_x: "elm.padding.right";
7576                   to_y: "elm.padding.top";
7577                }
7578                align: 1.0 0.0;
7579             }
7580             GENLIST_DESCRIPTION_FLIP_ENABLED
7581          }
7582
7583          part { name: "elm.padding.icon.important.left";
7584             clip_to: "disclip";
7585             type: RECT;
7586             scale: 1;
7587             description { state: "default" 0.0;
7588                min: GENLIST_PADDING_16_INC 0;
7589                fixed: 1 0;
7590                rel1{
7591                   relative: 0.0 1.0;
7592                   to_x: "elm.icon.important";
7593                }
7594                rel2 {
7595                   relative: 0.0 1.0;
7596                   to_x: "elm.icon.important";
7597                }
7598                align: 1.0 0.0;
7599                visible: 0;
7600             }
7601          }
7602          part { name: "elm.icon.num";
7603             clip_to: "disclip";
7604             type: IMAGE;
7605             mouse_events: 0;
7606             scale: 1;
7607             description { state: "default" 0.0;
7608                max: 0 GENLIST_SIZE_SLIDE_60_INC;
7609                fixed: 1 1;
7610                rel1 {
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                rel2 {
7617                   relative: 0.0 1.0;
7618                   offset: 0 GENLIST_SIZE_8_INC;
7619                   to_x: "elm.padding.icon.important.left";
7620                   to_y: "elm.padding.top";
7621                }
7622                align: 1.0 0.0;
7623                image.normal: "M02_button_06_normal.png";
7624                image.border: 5 5 5 5;
7625             }
7626             description { state: "num_enable" 0.0;
7627                inherit: "default" 0.0;
7628                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
7629                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
7630             }
7631             GENLIST_DESCRIPTION_FLIP_ENABLED
7632          }
7633
7634          part { name: "elm.text.num";
7635             clip_to: "disclip";
7636             type: TEXT;
7637             mouse_events: 0;
7638             scale: 1;
7639             description { state: "default" 0.0;
7640                max: 0 GENLIST_SIZE_SLIDE_60_INC;
7641                fixed: 1 1;
7642                rel1 {
7643                   relative: 0.0 1.0;
7644                   offset: 0 GENLIST_SIZE_8_INC;
7645                   to_x: "elm.padding.icon.important.left";
7646                   to_y: "elm.padding.top";
7647                }
7648                rel2 {
7649                   relative: 0.0 1.0;
7650                   offset: 0 GENLIST_SIZE_8_INC;
7651                   to_x: "elm.padding.icon.important.left";
7652                   to_y: "elm.padding.top";
7653                }
7654                align: 1.0 0.0;
7655             }
7656             description { state: "num_enable" 0.0;
7657                inherit: "default" 0.0;
7658                max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
7659                min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
7660                text {
7661                   font: "SLP:style=Medium";
7662                   size: GENLIST_FONT_32_INC;
7663                   min: 1 1;
7664                   align: 0.5 0.5;
7665                   text_class: "slp_medium";
7666                }
7667                color: GENLIST_TEXT_COLOR_CONVERTOR_STYLE;
7668             }
7669             GENLIST_DESCRIPTION_FLIP_ENABLED
7670          }
7671
7672          part { name: "elm.icon.attach";
7673             clip_to: "disclip";
7674             type: SWALLOW;
7675             scale: 1;
7676             description { state: "default" 0.0;
7677                min: 0 GENLIST_SIZE_SLIDE_60_INC;
7678                fixed: 1 1;
7679                rel1 {
7680                   relative: 0.0 1.0;
7681                   to_x: "elm.icon.num";
7682                   to_y: "elm.padding.top";
7683                }
7684                rel2 {
7685                   relative: 0.0 1.0;
7686                   to_x: "elm.icon.num";
7687                   to_y: "elm.padding.top";
7688                }
7689                align: 1.0 0.0;
7690             }
7691             description { state: "attach_enable" 0.0;
7692                inherit: "default" 0.0;
7693                min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
7694             }
7695             GENLIST_DESCRIPTION_FLIP_ENABLED
7696          }
7697          part { name: "elm.text.subject";
7698             clip_to: "disclip";
7699             type: TEXTBLOCK;
7700             mouse_events: 0;
7701             scale: 1;
7702             description { state: "default" 0.0;
7703                min: 0 GENLIST_SIZE_SLIDE_60_INC;
7704                fixed: 1 1;
7705                rel1 {
7706                   relative: 1.0 1.0;
7707                   to_x: "elm.padding.icon.checkbox.right";
7708                   to_y: "elm.padding.top";
7709                }
7710                rel2{
7711                   relative: 0.0 1.0;
7712                   to_x: "elm.icon.attach";
7713                   to_y: "elm.padding.top";
7714                }
7715                align: 0.0 0.0;
7716                text {
7717                   style: "genlist_email_textblock_unread_style";
7718                   min: 0 1;
7719                   max: 0 1;
7720                   align: 0.0 0.5;
7721                }
7722             }
7723             description { state: "selected" 0.0;
7724                inherit: "default" 0.0;
7725                text.style: "genlist_email_textblock_selected_style";
7726             }
7727             description { state: "read" 0.0;
7728                inherit: "default" 0.0;
7729                text.style: "genlist_email_textblock_read_style";
7730             }
7731             description { state: "unread" 0.0;
7732                inherit: "default" 0.0;
7733                text.style: "genlist_email_textblock_unread_style";
7734             }
7735             GENLIST_DESCRIPTION_FLIP_ENABLED
7736          }
7737
7738          part { name: "elm.padding.intermediate";
7739             clip_to: "disclip";
7740             type: RECT;
7741             scale: 1;
7742             description { state: "default" 0.0;
7743                min: 0 GENLIST_PADDING_4_INC;
7744                fixed: 0 1;
7745                rel1 {
7746                   relative: 1.0 1.0;
7747                   to_x: "elm.padding.icon.checkbox.right";
7748                   to_y: "elm.icon.attach";
7749                }
7750                rel2 {
7751                   relative: 1.0 1.0;
7752                   to_x:  "elm.padding.icon.checkbox.right";
7753                   to_y: "elm.icon.attach";
7754                }
7755                align: 1.0 0.0;
7756                visible: 0;
7757             }
7758          }
7759
7760          part { name: "elm.icon.priority";
7761             clip_to: "disclip";
7762             type: SWALLOW;
7763             scale: 1;
7764             description { state: "default" 0.0;
7765                min: 0 GENLIST_SIZE_40_INC;
7766                fixed: 1 1;
7767                rel1 {
7768                   relative: 1.0 1.0;
7769                   to_x: "elm.padding.icon.checkbox.right";
7770                   to_y: "elm.padding.intermediate";
7771                }
7772                rel2 {
7773                   relative: 1.0 1.0;
7774                   to_x: "elm.padding.icon.checkbox.right";
7775                   to_y: "elm.padding.intermediate";
7776                }
7777                align: 0.0 0.0;
7778             }
7779             description { state: "priority_enable" 0.0;
7780                inherit: "default" 0.0;
7781                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
7782             }
7783             GENLIST_DESCRIPTION_FLIP_ENABLED
7784          }
7785          part { name: "elm.icon.lastverb";
7786             clip_to: "disclip";
7787             type: SWALLOW;
7788             scale: 1;
7789             description { state: "default" 0.0;
7790                min: 0 GENLIST_SIZE_40_INC;
7791                fixed: 1 1;
7792                rel1 {
7793                   relative: 1.0 1.0;
7794                   to_x: "elm.padding.icon.checkbox.right";
7795                   to_y: "elm.icon.priority";
7796                }
7797                rel2 {
7798                   relative: 1.0 1.0;
7799                   to_x: "elm.padding.icon.checkbox.right";
7800                   to_y: "elm.icon.priority";
7801                }
7802                align: 0.0 0.0;
7803             }
7804             description { state: "lastverb_enable" 0.0;
7805                inherit: "default" 0.0;
7806                min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
7807             }
7808             GENLIST_DESCRIPTION_FLIP_ENABLED
7809          }
7810
7811          part { name: "elm.text.date";
7812             clip_to: "disclip";
7813             type: TEXT;
7814             mouse_events: 0;
7815             scale: 1;
7816             description { state: "default" 0.0;
7817                min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
7818                fixed: 1 1;
7819                rel1 {
7820                   to_x: "elm.padding.right";
7821                   to_y: "elm.padding.bottom";
7822                }
7823                rel2 {
7824                   relative: 0.0 0.0;
7825                   to_x: "elm.padding.right";
7826                   to_y: "elm.padding.bottom";
7827                }
7828                align: 1.0 1.0;
7829                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
7830                text {
7831                   font: "SLP:style=Medium";
7832                   size: GENLIST_FONT_32_INC;
7833                   min: 0 1;
7834                   align: 1.0 0.5;
7835                   text_class: "slp_medium";
7836                }
7837             }
7838             description { state: "selected" 0.0;
7839                inherit: "default" 0.0;
7840                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7841             }
7842             GENLIST_DESCRIPTION_FLIP_ENABLED
7843          }
7844
7845          part { name: "elm.icon.appointment";
7846             clip_to: "disclip";
7847             type: SWALLOW;
7848             mouse_events: 0;
7849             scale: 1;
7850             description { state: "default" 0.0;
7851                min: 0 GENLIST_SIZE_40_INC;
7852                fixed: 1 1;
7853                rel1 {
7854                   relative: 0.0 1.0;
7855                   to_x: "elm.padding.right";
7856                   to_y: "elm.padding.intermediate";
7857                }
7858                rel2 {
7859                   relative: 0.0 1.0;
7860                   to_x: "elm.padding.right";
7861                   to_y: "elm.padding.intermediate";
7862                }
7863                align: 1.0 0.0;
7864             }
7865             GENLIST_DESCRIPTION_FLIP_ENABLED
7866          }
7867          part { name: "elm.text.name";
7868             clip_to: "disclip";
7869             type: TEXTBLOCK;
7870             scale: 1;
7871             description { state: "default" 0.0;
7872                min: 0 GENLIST_SIZE_40_INC;
7873                fixed: 1 1;
7874                rel1 {
7875                   relative: 1.0 1.0;
7876                   to_x: "elm.icon.priority";
7877                   to_y: "elm.padding.intermediate";
7878                }
7879                rel2 {
7880                   relative: 0.0 1.0;
7881                   to_x: "elm.icon.appointment";
7882                   to_y: "elm.padding.intermediate";
7883                }
7884                align: 0.0 0.0;
7885                text {
7886                   style: "genlist_email_textblock2_style";
7887                   min: 0 1;
7888                   align: 0.0 0.5;
7889                }
7890             }
7891             description { state: "selected" 0.0;
7892                inherit: "default" 0.0;
7893                text.style: "genlist_email_textblock2_selected_style";
7894             }
7895             GENLIST_DESCRIPTION_FLIP_ENABLED
7896          }
7897          part { name: "elm.text.preview";
7898             clip_to: "disclip";
7899             type: TEXT;
7900             scale: 1;
7901             description { state: "default" 0.0;
7902                min: 0 GENLIST_SIZE_40_INC;
7903                fixed: 1 1;
7904                rel1 {
7905                   relative: 1.0 0.0;
7906                   to_x: "elm.icon.lastverb";
7907                   to_y: "elm.padding.bottom";
7908                }
7909                rel2 {
7910                   relative: 0.0 0.0;
7911                   to_x: "elm.text.date";
7912                   to_y: "elm.padding.bottom";
7913                }
7914                align: 0.0 1.0;
7915                color: GENLIST_TEXT_COLOR_CONTENTS_TEXT;
7916                text {
7917                   font: "SLP:style=Medium";
7918                   size: GENLIST_FONT_30_INC;
7919                   min: 0 1;
7920                   align: 0.0 0.5;
7921                   text_class: "slp_medium";
7922                }
7923             }
7924             description { state: "selected" 0.0;
7925                inherit: "default" 0.0;
7926                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
7927             }
7928             GENLIST_DESCRIPTION_FLIP_ENABLED
7929          }
7930          part { name: "elm.swallow.outbox.progress";
7931             type: SWALLOW;
7932             scale: 1;
7933             mouse_events: 1;
7934             repeat_events: 0;
7935             description { state: "default" 0.0;
7936                min: GENLIST_SIZE_168_INC 0;
7937                fixed: 1 1;
7938                color: 0 0 0 0;
7939                align: 1.0 0.5;
7940                rel1 {
7941                   relative: 0.0 1.0;
7942                   offset: 0 0;
7943                   to_x: "elm.padding.right";
7944                   to_y: "elm.padding.top";
7945                }
7946                rel2 {
7947                   relative: 0.0 0.0;
7948                   offset: 0 0;
7949                   to_x: "elm.padding.right";
7950                   to_y: "elm.padding.bottom";
7951                }
7952             }
7953          }
7954          GENLIST_PART_FLIP
7955          GENLIST_PART_DISCLIP
7956       }
7957       programs {
7958          // signal: elm,state,%s,active
7959          //   a "check" item named %s went active
7960          // signal: elm,state,%s,passive
7961          //   a "check" item named %s went passive
7962          // default is passive
7963          program { name: "go_active";
7964             signal: "elm,state,selected";
7965             source: "elm";
7966             action: STATE_SET "selected" 0.0;
7967             target: "bg_image";
7968             target: "elm.text.subject";
7969             target: "elm.text.name";
7970             target: "elm.text.date";
7971             target: "elm.text.preview";
7972             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
7973          }
7974          program { name: "go_passive";
7975             signal: "elm,state,unselected";
7976             source: "elm";
7977             action: STATE_SET "default" 0.0;
7978             target: "bg_image";
7979             target: "elm.text.subject";
7980             target: "elm.text.name";
7981             target: "elm.text.date";
7982             target: "elm.text.preview";
7983             transition: LINEAR 0.1;
7984          }
7985          program { name: "go_disabled";
7986             signal: "elm,state,disabled";
7987             source: "elm";
7988             action: STATE_SET "disabled" 0.0;
7989             target: "disclip";
7990          }
7991          program { name: "go_enabled";
7992             signal: "elm,state,enabled";
7993             source: "elm";
7994             action: STATE_SET "default" 0.0;
7995             target: "disclip";
7996          }
7997          program { name: "go_read";
7998             signal: "elm,state,read";
7999             source: "elm";
8000             action: STATE_SET "read" 0.0;
8001             target: "elm.text.subject";
8002          }
8003          program { name: "go_unread";
8004             signal: "elm,state,unread";
8005             source: "elm";
8006             action: STATE_SET "unread" 0.0;
8007             target: "elm.text.subject";
8008          }
8009          program { name: "go_attach";
8010             signal: "elm,state,attach";
8011             source: "elm";
8012             action: STATE_SET "attach_enable" 0.0;
8013             target: "elm.icon.attach";
8014          }
8015          program { name: "go_priority";
8016             signal: "elm,state,priority";
8017             source: "elm";
8018             action: STATE_SET "priority_enable" 0.0;
8019             target: "elm.icon.priority";
8020          }
8021          program { name: "go_lastverb";
8022             signal: "elm,state,lastverb";
8023             source: "elm";
8024             action: STATE_SET "lastverb_enable" 0.0;
8025             target: "elm.icon.lastverb";
8026          }
8027          program { name: "go_num";
8028             signal: "elm,state,num";
8029             source: "elm";
8030             action: STATE_SET "num_enable" 0.0;
8031             target: "elm.icon.num";
8032             target: "elm.text.num";
8033          }
8034          program { name: "click";
8035             signal: "mouse,up,1";
8036             source: "elm.icon.checkbox.touch";
8037             action: SIGNAL_EMIT "elm,action,check,toggle" "";
8038          }
8039          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8040       }
8041    }
8042
8043
8044 // ???
8045    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
8046    group { name: "elm/genlist/item/3text.6icon/default";
8047       alias: "elm/genlist/item_odd/3text.6icon/default";
8048       alias: "elm/genlist/item_compress/3text.6icon/default";
8049       alias: "elm/genlist/item_compress_odd/3text.6icon/default";
8050       data.item: "stacking" "above";
8051       data.item: "selectraise" "on";
8052       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
8053       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
8054       data.item: "flips" "elm.flip.content";
8055       images {
8056          image: "00_list_bar_press_1x80.png" COMP;
8057       }
8058       parts {
8059          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8060          GENLIST_PART_BG
8061          GENLIST_PART_BG_IMAGE
8062          GENLIST_PART_BOTTOM_LINE
8063          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8064          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8065          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8066          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8067          part { name: "elm.swallow.colorbar";
8068             clip_to: "disclip";
8069             type: SWALLOW;
8070             scale: 1;
8071             description { state: "default" 0.0;
8072                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8073                rel2.relative: 0.0 0.0;
8074                align: 0.0 0.0;
8075             }
8076          }
8077          part { name: "elm.text.3";
8078             clip_to: "disclip";
8079             type: TEXT;
8080             mouse_events: 0;
8081             scale: 1;
8082             description { state: "default" 0.0;
8083                min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
8084                rel1 {
8085                   relative: 0.0 0.0;
8086                   to_x: "elm.padding.right";
8087                   to_y: "elm.padding.bottom";
8088                }
8089                rel2 {
8090                   relative: 0.0 0.0;
8091                   to_x: "elm.padding.right";
8092                   to_y: "elm.padding.bottom";
8093                }
8094                align: 1.0 1.0;
8095                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
8096                text {
8097                   font: "SLP:style=Medium";
8098                   size: GENLIST_FONT_32_INC;
8099                   min: 0 1;
8100                   align: 1.0 0.5;
8101                   text_class: "slp_medium";
8102                }
8103             }
8104             description { state: "selected" 0.0;
8105                inherit: "default" 0.0;
8106                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8107             }
8108             GENLIST_DESCRIPTION_FLIP_ENABLED
8109          }
8110          part { name: "elm.icon.1";
8111             clip_to: "disclip";
8112             type: SWALLOW;
8113             mouse_events: 0;
8114             scale: 1;
8115             description { state: "default" 0.0;
8116                rel1 {
8117                   relative: 0.0 1.0;
8118                   to_x: "elm.padding.right";
8119                   to_y: "elm.padding.top";
8120                }
8121                rel2 {
8122                   relative: 0.0 0.0;
8123                   to_x: "elm.padding.right";
8124                   to_y: "elm.text.3";
8125                }
8126                align: 1.0 0.0;
8127             }
8128             GENLIST_DESCRIPTION_FLIP_ENABLED
8129          }
8130          part { name: "elm.padding.icon1.left";
8131             clip_to: "disclip";
8132             type: RECT;
8133             scale: 1;
8134             description { state: "default" 0.0;
8135                min: GENLIST_PADDING_16_INC 0;
8136                rel1.to_x: "elm.icon.1";
8137                rel2 {
8138                   relative: 0.0 1.0;
8139                   to_x: "elm.icon.1";
8140                }
8141                align: 1.0 0.0;
8142                visible: 0;
8143             }
8144          }
8145          part { name: "elm.text1.rect";
8146             clip_to: "disclip";
8147             type: RECT;
8148             scale: 1;
8149             description { state: "default" 0.0;
8150                min: 0 GENLIST_SIZE_61_INC;
8151                rel1 {
8152                   relative: 1.0 1.0;
8153                   to_x: "elm.swallow.colorbar";
8154                   to_y: "elm.padding.top";
8155                }
8156                rel2 {
8157                   relative: 0.0 0.0;
8158                   to_x: "elm.padding.icon1.left";
8159                   to_y: "elm.padding.top";
8160                }
8161                align: 0.0 0.0;
8162                visible: 0;
8163             }
8164          }
8165          part { name: "elm.text.1";
8166             clip_to: "disclip";
8167             type: TEXTBLOCK;
8168             mouse_events: 0;
8169             scale: 1;
8170             description { state: "default" 0.0;
8171                rel1.to: "elm.text1.rect";
8172                rel2.to: "elm.text1.rect";
8173                align: 0.0 0.0;
8174                text {
8175                   style: "genlist_email_textblock_unread_style";
8176                   min: 0 1;
8177                   max: 0 1;
8178                   align: 0.0 0.5;
8179                }
8180             }
8181             description { state: "selected" 0.0;
8182                inherit: "default" 0.0;
8183                text.style: "genlist_email_textblock_selected_style";
8184             }
8185             description { state: "read" 0.0;
8186                inherit: "default" 0.0;
8187                text.style: "genlist_email_textblock_read_style";
8188             }
8189             description { state: "unread" 0.0;
8190                inherit: "default" 0.0;
8191                text.style: "genlist_email_textblock_unread_style";
8192             }
8193             description { state: "urgency_read" 0.0;
8194                inherit: "default" 0.0;
8195                text.style: "genlist_email_textblock_urgency_read_style";
8196             }
8197             description { state: "urgency_unread" 0.0;
8198                inherit: "default" 0.0;
8199                text.style: "genlist_email_textblock_urgency_unread_style";
8200             }
8201             GENLIST_DESCRIPTION_FLIP_ENABLED
8202          }
8203          part { name: "elm.text.2";
8204             clip_to: "disclip";
8205             type: TEXTBLOCK;
8206             scale: 1;
8207             description { state: "default" 0.0;
8208                rel1 {
8209                   relative: 1.0 1.0;
8210                   to_x: "elm.padding.left";
8211                   to_y: "elm.text.1";
8212                }
8213                rel2 {
8214                   relative: 0.0 0.0;
8215                   to_x: "elm.padding.icon2.left";
8216                   to_y: "elm.padding.bottom";
8217                }
8218                align: 0.0 0.5;
8219                text {
8220                   style: "genlist_email_textblock2_style";
8221                   min: 0 1;
8222                   align: 0.0 0.5;
8223                }
8224             }
8225             description { state: "selected" 0.0;
8226                inherit: "default" 0.0;
8227                text.style: "genlist_email_textblock2_selected_style";
8228             }
8229             GENLIST_DESCRIPTION_FLIP_ENABLED
8230          }
8231          part { name: "elm.padding.icon2.left";
8232             clip_to: "disclip";
8233             type: RECT;
8234             scale: 1;
8235             description { state: "default" 0.0;
8236                min: GENLIST_PADDING_16_INC 0;
8237                rel1 {
8238                   relative: 0.0 1.0;
8239                   to_x: "elm.icon.2";
8240                   to_y: "elm.text.1";
8241                }
8242                rel2 {
8243                   relative: 0.0 0.0;
8244                   to_x: "elm.icon.2";
8245                   to_y: "elm.padding.bottom";
8246                }
8247                align: 1.0 0.0;
8248                visible: 0;
8249             }
8250          }
8251          part { name: "elm.icon.2";
8252             clip_to: "disclip";
8253             type: SWALLOW;
8254             scale: 1;
8255             description { state: "default" 0.0;
8256                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8257                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8258                rel1 {
8259                   relative: 0.0 1.0;
8260                   to_x: "elm.padding.icon3.left";
8261                   to_y: "elm.text.1";
8262                }
8263                rel2 {
8264                   relative: 0.0 0.0;
8265                   to_x: "elm.padding.icon3.left";
8266                   to_y: "elm.padding.bottom";
8267                }
8268                align: 1.0 0.5;
8269             }
8270             GENLIST_DESCRIPTION_FLIP_ENABLED
8271          }
8272          part { name: "elm.padding.icon3.left";
8273             clip_to: "disclip";
8274             type: RECT;
8275             scale: 1;
8276             description { state: "default" 0.0;
8277                min: GENLIST_PADDING_16_INC 0;
8278                rel1 {
8279                   relative: 0.0 1.0;
8280                   to_x: "elm.icon.3";
8281                   to_y: "elm.text.1";
8282                }
8283                rel2 {
8284                   relative: 0.0 0.0;
8285                   to_x: "elm.icon.3";
8286                   to_y: "elm.padding.bottom";
8287                }
8288                align: 1.0 0.0;
8289                visible: 0;
8290             }
8291          }
8292          part { name: "elm.icon.3";
8293             clip_to: "disclip";
8294             type: SWALLOW;
8295             scale: 1;
8296             description { state: "default" 0.0;
8297                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8298                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8299                rel1 {
8300                   relative: 0.0 1.0;
8301                   to_x: "elm.padding.icon4.left";
8302                   to_y: "elm.text.1";
8303                }
8304                rel2 {
8305                   relative: 0.0 0.0;
8306                   to_x: "elm.padding.icon4.left";
8307                   to_y: "elm.padding.bottom";
8308                }
8309                align: 1.0 0.5;
8310             }
8311             GENLIST_DESCRIPTION_FLIP_ENABLED
8312          }
8313          part { name: "elm.padding.icon4.left";
8314             clip_to: "disclip";
8315             type: RECT;
8316             scale: 1;
8317             description { state: "default" 0.0;
8318                min: GENLIST_PADDING_16_INC 0;
8319                rel1 {
8320                   relative: 0.0 1.0;
8321                   to_x: "elm.icon.4";
8322                   to_y: "elm.text.1";
8323                }
8324                rel2 {
8325                   relative: 0.0 0.0;
8326                   to_x: "elm.icon.4";
8327                   to_y: "elm.padding.bottom";
8328                }
8329                align: 1.0 0.0;
8330                visible: 0;
8331             }
8332          }
8333          part { name: "elm.icon.4";
8334             clip_to: "disclip";
8335             type: SWALLOW;
8336             scale: 1;
8337             description { state: "default" 0.0;
8338                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8339                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8340                rel1 {
8341                   relative: 0.0 1.0;
8342                   to_x: "elm.text.3";
8343                   to_y: "elm.text.1";
8344                }
8345                rel2 {
8346                   relative: 0.0 0.0;
8347                   to_x: "elm.text.3";
8348                   to_y: "elm.padding.bottom";
8349                }
8350                align: 1.0 0.5;
8351             }
8352             GENLIST_DESCRIPTION_FLIP_ENABLED
8353          }
8354          part { name: "elm.swallow.outbox.progress";
8355             type: SWALLOW;
8356             scale: 1;
8357             mouse_events: 1;
8358             repeat_events: 0;
8359             description { state: "default" 0.0;
8360                min: GENLIST_SIZE_168_INC 0;
8361                color: 0 0 0 0;
8362                align: 1.0 0.5;
8363                rel1 {
8364                   relative: 0.0 1.0;
8365                   offset: 0 0;
8366                   to_x: "elm.padding.right";
8367                   to_y: "elm.padding.top";
8368                }
8369                rel2 {
8370                   relative: 0.0 0.0;
8371                   offset: 0 0;
8372                   to_x: "elm.padding.right";
8373                   to_y: "elm.padding.bottom";
8374                }
8375             }
8376          }
8377          GENLIST_PART_FLIP
8378          GENLIST_PART_DISCLIP
8379       }
8380       programs {
8381          // signal: elm,state,%s,active
8382          //   a "check" item named %s went active
8383          // signal: elm,state,%s,passive
8384          //   a "check" item named %s went passive
8385          // default is passive
8386          program { name: "go_active";
8387             signal: "elm,state,selected";
8388             source: "elm";
8389             action: STATE_SET "selected" 0.0;
8390             target: "bg_image";
8391             target: "elm.text.1";
8392             target: "elm.text.2";
8393             target: "elm.text.3";
8394             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8395          }
8396          program { name: "go_passive";
8397             signal: "elm,state,unselected";
8398             source: "elm";
8399             action: STATE_SET "default" 0.0;
8400             target: "bg_image";
8401             target: "elm.text.1";
8402             target: "elm.text.2";
8403             target: "elm.text.3";
8404             transition: LINEAR 0.1;
8405          }
8406          program { name: "go_disabled";
8407             signal: "elm,state,disabled";
8408             source: "elm";
8409             action: STATE_SET "disabled" 0.0;
8410             target: "disclip";
8411          }
8412          program { name: "go_enabled";
8413             signal: "elm,state,enabled";
8414             source: "elm";
8415             action: STATE_SET "default" 0.0;
8416             target: "disclip";
8417          }
8418          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
8419          program { name: "go_read";
8420             signal: "elm,state,read";
8421             source: "elm";
8422             action: STATE_SET "read" 0.0;
8423             target: "elm.text.1";
8424          }
8425          program { name: "go_unread";
8426             signal: "elm,state,unread";
8427             source: "elm";
8428             action: STATE_SET "unread" 0.0;
8429             target: "elm.text.1";
8430          }
8431          program { name: "go_urgeny_unread";
8432             signal: "elm,state,urgency_unread";
8433             source: "elm";
8434             action: STATE_SET "urgency_unread" 0.0;
8435             target: "elm.text.1";
8436          }
8437          program { name: "go_urgency_read";
8438             signal: "elm,state,urgency_read";
8439             source: "elm";
8440             action: STATE_SET "urgency_read" 0.0;
8441             target: "elm.text.1";
8442          }
8443          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8444       }
8445    }
8446
8447 // 3.2.24
8448    group { name: "elm/genlist/item/2text.3icon.2/default";
8449       alias: "elm/genlist/item_odd/2text.3icon.2/default";
8450       alias: "elm/genlist/item_compress/2text.3icon.2/default";
8451       alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
8452       data.item: "stacking" "above";
8453       data.item: "selectraise" "on";
8454       data.item: "texts" "elm.text.1 elm.text.2";
8455       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
8456       data.item: "flips" "elm.flip.content";
8457       images {
8458          image: "00_list_bar_press_1x80.png" COMP;
8459       }
8460       parts {
8461          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8462          GENLIST_PART_BG_IMAGE
8463          GENLIST_PART_BOTTOM_LINE
8464          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8465          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8466          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8467          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8468          part { name: "elm.swallow.colorbar";
8469             clip_to: "disclip";
8470             type: SWALLOW;
8471             scale: 1;
8472             description { state: "default" 0.0;
8473                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8474                fixed: 1 1;
8475                rel2.relative: 0.0 0.0;
8476                align: 0.0 0.0;
8477             }
8478          }
8479          part { name: "elm.icon.2";
8480             clip_to: "disclip";
8481             type: SWALLOW;
8482             scale: 1;
8483             description { state: "default" 0.0;
8484                fixed: 1 1;
8485                rel1 {
8486                   relative: 0.0 1.0;
8487                   to_x: "elm.padding.right";
8488                   to_y: "elm.padding.top";
8489                }
8490                rel2 {
8491                   relative: 0.0 0.0;
8492                   to_x: "elm.padding.right";
8493                   to_y: "elm.padding.bottom";
8494                }
8495                align: 1.0 0.5;
8496             }
8497             GENLIST_DESCRIPTION_FLIP_ENABLED
8498          }
8499          part { name: "elm.padding.icon2.left";
8500             clip_to: "disclip";
8501             type: RECT;
8502             scale: 1;
8503             description { state: "default" 0.0;
8504                min: GENLIST_PADDING_16_INC 0;
8505                fixed: 1 0;
8506                rel1.to_x: "elm.icon.2";
8507                rel2 {
8508                   relative: 0.0 1.0;
8509                   to_x: "elm.icon.2";
8510                }
8511                align: 1.0 0.0;
8512                visible: 0;
8513             }
8514          }
8515          part { name: "elm.text.2";
8516             clip_to: "disclip";
8517             type: TEXT;
8518             mouse_events: 0;
8519             scale: 1;
8520             description { state: "default" 0.0;
8521                min: 0 GENLIST_SIZE_48_INC;
8522                fixed: 0 1;
8523                rel1 {
8524                   relative: 1.0 0.0;
8525                   to_x: "elm.padding.left";
8526                   to_y: "elm.padding.bottom";
8527                }
8528                rel2 {
8529                   relative: 0.0 0.0;
8530                   to_x: "elm.padding.icon2.left";
8531                   to_y: "elm.padding.bottom";
8532                }
8533                align: 0.0 1.0;
8534                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
8535                text {
8536                   font: "SLP:style=Medium";
8537                   size: GENLIST_FONT_32_INC;
8538                   min: 0 1;
8539                   align: 0.0 0.5;
8540                   text_class: "slp_medium";
8541                }
8542             }
8543             description { state: "selected" 0.0;
8544                inherit: "default" 0.0;
8545                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8546             }
8547             GENLIST_DESCRIPTION_FLIP_ENABLED
8548          }
8549          part { name: "elm.text.1";
8550             clip_to: "disclip";
8551             type: TEXT;
8552             mouse_events: 0;
8553             scale: 1;
8554             description { state: "default" 0.0;
8555                min: 0 0;
8556                max: GENLIST_SIZE_560_INC 0;
8557                fixed: 1 0;
8558                rel1 {
8559                   relative: 1.0 1.0;
8560                   to_x: "elm.padding.left";
8561                   to_y: "elm.padding.top";
8562                }
8563                rel2 {
8564                   relative: 1.0 0.0;
8565                   to_x: "elm.padding.left";
8566                   to_y: "elm.text.2";
8567                }
8568                align: 0.0 0.5;
8569                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
8570                text {
8571                   font: "SLP:style=Roman";
8572                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
8573                   min: 1 1;
8574                   align: 0.0 0.5;
8575                   text_class: "list_item";
8576                }
8577             }
8578             description { state: "selected" 0.0;
8579                inherit: "default" 0.0;
8580                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8581             }
8582             GENLIST_DESCRIPTION_FLIP_ENABLED
8583          }
8584          part { name: "elm.padding.icon1.left";
8585             clip_to: "disclip";
8586             type: RECT;
8587             scale: 1;
8588             description { state: "default" 0.0;
8589                min: GENLIST_PADDING_16_INC 0;
8590                fixed: 1 0;
8591                rel1 {
8592                   relative: 1.0 0.0;
8593                   to_x: "elm.text.1";
8594                }
8595                rel2.to_x: "elm.text.1";
8596                align: 0.0 0.0;
8597                visible: 0;
8598             }
8599          }
8600          part { name: "elm.icon.1";
8601             clip_to: "disclip";
8602             type: SWALLOW;
8603             scale: 1;
8604             description { state: "default" 0.0;
8605                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8606                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8607                fixed: 1 1;
8608                rel1 {
8609                   relative: 1.0 1.0;
8610                   to_x: "elm.padding.icon1.left";
8611                   to_y: "elm.padding.top";
8612                }
8613                rel2 {
8614                   relative: 1.0 0.0;
8615                   to_x: "elm.padding.icon1.left";
8616                   to_y: "elm.text.2";
8617                }
8618                align: 0.0 0.5;
8619             }
8620             GENLIST_DESCRIPTION_FLIP_ENABLED
8621          }
8622          GENLIST_PART_FLIP
8623          GENLIST_PART_DISCLIP
8624       }
8625       programs {
8626          // signal: elm,state,%s,active
8627          //   a "check" item named %s went active
8628          // signal: elm,state,%s,passive
8629          //   a "check" item named %s went passive
8630          // default is passive
8631          program { name: "go_active";
8632             signal: "elm,state,selected";
8633             source: "elm";
8634             action: STATE_SET "selected" 0.0;
8635             target: "bg_image";
8636             target: "elm.text.1";
8637             target: "elm.text.2";
8638             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8639          }
8640          program { name: "go_passive";
8641             signal: "elm,state,unselected";
8642             source: "elm";
8643             action: STATE_SET "default" 0.0;
8644             target: "bg_image";
8645             target: "elm.text.1";
8646             target: "elm.text.2";
8647             transition: LINEAR 0.1;
8648          }
8649          program { name: "go_disabled";
8650             signal: "elm,state,disabled";
8651             source: "elm";
8652             action: STATE_SET "disabled" 0.0;
8653             target: "disclip";
8654          }
8655          program { name: "go_enabled";
8656             signal: "elm,state,enabled";
8657             source: "elm";
8658             action: STATE_SET "default" 0.0;
8659             target: "disclip";
8660          }
8661          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
8662          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8663       }
8664    }
8665
8666 // 3.2.25
8667    group { name: "elm/genlist/item/2text.3icon.3/default";
8668       alias: "elm/genlist/item_odd/2text.3icon.3/default";
8669       alias: "elm/genlist/item_compress/2text.3icon.3/default";
8670       alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
8671       data.item: "stacking" "above";
8672       data.item: "selectraise" "on";
8673       data.item: "texts" "elm.text.1 elm.text.2";
8674       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
8675       data.item: "flips" "elm.flip.content";
8676       images {
8677          image: "00_list_bar_press_1x80.png" COMP;
8678       }
8679       parts {
8680          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8681          GENLIST_PART_BG_IMAGE
8682          GENLIST_PART_BOTTOM_LINE
8683          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8684          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8685          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8686          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8687          part { name: "elm.swallow.colorbar";
8688             clip_to: "disclip";
8689             type: SWALLOW;
8690             scale: 1;
8691             description { state: "default" 0.0;
8692                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
8693                fixed: 1 1;
8694                rel2.relative: 0.0 0.0;
8695                align: 0.0 0.0;
8696             }
8697          }
8698          part { name: "elm.icon.1";
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: 1.0 1.0;
8708                   to_x: "elm.padding.left";
8709                   to_y: "elm.padding.top";
8710                }
8711                rel2 {
8712                   relative: 1.0 0.0;
8713                   to_x: "elm.padding.left";
8714                   to_y: "elm.padding.bottom";
8715                }
8716                align: 0.0 0.5;
8717             }
8718             GENLIST_DESCRIPTION_FLIP_ENABLED
8719          }
8720          part { name: "elm.padding.icon1.right";
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: 1.0 0.0;
8729                   to_x: "elm.icon.1";
8730                }
8731                rel2.to_x: "elm.icon.1";
8732                align: 0.0 0.0;
8733                visible: 0;
8734             }
8735          }
8736          part { name: "elm.icon.2";
8737             clip_to: "disclip";
8738             type: SWALLOW;
8739             scale: 1;
8740             description { state: "default" 0.0;
8741                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8742                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8743                fixed: 1 1;
8744                rel1 {
8745                   relative: 0.0 1.0;
8746                   to_x: "elm.padding.right";
8747                   to_y: "elm.padding.top";
8748                }
8749                rel2 {
8750                   relative: 0.0 1.0;
8751                   to_x: "elm.padding.right";
8752                   to_y: "elm.padding.bottom";
8753                }
8754                align: 1.0 0.5;
8755             }
8756             GENLIST_DESCRIPTION_FLIP_ENABLED
8757          }
8758          part { name: "elm.padding.icon2.left";
8759             clip_to: "disclip";
8760             type: RECT;
8761             scale: 1;
8762             description { state: "default" 0.0;
8763                min: GENLIST_PADDING_16_INC 0;
8764                fixed: 1 0;
8765                rel1 {
8766                   relative: 0.0 0.0;
8767                   to_x: "elm.icon.2";
8768                }
8769                rel2.to_x: "elm.icon.2";
8770                align: 1.0 0.0;
8771                visible: 0;
8772             }
8773          }
8774          part { name: "elm.text.1";
8775             clip_to: "disclip";
8776             type: TEXT;
8777             mouse_events: 0;
8778             scale: 1;
8779             description { state: "default" 0.0;
8780                min: 0 GENLIST_SIZE_61_INC;
8781                fixed: 1 1;
8782                rel1 {
8783                   relative: 1.0 1.0;
8784                   to_x: "elm.padding.icon1.right";
8785                   to_y: "elm.padding.top";
8786                }
8787                rel2 {
8788                   relative: 0.0 1.0;
8789                   to_x: "elm.padding.icon2.left";
8790                   to_y: "elm.padding.top";
8791                }
8792                align: 0.0 0.0;
8793                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
8794                text {
8795                   font: "SLP:style=Roman";
8796                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
8797                   min: 0 1;
8798                   align: 0.0 0.5;
8799                   text_class: "list_item";
8800                }
8801             }
8802             description { state: "selected" 0.0;
8803                inherit: "default" 0.0;
8804                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8805             }
8806             GENLIST_DESCRIPTION_FLIP_ENABLED
8807          }
8808          part { name: "elm.text.2";
8809             clip_to: "disclip";
8810             type: TEXT;
8811             mouse_events: 0;
8812             scale: 1;
8813             description { state: "default" 0.0;
8814                rel1 {
8815                   relative: 1.0 1.0;
8816                   to_x: "elm.padding.icon1.right";
8817                   to_y: "elm.text.1";
8818                }
8819                rel2 {
8820                   relative: 0.0 0.0;
8821                   to_x: "elm.padding.icon2.left";
8822                   to_y: "elm.padding.bottom";
8823                }
8824                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
8825                text {
8826                   font: "SLP:style=Medium";
8827                   size: GENLIST_FONT_32_INC;
8828                   min: 0 1;
8829                   align: 0.0 0.5;
8830                   text_class: "slp_medium";
8831                }
8832             }
8833             description { state: "selected" 0.0;
8834                inherit: "default" 0.0;
8835                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8836             }
8837             GENLIST_DESCRIPTION_FLIP_ENABLED
8838          }
8839          GENLIST_PART_FLIP
8840          GENLIST_PART_DISCLIP
8841       }
8842       programs {
8843          // signal: elm,state,%s,active
8844          //   a "check" item named %s went active
8845          // signal: elm,state,%s,passive
8846          //   a "check" item named %s went passive
8847          // default is passive
8848          program { name: "go_active";
8849             signal: "elm,state,selected";
8850             source: "elm";
8851             action: STATE_SET "selected" 0.0;
8852             target: "bg_image";
8853             target: "elm.text.1";
8854             target: "elm.text.2";
8855             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
8856          }
8857          program { name: "go_passive";
8858             signal: "elm,state,unselected";
8859             source: "elm";
8860             action: STATE_SET "default" 0.0;
8861             target: "bg_image";
8862             target: "elm.text.1";
8863             target: "elm.text.2";
8864             transition: LINEAR 0.1;
8865          }
8866          program { name: "go_disabled";
8867             signal: "elm,state,disabled";
8868             source: "elm";
8869             action: STATE_SET "disabled" 0.0;
8870             target: "disclip";
8871          }
8872          program { name: "go_enabled";
8873             signal: "elm,state,enabled";
8874             source: "elm";
8875             action: STATE_SET "default" 0.0;
8876             target: "disclip";
8877          }
8878          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
8879          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
8880       }
8881    }
8882
8883 // 3.2.26
8884    group { name: "elm/genlist/item/2text.2icon.6/default";
8885       alias: "elm/genlist/item_odd/2text.2icon.6/default";
8886       alias: "elm/genlist/item_compress/2text.2icon.6/default";
8887       alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
8888       data.item: "stacking" "above";
8889       data.item: "selectraise" "on";
8890       data.item: "texts" "elm.text.1 elm.text.2";
8891       data.item: "contents" "elm.icon.1 elm.icon.2";
8892       data.item: "flips" "elm.flip.content";
8893       images {
8894          image: "00_list_bar_press_1x80.png" COMP;
8895       }
8896       parts {
8897          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
8898          GENLIST_PART_BG_IMAGE
8899          GENLIST_PART_BOTTOM_LINE
8900          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
8901          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
8902          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
8903          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
8904          part { name: "elm.icon.1";
8905             clip_to: "disclip";
8906             type: SWALLOW;
8907             scale: 1;
8908             description { state: "default" 0.0;
8909                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8910                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
8911                fixed: 1 1;
8912                rel1 {
8913                   relative: 1.0 1.0;
8914                   to_x: "elm.padding.left";
8915                   to_y: "elm.padding.top";
8916                }
8917                rel2 {
8918                   relative: 1.0 0.0;
8919                   to_x: "elm.padding.left";
8920                   to_y: "elm.padding.bottom";
8921                }
8922                align: 0.0 0.5;
8923             }
8924             GENLIST_DESCRIPTION_FLIP_ENABLED
8925          }
8926          part { name: "elm.padding.icon1.right";
8927             clip_to: "disclip";
8928             type: RECT;
8929             scale: 1;
8930             description { state: "default" 0.0;
8931                min: GENLIST_PADDING_16_INC 0;
8932                fixed: 1 0;
8933                rel1 {
8934                   relative: 1.0 0.0;
8935                   to_x: "elm.icon.1";
8936                }
8937                rel2.to_x: "elm.icon.1";
8938                align: 0.0 0.0;
8939                visible: 0;
8940             }
8941          }
8942          part { name: "elm.text.1";
8943             clip_to: "disclip";
8944             type: TEXT;
8945             mouse_events: 0;
8946             scale: 1;
8947             description { state: "default" 0.0;
8948                min: 0 GENLIST_SIZE_61_INC;
8949                fixed: 0 1;
8950                rel1 {
8951                   relative: 1.0 1.0;
8952                   to_x: "elm.padding.icon1.right";
8953                   to_y: "elm.padding.top";
8954                }
8955                rel2 {
8956                   relative: 0.0 1.0;
8957                   to_x: "elm.padding.right";
8958                   to_y: "elm.padding.top";
8959                }
8960                align: 0.0 0.0;
8961                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
8962                text {
8963                   font: "SLP:style=Roman";
8964                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
8965                   min: 0 1;
8966                   align: 0.0 0.5;
8967                   text_class: "list_item";
8968                }
8969             }
8970             description { state: "selected" 0.0;
8971                inherit: "default" 0.0;
8972                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
8973             }
8974             GENLIST_DESCRIPTION_FLIP_ENABLED
8975          }
8976          part { name: "elm.icon.2";
8977             clip_to: "disclip";
8978             type: SWALLOW;
8979             scale: 1;
8980             description { state: "default" 0.0;
8981                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8982                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
8983                fixed: 1 1;
8984                rel1 {
8985                   relative: 0.0 1.0;
8986                   to_x: "elm.padding.right";
8987                   to_y: "elm.text.1";
8988                }
8989                rel2 {
8990                   relative: 0.0 1.0;
8991                   to_x: "elm.padding.right";
8992                   to_y: "elm.padding.bottom";
8993                }
8994                align: 1.0 0.5;
8995             }
8996             GENLIST_DESCRIPTION_FLIP_ENABLED
8997          }
8998          part { name: "elm.padding.icon2.left";
8999             type: RECT;
9000             scale: 1;
9001             description { state: "default" 0.0;
9002                min: GENLIST_PADDING_16_INC 0;
9003                fixed: 1 0;
9004                rel1 {
9005                   relative: 0.0 0.0;
9006                   to_x: "elm.icon.2";
9007                }
9008                rel2.to_x: "elm.icon.2";
9009                align: 1.0 0.0;
9010                visible: 0;
9011             }
9012          }
9013          part { name: "elm.text.2";
9014             clip_to: "disclip";
9015             type: TEXT;
9016             mouse_events: 0;
9017             scale: 1;
9018             description { state: "default" 0.0;
9019                rel1 {
9020                   relative: 1.0 1.0;
9021                   to_x: "elm.padding.icon1.right";
9022                   to_y: "elm.text.1";
9023                }
9024                rel2 {
9025                   relative: 0.0 0.0;
9026                   offset: 0 0;
9027                   to_x: "elm.padding.icon2.left";
9028                   to_y: "elm.padding.bottom";
9029                }
9030                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
9031                text {
9032                   font: "SLP:style=Medium";
9033                   size: GENLIST_FONT_32_INC;
9034                   min: 0 1;
9035                   align: 0.0 0.5;
9036                   text_class: "slp_medium";
9037                }
9038             }
9039             description { state: "selected" 0.0;
9040                inherit: "default" 0.0;
9041                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9042             }
9043             GENLIST_DESCRIPTION_FLIP_ENABLED
9044          }
9045          GENLIST_PART_FLIP
9046          GENLIST_PART_DISCLIP
9047       }
9048       programs {
9049          // signal: elm,state,%s,active
9050          //   a "check" item named %s went active
9051          // signal: elm,state,%s,passive
9052          //   a "check" item named %s went passive
9053          // default is passive
9054          program { name: "go_active";
9055             signal: "elm,state,selected";
9056             source: "elm";
9057             action: STATE_SET "selected" 0.0;
9058             target: "bg_image";
9059             target: "elm.text.1";
9060             target: "elm.text.2";
9061             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9062          }
9063          program { name: "go_passive";
9064             signal: "elm,state,unselected";
9065             source: "elm";
9066             action: STATE_SET "default" 0.0;
9067             target: "bg_image";
9068             target: "elm.text.1";
9069             target: "elm.text.2";
9070             transition: LINEAR 0.1;
9071          }
9072          program { name: "go_disabled";
9073             signal: "elm,state,disabled";
9074             source: "elm";
9075             action: STATE_SET "disabled" 0.0;
9076             target: "disclip";
9077          }
9078          program { name: "go_enabled";
9079             signal: "elm,state,enabled";
9080             source: "elm";
9081             action: STATE_SET "default" 0.0;
9082             target: "disclip";
9083          }
9084          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
9085          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9086       }
9087    }
9088
9089    group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
9090       inherit: "elm/genlist/item/2text.2icon.6/default";
9091       parts {
9092          part { name: "elm.text.1";
9093             clip_to: "disclip";
9094             type: TEXTBLOCK;
9095             mouse_events: 0;
9096             scale: 1;
9097             description { state: "default" 0.0;
9098                min: 0 GENLIST_SIZE_61_INC;
9099                fixed: 0 1;
9100                rel1 {
9101                   relative: 1.0 1.0;
9102                   to_x: "elm.padding.icon1.right";
9103                   to_y: "elm.padding.top";
9104                }
9105                rel2 {
9106                   relative: 0.0 1.0;
9107                   to_x: "elm.padding.right";
9108                   to_y: "elm.padding.top";
9109                }
9110                align: 0.0 0.0;
9111                text {
9112                   style: "genlist_default_textblock_style";
9113                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
9114                   min: 0 1;
9115                   align: 0.0 0.5;
9116                   text_class: "list_item";
9117                }
9118             }
9119             description { state: "selected" 0.0;
9120                inherit: "default" 0.0;
9121                text.style: "genlist_default_textblock_selected_style";
9122             }
9123             GENLIST_DESCRIPTION_FLIP_ENABLED
9124          }
9125          part { name: "elm.text.2";
9126             clip_to: "disclip";
9127             type: TEXTBLOCK;
9128             mouse_events: 0;
9129             scale: 1;
9130             description { state: "default" 0.0;
9131                rel1 {
9132                   relative: 1.0 1.0;
9133                   to_x: "elm.padding.icon1.right";
9134                   to_y: "elm.text.1";
9135                }
9136                rel2 {
9137                   relative: 0.0 0.0;
9138                   offset: 0 0;
9139                   to_x: "elm.padding.icon2.left";
9140                   to_y: "elm.padding.bottom";
9141                }
9142                text {
9143                   style: "genlist_default_textblock_style";
9144                   size: GENLIST_FONT_32_INC;
9145                   min: 0 1;
9146                   align: 0.0 0.5;
9147                   text_class: "slp_medium";
9148                }
9149             }
9150             description { state: "selected" 0.0;
9151                inherit: "default" 0.0;
9152                text.style: "genlist_default_textblock_selected_style";
9153             }
9154             GENLIST_DESCRIPTION_FLIP_ENABLED
9155          }
9156       }
9157    }
9158
9159 // 3.2.27
9160    group { name: "elm/genlist/item/2text.1icon.12/default";
9161       alias: "elm/genlist/item_odd/2text.1icon.12/default";
9162       alias: "elm/genlist/item_compress/2text.1icon.12/default";
9163       alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
9164       data.item: "stacking" "above";
9165       data.item: "selectraise" "on";
9166       data.item: "texts" "elm.text.1 elm.text.2";
9167       data.item: "contents" "elm.icon";
9168       data.item: "flips" "elm.flip.content";
9169       images {
9170          image: "00_list_bar_press_1x80.png" COMP;
9171       }
9172       parts {
9173          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9174          GENLIST_PART_BG_IMAGE
9175          GENLIST_PART_BOTTOM_LINE
9176          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9177          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9178          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9179          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9180          part { name: "elm.icon";
9181             clip_to: "disclip";
9182             type: SWALLOW;
9183             scale: 1;
9184             description { state: "default" 0.0;
9185                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9186                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9187                fixed: 1 1;
9188                rel1 {
9189                   relative: 0.0 1.0;
9190                   to_x: "elm.padding.right";
9191                   to_y: "elm.padding.top";
9192                }
9193                rel2 {
9194                   relative: 0.0 0.0;
9195                   to_x: "elm.padding.right";
9196                   to_y: "elm.padding.bottom";
9197                }
9198                align: 1.0 0.5;
9199             }
9200             GENLIST_DESCRIPTION_FLIP_ENABLED
9201          }
9202          part { name: "elm.padding.icon.left";
9203             clip_to: "disclip";
9204             type: RECT;
9205             scale: 1;
9206             description { state: "default" 0.0;
9207                min: GENLIST_PADDING_16_INC 0;
9208                fixed: 1 0;
9209                rel1.to_x: "elm.icon";
9210                rel2 {
9211                   relative: 0.0 1.0;
9212                   to_x: "elm.icon";
9213                }
9214                align: 1.0 0.0;
9215                visible: 0;
9216             }
9217          }
9218          part { name: "elm.text.1";
9219             clip_to: "disclip";
9220             type: TEXT;
9221             mouse_events: 0;
9222             scale: 1;
9223             description { state: "default" 0.0;
9224                min: 0 GENLIST_SIZE_61_INC;
9225                fixed: 0 1;
9226                rel1 {
9227                   relative: 1.0 1.0;
9228                   to_x: "elm.padding.left";
9229                   to_y: "elm.padding.top";
9230                }
9231                rel2 {
9232                   relative: 0.0 1.0;
9233                   to_x: "elm.padding.icon.left";
9234                   to_y: "elm.padding.top";
9235                }
9236                align: 0.0 0.0;
9237                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
9238                text {
9239                   font: "SLP:style=Roman";
9240                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
9241                   min: 0 1;
9242                   align: 0.0 0.5;
9243                   text_class: "list_item";
9244                }
9245             }
9246             description { state: "selected" 0.0;
9247                inherit: "default" 0.0;
9248                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9249             }
9250             GENLIST_DESCRIPTION_FLIP_ENABLED
9251          }
9252          part { name: "elm.text.2";
9253             clip_to: "disclip";
9254             type: TEXT;
9255             mouse_events: 0;
9256             scale: 1;
9257             description { state: "default" 0.0;
9258                rel1 {
9259                   relative: 1.0 1.0;
9260                   to_x: "elm.padding.left";
9261                   to_y: "elm.text.1";
9262                }
9263                rel2 {
9264                   relative: 0.0 0.0;
9265                   to_x: "elm.padding.icon.left";
9266                   to_y: "elm.padding.bottom";
9267                }
9268                align: 0.0 0.0;
9269                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
9270                text {
9271                   font: "SLP:style=Medium";
9272                   size: GENLIST_FONT_32_INC;
9273                   min: 0 1;
9274                   align: 0.0 0.5;
9275                   text_class: "slp_medium";
9276                }
9277             }
9278             description { state: "selected" 0.0;
9279                inherit: "default" 0.0;
9280                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9281             }
9282             GENLIST_DESCRIPTION_FLIP_ENABLED
9283          }
9284          GENLIST_PART_FLIP
9285          GENLIST_PART_DISCLIP
9286       }
9287       programs {
9288          // signal: elm,state,%s,active
9289          //   a "check" item named %s went active
9290          // signal: elm,state,%s,passive
9291          //   a "check" item named %s went passive
9292          // default is passive
9293          program { name: "go_active";
9294             signal: "elm,state,selected";
9295             source: "elm";
9296             action: STATE_SET "selected" 0.0;
9297             target: "bg_image";
9298             target: "elm.text.1";
9299             target: "elm.text.2";
9300             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9301          }
9302          program { name: "go_passive";
9303             signal: "elm,state,unselected";
9304             source: "elm";
9305             action: STATE_SET "default" 0.0;
9306             target: "bg_image";
9307             target: "elm.text.1";
9308             target: "elm.text.2";
9309             transition: LINEAR 0.1;
9310          }
9311          program { name: "go_disabled";
9312             signal: "elm,state,disabled";
9313             source: "elm";
9314             action: STATE_SET "disabled" 0.0;
9315             target: "disclip";
9316          }
9317          program { name: "go_enabled";
9318             signal: "elm,state,enabled";
9319             source: "elm";
9320             action: STATE_SET "default" 0.0;
9321             target: "disclip";
9322          }
9323          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
9324          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9325       }
9326    }
9327
9328 // ???
9329    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
9330    group { name: "elm/genlist/item/2text.1icon.13/default";
9331       alias: "elm/genlist/item_odd/2text.1icon.13/default";
9332       alias: "elm/genlist/item_compress/2text.1icon.13/default";
9333       alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
9334       data.item: "stacking" "above";
9335       data.item: "selectraise" "on";
9336       data.item: "texts" "elm.text elm.text.msgcount";
9337       data.item: "contents" "elm.icon";
9338       data.item: "flips" "elm.flip.content";
9339       images {
9340          image: "00_list_bar_press_1x80.png" COMP;
9341       }
9342       parts {
9343          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
9344          GENLIST_PART_BG
9345          GENLIST_PART_BG_IMAGE
9346          GENLIST_PART_BOTTOM_LINE
9347          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9348          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9349          part { name: "elm.icon";
9350             clip_to: "disclip";
9351             type: SWALLOW;
9352             scale: 1;
9353             description { state: "default" 0.0;
9354                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9355                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9356                fixed: 1 1;
9357                rel1 {
9358                   relative: 1.0 0.0;
9359                   to_x: "elm.padding.left";
9360                }
9361                rel2 {
9362                   relative: 1.0 1.0;
9363                   to_x: "elm.padding.left";
9364                }
9365                align: 0.0 0.5;
9366             }
9367             GENLIST_DESCRIPTION_FLIP_ENABLED
9368          }
9369          part { name: "elm.text.msgcount";
9370             clip_to: "disclip";
9371             type: TEXT;
9372             mouse_events: 0;
9373             scale: 1;
9374             description {
9375                state: "default" 0.0;
9376                fixed: 1 1;
9377                align: 0 0;
9378                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
9379                rel1.to: "elm.icon";
9380                rel2.to: "elm.icon";
9381                text {
9382                   font: "SLP:style=Medium";
9383                   size: GENLIST_FONT_28_INC;
9384                   min: 0 1;
9385                   align: 0.5 0.5;
9386                   text_class: "slp_medium";
9387                }
9388                align: 0.0 0.5;
9389             }
9390          }
9391          part { name: "elm.padding.icon.right";
9392             clip_to: "disclip";
9393             type: RECT;
9394             scale: 1;
9395             description {
9396                state: "default" 0.0;
9397                min: GENLIST_SIZE_16_INC 0;
9398                fixed: 1 0;
9399                rel1 {
9400                   relative: 1.0 0.0;
9401                   to_x: "elm.icon";
9402                }
9403                rel2.to_x: "elm.icon";
9404                visible: 0;
9405             }
9406          }
9407          part { name: "elm.text";
9408             clip_to: "disclip";
9409             type: TEXT;
9410             mouse_events: 0;
9411             scale: 1;
9412             description { state: "default" 0.0;
9413                rel1 {
9414                   relative: 1.0 0.0;
9415                   to_x: "elm.padding.icon.right";
9416                }
9417                rel2 {
9418                   relative: 0.0 1.0;
9419                   to_x: "elm.padding.right";
9420                }
9421                align: 0.0 0.5;
9422                color: GENLIST_TEXT_COLOR_UNREAD_EMAIL;
9423                text {
9424                   font: "SLP:style=Roman";
9425                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
9426                   min: 0 1;
9427                   align: 0.0 0.5;
9428                   text_class: "list_item";
9429                }
9430             }
9431             description { state: "selected" 0.0;
9432                inherit: "default" 0.0;
9433                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9434             }
9435             GENLIST_DESCRIPTION_FLIP_ENABLED
9436          }
9437          GENLIST_PART_FLIP
9438          GENLIST_PART_DISCLIP
9439       }
9440       programs {
9441          program { name: "go_active";
9442             signal: "elm,state,selected";
9443             source: "elm";
9444             action: STATE_SET "selected" 0.0;
9445             target: "bg_image";
9446             target: "elm.text";
9447             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9448          }
9449          program { name: "go_passive";
9450             signal: "elm,state,unselected";
9451             source: "elm";
9452             action: STATE_SET "default" 0.0;
9453             target: "bg_image";
9454             target: "elm.text";
9455             transition: LINEAR 0.1;
9456          }
9457          program { name: "go_disabled";
9458             signal: "elm,state,disabled";
9459             source: "elm";
9460             action: STATE_SET "disabled" 0.0;
9461             target: "disclip";
9462          }
9463          program { name: "go_enabled";
9464             signal: "elm,state,enabled";
9465             source: "elm";
9466             action: STATE_SET "default" 0.0;
9467             target: "disclip";
9468          }
9469          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9470       }
9471    }
9472
9473 // ???
9474    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
9475    group { name: "elm/genlist/item/2text.1icon.14/default";
9476       alias: "elm/genlist/item_odd/2text.1icon.14/default";
9477       alias: "elm/genlist/item_compress/2text.1icon.14/default";
9478       alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
9479       data.item: "stacking" "above";
9480       data.item: "selectraise" "on";
9481       data.item: "texts" "elm.text elm.text.msgcount";
9482       data.item: "contents" "elm.check elm.icon";
9483       data.item: "flips" "elm.flip.content";
9484       images {
9485          image: "00_list_bar_press_1x80.png" COMP;
9486       }
9487       parts {
9488          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
9489          GENLIST_PART_BG
9490          GENLIST_PART_BG_IMAGE
9491          GENLIST_PART_BOTTOM_LINE
9492          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9493          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9494          part { name: "elm.check";
9495             clip_to: "disclip";
9496             type: SWALLOW;
9497             mouse_events: 1;
9498             scale: 1;
9499             description { state: "default" 0.0;
9500                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
9501                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
9502                fixed: 1 1;
9503                rel1 {
9504                   relative: 1.0 0.0;
9505                   to_x: "elm.padding.left";
9506                }
9507                rel2 {
9508                   relative: 1.0 1.0;
9509                   to_x: "elm.padding.left";
9510                }
9511                align: 0.0 0.5;
9512             }
9513             GENLIST_DESCRIPTION_FLIP_ENABLED
9514          }
9515
9516          part { name: "elm.padding.icon.checkbox.right";
9517             clip_to: "disclip";
9518             type: RECT;
9519             scale: 1;
9520             description { state: "default" 0.0;
9521                min: GENLIST_PADDING_16_INC 0;
9522                fixed: 1 0;
9523                rel1 {
9524                   relative: 1.0 0.0;
9525                   to_x: "elm.check";
9526                }
9527                rel2 {
9528                   relative: 1.0 1.0;
9529                   to_x:  "elm.check";
9530                }
9531                align: 1.0 0.0;
9532                visible: 0;
9533             }
9534          }
9535          part { name: "elm.icon";
9536             clip_to: "disclip";
9537             type: SWALLOW;
9538             scale: 1;
9539             description { state: "default" 0.0;
9540                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9541                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9542                fixed: 1 1;
9543                rel1.to_x: "elm.padding.right";
9544                rel2 {
9545                   relative: 0.0 1.0;
9546                   to_x: "elm.padding.right";
9547                }
9548                align: 1.0 0.5;
9549             }
9550             GENLIST_DESCRIPTION_FLIP_ENABLED
9551          }
9552          part { name: "elm.text.msgcount";
9553             clip_to: "disclip";
9554             type: TEXT;
9555             mouse_events: 0;
9556             scale: 1;
9557             description {
9558                state: "default" 0.0;
9559                fixed: 1 1;
9560                align: 0 0;
9561                color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
9562                rel1.to: "elm.icon";
9563                rel2.to: "elm.icon";
9564                text {
9565                   font: "SLP:style=Medium";
9566                   size: GENLIST_FONT_28_INC;
9567                   min: 0 1;
9568                   align: 0.5 0.5;
9569                   text_class: "slp_medium";
9570                }
9571                align: 0.0 0.5;
9572             }
9573          }
9574          part { name: "elm.padding.icon.left";
9575             clip_to: "disclip";
9576             type: RECT;
9577             scale: 1;
9578             description {
9579                state: "default" 0.0;
9580                min: GENLIST_SIZE_16_INC 0;
9581                fixed: 1 0;
9582                rel1.to_x: "elm.icon";
9583                rel2 {
9584                   relative: 0.0 1.0;
9585                   to_x: "elm.icon";
9586                }
9587                align: 1.0 0.0;
9588                visible: 0;
9589             }
9590          }
9591          part { name: "elm.text";
9592             clip_to: "disclip";
9593             type: TEXTBLOCK;
9594             mouse_events: 0;
9595             scale: 1;
9596             description { state: "default" 0.0;
9597                rel1 {
9598                   relative: 1.0 0.0;
9599                   to_x: "elm.padding.icon.checkbox.right";
9600                }
9601                rel2 {
9602                   relative: 0.0 1.0;
9603                   to_x: "elm.padding.icon.left";
9604                }
9605                align: 0.0 0.5;
9606                text {
9607                   style: "genlist_email_textblock_unread_style";
9608                   min: 0 1;
9609                   max: 0 1;
9610                   align: 0.0 0.5;
9611                }
9612             }
9613             description { state: "selected" 0.0;
9614                inherit: "default" 0.0;
9615                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9616             }
9617             GENLIST_DESCRIPTION_FLIP_ENABLED
9618          }
9619          GENLIST_PART_FLIP
9620          GENLIST_PART_DISCLIP
9621       }
9622       programs {
9623          program { name: "go_active";
9624             signal: "elm,state,selected";
9625             source: "elm";
9626             action: STATE_SET "selected" 0.0;
9627             target: "bg_image";
9628             target: "elm.text";
9629             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9630          }
9631          program { name: "go_passive";
9632             signal: "elm,state,unselected";
9633             source: "elm";
9634             action: STATE_SET "default" 0.0;
9635             target: "bg_image";
9636             target: "elm.text";
9637             transition: LINEAR 0.1;
9638          }
9639          program { name: "go_disabled";
9640             signal: "elm,state,disabled";
9641             source: "elm";
9642             action: STATE_SET "disabled" 0.0;
9643             target: "disclip";
9644          }
9645          program { name: "go_enabled";
9646             signal: "elm,state,enabled";
9647             source: "elm";
9648             action: STATE_SET "default" 0.0;
9649             target: "disclip";
9650          }
9651          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9652       }
9653    }
9654
9655 // 3.2.28
9656    group { name: "elm/genlist/item/2text.3icon/default";
9657       alias: "elm/genlist/item_odd/2text.3icon/default";
9658       alias: "elm/genlist/item_compress/2text.3icon/default";
9659       alias: "elm/genlist/item_compress_odd/2text.3icon/default";
9660       data.item: "stacking" "above";
9661       data.item: "selectraise" "on";
9662       data.item: "texts" "elm.text.1 elm.text.2";
9663       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
9664       data.item: "flips" "elm.flip.content";
9665       images {
9666          image: "00_list_bar_press_1x80.png" COMP;
9667       }
9668       parts {
9669          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9670          GENLIST_PART_BG_IMAGE
9671          GENLIST_PART_BOTTOM_LINE
9672          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9673          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9674          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9675          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9676          part { name: "elm.icon.3";
9677             clip_to: "disclip";
9678             type: SWALLOW;
9679             scale: 1;
9680             description { state: "default" 0.0;
9681                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9682                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
9683                fixed: 1 1;
9684                rel1 {
9685                   relative: 0.0 1.0;
9686                   to_x: "elm.padding.right";
9687                   to_y: "elm.padding.top";
9688                }
9689                rel2 {
9690                   relative: 0.0 1.0;
9691                   to_x: "elm.padding.right";
9692                   to_y: "elm.padding.bottom";
9693                }
9694                align: 1.0 0.5;
9695             }
9696             GENLIST_DESCRIPTION_FLIP_ENABLED
9697          }
9698          part { name: "elm.padding.icon3.left";
9699             clip_to: "disclip";
9700             type: RECT;
9701             scale: 1;
9702             description { state: "default" 0.0;
9703                min: GENLIST_PADDING_16_INC 0;
9704                fixed: 1 0;
9705                rel1.to_x: "elm.icon.3";
9706                rel2 {
9707                   relative: 0.0 1.0;
9708                   to_x: "elm.icon.3";
9709                }
9710                align: 1.0 0.0;
9711                visible: 0;
9712             }
9713          }
9714          part { name: "elm.text.2";
9715             clip_to: "disclip";
9716             type: TEXT;
9717             mouse_events: 0;
9718             scale: 1;
9719             description { state: "default" 0.0;
9720                min: 0 GENLIST_SIZE_48_INC;
9721                fixed: 1 1;
9722                rel1 {
9723                   relative: 1.0 0.0;
9724                   to_x: "elm.padding.icon2.right";
9725                   to_y: "elm.padding.bottom";
9726                }
9727                rel2 {
9728                   relative: 0.0 0.0;
9729                   to_x: "elm.padding.icon3.left";
9730                   to_y: "elm.padding.bottom";
9731                }
9732                align: 0.0 1.0;
9733                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
9734                text {
9735                   font: "SLP:style=Medium";
9736                   size: GENLIST_FONT_32_INC;
9737                   min: 0 1;
9738                   align: 0.0 0.5;
9739                   text_class: "slp_medium";
9740                }
9741             }
9742             description { state: "selected" 0.0;
9743                inherit: "default" 0.0;
9744                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9745             }
9746             GENLIST_DESCRIPTION_FLIP_ENABLED
9747          }
9748          part { name: "elm.icon.2";
9749             clip_to: "disclip";
9750             type: SWALLOW;
9751             scale: 1;
9752             description { state: "default" 0.0;
9753                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9754                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9755                fixed: 1 1;
9756                rel1 {
9757                   relative: 1.0 0.0;
9758                   to_x: "elm.padding.left";
9759                   to_y: "elm.text.2";
9760                }
9761                rel2 {
9762                   relative: 1.0 0.0;
9763                   to_x: "elm.padding.left";
9764                   to_y: "elm.padding.bottom";
9765                }
9766                align: 0.0 0.5;
9767             }
9768             GENLIST_DESCRIPTION_FLIP_ENABLED
9769          }
9770          part { name: "elm.padding.icon2.right";
9771             clip_to: "disclip";
9772             type: RECT;
9773             scale: 1;
9774             description { state: "default" 0.0;
9775                min: GENLIST_PADDING_16_INC 0;
9776                fixed: 1 0;
9777                rel1 {
9778                   relative: 1.0 0.0;
9779                   to_x: "elm.icon.2";
9780                }
9781                rel2.to_x: "elm.icon.2";
9782                align: 0.0 0.0;
9783                visible: 0;
9784             }
9785          }
9786          part { name: "elm.text.1";
9787             clip_to: "disclip";
9788             type: TEXT;
9789             mouse_events: 0;
9790             scale: 1;
9791             description { state: "default" 0.0;
9792                min: 0 0;
9793                max: GENLIST_SIZE_576_INC 0;
9794                fixed: 1 0;
9795                rel1 {
9796                   relative: 1.0 1.0;
9797                   to_x: "elm.padding.left";
9798                   to_y: "elm.padding.top";
9799                }
9800                rel2 {
9801                   relative: 1.0 0.0;
9802                   to_x: "elm.padding.left";
9803                   to_y: "elm.text.2";
9804                }
9805                align: 0.0 0.5;
9806                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
9807                text {
9808                   font: "SLP:style=Roman";
9809                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
9810                   min: 1 1;
9811                   align: 0.0 0.5;
9812                   text_class: "list_item";
9813                }
9814             }
9815             description { state: "selected" 0.0;
9816                inherit: "default" 0.0;
9817                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9818             }
9819             GENLIST_DESCRIPTION_FLIP_ENABLED
9820          }
9821
9822          part { name: "elm.padding.icon1.left";
9823             type: RECT;
9824             scale: 1;
9825             description { state: "default" 0.0;
9826                min: GENLIST_PADDING_16_INC 0;
9827                fixed: 1 0;
9828                rel1 {
9829                   relative: 1.0 0.0;
9830                   to_x: "elm.text.1";
9831                }
9832                rel2.to_x: "elm.text.1";
9833                align: 0.0 0.0;
9834                visible: 0;
9835             }
9836          }
9837          part { name: "elm.icon.1";
9838             clip_to: "disclip";
9839             type: SWALLOW;
9840             scale: 1;
9841             description { state: "default" 0.0;
9842                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9843                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
9844                fixed: 1 1;
9845                rel1 {
9846                   relative: 1.0 1.0;
9847                   to_x: "elm.padding.icon1.left";
9848                   to_y: "elm.padding.top";
9849                }
9850                rel2 {
9851                   relative: 1.0 0.0;
9852                   to_x: "elm.padding.icon1.left";
9853                   to_y: "elm.text.2";
9854                }
9855                align: 0.0 0.5;
9856             }
9857             GENLIST_DESCRIPTION_FLIP_ENABLED
9858          }
9859          GENLIST_PART_FLIP
9860          GENLIST_PART_DISCLIP
9861       }
9862       programs {
9863          // signal: elm,state,%s,active
9864          //   a "check" item named %s went active
9865          // signal: elm,state,%s,passive
9866          //   a "check" item named %s went passive
9867          // default is passive
9868          program { name: "go_active";
9869             signal: "elm,state,selected";
9870             source: "elm";
9871             action: STATE_SET "selected" 0.0;
9872             target: "bg_image";
9873             target: "elm.text.1";
9874             target: "elm.text.2";
9875             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
9876          }
9877          program { name: "go_passive";
9878             signal: "elm,state,unselected";
9879             source: "elm";
9880             action: STATE_SET "default" 0.0;
9881             target: "bg_image";
9882             target: "elm.text.1";
9883             target: "elm.text.2";
9884             transition: LINEAR 0.1;
9885          }
9886          program { name: "go_disabled";
9887             signal: "elm,state,disabled";
9888             source: "elm";
9889             action: STATE_SET "disabled" 0.0;
9890             target: "disclip";
9891          }
9892          program { name: "go_enabled";
9893             signal: "elm,state,enabled";
9894             source: "elm";
9895             action: STATE_SET "default" 0.0;
9896             target: "disclip";
9897          }
9898          GENLIST_PROGRAM_FLIP_2TEXT_3ICON
9899          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
9900       }
9901    }
9902
9903 // 3.2.29
9904    group { name: "elm/genlist/item/2text.1icon.5/default";
9905       alias: "elm/genlist/item_odd/2text.1icon.5/default";
9906       alias: "elm/genlist/item_compress/2text.1icon.5/default";
9907       alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
9908       data.item: "stacking" "above";
9909       data.item: "selectraise" "on";
9910       data.item: "texts" "elm.text.1 elm.text.2";
9911       data.item: "contents" "elm.icon";
9912       data.item: "flips" "elm.flip.content";
9913       images {
9914          image: "00_list_bar_press_1x80.png" COMP;
9915       }
9916       parts {
9917          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
9918          GENLIST_PART_BG_IMAGE
9919          GENLIST_PART_BOTTOM_LINE
9920          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
9921          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
9922          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
9923          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
9924          part { name: "elm.icon";
9925             clip_to: "disclip";
9926             type: SWALLOW;
9927             scale: 1;
9928             description { state: "default" 0.0;
9929                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9930                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
9931                fixed: 1 1;
9932                rel1 {
9933                   relative: 0.0 1.0;
9934                   to_x: "elm.padding.right";
9935                   to_y: "elm.padding.top";
9936                }
9937                rel2 {
9938                   relative: 0.0 0.0;
9939                   to_x: "elm.padding.right";
9940                   to_y: "elm.padding.bottom";
9941                }
9942                align: 1.0 0.5;
9943             }
9944             GENLIST_DESCRIPTION_FLIP_ENABLED
9945          }
9946          part { name: "elm.padding.icon.left";
9947             clip_to: "disclip";
9948             type: RECT;
9949             scale: 1;
9950             description { state: "default" 0.0;
9951                min: GENLIST_PADDING_16_INC 0;
9952                fixed: 1 0;
9953                rel1.to_x: "elm.icon";
9954                rel2 {
9955                   relative: 0.0 1.0;
9956                   to_x: "elm.icon";
9957                }
9958                align: 1.0 0.0;
9959                visible: 0;
9960             }
9961          }
9962          part { name: "elm.text.1";
9963             clip_to: "disclip";
9964             type: TEXT;
9965             mouse_events: 0;
9966             scale: 1;
9967             description { state: "default" 0.0;
9968                min: 0 GENLIST_SIZE_61_INC;
9969                fixed: 0 1;
9970                rel1 {
9971                   relative: 1.0 0.0;
9972                   to_x: "elm.padding.left";
9973                   to_y: "elm.padding.bottom";
9974                }
9975                rel2 {
9976                   relative: 0.0 0.0;
9977                   to_x: "elm.padding.icon.left";
9978                   to_y: "elm.padding.bottom";
9979                }
9980                align: 0.0 1.0;
9981                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
9982                text {
9983                   font: "SLP:style=Roman";
9984                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
9985                   min: 0 1;
9986                   align: 0.0 0.5;
9987                   text_class: "slp_roman";
9988                }
9989             }
9990             description { state: "selected" 0.0;
9991                inherit: "default" 0.0;
9992                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
9993             }
9994             GENLIST_DESCRIPTION_FLIP_ENABLED
9995          }
9996          part { name: "elm.text.2";
9997             clip_to: "disclip";
9998             type: TEXT;
9999             mouse_events: 0;
10000             scale: 1;
10001             description { state: "default" 0.0;
10002                rel1 {
10003                   relative: 1.0 1.0;
10004                   to_x: "elm.padding.left";
10005                   to_y: "elm.padding.top";
10006                }
10007                rel2 {
10008                   relative: 0.0 0.0;
10009                   to_x: "elm.padding.icon.left";
10010                   to_y: "elm.text.1";
10011                }
10012                align: 0.0 1.0;
10013                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
10014                text {
10015                   font: "SLP:style=Medium";
10016                   size: GENLIST_FONT_32_INC;
10017                   min: 0 1;
10018                   align: 0.0 0.5;
10019                   text_class: "list_item";
10020                }
10021             }
10022             description { state: "selected" 0.0;
10023                inherit: "default" 0.0;
10024                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10025             }
10026             GENLIST_DESCRIPTION_FLIP_ENABLED
10027          }
10028          GENLIST_PART_FLIP
10029          GENLIST_PART_DISCLIP
10030       }
10031       programs {
10032          // signal: elm,state,%s,active
10033          //   a "check" item named %s went active
10034          // signal: elm,state,%s,passive
10035          //   a "check" item named %s went passive
10036          // default is passive
10037          program { name: "go_active";
10038             signal: "elm,state,selected";
10039             source: "elm";
10040             action: STATE_SET "selected" 0.0;
10041             target: "bg_image";
10042             target: "elm.text.1";
10043             target: "elm.text.2";
10044             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10045          }
10046          program { name: "go_passive";
10047             signal: "elm,state,unselected";
10048             source: "elm";
10049             action: STATE_SET "default" 0.0;
10050             target: "bg_image";
10051             target: "elm.text.1";
10052             target: "elm.text.2";
10053             transition: LINEAR 0.1;
10054          }
10055          program { name: "go_disabled";
10056             signal: "elm,state,disabled";
10057             source: "elm";
10058             action: STATE_SET "disabled" 0.0;
10059             target: "disclip";
10060          }
10061          program { name: "go_enabled";
10062             signal: "elm,state,enabled";
10063             source: "elm";
10064             action: STATE_SET "default" 0.0;
10065             target: "disclip";
10066          }
10067          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
10068          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10069       }
10070    }
10071
10072 // 3.2.30
10073    group { name: "elm/genlist/item/1text.3icon.3/default";
10074       alias: "elm/genlist/item_odd/1text.3icon.3/default";
10075       alias: "elm/genlist/item_compress/1text.3icon.3/default";
10076       alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
10077       data.item: "stacking" "above";
10078       data.item: "selectraise" "on";
10079       data.item: "texts" "elm.text.1";
10080       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10081       data.item: "flips" "elm.flip.content";
10082       images {
10083          image: "00_list_bar_press_1x80.png" COMP;
10084       }
10085       parts {
10086          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10087          GENLIST_PART_BG_IMAGE
10088          GENLIST_PART_BOTTOM_LINE
10089          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10090          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10091          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10092          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10093          part { name: "elm.icon.1";
10094             clip_to: "disclip";
10095             type: SWALLOW;
10096             scale: 1;
10097             description { state: "default" 0.0;
10098                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10099                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10100                fixed: 1 1;
10101                rel1 {
10102                   relative: 1.0 1.0;
10103                   to_x: "elm.padding.left";
10104                   to_y: "elm.padding.top";
10105                }
10106                rel2 {
10107                   relative: 1.0 0.0;
10108                   to_x: "elm.padding.left";
10109                   to_y: "elm.padding.bottom";
10110                }
10111                align: 0.0 0.5;
10112             }
10113             GENLIST_DESCRIPTION_FLIP_ENABLED
10114          }
10115          part { name: "elm.padding.icon1.right";
10116             clip_to: "disclip";
10117             type: RECT;
10118             scale: 1;
10119             description { state: "default" 0.0;
10120                min: GENLIST_PADDING_16_INC 0;
10121                fixed: 1 0;
10122                rel1 {
10123                   relative: 1.0 0.0;
10124                   to_x: "elm.icon.1";
10125                }
10126                rel2.to_x: "elm.icon.1";
10127                align: 0.0 0.0;
10128                visible: 0;
10129             }
10130          }
10131          part { name: "elm.icon.2";
10132             clip_to: "disclip";
10133             type: SWALLOW;
10134             scale: 1;
10135             description { state: "default" 0.0;
10136                fixed: 1 1;
10137                rel1 {
10138                   relative: 0.0 1.0;
10139                   to_x: "elm.padding.right";
10140                   to_y: "elm.padding.top";
10141                }
10142                rel2 {
10143                   relative: 0.0 0.0;
10144                   to_x: "elm.padding.right";
10145                   to_y: "elm.padding.bottom";
10146                }
10147                align: 1.0 0.5;
10148             }
10149             GENLIST_DESCRIPTION_FLIP_ENABLED
10150          }
10151          part { name: "elm.padding.icon2.left";
10152             clip_to: "disclip";
10153             type: RECT;
10154             scale: 1;
10155             description { state: "default" 0.0;
10156                min: GENLIST_PADDING_16_INC 0;
10157                fixed: 1 0;
10158                rel1.to_x: "elm.icon.2";
10159                rel2 {
10160                   relative: 0.0 1.0;
10161                   to_x: "elm.icon.2";
10162                }
10163                align: 1.0 0.0;
10164                visible: 0;
10165             }
10166          }
10167          part { name: "elm.text.1";
10168             clip_to: "disclip";
10169             type: TEXT;
10170             mouse_events: 0;
10171             scale: 1;
10172             description { state: "default" 0.0;
10173                min: 0 GENLIST_SIZE_61_INC;
10174                fixed: 0 1;
10175                rel1 {
10176                   relative: 1.0 1.0;
10177                   to_x: "elm.padding.icon1.right";
10178                   to_y: "elm.padding.top";
10179                }
10180                rel2 {
10181                   relative: 0.0 1.0;
10182                   to_x: "elm.padding.icon2.left";
10183                   to_y: "elm.padding.top";
10184                }
10185                align: 0 0;
10186                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
10187                text {
10188                   font: "SLP:style=Roman";
10189                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
10190                   min: 0 1;
10191                   align: 0.0 0.5;
10192                   text_class: "list_item";
10193                }
10194             }
10195             description { state: "selected" 0.0;
10196                inherit: "default" 0.0;
10197                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10198             }
10199             GENLIST_DESCRIPTION_FLIP_ENABLED
10200          }
10201          part { name: "elm.swallow.progress";
10202             clip_to: "disclip";
10203             type: SWALLOW;
10204             scale: 1;
10205             description { state: "default" 0.0;
10206                fixed: 0 1;
10207                rel1 {
10208                   relative: 1.0 1.0;
10209                   to_x: "elm.padding.icon1.right";
10210                   to_y: "elm.text.1";
10211                }
10212                rel2 {
10213                   relative: 0.0 1.0;
10214                   to_x: "elm.padding.icon2.left";
10215                   to_y: "elm.text.1";
10216                }
10217                align: 0.5 0.0;
10218             }
10219             GENLIST_DESCRIPTION_FLIP_ENABLED
10220          }
10221          GENLIST_PART_FLIP
10222          GENLIST_PART_DISCLIP
10223       }
10224       programs {
10225          // signal: elm,state,%s,active
10226          //   a "check" item named %s went active
10227          // signal: elm,state,%s,passive
10228          //   a "check" item named %s went passive
10229          // default is passive
10230          program { name: "go_active";
10231             signal: "elm,state,selected";
10232             source: "elm";
10233             action: STATE_SET "selected" 0.0;
10234             target: "bg_image";
10235             target: "elm.text.1";
10236             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10237          }
10238          program { name: "go_passive";
10239             signal: "elm,state,unselected";
10240             source: "elm";
10241             action: STATE_SET "default" 0.0;
10242             target: "bg_image";
10243             target: "elm.text.1";
10244             transition: LINEAR 0.1;
10245          }
10246          program { name: "go_disabled";
10247             signal: "elm,state,disabled";
10248             source: "elm";
10249             action: STATE_SET "disabled" 0.0;
10250             target: "disclip";
10251          }
10252          program { name: "go_enabled";
10253             signal: "elm,state,enabled";
10254             source: "elm";
10255             action: STATE_SET "default" 0.0;
10256             target: "disclip";
10257          }
10258          program { name: "flip_enabled";
10259             signal: "elm,state,flip,enabled";
10260             source: "elm";
10261             action: STATE_SET "flip_enabled" 0.0;
10262             target: "elm.text.1";
10263             target: "elm.icon.1";
10264             target: "elm.icon.2";
10265             target: "elm.swallow.progress";
10266             target: "elm.flip.content";
10267          }
10268          program { name: "flip_disabled";
10269             signal: "elm,state,flip,disabled";
10270             source: "elm";
10271             action: STATE_SET "default" 0.0;
10272             target: "elm.text.1";
10273             target: "elm.icon.1";
10274             target: "elm.icon.2";
10275             target: "elm.swallow.progress";
10276             target: "elm.flip.content";
10277          }
10278          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10279       }
10280    }
10281
10282 // 3.2.30
10283    group { name: "elm/genlist/item/3text.3icon/default";
10284       alias: "elm/genlist/item_odd/3text.3icon/default";
10285       alias: "elm/genlist/item_compress/3text.3icon/default";
10286       alias: "elm/genlist/item_compress_odd/3text.3icon/default";
10287       data.item: "stacking" "above";
10288       data.item: "selectraise" "on";
10289       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
10290       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
10291       data.item: "flips" "elm.flip.content";
10292       images {
10293          image: "00_list_bar_press_1x80.png" COMP;
10294       }
10295       parts {
10296          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10297          GENLIST_PART_BG_IMAGE
10298          GENLIST_PART_BOTTOM_LINE
10299          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10300          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10301          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10302          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10303          part { name: "elm.icon.1";
10304             clip_to: "disclip";
10305             type: SWALLOW;
10306             scale: 1;
10307             description { state: "default" 0.0;
10308                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10309                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10310                fixed: 1 1;
10311                rel1 {
10312                   relative: 1.0 1.0;
10313                   to_x: "elm.padding.left";
10314                   to_y: "elm.padding.top";
10315                }
10316                rel2 {
10317                   relative: 1.0 0.0;
10318                   to_x: "elm.padding.left";
10319                   to_y: "elm.padding.bottom";
10320                }
10321                align: 0.0 0.5;
10322             }
10323             GENLIST_DESCRIPTION_FLIP_ENABLED
10324          }
10325          part { name: "elm.padding.icon1.right";
10326             clip_to: "disclip";
10327             type: RECT;
10328             scale: 1;
10329             description { state: "default" 0.0;
10330                min: GENLIST_PADDING_16_INC 0;
10331                fixed: 1 0;
10332                rel1 {
10333                   relative: 1.0 0.0;
10334                   to_x: "elm.icon.1";
10335                }
10336                rel2.to_x: "elm.icon.1";
10337                align: 0.0 0.0;
10338                visible: 0;
10339             }
10340          }
10341          part { name: "elm.icon.2";
10342             clip_to: "disclip";
10343             type: SWALLOW;
10344             scale: 1;
10345             description { state: "default" 0.0;
10346                fixed: 1 1;
10347                rel1 {
10348                   relative: 0.0 1.0;
10349                   to_x: "elm.padding.right";
10350                   to_y: "elm.padding.top";
10351                }
10352                rel2 {
10353                   relative: 0.0 0.0;
10354                   to_x: "elm.padding.right";
10355                   to_y: "elm.padding.bottom";
10356                }
10357                align: 1.0 0.5;
10358             }
10359             GENLIST_DESCRIPTION_FLIP_ENABLED
10360          }
10361          part { name: "elm.padding.icon2.left";
10362             clip_to: "disclip";
10363             type: RECT;
10364             scale: 1;
10365             description { state: "default" 0.0;
10366                min: GENLIST_PADDING_16_INC 0;
10367                fixed: 1 0;
10368                rel1.to_x: "elm.icon.2";
10369                rel2 {
10370                   relative: 0.0 1.0;
10371                   to_x: "elm.icon.2";
10372                }
10373                align: 1.0 0.0;
10374                visible: 0;
10375             }
10376          }
10377          part { name: "elm.text.1";
10378             clip_to: "disclip";
10379             type: TEXT;
10380             mouse_events: 0;
10381             scale: 1;
10382             description { state: "default" 0.0;
10383                min: 0 GENLIST_SIZE_61_INC;
10384                fixed: 0 1;
10385                rel1 {
10386                   relative: 1.0 0.0;
10387                   to_x: "elm.padding.icon1.right";
10388                   to_y: "elm.padding.top";
10389                }
10390                rel2 {
10391                   relative: 0.0 0.0;
10392                   to_x: "elm.padding.icon2.left";
10393                   to_y: "elm.padding.top";
10394                }
10395                align: 0 0;
10396                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
10397                text {
10398                   font: "SLP:style=Roman";
10399                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
10400                   min: 0 1;
10401                   align: 0.0 0.5;
10402                   text_class: "list_item";
10403                }
10404             }
10405             description { state: "selected" 0.0;
10406                inherit: "default" 0.0;
10407                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10408             }
10409             GENLIST_DESCRIPTION_FLIP_ENABLED
10410          }
10411          part { name: "elm.swallow.progress";
10412             clip_to: "disclip";
10413             type: SWALLOW;
10414             scale: 1;
10415             description { state: "default" 0.0;
10416                fixed: 0 1;
10417                rel1 {
10418                   relative: 1.0 1.0;
10419                   to_x: "elm.padding.icon1.right";
10420                   to_y: "elm.text.1";
10421                }
10422                rel2 {
10423                   relative: 0.0 0.0;
10424                   to_x: "elm.padding.icon2.left";
10425                   to_y: "elm.text.2";
10426                }
10427                align: 0.5 0.5;
10428             }
10429             GENLIST_DESCRIPTION_FLIP_ENABLED
10430          }
10431          part { name: "elm.text.2";
10432             clip_to: "disclip";
10433             type: TEXT;
10434             mouse_events: 0;
10435             scale: 1;
10436             description { state: "default" 0.0;
10437                min: 0 GENLIST_SIZE_48_INC;
10438                fixed: 0 1;
10439                rel1 {
10440                   relative: 1.0 1.0;
10441                   to_x: "elm.padding.icon1.right";
10442                   to_y: "elm.padding.bottom";
10443                }
10444                rel2 {
10445                   relative: 0.0 1.0;
10446                   to_x: "elm.padding.icon2.left";
10447                   to_y: "elm.padding.bottom";
10448                }
10449                align: 0 1;
10450                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
10451                text {
10452                   font: "SLP:style=Roman";
10453                   size: GENLIST_FONT_32_INC;
10454                   min: 0 1;
10455                   align: 0.0 0.5;
10456                   text_class: "slp_roman";
10457                }
10458             }
10459             description { state: "selected" 0.0;
10460                inherit: "default" 0.0;
10461                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10462             }
10463             GENLIST_DESCRIPTION_FLIP_ENABLED
10464          }
10465          part { name: "elm.text.3";
10466             clip_to: "disclip";
10467             type: TEXT;
10468             mouse_events: 0;
10469             scale: 1;
10470             description { state: "default" 0.0;
10471                min: 0 GENLIST_SIZE_48_INC;
10472                fixed: 0 1;
10473                rel1 {
10474                   relative: 1.0 1.0;
10475                   to_x: "elm.padding.icon1.right";
10476                   to_y: "elm.padding.bottom";
10477                }
10478                rel2 {
10479                   relative: 0.0 1.0;
10480                   to_x: "elm.padding.icon2.left";
10481                   to_y: "elm.padding.bottom";
10482                }
10483                align: 1 1;
10484                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
10485                text {
10486                   font: "SLP:style=Roman";
10487                   size: GENLIST_FONT_32_INC;
10488                   min: 0 1;
10489                   align: 1.0 0.5;
10490                   text_class: "slp_roman";
10491                }
10492             }
10493             description { state: "selected" 0.0;
10494                inherit: "default" 0.0;
10495                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10496             }
10497             GENLIST_DESCRIPTION_FLIP_ENABLED
10498          }
10499          GENLIST_PART_FLIP
10500          GENLIST_PART_DISCLIP
10501       }
10502       programs {
10503          // signal: elm,state,%s,active
10504          //   a "check" item named %s went active
10505          // signal: elm,state,%s,passive
10506          //   a "check" item named %s went passive
10507          // default is passive
10508          program { name: "go_active";
10509             signal: "elm,state,selected";
10510             source: "elm";
10511             action: STATE_SET "selected" 0.0;
10512             target: "bg_image";
10513             target: "elm.text.1";
10514             target: "elm.text.2";
10515             target: "elm.text.3";
10516             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10517          }
10518          program { name: "go_passive";
10519             signal: "elm,state,unselected";
10520             source: "elm";
10521             action: STATE_SET "default" 0.0;
10522             target: "bg_image";
10523             target: "elm.text.1";
10524             target: "elm.text.2";
10525             target: "elm.text.3";
10526             transition: LINEAR 0.1;
10527          }
10528          program { name: "go_disabled";
10529             signal: "elm,state,disabled";
10530             source: "elm";
10531             action: STATE_SET "disabled" 0.0;
10532             target: "disclip";
10533          }
10534          program { name: "go_enabled";
10535             signal: "elm,state,enabled";
10536             source: "elm";
10537             action: STATE_SET "default" 0.0;
10538             target: "disclip";
10539          }
10540          program { name: "flip_enabled";
10541             signal: "elm,state,flip,enabled";
10542             source: "elm";
10543             action: STATE_SET "flip_enabled" 0.0;
10544             target: "elm.text.1";
10545             target: "elm.text.2";
10546             target: "elm.text.3";
10547             target: "elm.icon.1";
10548             target: "elm.icon.2";
10549             target: "elm.swallow.progress";
10550             target: "elm.flip.content";
10551          }
10552          program { name: "flip_disabled";
10553             signal: "elm,state,flip,disabled";
10554             source: "elm";
10555             action: STATE_SET "default" 0.0;
10556             target: "elm.text.1";
10557             target: "elm.text.2";
10558             target: "elm.text.3";
10559             target: "elm.icon.1";
10560             target: "elm.icon.2";
10561             target: "elm.swallow.progress";
10562             target: "elm.flip.content";
10563          }
10564          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10565       }
10566    }
10567
10568 // 3.2.31
10569    group { name: "elm/genlist/item/2text.2icon.8/default";
10570       alias: "elm/genlist/item_odd/2text.2icon.8/default";
10571       alias: "elm/genlist/item_compress/2text.2icon.8/default";
10572       alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
10573       data.item: "stacking" "above";
10574       data.item: "selectraise" "on";
10575       data.item: "texts" "elm.text.1 elm.text.2";
10576       data.item: "contents" "elm.icon.1 elm.icon.2";
10577       data.item: "flips" "elm.flip.content";
10578       images {
10579          image: "00_list_bar_press_1x80.png" COMP;
10580       }
10581       parts {
10582          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10583          GENLIST_PART_BG_IMAGE
10584          GENLIST_PART_BOTTOM_LINE
10585          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10586          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10587          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10588          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10589          part { name: "elm.icon.1";
10590             clip_to: "disclip";
10591             type: SWALLOW;
10592             scale: 1;
10593             description { state: "default" 0.0;
10594                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10595                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10596                fixed: 1 1;
10597                rel1 {
10598                   relative: 1.0 1.0;
10599                   to_x: "elm.padding.left";
10600                   to_y: "elm.padding.top";
10601                }
10602                rel2 {
10603                   relative: 1.0 0.0;
10604                   to_x: "elm.padding.left";
10605                   to_y: "elm.padding.bottom";
10606                }
10607                align: 0.0 0.5;
10608             }
10609             GENLIST_DESCRIPTION_FLIP_ENABLED
10610          }
10611          part { name: "elm.padding.icon1.right";
10612             clip_to: "disclip";
10613             type: RECT;
10614             scale: 1;
10615             description { state: "default" 0.0;
10616                min: GENLIST_PADDING_16_INC 0;
10617                fixed: 1 0;
10618                rel1 {
10619                   relative: 1.0 0.0;
10620                   to_x: "elm.icon.1";
10621                }
10622                rel2.to_x: "elm.icon.1";
10623                align: 0.0 0.0;
10624                visible: 0;
10625             }
10626          }
10627          part { name: "elm.icon.2";
10628             clip_to: "disclip";
10629             type: SWALLOW;
10630             scale: 1;
10631             description { state: "default" 0.0;
10632                fixed: 1 1;
10633                rel1 {
10634                   relative: 0.0 1.0;
10635                   to_x: "elm.padding.right";
10636                   to_y: "elm.padding.top";
10637                }
10638                rel2 {
10639                   relative: 0.0 0.0;
10640                   to_x: "elm.padding.right";
10641                   to_y: "elm.padding.bottom";
10642                }
10643                align: 1.0 0.5;
10644             }
10645             GENLIST_DESCRIPTION_FLIP_ENABLED
10646          }
10647          part { name: "elm.padding.icon2.left";
10648             clip_to: "disclip";
10649             type: RECT;
10650             scale: 1;
10651             description { state: "default" 0.0;
10652                min: GENLIST_PADDING_16_INC 0;
10653                fixed: 1 0;
10654                rel1.to_x: "elm.icon.2";
10655                rel2 {
10656                   relative: 0.0 1.0;
10657                   to_x: "elm.icon.2";
10658                }
10659                align: 1.0 0.0;
10660                visible: 0;
10661             }
10662          }
10663          part { name: "elm.text.1";
10664             clip_to: "disclip";
10665             type: TEXT;
10666             mouse_events: 0;
10667             scale: 1;
10668             description { state: "default" 0.0;
10669                min: 0 GENLIST_SIZE_61_INC;
10670                fixed: 0 1;
10671                rel1 {
10672                   relative: 1.0 1.0;
10673                   to_x: "elm.padding.icon1.right";
10674                   to_y: "elm.padding.top";
10675                }
10676                rel2 {
10677                   relative: 0.0 1.0;
10678                   to_x: "elm.padding.icon2.left";
10679                   to_y: "elm.padding.top";
10680                }
10681                align: 0.0 0.0;
10682                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
10683                text {
10684                   font: "SLP:style=Roman";
10685                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
10686                   min: 0 1;
10687                   align: 0.0 0.5;
10688                   text_class: "list_item";
10689                }
10690             }
10691             description { state: "selected" 0.0;
10692                inherit: "default" 0.0;
10693                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10694             }
10695             GENLIST_DESCRIPTION_FLIP_ENABLED
10696          }
10697          part { name: "elm.text.2";
10698             clip_to: "disclip";
10699             type: TEXT;
10700             mouse_events: 0;
10701             scale: 1;
10702             description { state: "default" 0.0;
10703                rel1 {
10704                   relative: 1.0 1.0;
10705                   to_x: "elm.padding.icon1.right";
10706                   to_y: "elm.text.1";
10707                }
10708                rel2 {
10709                   relative: 0.0 0.0;
10710                   to_x: "elm.padding.icon2.left";
10711                   to_y: "elm.padding.bottom";
10712                }
10713                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
10714                text {
10715                   font: "SLP:style=Medium";
10716                   size: GENLIST_FONT_32_INC;
10717                   min: 0 1;
10718                   align: 0.0 0.5;
10719                   text_class: "slp_medium";
10720                }
10721             }
10722             description { state: "selected" 0.0;
10723                inherit: "default" 0.0;
10724                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10725             }
10726             GENLIST_DESCRIPTION_FLIP_ENABLED
10727          }
10728          GENLIST_PART_FLIP
10729          GENLIST_PART_DISCLIP
10730       }
10731       programs {
10732          // signal: elm,state,%s,active
10733          //   a "check" item named %s went active
10734          // signal: elm,state,%s,passive
10735          //   a "check" item named %s went passive
10736          // default is passive
10737          program { name: "go_active";
10738             signal: "elm,state,selected";
10739             source: "elm";
10740             action: STATE_SET "selected" 0.0;
10741             target: "bg_image";
10742             target: "elm.text.1";
10743             target: "elm.text.2";
10744             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10745          }
10746          program { name: "go_passive";
10747             signal: "elm,state,unselected";
10748             source: "elm";
10749             action: STATE_SET "default" 0.0;
10750             target: "bg_image";
10751             target: "elm.text.1";
10752             target: "elm.text.2";
10753             transition: LINEAR 0.1;
10754          }
10755          program { name: "go_disabled";
10756             signal: "elm,state,disabled";
10757             source: "elm";
10758             action: STATE_SET "disabled" 0.0;
10759             target: "disclip";
10760          }
10761          program { name: "go_enabled";
10762             signal: "elm,state,enabled";
10763             source: "elm";
10764             action: STATE_SET "default" 0.0;
10765             target: "disclip";
10766          }
10767          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
10768          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10769       }
10770    }
10771
10772    group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
10773       inherit: "elm/genlist/item/2text.2icon.8/default";
10774       parts {
10775          part { name: "elm.text.1";
10776             clip_to: "disclip";
10777             type: TEXTBLOCK;
10778             mouse_events: 0;
10779             scale: 1;
10780             description { state: "default" 0.0;
10781                min: 0 GENLIST_SIZE_61_INC;
10782                fixed: 0 1;
10783                rel1 {
10784                   relative: 1.0 1.0;
10785                   to_x: "elm.padding.icon1.right";
10786                   to_y: "elm.padding.top";
10787                }
10788                rel2 {
10789                   relative: 0.0 1.0;
10790                   to_x: "elm.padding.icon2.left";
10791                   to_y: "elm.padding.top";
10792                }
10793                align: 0.0 0.0;
10794                text {
10795                   style: "genlist_default_textblock_style";
10796                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
10797                   min: 0 1;
10798                   align: 0.0 0.5;
10799                   text_class: "slp_roman";
10800                }
10801             }
10802             description { state: "selected" 0.0;
10803                inherit: "default" 0.0;
10804                text.style: "genlist_default_textblock_selected_style";
10805             }
10806             GENLIST_DESCRIPTION_FLIP_ENABLED
10807          }
10808       }
10809    }
10810
10811 // 3.2.33
10812    group { name: "elm/genlist/item/1text.2icon.5/default";
10813       alias: "elm/genlist/item_odd/1text.2icon.5/default";
10814       alias: "elm/genlist/item_compress/1text.2icon.5/default";
10815       alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
10816       data.item: "stacking" "above";
10817       data.item: "selectraise" "on";
10818       data.item: "texts" "elm.text.1";
10819       data.item: "contents" "elm.icon.1 elm.swallow.progress";
10820       data.item: "flips" "elm.flip.content";
10821       images {
10822          image: "00_list_bar_press_1x80.png" COMP;
10823       }
10824       parts {
10825          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10826          GENLIST_PART_BG_IMAGE
10827          GENLIST_PART_BOTTOM_LINE
10828          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
10829          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
10830          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
10831          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
10832          part { name: "elm.icon.1";
10833             clip_to: "disclip";
10834             type: SWALLOW;
10835             scale: 1;
10836             description { state: "default" 0.0;
10837                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10838                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
10839                fixed: 1 1;
10840                rel1 {
10841                   relative: 1.0 1.0;
10842                   to_x: "elm.padding.left";
10843                   to_y: "elm.padding.top";
10844                }
10845                rel2 {
10846                   relative: 1.0 0.0;
10847                   to_x: "elm.padding.left";
10848                   to_y: "elm.padding.bottom";
10849                }
10850                align: 0.0 0.5;
10851             }
10852             GENLIST_DESCRIPTION_FLIP_ENABLED
10853          }
10854          part { name: "elm.padding.icon1.right";
10855             clip_to: "disclip";
10856             type: RECT;
10857             scale: 1;
10858             description { state: "default" 0.0;
10859                min: GENLIST_PADDING_16_INC 0;
10860                fixed: 1 0;
10861                rel1 {
10862                   relative: 1.0 0.0;
10863                   to_x: "elm.icon.1";
10864                }
10865                rel2.to_x: "elm.icon.1";
10866                align: 0.0 0.0;
10867                visible: 0;
10868             }
10869          }
10870          part { name: "elm.text.1";
10871             clip_to: "disclip";
10872             type: TEXT;
10873             mouse_events: 0;
10874             scale: 1;
10875             description { state: "default" 0.0;
10876                min: 0 GENLIST_SIZE_61_INC;
10877                fixed: 0 1;
10878                rel1 {
10879                   relative: 1.0 1.0;
10880                   to_x: "elm.padding.icon1.right";
10881                   to_y: "elm.padding.top";
10882                }
10883                rel2 {
10884                   relative: 0.0 1.0;
10885                   to_x: "elm.padding.right";
10886                   to_y: "elm.padding.top";
10887                }
10888                align: 0 0;
10889                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
10890                text {
10891                   font: "SLP:style=Roman";
10892                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
10893                   min: 0 1;
10894                   align: 0.0 0.5;
10895                   text_class: "list_item";
10896                }
10897             }
10898             description { state: "selected" 0.0;
10899                inherit: "default" 0.0;
10900                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
10901             }
10902             GENLIST_DESCRIPTION_FLIP_ENABLED
10903          }
10904          part { name: "elm.swallow.progress";
10905             clip_to: "disclip";
10906             type: SWALLOW;
10907             scale: 1;
10908             description { state: "default" 0.0;
10909                fixed: 0 1;
10910                rel1 {
10911                   relative: 1.0 1.0;
10912                   to_x: "elm.padding.icon1.right";
10913                   to_y: "elm.text.1";
10914                }
10915                rel2 {
10916                   relative: 0.0 1.0;
10917                   to_x: "elm.padding.right";
10918                   to_y: "elm.text.1";
10919                }
10920                align: 0.5 0.0;
10921             }
10922             GENLIST_DESCRIPTION_FLIP_ENABLED
10923          }
10924          GENLIST_PART_FLIP
10925          GENLIST_PART_DISCLIP
10926       }
10927       programs {
10928          // signal: elm,state,%s,active
10929          //   a "check" item named %s went active
10930          // signal: elm,state,%s,passive
10931          //   a "check" item named %s went passive
10932          // default is passive
10933          program { name: "go_active";
10934             signal: "elm,state,selected";
10935             source: "elm";
10936             action: STATE_SET "selected" 0.0;
10937             target: "bg_image";
10938             target: "elm.text.1";
10939             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
10940          }
10941          program { name: "go_passive";
10942             signal: "elm,state,unselected";
10943             source: "elm";
10944             action: STATE_SET "default" 0.0;
10945             target: "bg_image";
10946             target: "elm.text.1";
10947             transition: LINEAR 0.1;
10948          }
10949          program { name: "go_disabled";
10950             signal: "elm,state,disabled";
10951             source: "elm";
10952             action: STATE_SET "disabled" 0.0;
10953             target: "disclip";
10954          }
10955          program { name: "go_enabled";
10956             signal: "elm,state,enabled";
10957             source: "elm";
10958             action: STATE_SET "default" 0.0;
10959             target: "disclip";
10960          }
10961          program { name: "flip_enabled";
10962             signal: "elm,state,flip,enabled";
10963             source: "elm";
10964             action: STATE_SET "flip_enabled" 0.0;
10965             target: "elm.text.1";
10966             target: "elm.icon.1";
10967             target: "elm.swallow.progress";
10968             target: "elm.flip.content";
10969          }
10970          program { name: "flip_disabled";
10971             signal: "elm,state,flip,disabled";
10972             source: "elm";
10973             action: STATE_SET "default" 0.0;
10974             target: "elm.text.1";
10975             target: "elm.icon.1";
10976             target: "elm.swallow.progress";
10977             target: "elm.flip.content";
10978          }
10979          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
10980       }
10981    }
10982
10983 // 3.2.33
10984    group { name: "elm/genlist/item/2text.3icon.4/default";
10985       alias: "elm/genlist/item_odd/2text.3icon.4/default";
10986       alias: "elm/genlist/item_compress/2text.3icon.4/default";
10987       alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
10988       data.item: "stacking" "above";
10989       data.item: "selectraise" "on";
10990       data.item: "texts" "elm.text.1 elm.text.2";
10991       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
10992       data.item: "flips" "elm.flip.content";
10993       images {
10994          image: "00_list_bar_press_1x80.png" COMP;
10995       }
10996       parts {
10997          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
10998          GENLIST_PART_BG_IMAGE
10999          GENLIST_PART_BOTTOM_LINE
11000          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11001          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11002          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11003          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11004          part { name: "elm.icon.1";
11005             clip_to: "disclip";
11006             type: SWALLOW;
11007             scale: 1;
11008             description { state: "default" 0.0;
11009                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11010                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
11011                fixed: 1 1;
11012                rel1 {
11013                   relative: 1.0 1.0;
11014                   to_x: "elm.padding.left";
11015                   to_y: "elm.padding.top";
11016                }
11017                rel2 {
11018                   relative: 1.0 0.0;
11019                   to_x: "elm.padding.left";
11020                   to_y: "elm.padding.bottom";
11021                }
11022                align: 0.0 0.5;
11023             }
11024             GENLIST_DESCRIPTION_FLIP_ENABLED
11025          }
11026          part { name: "elm.padding.icon1.right";
11027             clip_to: "disclip";
11028             type: RECT;
11029             scale: 1;
11030             description { state: "default" 0.0;
11031                min: GENLIST_SIZE_16_INC 0;
11032                fixed: 1 0;
11033                rel1 {
11034                   relative: 1.0 0.0;
11035                   to_x: "elm.icon.1";
11036                }
11037                rel2.to_x: "elm.icon.1";
11038                align: 0.0 0.0;
11039                visible: 0;
11040             }
11041          }
11042          part { name: "elm.icon.2";
11043             clip_to: "disclip";
11044             type: SWALLOW;
11045             scale: 1;
11046             description { state: "default" 0.0;
11047                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11048                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11049                fixed: 1 1;
11050                rel1 {
11051                   relative: 1.0 1.0;
11052                   to_x: "elm.padding.icon1.right";
11053                   to_y: "elm.padding.top";
11054                }
11055                rel2 {
11056                   relative: 1.0 0.0;
11057                   to_x: "elm.padding.icon1.right";
11058                   to_y: "elm.padding.bottom";
11059                }
11060                align: 0.0 0.5;
11061             }
11062             GENLIST_DESCRIPTION_FLIP_ENABLED
11063          }
11064          part { name: "elm.padding.icon2.right";
11065             clip_to: "disclip";
11066             type: RECT;
11067             scale: 1;
11068             description { state: "default" 0.0;
11069                min: GENLIST_SIZE_16_INC 0;
11070                fixed: 1 0;
11071                rel1 {
11072                   relative: 1.0 0.0;
11073                   to_x: "elm.icon.2";
11074                }
11075                rel2.to_x: "elm.icon.2";
11076                align: 0.0 0.0;
11077                visible: 0;
11078             }
11079          }
11080          part { name: "elm.icon.3";
11081             clip_to: "disclip";
11082             type: SWALLOW;
11083             scale: 1;
11084             description { state: "default" 0.0;
11085                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11086                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
11087                fixed: 1 1;
11088                rel1 {
11089                   relative: 0.0 1.0;
11090                   to_x: "elm.padding.right";
11091                   to_y: "elm.padding.top";
11092                }
11093                rel2 {
11094                   relative: 0.0 0.0;
11095                   to_x: "elm.padding.right";
11096                   to_y: "elm.padding.bottom";
11097                }
11098                align: 1.0 0.5;
11099             }
11100             GENLIST_DESCRIPTION_FLIP_ENABLED
11101          }
11102          part { name: "elm.padding.icon3.left";
11103             clip_to: "disclip";
11104             type: RECT;
11105             scale: 1;
11106             description { state: "default" 0.0;
11107                min: GENLIST_SIZE_16_INC 0;
11108                fixed: 1 0;
11109                rel1.to_x: "elm.icon.3";
11110                rel2 {
11111                   relative: 0.0 1.0;
11112                   to_x: "elm.icon.3";
11113                }
11114                align: 1.0 0.0;
11115                visible: 0;
11116             }
11117          }
11118          part { name: "elm.text.1";
11119             clip_to: "disclip";
11120             type: TEXT;
11121             mouse_events: 0;
11122             scale: 1;
11123             description { state: "default" 0.0;
11124                min: 0 GENLIST_SIZE_61_INC;
11125                fixed: 0 1;
11126                rel1 {
11127                   relative: 1.0 1.0;
11128                   to_x: "elm.padding.icon2.right";
11129                   to_y: "elm.padding.top";
11130                }
11131                rel2 {
11132                   relative: 0.0 1.0;
11133                   to_x: "elm.padding.icon3.left";
11134                   to_y: "elm.padding.top";
11135                }
11136                align: 0.0 0.0;
11137                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
11138                text {
11139                   font: "SLP:style=Roman";
11140                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
11141                   min: 0 1;
11142                   align: 0.0 0.5;
11143                   text_class: "list_item";
11144                }
11145             }
11146             description { state: "selected" 0.0;
11147                inherit: "default" 0.0;
11148                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11149             }
11150             GENLIST_DESCRIPTION_FLIP_ENABLED
11151          }
11152          part { name: "elm.text.2";
11153             clip_to: "disclip";
11154             type: TEXT;
11155             mouse_events: 0;
11156             scale: 1;
11157             description { state: "default" 0.0;
11158                rel1 {
11159                   relative: 1.0 1.0;
11160                   to_x: "elm.padding.icon2.right";
11161                   to_y: "elm.text.1";
11162                }
11163                rel2 {
11164                   relative: 0.0 0.0;
11165                   to_x: "elm.padding.icon3.left";
11166                   to_y: "elm.padding.bottom";
11167                }
11168                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
11169                text {
11170                   font: "SLP:style=Medium";
11171                   size: GENLIST_FONT_32_INC;
11172                   min: 0 1;
11173                   align: 0.0 0.5;
11174                   text_class: "slp_medium";
11175                }
11176             }
11177             description { state: "selected" 0.0;
11178                inherit: "default" 0.0;
11179                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11180             }
11181             GENLIST_DESCRIPTION_FLIP_ENABLED
11182          }
11183          GENLIST_PART_FLIP
11184          GENLIST_PART_DISCLIP
11185       }
11186       programs {
11187          // signal: elm,state,%s,active
11188          //   a "check" item named %s went active
11189          // signal: elm,state,%s,passive
11190          //   a "check" item named %s went passive
11191          // default is passive
11192          program { name: "go_active";
11193             signal: "elm,state,selected";
11194             source: "elm";
11195             action: STATE_SET "selected" 0.0;
11196             target: "bg_image";
11197             target: "elm.text.1";
11198             target: "elm.text.2";
11199             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11200          }
11201          program { name: "go_passive";
11202             signal: "elm,state,unselected";
11203             source: "elm";
11204             action: STATE_SET "default" 0.0;
11205             target: "bg_image";
11206             target: "elm.text.1";
11207             target: "elm.text.2";
11208             transition: LINEAR 0.1;
11209          }
11210          program { name: "go_disabled";
11211             signal: "elm,state,disabled";
11212             source: "elm";
11213             action: STATE_SET "disabled" 0.0;
11214             target: "disclip";
11215          }
11216          program { name: "go_enabled";
11217             signal: "elm,state,enabled";
11218             source: "elm";
11219             action: STATE_SET "default" 0.0;
11220             target: "disclip";
11221          }
11222          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11223          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11224       }
11225    }
11226
11227 // 3.2.34
11228    group { name: "elm/genlist/item/2text.2icon.9/default";
11229       alias: "elm/genlist/item_odd/2text.2icon.9/default";
11230       alias: "elm/genlist/item_compress/2text.2icon.9/default";
11231       alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
11232       data.item: "stacking" "above";
11233       data.item: "selectraise" "on";
11234       data.item: "texts" "elm.text.1 elm.text.2";
11235       data.item: "contents" "elm.icon.1 elm.icon.2";
11236       data.item: "flips" "elm.flip.content";
11237       images {
11238          image: "00_list_bar_press_1x80.png" COMP;
11239       }
11240       parts {
11241          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
11242          GENLIST_PART_BG_IMAGE
11243          GENLIST_PART_BOTTOM_LINE
11244          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
11245          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
11246          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11247          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11248          part { name: "elm.icon.2";
11249             clip_to: "disclip";
11250             type: SWALLOW;
11251             scale: 1;
11252             description { state: "default" 0.0;
11253                fixed: 1 1;
11254                rel1 {
11255                   relative: 0.0 1.0;
11256                   to_x: "elm.padding.right";
11257                   to_y: "elm.padding.top";
11258                }
11259                rel2 {
11260                   relative: 0.0 0.0;
11261                   to_x: "elm.padding.right";
11262                   to_y: "elm.padding.bottom";
11263                }
11264                align: 1.0 0.5;
11265             }
11266             GENLIST_DESCRIPTION_FLIP_ENABLED
11267          }
11268          part { name: "elm.padding.icon2.left";
11269             clip_to: "disclip";
11270             type: RECT;
11271             scale: 1;
11272             description { state: "default" 0.0;
11273                min: GENLIST_SIZE_16_INC 0;
11274                fixed: 1 0;
11275                rel1.to_x: "elm.icon.2";
11276                rel2 {
11277                   relative: 0.0 1.0;
11278                   to_x: "elm.icon.2";
11279                }
11280                align: 1.0 0.0;
11281                visible: 0;
11282             }
11283          }
11284          part { name: "elm.text.2";
11285             clip_to: "disclip";
11286             type: TEXT;
11287             mouse_events: 0;
11288             scale: 1;
11289             description { state: "default" 0.0;
11290                min: 0 GENLIST_SIZE_48_INC;
11291                fixed: 0 1;
11292                rel1 {
11293                   relative: 1.0 0.0;
11294                   to_x: "elm.padding.left";
11295                   to_y: "elm.padding.bottom";
11296                }
11297                rel2 {
11298                   relative: 0.0 0.0;
11299                   to_x: "elm.padding.icon2.left";
11300                   to_y: "elm.padding.bottom";
11301                }
11302                align: 0.0 1.0;
11303                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
11304                text {
11305                   font: "SLP:style=Medium";
11306                   size: GENLIST_FONT_32_INC;
11307                   min: 0 1;
11308                   align: 0.0 0.5;
11309                   text_class: "slp_medium";
11310                }
11311             }
11312             description { state: "selected" 0.0;
11313                inherit: "default" 0.0;
11314                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11315             }
11316             GENLIST_DESCRIPTION_FLIP_ENABLED
11317          }
11318          part { name: "elm.text.1";
11319             clip_to: "disclip";
11320             type: TEXT;
11321             mouse_events: 0;
11322             scale: 1;
11323             description { state: "default" 0.0;
11324                min: 0 0;
11325                max: GENLIST_SIZE_560_INC 0;
11326                fixed: 1 0;
11327                rel1 {
11328                   relative: 1.0 1.0;
11329                   to_x: "elm.padding.left";
11330                   to_y: "elm.padding.top";
11331                }
11332                rel2 {
11333                   relative: 1.0 0.0;
11334                   to_x: "elm.padding.left";
11335                   to_y: "elm.text.2";
11336                }
11337                align: 0.0 0.5;
11338                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
11339                text {
11340                   font: "SLP:style=Roman";
11341                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
11342                   min: 1 1;
11343                   align: 0.0 0.5;
11344                   text_class: "list_item";
11345                }
11346             }
11347             description { state: "selected" 0.0;
11348                inherit: "default" 0.0;
11349                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11350             }
11351             GENLIST_DESCRIPTION_FLIP_ENABLED
11352          }
11353          part { name: "elm.padding.icon1.left";
11354             clip_to: "disclip";
11355             type: RECT;
11356             scale: 1;
11357             description { state: "default" 0.0;
11358                min: GENLIST_SIZE_16_INC 0;
11359                fixed: 1 0;
11360                rel1 {
11361                   relative: 1.0 0.0;
11362                   to_x: "elm.text.1";
11363                }
11364                rel2.to_x: "elm.text.1";
11365                align: 0.0 0.0;
11366                visible: 0;
11367             }
11368          }
11369          part { name: "elm.icon.1";
11370             clip_to: "disclip";
11371             type: SWALLOW;
11372             scale: 1;
11373             description { state: "default" 0.0;
11374                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11375                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11376                fixed: 1 1;
11377                rel1 {
11378                   relative: 1.0 1.0;
11379                   to_x: "elm.padding.icon1.left";
11380                   to_y: "elm.padding.top";
11381                }
11382                rel2 {
11383                   relative: 1.0 0.0;
11384                   to_x: "elm.padding.icon1.left";
11385                   to_y: "elm.text.2";
11386                }
11387                align: 0.0 0.5;
11388             }
11389             GENLIST_DESCRIPTION_FLIP_ENABLED
11390          }
11391          GENLIST_PART_FLIP
11392          GENLIST_PART_DISCLIP
11393       }
11394       programs {
11395          // signal: elm,state,%s,active
11396          //   a "check" item named %s went active
11397          // signal: elm,state,%s,passive
11398          //   a "check" item named %s went passive
11399          // default is passive
11400          program { name: "go_active";
11401             signal: "elm,state,selected";
11402             source: "elm";
11403             action: STATE_SET "selected" 0.0;
11404             target: "bg_image";
11405             target: "elm.text.1";
11406             target: "elm.text.2";
11407             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11408          }
11409          program { name: "go_passive";
11410             signal: "elm,state,unselected";
11411             source: "elm";
11412             action: STATE_SET "default" 0.0;
11413             target: "bg_image";
11414             target: "elm.text.1";
11415             target: "elm.text.2";
11416             transition: LINEAR 0.1;
11417          }
11418          program { name: "go_disabled";
11419             signal: "elm,state,disabled";
11420             source: "elm";
11421             action: STATE_SET "disabled" 0.0;
11422             target: "disclip";
11423          }
11424          program { name: "go_enabled";
11425             signal: "elm,state,enabled";
11426             source: "elm";
11427             action: STATE_SET "default" 0.0;
11428             target: "disclip";
11429          }
11430          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
11431          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11432       }
11433    }
11434
11435 // 10.1 Help_dialogue group
11436    group { name: "elm/genlist/item_compress/multiline/1text/default";
11437       alias: "elm/genlist/item_compress_odd/multiline/1text/default";
11438       data.item: "stacking" "above";
11439       data.item: "selectraise" "on";
11440       data.item: "texts" "elm.text.1";
11441       parts {
11442          part { name: "base";
11443             type: RECT;
11444             repeat_events: 1;
11445             description { state: "default" 0.0;
11446                color: GENLIST_PART_BG_COLOR_INC;
11447             }
11448          }
11449          GENLIST_PART_BG_IMAGE
11450          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
11451          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
11452          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
11453          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
11454          part { name: "elm.text.1";
11455             clip_to: "disclip";
11456             type: TEXTBLOCK;
11457             mouse_events: 0;
11458             scale: 1;
11459             description { state: "default" 0.0;
11460                rel1 {
11461                   relative: 1.0 1.0;
11462                   to_x: "elm.padding.left";
11463                   to_y: "elm.padding.top";
11464                }
11465                rel2 {
11466                   relative: 0.0 0.0;
11467                   to_x: "elm.padding.right";
11468                   to_y: "elm.padding.bottom";
11469                }
11470                text {
11471                   style: "genlist_textblock_help_style";
11472                   min: 0 1;
11473                   align: 0.0 0.5;
11474                }
11475             }
11476          }
11477          GENLIST_PART_DISCLIP
11478       }
11479       programs {
11480          program { name: "go_disabled";
11481             signal: "elm,state,disabled";
11482             source: "elm";
11483             action: STATE_SET "disabled" 0.0;
11484             target: "disclip";
11485          }
11486          program { name: "go_enabled";
11487             signal: "elm,state,enabled";
11488             source: "elm";
11489             action: STATE_SET "default" 0.0;
11490             target: "disclip";
11491          }
11492       }
11493    }
11494
11495 // 3.4.1
11496    group { name: "elm/genlist/item_compress/multiline/2text/default";
11497       alias: "elm/genlist/item_compress_odd/multiline/2text/default";
11498       alias: "elm/genlist/item_compress/multiline.2text/default";
11499       alias: "elm/genlist/item_compress_odd/multiline.2text/default";
11500       data.item: "stacking" "above";
11501       data.item: "selectraise" "on";
11502       data.item: "texts" "elm.text.1 elm.text.2";
11503       parts {
11504          part { name: "base";
11505             type: RECT;
11506             repeat_events: 1;
11507             description { state: "default" 0.0;
11508                color: GENLIST_PART_BG_COLOR_INC;
11509             }
11510          }
11511          GENLIST_PART_BG_IMAGE
11512          GENLIST_PART_BOTTOM_LINE
11513          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11514          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
11515          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11516          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11517          part { name: "elm.text.1";
11518             clip_to: "disclip";
11519             type: TEXT;
11520             mouse_events: 0;
11521             scale: 1;
11522             description { state: "default" 0.0;
11523                min: 0 GENLIST_SIZE_61_INC;
11524                fixed: 0 1;
11525                rel1 {
11526                   relative: 1.0 1.0;
11527                   to_x: "elm.padding.left";
11528                   to_y: "elm.padding.top";
11529                }
11530                rel2 {
11531                   relative: 0.0 1.0;
11532                   to_x: "elm.padding.right";
11533                   to_y: "elm.padding.top";
11534                }
11535                align: 0.0 0.0;
11536                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
11537                text {
11538                   font: "SLP:style=Roman";
11539                   size: GENLIST_FONT_42_INC;
11540                   min: 0 1;
11541                   align: 0.0 0.5;
11542                   text_class: "list_item";
11543                }
11544             }
11545             description { state: "selected" 0.0;
11546                inherit: "default" 0.0;
11547                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11548             }
11549          }
11550          part { name: "elm.text.2";
11551             clip_to: "disclip";
11552             type: TEXTBLOCK;
11553             mouse_events: 0;
11554             scale: 1;
11555             description { state: "default" 0.0;
11556                rel1 {
11557                   relative: 1.0 1.0;
11558                   to_x: "elm.padding.left";
11559                   to_y: "elm.text.1";
11560                }
11561                rel2 {
11562                   relative: 0.0 0.0;
11563                   to_x: "elm.padding.right";
11564                   to_y: "elm.padding.bottom";
11565                }
11566                text {
11567                   style: "genlist_textblock_flexible_sub_style";
11568                   min: 0 1;
11569                   align: 0.0 0.5;
11570                }
11571             }
11572             description { state: "selected" 0.0;
11573                inherit: "default" 0.0;
11574                text.style: "genlist_textblock_flexible_sub_selected_style";
11575             }
11576          }
11577          GENLIST_PART_DISCLIP
11578       }
11579       programs {
11580          // signal: elm,state,%s,active
11581          //   a "check" item named %s went active
11582          // signal: elm,state,%s,passive
11583          //   a "check" item named %s went passive
11584          // default is passive
11585          program { name: "go_active";
11586             signal: "elm,state,selected";
11587             source: "elm";
11588             action: STATE_SET "selected" 0.0;
11589             target: "bg_image";
11590             target: "elm.text.1";
11591             target: "elm.text.2";
11592             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11593          }
11594          program { name: "go_passive";
11595             signal: "elm,state,unselected";
11596             source: "elm";
11597             action: STATE_SET "default" 0.0;
11598             target: "bg_image";
11599             target: "elm.text.1";
11600             target: "elm.text.2";
11601             transition: LINEAR 0.1;
11602          }
11603          program { name: "go_disabled";
11604             signal: "elm,state,disabled";
11605             source: "elm";
11606             action: STATE_SET "disabled" 0.0;
11607             target: "disclip";
11608          }
11609          program { name: "go_enabled";
11610             signal: "elm,state,enabled";
11611             source: "elm";
11612             action: STATE_SET "default" 0.0;
11613             target: "disclip";
11614          }
11615          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11616       }
11617    }
11618
11619 // 3.4.2
11620    group { name: "elm/genlist/item/multiline/3text.2icon/default";
11621       alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
11622       alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
11623       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
11624       data.item: "stacking" "above";
11625       data.item: "selectraise" "on";
11626       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11627       data.item: "contents" "elm.icon.1 elm.icon.2";
11628       data.item: "flips" "elm.flip.content";
11629       images {
11630          image: "00_list_bar_press_1x80.png" COMP;
11631       }
11632       parts {
11633          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
11634          GENLIST_PART_BG_IMAGE
11635          GENLIST_PART_BOTTOM_LINE
11636          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11637          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
11638          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11639          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11640          part { name: "elm.icon.2";
11641             clip_to: "disclip";
11642             type: SWALLOW;
11643             scale: 1;
11644             description { state: "default" 0.0;
11645                min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
11646                max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
11647                fixed: 1 1;
11648                rel1 {
11649                   relative: 0.0 1.0;
11650                   to_x: "elm.padding.right";
11651                   to_y: "elm.padding.top";
11652                }
11653                rel2 {
11654                   relative: 0.0 0.0;
11655                   to_x: "elm.padding.right";
11656                   to_y: "elm.padding.bottom";
11657                }
11658                align: 1.0 0.5;
11659             }
11660             GENLIST_DESCRIPTION_FLIP_ENABLED
11661          }
11662          part { name: "elm.padding.icon2.left";
11663             clip_to: "disclip";
11664             type: RECT;
11665             scale: 1;
11666             description { state: "default" 0.0;
11667                min: GENLIST_PADDING_16_INC 0;
11668                fixed: 1 0;
11669                rel1.to_x: "elm.icon.2";
11670                rel2 {
11671                   relative: 0.0 1.0;
11672                   to_x: "elm.icon.2";
11673                }
11674                align: 1.0 0.0;
11675                visible: 0;
11676             }
11677          }
11678          part { name: "elm.text.1.rect";
11679             clip_to: "disclip";
11680             type: RECT;
11681             scale: 1;
11682             description { state: "default" 0.0;
11683                min: 0 GENLIST_SIZE_48_INC;
11684                fixed: 0 1;
11685                rel1 {
11686                   relative: 1.0 1.0;
11687                   to_x: "elm.padding.left";
11688                   to_y: "elm.padding.top";
11689                }
11690                rel2 {
11691                   relative: 0.0 1.0;
11692                   to_x: "elm.padding.icon2.left";
11693                   to_y: "elm.padding.top";
11694                }
11695                align: 0.0 0.0;
11696                visible: 0;
11697             }
11698          }
11699          part { name: "elm.text.1";
11700             clip_to: "disclip";
11701             type: TEXT;
11702             mouse_events: 0;
11703             scale: 1;
11704             description { state: "default" 0.0;
11705                fixed: 1 1;
11706                rel1.to: "elm.text.1.rect";
11707                rel2.to: "elm.text.1.rect";
11708                align: 0.0 0.0;
11709                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
11710                text {
11711                   font: "SLP:style=Roman";
11712                   size: GENLIST_FONT_40_INC;
11713                   min: 0 1;
11714                   align: 0.0 0.5;
11715                   text_class: "list_item";
11716                }
11717             }
11718             description { state: "selected" 0.0;
11719                inherit: "default" 0.0;
11720                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11721             }
11722             GENLIST_DESCRIPTION_FLIP_ENABLED
11723          }
11724          part { name: "elm.text.2";
11725             clip_to: "disclip";
11726             type: TEXT;
11727             mouse_events: 0;
11728             scale: 1;
11729             description { state: "default" 0.0;
11730                min: 0 GENLIST_SIZE_48_INC;
11731                fixed: 0 1;
11732                rel1 {
11733                   relative: 1.0 1.0;
11734                   to_x: "elm.padding.left";
11735                   to_y: "elm.text.1.rect";
11736                }
11737                rel2 {
11738                   relative: 0.0 1.0;
11739                   to_x: "elm.padding.icon2.left";
11740                   to_y: "elm.text.1.rect";
11741                }
11742                align: 0.0 0.0;
11743                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
11744                text {
11745                   font: "SLP:style=Roman";
11746                   size: GENLIST_FONT_36_INC;
11747                   min: 0 1;
11748                   align: 0.0 0.5;
11749                   text_class: "slp_roman";
11750                }
11751             }
11752             description { state: "selected" 0.0;
11753                inherit: "default" 0.0;
11754                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11755             }
11756             GENLIST_DESCRIPTION_FLIP_ENABLED
11757          }
11758          part { name: "elm.text.3";
11759             clip_to: "disclip";
11760             type: TEXT;
11761             mouse_events: 0;
11762             scale: 1;
11763             description { state: "default" 0.0;
11764                min: 0 GENLIST_SIZE_35_INC;
11765                fixed: 0 1;
11766                rel1 {
11767                   relative: 1.0 0.0;
11768                   to_x: "elm.padding.icon1.right";
11769                   to_y: "elm.padding.bottom";
11770                }
11771                rel2 {
11772                   relative: 0.0 0.0;
11773                   to_x: "elm.padding.icon2.left";
11774                   to_y: "elm.padding.bottom";
11775                }
11776                align: 0.0 1.0;
11777                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03;
11778                text {
11779                   font: "SLP:style=Medium";
11780                   size: GENLIST_FONT_30_INC;
11781                   min: 0 1;
11782                   align: 0.0 0.5;
11783                   text_class: "slp_medium";
11784                }
11785             }
11786             description { state: "selected" 0.0;
11787                inherit: "default" 0.0;
11788                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03_FOCUS;
11789             }
11790             GENLIST_DESCRIPTION_FLIP_ENABLED
11791          }
11792          part { name: "elm.icon.1";
11793             clip_to: "disclip";
11794             type: SWALLOW;
11795             scale: 1;
11796             description { state: "default" 0.0;
11797                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11798                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
11799                fixed: 1 1;
11800                rel1 {
11801                   relative: 1.0 1.0;
11802                   to_x: "elm.padding.left";
11803                   to_y: "elm.text.2";
11804                }
11805                rel2 {
11806                   relative: 1.0 0.0;
11807                   to_x: "elm.padding.left";
11808                   to_y: "elm.padding.bottom";
11809                }
11810                align: 0.0 0.5;
11811             }
11812             GENLIST_DESCRIPTION_FLIP_ENABLED
11813          }
11814          part { name: "elm.padding.icon1.right";
11815             clip_to: "disclip";
11816             type: RECT;
11817             scale: 1;
11818             description { state: "default" 0.0;
11819                min: GENLIST_PADDING_16_INC 0;
11820                fixed: 1 0;
11821                rel1 {
11822                   relative: 1.0 0.0;
11823                   to_x: "elm.icon.1";
11824                }
11825                rel2.to_x: "elm.icon.1";
11826                align: 0.0 0.0;
11827                visible: 0;
11828             }
11829          }
11830          GENLIST_PART_FLIP
11831          GENLIST_PART_DISCLIP
11832       }
11833       programs {
11834          // signal: elm,state,%s,active
11835          //   a "check" item named %s went active
11836          // signal: elm,state,%s,passive
11837          //   a "check" item named %s went passive
11838          // default is passive
11839          program { name: "go_active";
11840             signal: "elm,state,selected";
11841             source: "elm";
11842             action: STATE_SET "selected" 0.0;
11843             target: "bg_image";
11844             target: "elm.text.1";
11845             target: "elm.text.2";
11846             target: "elm.text.3";
11847             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
11848          }
11849          program { name: "go_passive";
11850             signal: "elm,state,unselected";
11851             source: "elm";
11852             action: STATE_SET "default" 0.0;
11853             target: "bg_image";
11854             target: "elm.text.1";
11855             target: "elm.text.2";
11856             target: "elm.text.3";
11857             transition: LINEAR 0.1;
11858          }
11859          program { name: "go_disabled";
11860             signal: "elm,state,disabled";
11861             source: "elm";
11862             action: STATE_SET "disabled" 0.0;
11863             target: "disclip";
11864          }
11865          program { name: "go_enabled";
11866             signal: "elm,state,enabled";
11867             source: "elm";
11868             action: STATE_SET "default" 0.0;
11869             target: "disclip";
11870          }
11871          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
11872          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
11873       }
11874    }
11875
11876 // 3.4.2
11877    group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
11878       alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
11879       alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
11880       alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
11881       data.item: "stacking" "above";
11882       data.item: "selectraise" "on";
11883       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
11884       data.item: "contents" "elm.icon.1 elm.icon.2";
11885       data.item: "flips" "elm.flip.content";
11886       images {
11887          image: "00_list_bar_press_1x80.png" COMP;
11888       }
11889       parts {
11890          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
11891          GENLIST_PART_BG_IMAGE
11892          GENLIST_PART_BOTTOM_LINE
11893          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
11894          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
11895          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
11896          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
11897          part { name: "elm.icon.2";
11898             clip_to: "disclip";
11899             type: SWALLOW;
11900             scale: 1;
11901             description { state: "default" 0.0;
11902                min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
11903                max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
11904                fixed: 1 1;
11905                rel1 {
11906                   relative: 0.0 1.0;
11907                   to_x: "elm.padding.right";
11908                   to_y: "elm.padding.top";
11909                }
11910                rel2 {
11911                   relative: 0.0 0.0;
11912                   to_x: "elm.padding.right";
11913                   to_y: "elm.padding.bottom";
11914                }
11915                align: 1.0 0.5;
11916             }
11917             GENLIST_DESCRIPTION_FLIP_ENABLED
11918          }
11919          part { name: "elm.padding.icon2.left";
11920             clip_to: "disclip";
11921             type: RECT;
11922             scale: 1;
11923             description { state: "default" 0.0;
11924                min: GENLIST_PADDING_16_INC 0;
11925                fixed: 1 0;
11926                rel1.to_x: "elm.icon.2";
11927                rel2 {
11928                   relative: 0.0 1.0;
11929                   to_x: "elm.icon.2";
11930                }
11931                align: 1.0 0.0;
11932                visible: 0;
11933             }
11934          }
11935          part { name: "elm.text.1.rect";
11936             clip_to: "disclip";
11937             type: RECT;
11938             scale: 1;
11939             description { state: "default" 0.0;
11940                min: 0 GENLIST_SIZE_48_INC;
11941                fixed: 0 1;
11942                rel1 {
11943                   relative: 1.0 1.0;
11944                   to_x: "elm.padding.left";
11945                   to_y: "elm.padding.top";
11946                }
11947                rel2 {
11948                   relative: 0.0 1.0;
11949                   to_x: "elm.padding.icon2.left";
11950                   to_y: "elm.padding.top";
11951                }
11952                align: 0.0 0.0;
11953                visible: 0;
11954             }
11955          }
11956          part { name: "elm.text.1";
11957             clip_to: "disclip";
11958             type: TEXT;
11959             mouse_events: 0;
11960             scale: 1;
11961             description { state: "default" 0.0;
11962                fixed: 1 1;
11963                rel1.to: "elm.text.1.rect";
11964                rel2.to: "elm.text.1.rect";
11965                align: 0.0 0.0;
11966                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_READ;
11967                text {
11968                   font: "SLP:style=Roman";
11969                   size: GENLIST_FONT_40_INC;
11970                   min: 0 1;
11971                   align: 0.0 0.5;
11972                   text_class: "list_item";
11973                }
11974             }
11975             description { state: "selected" 0.0;
11976                inherit: "default" 0.0;
11977                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
11978             }
11979             GENLIST_DESCRIPTION_FLIP_ENABLED
11980          }
11981          part { name: "elm.text.2";
11982             clip_to: "disclip";
11983             type: TEXT;
11984             mouse_events: 0;
11985             scale: 1;
11986             description { state: "default" 0.0;
11987                min: 0 GENLIST_SIZE_48_INC;
11988                fixed: 0 1;
11989                rel1 {
11990                   relative: 1.0 1.0;
11991                   to_x: "elm.padding.left";
11992                   to_y: "elm.text.1.rect";
11993                }
11994                rel2 {
11995                   relative: 0.0 1.0;
11996                   to_x: "elm.padding.icon2.left";
11997                   to_y: "elm.text.1.rect";
11998                }
11999                align: 0.0 0.0;
12000                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_02;
12001                text {
12002                   font: "SLP:style=Roman";
12003                   size: GENLIST_FONT_36_INC;
12004                   min: 0 1;
12005                   align: 0.0 0.5;
12006                   text_class: "slp_roman";
12007                }
12008             }
12009             description { state: "selected" 0.0;
12010                inherit: "default" 0.0;
12011                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12012             }
12013             GENLIST_DESCRIPTION_FLIP_ENABLED
12014          }
12015          part { name: "elm.text.3";
12016             clip_to: "disclip";
12017             type: TEXT;
12018             mouse_events: 0;
12019             scale: 1;
12020             description { state: "default" 0.0;
12021                min: 0 GENLIST_SIZE_35_INC;
12022                fixed: 0 1;
12023                rel1 {
12024                   relative: 1.0 0.0;
12025                   to_x: "elm.padding.icon1.right";
12026                   to_y: "elm.padding.bottom";
12027                }
12028                rel2 {
12029                   relative: 0.0 0.0;
12030                   to_x: "elm.padding.icon2.left";
12031                   to_y: "elm.padding.bottom";
12032                }
12033                align: 0.0 1.0;
12034                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03;
12035                text {
12036                   font: "SLP:style=Medium";
12037                   size: GENLIST_FONT_30_INC;
12038                   min: 0 1;
12039                   align: 0.0 0.5;
12040                   text_class: "slp_medium";
12041                }
12042             }
12043             description { state: "selected" 0.0;
12044                inherit: "default" 0.0;
12045                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03_FOCUS;
12046             }
12047             GENLIST_DESCRIPTION_FLIP_ENABLED
12048          }
12049          part { name: "elm.icon.1";
12050             clip_to: "disclip";
12051             type: SWALLOW;
12052             scale: 1;
12053             description { state: "default" 0.0;
12054                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12055                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12056                fixed: 1 1;
12057                rel1 {
12058                   relative: 1.0 1.0;
12059                   to_x: "elm.padding.left";
12060                   to_y: "elm.text.2";
12061                }
12062                rel2 {
12063                   relative: 1.0 0.0;
12064                   to_x: "elm.padding.left";
12065                   to_y: "elm.padding.bottom";
12066                }
12067                align: 0.0 0.5;
12068             }
12069             GENLIST_DESCRIPTION_FLIP_ENABLED
12070          }
12071          part { name: "elm.padding.icon1.right";
12072             clip_to: "disclip";
12073             type: RECT;
12074             scale: 1;
12075             description { state: "default" 0.0;
12076                min: GENLIST_PADDING_16_INC 0;
12077                fixed: 1 0;
12078                rel1 {
12079                   relative: 1.0 0.0;
12080                   to_x: "elm.icon.1";
12081                }
12082                rel2.to_x: "elm.icon.1";
12083                align: 0.0 0.0;
12084                visible: 0;
12085             }
12086          }
12087          GENLIST_PART_FLIP
12088          GENLIST_PART_DISCLIP
12089       }
12090       programs {
12091          // signal: elm,state,%s,active
12092          //   a "check" item named %s went active
12093          // signal: elm,state,%s,passive
12094          //   a "check" item named %s went passive
12095          // default is passive
12096          program { name: "go_active";
12097             signal: "elm,state,selected";
12098             source: "elm";
12099             action: STATE_SET "selected" 0.0;
12100             target: "bg_image";
12101             target: "elm.text.1";
12102             target: "elm.text.2";
12103             target: "elm.text.3";
12104             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12105          }
12106          program { name: "go_passive";
12107             signal: "elm,state,unselected";
12108             source: "elm";
12109             action: STATE_SET "default" 0.0;
12110             target: "bg_image";
12111             target: "elm.text.1";
12112             target: "elm.text.2";
12113             target: "elm.text.3";
12114             transition: LINEAR 0.1;
12115          }
12116          program { name: "go_disabled";
12117             signal: "elm,state,disabled";
12118             source: "elm";
12119             action: STATE_SET "disabled" 0.0;
12120             target: "disclip";
12121          }
12122          program { name: "go_enabled";
12123             signal: "elm,state,enabled";
12124             source: "elm";
12125             action: STATE_SET "default" 0.0;
12126             target: "disclip";
12127          }
12128          GENLIST_PROGRAM_FLIP_3TEXT_2ICON
12129          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12130       }
12131    }
12132
12133 // 3.4.3
12134    group { name: "elm/genlist/item/multiline/3text.1icon/default";
12135       alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
12136       alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
12137       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
12138       data.item: "stacking" "above";
12139       data.item: "selectraise" "on";
12140       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12141       data.item: "contents" "elm.icon";
12142       data.item: "flips" "elm.flip.content";
12143       images {
12144          image: "00_list_bar_press_1x80.png" COMP;
12145       }
12146       parts {
12147          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12148          GENLIST_PART_BG_IMAGE
12149          GENLIST_PART_BOTTOM_LINE
12150          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12151          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12152          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12153          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12154          part { name: "elm.text.1.rect";
12155             clip_to: "disclip";
12156             type: RECT;
12157             scale: 1;
12158             description { state: "default" 0.0;
12159                min: 0 GENLIST_SIZE_48_INC;
12160                fixed: 0 1;
12161                rel1 {
12162                   relative: 1.0 1.0;
12163                   to_x: "elm.padding.left";
12164                   to_y: "elm.padding.top";
12165                }
12166                rel2 {
12167                   relative: 0.0 1.0;
12168                   to_x: "elm.padding.right";
12169                   to_y: "elm.padding.top";
12170                }
12171                align: 0.0 0.0;
12172                visible: 0;
12173             }
12174          }
12175          part { name: "elm.text.1";
12176             clip_to: "disclip";
12177             type: TEXT;
12178             mouse_events: 0;
12179             scale: 1;
12180             description { state: "default" 0.0;
12181                fixed: 1 1;
12182                rel1.to: "elm.text.1.rect";
12183                rel2.to: "elm.text.1.rect";
12184                align: 0.0 0.0;
12185                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
12186                text {
12187                   font: "SLP:style=Roman";
12188                   size: GENLIST_FONT_40_INC;
12189                   min: 0 1;
12190                   align: 0.0 0.5;
12191                   text_class: "list_item";
12192                }
12193             }
12194             description { state: "selected" 0.0;
12195                inherit: "default" 0.0;
12196                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12197             }
12198             GENLIST_DESCRIPTION_FLIP_ENABLED
12199          }
12200          part { name: "elm.text.2";
12201             clip_to: "disclip";
12202             type: TEXT;
12203             mouse_events: 0;
12204             scale: 1;
12205             description { state: "default" 0.0;
12206                min: 0 GENLIST_SIZE_48_INC;
12207                fixed: 0 1;
12208                rel1 {
12209                   relative: 1.0 1.0;
12210                   to_x: "elm.padding.left";
12211                   to_y: "elm.text.1.rect";
12212                }
12213                rel2 {
12214                   relative: 0.0 1.0;
12215                   to_x: "elm.padding.right";
12216                   to_y: "elm.text.1.rect";
12217                }
12218                align: 0.0 0.0;
12219                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
12220                text {
12221                   font: "SLP:style=Roman";
12222                   size: GENLIST_FONT_36_INC;
12223                   min: 0 1;
12224                   align: 0.0 0.5;
12225                   text_class: "slp_roman";
12226                }
12227             }
12228             description { state: "selected" 0.0;
12229                inherit: "default" 0.0;
12230                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12231             }
12232             GENLIST_DESCRIPTION_FLIP_ENABLED
12233          }
12234          part { name: "elm.text.3";
12235             clip_to: "disclip";
12236             type: TEXT;
12237             mouse_events: 0;
12238             scale: 1;
12239             description { state: "default" 0.0;
12240                min: 0 GENLIST_SIZE_35_INC;
12241                fixed: 0 1;
12242                rel1 {
12243                   relative: 1.0 0.0;
12244                   to_x: "elm.padding.icon.right";
12245                   to_y: "elm.padding.bottom";
12246                }
12247                rel2 {
12248                   relative: 0.0 0.0;
12249                   to_x: "elm.padding.right";
12250                   to_y: "elm.padding.bottom";
12251                }
12252                align: 0.0 1.0;
12253                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03;
12254                text {
12255                   font: "SLP:style=Medium";
12256                   size: GENLIST_FONT_30_INC;
12257                   min: 0 1;
12258                   align: 0.0 0.5;
12259                   text_class: "slp_medium";
12260                }
12261             }
12262             description { state: "selected" 0.0;
12263                inherit: "default" 0.0;
12264                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03_FOCUS;
12265             }
12266             GENLIST_DESCRIPTION_FLIP_ENABLED
12267          }
12268          part { name: "elm.icon";
12269             clip_to: "disclip";
12270             type: SWALLOW;
12271             scale: 1;
12272             description { state: "default" 0.0;
12273                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12274                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12275                fixed: 1 1;
12276                rel1 {
12277                   relative: 1.0 0.0;
12278                   to_x: "elm.padding.left";
12279                   to_y: "elm.text.3";
12280                }
12281                rel2 {
12282                   relative: 1.0 0.0;
12283                   to_x: "elm.padding.left";
12284                   to_y: "elm.padding.bottom";
12285                }
12286                align: 0.0 0.5;
12287             }
12288             GENLIST_DESCRIPTION_FLIP_ENABLED
12289          }
12290          part { name: "elm.padding.icon.right";
12291             clip_to: "disclip";
12292             type: RECT;
12293             scale: 1;
12294             description { state: "default" 0.0;
12295                min: GENLIST_PADDING_16_INC 0;
12296                fixed: 1 0;
12297                rel1 {
12298                   relative: 1.0 0.0;
12299                   to_x: "elm.icon";
12300                }
12301                rel2.to_x: "elm.icon";
12302                align: 0.0 0.0;
12303                visible: 0;
12304             }
12305          }
12306          GENLIST_PART_FLIP
12307          GENLIST_PART_DISCLIP
12308       }
12309       programs {
12310          // signal: elm,state,%s,active
12311          //   a "check" item named %s went active
12312          // signal: elm,state,%s,passive
12313          //   a "check" item named %s went passive
12314          // default is passive
12315          program { name: "go_active";
12316             signal: "elm,state,selected";
12317             source: "elm";
12318             action: STATE_SET "selected" 0.0;
12319             target: "bg_image";
12320             target: "elm.text.1";
12321             target: "elm.text.2";
12322             target: "elm.text.3";
12323             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12324          }
12325          program { name: "go_passive";
12326             signal: "elm,state,unselected";
12327             source: "elm";
12328             action: STATE_SET "default" 0.0;
12329             target: "bg_image";
12330             target: "elm.text.1";
12331             target: "elm.text.2";
12332             target: "elm.text.3";
12333             transition: LINEAR 0.1;
12334          }
12335          program { name: "go_disabled";
12336             signal: "elm,state,disabled";
12337             source: "elm";
12338             action: STATE_SET "disabled" 0.0;
12339             target: "disclip";
12340          }
12341          program { name: "go_enabled";
12342             signal: "elm,state,enabled";
12343             source: "elm";
12344             action: STATE_SET "default" 0.0;
12345             target: "disclip";
12346          }
12347          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
12348          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12349       }
12350    }
12351
12352 // 3.4.3
12353    group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
12354       alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
12355       alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
12356       alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
12357       data.item: "stacking" "above";
12358       data.item: "selectraise" "on";
12359       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
12360       data.item: "contents" "elm.icon";
12361       data.item: "flips" "elm.flip.content";
12362       images {
12363          image: "00_list_bar_press_1x80.png" COMP;
12364       }
12365       parts {
12366          GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
12367          GENLIST_PART_BG_IMAGE
12368          GENLIST_PART_BOTTOM_LINE
12369          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
12370          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
12371          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12372          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12373          part { name: "elm.text.1.rect";
12374             clip_to: "disclip";
12375             type: RECT;
12376             scale: 1;
12377             description { state: "default" 0.0;
12378                min: 0 GENLIST_SIZE_48_INC;
12379                fixed: 0 1;
12380                rel1 {
12381                   relative: 1.0 1.0;
12382                   to_x: "elm.padding.left";
12383                   to_y: "elm.padding.top";
12384                }
12385                rel2 {
12386                   relative: 0.0 1.0;
12387                   to_x: "elm.padding.right";
12388                   to_y: "elm.padding.top";
12389                }
12390                align: 0.0 0.0;
12391                visible: 0;
12392             }
12393          }
12394          part { name: "elm.text.1";
12395             clip_to: "disclip";
12396             type: TEXT;
12397             mouse_events: 0;
12398             scale: 1;
12399             description { state: "default" 0.0;
12400                fixed: 1 1;
12401                rel1.to: "elm.text.1.rect";
12402                rel2.to: "elm.text.1.rect";
12403                align: 0.0 0.0;
12404                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
12405                text {
12406                   font: "SLP:style=Roman";
12407                   size: GENLIST_FONT_40_INC;
12408                   min: 0 1;
12409                   align: 0.0 0.5;
12410                   text_class: "list_item";
12411                }
12412             }
12413             description { state: "selected" 0.0;
12414                inherit: "default" 0.0;
12415                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12416             }
12417             GENLIST_DESCRIPTION_FLIP_ENABLED
12418          }
12419          part { name: "elm.text.2";
12420             clip_to: "disclip";
12421             type: TEXT;
12422             mouse_events: 0;
12423             scale: 1;
12424             description { state: "default" 0.0;
12425                min: 0 GENLIST_SIZE_48_INC;
12426                fixed: 0 1;
12427                rel1 {
12428                   relative: 1.0 1.0;
12429                   to_x: "elm.padding.left";
12430                   to_y: "elm.text.1.rect";
12431                }
12432                rel2 {
12433                   relative: 0.0 1.0;
12434                   to_x: "elm.padding.right";
12435                   to_y: "elm.text.1.rect";
12436                }
12437                align: 0.0 0.0;
12438                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_02;
12439                text {
12440                   font: "SLP:style=Roman";
12441                   size: GENLIST_FONT_36_INC;
12442                   min: 0 1;
12443                   align: 0.0 0.5;
12444                   text_class: "slp_roman";
12445                }
12446             }
12447             description { state: "selected" 0.0;
12448                inherit: "default" 0.0;
12449                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12450             }
12451             GENLIST_DESCRIPTION_FLIP_ENABLED
12452          }
12453          part { name: "elm.text.3";
12454             clip_to: "disclip";
12455             type: TEXT;
12456             mouse_events: 0;
12457             scale: 1;
12458             description { state: "default" 0.0;
12459                min: 0 GENLIST_SIZE_35_INC;
12460                fixed: 0 1;
12461                rel1 {
12462                   relative: 1.0 0.0;
12463                   to_x: "elm.padding.icon.right";
12464                   to_y: "elm.padding.bottom";
12465                }
12466                rel2 {
12467                   relative: 0.0 0.0;
12468                   to_x: "elm.padding.right";
12469                   to_y: "elm.padding.bottom";
12470                }
12471                align: 0.0 1.0;
12472                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03;
12473                text {
12474                   font: "SLP:style=Medium";
12475                   size: GENLIST_FONT_30_INC;
12476                   min: 0 1;
12477                   align: 0.0 0.5;
12478                   text_class: "slp_medium";
12479                }
12480             }
12481             description { state: "selected" 0.0;
12482                inherit: "default" 0.0;
12483                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_03_FOCUS;
12484             }
12485             GENLIST_DESCRIPTION_FLIP_ENABLED
12486          }
12487          part { name: "elm.icon";
12488             clip_to: "disclip";
12489             type: SWALLOW;
12490             scale: 1;
12491             description { state: "default" 0.0;
12492                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12493                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12494                fixed: 1 1;
12495                rel1 {
12496                   relative: 1.0 0.0;
12497                   to_x: "elm.padding.left";
12498                   to_y: "elm.text.3";
12499                }
12500                rel2 {
12501                   relative: 1.0 0.0;
12502                   to_x: "elm.padding.left";
12503                   to_y: "elm.padding.bottom";
12504                }
12505                align: 0.0 0.5;
12506             }
12507             GENLIST_DESCRIPTION_FLIP_ENABLED
12508          }
12509          part { name: "elm.padding.icon.right";
12510             clip_to: "disclip";
12511             type: RECT;
12512             scale: 1;
12513             description { state: "default" 0.0;
12514                min: GENLIST_PADDING_16_INC 0;
12515                fixed: 1 0;
12516                rel1 {
12517                   relative: 1.0 0.0;
12518                   to_x: "elm.icon";
12519                }
12520                rel2.to_x: "elm.icon";
12521                align: 0.0 0.0;
12522                visible: 0;
12523             }
12524          }
12525          GENLIST_PART_FLIP
12526          GENLIST_PART_DISCLIP
12527       }
12528       programs {
12529          // signal: elm,state,%s,active
12530          //   a "check" item named %s went active
12531          // signal: elm,state,%s,passive
12532          //   a "check" item named %s went passive
12533          // default is passive
12534          program { name: "go_active";
12535             signal: "elm,state,selected";
12536             source: "elm";
12537             action: STATE_SET "selected" 0.0;
12538             target: "bg_image";
12539             target: "elm.text.1";
12540             target: "elm.text.2";
12541             target: "elm.text.3";
12542             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
12543          }
12544          program { name: "go_passive";
12545             signal: "elm,state,unselected";
12546             source: "elm";
12547             action: STATE_SET "default" 0.0;
12548             target: "bg_image";
12549             target: "elm.text.1";
12550             target: "elm.text.2";
12551             target: "elm.text.3";
12552             transition: LINEAR 0.1;
12553          }
12554          program { name: "go_disabled";
12555             signal: "elm,state,disabled";
12556             source: "elm";
12557             action: STATE_SET "disabled" 0.0;
12558             target: "disclip";
12559          }
12560          program { name: "go_enabled";
12561             signal: "elm,state,enabled";
12562             source: "elm";
12563             action: STATE_SET "default" 0.0;
12564             target: "disclip";
12565          }
12566          GENLIST_PROGRAM_FLIP_3TEXT_1ICON
12567          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
12568       }
12569    }
12570
12571    // 2.2.3.11
12572    group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
12573       alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
12574       alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
12575       alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
12576       data.item: "stacking" "above";
12577       data.item: "selectraise" "on";
12578       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
12579       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
12580       data.item: "flips" "elm.flip.content";
12581       images {
12582          image: "00_list_bar_press_1x80.png" COMP;
12583       }
12584       parts {
12585          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
12586          GENLIST_PART_BG_IMAGE
12587          GENLIST_PART_BOTTOM_LINE
12588          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
12589          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
12590          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
12591          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
12592
12593          part { name: "elm.icon.1";
12594             clip_to: "disclip";
12595             type: SWALLOW;
12596             scale: 1;
12597             description { state: "default" 0.0;
12598                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
12599                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
12600                fixed: 1 1;
12601                rel1 {
12602                   relative: 1.0 1.0;
12603                   to_x: "elm.padding.left";
12604                   to_y: "elm.padding.top";
12605                }
12606                rel2 {
12607                   relative: 1.0 0.0;
12608                   to_x: "elm.padding.left";
12609                   to_y: "elm.padding.bottom";
12610                }
12611                align: 0.0 0.5;
12612             }
12613             GENLIST_DESCRIPTION_FLIP_ENABLED
12614          }
12615          part { name: "elm.padding.icon1.right";
12616             clip_to: "disclip";
12617             type: RECT;
12618             scale: 1;
12619             description { state: "default" 0.0;
12620                min: GENLIST_PADDING_16_INC 0;
12621                fixed: 1 0;
12622                rel1 {
12623                   relative: 1.0 0.0;
12624                   to_x: "elm.icon.1";
12625                }
12626                rel2.to_x: "elm.icon.1";
12627                align: 0.0 0.0;
12628                visible: 0;
12629             }
12630          }
12631          part { name: "elm.icon.3";
12632             clip_to: "disclip";
12633             type: SWALLOW;
12634             scale: 1;
12635             description { state: "default" 0.0;
12636                min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
12637                max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
12638                fixed: 1 1;
12639                rel1 {
12640                   relative: 0.0 1.0;
12641                   to_x: "elm.padding.right";
12642                   to_y: "elm.padding.top";
12643                }
12644                rel2 {
12645                   relative: 0.0 0.0;
12646                   to_x: "elm.padding.right";
12647                   to_y: "elm.padding.bottom";
12648                }
12649                align: 1.0 0.0;
12650             }
12651             GENLIST_DESCRIPTION_FLIP_ENABLED
12652          }
12653          part { name: "elm.icon.3.left";
12654             clip_to: "disclip";
12655             type: RECT;
12656             scale: 1;
12657             description { state: "default" 0.0;
12658                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12659                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12660                fixed: 1 1;
12661                rel1 {
12662                   relative: 0.0 1.0;
12663                   to_x: "elm.icon.3";
12664                   to_y: "elm.padding.top";
12665                }
12666                rel2 {
12667                   relative: 0.0 0.0;
12668                   to_x: "elm.icon.3";
12669                   to_y: "elm.padding.bottom";
12670                }
12671                align: 1.0 0.0;
12672                visible: 0;
12673             }
12674             GENLIST_DESCRIPTION_FLIP_ENABLED
12675          }
12676          part { name: "elm.icon.4";
12677             clip_to: "disclip";
12678             type: SWALLOW;
12679             scale: 1;
12680             description { state: "default" 0.0;
12681                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12682                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12683                fixed: 1 1;
12684                rel1 {
12685                   relative: 0.0 1.0;
12686                   to_x: "elm.icon.3.left";
12687                   to_y: "elm.padding.top";
12688                }
12689                rel2 {
12690                   relative: 0.0 0.0;
12691                   to_x: "elm.icon.3.left";
12692                   to_y: "elm.text.2";
12693                }
12694                align: 1.0 0.5;
12695             }
12696             GENLIST_DESCRIPTION_FLIP_ENABLED
12697          }
12698          part { name: "elm.icon.4.left";
12699             clip_to: "disclip";
12700             type: RECT;
12701             scale: 1;
12702             description { state: "default" 0.0;
12703                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12704                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
12705                fixed: 1 1;
12706                rel1 {
12707                   relative: 0.0 1.0;
12708                   to_x: "elm.icon.4";
12709                   to_y: "elm.padding.top";
12710                }
12711                rel2 {
12712                   relative: 0.0 0.0;
12713                   to_x: "elm.icon.4";
12714                   to_y: "elm.padding.bottom";
12715                }
12716                align: 1.0 0.0;
12717                visible: 0;
12718             }
12719             GENLIST_DESCRIPTION_FLIP_ENABLED
12720          }
12721
12722          part { name: "elm.text.1.rect";
12723             clip_to: "disclip";
12724             type: RECT;
12725             scale: 1;
12726             description { state: "default" 0.0;
12727                min: 0 GENLIST_SIZE_60_INC;
12728                fixed: 0 1;
12729                rel1 {
12730                   relative: 1.0 1.0;
12731                   to_x: "elm.padding.left";
12732                   to_y: "elm.padding.top";
12733                }
12734                rel2 {
12735                   relative: 0.0 1.0;
12736                   to_x: "elm.icon.4.left";
12737                   to_y: "elm.padding.top";
12738                }
12739                align: 0.0 0.0;
12740                visible: 0;
12741             }
12742          }
12743          part { name: "elm.text.1";
12744             clip_to: "disclip";
12745             type: TEXT;
12746             mouse_events: 0;
12747             scale: 1;
12748             description { state: "default" 0.0;
12749                fixed: 1 1;
12750                rel1 {
12751                   relative: 1.0 1.0;
12752                   to_x: "elm.padding.icon1.right";
12753                   to_y: "elm.padding.top";
12754                }
12755                rel2.to: "elm.text.1.rect";
12756                align: 0.0 0.0;
12757                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
12758                text {
12759                   font: "SLP:style=Roman";
12760                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
12761                   min: 0 1;
12762                   align: 0.0 0.5;
12763                   text_class: "list_item";
12764                }
12765             }
12766             description { state: "selected" 0.0;
12767                inherit: "default" 0.0;
12768                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12769             }
12770             GENLIST_DESCRIPTION_FLIP_ENABLED
12771          }
12772          part { name: "elm.text.1.bottom";
12773             clip_to: "disclip";
12774             type: RECT;
12775             scale: 1;
12776             description { state: "default" 0.0;
12777                min: 0 GENLIST_SIZE_4_INC;
12778                fixed: 1 1;
12779                rel1 {
12780                   relative: 1.0 1.0;
12781                   to_x: "elm.padding.icon1.right";
12782                   to_y: "elm.text.1.rect";
12783                }
12784                rel2 {
12785                   relative: 0.0 1.0;
12786                   to_x: "elm.padding.right";
12787                   to_y: "elm.text.1.rect";
12788                }
12789                align: 0.0 1.0;
12790                visible: 0;
12791             }
12792             GENLIST_DESCRIPTION_FLIP_ENABLED
12793          }
12794          part { name: "elm.text.2";
12795             clip_to: "disclip";
12796             type: TEXT;
12797             mouse_events: 0;
12798             scale: 1;
12799             description { state: "default" 0.0;
12800                min: 0 GENLIST_SIZE_40_INC;
12801                fixed: 0 1;
12802                rel1 {
12803                   relative: 1.0 1.0;
12804                   to_x: "elm.padding.icon1.right";
12805                   to_y: "elm.text.1.bottom";
12806                }
12807                rel2 {
12808                   relative: 0.0 1.0;
12809                   to_x: "elm.padding.right";
12810                   to_y: "elm.text.1.bottom";
12811                }
12812                align: 0.0 0.0;
12813                color: GENLIST_TEXT_COLOR_NAME_TEXT;
12814                text {
12815                   font: "SLP:style=Medium";
12816                   size: GENLIST_FONT_32_INC;
12817                   min: 0 1;
12818                   align: 0.0 0.5;
12819                   text_class: "slp_medium";
12820                }
12821             }
12822             description { state: "selected" 0.0;
12823                inherit: "default" 0.0;
12824                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12825             }
12826             GENLIST_DESCRIPTION_FLIP_ENABLED
12827          }
12828          part { name: "elm.text.4";
12829             clip_to: "disclip";
12830             type: TEXT;
12831             mouse_events: 0;
12832             scale: 1;
12833             description { state: "default" 0.0;
12834                min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
12835                fixed: 1 1;
12836                rel1 {
12837                   relative: 0.0 1.0;
12838                   to_x: "elm.padding.right";
12839                   to_y: "elm.text.2";
12840                }
12841                rel2 {
12842                   relative: 0.0 0.0;
12843                   to_x: "elm.padding.right";
12844                   to_y: "elm.padding.bottom";
12845                }
12846                align: 1.0 0.0;
12847                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
12848                text {
12849                   font: "SLP:style=Medium";
12850                   size: GENLIST_FONT_32_INC;
12851                   min: 0 1;
12852                   align: 0.0 0.5;
12853                   text_class: "slp_medium";
12854                }
12855             }
12856             description { state: "selected" 0.0;
12857                inherit: "default" 0.0;
12858                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12859             }
12860             GENLIST_DESCRIPTION_FLIP_ENABLED
12861          }
12862          part { name: "elm.text.4.left";
12863             clip_to: "disclip";
12864             type: RECT;
12865             scale: 1;
12866             description { state: "default" 0.0;
12867                min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
12868                max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
12869                fixed: 1 1;
12870                color: 255 0 255 255;
12871                rel1 {
12872                   relative: 0.0 1.0;
12873                   to_x: "elm.text.4";
12874                   to_y: "elm.text.2";
12875                }
12876                rel2 {
12877                   relative: 0.0 0.0;
12878                   to_x: "elm.text.4";
12879                   to_y: "elm.padding.bottom";
12880                }
12881                align: 1.0 0.0;
12882                visible: 0;
12883             }
12884             GENLIST_DESCRIPTION_FLIP_ENABLED
12885          }
12886          part { name: "elm.text.3";
12887             clip_to: "disclip";
12888             type: TEXT;
12889             mouse_events: 0;
12890             scale: 1;
12891             description { state: "default" 0.0;
12892                min: 0 GENLIST_SIZE_40_INC;
12893                fixed: 0 1;
12894                rel1 {
12895                   relative: 1.0 0.0;
12896                   to_x: "elm.padding.icon1.right";
12897                   to_y: "elm.padding.bottom";
12898                }
12899                rel2 {
12900                   relative: 0.0 0.0;
12901                   to_x: "elm.text.4.left";
12902                   to_y: "elm.padding.bottom";
12903                }
12904                align: 0.0 1.0;
12905                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
12906                text {
12907                   font: "SLP:style=Medium";
12908                   size: GENLIST_FONT_32_INC;
12909                   min: 0 1;
12910                   align: 0.0 0.5;
12911                   text_class: "slp_medium";
12912                }
12913             }
12914             description { state: "selected" 0.0;
12915                inherit: "default" 0.0;
12916                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
12917             }
12918             GENLIST_DESCRIPTION_FLIP_ENABLED
12919          }
12920
12921          GENLIST_PART_FLIP
12922          GENLIST_PART_DISCLIP
12923       }
12924       programs {
12925          program { name: "go_active";
12926             signal: "elm,state,selected";
12927             source: "elm";
12928             action: STATE_SET "selected" 0.0;
12929             target: "bg_image";
12930             target: "elm.text.1";
12931             target: "elm.text.2";
12932             target: "elm.text.3";
12933             target: "elm.text.4";
12934          }
12935          program { name: "go_passive";
12936             signal: "elm,state,unselected";
12937             source: "elm";
12938             action: STATE_SET "default" 0.0;
12939             target: "bg_image";
12940             target: "elm.text.1";
12941             target: "elm.text.2";
12942             target: "elm.text.3";
12943             target: "elm.text.4";
12944             transition: LINEAR 0.1;
12945          }
12946          program { name: "go_disabled";
12947             signal: "elm,state,disabled";
12948             source: "elm";
12949             action: STATE_SET "disabled" 0.0;
12950             target: "disclip";
12951          }
12952          program { name: "go_enabled";
12953             signal: "elm,state,enabled";
12954             source: "elm";
12955             action: STATE_SET "default" 0.0;
12956             target: "disclip";
12957          }
12958       }
12959    }
12960
12961    // 2.2.3.12
12962    group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
12963       alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
12964       alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
12965       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
12966       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
12967
12968       parts {
12969          part { name: "elm.text.1";
12970             description { state: "default" 0.0;
12971                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_READ;
12972             }
12973          }
12974       }
12975    }
12976
12977    // 2.2.3.9
12978    group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
12979       alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
12980       alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
12981       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
12982       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
12983       data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
12984
12985       parts {
12986          part { name: "elm.icon.5";
12987             clip_to: "disclip";
12988             type: SWALLOW;
12989             scale: 1;
12990             description { state: "default" 0.0;
12991                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12992                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
12993                fixed: 1 1;
12994                rel1 {
12995                   relative: 0.0 1.0;
12996                   to_x: "elm.icon.4.left";
12997                   to_y: "elm.padding.top";
12998                }
12999                rel2 {
13000                   relative: 0.0 0.0;
13001                   to_x: "elm.icon.4.left";
13002                   to_y: "elm.text.2";
13003                }
13004                align: 1.0 0.5;
13005             }
13006             GENLIST_DESCRIPTION_FLIP_ENABLED
13007          }
13008          part { name: "elm.icon.5.left";
13009             clip_to: "disclip";
13010             type: RECT;
13011             scale: 1;
13012             description { state: "default" 0.0;
13013                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13014                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13015                fixed: 1 1;
13016                rel1 {
13017                   relative: 0.0 1.0;
13018                   to_x: "elm.icon.5";
13019                   to_y: "elm.padding.top";
13020                }
13021                rel2 {
13022                   relative: 0.0 0.0;
13023                   to_x: "elm.icon.5";
13024                   to_y: "elm.padding.bottom";
13025                }
13026                align: 1.0 0.0;
13027                visible: 0;
13028             }
13029             GENLIST_DESCRIPTION_FLIP_ENABLED
13030          }
13031          part { name: "elm.text.1.rect";
13032             description { state: "default" 0.0;
13033                rel2.to_x: "elm.icon.5.left";
13034             }
13035          }
13036       }
13037    }
13038
13039    // 2.2.3.10
13040    group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
13041       alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
13042       alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
13043       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
13044       inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
13045
13046       parts {
13047          part { name: "elm.text.1";
13048             description { state: "default" 0.0;
13049                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_READ;
13050             }
13051          }
13052       }
13053    }
13054
13055    // 2.2.3.7
13056    group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
13057       alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
13058       alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
13059       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
13060       inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
13061       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
13062
13063       parts {
13064           part { name: "elm.icon.2";
13065             clip_to: "disclip";
13066             type: SWALLOW;
13067             scale: 1;
13068             description { state: "default" 0.0;
13069                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13070                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13071                fixed: 1 1;
13072                rel1 {
13073                   relative: 1.0 1.0;
13074                   to_x: "elm.padding.icon1.right";
13075                   to_y: "elm.text.2";
13076                }
13077                rel2 {
13078                   relative: 1.0 0.0;
13079                   to_x: "elm.padding.icon1.right";
13080                   to_y: "elm.padding.bottom";
13081                }
13082                align: 0.0 0.5;
13083             }
13084             GENLIST_DESCRIPTION_FLIP_ENABLED
13085          }
13086          part { name: "elm.padding.icon2.right";
13087             clip_to: "disclip";
13088             type: RECT;
13089             scale: 1;
13090             description { state: "default" 0.0;
13091                min: GENLIST_SIZE_16_INC 0;
13092                fixed: 1 0;
13093                rel1 {
13094                   relative: 1.0 0.0;
13095                   to_x: "elm.icon.2";
13096                }
13097                rel2.to_x: "elm.icon.2";
13098                align: 0.0 0.0;
13099                visible: 0;
13100             }
13101          }
13102          part { name: "elm.text.3";
13103             clip_to: "disclip";
13104             type: TEXT;
13105             mouse_events: 0;
13106             scale: 1;
13107             description { state: "default" 0.0;
13108                min: 0 GENLIST_SIZE_40_INC;
13109                fixed: 0 1;
13110                rel1 {
13111                   relative: 1.0 0.0;
13112                   to_x: "elm.padding.icon2.right";
13113                   to_y: "elm.padding.bottom";
13114                }
13115                rel2 {
13116                   relative: 0.0 0.0;
13117                   to_x: "elm.text.4.left";
13118                   to_y: "elm.padding.bottom";
13119                }
13120                align: 0.0 1.0;
13121                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
13122                text {
13123                   font: "SLP:style=Medium";
13124                   size: GENLIST_FONT_32_INC;
13125                   min: 0 1;
13126                   align: 0.0 0.5;
13127                   text_class: "slp_medium";
13128                }
13129             }
13130             description { state: "selected" 0.0;
13131                inherit: "default" 0.0;
13132                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13133             }
13134             GENLIST_DESCRIPTION_FLIP_ENABLED
13135          }
13136       }
13137    }
13138
13139    // 2.2.3.8
13140    group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
13141       alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
13142       alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
13143       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
13144       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
13145
13146       parts {
13147          part { name: "elm.text.1";
13148             description { state: "default" 0.0;
13149                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_READ;
13150             }
13151          }
13152       }
13153    }
13154
13155    // 2.2.3.5
13156    group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
13157       alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
13158       alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
13159       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
13160       inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
13161       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
13162
13163       parts {
13164          part { name: "elm.icon.5";
13165             clip_to: "disclip";
13166             type: SWALLOW;
13167             scale: 1;
13168             description { state: "default" 0.0;
13169                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13170                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13171                fixed: 1 1;
13172                rel1 {
13173                   relative: 0.0 1.0;
13174                   to_x: "elm.icon.4.left";
13175                   to_y: "elm.padding.top";
13176                }
13177                rel2 {
13178                   relative: 0.0 0.0;
13179                   to_x: "elm.icon.4.left";
13180                   to_y: "elm.text.2";
13181                }
13182                align: 1.0 0.5;
13183             }
13184             GENLIST_DESCRIPTION_FLIP_ENABLED
13185          }
13186          part { name: "elm.icon.5.left";
13187             clip_to: "disclip";
13188             type: RECT;
13189             scale: 1;
13190             description { state: "default" 0.0;
13191                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13192                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13193                fixed: 1 1;
13194                rel1 {
13195                   relative: 0.0 1.0;
13196                   to_x: "elm.icon.5";
13197                   to_y: "elm.padding.top";
13198                }
13199                rel2 {
13200                   relative: 0.0 0.0;
13201                   to_x: "elm.icon.5";
13202                   to_y: "elm.padding.bottom";
13203                }
13204                align: 1.0 0.0;
13205                visible: 0;
13206             }
13207             GENLIST_DESCRIPTION_FLIP_ENABLED
13208          }
13209          part { name: "elm.text.1.rect";
13210             description { state: "default" 0.0;
13211                rel2 {
13212                   to_x: "elm.icon.5.left";
13213                }
13214             }
13215          }
13216       }
13217    }
13218
13219    // 2.2.3.6
13220    group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
13221       alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
13222       alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
13223       alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
13224       inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
13225
13226       parts {
13227          part { name: "elm.text.1";
13228             description { state: "default" 0.0;
13229                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
13230             }
13231          }
13232       }
13233    }
13234
13235    // 2.2.3.13
13236    group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
13237       alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
13238       alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
13239       alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
13240       data.item: "stacking" "above";
13241       data.item: "selectraise" "on";
13242       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
13243       data.item: "contents" "elm.icon.1 elm.icon.4";
13244       data.item: "flips" "elm.flip.content";
13245       images {
13246          image: "00_list_bar_press_1x80.png" COMP;
13247       }
13248       parts {
13249          GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
13250          GENLIST_PART_BG_IMAGE
13251          GENLIST_PART_BOTTOM_LINE
13252          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
13253          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
13254          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13255          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13256
13257          part { name: "elm.icon.1";
13258             clip_to: "disclip";
13259             type: SWALLOW;
13260             scale: 1;
13261             description { state: "default" 0.0;
13262                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13263                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
13264                fixed: 1 1;
13265                rel1 {
13266                   relative: 1.0 1.0;
13267                   to_x: "elm.padding.left";
13268                   to_y: "elm.padding.top";
13269                }
13270                rel2 {
13271                   relative: 1.0 0.0;
13272                   to_x: "elm.padding.left";
13273                   to_y: "elm.padding.bottom";
13274                }
13275                align: 0.0 0.5;
13276             }
13277             GENLIST_DESCRIPTION_FLIP_ENABLED
13278          }
13279          part { name: "elm.padding.icon1.right";
13280             clip_to: "disclip";
13281             type: RECT;
13282             scale: 1;
13283             description { state: "default" 0.0;
13284                min: GENLIST_PADDING_16_INC 0;
13285                fixed: 1 0;
13286                rel1 {
13287                   relative: 1.0 0.0;
13288                   to_x: "elm.icon.1";
13289                }
13290                rel2.to_x: "elm.icon.1";
13291                align: 0.0 0.0;
13292                visible: 0;
13293             }
13294          }
13295          part { name: "elm.icon.4";
13296             clip_to: "disclip";
13297             type: SWALLOW;
13298             scale: 1;
13299             description { state: "default" 0.0;
13300                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13301                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
13302                fixed: 1 1;
13303                rel1 {
13304                   relative: 0.0 1.0;
13305                   to_x: "elm.padding.right";
13306                   to_y: "elm.padding.top";
13307                }
13308                rel2 {
13309                   relative: 0.0 0.0;
13310                   to_x: "elm.padding.right";
13311                   to_y: "elm.text.2";
13312                }
13313                align: 1.0 0.5;
13314             }
13315             GENLIST_DESCRIPTION_FLIP_ENABLED
13316          }
13317          part { name: "elm.icon.4.left";
13318             clip_to: "disclip";
13319             type: RECT;
13320             scale: 1;
13321             description { state: "default" 0.0;
13322                min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13323                max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
13324                fixed: 1 1;
13325                rel1 {
13326                   relative: 0.0 1.0;
13327                   to_x: "elm.icon.4";
13328                   to_y: "elm.padding.top";
13329                }
13330                rel2 {
13331                   relative: 0.0 0.0;
13332                   to_x: "elm.icon.4";
13333                   to_y: "elm.padding.bottom";
13334                }
13335                align: 1.0 0.0;
13336                visible: 0;
13337             }
13338             GENLIST_DESCRIPTION_FLIP_ENABLED
13339          }
13340          part { name: "elm.icon.2";
13341             clip_to: "disclip";
13342             type: SWALLOW;
13343             scale: 1;
13344             description { state: "default" 0.0;
13345                fixed: 1 1;
13346                min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
13347                rel1 {
13348                   relative: 0.0 1.0;
13349                   to_x: "elm.padding.right";
13350                   to_y: "elm.text.1.bottom";
13351                }
13352                rel2 {
13353                   relative: 0.0 0.0;
13354                   to_x: "elm.padding.right";
13355                   to_y: "elm.padding.bottom";
13356                }
13357                align: 1.0 0.5;
13358             }
13359             GENLIST_DESCRIPTION_FLIP_ENABLED
13360          }
13361          part { name: "elm.padding.icon2.left";
13362             clip_to: "disclip";
13363             type: RECT;
13364             scale: 1;
13365             description { state: "default" 0.0;
13366                min: GENLIST_PADDING_16_INC 0;
13367                fixed: 1 0;
13368                rel1.to_x: "elm.icon.2";
13369                rel2 {
13370                   relative: 0.0 1.0;
13371                   to_x: "elm.icon.2";
13372                }
13373                align: 1.0 0.0;
13374                visible: 0;
13375             }
13376          }
13377          part { name: "elm.text.1.rect";
13378             clip_to: "disclip";
13379             type: RECT;
13380             scale: 1;
13381             description { state: "default" 0.0;
13382                min: 0 GENLIST_SIZE_60_INC;
13383                fixed: 0 1;
13384                rel1 {
13385                   relative: 1.0 1.0;
13386                   to_x: "elm.padding.left";
13387                   to_y: "elm.padding.top";
13388                }
13389                rel2 {
13390                   relative: 0.0 1.0;
13391                   to_x: "elm.icon.4.left";
13392                   to_y: "elm.padding.top";
13393                }
13394                align: 0.0 0.0;
13395                visible: 0;
13396             }
13397          }
13398          part { name: "elm.text.1";
13399             clip_to: "disclip";
13400             type: TEXT;
13401             mouse_events: 0;
13402             scale: 1;
13403             description { state: "default" 0.0;
13404                fixed: 1 1;
13405                rel1 {
13406                   relative: 1.0 1.0;
13407                   to_x: "elm.padding.icon1.right";
13408                   to_y: "elm.padding.top";
13409                }
13410                rel2.to: "elm.text.1.rect";
13411                align: 0.0 0.0;
13412                color: GENLIST_TEXT_COLOR_3LINE_MAIN_TEXT_01_UNREAD;
13413                text {
13414                   font: "SLP:style=Roman";
13415                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
13416                   min: 0 1;
13417                   align: 0.0 0.5;
13418                   text_class: "list_item";
13419                }
13420             }
13421             description { state: "selected" 0.0;
13422                inherit: "default" 0.0;
13423                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13424             }
13425             GENLIST_DESCRIPTION_FLIP_ENABLED
13426          }
13427          part { name: "elm.text.1.bottom";
13428             clip_to: "disclip";
13429             type: RECT;
13430             scale: 1;
13431             description { state: "default" 0.0;
13432                min: 0 GENLIST_SIZE_4_INC;
13433                fixed: 1 1;
13434                rel1 {
13435                   relative: 1.0 1.0;
13436                   to_x: "elm.padding.icon1.right";
13437                   to_y: "elm.text.1.rect";
13438                }
13439                rel2 {
13440                   relative: 0.0 1.0;
13441                   to_x: "elm.padding.right";
13442                   to_y: "elm.text.1.rect";
13443                }
13444                align: 0.0 1.0;
13445                visible: 0;
13446             }
13447             GENLIST_DESCRIPTION_FLIP_ENABLED
13448          }
13449          part { name: "elm.text.2";
13450             clip_to: "disclip";
13451             type: TEXT;
13452             mouse_events: 0;
13453             scale: 1;
13454             description { state: "default" 0.0;
13455                min: 0 GENLIST_SIZE_40_INC;
13456                fixed: 0 1;
13457                rel1 {
13458                   relative: 1.0 1.0;
13459                   to_x: "elm.padding.icon1.right";
13460                   to_y: "elm.text.1.bottom";
13461                }
13462                rel2 {
13463                   relative: 0.0 1.0;
13464                   to_x: "elm.padding.icon2.left";
13465                   to_y: "elm.text.1.bottom";
13466                }
13467                align: 0.0 0.0;
13468                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
13469                text {
13470                   font: "SLP:style=Medium";
13471                   size: GENLIST_FONT_32_INC;
13472                   min: 0 1;
13473                   align: 0.0 0.5;
13474                   text_class: "slp_medium";
13475                }
13476             }
13477             description { state: "selected" 0.0;
13478                inherit: "default" 0.0;
13479                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13480             }
13481             GENLIST_DESCRIPTION_FLIP_ENABLED
13482          }
13483          part { name: "elm.text.3";
13484             clip_to: "disclip";
13485             type: TEXT;
13486             mouse_events: 0;
13487             scale: 1;
13488             description { state: "default" 0.0;
13489                min: 0 GENLIST_SIZE_40_INC;
13490                fixed: 0 1;
13491                rel1 {
13492                   relative: 1.0 0.0;
13493                   to_x: "elm.padding.icon1.right";
13494                   to_y: "elm.padding.bottom";
13495                }
13496                rel2 {
13497                   relative: 0.0 0.0;
13498                   to_x: "elm.padding.icon2.left";
13499                   to_y: "elm.padding.bottom";
13500                }
13501                align: 0.0 1.0;
13502                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
13503                text {
13504                   font: "SLP:style=Medium";
13505                   size: GENLIST_FONT_32_INC;
13506                   min: 0 1;
13507                   align: 0.0 0.5;
13508                   text_class: "slp_medium";
13509                }
13510             }
13511             description { state: "selected" 0.0;
13512                inherit: "default" 0.0;
13513                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13514             }
13515             GENLIST_DESCRIPTION_FLIP_ENABLED
13516          }
13517
13518          GENLIST_PART_FLIP
13519          GENLIST_PART_DISCLIP
13520       }
13521       programs {
13522          // signal: elm,state,%s,active
13523          //   a "check" item named %s went active
13524          // signal: elm,state,%s,passive
13525          //   a "check" item named %s went passive
13526          // default is passive
13527          program { name: "go_active";
13528             signal: "elm,state,selected";
13529             source: "elm";
13530             action: STATE_SET "selected" 0.0;
13531             target: "bg_image";
13532             target: "elm.text.1";
13533             target: "elm.text.2";
13534             target: "elm.text.3";
13535          }
13536          program { name: "go_passive";
13537             signal: "elm,state,unselected";
13538             source: "elm";
13539             action: STATE_SET "default" 0.0;
13540             target: "bg_image";
13541             target: "elm.text.1";
13542             target: "elm.text.2";
13543             target: "elm.text.3";
13544             transition: LINEAR 0.1;
13545          }
13546          program { name: "go_disabled";
13547             signal: "elm,state,disabled";
13548             source: "elm";
13549             action: STATE_SET "disabled" 0.0;
13550             target: "disclip";
13551          }
13552          program { name: "go_enabled";
13553             signal: "elm,state,enabled";
13554             source: "elm";
13555             action: STATE_SET "default" 0.0;
13556             target: "disclip";
13557          }
13558       }
13559    }
13560
13561 // 3.4.4
13562    group { name: "elm/genlist/item/multiline/1title.2text/default";
13563       alias: "elm/genlist/item_odd/multiline/1title.2text/default";
13564       alias: "elm/genlist/item_compress/multiline/1title.2text/default";
13565       alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
13566       data.item: "stacking" "above";
13567       data.item: "selectraise" "on";
13568       data.item: "texts" "elm.title elm.text.1 elm.text.2";
13569       parts {
13570          part { name: "base";
13571             type: RECT;
13572             repeat_events: 1;
13573             description { state: "default" 0.0;
13574                color: GENLIST_PART_BG_COLOR_INC;
13575             }
13576          }
13577          GENLIST_PART_BG_IMAGE
13578          GENLIST_PART_BOTTOM_LINE
13579          GENLIST_PART_PADDING_TOP( 0 )
13580          GENLIST_PART_PADDING_BOTTOM( 0 )
13581          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13582          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13583          part { name: "vertical_line";
13584             clip_to: "disclip";
13585             type: RECT;
13586             mouse_events: 0;
13587             description { state: "default" 0.0;
13588                min: 1 0;
13589                fixed: 1 0;
13590                rel1 {
13591                   relative: 1.0 0.0;
13592                   to_x: "elm.padding.title.right";
13593                }
13594                rel2.to_x: "elm.padding.title.right";
13595                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13596             }
13597          }
13598          part { name: "center_line";
13599             clip_to: "disclip";
13600             type: RECT;
13601             mouse_events: 0;
13602             description { state: "default" 0.0;
13603                min: 0 1;
13604                fixed: 0 1;
13605                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13606                rel1 {
13607                   relative: 1.0 0.5;
13608                   to_x: "vertical_line";
13609                }
13610                rel2.relative: 1.0 0.5;
13611                align: 0.5 1.0;
13612             }
13613          }
13614          part { name: "elm.title";
13615             clip_to: "disclip";
13616             type: TEXTBLOCK;
13617             mouse_events: 0;
13618             scale: 1;
13619             description { state: "default" 0.0;
13620                min: 224 0;
13621                fixed: 1 0;
13622                rel1 {
13623                   relative: 1.0 1.0;
13624                   to_x: "elm.padding.left";
13625                   to_y: "elm.padding.top";
13626                }
13627                rel2 {
13628                   relative: 1.0 0.0;
13629                   to_x: "elm.padding.left";
13630                   to_y: "elm.padding.bottom";
13631                }
13632                align: 0.0 0.5;
13633                text {
13634                   style: "genlist_multiline_textblock_style";
13635                   min: 0 1;
13636                   align: 0.0 0.5;
13637                }
13638             }
13639             description { state: "selected" 0.0;
13640                inherit: "default" 0.0;
13641                text.style: "genlist_multiline_textblock_selected_style";
13642             }
13643          }
13644          part { name: "elm.padding.title.right";
13645             clip_to: "disclip";
13646             type: RECT;
13647             mouse_events: 0;
13648             scale: 1;
13649             description { state: "default" 0.0;
13650                min: GENLIST_PADDING_16_INC 0;
13651                fixed: 1 0;
13652                rel1 {
13653                    relative: 1.0 0.0;
13654                    to_x: "elm.title";
13655                }
13656                rel2.to_x: "elm.title";
13657                visible: 0;
13658                align: 0.0 0.5;
13659             }
13660          }
13661          part { name: "elm.padding.text.left";
13662             clip_to: "disclip";
13663             type: RECT;
13664             mouse_events: 0;
13665             scale: 1;
13666             description { state: "default" 0.0;
13667                min: GENLIST_PADDING_16_INC 0;
13668                fixed: 1 0;
13669                rel1 {
13670                    relative: 1.0 0.0;
13671                    to_x: "vertical_line";
13672                }
13673                rel2.to_x: "vertical_line";
13674                visible: 0;
13675                align: 0.0 0.5;
13676             }
13677          }
13678          part { name: "elm.text.1";
13679             clip_to: "disclip";
13680             type: TEXT;
13681             mouse_events: 0;
13682             scale: 1;
13683             description { state: "default" 0.0;
13684                rel1 {
13685                   relative: 1.0 1.0;
13686                   to_x: "elm.padding.text.left";
13687                   to_y: "elm.padding.top";
13688                }
13689                rel2 {
13690                   relative: 0.0 0.0;
13691                   to_x: "elm.padding.right";
13692                   to_y: "center_line";
13693                }
13694                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
13695                text {
13696                   font: "SLP:style=Roman";
13697                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
13698                   min: 0 1;
13699                   align: 0.0 0.5;
13700                   text_class: "slp_roman";
13701                }
13702             }
13703          }
13704          part { name: "elm.text.2";
13705             clip_to: "disclip";
13706             type: TEXT;
13707             mouse_events: 0;
13708             scale: 1;
13709             description { state: "default" 0.0;
13710                rel1 {
13711                   relative: 1.0 1.0;
13712                   to_x: "elm.padding.text.left";
13713                   to_y: "center_line";
13714                }
13715                rel2 {
13716                   relative: 0.0 0.0;
13717                   to_x: "elm.padding.right";
13718                   to_y: "elm.padding.bottom";
13719                }
13720                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
13721                text {
13722                   font: "SLP:style=Roman";
13723                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
13724                   min: 0 1;
13725                   align: 0.0 0.5;
13726                   text_class: "slp_roman";
13727                }
13728             }
13729          }
13730          GENLIST_PART_DISCLIP
13731       }
13732       programs {
13733          // signal: elm,state,%s,active
13734          //   a "check" item named %s went active
13735          // signal: elm,state,%s,passive
13736          //   a "check" item named %s went passive
13737          // default is passive
13738          program { name: "go_active";
13739             signal: "elm,state,selected";
13740             source: "elm";
13741             action: STATE_SET "selected" 0.0;
13742             target: "bg_image";
13743             target: "elm.title";
13744             target: "elm.text.1";
13745             target: "elm.text.2";
13746             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13747          }
13748          program { name: "go_passive";
13749             signal: "elm,state,unselected";
13750             source: "elm";
13751             action: STATE_SET "default" 0.0;
13752             target: "bg_image";
13753             target: "elm.title";
13754             target: "elm.text.1";
13755             target: "elm.text.2";
13756             transition: LINEAR 0.1;
13757          }
13758          program { name: "go_disabled";
13759             signal: "elm,state,disabled";
13760             source: "elm";
13761             action: STATE_SET "disabled" 0.0;
13762             target: "disclip";
13763          }
13764          program { name: "go_enabled";
13765             signal: "elm,state,enabled";
13766             source: "elm";
13767             action: STATE_SET "default" 0.0;
13768             target: "disclip";
13769          }
13770          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13771       }
13772    }
13773
13774 // 3.4.5
13775    group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
13776       alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
13777       data.item: "stacking" "above";
13778       data.item: "selectraise" "on";
13779       data.item: "texts" "elm.title elm.text";
13780       parts {
13781          part { name: "base";
13782             type: RECT;
13783             repeat_events: 1;
13784             description { state: "default" 0.0;
13785                color: GENLIST_PART_BG_COLOR_INC;
13786             }
13787          }
13788          GENLIST_PART_BG_IMAGE
13789          GENLIST_PART_BOTTOM_LINE
13790          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13791          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
13792          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13793          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13794          part { name: "elm.title";
13795             clip_to: "disclip";
13796             type: TEXT;
13797             mouse_events: 0;
13798             scale: 1;
13799             description { state: "default" 0.0;
13800                min: GENLIST_SIZE_195_INC 0;
13801                fixed: 1 0;
13802                rel1 {
13803                   relative: 1.0 0.0;
13804                   to_x: "elm.padding.left";
13805                }
13806                rel2 {
13807                   relative: 1.0 1.0;
13808                   to_x: "elm.padding.left";
13809                }
13810                align: 0.0 0.0;
13811                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
13812                text {
13813                   font: "SLP:style=Medium";
13814                   size: GENLIST_FONT_32_INC;
13815                   min: 0 1;
13816                   align: 0.0 0.5;
13817                   text_class: "slp_medium";
13818                }
13819             }
13820             description { state: "selected" 0.0;
13821                inherit: "default" 0.0;
13822                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13823             }
13824          }
13825          part { name: "elm.padding.title.right";
13826             clip_to: "disclip";
13827             type: RECT;
13828             mouse_events: 0;
13829             description { state: "default" 0.0;
13830                min: GENLIST_PADDING_16_INC 0;
13831                fixed: 1 0;
13832                rel1 {
13833                   relative: 1.0 0.0;
13834                   to_x: "elm.title";
13835                }
13836                rel2.to_x: "elm.title";
13837                align: 0.0 0.5;
13838                visible: 0;
13839             }
13840          }
13841          part { name: "vertical_line";
13842             clip_to: "disclip";
13843             type: RECT;
13844             mouse_events: 0;
13845             description { state: "default" 0.0;
13846                min: 1 0;
13847                fixed: 1 0;
13848                rel1 {
13849                   relative: 1.0 0.0;
13850                   to_x: "elm.padding.title.right";
13851                }
13852                rel2.to_x: "elm.padding.title.right";
13853                align: 0.0 0.5;
13854                color: GENLIST_PART_LIST_LINE_COLOR_INC;
13855             }
13856          }
13857          part { name: "elm.padding.text.left";
13858             clip_to: "disclip";
13859             type: RECT;
13860             mouse_events: 0;
13861             description { state: "default" 0.0;
13862                min: GENLIST_PADDING_16_INC 0;
13863                fixed: 1 0;
13864                rel1 {
13865                   relative: 1.0 0.0;
13866                   to_x: "vertical_line";
13867                }
13868                rel2.to_x: "vertical_line";
13869                align: 0.0 0.5;
13870                visible: 0;
13871             }
13872          }
13873          part { name: "elm.text";
13874             clip_to: "disclip";
13875             type: TEXTBLOCK;
13876             mouse_events: 0;
13877             scale: 1;
13878             description { state: "default" 0.0;
13879                rel1 {
13880                   relative: 1.0 1.0;
13881                   to_x: "elm.padding.text.left";
13882                   to_y: "elm.padding.top";
13883                }
13884                rel2 {
13885                   relative: 0.0 0.0;
13886                   to_x: "elm.padding.right";
13887                   to_y: "elm.padding.bottom";
13888                }
13889                text {
13890                   style: "genlist_textblock_flexible_style";
13891                   min: 0 1;
13892                   align: 0.0 0.5;
13893                   text_class: "list_item";
13894                }
13895             }
13896             description { state: "selected" 0.0;
13897                inherit: "default" 0.0;
13898                text.style: "genlist_textblock_flexible_selected_style";
13899             }
13900          }
13901          GENLIST_PART_DISCLIP
13902       }
13903       programs {
13904          // signal: elm,state,%s,active
13905          //   a "check" item named %s went active
13906          // signal: elm,state,%s,passive
13907          //   a "check" item named %s went passive
13908          // default is passive
13909          program { name: "go_active";
13910             signal: "elm,state,selected";
13911             source: "elm";
13912             action: STATE_SET "selected" 0.0;
13913             target: "bg_image";
13914             target: "elm.title";
13915             target: "elm.text";
13916             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
13917          }
13918          program { name: "go_passive";
13919             signal: "elm,state,unselected";
13920             source: "elm";
13921             action: STATE_SET "default" 0.0;
13922             target: "bg_image";
13923             target: "elm.title";
13924             target: "elm.text";
13925             transition: LINEAR 0.1;
13926          }
13927          program { name: "go_disabled";
13928             signal: "elm,state,disabled";
13929             source: "elm";
13930             action: STATE_SET "disabled" 0.0;
13931             target: "disclip";
13932          }
13933          program { name: "go_enabled";
13934             signal: "elm,state,enabled";
13935             source: "elm";
13936             action: STATE_SET "default" 0.0;
13937             target: "disclip";
13938          }
13939          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
13940       }
13941    }
13942
13943 // 3.4.6
13944    group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
13945       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
13946       data.item: "stacking" "above";
13947       data.item: "selectraise" "on";
13948       data.item: "texts" "elm.text.1 elm.text.2";
13949       data.item: "contents" "elm.icon";
13950       parts {
13951          part { name: "base";
13952             type: RECT;
13953             repeat_events: 1;
13954             description { state: "default" 0.0;
13955                color: GENLIST_PART_BG_COLOR_INC;
13956             }
13957          }
13958          GENLIST_PART_BG_IMAGE
13959          GENLIST_PART_BOTTOM_LINE
13960          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
13961          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
13962          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
13963          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
13964          part { name: "elm.text.1";
13965             clip_to: "disclip";
13966             type: TEXT;
13967             mouse_events: 0;
13968             scale: 1;
13969             description { state: "default" 0.0;
13970                min: 0 GENLIST_SIZE_48_INC;
13971                fixed: 0 1;
13972                rel1 {
13973                   relative: 1.0 1.0;
13974                   to_x: "elm.padding.left";
13975                   to_y: "elm.padding.top";
13976                }
13977                rel2 {
13978                   relative: 0.0 1.0;
13979                   to_x: "elm.padding.icon.left";
13980                   to_y: "elm.padding.top";
13981                }
13982                align: 0.0 0.0;
13983                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
13984                text {
13985                   font: "SLP:style=Roman";
13986                   size: GENLIST_FONT_42_INC;
13987                   min: 0 1;
13988                   align: 0.0 0.5;
13989                   text_class: "list_item";
13990                }
13991             }
13992             description { state: "selected" 0.0;
13993                inherit: "default" 0.0;
13994                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
13995             }
13996          }
13997          part { name: "elm.icon";
13998             clip_to: "disclip";
13999             type: SWALLOW;
14000             scale: 1;
14001             description { state: "default" 0.0;
14002                fixed: 1 1;
14003                rel1 {
14004                   relative: 0.0 1.0;
14005                   to_x: "elm.padding.right";
14006                   to_y: "elm.padding.top";
14007                }
14008                rel2 {
14009                   relative: 0.0 0.0;
14010                   to_x: "elm.padding.right";
14011                   to_y: "elm.padding.bottom";
14012                }
14013                align: 1.0 0.5;
14014             }
14015             GENLIST_DESCRIPTION_FLIP_ENABLED
14016          }
14017          part { name: "elm.padding.icon.left";
14018             clip_to: "disclip";
14019             type: RECT;
14020             scale: 1;
14021             description { state: "default" 0.0;
14022                min: GENLIST_PADDING_16_INC 0;
14023                fixed: 1 0;
14024                rel1.to_x: "elm.icon";
14025                rel2 {
14026                   relative: 0.0 1.0;
14027                   to_x: "elm.icon";
14028                }
14029                align: 1.0 0.0;
14030                visible: 0;
14031             }
14032          }
14033          part { name: "elm.text.2";
14034             clip_to: "disclip";
14035             type: TEXTBLOCK;
14036             mouse_events: 0;
14037             scale: 1;
14038             description { state: "default" 0.0;
14039                rel1 {
14040                   relative: 1.0 1.0;
14041                   to_x: "elm.padding.left";
14042                   to_y: "elm.text.1";
14043                }
14044                rel2 {
14045                   relative: 0.0 0.0;
14046                   to_x: "elm.padding.icon.left";
14047                   to_y: "elm.padding.bottom";
14048                }
14049                text {
14050                   style: "genlist_textblock_sub_style";
14051                   min: 0 1;
14052                   align: 0.0 0.5;
14053                }
14054             }
14055             description { state: "selected" 0.0;
14056                inherit: "default" 0.0;
14057                text.style: "genlist_textblock_sub_selected_style";
14058             }
14059          }
14060          GENLIST_PART_DISCLIP
14061       }
14062       programs {
14063          // signal: elm,state,%s,active
14064          //   a "check" item named %s went active
14065          // signal: elm,state,%s,passive
14066          //   a "check" item named %s went passive
14067          // default is passive
14068          program { name: "go_active";
14069             signal: "elm,state,selected";
14070             source: "elm";
14071             action: STATE_SET "selected" 0.0;
14072             target: "bg_image";
14073             target: "elm.text.1";
14074             target: "elm.text.2";
14075             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14076          }
14077          program { name: "go_passive";
14078             signal: "elm,state,unselected";
14079             source: "elm";
14080             action: STATE_SET "default" 0.0;
14081             target: "bg_image";
14082             target: "elm.text.1";
14083             target: "elm.text.2";
14084             transition: LINEAR 0.1;
14085          }
14086          program { name: "go_disabled";
14087             signal: "elm,state,disabled";
14088             source: "elm";
14089             action: STATE_SET "disabled" 0.0;
14090             target: "disclip";
14091          }
14092          program { name: "go_enabled";
14093             signal: "elm,state,enabled";
14094             source: "elm";
14095             action: STATE_SET "default" 0.0;
14096             target: "disclip";
14097          }
14098          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14099       }
14100    }
14101
14102 // 3.4.7
14103    group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
14104       alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
14105       data.item: "stacking" "above";
14106       data.item: "selectraise" "on";
14107       data.item: "texts" "elm.text.1 elm.text.2";
14108       data.item: "contents" "elm.icon";
14109       parts {
14110          part { name: "base";
14111             type: RECT;
14112             repeat_events: 1;
14113             description { state: "default" 0.0;
14114                color: GENLIST_PART_BG_COLOR_INC;
14115             }
14116          }
14117          GENLIST_PART_BG_IMAGE
14118          GENLIST_PART_BOTTOM_LINE
14119          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
14120          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
14121          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
14122          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14123          part { name: "elm.icon";
14124             clip_to: "disclip";
14125             type: SWALLOW;
14126             scale: 1;
14127             description { state: "default" 0.0;
14128                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14129                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14130                fixed: 1 1;
14131                rel1 {
14132                   relative: 1.0 1.0;
14133                   to_x: "elm.padding.left";
14134                   to_y: "elm.padding.top";
14135                }
14136                rel2 {
14137                   relative: 1.0 1.0;
14138                   to_x: "elm.padding.left";
14139                   to_y: "elm.text.1";
14140                }
14141                align: 0.0 0.5;
14142             }
14143             GENLIST_DESCRIPTION_FLIP_ENABLED
14144          }
14145          part { name: "elm.padding.icon.right";
14146             clip_to: "disclip";
14147             type: RECT;
14148             scale: 1;
14149             description { state: "default" 0.0;
14150                min: GENLIST_PADDING_16_INC 0;
14151                fixed: 1 0;
14152                rel1 {
14153                   relative: 1.0 0.0;
14154                   to_x: "elm.icon";
14155                }
14156                rel2.to_x: "elm.icon";
14157                align: 0.0 0.0;
14158                visible: 0;
14159             }
14160          }
14161          part { name: "elm.text.1";
14162             clip_to: "disclip";
14163             type: TEXT;
14164             mouse_events: 0;
14165             scale: 1;
14166             description { state: "default" 0.0;
14167                min: 0 GENLIST_SIZE_48_INC;
14168                fixed: 0 1;
14169                rel1 {
14170                   relative: 1.0 1.0;
14171                   to_x: "elm.padding.icon.right";
14172                   to_y: "elm.padding.top";
14173                }
14174                rel2 {
14175                   relative: 0.0 1.0;
14176                   to_x: "elm.padding.right";
14177                   to_y: "elm.padding.top";
14178                }
14179                align: 0.0 0.0;
14180                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
14181                text {
14182                   font: "SLP:style=Roman";
14183                   size: GENLIST_FONT_42_INC;
14184                   min: 0 1;
14185                   align: 0.0 0.5;
14186                   text_class: "list_item";
14187                }
14188             }
14189             description { state: "selected" 0.0;
14190                inherit: "default" 0.0;
14191                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14192             }
14193          }
14194          part { name: "elm.text.2";
14195             clip_to: "disclip";
14196             type: TEXTBLOCK;
14197             mouse_events: 0;
14198             scale: 1;
14199             description { state: "default" 0.0;
14200                rel1 {
14201                   relative: 1.0 1.0;
14202                   to_x: "elm.padding.left";
14203                   to_y: "elm.text.1";
14204                }
14205                rel2 {
14206                   relative: 0.0 0.0;
14207                   to_x: "elm.padding.right";
14208                   to_y: "elm.padding.bottom";
14209                }
14210                text {
14211                   style: "genlist_textblock_sub_style";
14212                   min: 0 1;
14213                   align: 0.0 0.5;
14214                }
14215             }
14216             description { state: "selected" 0.0;
14217                inherit: "default" 0.0;
14218                text.style: "genlist_textblock_sub_selected_style";
14219             }
14220          }
14221          GENLIST_PART_DISCLIP
14222       }
14223       programs {
14224          // signal: elm,state,%s,active
14225          //   a "check" item named %s went active
14226          // signal: elm,state,%s,passive
14227          //   a "check" item named %s went passive
14228          // default is passive
14229          program { name: "go_active";
14230             signal: "elm,state,selected";
14231             source: "elm";
14232             action: STATE_SET "selected" 0.0;
14233             target: "bg_image";
14234             target: "elm.text.1";
14235             target: "elm.text.2";
14236             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14237          }
14238          program { name: "go_passive";
14239             signal: "elm,state,unselected";
14240             source: "elm";
14241             action: STATE_SET "default" 0.0;
14242             target: "bg_image";
14243             target: "elm.text.1";
14244             target: "elm.text.2";
14245             transition: LINEAR 0.1;
14246          }
14247          program { name: "go_disabled";
14248             signal: "elm,state,disabled";
14249             source: "elm";
14250             action: STATE_SET "disabled" 0.0;
14251             target: "disclip";
14252          }
14253          program { name: "go_enabled";
14254             signal: "elm,state,enabled";
14255             source: "elm";
14256             action: STATE_SET "default" 0.0;
14257             target: "disclip";
14258          }
14259          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14260       }
14261    }
14262
14263    group { name: "elm/genlist/item/readmessage/default";
14264       alias: "elm/genlist/item_odd/readmessage/default";
14265       alias: "elm/genlist/item_compress/readmessage/default";
14266       alias: "elm/genlist/item_compress_odd/readmessage/default";
14267
14268       data.item: "stacking" "above";
14269       data.item: "selectraise" "on";
14270       data.item: "contents" "elm.icon";
14271       parts {
14272          part { name: "base";
14273             type: RECT;
14274             repeat_events: 1;
14275             description { state: "default" 0.0;
14276                color: GENLIST_PART_LIST_BG_COLOR_INC;
14277             }
14278          }
14279          part { name: "elm.icon";
14280             clip_to: "disclip";
14281             type: SWALLOW;
14282             scale: 1;
14283             description { state: "default" 0.0;
14284                //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
14285                rel2 {
14286                   relative: 0.76 0.0;
14287                   to_y: "elm.padding.bottom";
14288                }
14289             }
14290          }
14291          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
14292          GENLIST_PART_DISCLIP
14293       }
14294       programs {
14295          // signal: elm,state,%s,active
14296          //   a "check" item named %s went active
14297          // signal: elm,state,%s,passive
14298          //   a "check" item named %s went passive
14299          // default is passive
14300          /*program { name: "go_active";
14301             signal: "elm,state,selected";
14302             source: "elm";
14303             action: STATE_SET "selected" 0.0;
14304             target: "bg_image";
14305          }
14306          program { name: "go_passive";
14307             signal: "elm,state,unselected";
14308             source: "elm";
14309             action: STATE_SET "default" 0.0;
14310             target: "bg_image";
14311             transition: LINEAR 0.1;
14312          }*/
14313          program { name: "go_disabled";
14314             signal: "elm,state,disabled";
14315             source: "elm";
14316             action: STATE_SET "disabled" 0.0;
14317             target: "disclip";
14318          }
14319          program { name: "go_enabled";
14320             signal: "elm,state,enabled";
14321             source: "elm";
14322             action: STATE_SET "default" 0.0;
14323             target: "disclip";
14324          }
14325       }
14326    }
14327
14328    group { name: "elm/genlist/item/sentmessage/default";
14329       alias: "elm/genlist/item_odd/sentmessage/default";
14330       alias: "elm/genlist/item_compress/sentmessage/default";
14331       alias: "elm/genlist/item_compress_odd/sentmessage/default";
14332
14333       data.item: "stacking" "above";
14334       data.item: "selectraise" "on";
14335       data.item: "contents" "elm.icon";
14336       parts {
14337          part { name: "base";
14338             type: RECT;
14339             repeat_events: 1;
14340             description { state: "default" 0.0;
14341                color: GENLIST_PART_LIST_BG_COLOR_INC;
14342             }
14343          }
14344          part { name: "elm.icon";
14345             clip_to: "disclip";
14346             type: SWALLOW;
14347             scale: 1;
14348             description { state: "default" 0.0;
14349                rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
14350                rel2 {
14351                   relative: 1.0 0.0;
14352                   to_y: "elm.padding.bottom";
14353                }
14354             }
14355          }
14356          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
14357          GENLIST_PART_DISCLIP
14358       }
14359       programs {
14360          // signal: elm,state,%s,active
14361          //   a "check" item named %s went active
14362          // signal: elm,state,%s,passive
14363          //   a "check" item named %s went passive
14364          // default is passive
14365          /*program { name: "go_active";
14366             signal: "elm,state,selected";
14367             source: "elm";
14368             action: STATE_SET "selected" 0.0;
14369             target: "bg_image";
14370          }
14371          program { name: "go_passive";
14372             signal: "elm,state,unselected";
14373             source: "elm";
14374             action: STATE_SET "default" 0.0;
14375             target: "bg_image";
14376             transition: LINEAR 0.1;
14377          }*/
14378          program { name: "go_disabled";
14379             signal: "elm,state,disabled";
14380             source: "elm";
14381             action: STATE_SET "disabled" 0.0;
14382             target: "disclip";
14383          }
14384          program { name: "go_enabled";
14385             signal: "elm,state,enabled";
14386             source: "elm";
14387             action: STATE_SET "default" 0.0;
14388             target: "disclip";
14389          }
14390       }
14391    }
14392
14393 // 2.4.4.1
14394    group { name : "elm/genlist/item/dialogue/title/default";
14395       alias: "elm/genlist/item_odd/dialogue/title/default";
14396       alias: "elm/genlist/item_compress/dialogue/title/default";
14397       alias: "elm/genlist/item_compress_odd/dialogue/title/default";
14398       alias: "elm/layout/dialogue/title";
14399       alias: "elm/genlist/item/dialogue/grouptitle/default";
14400       alias: "elm/genlist/item_odd/dialogue/grouptitle/default";
14401       alias: "elm/genlist/item_compress/dialogue/grouptitle/default";
14402       alias: "elm/genlist/item_compress_odd/dialogue/grouptitle/default";
14403       alias: "elm/layout/dialogue/grouptitle";
14404
14405       data.item: "stacking" "above";
14406       data.item: "selectraise" "on";
14407       data.item: "texts" "elm.text";
14408       data.item: "contents" "elm.icon";
14409       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14410
14411       parts {
14412  //        GENLIST_PART_BASE_EVENT_OFF
14413          GENLIST_PART_DISCLIP
14414          GENLIST_DIALOGUE_PART_BASE(   GENLIST_GT_H )
14415          GENLIST_PART_PADDING_TOP(     GENLIST_GT_PAD_T_H )
14416          GENLIST_PART_PADDING_BOTTOM(  GENLIST_GT_PAD_B_H )
14417          GENLIST_PART_PADDING_LEFT(    GENLIST_GT_PAD_L_W )
14418          GENLIST_PART_PADDING_RIGHT(   GENLIST_GT_PAD_R_W )
14419          GENLIST_PART_BOTTOM_LINE
14420          part { name: "elm.text";
14421             type: TEXT;
14422             scale: 1;
14423             description { state: "default" 0.0;
14424                align: 0.0 0.0;
14425                rel1 {
14426                   relative: 1.0 1.0;
14427                   to_x: "elm.padding.left";
14428                   to_y: "elm.padding.top";
14429                }
14430                rel2 {
14431                   relative: 0.0 0.0;
14432                   offset: GENLIST_GT_PAD_M_W 0;
14433                   to_x: "elm.icon";
14434                   to_y: "elm.padding.bottom";
14435                }
14436                color: GENLIST_DIALOGUE_GT_TEXT_COLOR;
14437                text {
14438                   font: "SLP:style=Medium";
14439                   size: GENLIST_FONT_28_INC;
14440                   min: 0 1;
14441                   align: 0.0 0.5;
14442                   text_class: "list_item";
14443                }
14444             }
14445          }
14446          part { name: "elm.icon";
14447             type: SWALLOW;
14448             scale: 1;
14449             description { state: "default" 0.0;
14450                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14451                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
14452                fixed: 1 1;
14453                            align: 1.0 1.0;
14454                rel2 {
14455                   relative: 0.0 0.0;
14456                   to_x: "elm.padding.right";
14457                   to_y: "elm.padding.bottom";
14458                }
14459             }
14460          }
14461       }
14462    }
14463
14464 // Dialogue Group Separators
14465 // default separator
14466 // FIXME: style (dialogue) might be moved to last words (as-is default)
14467 // FIXME: seperator --> separator typo
14468 // FIXME: Check whether below separators are used now..
14469    group { name : "elm/genlist/item/dialogue/separator/default";
14470       alias: "elm/genlist/item_odd/dialogue/separator/default";
14471       alias: "elm/genlist/item_compress/dialogue/separator/default";
14472       alias: "elm/genlist/item_compress_odd/dialogue/separator/default";
14473           //FIXME: below name should be used??
14474       alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
14475       alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
14476       alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
14477       alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
14478       alias: "elm/layout/dialogue/separator/hd33/with_line";
14479
14480       data.item: "stacking" "above";
14481       data.item: "selectraise" "on";
14482       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14483
14484       parts {
14485          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT + 1)
14486          GENLIST_PART_BOTTOM_LINE
14487          GENLIST_PART_DISCLIP
14488       }
14489    }
14490
14491    group { name : "elm/genlist/item/dialogue/separator/end/default";
14492       alias: "elm/genlist/item_odd/dialogue/separator/end/default";
14493       alias: "elm/genlist/item_compress/dialogue/separator/end/default";
14494       alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default";
14495       data.item: "stacking" "above";
14496       data.item: "selectraise" "on";
14497       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14498       parts {
14499          GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT)
14500          GENLIST_PART_DISCLIP
14501       }
14502    }
14503
14504    group { name : "elm/genlist/item/dialogue/seperator.2/default";
14505       alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
14506       alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
14507       alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
14508       alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
14509       alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
14510       alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
14511       alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
14512       alias: "elm/layout/dialogue/separator/hd18/with_line";
14513
14514       data.item: "stacking" "above";
14515       data.item: "selectraise" "on";
14516       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14517
14518       parts {
14519          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
14520          GENLIST_PART_BOTTOM_LINE
14521          GENLIST_PART_DISCLIP
14522       }
14523    }
14524
14525    group { name : "elm/genlist/item/dialogue/seperator.3/default";
14526       alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
14527       alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
14528       alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
14529       alias: "elm/genlist/item/dialogue/separator/20/default";
14530       alias: "elm/genlist/item_odd/dialogue/separator/20/default";
14531       alias: "elm/genlist/item_compress/dialogue/separator/20/default";
14532       alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
14533       alias: "elm/layout/dialogue/separator/hd32";
14534
14535       data.item: "stacking" "above";
14536       data.item: "selectraise" "on";
14537       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14538
14539       parts {
14540          GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
14541          GENLIST_PART_DISCLIP
14542       }
14543    }
14544
14545    group { name : "elm/genlist/item/dialogue/seperator.4/default";
14546       alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
14547       alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
14548       alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
14549       alias: "elm/genlist/item/dialogue/separator/10/default";
14550       alias: "elm/genlist/item_odd/dialogue/separator/10/default";
14551       alias: "elm/genlist/item_compress/dialogue/separator/10/default";
14552       alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
14553       alias: "elm/layout/dialogue/separator/hd16";
14554
14555       data.item: "stacking" "above";
14556       data.item: "selectraise" "on";
14557       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14558
14559       parts {
14560          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
14561          GENLIST_PART_DISCLIP
14562       }
14563    }
14564
14565    group { name : "elm/genlist/item/dialogue/seperator.5/default";
14566       alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
14567       alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
14568       alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
14569       alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
14570       alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
14571       alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
14572       alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
14573       alias: "elm/layout/dialogue/separator/hd1";
14574
14575       data.item: "stacking" "above";
14576       data.item: "selectraise" "on";
14577       data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
14578
14579       parts {
14580          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
14581          GENLIST_PART_BOTTOM_LINE
14582          GENLIST_PART_DISCLIP
14583       }
14584    }
14585
14586 // 4.1.1
14587    group { name: "elm/genlist/item/dialogue/1text/default";
14588       alias: "elm/genlist/item_odd/dialogue/1text/default";
14589       alias: "elm/genlist/item_compress/dialogue/1text/default";
14590       alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
14591       alias: "elm/genlist/item/dialogue.1text/default";
14592       alias: "elm/genlist/item_odd/dialogue.1text/default";
14593       alias: "elm/genlist/item_compress/dialogue.1text/default";
14594       alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
14595       alias: "elm/layout/dialogue/1text";
14596       data.item: "stacking" "above";
14597       data.item: "selectraise" "on";
14598       data.item: "texts" "elm.text";
14599       data.item: "flips" "elm.flip.content";
14600       parts {
14601          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14602          GENLIST_PART_DIALOGUE_BG_IMAGE
14603          GENLIST_PART_BOTTOM_LINE
14604          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14605          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14606          GENLIST_PART_DIALOGUE_ITEM
14607          GENLIST_PART_DIALOGUE_RIGHT_LINE
14608          part { name: "elm.text";
14609             clip_to: "disclip";
14610             type: TEXT;
14611             mouse_events: 0;
14612             scale: 1;
14613             description { state: "default" 0.0;
14614                rel1 {
14615                   relative: 1.0  0.0;
14616                   to_x: "elm.padding.left";
14617                }
14618                rel2 {
14619                   relative: 0.0 1.0;
14620                   to_x: "elm.padding.right";
14621                }
14622                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
14623                text {
14624                   font: "SLP:style=Roman";
14625                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
14626                   min: 0 1;
14627                   align: 0.0 0.5;
14628                   text_class: "list_item";
14629                }
14630             }
14631             description { state: "selected" 0.0;
14632                inherit: "default" 0.0;
14633                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14634             }
14635             GENLIST_DESCRIPTION_FLIP_ENABLED
14636          }
14637          GENLIST_PART_FLIP
14638          GENLIST_PART_DISCLIP
14639       }
14640       programs {
14641          // signal: elm,state,%s,active
14642          //   a "check" item named %s went active
14643          // signal: elm,state,%s,passive
14644          //   a "check" item named %s went passive
14645          // default is passive
14646          program { name: "go_active";
14647             signal: "elm,state,selected";
14648             source: "elm";
14649             action: STATE_SET "selected" 0.0;
14650             target: "bg_image";
14651             target: "elm.text";
14652             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14653          }
14654          program { name: "go_passive";
14655             signal: "elm,state,unselected";
14656             source: "elm";
14657             action: STATE_SET "default" 0.0;
14658             target: "bg_image";
14659             target: "elm.text";
14660             transition: LINEAR 0.1;
14661          }
14662          program { name: "go_disabled";
14663             signal: "elm,state,disabled";
14664             source: "elm";
14665             action: STATE_SET "disabled" 0.0;
14666             target: "disclip";
14667          }
14668          program { name: "go_enabled";
14669             signal: "elm,state,enabled";
14670             source: "elm";
14671             action: STATE_SET "default" 0.0;
14672             target: "disclip";
14673          }
14674          //GENLIST_PROGRAM_FLIP_1TEXT
14675          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14676       }
14677    }
14678
14679 // 4.1.2
14680    group { name: "elm/genlist/item/dialogue/1text.1icon/default";
14681       alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
14682       alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
14683       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
14684       alias: "elm/layout/dialogue/1text.1icon";
14685       data.item: "stacking" "above";
14686       data.item: "selectraise" "on";
14687       data.item: "texts" "elm.text";
14688       data.item: "contents" "elm.icon";
14689       data.item: "flips" "elm.flip.content";
14690       parts {
14691          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14692          GENLIST_PART_DIALOGUE_BG_IMAGE
14693          GENLIST_PART_BOTTOM_LINE
14694          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14695          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14696          GENLIST_PART_DIALOGUE_ITEM
14697          GENLIST_PART_DIALOGUE_RIGHT_LINE
14698          part { name: "elm.icon";
14699             clip_to: "disclip";
14700             type: SWALLOW;
14701             scale: 1;
14702             description { state: "default" 0.0;
14703                fixed: 1 1;
14704                rel1.to_x: "elm.padding.right";
14705                rel2 {
14706                   relative: 0.0 1.0;
14707                   to_x: "elm.padding.right";
14708                }
14709                align: 1.0 0.5;
14710             }
14711             GENLIST_DESCRIPTION_FLIP_ENABLED
14712          }
14713          part { name: "elm.padding.icon.left";
14714             clip_to: "disclip";
14715             type: RECT;
14716             scale: 1;
14717             description { state: "default" 0.0;
14718                min: GENLIST_PADDING_16_INC 0;
14719                fixed: 1 0;
14720                rel1.to_x: "elm.icon";
14721                rel2 {
14722                   relative: 0.0 1.0;
14723                   to_x: "elm.icon";
14724                }
14725                align: 1.0 0.0;
14726                visible: 0;
14727             }
14728          }
14729          part { name: "elm.text";
14730             clip_to: "disclip";
14731             type: TEXT;
14732             mouse_events: 0;
14733             scale: 1;
14734             description { state: "default" 0.0;
14735                rel1 {
14736                   relative: 1.0 0.0;
14737                   to_x: "elm.padding.left";
14738                }
14739                rel2 {
14740                   relative: 0.0 1.0;
14741                   to_x: "elm.padding.icon.left";
14742                }
14743                align: 0.0 0.0;
14744                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
14745                text {
14746                   font: "SLP:style=Roman";
14747                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
14748                   min: 0 1;
14749                   align: 0.0 0.5;
14750                   text_class: "list_item";
14751                }
14752             }
14753             description { state: "selected" 0.0;
14754                inherit: "default" 0.0;
14755                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14756             }
14757             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
14758             GENLIST_DESCRIPTION_FLIP_ENABLED
14759          }
14760          GENLIST_PART_FLIP
14761          GENLIST_PART_DISCLIP
14762       }
14763       programs {
14764          program { name: "go_active";
14765             signal: "elm,state,selected";
14766             source: "elm";
14767             action: STATE_SET "selected" 0.0;
14768             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
14769             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14770          }
14771          program { name: "go_passive";
14772             signal: "elm,state,unselected";
14773             source: "elm";
14774             action: STATE_SET "default" 0.0;
14775             target: "bg_image";
14776             target: "elm.text";
14777             transition: LINEAR 0.1;
14778          }
14779          program { name: "go_disabled";
14780             signal: "elm,state,disabled";
14781             source: "elm";
14782             action: STATE_SET "disabled" 0.0;
14783             target: "disclip";
14784          }
14785          program { name: "go_enabled";
14786             signal: "elm,state,enabled";
14787             source: "elm";
14788             action: STATE_SET "default" 0.0;
14789             target: "disclip";
14790          }
14791          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
14792          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14793       }
14794    }
14795
14796 // 4.1.3
14797    group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
14798       alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
14799       alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
14800       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
14801       alias: "elm/layout/dialogue/1text.1icon.2";
14802       data.item: "stacking" "above";
14803       data.item: "selectraise" "on";
14804       data.item: "texts" "elm.text";
14805       data.item: "contents" "elm.icon";
14806       data.item: "flips" "elm.flip.content";
14807       parts {
14808          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14809          GENLIST_PART_DIALOGUE_BG_IMAGE
14810          GENLIST_PART_BOTTOM_LINE
14811          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14812          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14813          GENLIST_PART_DIALOGUE_ITEM
14814          GENLIST_PART_DIALOGUE_RIGHT_LINE
14815          part { name: "elm.icon";
14816             clip_to: "disclip";
14817             type: SWALLOW;
14818             scale: 1;
14819             description { state: "default" 0.0;
14820                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14821                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14822                fixed: 1 1;
14823                rel1 {
14824                   relative: 1.0 0.0;
14825                   to_x: "elm.padding.left";
14826                }
14827                rel2 {
14828                   relative: 1.0 1.0;
14829                   to_x: "elm.padding.left";
14830                }
14831                align: 0.0 0.5;
14832             }
14833             GENLIST_DESCRIPTION_FLIP_ENABLED
14834          }
14835          part { name: "elm.padding.icon.right";
14836             clip_to: "disclip";
14837             type: RECT;
14838             scale: 1;
14839             description { state: "default" 0.0;
14840                min: GENLIST_PADDING_16_INC 0;
14841                fixed: 1 0;
14842                rel1 {
14843                   relative: 1.0 0.0;
14844                   to_x: "elm.icon";
14845                }
14846                rel2.to_x: "elm.icon";
14847                align: 0.0 0.0;
14848                visible: 0;
14849             }
14850          }
14851          part { name: "elm.text";
14852             clip_to: "disclip";
14853             type: TEXT;
14854             mouse_events: 0;
14855             scale: 1;
14856             description { state: "default" 0.0;
14857                rel1 {
14858                   relative: 1.0 0.0;
14859                   to_x: "elm.padding.icon.right";
14860                }
14861                rel2 {
14862                   relative: 0.0 1.0;
14863                   to_x: "elm.padding.right";
14864                }
14865                align: 0.0 0.0;
14866                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
14867                text {
14868                   font: "SLP:style=Roman";
14869                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
14870                   min: 0 1;
14871                   align: 0.0 0.5;
14872                   text_class: "list_item";
14873                }
14874             }
14875             description { state: "selected" 0.0;
14876                inherit: "default" 0.0;
14877                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
14878             }
14879             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
14880             GENLIST_DESCRIPTION_FLIP_ENABLED
14881          }
14882          GENLIST_PART_FLIP
14883          GENLIST_PART_DISCLIP
14884       }
14885       programs {
14886          program { name: "go_active";
14887             signal: "elm,state,selected";
14888             source: "elm";
14889             action: STATE_SET "selected" 0.0;
14890             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
14891             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
14892          }
14893          program { name: "go_passive";
14894             signal: "elm,state,unselected";
14895             source: "elm";
14896             action: STATE_SET "default" 0.0;
14897             target: "bg_image";
14898             target: "elm.text";
14899             transition: LINEAR 0.1;
14900          }
14901          program { name: "go_disabled";
14902             signal: "elm,state,disabled";
14903             source: "elm";
14904             action: STATE_SET "disabled" 0.0;
14905             target: "disclip";
14906          }
14907          program { name: "go_enabled";
14908             signal: "elm,state,enabled";
14909             source: "elm";
14910             action: STATE_SET "default" 0.0;
14911             target: "disclip";
14912          }
14913          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
14914          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
14915       }
14916    }
14917
14918 // 4.1.4
14919    group { name: "elm/genlist/item/dialogue/1text.2icon/default";
14920       alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
14921       alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
14922       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
14923       alias: "elm/layout/dialogue/1text.2icon";
14924       data.item: "stacking" "above";
14925       data.item: "selectraise" "on";
14926       data.item: "texts" "elm.text";
14927       data.item: "contents" "elm.icon.1 elm.icon.2";
14928       data.item: "flips" "elm.flip.content";
14929       parts {
14930          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
14931          GENLIST_PART_DIALOGUE_BG_IMAGE
14932          GENLIST_PART_BOTTOM_LINE
14933          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
14934          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
14935          GENLIST_PART_DIALOGUE_ITEM
14936          GENLIST_PART_DIALOGUE_RIGHT_LINE
14937          part { name: "elm.icon.1";
14938             clip_to: "disclip";
14939             type: SWALLOW;
14940             scale: 1;
14941             description { state: "default" 0.0;
14942                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14943                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
14944                fixed: 1 1;
14945                rel1 {
14946                   relative: 1.0 0.0;
14947                   to_x: "elm.padding.left";
14948                }
14949                rel2 {
14950                   relative: 1.0 1.0;
14951                   to_x: "elm.padding.left";
14952                }
14953                align: 0.0 0.5;
14954             }
14955             GENLIST_DESCRIPTION_FLIP_ENABLED
14956          }
14957          part { name: "elm.padding.icon.right";
14958             clip_to: "disclip";
14959             type: RECT;
14960             scale: 1;
14961             description { state: "default" 0.0;
14962                min: GENLIST_PADDING_16_INC 0;
14963                fixed: 1 0;
14964                rel1 {
14965                   relative: 1.0 0.0;
14966                   to_x: "elm.icon.1";
14967                }
14968                rel2.to_x: "elm.icon.1";
14969                align: 0.0 0.0;
14970                visible: 0;
14971             }
14972          }
14973          part { name: "elm.icon.2";
14974             clip_to: "disclip";
14975             type: SWALLOW;
14976             scale: 1;
14977             description { state: "default" 0.0;
14978                fixed: 1 1;
14979                rel1.to_x: "elm.padding.right";
14980                rel2 {
14981                   relative: 0.0 1.0;
14982                   to_x: "elm.padding.right";
14983                }
14984                align: 1.0 0.5;
14985             }
14986             GENLIST_DESCRIPTION_FLIP_ENABLED
14987          }
14988          part { name: "elm.padding.icon.left";
14989             clip_to: "disclip";
14990             type: RECT;
14991             scale: 1;
14992             description { state: "default" 0.0;
14993                min: GENLIST_PADDING_16_INC 0;
14994                fixed: 1 0;
14995                rel1.to_x: "elm.icon.2";
14996                rel2 {
14997                   relative: 0.0 1.0;
14998                   to_x: "elm.icon.2";
14999                }
15000                align: 1.0 0.0;
15001                visible: 0;
15002             }
15003          }
15004          part { name: "elm.text";
15005             clip_to: "disclip";
15006             type: TEXT;
15007             mouse_events: 0;
15008             scale: 1;
15009             description { state: "default" 0.0;
15010                rel1 {
15011                   relative: 1.0 0.0;
15012                   to_x: "elm.padding.icon.right";
15013                }
15014                rel2 {
15015                   relative: 0.0 1.0;
15016                   to_x: "elm.padding.icon.left";
15017                }
15018                align: 0.0 0.0;
15019                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
15020                text {
15021                   font: "SLP:style=Roman";
15022                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
15023                   min: 0 1;
15024                   align: 0.0 0.5;
15025                   text_class: "list_item";
15026                }
15027             }
15028             description { state: "selected" 0.0;
15029                inherit: "default" 0.0;
15030                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15031             }
15032             GENLIST_DESCRIPTION_FLIP_ENABLED
15033          }
15034          GENLIST_PART_FLIP
15035          GENLIST_PART_DISCLIP
15036       }
15037       programs {
15038          program { name: "go_active";
15039             signal: "elm,state,selected";
15040             source: "elm";
15041             action: STATE_SET "selected" 0.0;
15042             target: "bg_image";
15043             target: "elm.text";
15044             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15045          }
15046          program { name: "go_passive";
15047             signal: "elm,state,unselected";
15048             source: "elm";
15049             action: STATE_SET "default" 0.0;
15050             target: "bg_image";
15051             target: "elm.text";
15052             transition: LINEAR 0.1;
15053          }
15054          program { name: "go_disabled";
15055             signal: "elm,state,disabled";
15056             source: "elm";
15057             action: STATE_SET "disabled" 0.0;
15058             target: "disclip";
15059          }
15060          program { name: "go_enabled";
15061             signal: "elm,state,enabled";
15062             source: "elm";
15063             action: STATE_SET "default" 0.0;
15064             target: "disclip";
15065          }
15066          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15067          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15068       }
15069    }
15070
15071 // 4.1.5
15072    group { name: "elm/genlist/item/dialogue/2text.1icon/default";
15073       alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
15074       alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
15075       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
15076       alias: "elm/layout/dialogue/2text.1icon";
15077       data.item: "stacking" "above";
15078       data.item: "selectraise" "on";
15079       data.item: "texts" "elm.text.1 elm.text.2";
15080       data.item: "contents" "elm.icon";
15081       data.item: "flips" "elm.flip.content";
15082       parts {
15083          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15084          GENLIST_PART_DIALOGUE_BG_IMAGE
15085          GENLIST_PART_BOTTOM_LINE
15086          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15087          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15088          GENLIST_PART_DIALOGUE_ITEM
15089          GENLIST_PART_DIALOGUE_RIGHT_LINE
15090          part { name: "elm.icon";
15091             clip_to: "disclip";
15092             type: SWALLOW;
15093             scale: 1;
15094             description { state: "default" 0.0;
15095                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15096                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15097                fixed: 1 1;
15098                rel1 {
15099                   relative: 1.0 0.0;
15100                   to_x: "elm.padding.left";
15101                }
15102                rel2 {
15103                   relative: 1.0 1.0;
15104                   to_x: "elm.padding.left";
15105                }
15106                align: 0.0 0.5;
15107             }
15108             GENLIST_DESCRIPTION_FLIP_ENABLED
15109          }
15110          part { name: "elm.padding.icon.right";
15111             clip_to: "disclip";
15112             type: RECT;
15113             scale: 1;
15114             description { state: "default" 0.0;
15115                min: GENLIST_PADDING_16_INC 0;
15116                fixed: 1 0;
15117                rel1 {
15118                   relative: 1.0 0.0;
15119                   to_x: "elm.icon";
15120                }
15121                rel2.to_x: "elm.icon";
15122                align: 0.0 0.0;
15123                visible: 0;
15124             }
15125          }
15126          part { name: "elm.text.2";
15127             clip_to: "disclip";
15128             type: TEXT;
15129             mouse_events: 0;
15130             scale: 1;
15131             description { state: "default" 0.0;
15132                min: GENLIST_SIZE_133_INC 0;
15133                fixed: 1 0;
15134                rel1.to_x: "elm.padding.right";
15135                rel2 {
15136                   relative: 0.0 1.0;
15137                   to_x: "elm.padding.right";
15138                }
15139                align: 1.0 0.5;
15140                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;;
15141                text {
15142                   font: "SLP:style=Medium";
15143                   size: GENLIST_FONT_32_INC;
15144                   min: 0 1;
15145                   align: 1.0 0.5;
15146                   text_class: "slp_medium";
15147                }
15148             }
15149             description { state: "selected" 0.0;
15150                inherit: "default" 0.0;
15151                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15152             }
15153             GENLIST_DESCRIPTION_FLIP_ENABLED
15154          }
15155          part { name: "elm.padding.text2.left";
15156             type: RECT;
15157             mouse_events: 0;
15158             scale: 1;
15159             description { state: "default" 0.0;
15160                min: GENLIST_ICON_SMALL_SIZE 0;
15161                fixed: 1 0;
15162                rel1.to_x: "elm.text.2";
15163                rel2 {
15164                   relative: 0.0 1.0;
15165                   to_x: "elm.text.2";
15166                }
15167                visible: 0;
15168                align: 1.0 0.5;
15169             }
15170          }
15171          part { name: "elm.text.1";
15172             clip_to: "disclip";
15173             type: TEXT;
15174             mouse_events: 0;
15175             scale: 1;
15176             description { state: "default" 0.0;
15177                rel1 {
15178                   relative: 1.0 0.0;
15179                   to_x: "elm.padding.icon.right";
15180                }
15181                rel2 {
15182                   relative: 0.0 1.0;
15183                   to_x: "elm.padding.text2.left";
15184                }
15185                align: 0.0 0.0;
15186                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
15187                text {
15188                   font: "SLP:style=Roman";
15189                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
15190                   min: 0 1;
15191                   align: 0.0 0.5;
15192                   text_class: "list_item";
15193                }
15194             }
15195             description { state: "selected" 0.0;
15196                inherit: "default" 0.0;
15197                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15198             }
15199             GENLIST_DESCRIPTION_FLIP_ENABLED
15200          }
15201          GENLIST_PART_FLIP
15202          GENLIST_PART_DISCLIP
15203       }
15204       programs {
15205          program { name: "go_active";
15206             signal: "elm,state,selected";
15207             source: "elm";
15208             action: STATE_SET "selected" 0.0;
15209             target: "bg_image";
15210             target: "elm.text.1";
15211             target: "elm.text.2";
15212             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15213          }
15214          program { name: "go_passive";
15215             signal: "elm,state,unselected";
15216             source: "elm";
15217             action: STATE_SET "default" 0.0;
15218             target: "bg_image";
15219             target: "elm.text.1";
15220             target: "elm.text.2";
15221             transition: LINEAR 0.1;
15222          }
15223          program { name: "go_disabled";
15224             signal: "elm,state,disabled";
15225             source: "elm";
15226             action: STATE_SET "disabled" 0.0;
15227             target: "disclip";
15228          }
15229          program { name: "go_enabled";
15230             signal: "elm,state,enabled";
15231             source: "elm";
15232             action: STATE_SET "default" 0.0;
15233             target: "disclip";
15234          }
15235          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
15236          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15237       }
15238    }
15239 //
15240 // 4.1.6 textblock for message
15241    group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
15242       alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
15243       alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
15244       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
15245       alias: "elm/layout/dialogue/1text.1icon.6";
15246       data.item: "stacking" "above";
15247       data.item: "selectraise" "on";
15248       data.item: "texts" "elm.text";
15249       data.item: "contents" "elm.icon";
15250       data.item: "flips" "elm.flip.content";
15251       parts {
15252          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15253          GENLIST_PART_DIALOGUE_BG_IMAGE
15254          GENLIST_PART_BOTTOM_LINE
15255          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15256          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15257          GENLIST_PART_DIALOGUE_ITEM
15258          GENLIST_PART_DIALOGUE_RIGHT_LINE
15259          part { name: "elm.icon";
15260             clip_to: "disclip";
15261             type: SWALLOW;
15262             scale: 1;
15263             description { state: "default" 0.0;
15264                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15265                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15266                fixed: 1 1;
15267                rel1 {
15268                   relative: 1.0 0.0;
15269                   to_x: "elm.padding.left";
15270                }
15271                rel2 {
15272                   relative: 1.0 1.0;
15273                   to_x: "elm.padding.left";
15274                }
15275                align: 0.0 0.5;
15276             }
15277             GENLIST_DESCRIPTION_FLIP_ENABLED
15278          }
15279          part { name: "elm.padding.icon.right";
15280             type: RECT;
15281             scale: 1;
15282             description { state: "default" 0.0;
15283                min: GENLIST_PADDING_16_INC 0;
15284                fixed: 1 0;
15285                rel1 {
15286                   relative: 1.0 0.0;
15287                   to_x: "elm.icon";
15288                }
15289                rel2.to_x: "elm.icon";
15290                align: 0.0 0.0;
15291                visible: 0;
15292             }
15293          }
15294          part { name: "elm.text";
15295             clip_to: "disclip";
15296             type: TEXTBLOCK;
15297             mouse_events: 0;
15298             scale: 1;
15299             description { state: "default" 0.0;
15300                rel1 {
15301                   relative: 1.0 0.0;
15302                   to_x: "elm.padding.icon.right";
15303                }
15304                rel2 {
15305                   relative: 0.0 1.0;
15306                   to_x: "elm.padding.right";
15307                }
15308                align: 0.0 0.5;
15309                text {
15310                   style: "genlist_default_textblock_style";
15311                   min: 0 1;
15312                   align: 0.0 0.5;
15313                }
15314             }
15315             description { state: "selected" 0.0;
15316                inherit: "default" 0.0;
15317                text.style: "genlist_default_textblock_selected_style";
15318             }
15319             GENLIST_DESCRIPTION_FLIP_ENABLED
15320          }
15321          GENLIST_PART_FLIP
15322          GENLIST_PART_DISCLIP
15323       }
15324       programs {
15325          program { name: "go_active";
15326             signal: "elm,state,selected";
15327             source: "elm";
15328             action: STATE_SET "selected" 0.0;
15329             target: "bg_image";
15330             target: "elm.text";
15331             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15332          }
15333          program { name: "go_passive";
15334             signal: "elm,state,unselected";
15335             source: "elm";
15336             action: STATE_SET "default" 0.0;
15337             target: "bg_image";
15338             target: "elm.text";
15339             transition: LINEAR 0.1;
15340          }
15341          program { name: "go_disabled";
15342             signal: "elm,state,disabled";
15343             source: "elm";
15344             action: STATE_SET "disabled" 0.0;
15345             target: "disclip";
15346          }
15347          program { name: "go_enabled";
15348             signal: "elm,state,enabled";
15349             source: "elm";
15350             action: STATE_SET "default" 0.0;
15351             target: "disclip";
15352          }
15353          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15354          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15355       }
15356    }
15357
15358 // 4.1.17
15359    group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
15360       alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
15361       alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
15362       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
15363       alias: "elm/layout/dialogue/1text.1icon.4";
15364       data.item: "stacking" "above";
15365       data.item: "selectraise" "on";
15366       data.item: "texts" "elm.text";
15367       data.item: "contents" "elm.icon";
15368       data.item: "flips" "elm.flip.content";
15369       parts {
15370          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15371          GENLIST_PART_DIALOGUE_BG_IMAGE
15372          GENLIST_PART_BOTTOM_LINE
15373          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15374          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15375          GENLIST_PART_DIALOGUE_ITEM
15376          GENLIST_PART_DIALOGUE_RIGHT_LINE
15377          part { name: "elm.icon";
15378             clip_to: "disclip";
15379             type: SWALLOW;
15380             scale: 1;
15381             description { state: "default" 0.0;
15382                min: 60 60;
15383                max: 60 60;
15384                fixed: 1 1;
15385                rel1.to_x: "elm.padding.right";
15386                rel2 {
15387                   relative: 0.0 1.0;
15388                   to_x: "elm.padding.right";
15389                }
15390                align: 1.0 0.5;
15391             }
15392             GENLIST_DESCRIPTION_FLIP_ENABLED
15393          }
15394          part { name: "elm.padding.icon.left";
15395             clip_to: "disclip";
15396             type: RECT;
15397             scale: 1;
15398             description { state: "default" 0.0;
15399                min: 10 0;
15400                fixed: 1 0;
15401                rel1.to_x: "elm.icon";
15402                rel2 {
15403                   relative: 0.0 1.0;
15404                   to_x: "elm.icon";
15405                }
15406                align: 1.0 0.0;
15407                visible: 0;
15408             }
15409          }
15410          part { name: "elm.text";
15411             clip_to: "disclip";
15412             type: TEXT;
15413             mouse_events: 0;
15414             scale: 1;
15415             description { state: "default" 0.0;
15416                rel1 {
15417                   relative: 1.0 0.0;
15418                   to_x: "elm.padding.left";
15419                }
15420                rel2 {
15421                   relative: 0.0 1.0;
15422                   to_x: "elm.padding.icon.left";
15423                }
15424                align: 0.0 0.0;
15425                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
15426                text {
15427                   font: "SLP:style=Roman";
15428                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
15429                   min: 0 1;
15430                   align: 0.0 0.5;
15431                   text_class: "list_item";
15432                }
15433             }
15434             description { state: "selected" 0.0;
15435                inherit: "default" 0.0;
15436                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15437             }
15438             GENLIST_DESCRIPTION_FLIP_ENABLED
15439          }
15440          GENLIST_PART_FLIP
15441          GENLIST_PART_DISCLIP
15442       }
15443       programs {
15444          program { name: "go_active";
15445             signal: "elm,state,selected";
15446             source: "elm";
15447             action: STATE_SET "selected" 0.0;
15448             target: "bg_image";
15449             target: "elm.text";
15450             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15451          }
15452          program { name: "go_passive";
15453             signal: "elm,state,unselected";
15454             source: "elm";
15455             action: STATE_SET "default" 0.0;
15456             target: "bg_image";
15457             target: "elm.text";
15458             transition: LINEAR 0.1;
15459          }
15460          program { name: "go_disabled";
15461             signal: "elm,state,disabled";
15462             source: "elm";
15463             action: STATE_SET "disabled" 0.0;
15464             target: "disclip";
15465          }
15466          program { name: "go_enabled";
15467             signal: "elm,state,enabled";
15468             source: "elm";
15469             action: STATE_SET "default" 0.0;
15470             target: "disclip";
15471          }
15472          GENLIST_PROGRAM_FLIP_1TEXT_1ICON
15473          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15474       }
15475    }
15476
15477    // 4.1.19
15478    group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
15479       alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
15480       alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
15481       alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
15482
15483       data.item: "stacking" "above";
15484       data.item: "selectraise" "on";
15485       data.item: "texts" "elm.text.1";
15486       data.item: "contents" "elm.icon.1";
15487
15488       parts {
15489          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
15490                  GENLIST_PART_DIALOGUE_BG_IMAGE
15491          GENLIST_PART_BOTTOM_LINE
15492          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
15493          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
15494          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15495          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15496          GENLIST_PART_DIALOGUE_ITEM
15497          GENLIST_PART_DIALOGUE_RIGHT_LINE
15498          part { name: "elm.text.1";
15499             clip_to: "disclip";
15500             type: TEXT;
15501             mouse_events: 0;
15502             scale: 1;
15503             description { state: "default" 0.0;
15504                min: 0 GENLIST_SIZE_48_INC;
15505                fixed: 0 1;
15506                rel1 {
15507                   relative: 1.0 1.0;
15508                   to_x: "elm.padding.left";
15509                   to_y: "elm.padding.top";
15510                }
15511                rel2 {
15512                   relative: 0.0 1.0;
15513                   to_x: "elm.padding.right";
15514                   to_y: "elm.padding.top";
15515                }
15516                align: 0.0 0.0;
15517                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
15518                text {
15519                   font: "SLP:style=Medium";
15520                   size: GENLIST_FONT_32_INC;
15521                   min: 0 1;
15522                   align: 0.0 0.5;
15523                   text_class: "list_item";
15524                }
15525             }
15526             description { state: "selected" 0.0;
15527                inherit: "default" 0.0;
15528                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15529             }
15530             GENLIST_DESCRIPTION_FLIP_ENABLED
15531          }
15532          part { name: "elm.icon.1";
15533             clip_to: "disclip";
15534             type: SWALLOW;
15535             scale: 1;
15536             description { state: "default" 0.0;
15537                rel1 {
15538                   relative: 1.0 1.0;
15539                   to_x: "elm.padding.left";
15540                   to_y: "elm.text.1";
15541                }
15542                rel2 {
15543                   relative: 0.0 0.0;
15544                   to_x: "elm.padding.right";
15545                   to_y: "elm.padding.bottom";
15546                }
15547             }
15548          }
15549          GENLIST_PART_DISCLIP
15550       }
15551       programs {
15552          // signal: elm,state,%s,active
15553          //   a "check" item named %s went active
15554          // signal: elm,state,%s,passive
15555          //   a "check" item named %s went passive
15556          // default is passive
15557          /*program { name: "go_active";
15558             signal: "elm,state,selected";
15559             source: "elm";
15560             action: STATE_SET "selected" 0.0;
15561             target: "bg_image";
15562             target: "elm.text";
15563          }
15564          program { name: "go_passive";
15565             signal: "elm,state,unselected";
15566             source: "elm";
15567             action: STATE_SET "default" 0.0;
15568             target: "bg_image";
15569             target: "elm.text";
15570             transition: LINEAR 0.1;
15571          }*/
15572          program { name: "go_disabled";
15573             signal: "elm,state,disabled";
15574             source: "elm";
15575             action: STATE_SET "disabled" 0.0;
15576             target: "disclip";
15577          }
15578          program { name: "go_enabled";
15579             signal: "elm,state,enabled";
15580             source: "elm";
15581             action: STATE_SET "default" 0.0;
15582             target: "disclip";
15583          }
15584       }
15585    }
15586
15587    group { name: "elm/genlist/item/dialogue/2text.5/default";
15588       alias: "elm/genlist/item_odd/dialogue/2text.5/default";
15589       alias: "elm/genlist/item_compress/dialogue/2text.5/default";
15590       alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
15591       data.item: "stacking" "above";
15592       data.item: "selectraise" "on";
15593       data.item: "texts" "elm.text.1 elm.text.2";
15594       data.item: "flips" "elm.flip.content";
15595       parts {
15596          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15597          GENLIST_PART_DIALOGUE_BG_IMAGE
15598          GENLIST_PART_BOTTOM_LINE
15599          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15600          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15601          GENLIST_PART_DIALOGUE_ITEM
15602          GENLIST_PART_DIALOGUE_RIGHT_LINE
15603          part { name: "elm.text.2";
15604             clip_to: "disclip";
15605             type: TEXT;
15606             mouse_events: 0;
15607             scale: 1;
15608             description { state: "default" 0.0;
15609                min: GENLIST_SIZE_154_INC 0;
15610                fixed: 1 0;
15611                rel1.to_x: "elm.padding.right";
15612                rel2 {
15613                   relative: 0.0 1.0;
15614                   to_x: "elm.padding.right";
15615                }
15616                align: 1.0 0.5;
15617                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;;
15618                text {
15619                   font: "SLP:style=Medium";
15620                   size: GENLIST_FONT_32_INC;
15621                   min: 0 1;
15622                   align: 1.0 0.5;
15623                   text_class: "slp_roman";
15624                }
15625             }
15626             description { state: "selected" 0.0;
15627                inherit: "default" 0.0;
15628                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15629             }
15630             GENLIST_DESCRIPTION_FLIP_ENABLED
15631          }
15632          part { name: "elm.padding.text2.left";
15633             type: RECT;
15634             mouse_events: 0;
15635             scale: 1;
15636             description { state: "default" 0.0;
15637                min: GENLIST_ICON_SMALL_SIZE 0;
15638                fixed: 1 0;
15639                rel1.to_x: "elm.text.2";
15640                rel2 {
15641                   relative: 0.0 1.0;
15642                   to_x: "elm.text.2";
15643                }
15644                visible: 0;
15645                align: 1.0 0.5;
15646             }
15647          }
15648          part { name: "elm.text.1";
15649             clip_to: "disclip";
15650             type: TEXT;
15651             mouse_events: 0;
15652             scale: 1;
15653             description { state: "default" 0.0;
15654                rel1 {
15655                   relative: 1.0 0.0;
15656                   to_x: "elm.padding.left";
15657                }
15658                rel2 {
15659                   relative: 0.0 1.0;
15660                   to_x: "elm.padding.text2.left";
15661                }
15662                align: 0.0 0.0;
15663                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
15664                text {
15665                   font: "SLP:style=Roman";
15666                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
15667                   min: 0 1;
15668                   align: 0.0 0.5;
15669                   text_class: "list_item";
15670                }
15671             }
15672             description { state: "selected" 0.0;
15673                inherit: "default" 0.0;
15674                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15675             }
15676             GENLIST_DESCRIPTION_FLIP_ENABLED
15677          }
15678          GENLIST_PART_FLIP
15679          GENLIST_PART_DISCLIP
15680       }
15681       programs {
15682          program { name: "go_active";
15683             signal: "elm,state,selected";
15684             source: "elm";
15685             action: STATE_SET "selected" 0.0;
15686             target: "bg_image";
15687             target: "elm.text.1";
15688             target: "elm.text.2";
15689             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15690          }
15691          program { name: "go_passive";
15692             signal: "elm,state,unselected";
15693             source: "elm";
15694             action: STATE_SET "default" 0.0;
15695             target: "bg_image";
15696             target: "elm.text.1";
15697             target: "elm.text.2";
15698             transition: LINEAR 0.1;
15699          }
15700          program { name: "go_disabled";
15701             signal: "elm,state,disabled";
15702             source: "elm";
15703             action: STATE_SET "disabled" 0.0;
15704             target: "disclip";
15705          }
15706          program { name: "go_enabled";
15707             signal: "elm,state,enabled";
15708             source: "elm";
15709             action: STATE_SET "default" 0.0;
15710             target: "disclip";
15711          }
15712          GENLIST_PROGRAM_FLIP_2TEXT
15713          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15714          //GENLIST_PROGRAM_FLIP_1TEXT
15715       }
15716    }
15717
15718    group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
15719       alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
15720       alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
15721       alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
15722       alias: "elm/layout/dialogue/1text.2icon.2";
15723       data.item: "stacking" "above";
15724       data.item: "selectraise" "on";
15725       data.item: "texts" "elm.text";
15726       data.item: "contents" "elm.icon.1 elm.icon.2";
15727       data.item: "flips" "elm.flip.content";
15728       parts {
15729          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15730          GENLIST_PART_DIALOGUE_BG_IMAGE
15731          GENLIST_PART_BOTTOM_LINE
15732          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15733          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15734          GENLIST_PART_DIALOGUE_ITEM
15735          GENLIST_PART_DIALOGUE_RIGHT_LINE
15736          part { name: "elm.icon.1";
15737             clip_to: "disclip";
15738             type: SWALLOW;
15739             scale: 1;
15740             description { state: "default" 0.0;
15741                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15742                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15743                fixed: 1 1;
15744                rel1 {
15745                   relative: 1.0 0.0;
15746                   to_x: "elm.padding.left";
15747                }
15748                rel2 {
15749                   relative: 1.0 1.0;
15750                   to_x: "elm.padding.left";
15751                }
15752                align: 0.0 0.5;
15753             }
15754             GENLIST_DESCRIPTION_FLIP_ENABLED
15755          }
15756          part { name: "elm.padding.icon1.right";
15757             clip_to: "disclip";
15758             type: RECT;
15759             scale: 1;
15760             description { state: "default" 0.0;
15761                min: GENLIST_PADDING_16_INC 0;
15762                fixed: 1 0;
15763                rel1 {
15764                   relative: 1.0 0.0;
15765                   to_x: "elm.icon.1";
15766                }
15767                rel2.to_x: "elm.icon.1";
15768                align: 0.0 0.0;
15769                visible: 0;
15770             }
15771          }
15772          part { name: "elm.icon.2";
15773             clip_to: "disclip";
15774             type: SWALLOW;
15775             scale: 1;
15776             description { state: "default" 0.0;
15777                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15778                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15779                fixed: 1 1;
15780                rel1.to_x: "elm.padding.right";
15781                rel2 {
15782                   relative: 0.0 1.0;
15783                   to_x: "elm.padding.right";
15784                }
15785                align: 1.0 0.5;
15786             }
15787             GENLIST_DESCRIPTION_FLIP_ENABLED
15788          }
15789          part { name: "elm.padding.icon2.left";
15790             clip_to: "disclip";
15791             type: RECT;
15792             scale: 1;
15793             description { state: "default" 0.0;
15794                min: GENLIST_PADDING_16_INC 0;
15795                fixed: 1 0;
15796                rel1.to_x: "elm.icon.2";
15797                rel2 {
15798                   relative: 0.0 1.0;
15799                   to_x: "elm.icon.2";
15800                }
15801                align: 1.0 0.0;
15802                visible: 0;
15803             }
15804          }
15805          part { name: "elm.text";
15806             clip_to: "disclip";
15807             type: TEXT;
15808             mouse_events: 0;
15809             scale: 1;
15810             description { state: "default" 0.0;
15811                rel1 {
15812                   relative: 1.0 0.0;
15813                   to_x: "elm.padding.icon1.right";
15814                }
15815                rel2 {
15816                   relative: 0.0 1.0;
15817                   to_x: "elm.padding.icon2.left";
15818                }
15819                align: 0.0 0.0;
15820                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
15821                text {
15822                   font: "SLP:style=Roman";
15823                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
15824                   min: 0 1;
15825                   align: 0.0 0.5;
15826                   text_class: "list_item";
15827                }
15828             }
15829             description { state: "selected" 0.0;
15830                inherit: "default" 0.0;
15831                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
15832             }
15833             GENLIST_DESCRIPTION_FLIP_ENABLED
15834          }
15835          GENLIST_PART_FLIP
15836          GENLIST_PART_DISCLIP
15837       }
15838       programs {
15839          program { name: "go_active";
15840             signal: "elm,state,selected";
15841             source: "elm";
15842             action: STATE_SET "selected" 0.0;
15843             target: "bg_image";
15844             target: "elm.text";
15845             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
15846          }
15847          program { name: "go_passive";
15848             signal: "elm,state,unselected";
15849             source: "elm";
15850             action: STATE_SET "default" 0.0;
15851             target: "bg_image";
15852             target: "elm.text";
15853             transition: LINEAR 0.1;
15854          }
15855          program { name: "go_disabled";
15856             signal: "elm,state,disabled";
15857             source: "elm";
15858             action: STATE_SET "disabled" 0.0;
15859             target: "disclip";
15860          }
15861          program { name: "go_enabled";
15862             signal: "elm,state,enabled";
15863             source: "elm";
15864             action: STATE_SET "default" 0.0;
15865             target: "disclip";
15866          }
15867          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
15868          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
15869       }
15870    }
15871
15872    group { name: "elm/genlist/item/dialogue/1text.3icon/default";
15873       alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
15874       alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
15875       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
15876       alias: "elm/layout/dialogue/1text.3icon";
15877       data.item: "stacking" "above";
15878       data.item: "selectraise" "on";
15879       data.item: "texts" "elm.text";
15880       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
15881       data.item: "flips" "elm.flip.content";
15882       parts {
15883          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
15884          GENLIST_PART_DIALOGUE_BG_IMAGE
15885          GENLIST_PART_BOTTOM_LINE
15886          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
15887          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
15888          GENLIST_PART_DIALOGUE_ITEM
15889          GENLIST_PART_DIALOGUE_RIGHT_LINE
15890          part { name: "elm.icon.1";
15891             clip_to: "disclip";
15892             type: SWALLOW;
15893             scale: 1;
15894             description { state: "default" 0.0;
15895                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15896                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
15897                fixed: 1 1;
15898                rel1 {
15899                   relative: 1.0 0.0;
15900                   to_x: "elm.padding.left";
15901                }
15902                rel2 {
15903                   relative: 1.0 1.0;
15904                   to_x: "elm.padding.left";
15905                }
15906                align: 0.0 0.5;
15907             }
15908             GENLIST_DESCRIPTION_FLIP_ENABLED
15909          }
15910          part { name: "elm.padding.icon1.right";
15911             clip_to: "disclip";
15912             type: RECT;
15913             scale: 1;
15914             description { state: "default" 0.0;
15915                min: GENLIST_PADDING_16_INC 0;
15916                fixed: 1 0;
15917                rel1 {
15918                   relative: 1.0 0.0;
15919                   to_x: "elm.icon.1";
15920                }
15921                rel2.to_x: "elm.icon.1";
15922                align: 0.0 0.0;
15923                visible: 0;
15924             }
15925          }
15926          part { name: "elm.icon.3";
15927             clip_to: "disclip";
15928             type: SWALLOW;
15929             scale: 1;
15930             description { state: "default" 0.0;
15931                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15932                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15933                fixed: 1 1;
15934                rel1.to_x: "elm.padding.right";
15935                rel2 {
15936                   relative: 0.0 1.0;
15937                   to_x: "elm.padding.right";
15938                }
15939                align: 1.0 0.5;
15940             }
15941             GENLIST_DESCRIPTION_FLIP_ENABLED
15942          }
15943          part { name: "elm.padding.icon3.left";
15944             clip_to: "disclip";
15945             type: RECT;
15946             scale: 1;
15947             description { state: "default" 0.0;
15948                min: GENLIST_PADDING_16_INC 0;
15949                fixed: 1 0;
15950                rel1.to_x: "elm.icon.3";
15951                rel2 {
15952                   relative: 0.0 1.0;
15953                   to_x: "elm.icon.3";
15954                }
15955                align: 1.0 0.0;
15956                visible: 0;
15957             }
15958          }
15959          part { name: "elm.icon.2";
15960             clip_to: "disclip";
15961             type: SWALLOW;
15962             scale: 1;
15963             description { state: "default" 0.0;
15964                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15965                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
15966                fixed: 1 1;
15967                rel1.to_x: "elm.padding.icon3.left";
15968                rel2 {
15969                   relative: 0.0 1.0;
15970                   to_x: "elm.padding.icon3.left";
15971                }
15972                align: 1.0 0.5;
15973             }
15974             GENLIST_DESCRIPTION_FLIP_ENABLED
15975          }
15976          part { name: "elm.padding.icon2.left";
15977             clip_to: "disclip";
15978             type: RECT;
15979             scale: 1;
15980             description { state: "default" 0.0;
15981                min: GENLIST_PADDING_16_INC 0;
15982                fixed: 1 0;
15983                rel1.to_x: "elm.icon.2";
15984                rel2 {
15985                   relative: 0.0 1.0;
15986                   to_x: "elm.icon.2";
15987                }
15988                align: 0.0 0.0;
15989                visible: 0;
15990             }
15991          }
15992          part { name: "elm.text";
15993             clip_to: "disclip";
15994             type: TEXT;
15995             mouse_events: 0;
15996             scale: 1;
15997             description { state: "default" 0.0;
15998                rel1 {
15999                   relative: 1.0 0.0;
16000                   to_x: "elm.padding.icon1.right";
16001                }
16002                rel2 {
16003                   relative: 0.0 1.0;
16004                   to_x: "elm.padding.icon2.left";
16005                }
16006                align: 0.0 0.5;
16007                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
16008                text {
16009                   font: "SLP:style=Roman";
16010                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
16011                   min: 0 1;
16012                   align: 0.0 0.5;
16013                   text_class: "list_item";
16014                }
16015             }
16016             description { state: "selected" 0.0;
16017                inherit: "default" 0.0;
16018                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16019             }
16020             GENLIST_DESCRIPTION_FLIP_ENABLED
16021          }
16022          GENLIST_PART_FLIP
16023          GENLIST_PART_DISCLIP
16024       }
16025       programs {
16026          // signal: elm,state,%s,active
16027          //   a "check" item named %s went active
16028          // signal: elm,state,%s,passive
16029          //   a "check" item named %s went passive
16030          // default is passive
16031          program { name: "go_active";
16032             signal: "elm,state,selected";
16033             source: "elm";
16034             action: STATE_SET "selected" 0.0;
16035             target: "bg_image";
16036             target: "elm.text";
16037             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16038          }
16039          program { name: "go_passive";
16040             signal: "elm,state,unselected";
16041             source: "elm";
16042             action: STATE_SET "default" 0.0;
16043             target: "bg_image";
16044             target: "elm.text";
16045             transition: LINEAR 0.1;
16046          }
16047          program { name: "go_disabled";
16048             signal: "elm,state,disabled";
16049             source: "elm";
16050             action: STATE_SET "disabled" 0.0;
16051             target: "disclip";
16052          }
16053          program { name: "go_enabled";
16054             signal: "elm,state,enabled";
16055             source: "elm";
16056             action: STATE_SET "default" 0.0;
16057             target: "disclip";
16058          }
16059          GENLIST_PROGRAM_FLIP_1TEXT_3ICON
16060          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16061          //GENLIST_PROGRAM_FLIP_1TEXT
16062       }
16063    }
16064
16065    /* password style 2.4.2.13 */
16066    /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
16067    group { name: "elm/genlist/item/dialogue/1text.4icon/default";
16068       alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
16069       alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
16070       alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
16071       alias: "elm/layout/dialogue/4icon";
16072       data.item: "stacking" "above";
16073       data.item: "selectraise" "on";
16074       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
16075       data.item: "texts" "elm.text.1";
16076       images {
16077          image : "00_search_input_field_bg.png" COMP;
16078       }
16079       parts {
16080          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
16081          GENLIST_PART_DIALOGUE_BG_IMAGE
16082          GENLIST_PART_BOTTOM_LINE
16083          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
16084          GENLIST_PART_PADDING_BOTTOM( 23 )
16085          GENLIST_PART_PADDING_LEFT( 42 )
16086          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16087          GENLIST_PART_DIALOGUE_ITEM
16088          GENLIST_PART_DIALOGUE_RIGHT_LINE
16089          part { name: "elm.text.1";
16090             clip_to: "disclip";
16091             type: TEXT;
16092             mouse_events: 0;
16093             scale: 1;
16094             description { state: "default" 0.0;
16095                fixed: 1 1;
16096                rel1.relative: 42/720 10/206;
16097                rel2.relative: 703/720 58/206;
16098                color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
16099                text {
16100                   font: "SLP:style=Medium";
16101                   size: GENLIST_FONT_32_INC;
16102                   min: 0 0;
16103                   align: 0.0 0;
16104                   text_class: "list_item";
16105                }
16106             }
16107             description { state: "selected" 0.0;
16108                inherit: "default" 0.0;
16109                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16110             }
16111          }
16112          part { name: "elm.icon1.bg";
16113             clip_to: "disclip";
16114             type: IMAGE;
16115             scale: 1;
16116             description { state: "default" 0.0;
16117                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16118                fixed: 1 1;
16119                rel1.relative: 146/720 126/206;
16120                rel2.relative: 146/720 126/206;
16121                image.normal: "00_search_input_field_bg.png";
16122                image.border: 5 5 5 5;
16123                image.border_scale: 1;
16124             }
16125          }
16126          part { name: "elm.icon.1";
16127             clip_to: "disclip";
16128             type: SWALLOW;
16129             scale: 1;
16130             description { state: "default" 0.0;
16131                rel1 {
16132                   to: "elm.icon1.bg";
16133                   offset: 3 3;
16134                }
16135                rel2 {
16136                   to: "elm.icon1.bg";
16137                   offset: -3 -3;
16138                }
16139                align: 0.5 0.5;
16140             }
16141          }
16142          part { name: "elm.icon2.bg";
16143             clip_to: "disclip";
16144             type: IMAGE;
16145             scale: 1;
16146             description { state: "default" 0.0;
16147                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16148                fixed: 1 1;
16149                rel1.relative: 294/720 126/206;
16150                rel2.relative: 294/720 126/206;
16151                image.normal: "00_search_input_field_bg.png";
16152                image.border: 5 5 5 5;
16153                image.border_scale: 1;
16154             }
16155          }
16156          part { name: "elm.icon.2";
16157             clip_to: "disclip";
16158             type: SWALLOW;
16159             scale: 1;
16160             description { state: "default" 0.0;
16161                rel1 {
16162                   to: "elm.icon2.bg";
16163                   offset: 3 3;
16164                }
16165                rel2 {
16166                   to: "elm.icon2.bg";
16167                   offset: -3 -3;
16168                }
16169                align: 0.5 0.5;
16170             }
16171          }
16172          part { name: "elm.icon3.bg";
16173             clip_to: "disclip";
16174             type: IMAGE;
16175             scale: 1;
16176             description { state: "default" 0.0;
16177                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16178                fixed: 1 1;
16179                rel1.relative: 442/720 126/206;
16180                rel2.relative: 442/720 126/206;
16181                image.normal: "00_search_input_field_bg.png";
16182                image.border: 5 5 5 5;
16183                image.border_scale: 1;
16184             }
16185          }
16186          part { name: "elm.icon.3";
16187             clip_to: "disclip";
16188             type: SWALLOW;
16189             scale: 1;
16190             description { state: "default" 0.0;
16191                rel1 {
16192                   to: "elm.icon3.bg";
16193                   offset: 3 3;
16194                }
16195                rel2 {
16196                   to: "elm.icon3.bg";
16197                   offset: -3 -3;
16198                }
16199                align: 0.5 0.5;
16200             }
16201          }
16202          part { name: "elm.icon4.bg";
16203             clip_to: "disclip";
16204             type: IMAGE;
16205             scale: 1;
16206             description { state: "default" 0.0;
16207                min: GENLIST_SIZE_PASSWORD_ICON GENLIST_SIZE_PASSWORD_ICON;
16208                fixed: 1 1;
16209                rel1.relative: 590/720 126/206;
16210                rel2.relative: 590/720 126/206;
16211                image.normal: "00_search_input_field_bg.png";
16212                image.border: 5 5 5 5;
16213                image.border_scale: 1;
16214             }
16215          }
16216          part { name: "elm.icon.4";
16217             clip_to: "disclip";
16218             type: SWALLOW;
16219             scale: 1;
16220             description { state: "default" 0.0;
16221                rel1 {
16222                   to: "elm.icon4.bg";
16223                   offset: 3 3;
16224                }
16225                rel2 {
16226                   to: "elm.icon4.bg";
16227                   offset: -3 -3;
16228                }
16229                align: 0.5 0.5;
16230             }
16231          }         GENLIST_PART_DISCLIP
16232       }
16233       programs {
16234          // signal: elm,state,%s,active
16235          //   a "check" item named %s went active
16236          // signal: elm,state,%s,passive
16237          //   a "check" item named %s went passive
16238          // default is passive
16239          /*program { name: "go_active";
16240             signal: "elm,state,selected";
16241             source: "elm";
16242             action: STATE_SET "selected" 0.0;
16243             target: "bg_image";
16244             target: "elm.text.1";
16245             target: "elm.text.2";
16246          }
16247          program { name: "go_passive";
16248             signal: "elm,state,unselected";
16249             source: "elm";
16250             action: STATE_SET "default" 0.0;
16251             target: "bg_image";
16252             target: "elm.text.1";
16253             target: "elm.text.2";
16254             transition: LINEAR 0.1;
16255          }*/
16256          program { name: "go_disabled";
16257             signal: "elm,state,disabled";
16258             source: "elm";
16259             action: STATE_SET "disabled" 0.0;
16260             target: "disclip";
16261          }
16262          program { name: "go_enabled";
16263             signal: "elm,state,enabled";
16264             source: "elm";
16265             action: STATE_SET "default" 0.0;
16266             target: "disclip";
16267          }
16268       }
16269    }
16270
16271    group { name: "elm/genlist/item/dialogue/3icon/default";
16272       alias: "elm/genlist/item_odd/dialogue/3icon/default";
16273       alias: "elm/genlist/item_compress/dialogue/3icon/default";
16274       alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
16275       alias: "elm/layout/dialogue/3icon";
16276       data.item: "stacking" "above";
16277       data.item: "selectraise" "on";
16278       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
16279       parts {
16280          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16281          GENLIST_PART_DIALOGUE_BG_IMAGE
16282          GENLIST_PART_BOTTOM_LINE
16283          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16284          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16285          GENLIST_PART_DIALOGUE_ITEM
16286          GENLIST_PART_DIALOGUE_RIGHT_LINE
16287          part { name: "elm.icon.1";
16288             clip_to: "disclip";
16289             type: SWALLOW;
16290             scale: 1;
16291             description { state: "default" 0.0;
16292                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16293                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16294                fixed: 1 1;
16295                rel1 {
16296                   relative: 1.0 0.0;
16297                   to_x: "elm.padding.left";
16298                }
16299                rel2 {
16300                   relative: 1.0 1.0;
16301                   to_x: "elm.padding.left";
16302                }
16303                align: 0.0 0.5;
16304             }
16305             GENLIST_DESCRIPTION_FLIP_ENABLED
16306          }
16307          part { name: "elm.padding.icon1.right";
16308             clip_to: "disclip";
16309             type: RECT;
16310             scale: 1;
16311             description { state: "default" 0.0;
16312                min: GENLIST_PADDING_16_INC 0;
16313                fixed: 1 0;
16314                rel1 {
16315                   relative: 1.0 0.0;
16316                   to_x: "elm.icon.1";
16317                }
16318                rel2.to_x: "elm.icon.1";
16319                align: 0.0 0.0;
16320                visible: 0;
16321             }
16322          }
16323          part { name: "elm.icon.3";
16324             clip_to: "disclip";
16325             type: SWALLOW;
16326             scale: 1;
16327             description { state: "default" 0.0;
16328                min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16329                max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
16330                fixed: 1 1;
16331                rel1.to_x: "elm.padding.right";
16332                rel2 {
16333                   relative: 0.0 1.0;
16334                   to_x: "elm.padding.right";
16335                }
16336                align: 1.0 0.5;
16337             }
16338             GENLIST_DESCRIPTION_FLIP_ENABLED
16339          }
16340          part { name: "elm.padding.icon3.left";
16341             clip_to: "disclip";
16342             type: RECT;
16343             scale: 1;
16344             description { state: "default" 0.0;
16345                min: GENLIST_PADDING_16_INC 0;
16346                fixed: 1 0;
16347                rel1.to_x: "elm.icon.3";
16348                rel2 {
16349                   relative: 0.0 1.0;
16350                   to_x: "elm.icon.3";
16351                }
16352                align: 1.0 0.0;
16353                visible: 0;
16354             }
16355          }
16356          part { name: "elm.icon.2";
16357             clip_to: "disclip";
16358             type: SWALLOW;
16359             scale: 1;
16360             description { state: "default" 0.0;
16361                rel1 {
16362                   relative: 1.0 0.0;
16363                   to_x: "elm.padding.icon1.right";
16364                }
16365                rel2 {
16366                   relative: 0.0 1.0;
16367                   to_x: "elm.padding.icon3.left";
16368                }
16369                align: 0.0 0.5;
16370             }
16371             GENLIST_DESCRIPTION_FLIP_ENABLED
16372          }
16373          GENLIST_PART_DISCLIP
16374       }
16375       programs {
16376          // signal: elm,state,%s,active
16377          //   a "check" item named %s went active
16378          // signal: elm,state,%s,passive
16379          //   a "check" item named %s went passive
16380          // default is passive
16381          program { name: "go_disabled";
16382             signal: "elm,state,disabled";
16383             source: "elm";
16384             action: STATE_SET "disabled" 0.0;
16385             target: "disclip";
16386          }
16387          program { name: "go_enabled";
16388             signal: "elm,state,enabled";
16389             source: "elm";
16390             action: STATE_SET "default" 0.0;
16391             target: "disclip";
16392          }
16393       }
16394    }
16395
16396    group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
16397       alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
16398       alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
16399       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
16400       alias: "elm/layout/dialogue/2text.1icon.4";
16401       data.item: "stacking" "above";
16402       data.item: "selectraise" "on";
16403       data.item: "texts" "elm.text.1 elm.text.2";
16404       data.item: "contents" "elm.icon";
16405       data.item: "flips" "elm.flip.content";
16406       parts {
16407          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16408          GENLIST_PART_DIALOGUE_BG_IMAGE
16409          GENLIST_PART_BOTTOM_LINE
16410          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
16411          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
16412          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
16413          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16414          GENLIST_PART_DIALOGUE_ITEM
16415          GENLIST_PART_DIALOGUE_RIGHT_LINE
16416          part { name: "elm.text.2";
16417             clip_to: "disclip";
16418             type: TEXT;
16419             mouse_events: 0;
16420             scale: 1;
16421             description { state: "default" 0.0;
16422                min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
16423                fixed: 1 1;
16424                rel1 {
16425                   relative: 0.0 1.0;
16426                   to_x: "elm.padding.right";
16427                   to_y: "elm.padding.top";
16428                }
16429                rel2 {
16430                   relative: 0.0 1.0;
16431                   to_x: "elm.padding.right";
16432                   to_y: "elm.padding.top";
16433                }
16434                align: 1.0 0.0;
16435                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
16436                text {
16437                   font: "SLP:style=Medium";
16438                   size: GENLIST_FONT_32_INC;
16439                   min: 0 1;
16440                   align: 1.0 0.5;
16441                   text_class: "slp_medium";
16442                }
16443             }
16444             description { state: "selected" 0.0;
16445                inherit: "default" 0.0;
16446                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16447             }
16448             GENLIST_DESCRIPTION_FLIP_ENABLED
16449          }
16450          part { name: "elm.padding.text2.left";
16451             clip_to: "disclip";
16452             type: RECT;
16453             mouse_events: 0;
16454             scale: 1;
16455             description { state: "default" 0.0;
16456                min: GENLIST_ICON_SMALL_SIZE 0;
16457                fixed: 1 0;
16458                rel1.to_x: "elm.text.2";
16459                rel2 {
16460                   relative: 0.0 1.0;
16461                   to_x: "elm.text.2";
16462                }
16463                align: 1.0 0.5;
16464                visible: 0;
16465             }
16466          }
16467          part { name: "elm.text.1";
16468             clip_to: "disclip";
16469             type: TEXT;
16470             mouse_events: 0;
16471             scale: 1;
16472             description { state: "default" 0.0;
16473                rel1 {
16474                   relative: 1.0 1.0;
16475                   to_x: "elm.padding.left";
16476                   to_y: "elm.padding.top";
16477                }
16478                rel2 {
16479                   relative: 0.0 1.0;
16480                   to_x: "elm.padding.text2.left";
16481                   to_y: "elm.text.2";
16482                }
16483                align: 0.0 0.5;
16484                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
16485                text {
16486                   font: "SLP:style=Roman";
16487                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
16488                   min: 0 1;
16489                   align: 0.0 0.5;
16490                   text_class: "list_item";
16491                }
16492             }
16493             description { state: "selected" 0.0;
16494                inherit: "default" 0.0;
16495                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
16496             }
16497             GENLIST_DESCRIPTION_FLIP_ENABLED
16498          }
16499          part { name: "elm.icon";
16500             clip_to: "disclip";
16501             type: SWALLOW;
16502             scale: 1;
16503             description { state: "default" 0.0;
16504                min: 0 GENLIST_SIZE_16_INC;
16505                fixed: 0 1;
16506                rel1 {
16507                   relative: 1.0 0.0;
16508                   to_x: "elm.padding.left";
16509                   to_y: "elm.padding.bottom";
16510                }
16511                rel2 {
16512                   relative: 0.0 0.0;
16513                   to_x: "elm.padding.right";
16514                   to_y: "elm.padding.bottom";
16515                }
16516                align: 0.0 1.0;
16517             }
16518             GENLIST_DESCRIPTION_FLIP_ENABLED
16519          }
16520          GENLIST_PART_FLIP
16521          GENLIST_PART_DISCLIP
16522       }
16523       programs {
16524          // signal: elm,state,%s,active
16525          //   a "check" item named %s went active
16526          // signal: elm,state,%s,passive
16527          //   a "check" item named %s went passive
16528          // default is passive
16529          program { name: "go_active";
16530             signal: "elm,state,selected";
16531             source: "elm";
16532             action: STATE_SET "selected" 0.0;
16533             target: "bg_image";
16534             target: "elm.text.1";
16535             target: "elm.text.2";
16536             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
16537          }
16538          program { name: "go_passive";
16539             signal: "elm,state,unselected";
16540             source: "elm";
16541             action: STATE_SET "default" 0.0;
16542             target: "bg_image";
16543             target: "elm.text.1";
16544             target: "elm.text.2";
16545             transition: LINEAR 0.1;
16546          }
16547          program { name: "go_disabled";
16548             signal: "elm,state,disabled";
16549             source: "elm";
16550             action: STATE_SET "disabled" 0.0;
16551             target: "disclip";
16552          }
16553          program { name: "go_enabled";
16554             signal: "elm,state,enabled";
16555             source: "elm";
16556             action: STATE_SET "default" 0.0;
16557             target: "disclip";
16558          }
16559          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
16560          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
16561       }
16562    }
16563
16564    group { name: "elm/genlist/item/dialogue/1title.1text/default";
16565       alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
16566       alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
16567       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
16568       alias: "elm/genlist/item/dialogue.1title.1text/default";
16569       alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
16570       alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
16571       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
16572       alias: "elm/layout/dialogue/1title.1text";
16573       data.item: "stacking" "above";
16574       data.item: "selectraise" "on";
16575       data.item: "texts" "elm.title elm.text";
16576       data.item: "flips" "elm.flip.content";
16577       parts {
16578          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16579          GENLIST_PART_DIALOGUE_BG_IMAGE
16580          GENLIST_PART_BOTTOM_LINE
16581          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16582          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16583          GENLIST_PART_DIALOGUE_ITEM
16584          GENLIST_PART_DIALOGUE_RIGHT_LINE
16585          part { name: "elm.title";
16586             clip_to: "disclip";
16587             type: TEXT;
16588             mouse_events: 0;
16589             scale: 1;
16590             description { state: "default" 0.0;
16591                min: GENLIST_SIZE_163_INC 0;
16592                fixed: 1 0;
16593                rel1 {
16594                   relative: 1.0 0.0;
16595                   to_x: "elm.padding.left";
16596                }
16597                rel2.to_x: "elm.padding.left";
16598                align: 0.0 0.5;
16599                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
16600                text {
16601                   font: "SLP:style=Medium";
16602                   size: GENLIST_FONT_32_INC;
16603                   min: 0 1;
16604                   align: 0.0 0.5;
16605                   text_class: "slp_roman";
16606                }
16607             }
16608          }
16609          part { name: "vertical_line";
16610             type: RECT;
16611             mouse_events: 0;
16612             description { state: "default" 0.0;
16613                min: 1 0;
16614                fixed: 1 0;
16615                rel1 {
16616                   relative: 1.0 0.0;
16617                   to_x: "elm.title";
16618                }
16619                rel2.to_x: "elm.title";
16620                align: 0.0 0.5;
16621                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16622             }
16623          }
16624          part { name: "elm.padding.text.left";
16625             clip_to: "disclip";
16626             type: RECT;
16627             mouse_events: 0;
16628             scale: 1;
16629             description { state: "default" 0.0;
16630                min: GENLIST_PADDING_16_INC 0;
16631                fixed: 1 0;
16632                rel1 {
16633                    relative: 1.0 0.0;
16634                    to_x: "vertical_line";
16635                }
16636                rel2.to_x: "vertical_line";
16637                align: 0.0 0.5;
16638                visible: 0;
16639             }
16640          }
16641          part { name: "elm.text";
16642             clip_to: "disclip";
16643             type: TEXT;
16644             mouse_events: 0;
16645             scale: 1;
16646             description { state: "default" 0.0;
16647                rel1 {
16648                   relative: 1.0 0.0;
16649                   to_x: "elm.padding.text.left";
16650                }
16651                rel2 {
16652                   relative: 0.0 1.0;
16653                   to_x: "elm.padding.right";
16654                }
16655                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
16656                text {
16657                   font: "SLP:style=Roman";
16658                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
16659                   min: 0 1;
16660                   align: 0.0 0.5;
16661                   text_class: "list_item";
16662                }
16663             }
16664             GENLIST_DESCRIPTION_FLIP_ENABLED
16665          }
16666          part { name: "elm.flip.content";
16667             clip_to: "disclip";
16668             type: SWALLOW;
16669             mouse_events: 1;
16670             scale: 1;
16671             description { state: "default" 0.0;
16672                fixed: 1 1;
16673                rel1 {
16674                   relative: 0.0 0.5;
16675                   to_x: "elm.text";
16676                }
16677                rel2 {
16678                   relative: 0.0 0.5;
16679                   to_x: "elm.padding.right";
16680                }
16681                visible: 0;
16682             }
16683             description { state: "flip_enabled" 0.0;
16684                inherit: "default" 0.0;
16685                visible: 1;
16686             }
16687          }
16688          GENLIST_PART_DISCLIP
16689       }
16690       programs {
16691          // signal: elm,state,%s,active
16692          //   a "check" item named %s went active
16693          // signal: elm,state,%s,passive
16694          //   a "check" item named %s went passive
16695          // default is passive
16696          /*program { name: "go_active";
16697             signal: "elm,state,selected";
16698             source: "elm";
16699             action: STATE_SET "selected" 0.0;
16700             target: "elm.text";
16701          }
16702          program { name: "go_passive";
16703             signal: "elm,state,unselected";
16704             source: "elm";
16705             action: STATE_SET "default" 0.0;
16706             target: "elm.text";
16707             transition: LINEAR 0.1;
16708          }*/
16709          program { name: "go_disabled";
16710             signal: "elm,state,disabled";
16711             source: "elm";
16712             action: STATE_SET "disabled" 0.0;
16713             target: "disclip";
16714          }
16715          program { name: "go_enabled";
16716             signal: "elm,state,enabled";
16717             source: "elm";
16718             action: STATE_SET "default" 0.0;
16719             target: "disclip";
16720          }
16721          //GENLIST_PROGRAM_FLIP_1TEXT
16722       }
16723    }
16724
16725    group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
16726       alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
16727       alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
16728       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
16729       alias: "elm/genlist/item/dialogue.1title.1text.3/default";
16730       alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
16731       alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
16732       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
16733       alias: "elm/layout/dialogue/1title.1text.3";
16734       data.item: "stacking" "above";
16735       data.item: "selectraise" "on";
16736       data.item: "texts" "elm.title elm.text";
16737       data.item: "flips" "elm.flip.content.title elm.flip.content";
16738       parts {
16739          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16740          GENLIST_PART_DIALOGUE_BG_IMAGE
16741          GENLIST_PART_BOTTOM_LINE
16742          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16743          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16744          GENLIST_PART_DIALOGUE_ITEM
16745          GENLIST_PART_DIALOGUE_RIGHT_LINE
16746          part { name: "elm.title";
16747             clip_to: "disclip";
16748             type: TEXT;
16749             mouse_events: 0;
16750             scale: 1;
16751             description { state: "default" 0.0;
16752                min: GENLIST_SIZE_163_INC 0;
16753                fixed: 1 0;
16754                rel1 {
16755                   relative: 1.0 0.0;
16756                   to_x: "elm.padding.left";
16757                }
16758                rel2.to_x: "elm.padding.left";
16759                align: 0.0 0.5;
16760                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
16761                text {
16762                   font: "SLP:style=Medium";
16763                   size: GENLIST_FONT_32_INC;
16764                   min: 0 1;
16765                   align: 0.0 0.5;
16766                   text_class: "slp_medium";
16767                }
16768             }
16769             GENLIST_DESCRIPTION_FLIP_ENABLED
16770          }
16771          part { name: "elm.flip.content.title";
16772             clip_to: "disclip";
16773             type: SWALLOW;
16774             description { state: "default" 0.0;
16775                visible: 0;
16776                fixed: 1 1;
16777                rel1.to: "elm.title";
16778                rel2.to: "elm.title";
16779             }
16780             description { state: "flip_enabled" 0.0;
16781                inherit: "default" 0.0;
16782                visible: 1;
16783             }
16784          }
16785          part { name: "vertical_line";
16786             type: RECT;
16787             mouse_events: 0;
16788             description { state: "default" 0.0;
16789                min: 1 0;
16790                fixed: 1 0;
16791                rel1 {
16792                   relative: 1.0 0.0;
16793                   to_x: "elm.title";
16794                }
16795                rel2.to_x: "elm.title";
16796                align: 0.0 0.5;
16797                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16798             }
16799          }
16800          part { name: "elm.padding.text.left";
16801             clip_to: "disclip";
16802             type: RECT;
16803             mouse_events: 0;
16804             scale: 1;
16805             description { state: "default" 0.0;
16806                min: GENLIST_PADDING_16_INC 0;
16807                fixed: 1 0;
16808                rel1 {
16809                    relative: 1.0 0.0;
16810                    to_x: "vertical_line";
16811                }
16812                rel2.to_x: "vertical_line";
16813                align: 0.0 0.5;
16814                visible: 0;
16815             }
16816          }
16817          part { name: "elm.text";
16818             clip_to: "disclip";
16819             type: TEXT;
16820             mouse_events: 0;
16821             scale: 1;
16822             description { state: "default" 0.0;
16823                rel1 {
16824                   relative: 1.0 0.0;
16825                   to_x: "elm.padding.text.left";
16826                }
16827                rel2 {
16828                   relative: 0.0 1.0;
16829                   to_x: "elm.padding.right";
16830                }
16831                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
16832                text {
16833                   font: "SLP:style=Roman";
16834                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
16835                   min: 0 1;
16836                   align: 0.0 0.5;
16837                   text_class: "list_item";
16838                }
16839             }
16840             GENLIST_DESCRIPTION_FLIP_ENABLED
16841          }
16842          part { name: "elm.flip.content";
16843             clip_to: "disclip";
16844             type: SWALLOW;
16845             mouse_events: 1;
16846             scale: 1;
16847             description { state: "default" 0.0;
16848                fixed: 1 1;
16849                rel1 {
16850                   relative: 0.0 0.5;
16851                   to_x: "elm.text";
16852                }
16853                rel2 {
16854                   relative: 0.0 0.5;
16855                   to_x: "elm.padding.right";
16856                }
16857                visible: 0;
16858             }
16859             description { state: "flip_enabled" 0.0;
16860                inherit: "default" 0.0;
16861                visible: 1;
16862             }
16863          }
16864          GENLIST_PART_DISCLIP
16865       }
16866       programs {
16867          // signal: elm,state,%s,active
16868          //   a "check" item named %s went active
16869          // signal: elm,state,%s,passive
16870          //   a "check" item named %s went passive
16871          // default is passive
16872          /*program { name: "go_active";
16873             signal: "elm,state,selected";
16874             source: "elm";
16875             action: STATE_SET "selected" 0.0;
16876             target: "elm.text";
16877          }
16878          program { name: "go_passive";
16879             signal: "elm,state,unselected";
16880             source: "elm";
16881             action: STATE_SET "default" 0.0;
16882             target: "elm.text";
16883             transition: LINEAR 0.1;
16884          }*/
16885          program { name: "go_disabled";
16886             signal: "elm,state,disabled";
16887             source: "elm";
16888             action: STATE_SET "disabled" 0.0;
16889             target: "disclip";
16890          }
16891          program { name: "go_enabled";
16892             signal: "elm,state,enabled";
16893             source: "elm";
16894             action: STATE_SET "default" 0.0;
16895             target: "disclip";
16896          }
16897          program { name: "flip_enabled";
16898             signal: "elm,state,flip,enabled";
16899             source: "elm";
16900             action: STATE_SET "flip_enabled" 0.0;
16901             target: "elm.title";
16902             target: "elm.text";
16903             target: "elm.flip.content.title";
16904             target: "elm.flip.content";
16905          }
16906          program { name: "flip_disabled";
16907             signal: "elm,state,flip,disabled";
16908             source: "elm";
16909             action: STATE_SET "default" 0.0;
16910             target: "elm.title";
16911             target: "elm.text";
16912             target: "elm.flip.content.title";
16913             target: "elm.flip.content";
16914          }
16915       }
16916    }
16917
16918    group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
16919       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
16920       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
16921       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
16922       alias: "elm/layout/dialogue/1title.1text.1icon";
16923       data.item: "stacking" "above";
16924       data.item: "selectraise" "on";
16925       data.item: "texts" "elm.title elm.text";
16926       data.item: "contents" "elm.icon";
16927       data.item: "flips" "elm.flip.content";
16928       parts {
16929          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
16930          GENLIST_PART_DIALOGUE_BG_IMAGE
16931          GENLIST_PART_BOTTOM_LINE
16932          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
16933          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
16934          GENLIST_PART_DIALOGUE_ITEM
16935          GENLIST_PART_DIALOGUE_RIGHT_LINE
16936          part { name: "elm.title";
16937             clip_to: "disclip";
16938             type: TEXT;
16939             mouse_events: 0;
16940             scale: 1;
16941             description { state: "default" 0.0;
16942                min: GENLIST_SIZE_163_INC 0;
16943                fixed: 1 0;
16944                rel1 {
16945                   relative: 1.0 0.0;
16946                   to_x: "elm.padding.left";
16947                }
16948                rel2.to_x: "elm.padding.left";
16949                align: 0.0 0.5;
16950                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
16951                text {
16952                   font: "SLP:style=Medium";
16953                   size: GENLIST_FONT_32_INC;
16954                   min: 0 1;
16955                   align: 0.0 0.5;
16956                   text_class: "slp_medium";
16957                }
16958             }
16959          }
16960          part { name: "vertical_line";
16961             type: RECT;
16962             mouse_events: 0;
16963             description { state: "default" 0.0;
16964                min: 1 0;
16965                fixed: 1 0;
16966                rel1 {
16967                   relative: 1.0 0.0;
16968                   to_x: "elm.title";
16969                }
16970                rel2.to_x: "elm.title";
16971                align: 0.0 0.5;
16972                color: GENLIST_PART_LIST_LINE_COLOR_INC;
16973             }
16974          }
16975          part { name: "elm.padding.text.left";
16976             clip_to: "disclip";
16977             type: RECT;
16978             mouse_events: 0;
16979             scale: 1;
16980             description { state: "default" 0.0;
16981                min: GENLIST_PADDING_16_INC 0;
16982                fixed: 1 0;
16983                rel1 {
16984                    relative: 1.0 0.0;
16985                    to_x: "vertical_line";
16986                }
16987                rel2.to_x: "vertical_line";
16988                align: 0.0 0.5;
16989                visible: 0;
16990             }
16991          }
16992          part { name: "elm.icon";
16993            clip_to: "disclip";
16994             type: SWALLOW;
16995             mouse_events: 0;
16996             scale: 1;
16997             description { state: "default" 0.0;
16998                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
16999                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
17000                fixed: 1 1;
17001                rel1.to_x: "elm.padding.right";
17002                rel2 {
17003                   relative: 0.0 1.0;
17004                   to_x: "elm.padding.right";
17005                }
17006                align: 1.0 0.5;
17007             }
17008          }
17009          part { name: "elm.padding.icon.left";
17010             clip_to: "disclip";
17011             type: RECT;
17012             mouse_events: 0;
17013             scale: 1;
17014             description { state: "default" 0.0;
17015                min: GENLIST_PADDING_16_INC 0;
17016                fixed: 1 0;
17017                rel1.to_x: "elm.icon";
17018                rel2 {
17019                    relative: 0.0 1.0;
17020                    to_x: "elm.icon";
17021                }
17022                rel2.to_x: "elm.icon";
17023                align: 1.0 0.5;
17024                visible: 0;
17025             }
17026          }
17027          part { name: "elm.text";
17028             clip_to: "disclip";
17029             type: TEXT;
17030             mouse_events: 0;
17031             scale: 1;
17032             description { state: "default" 0.0;
17033                rel1 {
17034                   relative: 1.0 0.0;
17035                   to_x: "elm.padding.text.left";
17036                }
17037                rel2 {
17038                   relative: 0.0 1.0;
17039                   to_x: "elm.padding.icon.left";
17040                }
17041                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
17042                text {
17043                   font: "SLP:style=Roman";
17044                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
17045                   min: 0 1;
17046                   align: 0.0 0.5;
17047                   text_class: "list_item";
17048                }
17049             }
17050             GENLIST_DESCRIPTION_FLIP_ENABLED
17051          }
17052          part { name: "elm.flip.content";
17053             clip_to: "disclip";
17054             type: SWALLOW;
17055             mouse_events: 1;
17056             scale: 1;
17057             description { state: "default" 0.0;
17058                fixed: 1 1;
17059                rel1 {
17060                   relative: 0.0 0.5;
17061                   to_x: "elm.text";
17062                }
17063                rel2 {
17064                   relative: 0.0 0.5;
17065                   to_x: "elm.padding.right";
17066                }
17067                visible: 0;
17068             }
17069             description { state: "flip_enabled" 0.0;
17070                inherit: "default" 0.0;
17071                visible: 1;
17072             }
17073          }
17074          GENLIST_PART_DISCLIP
17075       }
17076       programs {
17077          // signal: elm,state,%s,active
17078          //   a "check" item named %s went active
17079          // signal: elm,state,%s,passive
17080          //   a "check" item named %s went passive
17081          // default is passive
17082          /*program { name: "go_active";
17083             signal: "elm,state,selected";
17084             source: "elm";
17085             action: STATE_SET "selected" 0.0;
17086             target: "elm.text";
17087          }
17088          program { name: "go_passive";
17089             signal: "elm,state,unselected";
17090             source: "elm";
17091             action: STATE_SET "default" 0.0;
17092             target: "elm.text";
17093             transition: LINEAR 0.1;
17094          }*/
17095          program { name: "go_disabled";
17096             signal: "elm,state,disabled";
17097             source: "elm";
17098             action: STATE_SET "disabled" 0.0;
17099             target: "disclip";
17100          }
17101          program { name: "go_enabled";
17102             signal: "elm,state,enabled";
17103             source: "elm";
17104             action: STATE_SET "default" 0.0;
17105             target: "disclip";
17106          }
17107          //GENLIST_PROGRAM_FLIP_1TEXT
17108       }
17109    }
17110
17111    group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
17112       alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
17113       alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
17114       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
17115       alias: "elm/layout/dialogue/1title.1text.1icon.2";
17116       data.item: "stacking" "above";
17117       data.item: "selectraise" "on";
17118       data.item: "texts" "elm.title elm.text";
17119       data.item: "contents" "elm.icon";
17120       data.item: "flips" "elm.flip.content.title elm.flip.content";
17121       parts {
17122          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
17123          GENLIST_PART_DIALOGUE_BG_IMAGE
17124          GENLIST_PART_BOTTOM_LINE
17125          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
17126          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17127          GENLIST_PART_DIALOGUE_ITEM
17128          GENLIST_PART_DIALOGUE_RIGHT_LINE
17129          part { name: "elm.title";
17130             clip_to: "disclip";
17131             type: TEXT;
17132             mouse_events: 0;
17133             scale: 1;
17134             description { state: "default" 0.0;
17135                min: GENLIST_SIZE_163_INC 0;
17136                fixed: 1 0;
17137                rel1 {
17138                   relative: 1.0 0.0;
17139                   to_x: "elm.padding.left";
17140                }
17141                rel2.to_x: "elm.padding.left";
17142                align: 0.0 0.5;
17143                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
17144                text {
17145                   font: "SLP:style=Medium";
17146                   size: GENLIST_FONT_32_INC;
17147                   min: 0 1;
17148                   align: 0.0 0.5;
17149                   text_class: "slp_medium";
17150                }
17151             }
17152             GENLIST_DESCRIPTION_FLIP_ENABLED
17153          }
17154          part { name: "elm.flip.content.title";
17155             clip_to: "disclip";
17156             type: SWALLOW;
17157             description { state: "default" 0.0;
17158                visible: 0;
17159                fixed: 1 1;
17160                rel1.to: "elm.title";
17161                rel2.to: "elm.title";
17162             }
17163             description { state: "flip_enabled" 0.0;
17164                inherit: "default" 0.0;
17165                visible: 1;
17166             }
17167          }
17168          part { name: "vertical_line";
17169             type: RECT;
17170             mouse_events: 0;
17171             description { state: "default" 0.0;
17172                min: 1 0;
17173                fixed: 1 0;
17174                rel1 {
17175                   relative: 1.0 0.0;
17176                   to_x: "elm.title";
17177                }
17178                rel2.to_x: "elm.title";
17179                align: 0.0 0.5;
17180                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17181             }
17182          }
17183          part { name: "elm.padding.text.left";
17184             clip_to: "disclip";
17185             type: RECT;
17186             mouse_events: 0;
17187             scale: 1;
17188             description { state: "default" 0.0;
17189                min: GENLIST_PADDING_16_INC 0;
17190                fixed: 1 0;
17191                rel1 {
17192                    relative: 1.0 0.0;
17193                    to_x: "vertical_line";
17194                }
17195                rel2.to_x: "vertical_line";
17196                align: 0.0 0.5;
17197                visible: 0;
17198             }
17199          }
17200          part { name: "elm.icon";
17201            clip_to: "disclip";
17202             type: SWALLOW;
17203             mouse_events: 0;
17204             scale: 1;
17205             description { state: "default" 0.0;
17206                min: 0 0;
17207                max: 0 0;
17208                rel1.to_x: "elm.padding.right";
17209                rel2 {
17210                   relative: 0.0 1.0;
17211                   to_x: "elm.padding.right";
17212                }
17213                align: 1.0 0.5;
17214                visible: 0;
17215             }
17216             description { state: "contact_default_number_enabled" 0.0;
17217                inherit: "default" 0.0;
17218                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
17219                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
17220                visible: 1;
17221             }
17222          }
17223          part { name: "elm.padding.icon.left";
17224             clip_to: "disclip";
17225             type: RECT;
17226             mouse_events: 0;
17227             scale: 1;
17228             description { state: "default" 0.0;
17229                min: 0 0;
17230                fixed: 1 0;
17231                rel1.to_x: "elm.icon";
17232                rel2 {
17233                    relative: 0.0 1.0;
17234                    to_x: "elm.icon";
17235                }
17236                rel2.to_x: "elm.icon";
17237                align: 1.0 0.5;
17238                visible: 0;
17239             }
17240             description { state: "contact_default_number_enabled" 0.0;
17241                inherit: "default" 0.0;
17242                min: GENLIST_PADDING_16_INC 0;
17243             }
17244          }
17245          part { name: "elm.text";
17246             clip_to: "disclip";
17247             type: TEXT;
17248             mouse_events: 0;
17249             scale: 1;
17250             description { state: "default" 0.0;
17251                rel1 {
17252                   relative: 1.0 0.0;
17253                   to_x: "elm.padding.text.left";
17254                }
17255                rel2 {
17256                   relative: 0.0 1.0;
17257                   to_x: "elm.padding.icon.left";
17258                }
17259                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
17260                text {
17261                   font: "SLP:style=Roman";
17262                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
17263                   min: 0 1;
17264                   align: 0.0 0.5;
17265                   text_class: "list_item";
17266                }
17267             }
17268             description { state: "contact_default_number_enabled" 0.0;
17269                inherit: "default" 0.0;
17270                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
17271             }
17272             GENLIST_DESCRIPTION_FLIP_ENABLED
17273          }
17274          part { name: "elm.flip.content";
17275             clip_to: "disclip";
17276             type: SWALLOW;
17277             mouse_events: 1;
17278             scale: 1;
17279             description { state: "default" 0.0;
17280                fixed: 1 1;
17281                rel1 {
17282                   relative: 0.0 0.5;
17283                   to_x: "elm.text";
17284                }
17285                rel2 {
17286                   relative: 1.0 0.5;
17287                   to_x: "elm.padding.icon.left";
17288                }
17289                visible: 0;
17290             }
17291             description { state: "flip_enabled" 0.0;
17292                inherit: "default" 0.0;
17293                visible: 1;
17294             }
17295          }
17296          GENLIST_PART_DISCLIP
17297       }
17298       programs {
17299          // signal: elm,state,%s,active
17300          //   a "check" item named %s went active
17301          // signal: elm,state,%s,passive
17302          //   a "check" item named %s went passive
17303          // default is passive
17304          /*program { name: "go_active";
17305             signal: "elm,state,selected";
17306             source: "elm";
17307             action: STATE_SET "selected" 0.0;
17308             target: "elm.text";
17309          }
17310          program { name: "go_passive";
17311             signal: "elm,state,unselected";
17312             source: "elm";
17313             action: STATE_SET "default" 0.0;
17314             target: "elm.text";
17315             transition: LINEAR 0.1;
17316          }*/
17317          program { name: "go_disabled";
17318             signal: "elm,state,disabled";
17319             source: "elm";
17320             action: STATE_SET "disabled" 0.0;
17321             target: "disclip";
17322          }
17323          program { name: "go_enabled";
17324             signal: "elm,state,enabled";
17325             source: "elm";
17326             action: STATE_SET "default" 0.0;
17327             target: "disclip";
17328          }
17329          program { name: "flip_enabled";
17330             signal: "elm,state,flip,enabled";
17331             source: "elm";
17332             action: STATE_SET "flip_enabled" 0.0;
17333             target: "elm.title";
17334             target: "elm.text";
17335             target: "elm.flip.content.title";
17336             target: "elm.flip.content";
17337          }
17338          program { name: "flip_disabled";
17339             signal: "elm,state,flip,disabled";
17340             source: "elm";
17341             action: STATE_SET "default" 0.0;
17342             target: "elm.title";
17343             target: "elm.text";
17344             target: "elm.flip.content.title";
17345             target: "elm.flip.content";
17346          }
17347          program { name: "contact_default_number_enabled";
17348             signal: "elm,state,contact,default_number,enabled";
17349             source: "elm";
17350             action: STATE_SET "contact_default_number_enabled" 0.0;
17351             target: "elm.icon";
17352             target: "elm.padding.icon.left";
17353             target: "elm.text";
17354          }
17355          program { name: "contact_default_number_disabled";
17356             signal: "elm,state,contact,default_number,disabled";
17357             source: "elm";
17358             action: STATE_SET "default" 0.0;
17359             target: "elm.icon";
17360             target: "elm.padding.icon.left";
17361             target: "elm.text";
17362          }
17363       }
17364    }
17365
17366    group { name: "elm/genlist/item/dialogue/2text.4/default";
17367       alias: "elm/genlist/item_odd/dialogue/2text.4/default";
17368       alias: "elm/genlist/item_compress/dialogue/2text.4/default";
17369       alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
17370       alias: "elm/layout/dialogue/2text.4";
17371       data.item: "stacking" "above";
17372       data.item: "selectraise" "on";
17373       data.item: "texts" "elm.text.1 elm.text.2";
17374       data.item: "flips" "elm.flip.content";
17375       parts {
17376          GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
17377          GENLIST_PART_DIALOGUE_BG_IMAGE
17378          GENLIST_PART_BOTTOM_LINE
17379          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
17380          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17381          GENLIST_PART_DIALOGUE_ITEM
17382          GENLIST_PART_DIALOGUE_RIGHT_LINE
17383          part { name: "elm.text.2";
17384             clip_to: "disclip";
17385             type: TEXT;
17386             mouse_events: 0;
17387             scale: 1;
17388             description { state: "default" 0.0;
17389                min: GENLIST_SIZE_206_INC 0;
17390                fixed: 1 0;
17391                rel1.to_x: "elm.padding.right";
17392                rel2 {
17393                   relative: 0.0 1.0;
17394                   to_x: "elm.padding.right";
17395                }
17396                rel2.to_x: "elm.padding.right";
17397                align: 1.0 0.5;
17398                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
17399                text {
17400                   font: "SLP:style=Medium";
17401                   size: GENLIST_FONT_32_INC;
17402                   min: 0 1;
17403                   align: 0.0 0.5;
17404                   text_class: "slp_medium";
17405                }
17406             }
17407          }
17408          part { name: "elm.padding.text2.left";
17409             type: RECT;
17410             mouse_events: 0;
17411             scale: 1;
17412             description { state: "default" 0.0;
17413                min: GENLIST_PADDING_16_INC 0;
17414                fixed: 1 0;
17415                rel1.to_x: "elm.text.2";
17416                rel2 {
17417                   relative: 0.0 1.0;
17418                   to_x: "elm.text.2";
17419                }
17420                align: 1.0 0.5;
17421                visible: 0;
17422             }
17423          }
17424          part { name: "vertical_line";
17425             type: RECT;
17426             mouse_events: 0;
17427             description { state: "default" 0.0;
17428                min: 1 0;
17429                fixed: 1 0;
17430                rel1.to_x: "elm.padding.text2.left";
17431                rel2 {
17432                   relative: 0.0 1.0;
17433                   to_x: "elm.padding.text2.left";
17434                }
17435                align: 1.0 0.5;
17436                color: GENLIST_PART_LIST_LINE_COLOR_INC;
17437             }
17438          }
17439          part { name: "elm.padding.text1.right";
17440             type: RECT;
17441             mouse_events: 0;
17442             scale: 1;
17443             description { state: "default" 0.0;
17444                min: GENLIST_PADDING_16_INC 0;
17445                fixed: 1 0;
17446                rel1.to_x: "vertical_line";
17447                rel2 {
17448                   relative: 0.0 1.0;
17449                   to_x: "vertical_line";
17450                }
17451                align: 1.0 0.5;
17452                visible: 0;
17453             }
17454          }
17455          part { name: "elm.text.1";
17456             clip_to: "disclip";
17457             type: TEXT;
17458             mouse_events: 0;
17459             scale: 1;
17460             description { state: "default" 0.0;
17461                rel1 {
17462                   relative: 1.0 0.0;
17463                   to_x: "elm.padding.left";
17464                }
17465                rel2 {
17466                   relative: 0.0  1.0;
17467                   to_x: "elm.padding.text1.right";
17468                }
17469                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
17470                text {
17471                   font: "SLP:style=Roman";
17472                   size: GENLIST_FONT_42_INC;
17473                   min: 0 1;
17474                   align: 1.0 0.5;
17475                   text_class: "list_item";
17476                }
17477             }
17478             description { state: "selected" 0.0;
17479                inherit: "default" 0.0;
17480                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17481             }
17482             GENLIST_DESCRIPTION_FLIP_ENABLED
17483          }
17484          part { name: "elm.flip.content";
17485             clip_to: "disclip";
17486             type: SWALLOW;
17487             mouse_events: 1;
17488             scale: 1;
17489             description { state: "default" 0.0;
17490                fixed: 1 1;
17491                rel1 {
17492                   relative: 1.0 0.5;
17493                   to_x: "vertical_line";
17494                }
17495                rel2 {
17496                   relative: 0.0 0.5;
17497                   to_x: "elm.padding.right";
17498                }
17499                visible: 0;
17500             }
17501             description { state: "flip_enabled" 0.0;
17502                inherit: "default" 0.0;
17503                visible: 1;
17504             }
17505          }
17506          GENLIST_PART_DISCLIP
17507       }
17508       programs {
17509          // signal: elm,state,%s,active
17510          //   a "check" item named %s went active
17511          // signal: elm,state,%s,passive
17512          //   a "check" item named %s went passive
17513          // default is passive
17514          /*program { name: "go_active";
17515             signal: "elm,state,selected";
17516             source: "elm";
17517             action: STATE_SET "selected" 0.0;
17518             target: "elm.text";
17519          }
17520          program { name: "go_passive";
17521             signal: "elm,state,unselected";
17522             source: "elm";
17523             action: STATE_SET "default" 0.0;
17524             target: "elm.text";
17525             transition: LINEAR 0.1;
17526          }*/
17527          program { name: "go_disabled";
17528             signal: "elm,state,disabled";
17529             source: "elm";
17530             action: STATE_SET "disabled" 0.0;
17531             target: "disclip";
17532          }
17533          program { name: "go_enabled";
17534             signal: "elm,state,enabled";
17535             source: "elm";
17536             action: STATE_SET "default" 0.0;
17537             target: "disclip";
17538          }
17539          GENLIST_PROGRAM_FLIP_2TEXT
17540       }
17541    }
17542
17543    group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
17544       inherit: "elm/genlist/item/dialogue/2text.4/default";
17545       parts {
17546          part { name: "elm.text.2";
17547             clip_to: "disclip";
17548             type: TEXTBLOCK;
17549             mouse_events: 0;
17550             scale: 1;
17551             description { state: "default" 0.0;
17552                min: GENLIST_SIZE_206_INC 0;
17553                fixed: 1 0;
17554                rel1.to_x: "elm.padding.right";
17555                rel2 {
17556                   relative: 0.0 1.0;
17557                   to_x: "elm.padding.right";
17558                }
17559                rel2.to_x: "elm.padding.right";
17560                align: 1.0 0.5;
17561                text {
17562                   style: "genlist_default_textblock_style";
17563                   size: GENLIST_FONT_32_INC;
17564                   min: 0 1;
17565                   align: 0.0 0.5;
17566                }
17567             }
17568          }
17569       }
17570    }
17571
17572    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
17573       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
17574       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
17575       alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
17576       alias: "elm/layout/dialogue/1text.3icon.2";
17577       data.item: "stacking" "above";
17578       data.item: "selectraise" "on";
17579       data.item: "texts" "elm.text";
17580       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
17581       data.item: "flips" "elm.flip.content";
17582       images {
17583          image: "00_list_bar_press_1x80.png" COMP;
17584       }
17585       parts {
17586          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
17587          GENLIST_PART_DIALOGUE_BG_IMAGE
17588          GENLIST_PART_BOTTOM_LINE
17589          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17590          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17591          GENLIST_PART_DIALOGUE_ITEM
17592          GENLIST_PART_DIALOGUE_RIGHT_LINE
17593          part { name: "elm.icon.1";
17594             clip_to: "disclip";
17595             type: SWALLOW;
17596             scale: 1;
17597             description { state: "default" 0.0;
17598                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
17599                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
17600                fixed: 1 1;
17601                rel1 {
17602                   relative: 1.0 0.0;
17603                   to_x: "elm.padding.left";
17604                }
17605                rel2.to_x: "elm.padding.left";
17606                align: 0.0 0.5;
17607             }
17608             GENLIST_DESCRIPTION_FLIP_ENABLED
17609          }
17610          part { name: "elm.padding.icon1.right";
17611             clip_to: "disclip";
17612             type: RECT;
17613             scale: 1;
17614             description { state: "default" 0.0;
17615                min: GENLIST_SIZE_16_INC 0;
17616                fixed: 1 0;
17617                rel1 {
17618                   relative: 1.0 0.0;
17619                   to_x: "elm.icon.1";
17620                }
17621                rel2.to_x: "elm.icon.1";
17622                align: 0.0 0.0;
17623                visible: 0;
17624             }
17625          }
17626          part { name: "elm.icon.2";
17627             clip_to: "disclip";
17628             type: SWALLOW;
17629             scale: 1;
17630             description { state: "default" 0.0;
17631                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17632                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17633                fixed: 1 1;
17634                rel1 {
17635                   relative: 1.0 0.0;
17636                   to_x: "elm.padding.icon1.right";
17637                }
17638                rel2.to_x: "elm.padding.icon1.right";
17639                align: 0.0 0.5;
17640             }
17641             GENLIST_DESCRIPTION_FLIP_ENABLED
17642          }
17643          part { name: "elm.padding.icon2.right";
17644             clip_to: "disclip";
17645             type: RECT;
17646             scale: 1;
17647             description { state: "default" 0.0;
17648                min: GENLIST_SIZE_16_INC 0;
17649                fixed: 1 0;
17650                rel1 {
17651                   relative: 1.0 0.0;
17652                   to_x: "elm.icon.2";
17653                }
17654                rel2.to_x: "elm.icon.2";
17655                visible: 0;
17656             }
17657          }
17658          part { name: "elm.icon.3";
17659             clip_to: "disclip";
17660             type: SWALLOW;
17661             scale: 1;
17662             description { state: "default" 0.0;
17663                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17664                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
17665                fixed: 1 1;
17666                rel1 {
17667                   relative: 0.0 0.0;
17668                   to_x: "elm.padding.right";
17669                }
17670                rel2 {
17671                   relative: 0.0 1.0;
17672                   to_x: "elm.padding.right";
17673                }
17674                align: 1.0 0.5;
17675             }
17676             GENLIST_DESCRIPTION_FLIP_ENABLED
17677          }
17678          part { name: "elm.padding.icon3.left";
17679             clip_to: "disclip";
17680             type: RECT;
17681             scale: 1;
17682             description { state: "default" 0.0;
17683                min: GENLIST_SIZE_16_INC 0;
17684                fixed: 1 0;
17685                rel1.to_x: "elm.icon.3";
17686                rel2 {
17687                   relative: 0.0 1.0;
17688                   to_x: "elm.icon.3";
17689                }
17690                align: 1.0 0.0;
17691                visible: 0;
17692             }
17693          }
17694          part { name: "elm.text";
17695             clip_to: "disclip";
17696             type: TEXT;
17697             mouse_events: 0;
17698             scale: 1;
17699             description { state: "default" 0.0;
17700                rel1 {
17701                   relative: 1.0 0.0;
17702                   to_x: "elm.padding.icon2.right";
17703                }
17704                rel2 {
17705                   relative: 0.0 1.0;
17706                   to_x: "elm.padding.icon3.left";
17707                }
17708                align: 0.0 0.5;
17709                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
17710                text {
17711                   font: "SLP:style=Roman";
17712                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
17713                   min: 0 1;
17714                   align: 0.0 0.5;
17715                   text_class: "list_item";
17716                }
17717             }
17718             description { state: "selected" 0.0;
17719                inherit: "default" 0.0;
17720                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17721             }
17722             GENLIST_DESCRIPTION_FLIP_ENABLED
17723          }
17724          GENLIST_PART_FLIP
17725          GENLIST_PART_DISCLIP
17726       }
17727       programs {
17728          program { name: "go_active";
17729             signal: "elm,state,selected";
17730             source: "elm";
17731             action: STATE_SET "selected" 0.0;
17732             target: "bg_image";
17733             target: "elm.text";
17734             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17735          }
17736          program { name: "go_passive";
17737             signal: "elm,state,unselected";
17738             source: "elm";
17739             action: STATE_SET "default" 0.0;
17740             target: "bg_image";
17741             target: "elm.text";
17742             transition: LINEAR 0.1;
17743          }
17744          program { name: "go_disabled";
17745             signal: "elm,state,disabled";
17746             source: "elm";
17747             action: STATE_SET "disabled" 0.0;
17748             target: "disclip";
17749          }
17750          program { name: "go_enabled";
17751             signal: "elm,state,enabled";
17752             source: "elm";
17753             action: STATE_SET "default" 0.0;
17754             target: "disclip";
17755          }
17756          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
17757          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17758       }
17759    }
17760
17761    group { name: "elm/genlist/item/dialogue/2text/default";
17762       alias: "elm/genlist/item_odd/dialogue/2text/default";
17763       alias: "elm/genlist/item_compress/dialogue/2text/default";
17764       alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
17765       alias: "elm/layout/dialogue/2text";
17766       data.item: "stacking" "above";
17767       data.item: "selectraise" "on";
17768       data.item: "texts" "elm.text.1 elm.text.2";
17769       data.item: "flips" "elm.flip.content";
17770       parts {
17771          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
17772          GENLIST_PART_DIALOGUE_BG_IMAGE
17773          GENLIST_PART_BOTTOM_LINE
17774          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17775          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
17776          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17777          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17778          GENLIST_PART_DIALOGUE_ITEM
17779          GENLIST_PART_DIALOGUE_RIGHT_LINE
17780          part { name: "elm.text.1";
17781             clip_to: "disclip";
17782             type: TEXT;
17783             mouse_events: 0;
17784             scale: 1;
17785             description { state: "default" 0.0;
17786                min: 0 GENLIST_SIZE_61_INC;
17787                fixed: 0 1;
17788                rel1 {
17789                   relative: 1.0 1.0;
17790                   to_x: "elm.padding.left";
17791                   to_y: "elm.padding.top";
17792                }
17793                rel2 {
17794                   relative: 0.0 1.0;
17795                   to_x: "elm.padding.right";
17796                   to_y: "elm.padding.top";
17797                }
17798                align: 0.0 0.0;
17799                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
17800                text {
17801                   font: "SLP:style=Roman";
17802                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
17803                   min: 0 1;
17804                   align: 0.0 0.5;
17805                   text_class: "list_item";
17806                }
17807             }
17808             description { state: "selected" 0.0;
17809                inherit: "default" 0.0;
17810                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17811             }
17812             GENLIST_DESCRIPTION_FLIP_ENABLED
17813          }
17814          part { name: "elm.text.2";
17815             clip_to: "disclip";
17816             type: TEXT;
17817             mouse_events: 0;
17818             scale: 1;
17819             description { state: "default" 0.0;
17820                rel1 {
17821                   relative: 1.0 1.0;
17822                   to_x: "elm.padding.left";
17823                   to_y: "elm.text.1";
17824                }
17825                rel2 {
17826                   relative: 0.0 0.0;
17827                   to_x: "elm.padding.right";
17828                   to_y: "elm.padding.bottom";
17829                }
17830                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
17831                text {
17832                   font: "SLP:style=Medium";
17833                   size: GENLIST_FONT_32_INC;
17834                   min: 0 1;
17835                   align: 0.0 0.5;
17836                   text_class: "slp_medium";
17837                }
17838             }
17839             description { state: "selected" 0.0;
17840                inherit: "default" 0.0;
17841                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17842             }
17843             GENLIST_DESCRIPTION_FLIP_ENABLED
17844          }
17845          GENLIST_PART_FLIP
17846          GENLIST_PART_DISCLIP
17847       }
17848       programs {
17849          // signal: elm,state,%s,active
17850          //   a "check" item named %s went active
17851          // signal: elm,state,%s,passive
17852          //   a "check" item named %s went passive
17853          // default is passive
17854          program { name: "go_active";
17855             signal: "elm,state,selected";
17856             source: "elm";
17857             action: STATE_SET "selected" 0.0;
17858             target: "bg_image";
17859             target: "elm.text.1";
17860             target: "elm.text.2";
17861             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17862          }
17863          program { name: "go_passive";
17864             signal: "elm,state,unselected";
17865             source: "elm";
17866             action: STATE_SET "default" 0.0;
17867             target: "bg_image";
17868             target: "elm.text.1";
17869             target: "elm.text.2";
17870             transition: LINEAR 0.1;
17871          }
17872          program { name: "go_disabled";
17873             signal: "elm,state,disabled";
17874             source: "elm";
17875             action: STATE_SET "disabled" 0.0;
17876             target: "disclip";
17877          }
17878          program { name: "go_enabled";
17879             signal: "elm,state,enabled";
17880             source: "elm";
17881             action: STATE_SET "default" 0.0;
17882             target: "disclip";
17883          }
17884          GENLIST_PROGRAM_FLIP_2TEXT
17885          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
17886       }
17887    }
17888
17889    group { name: "elm/genlist/item/dialogue/2text.2/default";
17890       alias: "elm/genlist/item_odd/dialogue/2text.2/default";
17891       alias: "elm/genlist/item_compress/dialogue/2text.2/default";
17892       alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
17893       alias: "elm/layout/dialogue/2text.2";
17894       data.item: "stacking" "above";
17895       data.item: "selectraise" "on";
17896       data.item: "texts" "elm.text.1 elm.text.2";
17897       data.item: "flips" "elm.flip.content";
17898       parts {
17899          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
17900          GENLIST_PART_DIALOGUE_BG_IMAGE
17901          GENLIST_PART_BOTTOM_LINE
17902          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
17903          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
17904          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
17905          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
17906          GENLIST_PART_DIALOGUE_ITEM
17907          GENLIST_PART_DIALOGUE_RIGHT_LINE
17908          part { name: "elm.text.1";
17909             clip_to: "disclip";
17910             type: TEXT;
17911             mouse_events: 0;
17912             scale: 1;
17913             description { state: "default" 0.0;
17914                min: 0 GENLIST_SIZE_61_INC;
17915                fixed: 0 1;
17916                rel1 {
17917                   relative: 1.0 0.0;
17918                   to_x: "elm.padding.left";
17919                   to_y: "elm.padding.bottom";
17920                }
17921                rel2 {
17922                   relative: 0.0 0.0;
17923                   to_x: "elm.padding.right";
17924                   to_y: "elm.padding.bottom";
17925                }
17926                align: 0.0 1.0;
17927                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
17928                text {
17929                   font: "SLP:style=Roman";
17930                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
17931                   min: 0 1;
17932                   align: 0.0 0.5;
17933                   text_class: "list_item";
17934                }
17935             }
17936             description { state: "selected" 0.0;
17937                inherit: "default" 0.0;
17938                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17939             }
17940             GENLIST_DESCRIPTION_FLIP_ENABLED
17941          }
17942          part { name: "elm.text.2";
17943             clip_to: "disclip";
17944             type: TEXT;
17945             mouse_events: 0;
17946             scale: 1;
17947             description { state: "default" 0.0;
17948                rel1 {
17949                   relative: 1.0 1.0;
17950                   to_x: "elm.padding.left";
17951                   to_y: "elm.padding.top";
17952                }
17953                rel2 {
17954                   relative: 0.0 0.0;
17955                   to_x: "elm.padding.right";
17956                   to_y: "elm.text.1";
17957                }
17958                align: 0.0 1.0;
17959                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
17960                text {
17961                   font: "SLP:style=Medium";
17962                   size: GENLIST_FONT_32_INC;
17963                   min: 0 1;
17964                   align: 0.0 0.5;
17965                   text_class: "slp_medium";
17966                }
17967             }
17968             description { state: "selected" 0.0;
17969                inherit: "default" 0.0;
17970                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
17971             }
17972             GENLIST_DESCRIPTION_FLIP_ENABLED
17973          }
17974          GENLIST_PART_FLIP
17975          GENLIST_PART_DISCLIP
17976       }
17977       programs {
17978          // signal: elm,state,%s,active
17979          //   a "check" item named %s went active
17980          // signal: elm,state,%s,passive
17981          //   a "check" item named %s went passive
17982          // default is passive
17983          program { name: "go_active";
17984             signal: "elm,state,selected";
17985             source: "elm";
17986             action: STATE_SET "selected" 0.0;
17987             target: "bg_image";
17988             target: "elm.text.1";
17989             target: "elm.text.2";
17990             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
17991          }
17992          program { name: "go_passive";
17993             signal: "elm,state,unselected";
17994             source: "elm";
17995             action: STATE_SET "default" 0.0;
17996             target: "bg_image";
17997             target: "elm.text.1";
17998             target: "elm.text.2";
17999             transition: LINEAR 0.1;
18000          }
18001          program { name: "go_disabled";
18002             signal: "elm,state,disabled";
18003             source: "elm";
18004             action: STATE_SET "disabled" 0.0;
18005             target: "disclip";
18006          }
18007          program { name: "go_enabled";
18008             signal: "elm,state,enabled";
18009             source: "elm";
18010             action: STATE_SET "default" 0.0;
18011             target: "disclip";
18012          }
18013          GENLIST_PROGRAM_FLIP_2TEXT
18014          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18015       }
18016    }
18017
18018    group { name: "elm/genlist/item/dialogue/2text.3/default";
18019       alias: "elm/genlist/item_odd/dialogue/2text.3/default";
18020       alias: "elm/genlist/item_compress/dialogue/2text.3/default";
18021       alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
18022       alias: "elm/layout/dialogue/2text.3";
18023       data.item: "stacking" "above";
18024       data.item: "selectraise" "on";
18025       data.item: "texts" "elm.text.1 elm.text.2";
18026       data.item: "flips" "elm.flip.content";
18027       parts {
18028          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18029          GENLIST_PART_DIALOGUE_BG_IMAGE
18030          GENLIST_PART_BOTTOM_LINE
18031          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18032          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18033          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18034          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18035          GENLIST_PART_DIALOGUE_ITEM
18036          GENLIST_PART_DIALOGUE_RIGHT_LINE
18037          part { name: "elm.text.1";
18038             clip_to: "disclip";
18039             type: TEXT;
18040             mouse_events: 0;
18041             scale: 1;
18042             description { state: "default" 0.0;
18043                min: 0 GENLIST_SIZE_61_INC;
18044                fixed: 0 1;
18045                rel1 {
18046                   relative: 1.0 1.0;
18047                   to_x: "elm.padding.left";
18048                   to_y: "elm.padding.top";
18049                }
18050                rel2 {
18051                   relative: 0.0 1.0;
18052                   to_x: "elm.padding.right";
18053                   to_y: "elm.padding.top";
18054                }
18055                align: 0.0 0.0;
18056                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18057                text {
18058                   font: "SLP:style=Roman";
18059                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18060                   min: 0 1;
18061                   align: 0.0 0.5;
18062                   text_class: "list_item";
18063                }
18064             }
18065             description { state: "selected" 0.0;
18066                inherit: "default" 0.0;
18067                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18068             }
18069             GENLIST_DESCRIPTION_FLIP_ENABLED
18070          }
18071          part { name: "elm.text.2";
18072             clip_to: "disclip";
18073             type: TEXT;
18074             mouse_events: 0;
18075             scale: 1;
18076             description { state: "default" 0.0;
18077                rel1 {
18078                   relative: 1.0 1.0;
18079                   to_x: "elm.padding.left";
18080                   to_y: "elm.text.1";
18081                }
18082                rel2 {
18083                   relative: 0.0 0.0;
18084                   to_x: "elm.padding.right";
18085                   to_y: "elm.padding.bottom";
18086                }
18087                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
18088                text {
18089                   font: "SLP:style=Medium";
18090                   size: GENLIST_FONT_32_INC;
18091                   min: 0 1;
18092                   align: 0.0 0.5;
18093                   text_class: "slp_roman";
18094                }
18095             }
18096             description { state: "selected" 0.0;
18097                inherit: "default" 0.0;
18098                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18099             }
18100             GENLIST_DESCRIPTION_FLIP_ENABLED
18101          }
18102          GENLIST_PART_FLIP
18103          GENLIST_PART_DISCLIP
18104       }
18105       programs {
18106          // signal: elm,state,%s,active
18107          //   a "check" item named %s went active
18108          // signal: elm,state,%s,passive
18109          //   a "check" item named %s went passive
18110          // default is passive
18111          program { name: "go_active";
18112             signal: "elm,state,selected";
18113             source: "elm";
18114             action: STATE_SET "selected" 0.0;
18115             target: "bg_image";
18116             target: "elm.text.1";
18117             target: "elm.text.2";
18118             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18119          }
18120          program { name: "go_passive";
18121             signal: "elm,state,unselected";
18122             source: "elm";
18123             action: STATE_SET "default" 0.0;
18124             target: "bg_image";
18125             target: "elm.text.1";
18126             target: "elm.text.2";
18127             transition: LINEAR 0.1;
18128          }
18129          program { name: "go_disabled";
18130             signal: "elm,state,disabled";
18131             source: "elm";
18132             action: STATE_SET "disabled" 0.0;
18133             target: "disclip";
18134          }
18135          program { name: "go_enabled";
18136             signal: "elm,state,enabled";
18137             source: "elm";
18138             action: STATE_SET "default" 0.0;
18139             target: "disclip";
18140          }
18141          GENLIST_PROGRAM_FLIP_2TEXT
18142          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18143       }
18144    }
18145
18146    group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
18147       alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
18148       alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
18149       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
18150       alias: "elm/layout/dialogue/2text.1icon.2";
18151       data.item: "stacking" "above";
18152       data.item: "selectraise" "on";
18153       data.item: "texts" "elm.text.1 elm.text.2";
18154       data.item: "contents" "elm.icon";
18155       data.item: "flips" "elm.flip.content";
18156       parts {
18157          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18158          GENLIST_PART_DIALOGUE_BG_IMAGE
18159          GENLIST_PART_BOTTOM_LINE
18160          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18161          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18162          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18163          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18164          GENLIST_PART_DIALOGUE_ITEM
18165          GENLIST_PART_DIALOGUE_RIGHT_LINE
18166          part { name: "elm.icon";
18167             clip_to: "disclip";
18168             type: SWALLOW;
18169             scale: 1;
18170             description { state: "default" 0.0;
18171                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18172                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18173                fixed: 1 1;
18174                rel1 {
18175                   relative: 1.0 0.0;
18176                   to_x: "elm.padding.left";
18177                }
18178                rel2.to_x: "elm.padding.left";
18179                align: 0.0 0.5;
18180             }
18181             GENLIST_DESCRIPTION_FLIP_ENABLED
18182          }
18183          part { name: "elm.padding.icon.right";
18184             clip_to: "disclip";
18185             type: RECT;
18186             scale: 1;
18187             description { state: "default" 0.0;
18188                min: GENLIST_PADDING_16_INC 0;
18189                fixed: 1 0;
18190                rel1 {
18191                   relative: 1.0 0.0;
18192                   to_x: "elm.icon";
18193                }
18194                rel2.to_x: "elm.icon";
18195                align: 0.0 0.0;
18196                visible: 0;
18197             }
18198          }
18199          part { name: "elm.text.1";
18200             clip_to: "disclip";
18201             type: TEXT;
18202             mouse_events: 0;
18203             scale: 1;
18204             description { state: "default" 0.0;
18205                min: 0 GENLIST_SIZE_61_INC;
18206                fixed: 0 1;
18207                rel1 {
18208                   relative: 1.0 1.0;
18209                   to_x: "elm.padding.icon.right";
18210                   to_y: "elm.padding.top";
18211                }
18212                rel2 {
18213                   relative: 0.0 1.0;
18214                   to_x: "elm.padding.right";
18215                   to_y: "elm.padding.top";
18216                }
18217                align: 0.0 0.0;
18218                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18219                text {
18220                   font: "SLP:style=Roman";
18221                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18222                   min: 0 1;
18223                   align: 0.0 0.5;
18224                   text_class: "list_item";
18225                }
18226             }
18227             description { state: "selected" 0.0;
18228                inherit: "default" 0.0;
18229                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18230             }
18231             GENLIST_DESCRIPTION_FLIP_ENABLED
18232          }
18233          part { name: "elm.text.2";
18234             clip_to: "disclip";
18235             type: TEXT;
18236             mouse_events: 0;
18237             scale: 1;
18238             description { state: "default" 0.0;
18239                rel1 {
18240                   relative: 1.0 1.0;
18241                   to_x: "elm.padding.icon.right";
18242                   to_y: "elm.text.1";
18243                }
18244                rel2 {
18245                   relative: 0.0 0.0;
18246                   to_x: "elm.padding.right";
18247                   to_y: "elm.padding.bottom";
18248                }
18249                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
18250                text {
18251                   font: "SLP:style=Medium";
18252                   size: GENLIST_FONT_32_INC;
18253                   min: 0 1;
18254                   align: 0.0 0.5;
18255                   text_class: "slp_medium";
18256                }
18257             }
18258             description { state: "selected" 0.0;
18259                inherit: "default" 0.0;
18260                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18261             }
18262             GENLIST_DESCRIPTION_FLIP_ENABLED
18263          }
18264          GENLIST_PART_FLIP
18265          GENLIST_PART_DISCLIP
18266       }
18267       programs {
18268          // signal: elm,state,%s,active
18269          //   a "check" item named %s went active
18270          // signal: elm,state,%s,passive
18271          //   a "check" item named %s went passive
18272          // default is passive
18273          program { name: "go_active";
18274             signal: "elm,state,selected";
18275             source: "elm";
18276             action: STATE_SET "selected" 0.0;
18277             target: "bg_image";
18278             target: "elm.text.1";
18279             target: "elm.text.2";
18280             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18281          }
18282          program { name: "go_passive";
18283             signal: "elm,state,unselected";
18284             source: "elm";
18285             action: STATE_SET "default" 0.0;
18286             target: "bg_image";
18287             target: "elm.text.1";
18288             target: "elm.text.2";
18289             transition: LINEAR 0.1;
18290          }
18291          program { name: "go_disabled";
18292             signal: "elm,state,disabled";
18293             source: "elm";
18294             action: STATE_SET "disabled" 0.0;
18295             target: "disclip";
18296          }
18297          program { name: "go_enabled";
18298             signal: "elm,state,enabled";
18299             source: "elm";
18300             action: STATE_SET "default" 0.0;
18301             target: "disclip";
18302          }
18303          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
18304          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18305       }
18306    }
18307
18308    group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
18309       alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
18310       alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
18311       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
18312       alias: "elm/layout/dialogue/2text.1icon.3";
18313       data.item: "stacking" "above";
18314       data.item: "selectraise" "on";
18315       data.item: "texts" "elm.text.1 elm.text.2";
18316       data.item: "contents" "elm.icon";
18317       data.item: "flips" "elm.flip.content";
18318       parts {
18319          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18320          GENLIST_PART_DIALOGUE_BG_IMAGE
18321          GENLIST_PART_BOTTOM_LINE
18322          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18323          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18324          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18325          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18326          GENLIST_PART_DIALOGUE_ITEM
18327          GENLIST_PART_DIALOGUE_RIGHT_LINE
18328          part { name: "elm.icon";
18329             clip_to: "disclip";
18330             type: SWALLOW;
18331             scale: 1;
18332             description { state: "default" 0.0;
18333                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18334                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18335                fixed: 1 1;
18336                rel1 {
18337                   relative: 1.0 0.0;
18338                   to_x: "elm.padding.left";
18339                }
18340                rel2.to_x: "elm.padding.left";
18341                align: 0.0 0.5;
18342             }
18343             GENLIST_DESCRIPTION_FLIP_ENABLED
18344          }
18345          part { name: "elm.padding.icon.right";
18346             clip_to: "disclip";
18347             type: RECT;
18348             scale: 1;
18349             description { state: "default" 0.0;
18350                min: GENLIST_PADDING_16_INC 0;
18351                fixed: 1 0;
18352                rel1 {
18353                   relative: 1.0 0.0;
18354                   to_x: "elm.icon";
18355                }
18356                rel2.to_x: "elm.icon";
18357                align: 0.0 0.0;
18358                visible: 0;
18359             }
18360          }
18361          part { name: "elm.text.1";
18362             clip_to: "disclip";
18363             type: TEXT;
18364             mouse_events: 0;
18365             scale: 1;
18366             description { state: "default" 0.0;
18367                min: 0 GENLIST_SIZE_61_INC;
18368                fixed: 0 1;
18369                rel1 {
18370                   relative: 1.0 1.0;
18371                   to_x: "elm.padding.icon.right";
18372                   to_y: "elm.padding.top";
18373                }
18374                rel2 {
18375                   relative: 0.0 1.0;
18376                   to_x: "elm.padding.right";
18377                   to_y: "elm.padding.top";
18378                }
18379                align: 0.0 0.0;
18380                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18381                text {
18382                   font: "SLP:style=Roman";
18383                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18384                   min: 0 1;
18385                   align: 0.0 0.5;
18386                   text_class: "list_item";
18387                }
18388             }
18389             description { state: "selected" 0.0;
18390                inherit: "default" 0.0;
18391                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18392             }
18393             GENLIST_DESCRIPTION_FLIP_ENABLED
18394          }
18395          part { name: "elm.text.2";
18396             clip_to: "disclip";
18397             type: TEXT;
18398             mouse_events: 0;
18399             scale: 1;
18400             description { state: "default" 0.0;
18401                rel1 {
18402                   relative: 1.0 1.0;
18403                   to_x: "elm.padding.icon.right";
18404                   to_y: "elm.text.1";
18405                }
18406                rel2 {
18407                   relative: 0.0 0.0;
18408                   to_x: "elm.padding.right";
18409                   to_y: "elm.padding.bottom";
18410                }
18411                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
18412                text {
18413                   font: "SLP:style=Medium";
18414                   size: GENLIST_FONT_32_INC;
18415                   min: 0 1;
18416                   align: 0.0 0.5;
18417                   text_class: "slp_medium";
18418                }
18419             }
18420             description { state: "selected" 0.0;
18421                inherit: "default" 0.0;
18422                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18423             }
18424             GENLIST_DESCRIPTION_FLIP_ENABLED
18425          }
18426          GENLIST_PART_FLIP
18427          GENLIST_PART_DISCLIP
18428       }
18429       programs {
18430          // signal: elm,state,%s,active
18431          //   a "check" item named %s went active
18432          // signal: elm,state,%s,passive
18433          //   a "check" item named %s went passive
18434          // default is passive
18435          program { name: "go_active";
18436             signal: "elm,state,selected";
18437             source: "elm";
18438             action: STATE_SET "selected" 0.0;
18439             target: "bg_image";
18440             target: "elm.text.1";
18441             target: "elm.text.2";
18442             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18443          }
18444          program { name: "go_passive";
18445             signal: "elm,state,unselected";
18446             source: "elm";
18447             action: STATE_SET "default" 0.0;
18448             target: "bg_image";
18449             target: "elm.text.1";
18450             target: "elm.text.2";
18451             transition: LINEAR 0.1;
18452          }
18453          program { name: "go_disabled";
18454             signal: "elm,state,disabled";
18455             source: "elm";
18456             action: STATE_SET "disabled" 0.0;
18457             target: "disclip";
18458          }
18459          program { name: "go_enabled";
18460             signal: "elm,state,enabled";
18461             source: "elm";
18462             action: STATE_SET "default" 0.0;
18463             target: "disclip";
18464          }
18465          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
18466          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18467       }
18468    }
18469
18470    group { name: "elm/genlist/item/dialogue/2text.3icon/default";
18471       alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
18472       alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
18473       alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
18474       alias: "elm/layout/dialogue/2text.3icon";
18475       data.item: "stacking" "above";
18476       data.item: "selectraise" "on";
18477       data.item: "texts" "elm.text.1 elm.text.2";
18478       data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
18479       data.item: "flips" "elm.flip.content";
18480       parts {
18481          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18482          GENLIST_PART_DIALOGUE_BG_IMAGE
18483          GENLIST_PART_BOTTOM_LINE
18484          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18485          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18486          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18487          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18488          GENLIST_PART_DIALOGUE_ITEM
18489          GENLIST_PART_DIALOGUE_RIGHT_LINE
18490          part { name: "elm.swallow.colorbar";
18491             clip_to: "disclip";
18492             type: SWALLOW;
18493             scale: 1;
18494             description { state: "default" 0.0;
18495                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
18496                fixed: 1 1;
18497                rel1 {
18498                   relative: 1.0 0.0;
18499                   to_x: "elm.rect.dialogue";
18500                }
18501                rel2 {
18502                   relative: 1.0 0.0;
18503                   to_x: "elm.rect.dialogue";
18504                }
18505                align: 0.0 0.0;
18506             }
18507          }
18508          part { name: "elm.icon.1";
18509             clip_to: "disclip";
18510             type: SWALLOW;
18511             scale: 1;
18512             description { state: "default" 0.0;
18513                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18514                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18515                fixed: 1 1;
18516                rel1 {
18517                   relative: 1.0 0.0;
18518                   to_x: "elm.padding.left";
18519                }
18520                rel2 {
18521                   relative: 1.0 1.0;
18522                   to_x: "elm.padding.left";
18523                }
18524                align: 0.0 0.5;
18525             }
18526             GENLIST_DESCRIPTION_FLIP_ENABLED
18527          }
18528          part { name: "elm.padding.icon1.right";
18529             type: RECT;
18530             scale: 1;
18531             description { state: "default" 0.0;
18532                min: GENLIST_PADDING_16_INC 0;
18533                fixed: 1 0;
18534                rel1 {
18535                   relative: 1.0 0.0;
18536                   to_x: "elm.icon.1";
18537                }
18538                rel2.to_x: "elm.icon.1";
18539                align: 0.0 0.0;
18540                visible: 0;
18541             }
18542          }
18543          part { name: "elm.icon.2";
18544             clip_to: "disclip";
18545             type: SWALLOW;
18546             scale: 1;
18547             description { state: "default" 0.0;
18548                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18549                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18550                fixed: 1 1;
18551                rel1.to_x: "elm.padding.right";
18552                rel2 {
18553                   relative: 0.0 1.0;
18554                   to_x: "elm.padding.right";
18555                }
18556                align: 1.0 0.5;
18557             }
18558             GENLIST_DESCRIPTION_FLIP_ENABLED
18559          }
18560          part { name: "elm.padding.icon2.left";
18561             type: RECT;
18562             scale: 1;
18563             description { state: "default" 0.0;
18564                min: GENLIST_PADDING_16_INC 0;
18565                fixed: 1 0;
18566                rel1.to_x: "elm.icon.2";
18567                rel2 {
18568                   relative: 0.0 1.0;
18569                   to_x: "elm.icon.2";
18570                }
18571                align: 1.0 0.0;
18572                visible: 0;
18573             }
18574          }
18575          part { name: "elm.text.1";
18576             clip_to: "disclip";
18577             type: TEXT;
18578             mouse_events: 0;
18579             scale: 1;
18580             description { state: "default" 0.0;
18581                min: 0 GENLIST_SIZE_61_INC;
18582                fixed: 0 1;
18583                rel1 {
18584                   relative: 1.0 1.0;
18585                   to_x: "elm.padding.icon1.right";
18586                   to_y: "elm.padding.top";
18587                }
18588                rel2 {
18589                   relative: 0.0 1.0;
18590                   to_x: "elm.padding.icon2.left";
18591                   to_y: "elm.padding.top";
18592                }
18593                align: 0.0 0.0;
18594                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18595                text {
18596                   font: "SLP:style=Roman";
18597                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18598                   min: 0 1;
18599                   align: 0.0 0.5;
18600                   text_class: "list_item";
18601                }
18602             }
18603             description { state: "selected" 0.0;
18604                inherit: "default" 0.0;
18605                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18606             }
18607             GENLIST_DESCRIPTION_FLIP_ENABLED
18608          }
18609          part { name: "elm.text.2";
18610             clip_to: "disclip";
18611             type: TEXT;
18612             mouse_events: 0;
18613             scale: 1;
18614             description { state: "default" 0.0;
18615                rel1 {
18616                   relative: 1.0 1.0;
18617                   to_x: "elm.padding.icon1.right";
18618                   to_y: "elm.text.1";
18619                }
18620                rel2 {
18621                   relative: 0.0 0.0;
18622                   to_x: "elm.padding.icon2.left";
18623                   to_y: "elm.padding.bottom";
18624                }
18625                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
18626                text {
18627                   font: "SLP:style=Medium";
18628                   size: GENLIST_FONT_32_INC;
18629                   min: 0 1;
18630                   align: 0.0 0.5;
18631                   text_class: "slp_medium";
18632                }
18633             }
18634             description { state: "selected" 0.0;
18635                inherit: "default" 0.0;
18636                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18637             }
18638             GENLIST_DESCRIPTION_FLIP_ENABLED
18639          }
18640          GENLIST_PART_FLIP
18641          GENLIST_PART_DISCLIP
18642       }
18643       programs {
18644          // signal: elm,state,%s,active
18645          //   a "check" item named %s went active
18646          // signal: elm,state,%s,passive
18647          //   a "check" item named %s went passive
18648          // default is passive
18649          program { name: "go_active";
18650             signal: "elm,state,selected";
18651             source: "elm";
18652             action: STATE_SET "selected" 0.0;
18653             target: "bg_image";
18654             target: "elm.text.1";
18655             target: "elm.text.2";
18656             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18657          }
18658          program { name: "go_passive";
18659             signal: "elm,state,unselected";
18660             source: "elm";
18661             action: STATE_SET "default" 0.0;
18662             target: "bg_image";
18663             target: "elm.text.1";
18664             target: "elm.text.2";
18665             transition: LINEAR 0.1;
18666          }
18667          program { name: "go_disabled";
18668             signal: "elm,state,disabled";
18669             source: "elm";
18670             action: STATE_SET "disabled" 0.0;
18671             target: "disclip";
18672          }
18673          program { name: "go_enabled";
18674             signal: "elm,state,enabled";
18675             source: "elm";
18676             action: STATE_SET "default" 0.0;
18677             target: "disclip";
18678          }
18679          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
18680          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18681       }
18682    }
18683
18684    group { name: "elm/genlist/item/dialogue/2text.2icon/default";
18685       alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
18686       alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
18687       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
18688       alias: "elm/layout/dialogue/2text.2icon";
18689       data.item: "stacking" "above";
18690       data.item: "selectraise" "on";
18691       data.item: "texts" "elm.text.1 elm.text.2";
18692       data.item: "contents" "elm.icon.1 elm.icon.2";
18693       data.item: "flips" "elm.flip.content";
18694       parts {
18695          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18696          GENLIST_PART_DIALOGUE_BG_IMAGE
18697          GENLIST_PART_BOTTOM_LINE
18698          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18699          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18700          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18701          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18702          GENLIST_PART_DIALOGUE_ITEM
18703          GENLIST_PART_DIALOGUE_RIGHT_LINE
18704          part { name: "elm.icon.1";
18705             clip_to: "disclip";
18706             type: SWALLOW;
18707             scale: 1;
18708             description { state: "default" 0.0;
18709                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18710                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
18711                fixed: 1 1;
18712                rel1 {
18713                   relative: 1.0 1.0;
18714                   to_x: "elm.padding.left";
18715                   to_y: "elm.padding.top";
18716                }
18717                rel2 {
18718                   relative: 1.0 0.0;
18719                   to_x: "elm.padding.left";
18720                   to_y: "elm.padding.bottom";
18721                }
18722                align: 0.0 0.5;
18723             }
18724             GENLIST_DESCRIPTION_FLIP_ENABLED
18725          }
18726          part { name: "elm.padding.icon1.right";
18727             clip_to: "disclip";
18728             type: RECT;
18729             scale: 1;
18730             description { state: "default" 0.0;
18731                min: GENLIST_PADDING_16_INC 0;
18732                fixed: 1 0;
18733                rel1 {
18734                   relative: 1.0 0.0;
18735                   to_x: "elm.icon.1";
18736                }
18737                rel2.to_x: "elm.icon.1";
18738                align: 0.0 0.0;
18739                visible: 0;
18740             }
18741          }
18742          part { name: "elm.icon.2";
18743             clip_to: "disclip";
18744             type: SWALLOW;
18745             scale: 1;
18746             description { state: "default" 0.0;
18747                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18748                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18749                fixed: 1 1;
18750                rel1 {
18751                   relative: 1.0 1.0;
18752                   to_x: "elm.padding.icon1.right";
18753                   to_y: "elm.padding.top";
18754                }
18755                rel2 {
18756                   relative: 1.0 0.0;
18757                   to_x: "elm.padding.icon1.right";
18758                   to_y: "elm.padding.bottom";
18759                }
18760                align: 0.0 0.5;
18761             }
18762             GENLIST_DESCRIPTION_FLIP_ENABLED
18763          }
18764          part { name: "elm.padding.icon2.right";
18765             clip_to: "disclip";
18766             type: RECT;
18767             scale: 1;
18768             description { state: "default" 0.0;
18769                min: GENLIST_PADDING_16_INC 0;
18770                fixed: 1 0;
18771                rel1 {
18772                   relative: 1.0 0.0;
18773                   to_x: "elm.icon.2";
18774                }
18775                rel2.to_x: "elm.icon.2";
18776                align: 0.0 0.0;
18777                visible: 0;
18778             }
18779          }
18780          part { name: "elm.text.1";
18781             clip_to: "disclip";
18782             type: TEXT;
18783             mouse_events: 0;
18784             scale: 1;
18785             description { state: "default" 0.0;
18786                min: 0 GENLIST_SIZE_61_INC;
18787                fixed: 0 1;
18788                rel1 {
18789                   relative: 1.0 1.0;
18790                   to_x: "elm.padding.icon2.right";
18791                   to_y: "elm.padding.top";
18792                }
18793                rel2 {
18794                   relative: 0.0 1.0;
18795                   to_x: "elm.padding.right";
18796                   to_y: "elm.padding.top";
18797                }
18798                align: 0.0 0.0;
18799                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18800                text {
18801                   font: "SLP:style=Roman";
18802                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18803                   min: 0 1;
18804                   align: 0.0 0.5;
18805                   text_class: "list_item";
18806                }
18807             }
18808             description { state: "selected" 0.0;
18809                inherit: "default" 0.0;
18810                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18811             }
18812             GENLIST_DESCRIPTION_FLIP_ENABLED
18813          }
18814          part { name: "elm.text.2";
18815             clip_to: "disclip";
18816             type: TEXT;
18817             mouse_events: 0;
18818             scale: 1;
18819             description { state: "default" 0.0;
18820                rel1 {
18821                   relative: 1.0 1.0;
18822                   to_x: "elm.padding.icon2.right";
18823                   to_y: "elm.text.1";
18824                }
18825                rel2 {
18826                   relative: 0.0 0.0;
18827                   to_x: "elm.padding.right";
18828                   to_y: "elm.padding.bottom";
18829                }
18830                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
18831                text {
18832                   font: "SLP:style=Medium";
18833                   size: GENLIST_FONT_32_INC;
18834                   min: 0 1;
18835                   align: 0.0 0.5;
18836                   text_class: "slp_medium";
18837                }
18838             }
18839             description { state: "selected" 0.0;
18840                inherit: "default" 0.0;
18841                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18842             }
18843             GENLIST_DESCRIPTION_FLIP_ENABLED
18844          }
18845          GENLIST_PART_FLIP
18846          GENLIST_PART_DISCLIP
18847       }
18848       programs {
18849          // signal: elm,state,%s,active
18850          //   a "check" item named %s went active
18851          // signal: elm,state,%s,passive
18852          //   a "check" item named %s went passive
18853          // default is passive
18854          program { name: "go_active";
18855             signal: "elm,state,selected";
18856             source: "elm";
18857             action: STATE_SET "selected" 0.0;
18858             target: "bg_image";
18859             target: "elm.text.1";
18860             target: "elm.text.2";
18861             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
18862          }
18863          program { name: "go_passive";
18864             signal: "elm,state,unselected";
18865             source: "elm";
18866             action: STATE_SET "default" 0.0;
18867             target: "bg_image";
18868             target: "elm.text.1";
18869             target: "elm.text.2";
18870             transition: LINEAR 0.1;
18871          }
18872          program { name: "go_disabled";
18873             signal: "elm,state,disabled";
18874             source: "elm";
18875             action: STATE_SET "disabled" 0.0;
18876             target: "disclip";
18877          }
18878          program { name: "go_enabled";
18879             signal: "elm,state,enabled";
18880             source: "elm";
18881             action: STATE_SET "default" 0.0;
18882             target: "disclip";
18883          }
18884          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
18885          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
18886       }
18887    }
18888
18889    group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
18890       alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
18891       alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
18892       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
18893       alias: "elm/layout/dialogue/2text.2icon.2";
18894       data.item: "stacking" "above";
18895       data.item: "selectraise" "on";
18896       data.item: "texts" "elm.text.1 elm.text.2";
18897       data.item: "contents" "elm.icon.1 elm.icon.2";
18898       data.item: "flips" "elm.flip.content";
18899       parts {
18900          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
18901          GENLIST_PART_DIALOGUE_BG_IMAGE
18902          GENLIST_PART_BOTTOM_LINE
18903          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
18904          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
18905          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
18906          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
18907          GENLIST_PART_DIALOGUE_ITEM
18908          GENLIST_PART_DIALOGUE_RIGHT_LINE
18909          part { name: "elm.icon.1";
18910             clip_to: "disclip";
18911             type: SWALLOW;
18912             scale: 1;
18913             description { state: "default" 0.0;
18914                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18915                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
18916                fixed: 1 1;
18917                rel1 {
18918                   relative: 1.0 1.0;
18919                   to_x: "elm.padding.left";
18920                   to_y: "elm.padding.top";
18921                }
18922                rel2 {
18923                   relative: 1.0 0.0;
18924                   to_x: "elm.padding.left";
18925                   to_y: "elm.padding.bottom";
18926                }
18927                align: 0.0 0.5;
18928             }
18929             GENLIST_DESCRIPTION_FLIP_ENABLED
18930          }
18931          part { name: "elm.padding.icon1.right";
18932             clip_to: "disclip";
18933             type: RECT;
18934             scale: 1;
18935             description { state: "default" 0.0;
18936                min: GENLIST_PADDING_16_INC 0;
18937                fixed: 1 0;
18938                rel1 {
18939                   relative: 1.0 0.0;
18940                   to_x: "elm.icon.1";
18941                }
18942                rel2.to_x: "elm.icon.1";
18943                align: 0.0 0.0;
18944                visible: 0;
18945             }
18946          }
18947          part { name: "elm.text.1";
18948             clip_to: "disclip";
18949             type: TEXT;
18950             mouse_events: 0;
18951             scale: 1;
18952             description { state: "default" 0.0;
18953                min: 0 GENLIST_SIZE_61_INC;
18954                fixed: 0 1;
18955                rel1 {
18956                   relative: 1.0 1.0;
18957                   to_x: "elm.padding.icon1.right";
18958                   to_y: "elm.padding.top";
18959                }
18960                rel2 {
18961                   relative: 0.0 1.0;
18962                   to_x: "elm.padding.right";
18963                   to_y: "elm.padding.top";
18964                }
18965                align: 0.0 0.0;
18966                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
18967                text {
18968                   font: "SLP:style=Roman";
18969                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
18970                   min: 0 1;
18971                   align: 0.0 0.5;
18972                   text_class: "list_item";
18973                }
18974             }
18975             description { state: "selected" 0.0;
18976                inherit: "default" 0.0;
18977                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
18978             }
18979             GENLIST_DESCRIPTION_FLIP_ENABLED
18980          }
18981          part { name: "elm.icon.2";
18982             clip_to: "disclip";
18983             type: SWALLOW;
18984             scale: 1;
18985             description { state: "default" 0.0;
18986                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18987                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
18988                fixed: 1 1;
18989                rel1 {
18990                   relative: 0.0 1.0;
18991                   to_x: "elm.padding.right";
18992                   to_y: "elm.text.1";
18993                }
18994                rel2 {
18995                   relative: 0.0 0.0;
18996                   to_x: "elm.padding.right";
18997                   to_y: "elm.padding.bottom";
18998                }
18999                align: 1.0 0.5;
19000             }
19001             GENLIST_DESCRIPTION_FLIP_ENABLED
19002          }
19003          part { name: "elm.padding.icon2.left";
19004             clip_to: "disclip";
19005             type: RECT;
19006             scale: 1;
19007             description { state: "default" 0.0;
19008                min: GENLIST_PADDING_16_INC 0;
19009                fixed: 1 0;
19010                rel1 {
19011                   relative: 0.0 0.0;
19012                   to_x: "elm.icon.2";
19013                }
19014                rel2.to_x: "elm.icon.2";
19015                align: 1.0 0.0;
19016                visible: 0;
19017             }
19018          }
19019          part { name: "elm.text.2";
19020             clip_to: "disclip";
19021             type: TEXT;
19022             mouse_events: 0;
19023             scale: 1;
19024             description { state: "default" 0.0;
19025                rel1 {
19026                   relative: 1.0 1.0;
19027                   to_x: "elm.padding.icon1.right";
19028                   to_y: "elm.text.1";
19029                }
19030                rel2 {
19031                   relative: 0.0 0.0;
19032                   to_x: "elm.padding.icon2.left";
19033                   to_y: "elm.padding.bottom";
19034                }
19035                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
19036                text {
19037                   font: "SLP:style=Medium";
19038                   size: GENLIST_FONT_32_INC;
19039                   min: 0 1;
19040                   align: 0.0 0.5;
19041                   text_class: "slp_medium";
19042                }
19043             }
19044             description { state: "selected" 0.0;
19045                inherit: "default" 0.0;
19046                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19047             }
19048             GENLIST_DESCRIPTION_FLIP_ENABLED
19049          }
19050          GENLIST_PART_FLIP
19051          GENLIST_PART_DISCLIP
19052       }
19053       programs {
19054          // signal: elm,state,%s,active
19055          //   a "check" item named %s went active
19056          // signal: elm,state,%s,passive
19057          //   a "check" item named %s went passive
19058          // default is passive
19059          program { name: "go_active";
19060             signal: "elm,state,selected";
19061             source: "elm";
19062             action: STATE_SET "selected" 0.0;
19063             target: "bg_image";
19064             target: "elm.text.1";
19065             target: "elm.text.2";
19066             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19067          }
19068          program { name: "go_passive";
19069             signal: "elm,state,unselected";
19070             source: "elm";
19071             action: STATE_SET "default" 0.0;
19072             target: "bg_image";
19073             target: "elm.text.1";
19074             target: "elm.text.2";
19075             transition: LINEAR 0.1;
19076          }
19077          program { name: "go_disabled";
19078             signal: "elm,state,disabled";
19079             source: "elm";
19080             action: STATE_SET "disabled" 0.0;
19081             target: "disclip";
19082          }
19083          program { name: "go_enabled";
19084             signal: "elm,state,enabled";
19085             source: "elm";
19086             action: STATE_SET "default" 0.0;
19087             target: "disclip";
19088          }
19089          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19090          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19091       }
19092    }
19093
19094    group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
19095       alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
19096       alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
19097       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
19098       alias: "elm/layout/dialogue/2text.2icon.3";
19099       data.item: "stacking" "above";
19100       data.item: "selectraise" "on";
19101       data.item: "texts" "elm.text.1 elm.text.2";
19102       data.item: "contents" "elm.icon.1 elm.icon.2";
19103       data.item: "flips" "elm.flip.content";
19104       parts {
19105          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19106          GENLIST_PART_DIALOGUE_BG_IMAGE
19107          GENLIST_PART_BOTTOM_LINE
19108          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19109          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19110          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19111          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19112          GENLIST_PART_DIALOGUE_ITEM
19113          GENLIST_PART_DIALOGUE_RIGHT_LINE
19114          part { name: "elm.icon.1";
19115             clip_to: "disclip";
19116             type: SWALLOW;
19117             scale: 1;
19118             description { state: "default" 0.0;
19119                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19120                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19121                fixed: 1 1;
19122                rel1 {
19123                   relative: 1.0 1.0;
19124                   to_x: "elm.padding.left";
19125                   to_y: "elm.padding.top";
19126                }
19127                rel2 {
19128                   relative: 1.0 0.0;
19129                   to_x: "elm.padding.left";
19130                   to_y: "elm.padding.bottom";
19131                }
19132                align: 0.0 0.5;
19133             }
19134             GENLIST_DESCRIPTION_FLIP_ENABLED
19135          }
19136          part { name: "elm.padding.icon1.right";
19137             clip_to: "disclip";
19138             type: RECT;
19139             scale: 1;
19140             description { state: "default" 0.0;
19141                min: GENLIST_PADDING_16_INC 0;
19142                fixed: 1 0;
19143                rel1 {
19144                   relative: 1.0 0.0;
19145                   to_x: "elm.icon.1";
19146                }
19147                rel2.to_x: "elm.icon.1";
19148                align: 0.0 0.0;
19149                visible: 0;
19150             }
19151          }
19152          part { name: "elm.icon.2";
19153             clip_to: "disclip";
19154             type: SWALLOW;
19155             scale: 1;
19156             description { state: "default" 0.0;
19157                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19158                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19159                fixed: 1 1;
19160                rel1 {
19161                   relative: 0.0 1.0;
19162                   to_x: "elm.padding.right";
19163                   to_y: "elm.padding.top";
19164                }
19165                rel2 {
19166                   relative: 0.0 0.0;
19167                   to_x: "elm.padding.right";
19168                   to_y: "elm.padding.bottom";
19169                }
19170                align: 1.0 0.5;
19171             }
19172             GENLIST_DESCRIPTION_FLIP_ENABLED
19173          }
19174          part { name: "elm.padding.icon2.left";
19175             clip_to: "disclip";
19176             type: RECT;
19177             scale: 1;
19178             description { state: "default" 0.0;
19179                min: GENLIST_PADDING_16_INC 0;
19180                fixed: 1 0;
19181                rel1.to_x: "elm.icon.2";
19182                rel2 {
19183                   relative: 0.0 1.0;
19184                   to_x: "elm.icon.2";
19185                }
19186                align: 1.0 0.0;
19187                visible: 0;
19188             }
19189          }
19190          part { name: "elm.text.1";
19191             clip_to: "disclip";
19192             type: TEXT;
19193             mouse_events: 0;
19194             scale: 1;
19195             description { state: "default" 0.0;
19196                min: 0 GENLIST_SIZE_61_INC;
19197                fixed: 0 1;
19198                rel1 {
19199                   relative: 1.0 1.0;
19200                   to_x: "elm.padding.icon1.right";
19201                   to_y: "elm.padding.top";
19202                }
19203                rel2 {
19204                   relative: 0.0 1.0;
19205                   to_x: "elm.padding.icon2.left";
19206                   to_y: "elm.padding.top";
19207                }
19208                align: 0.0 0.0;
19209                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
19210                text {
19211                   font: "SLP:style=Roman";
19212                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
19213                   min: 0 1;
19214                   align: 0.0 0.5;
19215                   text_class: "list_item";
19216                }
19217             }
19218             description { state: "selected" 0.0;
19219                inherit: "default" 0.0;
19220                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19221             }
19222             GENLIST_DESCRIPTION_FLIP_ENABLED
19223          }
19224          part { name: "elm.text.2";
19225             clip_to: "disclip";
19226             type: TEXT;
19227             mouse_events: 0;
19228             scale: 1;
19229             description { state: "default" 0.0;
19230                rel1 {
19231                   relative: 1.0 1.0;
19232                   to_x: "elm.padding.icon1.right";
19233                   to_y: "elm.text.1";
19234                }
19235                rel2 {
19236                   relative: 0.0 0.0;
19237                   to_x: "elm.padding.icon2.left";
19238                   to_y: "elm.padding.bottom";
19239                }
19240                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
19241                text {
19242                   font: "SLP:style=Medium";
19243                   size: GENLIST_FONT_32_INC;
19244                   min: 0 1;
19245                   align: 0.0 0.5;
19246                   text_class: "slp_medium";
19247                }
19248             }
19249             description { state: "selected" 0.0;
19250                inherit: "default" 0.0;
19251                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19252             }
19253             GENLIST_DESCRIPTION_FLIP_ENABLED
19254          }
19255          GENLIST_PART_FLIP
19256          GENLIST_PART_DISCLIP
19257       }
19258       programs {
19259          // signal: elm,state,%s,active
19260          //   a "check" item named %s went active
19261          // signal: elm,state,%s,passive
19262          //   a "check" item named %s went passive
19263          // default is passive
19264          program { name: "go_active";
19265             signal: "elm,state,selected";
19266             source: "elm";
19267             action: STATE_SET "selected" 0.0;
19268             target: "bg_image";
19269             target: "elm.text.1";
19270             target: "elm.text.2";
19271             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19272          }
19273          program { name: "go_passive";
19274             signal: "elm,state,unselected";
19275             source: "elm";
19276             action: STATE_SET "default" 0.0;
19277             target: "bg_image";
19278             target: "elm.text.1";
19279             target: "elm.text.2";
19280             transition: LINEAR 0.1;
19281          }
19282          program { name: "go_disabled";
19283             signal: "elm,state,disabled";
19284             source: "elm";
19285             action: STATE_SET "disabled" 0.0;
19286             target: "disclip";
19287          }
19288          program { name: "go_enabled";
19289             signal: "elm,state,enabled";
19290             source: "elm";
19291             action: STATE_SET "default" 0.0;
19292             target: "disclip";
19293          }
19294          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
19295          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19296       }
19297    }
19298
19299    group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
19300       inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
19301       parts {
19302          part { name: "elm.text.2";
19303             clip_to: "disclip";
19304             type: TEXTBLOCK;
19305             mouse_events: 0;
19306             scale: 1;
19307             description { state: "default" 0.0;
19308                rel1 {
19309                   relative: 1.0 1.0;
19310                   to_x: "elm.padding.icon1.right";
19311                   to_y: "elm.text.1";
19312                }
19313                rel2 {
19314                   relative: 0.0 0.0;
19315                   to_x: "elm.padding.icon2.left";
19316                   to_y: "elm.padding.bottom";
19317                }
19318                text {
19319                   style: "genlist_default_textblock_style";
19320                   size: GENLIST_FONT_32_INC;
19321                   min: 0 1;
19322                   align: 0.0 0.5;
19323                   text_class: "slp_medium";
19324                }
19325             }
19326             description { state: "selected" 0.0;
19327                inherit: "default" 0.0;
19328                text.style: "genlist_default_textblock_selected_style";
19329             }
19330             GENLIST_DESCRIPTION_FLIP_ENABLED
19331          }
19332       }
19333    }
19334
19335    group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
19336       alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
19337       alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
19338       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
19339       alias: "elm/layout/dialogue/2text.1icon.5";
19340       data.item: "stacking" "above";
19341       data.item: "selectraise" "on";
19342       data.item: "texts" "elm.text.1 elm.text.2";
19343       data.item: "contents" "elm.icon";
19344       data.item: "flips" "elm.flip.content";
19345       parts {
19346          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
19347          GENLIST_PART_DIALOGUE_BG_IMAGE
19348          GENLIST_PART_BOTTOM_LINE
19349          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19350          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
19351          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
19352          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19353          GENLIST_PART_DIALOGUE_ITEM
19354          GENLIST_PART_DIALOGUE_RIGHT_LINE
19355          part { name: "elm.icon";
19356             clip_to: "disclip";
19357             type: SWALLOW;
19358             scale: 1;
19359             description { state: "default" 0.0;
19360                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19361                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
19362                fixed: 1 1;
19363                rel1 {
19364                   relative: 0.0 1.0;
19365                   to_x: "elm.padding.right";
19366                   to_y: "elm.padding.top";
19367                }
19368                rel2 {
19369                   relative: 0.0 0.0;
19370                   to_x: "elm.padding.right";
19371                   to_y: "elm.padding.bottom";
19372                }
19373                align: 1.0 0.5;
19374             }
19375             GENLIST_DESCRIPTION_FLIP_ENABLED
19376          }
19377          part { name: "elm.padding.icon.left";
19378             clip_to: "disclip";
19379             type: RECT;
19380             scale: 1;
19381             description { state: "default" 0.0;
19382                min: GENLIST_PADDING_16_INC 0;
19383                fixed: 1 0;
19384                rel1.to_x: "elm.icon";
19385                rel2 {
19386                   relative: 0.0 1.0;
19387                   to_x: "elm.icon";
19388                }
19389                align: 1.0 0.0;
19390                visible: 0;
19391             }
19392          }
19393          part { name: "elm.text.1";
19394             clip_to: "disclip";
19395             type: TEXT;
19396             mouse_events: 0;
19397             scale: 1;
19398             description { state: "default" 0.0;
19399                min: 0 GENLIST_SIZE_61_INC;
19400                fixed: 0 1;
19401                rel1 {
19402                   relative: 1.0 0.0;
19403                   to_x: "elm.padding.left";
19404                   to_y: "elm.padding.bottom";
19405                }
19406                rel2 {
19407                   relative: 0.0 0.0;
19408                   to_x: "elm.padding.icon.left";
19409                   to_y: "elm.padding.bottom";
19410                }
19411                align: 0.0 1.0;
19412                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
19413                text {
19414                   font: "SLP:style=Roman";
19415                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
19416                   min: 0 1;
19417                   align: 0.0 0.5;
19418                   text_class: "list_item";
19419                }
19420             }
19421             description { state: "selected" 0.0;
19422                inherit: "default" 0.0;
19423                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19424             }
19425             GENLIST_DESCRIPTION_FLIP_ENABLED
19426          }
19427          part { name: "elm.text.2";
19428             clip_to: "disclip";
19429             type: TEXT;
19430             mouse_events: 0;
19431             scale: 1;
19432             description { state: "default" 0.0;
19433                rel1 {
19434                   relative: 1.0 1.0;
19435                   to_x: "elm.padding.left";
19436                   to_y: "elm.padding.top";
19437                }
19438                rel2 {
19439                   relative: 0.0 0.0;
19440                   to_x: "elm.padding.icon.left";
19441                   to_y: "elm.text.1";
19442                }
19443                align: 0.0 0.0;
19444                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
19445                text {
19446                   font: "SLP:style=Medium";
19447                   size: GENLIST_FONT_32_INC;
19448                   min: 0 1;
19449                   align: 0.0 0.5;
19450                   text_class: "slp_roman";
19451                }
19452             }
19453             description { state: "selected" 0.0;
19454                inherit: "default" 0.0;
19455                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19456             }
19457             GENLIST_DESCRIPTION_FLIP_ENABLED
19458          }
19459          GENLIST_PART_FLIP
19460          GENLIST_PART_DISCLIP
19461       }
19462       programs {
19463          // signal: elm,state,%s,active
19464          //   a "check" item named %s went active
19465          // signal: elm,state,%s,passive
19466          //   a "check" item named %s went passive
19467          // default is passive
19468          program { name: "go_active";
19469             signal: "elm,state,selected";
19470             source: "elm";
19471             action: STATE_SET "selected" 0.0;
19472             target: "bg_image";
19473             target: "elm.text.1";
19474             target: "elm.text.2";
19475             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19476          }
19477          program { name: "go_passive";
19478             signal: "elm,state,unselected";
19479             source: "elm";
19480             action: STATE_SET "default" 0.0;
19481             target: "bg_image";
19482             target: "elm.text.1";
19483             target: "elm.text.2";
19484             transition: LINEAR 0.1;
19485          }
19486          program { name: "go_disabled";
19487             signal: "elm,state,disabled";
19488             source: "elm";
19489             action: STATE_SET "disabled" 0.0;
19490             target: "disclip";
19491          }
19492          program { name: "go_enabled";
19493             signal: "elm,state,enabled";
19494             source: "elm";
19495             action: STATE_SET "default" 0.0;
19496             target: "disclip";
19497          }
19498          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
19499          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19500       }
19501    }
19502
19503 // 4.2.11
19504    group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
19505       alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
19506       alias: "elm/layout/dialogue/1title.1text.2";
19507       data.item: "stacking" "above";
19508       data.item: "selectraise" "on";
19509       data.item: "texts" "elm.title elm.text";
19510       parts {
19511          part { name: "base";
19512             type: RECT;
19513             repeat_events: 1;
19514             description { state: "default" 0.0;
19515                color: GENLIST_PART_BG_COLOR_INC;
19516             }
19517          }
19518          GENLIST_PART_DIALOGUE_BG_IMAGE
19519          GENLIST_PART_BOTTOM_LINE
19520          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
19521          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
19522          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
19523          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19524          GENLIST_PART_DIALOGUE_ITEM
19525          GENLIST_PART_DIALOGUE_RIGHT_LINE
19526          part { name: "elm.title";
19527             clip_to: "disclip";
19528             type: TEXT;
19529             mouse_events: 0;
19530             scale: 1;
19531             description { state: "default" 0.0;
19532                min: GENLIST_SIZE_163_INC 0;
19533                fixed: 1 0;
19534                rel1 {
19535                   relative: 1.0 0.0;
19536                   to_x: "elm.padding.left";
19537                }
19538                rel2 {
19539                   relative: 1.0 1.0;
19540                   to_x: "elm.padding.left";
19541                }
19542                align: 0.0 0.0;
19543                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
19544                text {
19545                   font: "SLP:style=Medium";
19546                   size: GENLIST_FONT_32_INC;
19547                   min: 0 1;
19548                   align: 0.0 0.5;
19549                   text_class: "slp_medium";
19550                }
19551             }
19552             description { state: "selected" 0.0;
19553                inherit: "default" 0.0;
19554                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19555             }
19556          }
19557          part { name: "vertical_line";
19558             clip_to: "disclip";
19559             type: RECT;
19560             mouse_events: 0;
19561             description { state: "default" 0.0;
19562                min: 1 0;
19563                fixed: 1 0;
19564                rel1 {
19565                   relative: 1.0 0.0;
19566                   to_x: "elm.title";
19567                }
19568                rel2.to_x: "elm.title";
19569                align: 0.0 0.5;
19570                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19571             }
19572          }
19573          part { name: "elm.padding.text.left";
19574             clip_to: "disclip";
19575             type: RECT;
19576             mouse_events: 0;
19577             description { state: "default" 0.0;
19578                min: GENLIST_PADDING_16_INC 0;
19579                fixed: 1 0;
19580                rel1 {
19581                   relative: 1.0 0.0;
19582                   to_x: "vertical_line";
19583                }
19584                rel2.to_x: "vertical_line";
19585                align: 0.0 0.5;
19586                visible: 0;
19587             }
19588          }
19589          part { name: "elm.text";
19590             clip_to: "disclip";
19591             type: TEXTBLOCK;
19592             mouse_events: 0;
19593             scale: 1;
19594             description { state: "default" 0.0;
19595                rel1 {
19596                   relative: 1.0 1.0;
19597                   to_x: "elm.padding.text.left";
19598                   to_y: "elm.padding.top";
19599                }
19600                rel2 {
19601                   relative: 0.0 0.0;
19602                   to_x: "elm.padding.right";
19603                   to_y: "elm.padding.bottom";
19604                }
19605                text {
19606                   style: "genlist_textblock_flexible_style";
19607                   min: 0 1;
19608                   align: 0.0 0.5;
19609                }
19610             }
19611             description { state: "selected" 0.0;
19612                inherit: "default" 0.0;
19613                text.style: "genlist_textblock_selected_style";
19614             }
19615          }
19616          GENLIST_PART_DISCLIP
19617       }
19618       programs {
19619          // signal: elm,state,%s,active
19620          //   a "check" item named %s went active
19621          // signal: elm,state,%s,passive
19622          //   a "check" item named %s went passive
19623          // default is passive
19624          program { name: "go_active";
19625             signal: "elm,state,selected";
19626             source: "elm";
19627             action: STATE_SET "selected" 0.0;
19628             target: "bg_image";
19629             target: "elm.title";
19630             target: "elm.text";
19631             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
19632          }
19633          program { name: "go_passive";
19634             signal: "elm,state,unselected";
19635             source: "elm";
19636             action: STATE_SET "default" 0.0;
19637             target: "bg_image";
19638             target: "elm.title";
19639             target: "elm.text";
19640             transition: LINEAR 0.1;
19641          }
19642          program { name: "go_disabled";
19643             signal: "elm,state,disabled";
19644             source: "elm";
19645             action: STATE_SET "disabled" 0.0;
19646             target: "disclip";
19647          }
19648          program { name: "go_enabled";
19649             signal: "elm,state,enabled";
19650             source: "elm";
19651             action: STATE_SET "default" 0.0;
19652             target: "disclip";
19653          }
19654          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
19655       }
19656    }
19657
19658 /*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
19659       alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
19660       alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
19661       alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
19662       alias: "elm/layout/dialogue/1title.2text";
19663       data.item: "stacking" "above";
19664       data.item: "selectraise" "on";
19665       data.item: "texts" "elm.title elm.text.1 elm.text.2";
19666       parts {
19667          GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
19668          GENLIST_PART_BOTTOM_LINE
19669          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
19670          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
19671          GENLIST_PART_DIALOGUE_ITEM
19672          GENLIST_PART_DIALOGUE_RIGHT_LINE
19673          part { name: "vertical_line";
19674             clip_to: "disclip";
19675             type: RECT;
19676             mouse_events: 0;
19677             description { state: "default" 0.0;
19678                min: 1 0;
19679                fixed: 1 0;
19680                rel1 {
19681                   relative: 1.0 0.0;
19682                   to_x: "elm.title";
19683                }
19684                rel2.to_x: "elm.title";
19685                align: 0.0 0.5;
19686                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19687             }
19688          }
19689          part { name: "center_line";
19690             clip_to: "disclip";
19691             type: RECT;
19692             mouse_events: 0;
19693             description { state: "default" 0.0;
19694                min: 0 1;
19695                fixed: 0 1;
19696                color: GENLIST_PART_LIST_LINE_COLOR_INC;
19697                rel1 {
19698                   relative: 1.0 0.5;
19699                   to_x: "vertical_line";
19700                }
19701                rel2.relative: 1.0 0.5;
19702                align: 0.5 1.0;
19703             }
19704          }
19705          part { name: "elm.title";
19706             clip_to: "disclip";
19707             type: TEXT;
19708             mouse_events: 0;
19709             scale: 1;
19710             description { state: "default" 0.0;
19711                min: GENLIST_SIZE_163_INC 0;
19712                fixed: 1 0;
19713                rel1 {
19714                   relative: 1.0  0.0;
19715                   to_x: "elm.padding.left";
19716                }
19717                rel2.to_x: "elm.padding.left";
19718                align: 0.0 0.5;
19719                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
19720                text {
19721                   font: "SLP:style=Medium";
19722                   size: GENLIST_FONT_32_INC;
19723                   min: 0 1;
19724                   align: 0.0 0.5;
19725                   text_class: "slp_medium";
19726                }
19727             }
19728          }
19729          part { name: "elm.padding.title.right";
19730             clip_to: "disclip";
19731             type: RECT;
19732             mouse_events: 0;
19733             scale: 1;
19734             description { state: "default" 0.0;
19735                min: GENLIST_PADDING_16_INC 0;
19736                fixed: 1 0;
19737                rel1 {
19738                    relative: 1.0 0.0;
19739                    to_x: "elm.title";
19740                }
19741                rel2.to_x: "elm.title";
19742                visible: 0;
19743                align: 0.0 0.5;
19744             }
19745          }
19746          part { name: "elm.text.1";
19747             clip_to: "disclip";
19748             type: TEXT;
19749             mouse_events: 0;
19750             scale: 1;
19751             description { state: "default" 0.0;
19752                rel1 {
19753                   relative: 1.0 0.0;
19754                   to_x: "elm.padding.title.right";
19755                }
19756                rel2 {
19757                   relative: 0.0 0.0;
19758                   to_x: "elm.padding.right";
19759                   to_y: "center_line";
19760                }
19761                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
19762                text {
19763                   font: "SLP:style=Roman";
19764                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
19765                   min: 0 1;
19766                   align: 0.0 0.5;
19767                   text_class: "list_item";
19768                }
19769             }
19770          }
19771          part { name: "elm.text.2";
19772             clip_to: "disclip";
19773             type: TEXT;
19774             mouse_events: 0;
19775             scale: 1;
19776             description { state: "default" 0.0;
19777                rel1 {
19778                   relative: 1.0 0.5;
19779                   to_x: "elm.padding.title.right";
19780                }
19781                rel2 {
19782                   relative: 0.0 1.0;
19783                   to_x: "elm.padding.right";
19784                }
19785                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
19786                text {
19787                   font: "SLP:style=Roman";
19788                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
19789                   min: 0 1;
19790                   align: 0.0 0.5;
19791                   text_class: "slp_roman";
19792                }
19793             }
19794          }
19795          GENLIST_PART_DISCLIP
19796       }
19797       programs {
19798          // signal: elm,state,%s,active
19799          //   a "check" item named %s went active
19800          // signal: elm,state,%s,passive
19801          //   a "check" item named %s went passive
19802          // default is passive
19803          program { name: "go_active";
19804             signal: "elm,state,selected";
19805             source: "elm";
19806             action: STATE_SET "selected" 0.0;
19807             target: "elm.title";
19808             target: "elm.text.1";
19809             target: "elm.text.2";
19810          }
19811          program { name: "go_passive";
19812             signal: "elm,state,unselected";
19813             source: "elm";
19814             action: STATE_SET "default" 0.0;
19815             target: "elm.title";
19816             target: "elm.text.1";
19817             target: "elm.text.2";
19818             transition: LINEAR 0.1;
19819          }
19820          program { name: "go_disabled";
19821             signal: "elm,state,disabled";
19822             source: "elm";
19823             action: STATE_SET "disabled" 0.0;
19824             target: "disclip";
19825          }
19826          program { name: "go_enabled";
19827             signal: "elm,state,enabled";
19828             source: "elm";
19829             action: STATE_SET "default" 0.0;
19830             target: "disclip";
19831          }
19832       }
19833    }*/
19834
19835    /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
19836    group { name: "elm/genlist/item/dialogue/4icon/default";
19837       alias: "elm/genlist/item_odd/dialogue/4icon/default";
19838       alias: "elm/genlist/item_compress/dialogue/4icon/default";
19839       alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
19840       alias: "elm/layout/dialogue/4icon";
19841       data.item: "stacking" "above";
19842       data.item: "selectraise" "on";
19843       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
19844       images {
19845          image : "00_input_bg.png" COMP;
19846       }
19847       parts {
19848          GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
19849          GENLIST_PART_DIALOGUE_BG_IMAGE
19850          GENLIST_PART_BOTTOM_LINE
19851          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
19852          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
19853          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
19854          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
19855          GENLIST_PART_DIALOGUE_ITEM
19856          GENLIST_PART_DIALOGUE_RIGHT_LINE
19857          part { name: "text";
19858             clip_to: "disclip";
19859             type: TEXT;
19860             mouse_events: 0;
19861             scale: 1;
19862             description { state: "default" 0.0;
19863                min: 0 GENLIST_SIZE_48_INC;
19864                fixed: 0 1;
19865                rel1 {
19866                   relative: 1.0 1.0;
19867                   to_x: "elm.padding.left";
19868                   to_y: "elm.padding.top";
19869                }
19870                rel2 {
19871                   relative: 0.0 1.0;
19872                   to_x: "elm.padding.right";
19873                   to_y: "elm.padding.top";
19874                }
19875                align: 0.0 0.0;
19876                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
19877                text {
19878                   font: "SLP:style=Medium";
19879                   size: GENLIST_FONT_32_INC;
19880                   min: 0 1;
19881                   align: 0.0 0.5;
19882                   text: "Password";
19883                   text_class: "list_item";
19884                }
19885             }
19886             description { state: "selected" 0.0;
19887                inherit: "default" 0.0;
19888                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
19889             }
19890          }
19891          part { name: "elm.padding.icon1.left";
19892             clip_to: "disclip";
19893             type: RECT;
19894             scale: 1;
19895             description { state: "default" 0.0;
19896                min: GENLIST_PADDING_74_INC 0;
19897                fixed: 1 0;
19898                rel1 {
19899                   relative: 1.0 0.0;
19900                   to_x: "elm.padding.left";
19901                   to_y: "elm.padding.bottom";
19902                }
19903                rel2 {
19904                   relative: 1.0 0.0;
19905                   to_x: "elm.padding.left";
19906                   to_y: "elm.padding.bottom";
19907                }
19908                align: 0.0 1.0;
19909                visible: 0;
19910             }
19911          }
19912          part { name: "elm.icon1.bg";
19913             clip_to: "disclip";
19914             type: IMAGE;
19915             scale: 1;
19916             description { state: "default" 0.0;
19917                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
19918                fixed: 1 1;
19919                rel1 {
19920                   relative: 1.0 0.0;
19921                   to_x: "elm.padding.icon1.left";
19922                   to_y: "elm.padding.bottom";
19923                }
19924                rel2 {
19925                   relative: 1.0 0.0;
19926                   to_x: "elm.padding.icon1.left";
19927                   to_y: "elm.padding.bottom";
19928                }
19929                align: 0.0 1.0;
19930                image.normal: "00_input_bg.png";
19931                image.border: 4 4 4 4; // TODO: check this out.
19932                image.border_scale: 1;
19933             }
19934          }
19935          part { name: "elm.icon.1";
19936             clip_to: "disclip";
19937             type: SWALLOW;
19938             scale: 1;
19939             description { state: "default" 0.0;
19940                rel1.to: "elm.icon1.bg";
19941                rel2.to: "elm.icon1.bg";
19942                align: 0.5 0.5;
19943             }
19944          }
19945          part { name: "elm.padding.icon2.left";
19946             clip_to: "disclip";
19947             type: RECT;
19948             scale: 1;
19949             description { state: "default" 0.0;
19950                min: GENLIST_ICON_SMALL_SIZE 0;
19951                fixed: 1 0;
19952                rel1 {
19953                   relative: 1.0 0.0;
19954                   to_x: "elm.icon1.bg";
19955                   to_y: "elm.padding.bottom";
19956                }
19957                rel2 {
19958                   relative: 1.0 0.0;
19959                   to_x: "elm.icon1.bg";
19960                   to_y: "elm.padding.bottom";
19961                }
19962                align: 0.0 1.0;
19963                visible: 0;
19964             }
19965          }
19966          part { name: "elm.icon2.bg";
19967             clip_to: "disclip";
19968             type: IMAGE;
19969             scale: 1;
19970             description { state: "default" 0.0;
19971                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
19972                fixed: 1 1;
19973                rel1 {
19974                   relative: 1.0 0.0;
19975                   to_x: "elm.padding.icon2.left";
19976                   to_y: "elm.padding.bottom";
19977                }
19978                rel2 {
19979                   relative: 1.0 0.0;
19980                   to_x: "elm.padding.icon2.left";
19981                   to_y: "elm.padding.bottom";
19982                }
19983                align: 0.0 1.0;
19984                image.normal: "00_input_bg.png";
19985                image.border: 4 4 4 4; // TODO : check this out
19986                image.border_scale: 1;
19987             }
19988          }
19989          part { name: "elm.icon.2";
19990             clip_to: "disclip";
19991             type: SWALLOW;
19992             scale: 1;
19993             description { state: "default" 0.0;
19994                rel1.to: "elm.icon2.bg";
19995                rel2.to: "elm.icon2.bg";
19996                align: 0.5 0.5;
19997             }
19998          }
19999          part { name: "elm.padding.icon3.left";
20000             clip_to: "disclip";
20001             type: RECT;
20002             scale: 1;
20003             description { state: "default" 0.0;
20004                min: GENLIST_ICON_SMALL_SIZE 0;
20005                fixed: 1 0;
20006                rel1 {
20007                   relative: 1.0 0.0;
20008                   to_x: "elm.icon2.bg";
20009                   to_y: "elm.padding.bottom";
20010                }
20011                rel2 {
20012                   relative: 1.0 0.0;
20013                   to_x: "elm.icon2.bg";
20014                   to_y: "elm.padding.bottom";
20015                }
20016                align: 0.0 1.0;
20017                visible: 0;
20018             }
20019          }
20020          part { name: "elm.icon3.bg";
20021             clip_to: "disclip";
20022             type: IMAGE;
20023             scale: 1;
20024             description { state: "default" 0.0;
20025                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
20026                fixed: 1 1;
20027                rel1 {
20028                   relative: 1.0 0.0;
20029                   to_x: "elm.padding.icon3.left";
20030                   to_y: "elm.padding.bottom";
20031                }
20032                rel2 {
20033                   relative: 1.0 0.0;
20034                   to_x: "elm.padding.icon3.left";
20035                   to_y: "elm.padding.bottom";
20036                }
20037                align: 0.0 1.0;
20038                image.normal: "00_input_bg.png";
20039                image.border: 4 4 4 4; // TODO: handle this?
20040                image.border_scale: 1;
20041             }
20042          }
20043          part { name: "elm.icon.3";
20044             clip_to: "disclip";
20045             type: SWALLOW;
20046             scale: 1;
20047             description { state: "default" 0.0;
20048                rel1.to: "elm.icon3.bg";
20049                rel2.to: "elm.icon3.bg";
20050                align: 0.5 0.5;
20051             }
20052          }
20053          part { name: "elm.padding.icon4.left";
20054             clip_to: "disclip";
20055             type: RECT;
20056             scale: 1;
20057             description { state: "default" 0.0;
20058                min: GENLIST_ICON_SMALL_SIZE 0;
20059                fixed: 1 0;
20060                rel1 {
20061                   relative: 1.0 0.0;
20062                   to_x: "elm.icon3.bg";
20063                   to_y: "elm.padding.bottom";
20064                }
20065                rel2 {
20066                   relative: 1.0 0.0;
20067                   to_x: "elm.icon3.bg";
20068                   to_y: "elm.padding.bottom";
20069                }
20070                align: 0.0 1.0;
20071                visible: 0;
20072             }
20073          }
20074          part { name: "elm.icon4.bg";
20075             clip_to: "disclip";
20076             type: IMAGE;
20077             scale: 1;
20078             description { state: "default" 0.0;
20079                min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
20080                fixed: 1 1;
20081                rel1 {
20082                   relative: 1.0 0.0;
20083                   to_x: "elm.padding.icon4.left";
20084                   to_y: "elm.padding.bottom";
20085                }
20086                rel2 {
20087                   relative: 1.0 0.0;
20088                   to_x: "elm.padding.icon4.left";
20089                   to_y: "elm.padding.bottom";
20090                }
20091                align: 0.0 1.0;
20092                image.normal: "00_input_bg.png";
20093                image.border: 4 4 4 4; // TODO: check this out
20094                image.border_scale: 1;
20095             }
20096          }
20097          part { name: "elm.icon.4";
20098             clip_to: "disclip";
20099             type: SWALLOW;
20100             scale: 1;
20101             description { state: "default" 0.0;
20102                rel1.to: "elm.icon4.bg";
20103                rel2.to: "elm.icon4.bg";
20104                align: 0.5 0.5;
20105             }
20106          }
20107          GENLIST_PART_DISCLIP
20108       }
20109       programs {
20110          // signal: elm,state,%s,active
20111          //   a "check" item named %s went active
20112          // signal: elm,state,%s,passive
20113          //   a "check" item named %s went passive
20114          // default is passive
20115          /*program { name: "go_active";
20116             signal: "elm,state,selected";
20117             source: "elm";
20118             action: STATE_SET "selected" 0.0;
20119             target: "bg_image";
20120             target: "elm.text.1";
20121             target: "elm.text.2";
20122          }
20123          program { name: "go_passive";
20124             signal: "elm,state,unselected";
20125             source: "elm";
20126             action: STATE_SET "default" 0.0;
20127             target: "bg_image";
20128             target: "elm.text.1";
20129             target: "elm.text.2";
20130             transition: LINEAR 0.1;
20131          }*/
20132          program { name: "go_disabled";
20133             signal: "elm,state,disabled";
20134             source: "elm";
20135             action: STATE_SET "disabled" 0.0;
20136             target: "disclip";
20137          }
20138          program { name: "go_enabled";
20139             signal: "elm,state,enabled";
20140             source: "elm";
20141             action: STATE_SET "default" 0.0;
20142             target: "disclip";
20143          }
20144       }
20145    }
20146
20147    group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
20148       alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
20149       alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
20150       alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
20151       alias: "elm/layout/dialogue/2text.2icon.4";
20152       data.item: "stacking" "above";
20153       data.item: "selectraise" "on";
20154       data.item: "texts" "elm.text.1 elm.text.2";
20155       data.item: "contents" "elm.icon.1 elm.icon.2";
20156       data.item: "flips" "elm.flip.content";
20157       images {
20158          image: "00_list_bar_press_1x80.png" COMP;
20159       }
20160       parts {
20161          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20162          GENLIST_PART_DIALOGUE_BG_IMAGE
20163          GENLIST_PART_BOTTOM_LINE
20164          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20165          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20166          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20167          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20168          GENLIST_PART_DIALOGUE_ITEM
20169          GENLIST_PART_DIALOGUE_RIGHT_LINE
20170          part { name: "elm.icon.1";
20171             clip_to: "disclip";
20172             type: SWALLOW;
20173             scale: 1;
20174             description { state: "default" 0.0;
20175                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20176                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20177                fixed: 1 1;
20178                rel1 {
20179                   relative: 1.0 1.0;
20180                   to_x: "elm.padding.left";
20181                   to_y: "elm.text.1";
20182                }
20183                rel2 {
20184                   relative: 1.0 0.0;
20185                   to_x: "elm.padding.left";
20186                   to_y: "elm.padding.bottom";
20187                }
20188                align: 0.0 0.5;
20189             }
20190             GENLIST_DESCRIPTION_FLIP_ENABLED
20191          }
20192          part { name: "elm.padding.icon1.right";
20193             clip_to: "disclip";
20194             type: RECT;
20195             scale: 1;
20196             description { state: "default" 0.0;
20197                min: GENLIST_PADDING_16_INC 0;
20198                fixed: 1 0;
20199                rel1 {
20200                   relative: 1.0 0.0;
20201                   to_x: "elm.icon.1";
20202                }
20203                rel2.to_x: "elm.icon.1";
20204                align: 0.0 0.0;
20205                visible: 0;
20206             }
20207          }
20208          part { name: "elm.icon.2";
20209             clip_to: "disclip";
20210             type: SWALLOW;
20211             scale: 1;
20212             description { state: "default" 0.0;
20213                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20214                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20215                fixed: 1 1;
20216                rel1 {
20217                   relative: 0.0 1.0;
20218                   to_x: "elm.padding.right";
20219                   to_y: "elm.padding.top";
20220                }
20221                rel2 {
20222                   relative: 0.0 1.0;
20223                   to_x: "elm.padding.right";
20224                   to_y: "elm.text.1";
20225                }
20226                align: 1.0 0.5;
20227             }
20228             GENLIST_DESCRIPTION_FLIP_ENABLED
20229          }
20230          part { name: "elm.padding.icon2.left";
20231             clip_to: "disclip";
20232             type: RECT;
20233             scale: 1;
20234             description { state: "default" 0.0;
20235                min: GENLIST_PADDING_16_INC 0;
20236                fixed: 1 0;
20237                rel1 {
20238                   relative: 0.0 0.0;
20239                   to_x: "elm.icon.2";
20240                }
20241                rel2.to_x: "elm.icon.2";
20242                align: 1.0 0.0;
20243                visible: 0;
20244             }
20245          }
20246          part { name: "elm.text.1";
20247             clip_to: "disclip";
20248             type: TEXT;
20249             mouse_events: 0;
20250             scale: 1;
20251             description { state: "default" 0.0;
20252                min: 0 GENLIST_SIZE_61_INC;
20253                fixed: 0 1;
20254                rel1 {
20255                   relative: 1.0 1.0;
20256                   to_x: "elm.padding.left";
20257                   to_y: "elm.padding.top";
20258                }
20259                rel2 {
20260                   relative: 0.0 1.0;
20261                   to_x: "elm.padding.icon2.left";
20262                   to_y: "elm.padding.top";
20263                }
20264                align: 0.0 0.0;
20265                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
20266                text {
20267                   font: "SLP:style=Roman";
20268                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
20269                   min: 0 1;
20270                   align: 0.0 0.5;
20271                   text_class: "list_item";
20272                }
20273             }
20274             description { state: "selected" 0.0;
20275                inherit: "default" 0.0;
20276                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20277             }
20278             GENLIST_DESCRIPTION_FLIP_ENABLED
20279          }
20280          part { name: "elm.text.2";
20281             clip_to: "disclip";
20282             type: TEXT;
20283             mouse_events: 0;
20284             scale: 1;
20285             description { state: "default" 0.0;
20286                rel1 {
20287                   relative: 1.0 1.0;
20288                   to_x: "elm.padding.icon1.right";
20289                   to_y: "elm.text.1";
20290                }
20291                rel2 {
20292                   relative: 0.0 0.0;
20293                   to_x: "elm.padding.right";
20294                   to_y: "elm.padding.bottom";
20295                }
20296                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
20297                text {
20298                   font: "SLP:style=Medium";
20299                   size: GENLIST_FONT_32_INC;
20300                   min: 0 1;
20301                   align: 0.0 0.5;
20302                   text_class: "slp_medium";
20303                }
20304             }
20305             description { state: "selected" 0.0;
20306                inherit: "default" 0.0;
20307                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20308             }
20309             GENLIST_DESCRIPTION_FLIP_ENABLED
20310          }
20311          GENLIST_PART_FLIP
20312          GENLIST_PART_DISCLIP
20313       }
20314       programs {
20315          // signal: elm,state,%s,active
20316          //   a "check" item named %s went active
20317          // signal: elm,state,%s,passive
20318          //   a "check" item named %s went passive
20319          // default is passive
20320          program { name: "go_active";
20321             signal: "elm,state,selected";
20322             source: "elm";
20323             action: STATE_SET "selected" 0.0;
20324             target: "bg_image";
20325             target: "elm.text.1";
20326             target: "elm.text.2";
20327             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20328          }
20329          program { name: "go_passive";
20330             signal: "elm,state,unselected";
20331             source: "elm";
20332             action: STATE_SET "default" 0.0;
20333             target: "bg_image";
20334             target: "elm.text.1";
20335             target: "elm.text.2";
20336             transition: LINEAR 0.1;
20337          }
20338          program { name: "go_disabled";
20339             signal: "elm,state,disabled";
20340             source: "elm";
20341             action: STATE_SET "disabled" 0.0;
20342             target: "disclip";
20343          }
20344          program { name: "go_enabled";
20345             signal: "elm,state,enabled";
20346             source: "elm";
20347             action: STATE_SET "default" 0.0;
20348             target: "disclip";
20349          }
20350          GENLIST_PROGRAM_FLIP_2TEXT_2ICON
20351          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20352       }
20353    }
20354
20355    group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
20356       alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
20357       alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
20358       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
20359       alias: "elm/layout/dialogue/2text.1icon.6";
20360       data.item: "stacking" "above";
20361       data.item: "selectraise" "on";
20362       data.item: "texts" "elm.text.1 elm.text.2";
20363       data.item: "contents" "elm.icon";
20364       data.item: "flips" "elm.flip.content";
20365       parts {
20366          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20367          GENLIST_PART_DIALOGUE_BG_IMAGE
20368          GENLIST_PART_BOTTOM_LINE
20369          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20370          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
20371          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20372          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20373          GENLIST_PART_DIALOGUE_ITEM
20374          GENLIST_PART_DIALOGUE_RIGHT_LINE
20375          part { name: "elm.icon";
20376             clip_to: "disclip";
20377             type: SWALLOW;
20378             scale: 1;
20379             description { state: "default" 0.0;
20380                fixed: 1 1;
20381                rel1.to_x: "elm.padding.right";
20382                rel2 {
20383                   relative: 0.0 1.0;
20384                   to_x: "elm.padding.right";
20385                }
20386                align: 1.0 0.5;
20387             }
20388             GENLIST_DESCRIPTION_FLIP_ENABLED
20389          }
20390          part { name: "elm.padding.icon.left";
20391             clip_to: "disclip";
20392             type: RECT;
20393             scale: 1;
20394             description { state: "default" 0.0;
20395                min: GENLIST_SIZE_16_INC 0;
20396                fixed: 1 0;
20397                rel1.to_x: "elm.icon";
20398                rel2 {
20399                   relative: 0.0 1.0;
20400                   to_x: "elm.icon";
20401                }
20402                align: 1.0 0.0;
20403                visible: 0;
20404             }
20405          }
20406          part { name: "elm.text.1";
20407             clip_to: "disclip";
20408             type: TEXT;
20409             mouse_events: 0;
20410             scale: 1;
20411             description { state: "default" 0.0;
20412                min: 0 GENLIST_SIZE_61_INC;
20413                fixed: 0 1;
20414                rel1 {
20415                   relative: 1.0 1.0;
20416                   to_x: "elm.padding.left";
20417                   to_y: "elm.padding.top";
20418                }
20419                rel2 {
20420                   relative: 0.0 1.0;
20421                   to_x: "elm.padding.icon.left";
20422                   to_y: "elm.padding.top";
20423                }
20424                align: 0.0 0.0;
20425                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
20426                text {
20427                   font: "SLP:style=Roman";
20428                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
20429                   min: 0 1;
20430                   align: 0.0 0.5;
20431                   text_class: "list_item";
20432                }
20433             }
20434             description { state: "selected" 0.0;
20435                inherit: "default" 0.0;
20436                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20437             }
20438             GENLIST_DESCRIPTION_FLIP_ENABLED
20439          }
20440          part { name: "elm.text.2";
20441             clip_to: "disclip";
20442             type: TEXT;
20443             mouse_events: 0;
20444             scale: 1;
20445             description { state: "default" 0.0;
20446                rel1 {
20447                   relative: 1.0 1.0;
20448                   to_x: "elm.padding.left";
20449                   to_y: "elm.text.1";
20450                }
20451                rel2 {
20452                   relative: 0.0 0.0;
20453                   to_x: "elm.padding.icon.left";
20454                   to_y: "elm.padding.bottom";
20455                }
20456                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
20457                text {
20458                   font: "SLP:style=Medium";
20459                   size: GENLIST_FONT_32_INC;
20460                   min: 0 1;
20461                   align: 0.0 0.5;
20462                   text_class: "slp_medium";
20463                }
20464             }
20465             description { state: "selected" 0.0;
20466                inherit: "default" 0.0;
20467                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20468             }
20469             GENLIST_DESCRIPTION_FLIP_ENABLED
20470          }
20471          GENLIST_PART_FLIP
20472          GENLIST_PART_DISCLIP
20473       }
20474       programs {
20475          // signal: elm,state,%s,active
20476          //   a "check" item named %s went active
20477          // signal: elm,state,%s,passive
20478          //   a "check" item named %s went passive
20479          // default is passive
20480          program { name: "go_active";
20481             signal: "elm,state,selected";
20482             source: "elm";
20483             action: STATE_SET "selected" 0.0;
20484             target: "bg_image";
20485             target: "elm.text.1";
20486             target: "elm.text.2";
20487             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20488          }
20489          program { name: "go_passive";
20490             signal: "elm,state,unselected";
20491             source: "elm";
20492             action: STATE_SET "default" 0.0;
20493             target: "bg_image";
20494             target: "elm.text.1";
20495             target: "elm.text.2";
20496             transition: LINEAR 0.1;
20497          }
20498          program { name: "go_disabled";
20499             signal: "elm,state,disabled";
20500             source: "elm";
20501             action: STATE_SET "disabled" 0.0;
20502             target: "disclip";
20503          }
20504          program { name: "go_enabled";
20505             signal: "elm,state,enabled";
20506             source: "elm";
20507             action: STATE_SET "default" 0.0;
20508             target: "disclip";
20509          }
20510          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20511          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20512       }
20513    }
20514
20515    group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
20516       alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
20517       alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
20518       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
20519       alias: "elm/layout/dialogue/2text.1icon.7";
20520       data.item: "stacking" "above";
20521       data.item: "selectraise" "on";
20522       data.item: "texts" "elm.text.1 elm.text.2";
20523       data.item: "contents" "elm.icon";
20524       data.item: "flips" "elm.flip.content";
20525       parts {
20526          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20527          GENLIST_PART_DIALOGUE_BG_IMAGE
20528          GENLIST_PART_BOTTOM_LINE
20529          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20530          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20531          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20532          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20533          GENLIST_PART_DIALOGUE_ITEM
20534          GENLIST_PART_DIALOGUE_RIGHT_LINE
20535          part { name: "elm.icon";
20536             clip_to: "disclip";
20537             type: SWALLOW;
20538             scale: 1;
20539             description { state: "default" 0.0;
20540                min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
20541                max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
20542                fixed: 1 1;
20543                rel1 {
20544                   relative: 0.0 1.0;
20545                   to_x: "elm.padding.right";
20546                   to_y: "elm.padding.top";
20547                }
20548                rel2 {
20549                   relative: 0.0 0.0;
20550                   to_x: "elm.padding.right";
20551                   to_y: "elm.padding.bottom";
20552                }
20553                align: 1.0 0.5;
20554             }
20555             GENLIST_DESCRIPTION_FLIP_ENABLED
20556          }
20557          part { name: "elm.padding.icon.left";
20558             clip_to: "disclip";
20559             type: RECT;
20560             scale: 1;
20561             description { state: "default" 0.0;
20562                min: GENLIST_SIZE_16_INC 0;
20563                fixed: 1 0;
20564                rel1.to_x: "elm.icon";
20565                rel2 {
20566                   relative: 0.0 1.0;
20567                   to_x: "elm.icon";
20568                }
20569                align: 1.0 0.0;
20570                visible: 0;
20571             }
20572          }
20573          part { name: "elm.text.1";
20574             clip_to: "disclip";
20575             type: TEXT;
20576             mouse_events: 0;
20577             scale: 1;
20578             description { state: "default" 0.0;
20579                min: 0 GENLIST_SIZE_61_INC;
20580                fixed: 0 1;
20581                rel1 {
20582                   relative: 1.0 1.0;
20583                   to_x: "elm.padding.left";
20584                   to_y: "elm.padding.top";
20585                }
20586                rel2 {
20587                   relative: 0.0 1.0;
20588                   to_x: "elm.padding.icon.left";
20589                   to_y: "elm.padding.top";
20590                }
20591                align: 0.0 0.0;
20592                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
20593                text {
20594                   font: "SLP:style=Roman";
20595                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
20596                   min: 0 1;
20597                   align: 0.0 0.5;
20598                   text_class: "list_item";
20599                }
20600             }
20601             description { state: "selected" 0.0;
20602                inherit: "default" 0.0;
20603                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20604             }
20605             GENLIST_DESCRIPTION_FLIP_ENABLED
20606          }
20607          part { name: "elm.text.2";
20608             clip_to: "disclip";
20609             type: TEXT;
20610             mouse_events: 0;
20611             scale: 1;
20612             description { state: "default" 0.0;
20613                rel1 {
20614                   relative: 1.0 1.0;
20615                   to_x: "elm.padding.left";
20616                   to_y: "elm.text.1";
20617                }
20618                rel2 {
20619                   relative: 0.0 0.0;
20620                   to_x: "elm.padding.icon.left";
20621                   to_y: "elm.padding.bottom";
20622                }
20623                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
20624                text {
20625                   font: "SLP:style=Medium";
20626                   size: GENLIST_FONT_32_INC;
20627                   min: 0 1;
20628                   align: 0.0 0.5;
20629                   text_class: "slp_medium";
20630                }
20631             }
20632             description { state: "selected" 0.0;
20633                inherit: "default" 0.0;
20634                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20635             }
20636             GENLIST_DESCRIPTION_FLIP_ENABLED
20637          }
20638          GENLIST_PART_FLIP
20639          GENLIST_PART_DISCLIP
20640       }
20641       programs {
20642          // signal: elm,state,%s,active
20643          //   a "check" item named %s went active
20644          // signal: elm,state,%s,passive
20645          //   a "check" item named %s went passive
20646          // default is passive
20647          program { name: "go_active";
20648             signal: "elm,state,selected";
20649             source: "elm";
20650             action: STATE_SET "selected" 0.0;
20651             target: "bg_image";
20652             target: "elm.text.1";
20653             target: "elm.text.2";
20654             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20655          }
20656          program { name: "go_passive";
20657             signal: "elm,state,unselected";
20658             source: "elm";
20659             action: STATE_SET "default" 0.0;
20660             target: "bg_image";
20661             target: "elm.text.1";
20662             target: "elm.text.2";
20663             transition: LINEAR 0.1;
20664          }
20665          program { name: "go_disabled";
20666             signal: "elm,state,disabled";
20667             source: "elm";
20668             action: STATE_SET "disabled" 0.0;
20669             target: "disclip";
20670          }
20671          program { name: "go_enabled";
20672             signal: "elm,state,enabled";
20673             source: "elm";
20674             action: STATE_SET "default" 0.0;
20675             target: "disclip";
20676          }
20677          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20678          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20679       }
20680    }
20681
20682    group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
20683       alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
20684       alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
20685       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
20686       alias: "elm/layout/dialogue/2text.1icon.8";
20687       data.item: "stacking" "above";
20688       data.item: "selectraise" "on";
20689       data.item: "texts" "elm.text.1 elm.text.2";
20690       data.item: "contents" "elm.icon";
20691       data.item: "flips" "elm.flip.content";
20692       images {
20693          image: "00_list_bar_press_1x80.png" COMP;
20694       }
20695       parts {
20696          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20697          GENLIST_PART_DIALOGUE_BG_IMAGE
20698          GENLIST_PART_BOTTOM_LINE
20699          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20700          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20701          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20702          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20703          GENLIST_PART_DIALOGUE_ITEM
20704          GENLIST_PART_DIALOGUE_RIGHT_LINE
20705          part { name: "elm.text.2";
20706             clip_to: "disclip";
20707             type: TEXT;
20708             mouse_events: 0;
20709             scale: 1;
20710             description { state: "default" 0.0;
20711                min: 0 GENLIST_SIZE_48_INC;
20712                fixed: 0 1;
20713                rel1 {
20714                   relative: 1.0 1.0;
20715                   to_x: "elm.padding.left";
20716                   to_y: "elm.padding.top";
20717                }
20718                rel2 {
20719                   relative: 0.0 1.0;
20720                   to_x: "elm.padding.right";
20721                   to_y: "elm.padding.top";
20722                }
20723                align: 0.0 0.0;
20724                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
20725                text {
20726                   font: "SLP:style=Medium";
20727                   size: GENLIST_FONT_32_INC;
20728                   min: 0 1;
20729                   align: 0.0 0.5;
20730                   text_class: "slp_roman";
20731                }
20732             }
20733             description { state: "selected" 0.0;
20734                inherit: "default" 0.0;
20735                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20736             }
20737             GENLIST_DESCRIPTION_FLIP_ENABLED
20738          }
20739          part { name: "elm.text.1";
20740             clip_to: "disclip";
20741             type: TEXT;
20742             mouse_events: 0;
20743             scale: 1;
20744             description { state: "default" 0.0;
20745                min: GENLIST_SIZE_672_INC 0;
20746                fixed: 1 0;
20747                rel1 {
20748                   relative: 1.0 1.0;
20749                   to_x: "elm.padding.left";
20750                   to_y: "elm.text.2";
20751                }
20752                rel2 {
20753                   relative: 1.0 0.0;
20754                   to_x: "elm.padding.left";
20755                   to_y: "elm.padding.bottom";
20756                }
20757                align: 0.0 0.5;
20758                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
20759                text {
20760                   font: "SLP:style=Roman";
20761                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
20762                   min: 1 1;
20763                   align: 0.0 0.5;
20764                   text_class: "list_item";
20765                }
20766             }
20767             description { state: "selected" 0.0;
20768                inherit: "default" 0.0;
20769                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20770             }
20771             GENLIST_DESCRIPTION_FLIP_ENABLED
20772          }
20773          part { name: "elm.padding.text1.right";
20774             clip_to: "disclip";
20775             type: RECT;
20776             scale: 1;
20777             description { state: "default" 0.0;
20778                min: GENLIST_SIZE_16_INC 0;
20779                fixed: 1 0;
20780                visible: 0;
20781                rel1 {
20782                   relative: 1.0 0.0;
20783                   to_x: "elm.text.1";
20784                }
20785                rel2.to_x: "elm.text.1";
20786                align: 0.0 0.0;
20787             }
20788          }
20789          part { name: "elm.icon";
20790             clip_to: "disclip";
20791             type: SWALLOW;
20792             scale: 1;
20793             description { state: "default" 0.0;
20794                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20795                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20796                fixed: 1 1;
20797                rel1 {
20798                   relative: 1.0 1.0;
20799                   to_x: "elm.padding.text1.right";
20800                   to_y: "elm.text.2";
20801                }
20802                rel2 {
20803                   relative: 1.0 0.0;
20804                   to_x: "elm.padding.text1.right";
20805                   to_y: "elm.padding.bottom";
20806                }
20807                align: 0.0 0.5;
20808             }
20809             GENLIST_DESCRIPTION_FLIP_ENABLED
20810          }
20811          GENLIST_PART_FLIP
20812          GENLIST_PART_DISCLIP
20813       }
20814       programs {
20815          // signal: elm,state,%s,active
20816          //   a "check" item named %s went active
20817          // signal: elm,state,%s,passive
20818          //   a "check" item named %s went passive
20819          // default is passive
20820          program { name: "go_active";
20821             signal: "elm,state,selected";
20822             source: "elm";
20823             action: STATE_SET "selected" 0.0;
20824             target: "bg_image";
20825             target: "elm.text.1";
20826             target: "elm.text.2";
20827             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
20828          }
20829          program { name: "go_passive";
20830             signal: "elm,state,unselected";
20831             source: "elm";
20832             action: STATE_SET "default" 0.0;
20833             target: "bg_image";
20834             target: "elm.text.1";
20835             target: "elm.text.2";
20836             transition: LINEAR 0.1;
20837          }
20838          program { name: "go_disabled";
20839             signal: "elm,state,disabled";
20840             source: "elm";
20841             action: STATE_SET "disabled" 0.0;
20842             target: "disclip";
20843          }
20844          program { name: "go_enabled";
20845             signal: "elm,state,enabled";
20846             source: "elm";
20847             action: STATE_SET "default" 0.0;
20848             target: "disclip";
20849          }
20850          GENLIST_PROGRAM_FLIP_2TEXT_1ICON
20851          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
20852       }
20853    }
20854
20855    // 2.4.2.19
20856    group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
20857       alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
20858       alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
20859       alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
20860       alias: "elm/layout/dialogue/2text.1icon.9";
20861       data.item: "stacking" "above";
20862       data.item: "selectraise" "on";
20863       data.item: "texts" "elm.text.1 elm.text.2";
20864       data.item: "contents" "elm.icon.1";
20865       data.item: "flips" "elm.flip.content";
20866       images {
20867          image: "00_list_bar_press_1x80.png" COMP;
20868       }
20869       parts {
20870          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
20871          GENLIST_PART_DIALOGUE_BG_IMAGE
20872          GENLIST_PART_BOTTOM_LINE
20873          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
20874          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
20875          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
20876          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
20877          GENLIST_PART_DIALOGUE_ITEM
20878          GENLIST_PART_DIALOGUE_RIGHT_LINE
20879          part { name: "elm.icon.1";
20880             clip_to: "disclip";
20881             type: SWALLOW;
20882             scale: 1;
20883             description { state: "default" 0.0;
20884                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20885                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
20886                fixed: 1 1;
20887                rel1 {
20888                   relative: 1.0 1.0;
20889                   to_x: "elm.padding.left";
20890                   to_y: "elm.text.1";
20891                }
20892                rel2 {
20893                   relative: 1.0 0.0;
20894                   to_x: "elm.padding.left";
20895                   to_y: "elm.padding.bottom";
20896                }
20897                align: 0.0 0.5;
20898             }
20899             GENLIST_DESCRIPTION_FLIP_ENABLED
20900          }
20901          part { name: "elm.padding.icon1.right";
20902             clip_to: "disclip";
20903             type: RECT;
20904             scale: 1;
20905             description { state: "default" 0.0;
20906                min: GENLIST_PADDING_16_INC 0;
20907                fixed: 1 0;
20908                rel1 {
20909                   relative: 1.0 0.0;
20910                   to_x: "elm.icon.1";
20911                }
20912                rel2.to_x: "elm.icon.1";
20913                align: 0.0 0.0;
20914                visible: 0;
20915             }
20916          }
20917          part { name: "elm.text.1";
20918             clip_to: "disclip";
20919             type: TEXT;
20920             mouse_events: 0;
20921             scale: 1;
20922             description { state: "default" 0.0;
20923                min: 0 GENLIST_SIZE_61_INC;
20924                fixed: 0 1;
20925                rel1 {
20926                   relative: 1.0 1.0;
20927                   to_x: "elm.padding.left";
20928                   to_y: "elm.padding.top";
20929                }
20930                rel2 {
20931                   relative: 0.0 1.0;
20932                   to_x: "elm.padding.right";
20933                   to_y: "elm.padding.top";
20934                }
20935                align: 0.0 0.0;
20936                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
20937                text {
20938                   font: "SLP:style=Roman";
20939                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
20940                   min: 0 1;
20941                   align: 0.0 0.5;
20942                   text_class: "list_item";
20943                }
20944             }
20945             description { state: "selected" 0.0;
20946                inherit: "default" 0.0;
20947                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20948             }
20949             GENLIST_DESCRIPTION_FLIP_ENABLED
20950          }
20951          part { name: "elm.text.2";
20952             clip_to: "disclip";
20953             type: TEXT;
20954             mouse_events: 0;
20955             scale: 1;
20956             description { state: "default" 0.0;
20957                rel1 {
20958                   relative: 1.0 1.0;
20959                   to_x: "elm.padding.icon1.right";
20960                   to_y: "elm.text.1";
20961                }
20962                rel2 {
20963                   relative: 0.0 0.0;
20964                   to_x: "elm.padding.right";
20965                   to_y: "elm.padding.bottom";
20966                }
20967                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_SETTINGS;
20968                text {
20969                   font: "SLP:style=Medium";
20970                   size: GENLIST_FONT_32_INC;
20971                   min: 0 1;
20972                   align: 0.0 0.5;
20973                   text_class: "slp_medium";
20974                }
20975             }
20976             description { state: "selected" 0.0;
20977                inherit: "default" 0.0;
20978                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
20979             }
20980             GENLIST_DESCRIPTION_FLIP_ENABLED
20981          }
20982          GENLIST_PART_FLIP
20983          GENLIST_PART_DISCLIP
20984       }
20985       programs {
20986          // signal: elm,state,%s,active
20987          //   a "check" item named %s went active
20988          // signal: elm,state,%s,passive
20989          //   a "check" item named %s went passive
20990          // default is passive
20991          program { name: "go_active";
20992             signal: "elm,state,selected";
20993             source: "elm";
20994             action: STATE_SET "selected" 0.0;
20995             target: "bg_image";
20996             target: "elm.text.1";
20997             target: "elm.text.2";
20998          }
20999          program { name: "go_passive";
21000             signal: "elm,state,unselected";
21001             source: "elm";
21002             action: STATE_SET "default" 0.0;
21003             target: "bg_image";
21004             target: "elm.text.1";
21005             target: "elm.text.2";
21006             transition: LINEAR 0.1;
21007          }
21008          program { name: "go_disabled";
21009             signal: "elm,state,disabled";
21010             source: "elm";
21011             action: STATE_SET "disabled" 0.0;
21012             target: "disclip";
21013          }
21014          program { name: "go_enabled";
21015             signal: "elm,state,enabled";
21016             source: "elm";
21017             action: STATE_SET "default" 0.0;
21018             target: "disclip";
21019          }
21020       }
21021    }
21022
21023 // 4.3.1
21024    group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
21025       alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
21026       alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
21027       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
21028       alias: "elm/layout/dialogue/bg/2text.2icon";
21029       data.item: "stacking" "above";
21030       data.item: "selectraise" "on";
21031       data.item: "texts" "elm.text.1 elm.text.2";
21032       data.item: "contents" "elm.icon.1 elm.icon.2";
21033       images {
21034           image: "00_list_thumbnail_bg.png" COMP;
21035       }
21036       parts {
21037          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
21038          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
21039          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
21040          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21041          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21042          part { name: "elm.icon1.bg";
21043             scale: 1;
21044             description { state: "default" 0.0;
21045                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
21046                fixed: 1 1;
21047                align: 0.0 0.52;
21048                rel1 {
21049                   relative: 1.0 0.5;
21050                   to_x: "elm.padding.left";
21051                }
21052                rel2 {
21053                   relative: 1.0 0.5;
21054                   to_x: "elm.padding.left";
21055                }
21056                image {
21057                   normal: "00_list_thumbnail_bg.png";
21058                   border: 1 1 1 1;
21059                   border_scale: 1;
21060                   middle: NONE;
21061                }
21062             }
21063          }
21064          part { name: "elm.icon.1";
21065             type: SWALLOW;
21066             description { state: "default" 0.0;
21067                rel1.to: "elm.icon1.bg";
21068                rel2.to: "elm.icon1.bg";
21069             }
21070          }
21071          part { name: "elm.padding.icon1.right";
21072             type: RECT;
21073             mouse_events: 0;
21074             scale: 1;
21075             description { state: "default" 0.0;
21076                min: GENLIST_PADDING_24_INC 0;
21077                fixed: 1 0;
21078                rel1 {
21079                    relative: 1.0 0.0;
21080                    to_x: "elm.icon1.bg";
21081                }
21082                rel2.to_x: "elm.icon1.bg";
21083                visible: 0;
21084                align: 0.0 0.5;
21085             }
21086          }
21087          part { name: "elm.icon.2";
21088             type: SWALLOW;
21089             scale: 1;
21090             description { state: "default" 0.0;
21091                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21092                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21093                fixed: 1 1;
21094                rel1 {
21095                   relative: 0.0 0.5;
21096                   to_x: "elm.padding.right";
21097                }
21098                rel2 {
21099                   relative: 0.0 0.5;
21100                   to_x: "elm.padding.right";
21101                }
21102                align: 1.0 0.5;
21103             }
21104          }
21105          part { name: "elm.padding.icon2.right";
21106             type: RECT;
21107             mouse_events: 0;
21108             scale: 1;
21109             description { state: "default" 0.0;
21110                min: GENLIST_PADDING_16_INC 0;
21111                fixed: 1 0;
21112                rel1.to_x: "elm.icon.2";
21113                rel2 {
21114                   relative: 0.0 1.0;
21115                   to_x: "elm.icon.2";
21116                }
21117                rel2.to_x: "elm.icon.2";
21118                visible: 0;
21119                align: 1.0 0.5;
21120             }
21121          }
21122          part { name: "elm.text.1";
21123             clip_to: "disclip";
21124             type: TEXT;
21125             mouse_events: 0;
21126             scale: 1;
21127             description { state: "default" 0.0;
21128                min: 0 GENLIST_SIZE_54_INC;
21129                fixed: 0 1;
21130                align: 0 0;
21131                rel1 {
21132                   relative: 1.0 1.0;
21133                   to_x: "elm.padding.icon1.right";
21134                   to_y: "elm.padding.top";
21135                }
21136                rel2 {
21137                   relative: 0.0 1.0;
21138                   to_x: "elm.padding.icon2.right";
21139                   to_y: "elm.padding.top";
21140                }
21141                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
21142                text {
21143                   font: "SLP:style=Roman";
21144                   size: GENLIST_FONT_48_INC;
21145                   align: 0.0 0.5;
21146                   text_class: "list_item";
21147                }
21148             }
21149          }
21150          part { name: "elm.padding.text.1.bottom";
21151             type: RECT;
21152             mouse_events: 0;
21153             scale: 1;
21154             description { state: "default" 0.0;
21155                min: 0 GENLIST_PADDING_8_INC;
21156                fixed: 0 1;
21157                rel1 {
21158                    relative: 0.0 1.0;
21159                    to_y: "elm.text.1";
21160                }
21161                rel2.to_y: "elm.text.1";
21162                visible: 0;
21163                align: 0.0 0.0;
21164             }
21165          }
21166          part { name: "elm.text.2";
21167             clip_to: "disclip";
21168             type: TEXT;
21169             mouse_events: 0;
21170             scale: 1;
21171             description { state: "default" 0.0;
21172                rel1 {
21173                   relative: 1.0 1.0;
21174                   to_x: "elm.padding.icon1.right";
21175                   to_y: "elm.padding.text.1.bottom";
21176                }
21177                rel2 {
21178                   relative: 0.0 0.0;
21179                   to_x: "elm.padding.icon2.right";
21180                   to_y: "elm.padding.bottom";
21181                }
21182                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21183                text {
21184                   font: "SLP:style=Medium";
21185                   size: GENLIST_FONT_32_INC;
21186                   align: 0.0 0.5;
21187                   text_class: "slp_medium";
21188                }
21189             }
21190          }
21191          GENLIST_PART_DISCLIP
21192       }
21193       programs {
21194          // signal: elm,state,%s,active
21195          //   a "check" item named %s went active
21196          // signal: elm,state,%s,passive
21197          //   a "check" item named %s went passive
21198          // default is passive
21199          /*program { name: "go_active";
21200             signal: "elm,state,selected";
21201             source: "elm";
21202             action: STATE_SET "selected" 0.0;
21203             target: "elm.text";
21204             target: "elm.text.sub";
21205          }
21206          program { name: "go_passive";
21207             signal: "elm,state,unselected";
21208             source: "elm";
21209             action: STATE_SET "default" 0.0;
21210             target: "elm.text";
21211             target: "elm.text.sub";
21212             transition: LINEAR 0.1;
21213          }*/
21214          program { name: "go_disabled";
21215             signal: "elm,state,disabled";
21216             source: "elm";
21217             action: STATE_SET "disabled" 0.0;
21218             target: "disclip";
21219          }
21220          program { name: "go_enabled";
21221             signal: "elm,state,enabled";
21222             source: "elm";
21223             action: STATE_SET "default" 0.0;
21224             target: "disclip";
21225          }
21226       }
21227    }
21228
21229 // 4.3.2
21230    group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
21231       alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
21232       alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
21233       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
21234       alias: "elm/layout/dialogue/bg/3text.2icon";
21235       data.item: "stacking" "above";
21236       data.item: "selectraise" "on";
21237       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
21238       data.item: "contents" "elm.icon.1 elm.icon.2";
21239       images {
21240           image: "00_list_thumbnail_bg.png" COMP;
21241       }
21242       parts {
21243          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
21244          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
21245          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
21246          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21247          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21248          part { name: "elm.icon1.bg";
21249             scale: 1;
21250             description { state: "default" 0.0;
21251                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
21252                fixed: 1 1;
21253                align: 0.0 0.52;
21254                rel1 {
21255                   relative: 1.0 0.5;
21256                   to_x: "elm.padding.left";
21257                }
21258                rel2 {
21259                   relative: 1.0 0.5;
21260                   to_x: "elm.padding.left";
21261                }
21262                image {
21263                   normal: "00_list_thumbnail_bg.png";
21264                   border: 1 1 1 1;
21265                   border_scale: 1;
21266                   middle: NONE;
21267                }
21268             }
21269          }
21270          part { name: "elm.icon.1";
21271             type: SWALLOW;
21272             description { state: "default" 0.0;
21273                rel1.to: "elm.icon1.bg";
21274                rel2.to: "elm.icon1.bg";
21275             }
21276          }
21277          part { name: "elm.padding.icon1.right";
21278             type: RECT;
21279             mouse_events: 0;
21280             scale: 1;
21281             description { state: "default" 0.0;
21282                min: GENLIST_PADDING_24_INC 0;
21283                fixed: 1 0;
21284                rel1 {
21285                    relative: 1.0 0.0;
21286                    to_x: "elm.icon1.bg";
21287                }
21288                rel2.to_x: "elm.icon1.bg";
21289                visible: 0;
21290                align: 0.0 0.5;
21291             }
21292          }
21293          part { name: "elm.icon.2";
21294             type: SWALLOW;
21295             scale: 1;
21296             description { state: "default" 0.0;
21297                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21298                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
21299                fixed: 1 1;
21300                rel1 {
21301                   relative: 0.0 0.5;
21302                   to_x: "elm.padding.right";
21303                }
21304                rel2 {
21305                   relative: 0.0 0.5;
21306                   to_x: "elm.padding.right";
21307                }
21308                align: 1.0 0.5;
21309             }
21310          }
21311          part { name: "elm.padding.icon2.right";
21312             type: RECT;
21313             mouse_events: 0;
21314             scale: 1;
21315             description { state: "default" 0.0;
21316                min: GENLIST_PADDING_16_INC 0;
21317                fixed: 1 0;
21318                rel1.to_x: "elm.icon.2";
21319                rel2 {
21320                   relative: 0.0 1.0;
21321                   to_x: "elm.icon.2";
21322                }
21323                rel2.to_x: "elm.icon.2";
21324                visible: 0;
21325                align: 1.0 0.5;
21326             }
21327          }
21328          part { name: "elm.text.1";
21329             clip_to: "disclip";
21330             type: TEXT;
21331             mouse_events: 0;
21332             scale: 1;
21333             description { state: "default" 0.0;
21334                min: 0 GENLIST_SIZE_54_INC;
21335                fixed: 0 1;
21336                align: 0 0;
21337                rel1 {
21338                   relative: 1.0 1.0;
21339                   to_x: "elm.padding.icon1.right";
21340                   to_y: "elm.padding.top";
21341                }
21342                rel2 {
21343                   relative: 0.0 1.0;
21344                   to_x: "elm.padding.icon2.right";
21345                   to_y: "elm.padding.top";
21346                }
21347                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
21348                text {
21349                   font: "SLP:style=Roman";
21350                   size: GENLIST_FONT_48_INC;
21351                   align: 0.0 0.5;
21352                   text_class: "list_item";
21353                }
21354             }
21355          }
21356          part { name: "elm.padding.text.1.bottom";
21357             type: RECT;
21358             mouse_events: 0;
21359             scale: 1;
21360             description { state: "default" 0.0;
21361                min: 0 GENLIST_PADDING_8_INC;
21362                fixed: 0 1;
21363                rel1 {
21364                    relative: 0.0 1.0;
21365                    to_y: "elm.text.1";
21366                }
21367                rel2.to_y: "elm.text.1";
21368                visible: 0;
21369                align: 0.0 0.0;
21370             }
21371          }
21372          part { name: "elm.text.2";
21373             clip_to: "disclip";
21374             type: TEXT;
21375             mouse_events: 0;
21376             scale: 1;
21377             description { state: "default" 0.0;
21378                rel1 {
21379                   relative: 1.0 1.0;
21380                   to_x: "elm.padding.icon1.right";
21381                   to_y: "elm.padding.text.1.bottom";
21382                }
21383                rel2 {
21384                   relative: 0.0 0.0;
21385                   to_x: "elm.padding.icon2.right";
21386                   to_y: "elm.text.3";
21387                }
21388                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21389                text {
21390                   font: "SLP:style=Medium";
21391                   size: GENLIST_FONT_32_INC;
21392                   align: 0.0 0.5;
21393                   text_class: "slp_medium";
21394                }
21395             }
21396          }
21397          part { name: "elm.text.3";
21398             clip_to: "disclip";
21399             type: TEXT;
21400             mouse_events: 0;
21401             scale: 1;
21402             description { state: "default" 0.0;
21403                min: 0 GENLIST_ICON_SMALL_SIZE;
21404                fixed: 0 1;
21405                align: 0 1;
21406                rel1 {
21407                   relative: 1.0 0.0;
21408                   to_x: "elm.padding.icon1.right";
21409                   to_y: "elm.padding.bottom";
21410                }
21411                rel2 {
21412                   relative: 0.0 0.0;
21413                   to_x: "elm.padding.icon2.right";
21414                   to_y: "elm.padding.bottom";
21415                }
21416                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
21417                text {
21418                   font: "SLP:style=Medium";
21419                   size: GENLIST_FONT_32_INC;
21420                   align: 0.0 0.5;
21421                   text_class: "slp_medium";
21422                }
21423             }
21424          }
21425          GENLIST_PART_DISCLIP
21426       }
21427       programs {
21428          // signal: elm,state,%s,active
21429          //   a "check" item named %s went active
21430          // signal: elm,state,%s,passive
21431          //   a "check" item named %s went passive
21432          // default is passive
21433          /*program { name: "go_active";
21434             signal: "elm,state,selected";
21435             source: "elm";
21436             action: STATE_SET "selected" 0.0;
21437             target: "elm.text";
21438             target: "elm.text.sub";
21439          }
21440          program { name: "go_passive";
21441             signal: "elm,state,unselected";
21442             source: "elm";
21443             action: STATE_SET "default" 0.0;
21444             target: "elm.text";
21445             target: "elm.text.sub";
21446             transition: LINEAR 0.1;
21447          }*/
21448          program { name: "go_disabled";
21449             signal: "elm,state,disabled";
21450             source: "elm";
21451             action: STATE_SET "disabled" 0.0;
21452             target: "disclip";
21453          }
21454          program { name: "go_enabled";
21455             signal: "elm,state,enabled";
21456             source: "elm";
21457             action: STATE_SET "default" 0.0;
21458             target: "disclip";
21459          }
21460       }
21461    }
21462
21463 // 4.3.3
21464    group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
21465       alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
21466       alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
21467       alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
21468       alias: "elm/layout/dialogue/bg/5text.2icon";
21469       data.item: "stacking" "above";
21470       data.item: "selectraise" "on";
21471       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
21472       data.item: "contents" "elm.icon.1 elm.icon.2";
21473       images {
21474           image: "00_list_thumbnail_bg.png" COMP;
21475       }
21476       parts {
21477          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
21478          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
21479          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
21480          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
21481          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21482          part { name: "elm.icon1.bg";
21483             scale: 1;
21484             description { state: "default" 0.0;
21485                min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
21486                fixed: 1 1;
21487                align: 0.0 0.5;
21488                rel1 {
21489                   relative: 1.0 0.5;
21490                   to_x: "elm.padding.left";
21491                }
21492                rel2 {
21493                   relative: 1.0 0.5;
21494                   to_x: "elm.padding.left";
21495                }
21496                image {
21497                   normal: "00_list_thumbnail_bg.png";
21498                   border: 1 1 1 1;
21499                   border_scale: 1;
21500                   middle: NONE;
21501                }
21502             }
21503          }
21504          part { name: "elm.icon.1";
21505             type: SWALLOW;
21506             description { state: "default" 0.0;
21507                rel1.to: "elm.icon1.bg";
21508                rel2.to: "elm.icon1.bg";
21509             }
21510          }
21511          part { name: "elm.padding.icon1.right";
21512             type: RECT;
21513             mouse_events: 0;
21514             scale: 1;
21515             description { state: "default" 0.0;
21516                min: GENLIST_PADDING_16_INC 0;
21517                fixed: 1 0;
21518                rel1 {
21519                    relative: 1.0 0.0;
21520                    to_x: "elm.icon1.bg";
21521                }
21522                rel2.to_x: "elm.icon1.bg";
21523                visible: 0;
21524                align: 0.0 0.5;
21525             }
21526          }
21527          part { name: "elm.text.1";
21528             clip_to: "disclip";
21529             type: TEXT;
21530             mouse_events: 0;
21531             scale: 1;
21532             description { state: "default" 0.0;
21533                min: 0 GENLIST_SIZE_38_INC;
21534                fixed: 0 1;
21535                rel1 {
21536                   relative: 1.0 1.0;
21537                   to_x: "elm.padding.icon1.right";
21538                   to_y: "elm.padding.top";
21539                }
21540                rel2 {
21541                   relative: 0.0 1.0;
21542                   to_x: "elm.padding.right";
21543                   to_y: "elm.padding.top";
21544                }
21545                align: 0.0 0.0;
21546                color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
21547                text {
21548                   font: "SLP:style=Medium";
21549                   size: GENLIST_FONT_32_INC;
21550                   align: 0.0 0.5;
21551                   text_class: "list_item";
21552                }
21553             }
21554          }
21555          part { name: "elm.text.2";
21556             clip_to: "disclip";
21557             type: TEXT;
21558             mouse_events: 0;
21559             scale: 1;
21560             description { state: "default" 0.0;
21561                min: 0 GENLIST_SIZE_38_INC;
21562                fixed: 0 1;
21563                rel1 {
21564                   relative: 1.0 1.0;
21565                   to_x: "elm.padding.icon1.right";
21566                   to_y: "elm.text.1";
21567                }
21568                rel2 {
21569                   relative: 0.0 1.0;
21570                   to_x: "elm.padding.right";
21571                   to_y: "elm.text.1";
21572                }
21573                align: 0.0 0.0;
21574                color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
21575                text {
21576                   font: "SLP:style=Medium";
21577                   size: GENLIST_FONT_28_INC;
21578                   align: 0.0 0.5;
21579                   text_class: "slp_medium";
21580                }
21581             }
21582          }
21583          part { name: "elm.icon.2";
21584             clip_to: "disclip";
21585             type: SWALLOW;
21586             mouse_events: 0;
21587             scale: 1;
21588             description { state: "default" 0.0;
21589                fixed: 1 1;
21590                rel1 {
21591                   relative: 1.0 0.0;
21592                   to_x: "elm.padding.icon1.right";
21593                   to_y: "elm.text.3";
21594                }
21595                rel2 {
21596                   relative: 1.0 1.0;
21597                   to_x: "elm.padding.icon1.right";
21598                   to_y: "elm.text.3";
21599                }
21600                align: 0.0 0.5;
21601             }
21602          }
21603          part { name: "elm.padding.icon2.right";
21604             type: RECT;
21605             mouse_events: 0;
21606             scale: 1;
21607             description { state: "default" 0.0;
21608                min: GENLIST_PADDING_16_INC 0;
21609                fixed: 1 0;
21610                rel1 {
21611                    relative: 1.0 0.0;
21612                    to_x: "elm.icon.2";
21613                }
21614                rel2.to_x: "elm.icon.2";
21615                visible: 0;
21616                align: 0.0 0.5;
21617             }
21618          }
21619          part { name: "elm.text.3";
21620             clip_to: "disclip";
21621             type: TEXT;
21622             mouse_events: 0;
21623             scale: 1;
21624             description { state: "default" 0.0;
21625                min: 0 GENLIST_SIZE_38_INC;
21626                fixed: 0 1;
21627                rel1 {
21628                   relative: 1.0 1.0;
21629                   to_x: "elm.padding.icon2.right";
21630                   to_y: "elm.text.2";
21631                }
21632                rel2 {
21633                   relative: 0.0 1.0;
21634                   to_x: "elm.padding.right";
21635                   to_y: "elm.text.2";
21636                }
21637                align: 0.0 0.0;
21638                color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
21639                text {
21640                   font: "SLP:style=Medium";
21641                   size: GENLIST_FONT_28_INC;
21642                   align: 0.0 0.5;
21643                   text_class: "slp_medium";
21644                }
21645             }
21646          }
21647          part { name: "elm.text.4";
21648             clip_to: "disclip";
21649             type: TEXT;
21650             mouse_events: 0;
21651             scale: 1;
21652             description { state: "default" 0.0;
21653                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
21654                fixed: 1 1;
21655                align: 0 1;
21656                rel1 {
21657                   relative: 1.0 0.0;
21658                   to_x: "elm.padding.icon1.right";
21659                   to_y: "elm.padding.bottom";
21660                }
21661                rel2 {
21662                   relative: 1.0 0.0;
21663                   to_x: "elm.padding.icon1.right";
21664                   to_y: "elm.padding.bottom";
21665                }
21666                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
21667                text {
21668                   font: "SLP:style=Medium";
21669                   size: GENLIST_FONT_28_INC;
21670                   align: 0.0 0.5;
21671                   text_class: "slp_medium";
21672                }
21673             }
21674          }
21675          part { name: "elm.padding.text4.right";
21676             type: RECT;
21677             mouse_events: 0;
21678             scale: 1;
21679             description { state: "default" 0.0;
21680                min: GENLIST_PADDING_16_INC 0;
21681                fixed: 1 0;
21682                rel1 {
21683                    relative: 1.0 0.0;
21684                    to_x: "elm.text.4";
21685                }
21686                rel2.to_x: "elm.text.4";
21687                visible: 0;
21688                align: 0.0 0.5;
21689             }
21690          }
21691          part { name: "elm.text.5";
21692             clip_to: "disclip";
21693             type: TEXT;
21694             mouse_events: 0;
21695             scale: 1;
21696             description { state: "default" 0.0;
21697                min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
21698                fixed: 1 1;
21699                align: 0 1;
21700                rel1 {
21701                   relative: 1.0 0.0;
21702                   to_x: "elm.padding.text4.right";
21703                   to_y: "elm.padding.bottom";
21704                }
21705                rel2 {
21706                   relative: 1.0 0.0;
21707                   to_x: "elm.padding.text4.right";
21708                   to_y: "elm.padding.bottom";
21709                }
21710                color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
21711                text {
21712                   font: "SLP:style=Medium";
21713                   size: GENLIST_FONT_28_INC;
21714                   align: 0.0 0.5;
21715                   text_class: "slp_medium";
21716                }
21717             }
21718          }
21719          GENLIST_PART_DISCLIP
21720       }
21721       programs {
21722          // signal: elm,state,%s,active
21723          //   a "check" item named %s went active
21724          // signal: elm,state,%s,passive
21725          //   a "check" item named %s went passive
21726          // default is passive
21727          /*program { name: "go_active";
21728             signal: "elm,state,selected";
21729             source: "elm";
21730             action: STATE_SET "selected" 0.0;
21731             target: "elm.text";
21732             target: "elm.text.sub";
21733          }
21734          program { name: "go_passive";
21735             signal: "elm,state,unselected";
21736             source: "elm";
21737             action: STATE_SET "default" 0.0;
21738             target: "elm.text";
21739             target: "elm.text.sub";
21740             transition: LINEAR 0.1;
21741          }*/
21742          program { name: "go_disabled";
21743             signal: "elm,state,disabled";
21744             source: "elm";
21745             action: STATE_SET "disabled" 0.0;
21746             target: "disclip";
21747          }
21748          program { name: "go_enabled";
21749             signal: "elm,state,enabled";
21750             source: "elm";
21751             action: STATE_SET "default" 0.0;
21752             target: "disclip";
21753          }
21754       }
21755    }
21756
21757    // 4.1.9
21758    group { name: "elm/genlist/item/dialogue/1icon/default";
21759       alias: "elm/genlist/item_odd/dialogue/1icon/default";
21760       alias: "elm/genlist/item_compress/dialogue/1icon/default";
21761       alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
21762       alias: "elm/layout/dialogue/1icon";
21763       data.item: "stacking" "above";
21764       data.item: "selectraise" "on";
21765       data.item: "contents" "elm.icon";
21766
21767       parts {
21768          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
21769          GENLIST_PART_DIALOGUE_BG_IMAGE
21770          GENLIST_PART_BOTTOM_LINE
21771          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
21772          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21773          GENLIST_PART_DIALOGUE_ITEM
21774          GENLIST_PART_DIALOGUE_RIGHT_LINE
21775          part { name: "elm.icon";
21776             clip_to: "disclip";
21777             type: SWALLOW;
21778             scale: 1;
21779             description { state: "default" 0.0;
21780                rel1 {
21781                   relative: 1.0 0.0;
21782                   to_x: "elm.padding.left";
21783                }
21784                rel2 {
21785                   relative: 0.0 1.0;
21786                   to_x: "elm.padding.right";
21787                }
21788             }
21789          }
21790          GENLIST_PART_DISCLIP
21791       }
21792       programs {
21793          // signal: elm,state,%s,active
21794          //   a "check" item named %s went active
21795          // signal: elm,state,%s,passive
21796          //   a "check" item named %s went passive
21797          // default is passive
21798          /*program { name: "go_active";
21799             signal: "elm,state,selected";
21800             source: "elm";
21801             action: STATE_SET "selected" 0.0;
21802             target: "bg_image";
21803             target: "elm.text";
21804          }
21805          program { name: "go_passive";
21806             signal: "elm,state,unselected";
21807             source: "elm";
21808             action: STATE_SET "default" 0.0;
21809             target: "bg_image";
21810             target: "elm.text";
21811             transition: LINEAR 0.1;
21812          }*/
21813          program { name: "go_disabled";
21814             signal: "elm,state,disabled";
21815             source: "elm";
21816             action: STATE_SET "disabled" 0.0;
21817             target: "disclip";
21818          }
21819          program { name: "go_enabled";
21820             signal: "elm,state,enabled";
21821             source: "elm";
21822             action: STATE_SET "default" 0.0;
21823             target: "disclip";
21824          }
21825       }
21826    }
21827
21828    group { name: "elm/genlist/item/dialogue/bg/1icon/default";
21829       alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
21830       alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
21831       alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
21832       alias: "elm/layout/dialogue/bg/1icon";
21833       data.item: "stacking" "above";
21834       data.item: "selectraise" "on";
21835       data.item: "contents" "elm.icon";
21836
21837       parts {
21838          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21839          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
21840          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
21841          part { name: "elm.icon";
21842             clip_to: "disclip";
21843             type: SWALLOW;
21844             scale: 1;
21845             description { state: "default" 0.0;
21846                rel1 {
21847                   relative: 1.0 0.0;
21848                   to_x: "elm.padding.left";
21849                }
21850                rel2 {
21851                   relative: 0.0 1.0;
21852                   to_x: "elm.padding.right";
21853                }
21854             }
21855          }
21856          GENLIST_PART_DISCLIP
21857       }
21858       programs {
21859          // signal: elm,state,%s,active
21860          //   a "check" item named %s went active
21861          // signal: elm,state,%s,passive
21862          //   a "check" item named %s went passive
21863          // default is passive
21864          program { name: "go_disabled";
21865             signal: "elm,state,disabled";
21866             source: "elm";
21867             action: STATE_SET "disabled" 0.0;
21868             target: "disclip";
21869          }
21870          program { name: "go_enabled";
21871             signal: "elm,state,enabled";
21872             source: "elm";
21873             action: STATE_SET "default" 0.0;
21874             target: "disclip";
21875          }
21876       }
21877    }
21878
21879    group { name: "elm/genlist/item/dialogue/bg/2icon/default";
21880       alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
21881       alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
21882       alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
21883       alias: "elm/layout/dialogue/bg/2icon";
21884       data.item: "stacking" "above";
21885       data.item: "selectraise" "on";
21886       data.item: "contents" "elm.icon.1 elm.icon.2";
21887
21888       parts {
21889          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21890          part { name: "elm.icon.1";
21891             clip_to: "disclip";
21892             type: SWALLOW;
21893             description { state: "default" 0.0;
21894                rel1.relative: 0.021 0.0;
21895                rel2.relative: 0.492 1.0;
21896             }
21897          }
21898          part { name: "elm.icon.2";
21899             clip_to: "disclip";
21900             type: SWALLOW;
21901             description { state: "default" 0.0;
21902                rel1.relative: 0.51 0.0;
21903                rel2.relative: 0.979 1.0;
21904             }
21905          }
21906          GENLIST_PART_DISCLIP
21907       }
21908       programs {
21909          // signal: elm,state,%s,active
21910          //   a "check" item named %s went active
21911          // signal: elm,state,%s,passive
21912          //   a "check" item named %s went passive
21913          // default is passive
21914          program { name: "go_disabled";
21915             signal: "elm,state,disabled";
21916             source: "elm";
21917             action: STATE_SET "disabled" 0.0;
21918             target: "disclip";
21919          }
21920          program { name: "go_enabled";
21921             signal: "elm,state,enabled";
21922             source: "elm";
21923             action: STATE_SET "default" 0.0;
21924             target: "disclip";
21925          }
21926       }
21927    }
21928
21929    group { name: "elm/genlist/item/dialogue/bg/3icon/default";
21930       alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
21931       alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
21932       alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
21933
21934       alias: "elm/genlist/item/dialogue.3icon/default";
21935       alias: "elm/genlist/item_odd/dialogue.3icon/default";
21936       alias: "elm/genlist/item_compress/dialogue.3icon/default";
21937       alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
21938
21939       alias: "elm/layout/dialogue/bg/3icon";
21940       alias: "elm/layout/dialogue/dialogue.3icon";
21941
21942       data.item: "stacking" "above";
21943       data.item: "selectraise" "on";
21944       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
21945
21946       parts {
21947          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
21948          part { name: "elm.icon.1";
21949             clip_to: "disclip";
21950             type: SWALLOW;
21951             description { state: "default" 0.0;
21952                rel1.relative: 0.021 0.0;
21953                rel2.relative: 0.327 1.0;
21954             }
21955          }
21956          part { name: "elm.icon.2";
21957             clip_to: "disclip";
21958             type: SWALLOW;
21959             description { state: "default" 0.0;
21960                rel1.relative: 0.348 0.0;
21961                rel2.relative: 0.652 1.0;
21962             }
21963          }
21964          part { name: "elm.icon.3";
21965             clip_to: "disclip";
21966             type: SWALLOW;
21967             description { state: "default" 0.0;
21968                rel1.relative: 0.673 0.0;
21969                rel2.relative: 0.979 1.0;
21970             }
21971          }
21972          GENLIST_PART_DISCLIP
21973       }
21974       programs {
21975          // signal: elm,state,%s,active
21976          //   a "check" item named %s went active
21977          // signal: elm,state,%s,passive
21978          //   a "check" item named %s went passive
21979          // default is passive
21980          program { name: "go_disabled";
21981             signal: "elm,state,disabled";
21982             source: "elm";
21983             action: STATE_SET "disabled" 0.0;
21984             target: "disclip";
21985          }
21986          program { name: "go_enabled";
21987             signal: "elm,state,enabled";
21988             source: "elm";
21989             action: STATE_SET "default" 0.0;
21990             target: "disclip";
21991          }
21992       }
21993    }
21994
21995    group { name: "elm/genlist/item/dialogue.3icon.2/default";
21996       alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
21997       alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
21998       alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
21999       alias: "elm/layout/dialogue/dialogue.3icon.2";
22000       data.item: "stacking" "above";
22001       data.item: "selectraise" "on";
22002       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
22003
22004       parts {
22005          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
22006          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
22007          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22008          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
22009          part { name: "elm.icon.1";
22010             clip_to: "disclip";
22011             type: SWALLOW;
22012             description { state: "default" 0.0;
22013                min: GENLIST_SIZE_234_INC 0;
22014                fixed: 1 0;
22015                rel1 {
22016                   relative: 0.0 1.0;
22017                   to_x: "elm.padding.right";
22018                   to_y: "elm.padding.top";
22019                }
22020                rel2 {
22021                   relative: 0.0 1.0;
22022                   to_x: "elm.padding.right";
22023                }
22024                align: 1.0 0.5;
22025             }
22026          }
22027          part { name: "elm.padding.icon.1.left";
22028             clip_to: "disclip";
22029             type: RECT;
22030             mouse_events: 0;
22031             scale: 1;
22032             description { state: "default" 0.0;
22033                min: GENLIST_PADDING_16_INC 0;
22034                fixed: 1 0;
22035                rel1.to_x: "elm.icon.1";
22036                rel2 {
22037                   relative: 0.0 1.0;
22038                   to_x: "elm.icon.1";
22039                }
22040                visible: 0;
22041                align: 1.0 0.5;
22042             }
22043          }
22044          part { name: "elm.icon.2";
22045             clip_to: "disclip";
22046             type: SWALLOW;
22047             description { state: "default" 0.0;
22048                min: GENLIST_SIZE_234_INC 0;
22049                fixed: 1 0;
22050                rel1 {
22051                   relative: 0.0 1.0;
22052                   to_x: "elm.padding.icon.1.left";
22053                   to_y: "elm.padding.top";
22054                }
22055                rel2 {
22056                   relative: 0.0 1.0;
22057                   to_x: "elm.padding.icon.1.left";
22058                }
22059                align: 1.0 0.5;
22060             }
22061          }
22062          part { name: "elm.padding.icon.2.left";
22063             clip_to: "disclip";
22064             type: RECT;
22065             mouse_events: 0;
22066             scale: 1;
22067             description { state: "default" 0.0;
22068                min: GENLIST_PADDING_16_INC 0;
22069                fixed: 1 0;
22070                rel1.to_x: "elm.icon.2";
22071                rel2 {
22072                   relative: 0.0 1.0;
22073                   to_x: "elm.icon.2";
22074                }
22075                visible: 0;
22076                align: 1.0 0.5;
22077             }
22078          }
22079          part { name: "elm.icon.3";
22080             clip_to: "disclip";
22081             type: SWALLOW;
22082             description { state: "default" 0.0;
22083                min: GENLIST_SIZE_234_INC 0;
22084                fixed: 1 0;
22085                rel1 {
22086                   relative: 0.0 1.0;
22087                   to_x: "elm.padding.icon.2.left";
22088                   to_y: "elm.padding.top";
22089                }
22090                rel2 {
22091                   relative: 0.0 1.0;
22092                   to_x: "elm.padding.icon.2.left";
22093                }
22094                align: 1.0 0.5;
22095             }
22096          }
22097          GENLIST_PART_DISCLIP
22098       }
22099       programs {
22100          // signal: elm,state,%s,active
22101          //   a "check" item named %s went active
22102          // signal: elm,state,%s,passive
22103          //   a "check" item named %s went passive
22104          // default is passive
22105          program { name: "go_disabled";
22106             signal: "elm,state,disabled";
22107             source: "elm";
22108             action: STATE_SET "disabled" 0.0;
22109             target: "disclip";
22110          }
22111          program { name: "go_enabled";
22112             signal: "elm,state,enabled";
22113             source: "elm";
22114             action: STATE_SET "default" 0.0;
22115             target: "disclip";
22116          }
22117       }
22118    }
22119
22120    group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
22121       alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
22122       alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
22123       alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
22124       alias: "elm/layout/dialogue/dialogue.1title.1text.2";
22125       data.item: "stacking" "above";
22126       data.item: "selectraise" "on";
22127       data.item: "texts" "elm.title elm.text";
22128
22129       images {
22130           image: "00_list_img_check.png" COMP;
22131       }
22132
22133       parts {
22134          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
22135          GENLIST_PART_DIALOGUE_BG_IMAGE
22136          GENLIST_PART_BOTTOM_LINE
22137          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22138          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22139          GENLIST_PART_DIALOGUE_ITEM
22140          GENLIST_PART_DIALOGUE_RIGHT_LINE
22141          part { name: "vertical_line";
22142             type: RECT;
22143             mouse_events: 0;
22144             description { state: "default" 0.0;
22145                min: 1 0;
22146                fixed: 1 0;
22147                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22148                rel1 {
22149                   relative: 1.0 0.0;
22150                   to_x: "elm.title";
22151                }
22152                rel2.to_x: "elm.title";
22153                align: 0.0 0.5;
22154             }
22155          }
22156          part { name: "elm.title";
22157             type: TEXT;
22158             mouse_events: 0;
22159             scale: 1;
22160             description { state: "default" 0.0;
22161                min: GENLIST_SIZE_163_INC 0;
22162                fixed: 1 0;
22163                rel1 {
22164                   relative: 1.0  0.0;
22165                   to_x: "elm.padding.left";
22166                }
22167                rel2.to_x: "elm.padding.left";
22168                align: 0.0 0.5;
22169                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
22170                text {
22171                   font: "SLP:style=Medium";
22172                   size: GENLIST_FONT_32_INC;
22173                   min: 0 1;
22174                   align: 0.0 0.5;
22175                   text_class: "slp_medium";
22176                }
22177             }
22178          }
22179          part { name: "elm.padding.title.right";
22180             type: RECT;
22181             mouse_events: 0;
22182             scale: 1;
22183             description { state: "default" 0.0;
22184                min: GENLIST_PADDING_16_INC 0;
22185                fixed: 1 0;
22186                rel1 {
22187                    relative: 1.0 0.0;
22188                    to_x: "vertical_line";
22189                }
22190                rel2.to_x: "vertical_line";
22191                visible: 0;
22192                align: 0.0 0.5;
22193             }
22194          }
22195          part { name: "elm.text";
22196             clip_to: "disclip";
22197             type: TEXT;
22198             mouse_events: 0;
22199             scale: 1;
22200             description { state: "default" 0.0;
22201                rel1 {
22202                   relative: 1.0  0.0;
22203                   to_x: "elm.padding.title.right";
22204                }
22205                rel2.to_x: "elm.padding.title.right";
22206                align: 0.0 0.5;
22207                fixed: 1 1;
22208                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22209                text {
22210                   font: "SLP:style=Roman";
22211                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22212                   min: 1 1;
22213                   max: 1 1;
22214                   align: 0.0 0.5;
22215                   text_class: "list_item";
22216                }
22217             }
22218             description { state: "selected" 0.0;
22219                inherit: "default" 0.0;
22220                color: 217 147 26 255;
22221             }
22222          }
22223          part { name: "elm.padding.text.right";
22224             type: RECT;
22225             mouse_events: 0;
22226             scale: 1;
22227             description { state: "default" 0.0;
22228                min: GENLIST_PADDING_11_INC 0;
22229                fixed: 1 0;
22230                rel1 {
22231                    relative: 1.0 0.0;
22232                    to_x: "elm.text";
22233                }
22234                rel2.to_x: "elm.text";
22235                visible: 0;
22236                align: 0.0 0.5;
22237             }
22238          }
22239          part { name: "elm.image.check";
22240             clip_to: "disclip";
22241             mouse_events: 0;
22242             scale: 1;
22243             description { state: "default" 0.0;
22244                image.normal: "00_list_img_check.png";
22245                rel1 {
22246                   relative: 1.0 0.366;
22247                   to_x: "elm.padding.text.right";
22248                }
22249                rel2 {
22250                   relative: 3.857 0.648;
22251                   to_x: "elm.padding.text.right";
22252                }
22253                visible: 0;
22254             }
22255             description { state: "selected" 0.0;
22256                inherit: "default" 0.0;
22257                visible: 1;
22258             }
22259          }
22260          GENLIST_PART_DISCLIP
22261       }
22262       programs {
22263          // signal: elm,state,%s,active
22264          //   a "check" item named %s went active
22265          // signal: elm,state,%s,passive
22266          //   a "check" item named %s went passive
22267          // default is passive
22268          program { name: "go_active";
22269             signal: "elm,state,selected";
22270             source: "elm";
22271             action: STATE_SET "selected" 0.0;
22272             target: "elm.text";
22273             target: "elm.image.check";
22274             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
22275          }
22276          program { name: "go_passive";
22277             signal: "elm,state,unselected";
22278             source: "elm";
22279             action: STATE_SET "default" 0.0;
22280             target: "elm.text";
22281             target: "elm.image.check";
22282             transition: LINEAR 0.1;
22283          }
22284          program { name: "go_disabled";
22285             signal: "elm,state,disabled";
22286             source: "elm";
22287             action: STATE_SET "disabled" 0.0;
22288             target: "disclip";
22289          }
22290          program { name: "go_enabled";
22291             signal: "elm,state,enabled";
22292             source: "elm";
22293             action: STATE_SET "default" 0.0;
22294             target: "disclip";
22295          }
22296          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
22297       }
22298    }
22299
22300    group { name: "elm/genlist/item/dialogue/1title.4text/default";
22301       alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
22302       alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
22303       alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
22304
22305       alias: "elm/genlist/item/dialogue.1title.4text/default";
22306       alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
22307       alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
22308       alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
22309
22310       alias: "elm/layout/dialogue/1title.4text";
22311
22312       data.item: "stacking" "above";
22313       data.item: "selectraise" "on";
22314       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
22315
22316       parts {
22317          GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
22318          GENLIST_PART_DIALOGUE_BG_IMAGE
22319          GENLIST_PART_BOTTOM_LINE
22320          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22321          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22322          GENLIST_PART_DIALOGUE_ITEM
22323          GENLIST_PART_DIALOGUE_RIGHT_LINE
22324          part { name: "vertical_line";
22325             type: RECT;
22326             mouse_events: 0;
22327             description { state: "default" 0.0;
22328                min: 1 0;
22329                fixed: 1 0;
22330                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22331                rel1 {
22332                   relative: 1.0 0.0;
22333                   to_x: "elm.title";
22334                }
22335                rel2.to_x: "elm.title";
22336                align: 0.0 0.5;
22337             }
22338          }
22339          part { name: "center1_line";
22340             type: RECT;
22341             mouse_events: 0;
22342             description { state: "default" 0.0;
22343                min: 0 1;
22344                fixed: 0 1;
22345                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22346                rel1 {
22347                   relative: 1.0 0.25;
22348                   to_x: "vertical_line";
22349                }
22350                rel2.relative: 1.0 0.25;
22351                align: 0.5 1.0;
22352             }
22353          }
22354          part { name: "center2_line";
22355             type: RECT;
22356             mouse_events: 0;
22357             description { state: "default" 0.0;
22358                min: 0 1;
22359                fixed: 0 1;
22360                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22361                rel1 {
22362                   relative: 1.0 0.5;
22363                   to_x: "vertical_line";
22364                }
22365                rel2.relative: 1.0 0.5;
22366                align: 0.5 1.0;
22367             }
22368          }
22369          part { name: "center3_line";
22370             type: RECT;
22371             mouse_events: 0;
22372             description { state: "default" 0.0;
22373                min: 0 1;
22374                fixed: 0 1;
22375                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22376                rel1 {
22377                   relative: 1.0 0.75;
22378                   to_x: "vertical_line";
22379                }
22380                rel2.relative: 1.0 0.75;
22381                align: 0.5 1.0;
22382             }
22383          }
22384          part { name: "elm.title";
22385             type: TEXT;
22386             mouse_events: 0;
22387             scale: 1;
22388             description { state: "default" 0.0;
22389                min: GENLIST_SIZE_163_INC 0;
22390                fixed: 1 0;
22391                rel1 {
22392                   relative: 1.0  0.0;
22393                   to_x: "elm.padding.left";
22394                }
22395                rel2.to_x: "elm.padding.left";
22396                align: 0.0 0.5;
22397                color: GENLIST_TEXT_COLOR_MULTILINE_TEXT;
22398                text {
22399                   font: "SLP:style=Medium";
22400                   size: GENLIST_FONT_32_INC;
22401                   min: 0 1;
22402                   align: 0.0 0.5;
22403                   text_class: "slp_medium";
22404                }
22405             }
22406          }
22407          part { name: "elm.padding.title.right";
22408             type: RECT;
22409             mouse_events: 0;
22410             scale: 1;
22411             description { state: "default" 0.0;
22412                min: GENLIST_PADDING_16_INC 0;
22413                fixed: 1 0;
22414                rel1 {
22415                    relative: 1.0 0.0;
22416                    to_x: "elm.title";
22417                }
22418                rel2.to_x: "elm.title";
22419                visible: 0;
22420                align: 0.0 0.5;
22421             }
22422          }
22423          part { name: "elm.text.1";
22424             clip_to: "disclip";
22425             type: TEXT;
22426             mouse_events: 0;
22427             scale: 1;
22428             description { state: "default" 0.0;
22429                rel1 {
22430                   relative: 1.0 0.0;
22431                   to_x: "elm.padding.title.right";
22432                }
22433                rel2 {
22434                   relative: 0.0 0.0;
22435                   to_x: "elm.padding.right";
22436                   to_y: "center1_line";
22437                }
22438                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22439                text {
22440                   font: "SLP:style=Roman";
22441                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22442                   min: 0 1;
22443                   align: 0.0 0.5;
22444                   text_class: "list_item";
22445                }
22446             }
22447          }
22448          part { name: "elm.text.2";
22449             clip_to: "disclip";
22450             type: TEXT;
22451             mouse_events: 0;
22452             scale: 1;
22453             description { state: "default" 0.0;
22454                rel1 {
22455                   relative: 1.0 0.25;
22456                   to_x: "elm.padding.title.right";
22457                }
22458                rel2 {
22459                   relative: 0.0 0.0;
22460                   to_x: "elm.padding.right";
22461                   to_y: "center2_line";
22462                }
22463                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22464                text {
22465                   font: "SLP:style=Roman";
22466                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22467                   min: 0 1;
22468                   align: 0.0 0.5;
22469                   text_class: "list_item";
22470                }
22471             }
22472          }
22473          part { name: "elm.text.3";
22474             clip_to: "disclip";
22475             type: TEXT;
22476             mouse_events: 0;
22477             scale: 1;
22478             description { state: "default" 0.0;
22479                rel1 {
22480                   relative: 1.0  0.5;
22481                   to_x: "elm.padding.title.right";
22482                }
22483                rel2 {
22484                   relative: 0.0 0.0;
22485                   to_x: "elm.padding.right";
22486                   to_y: "center3_line";
22487                }
22488                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22489                text {
22490                   font: "SLP:style=Roman";
22491                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22492                   min: 0 1;
22493                   align: 0.0 0.5;
22494                   text_class: "list_item";
22495                }
22496             }
22497          }
22498          part { name: "elm.text.4";
22499             clip_to: "disclip";
22500             type: TEXT;
22501             mouse_events: 0;
22502             scale: 1;
22503             description { state: "default" 0.0;
22504                rel1 {
22505                   relative: 1.0  0.75;
22506                   to_x: "elm.padding.title.right";
22507                }
22508                rel2 {
22509                   relative: 0.0 0.0;
22510                   to_x: "elm.padding.right";
22511                   to_y: "bottom_line";
22512                }
22513                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22514                text {
22515                   font: "SLP:style=Roman";
22516                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22517                   min: 0 1;
22518                   align: 0.0 0.5;
22519                   text_class: "list_item";
22520                }
22521             }
22522          }
22523          GENLIST_PART_DISCLIP
22524       }
22525       programs {
22526          // signal: elm,state,%s,active
22527          //   a "check" item named %s went active
22528          // signal: elm,state,%s,passive
22529          //   a "check" item named %s went passive
22530          // default is passive
22531          /*program { name: "go_active";
22532             signal: "elm,state,selected";
22533             source: "elm";
22534             action: STATE_SET "selected" 0.0;
22535             target: "elm.text";
22536          }
22537          program { name: "go_passive";
22538             signal: "elm,state,unselected";
22539             source: "elm";
22540             action: STATE_SET "default" 0.0;
22541             target: "elm.text";
22542             transition: LINEAR 0.1;
22543          }*/
22544          program { name: "go_disabled";
22545             signal: "elm,state,disabled";
22546             source: "elm";
22547             action: STATE_SET "disabled" 0.0;
22548             target: "disclip";
22549          }
22550          program { name: "go_enabled";
22551             signal: "elm,state,enabled";
22552             source: "elm";
22553             action: STATE_SET "default" 0.0;
22554             target: "disclip";
22555          }
22556       }
22557    }
22558
22559    group { name: "elm/genlist/item/dialogue/1title.5text/default";
22560       alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
22561       alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
22562       alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
22563       alias: "elm/layout/dialogue/1title.5text";
22564       data.item: "stacking" "above";
22565       data.item: "selectraise" "on";
22566       data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
22567       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";
22568
22569       parts {
22570          GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
22571          GENLIST_PART_DIALOGUE_BG_IMAGE
22572          GENLIST_PART_BOTTOM_LINE
22573          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
22574          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22575          GENLIST_PART_DIALOGUE_ITEM
22576          GENLIST_PART_DIALOGUE_RIGHT_LINE
22577          part { name: "vertical_line";
22578             type: RECT;
22579             mouse_events: 0;
22580             description { state: "default" 0.0;
22581                min: 1 0;
22582                fixed: 1 0;
22583                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22584                rel1 {
22585                   relative: 1.0 0.0;
22586                   to_x: "elm.title";
22587                }
22588                rel2.to_x: "elm.title";
22589                align: 0.0 0.5;
22590             }
22591          }
22592          part { name: "center1_line";
22593             type: RECT;
22594             mouse_events: 0;
22595             description { state: "default" 0.0;
22596                min: 0 1;
22597                fixed: 0 1;
22598                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22599                rel1 {
22600                   relative: 1.0 0.2;
22601                   to_x: "vertical_line";
22602                }
22603                rel2.relative: 1.0 0.2;
22604                align: 0.5 1.0;
22605             }
22606          }
22607          part { name: "center2_line";
22608             type: RECT;
22609             mouse_events: 0;
22610             description { state: "default" 0.0;
22611                min: 0 1;
22612                fixed: 0 1;
22613                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22614                rel1 {
22615                   relative: 1.0 0.4;
22616                   to_x: "vertical_line";
22617                }
22618                rel2.relative: 1.0 0.4;
22619                align: 0.5 1.0;
22620             }
22621          }
22622          part { name: "center3_line";
22623             type: RECT;
22624             mouse_events: 0;
22625             description { state: "default" 0.0;
22626                min: 0 1;
22627                fixed: 0 1;
22628                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22629                rel1 {
22630                   relative: 1.0 0.6;
22631                   to_x: "vertical_line";
22632                }
22633                rel2.relative: 1.0 0.6;
22634                align: 0.5 1.0;
22635             }
22636          }
22637          part { name: "center4_line";
22638             type: RECT;
22639             mouse_events: 0;
22640             description { state: "default" 0.0;
22641                min: 0 1;
22642                fixed: 0 1;
22643                color: GENLIST_PART_LIST_LINE_COLOR_INC;
22644                rel1 {
22645                   relative: 1.0 0.8;
22646                   to_x: "vertical_line";
22647                }
22648                rel2.relative: 1.0 0.8;
22649                align: 0.5 1.0;
22650             }
22651          }
22652          part { name: "elm.title";
22653             type: TEXT;
22654             mouse_events: 0;
22655             scale: 1;
22656             description { state: "default" 0.0;
22657                min: GENLIST_SIZE_163_INC 0;
22658                fixed: 1 0;
22659                rel1 {
22660                   relative: 1.0  0.0;
22661                   to_x: "elm.padding.left";
22662                }
22663                rel2.to_x: "elm.padding.left";
22664                align: 0.0 0.5;
22665                color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
22666                text {
22667                   font: "SLP:style=Medium";
22668                   size: GENLIST_FONT_32_INC;
22669                   min: 0 1;
22670                   align: 0.0 0.5;
22671                   text_class: "slp_medium";
22672                }
22673             }
22674             GENLIST_DESCRIPTION_FLIP_ENABLED
22675          }
22676          part { name: "elm.flip.content.title";
22677             clip_to: "disclip";
22678             type: SWALLOW;
22679             description { state: "default" 0.0;
22680                visible: 0;
22681                fixed: 1 1;
22682                rel1.to: "elm.title";
22683                rel2.to: "elm.title";
22684             }
22685             description { state: "flip_enabled" 0.0;
22686                inherit: "default" 0.0;
22687                visible: 1;
22688             }
22689          }
22690          part { name: "elm.padding.title.right";
22691             type: RECT;
22692             mouse_events: 0;
22693             scale: 1;
22694             description { state: "default" 0.0;
22695                min: GENLIST_PADDING_16_INC 0;
22696                fixed: 1 0;
22697                rel1 {
22698                    relative: 1.0 0.0;
22699                    to_x: "elm.title";
22700                }
22701                rel2.to_x: "elm.title";
22702                visible: 0;
22703                align: 0.0 0.5;
22704             }
22705          }
22706          part { name: "elm.text.1";
22707             clip_to: "disclip";
22708             type: TEXT;
22709             mouse_events: 0;
22710             scale: 1;
22711             description { state: "default" 0.0;
22712                rel1 {
22713                   relative: 1.0 0.0;
22714                   to_x: "elm.padding.title.right";
22715                }
22716                rel2 {
22717                   relative: 0.0 0.0;
22718                   to_x: "elm.padding.right";
22719                   to_y: "center1_line";
22720                }
22721                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22722                text {
22723                   font: "SLP:style=Roman";
22724                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22725                   min: 0 1;
22726                   align: 0.0 0.5;
22727                   text_class: "list_item";
22728                }
22729             }
22730             GENLIST_DESCRIPTION_FLIP_ENABLED
22731          }
22732          part { name: "elm.flip.content.1";
22733             clip_to: "disclip";
22734             type: SWALLOW;
22735             description { state: "default" 0.0;
22736                visible: 0;
22737                fixed: 1 1;
22738                rel1.to: "elm.text.1";
22739                rel2.to: "elm.text.1";
22740             }
22741             description { state: "flip_enabled" 0.0;
22742                inherit: "default" 0.0;
22743                visible: 1;
22744             }
22745          }
22746          part { name: "elm.text.2";
22747             clip_to: "disclip";
22748             type: TEXT;
22749             mouse_events: 0;
22750             scale: 1;
22751             description { state: "default" 0.0;
22752                rel1 {
22753                   relative: 1.0 0.2;
22754                   to_x: "elm.padding.title.right";
22755                }
22756                rel2 {
22757                   relative: 0.0 0.0;
22758                   to_x: "elm.padding.right";
22759                   to_y: "center2_line";
22760                }
22761                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22762                text {
22763                   font: "SLP:style=Roman";
22764                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22765                   min: 0 1;
22766                   align: 0.0 0.5;
22767                   text_class: "slp_roman";
22768                }
22769             }
22770             GENLIST_DESCRIPTION_FLIP_ENABLED
22771          }
22772          part { name: "elm.flip.content.2";
22773             clip_to: "disclip";
22774             type: SWALLOW;
22775             description { state: "default" 0.0;
22776                visible: 0;
22777                fixed: 1 1;
22778                rel1.to: "elm.text.2";
22779                rel2.to: "elm.text.2";
22780             }
22781             description { state: "flip_enabled" 0.0;
22782                inherit: "default" 0.0;
22783                visible: 1;
22784             }
22785          }
22786          part { name: "elm.text.3";
22787             clip_to: "disclip";
22788             type: TEXT;
22789             mouse_events: 0;
22790             scale: 1;
22791             description { state: "default" 0.0;
22792                rel1 {
22793                   relative: 1.0  0.4;
22794                   to_x: "elm.padding.title.right";
22795                }
22796                rel2 {
22797                   relative: 0.0 0.0;
22798                   to_x: "elm.padding.right";
22799                   to_y: "center3_line";
22800                }
22801                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22802                text {
22803                   font: "SLP:style=Roman";
22804                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22805                   min: 0 1;
22806                   align: 0.0 0.5;
22807                   text_class: "slp_roman";
22808                }
22809             }
22810             GENLIST_DESCRIPTION_FLIP_ENABLED
22811          }
22812          part { name: "elm.flip.content.3";
22813             clip_to: "disclip";
22814             type: SWALLOW;
22815             description { state: "default" 0.0;
22816                visible: 0;
22817                fixed: 1 1;
22818                rel1.to: "elm.text.3";
22819                rel2.to: "elm.text.3";
22820             }
22821             description { state: "flip_enabled" 0.0;
22822                inherit: "default" 0.0;
22823                visible: 1;
22824             }
22825          }
22826          part { name: "elm.text.4";
22827             clip_to: "disclip";
22828             type: TEXT;
22829             mouse_events: 0;
22830             scale: 1;
22831             description { state: "default" 0.0;
22832                rel1 {
22833                   relative: 1.0 0.6;
22834                   to_x: "elm.padding.title.right";
22835                }
22836                rel2 {
22837                   relative: 0.0 0.0;
22838                   to_x: "elm.padding.right";
22839                   to_y: "center4_line";
22840                }
22841                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22842                text {
22843                   font: "SLP:style=Roman";
22844                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22845                   min: 0 1;
22846                   align: 0.0 0.5;
22847                   text_class: "slp_roman";
22848                }
22849             }
22850             GENLIST_DESCRIPTION_FLIP_ENABLED
22851          }
22852          part { name: "elm.flip.content.4";
22853             clip_to: "disclip";
22854             type: SWALLOW;
22855             description { state: "default" 0.0;
22856                visible: 0;
22857                fixed: 1 1;
22858                rel1.to: "elm.text.4";
22859                rel2.to: "elm.text.4";
22860             }
22861             description { state: "flip_enabled" 0.0;
22862                inherit: "default" 0.0;
22863                visible: 1;
22864             }
22865          }
22866          part { name: "elm.text.5";
22867             clip_to: "disclip";
22868             type: TEXT;
22869             mouse_events: 0;
22870             scale: 1;
22871             description { state: "default" 0.0;
22872                rel1 {
22873                   relative: 1.0  0.8;
22874                   to_x: "elm.padding.title.right";
22875                }
22876                rel2 {
22877                   relative: 0.0 0.0;
22878                   to_x: "elm.padding.right";
22879                   to_y: "bottom_line";
22880                }
22881                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
22882                text {
22883                   font: "SLP:style=Roman";
22884                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
22885                   min: 0 1;
22886                   align: 0.0 0.5;
22887                   text_class: "slp_roman";
22888                }
22889             }
22890             GENLIST_DESCRIPTION_FLIP_ENABLED
22891          }
22892          part { name: "elm.flip.content.5";
22893             clip_to: "disclip";
22894             type: SWALLOW;
22895             description { state: "default" 0.0;
22896                visible: 0;
22897                fixed: 1 1;
22898                rel1.to: "elm.text.5";
22899                rel2.to: "elm.text.5";
22900             }
22901             description { state: "flip_enabled" 0.0;
22902                inherit: "default" 0.0;
22903                visible: 1;
22904             }
22905          }
22906          GENLIST_PART_DISCLIP
22907       }
22908       programs {
22909          // signal: elm,state,%s,active
22910          //   a "check" item named %s went active
22911          // signal: elm,state,%s,passive
22912          //   a "check" item named %s went passive
22913          // default is passive
22914          /*program { name: "go_active";
22915             signal: "elm,state,selected";
22916             source: "elm";
22917             action: STATE_SET "selected" 0.0;
22918             target: "elm.text";
22919          }
22920          program { name: "go_passive";
22921             signal: "elm,state,unselected";
22922             source: "elm";
22923             action: STATE_SET "default" 0.0;
22924             target: "elm.text";
22925             transition: LINEAR 0.1;
22926          }*/
22927          program { name: "go_disabled";
22928             signal: "elm,state,disabled";
22929             source: "elm";
22930             action: STATE_SET "disabled" 0.0;
22931             target: "disclip";
22932          }
22933          program { name: "go_enabled";
22934             signal: "elm,state,enabled";
22935             source: "elm";
22936             action: STATE_SET "default" 0.0;
22937             target: "disclip";
22938          }
22939          program { name: "flip_enabled";
22940             signal: "elm,state,flip,enabled";
22941             source: "elm";
22942             action: STATE_SET "flip_enabled" 0.0;
22943             target: "elm.title";
22944             target: "elm.text.1";
22945             target: "elm.text.2";
22946             target: "elm.text.3";
22947             target: "elm.text.4";
22948             target: "elm.text.5";
22949             target: "elm.flip.content.title";
22950             target: "elm.flip.content.1";
22951             target: "elm.flip.content.2";
22952             target: "elm.flip.content.3";
22953             target: "elm.flip.content.4";
22954             target: "elm.flip.content.5";
22955          }
22956          program { name: "flip_disabled";
22957             signal: "elm,state,flip,disabled";
22958             source: "elm";
22959             action: STATE_SET "default" 0.0;
22960             target: "elm.title";
22961             target: "elm.text.1";
22962             target: "elm.text.2";
22963             target: "elm.text.3";
22964             target: "elm.text.4";
22965             target: "elm.text.5";
22966             target: "elm.flip.content.title";
22967             target: "elm.flip.content.1";
22968             target: "elm.flip.content.2";
22969             target: "elm.flip.content.3";
22970             target: "elm.flip.content.4";
22971             target: "elm.flip.content.5";
22972          }
22973       }
22974    }
22975
22976 /* extended item of bg/2text.1icon.3 */
22977    group { name: "elm/genlist/item/dialogue/bg/1text/default";
22978       alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
22979       alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
22980       alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
22981       alias: "elm/layout/dialogue/bg/1text";
22982       data.item: "stacking" "above";
22983       data.item: "selectraise" "on";
22984       data.item: "texts" "elm.text";
22985       data.item: "flips" "elm.flip.content";
22986       parts {
22987          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1LINE )
22988          GENLIST_PART_PADDING_TOP( 0 )
22989          GENLIST_PART_PADDING_BOTTOM( 0 )
22990          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
22991          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
22992          part { name: "elm.icon.bg";
22993             type: RECT;
22994             scale: 1;
22995             description { state: "default" 0.0;
22996                min: GENLIST_SIZE_160_INC 0;
22997                fixed: 1 0;
22998                align: 0.0 0.5;
22999                rel1 {
23000                   relative: 1.0 0.5;
23001                   to_x: "elm.padding.left";
23002                }
23003                rel2 {
23004                   relative: 1.0 0.5;
23005                   to_x: "elm.padding.left";
23006                }
23007                color: 0 0 0 0;
23008             }
23009          }
23010          part { name: "elm.padding.icon.right";
23011             type: RECT;
23012             mouse_events: 0;
23013             scale: 1;
23014             description { state: "default" 0.0;
23015                min: GENLIST_SIZE_16_INC 0;
23016                fixed: 1 0;
23017                rel1 {
23018                    relative: 1.0 0.0;
23019                    to_x: "elm.icon.bg";
23020                }
23021                rel2.to_x: "elm.icon.bg";
23022                color: GENLIST_PART_LIST_LINE_COLOR_INC;
23023                align: 0.0 0.5;
23024             }
23025          }
23026          part { name: "elm.padding.text.left";
23027             type: RECT;
23028             mouse_events: 0;
23029             scale: 1;
23030             description { state: "default" 0.0;
23031                min: GENLIST_SIZE_16_INC 0;
23032                fixed: 1 0;
23033                rel1 {
23034                    relative: 1.0 1.0;
23035                    to_x: "elm.padding.icon.right";
23036                    to_y: "elm.padding.top";
23037                }
23038                rel2.to_x: "elm.padding.icon.right";
23039                visible: 0;
23040                align: 0.0 0.5;
23041             }
23042          }
23043          part { name: "vertical_line";
23044             type: RECT;
23045             mouse_events: 0;
23046             description { state: "default" 0.0;
23047                visible: 0;
23048                rel1 {
23049                   relative: 1.0 0.0;
23050                   to_x: "elm.padding.icon.right";
23051                }
23052                rel2.to_x: "elm.padding.icon.right";
23053                align: 0.0 0.5;
23054             }
23055          }
23056          part { name: "elm.text.bg";
23057             clip_to: "disclip";
23058             type: RECT;
23059             mouse_events: 0;
23060             scale: 1;
23061             description { state: "default" 0.0;
23062                rel1 {
23063                   relative: 1.0 0.0;
23064                   to_x: "elm.padding.icon.right";
23065                }
23066                rel2 {
23067                   relative: 1.0 1.0;
23068                   to_x: "elm.padding.right";
23069                }
23070                color: GENLIST_PART_BG_COLOR_INC;
23071             }
23072          }
23073          part { name: "elm.text";
23074             clip_to: "disclip";
23075             type: TEXT;
23076             mouse_events: 0;
23077             scale: 1;
23078             description { state: "default" 0.0;
23079                rel1 {
23080                   relative: 1.0 0.0;
23081                   to_x: "elm.padding.text.left";
23082                   to_y: "elm.text.bg";
23083                }
23084                rel2 {
23085                   relative: 0.0 1.0;
23086                   to_x: "elm.padding.right";
23087                   to_y: "elm.text.bg";
23088                }
23089                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
23090                text {
23091                   font: "SLP:style=Roman";
23092                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
23093                   min: 0 1;
23094                   align: 0.0 0.5;
23095                   text_class: "list_item";
23096                }
23097             }
23098             GENLIST_DESCRIPTION_FLIP_ENABLED
23099          }
23100          part { name: "elm.flip.content";
23101             clip_to: "disclip";
23102             type: SWALLOW;
23103             mouse_events: 1;
23104             scale: 1;
23105             description { state: "default" 0.0;
23106                fixed: 1 1;
23107                rel1 {
23108                   relative: 1.0 0.0;
23109                   to_x: "elm.padding.text.left";
23110                   to_y: "elm.text.bg";
23111                }
23112                rel2 {
23113                   relative: 0.0 1.0;
23114                   to_x: "elm.padding.right";
23115                   to_y: "elm.text.bg";
23116                }
23117                visible: 0;
23118             }
23119             description { state: "flip_enabled" 0.0;
23120                inherit: "default" 0.0;
23121                visible: 1;
23122             }
23123          }
23124          GENLIST_PART_DISCLIP
23125       }
23126       programs {
23127          // signal: elm,state,%s,active
23128          //   a "check" item named %s went active
23129          // signal: elm,state,%s,passive
23130          //   a "check" item named %s went passive
23131          // default is passive
23132          /*program { name: "go_active";
23133             signal: "elm,state,selected";
23134             source: "elm";
23135             action: STATE_SET "selected" 0.0;
23136             target: "elm.text";
23137          }
23138          program { name: "go_passive";
23139             signal: "elm,state,unselected";
23140             source: "elm";
23141             action: STATE_SET "default" 0.0;
23142             target: "elm.text";
23143             transition: LINEAR 0.1;
23144          }*/
23145          program { name: "go_disabled";
23146             signal: "elm,state,disabled";
23147             source: "elm";
23148             action: STATE_SET "disabled" 0.0;
23149             target: "disclip";
23150          }
23151          program { name: "go_enabled";
23152             signal: "elm,state,enabled";
23153             source: "elm";
23154             action: STATE_SET "default" 0.0;
23155             target: "disclip";
23156          }
23157          program { name: "flip_enabled";
23158             signal: "elm,state,flip,enabled";
23159             source: "elm";
23160             action: STATE_SET "flip_enabled" 0.0;
23161             target: "elm.text";
23162             target: "elm.flip.content";
23163          }
23164          program { name: "flip_disabled";
23165             signal: "elm,state,flip,disabled";
23166             source: "elm";
23167             action: STATE_SET "default" 0.0;
23168             target: "elm.text";
23169             target: "elm.flip.content";
23170          }
23171       }
23172    }
23173 // 2.2.2.38
23174    group { name: "elm/genlist/item/4text.1icon.1/default";
23175       alias: "elm/genlist/item_odd/4text.1icon.1/default";
23176       alias: "elm/genlist/item_compress/4text.1icon.1/default";
23177       alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
23178       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23179       data.item: "contents" "elm.icon.1";
23180       data.item: "stacking" "above";
23181       data.item: "selectraise" "on";
23182       data.item: "flips" "elm.flip.content";
23183       images {
23184          image: "00_winset_list_bubble_bg.png" COMP;
23185       }
23186       parts {
23187          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23188          GENLIST_PART_BG_IMAGE
23189          GENLIST_PART_BOTTOM_LINE
23190          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_SIZE_TOP )
23191          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_SIZE_BOTTOM )
23192          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23193          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23194
23195          GENLIST_PADDING("elm.icon.right", 16, 0, GENLIST_DESCRIPT_LINE_RIGHT("elm.text.4", "elm.padding.top", "elm.padding.bottom"))
23196          GENLIST_PADDING("elm.text.1.right", 16, 0, GENLIST_DESCRIPT_LINE_RIGHT("elm.icon.1", "elm.padding.top", "elm.padding.bottom"))
23197          GENLIST_PADDING("elm.text.3.right", 16, 0, GENLIST_DESCRIPT_LINE_RIGHT("elm.text.2", "elm.padding.top", "elm.padding.bottom"))
23198          part { name: "elm.bubble";
23199             type: IMAGE;
23200             description{ state: "default" 0.0;
23201                fixed: 1 1;
23202                min: GENLIST_ICON_MEDIUM_SIZE 38;
23203                max: GENLIST_ICON_MEDIUM_SIZE 38;
23204                rel1 {
23205                   relative: 0 0;
23206                   to_x: "elm.text.4";
23207                   to_y: "elm.text.4";
23208                }
23209                rel2 {
23210                   relative: 1 1;
23211                   to_x: "elm.text.4";
23212                   to_y: "elm.text.4";
23213                }
23214                image {
23215                   normal: "00_winset_list_bubble_bg.png";
23216                   border:  6 6 0 0;
23217                }
23218             }
23219          }
23220          part { name: "elm.text.4";
23221             clip_to: "disclip";
23222             type: TEXT;
23223             scale: 1;
23224             GENLIST_DESCRIPT_DOT_RT("elm.padding.right", "elm.padding.top")
23225                color: GENLIST_TEXT_COLOR_LIST_BUBBLE_TEXT;
23226                fixed: 1 1;
23227                min: GENLIST_ICON_MEDIUM_SIZE 60;
23228                max: GENLIST_ICON_MEDIUM_SIZE 60;
23229                text {
23230                   font: "SLP:style=Medium";
23231                   size: GENLIST_FONT_32_INC;
23232                   min: 0 0;
23233                   align: 0.5 0.5;
23234                   text_class: "slp_medium";
23235                }
23236             }
23237             GENLIST_DESCRIPTION_FLIP_ENABLED
23238          }
23239          part { name: "elm.icon.1";
23240             clip_to: "disclip";
23241             type: SWALLOW;
23242             scale: 1;
23243             GENLIST_DESCRIPT_DOT_RT("elm.icon.right", "elm.padding.top")
23244                color: 0 255 255 255;
23245                fixed: 1 1;
23246                min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE;
23247             }
23248          }
23249          part { name: "elm.text.2";
23250             clip_to: "disclip";
23251             type: TEXT;
23252             scale: 1;
23253             GENLIST_DESCRIPT_DOT_RB("elm.padding.right", "elm.padding.bottom")
23254                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
23255                fixed: 1 1;
23256                min: 0 48;
23257                max: 300 48;
23258                text {
23259                   font: "SLP:style=Medium";
23260                   size: GENLIST_FONT_32_INC;
23261                   min: 1 0;
23262                   align: 0.5 0.5;
23263                   text_class: "slp_medium";
23264               }
23265             }
23266             description { state: "selected" 0.0;
23267                inherit: "default" 0.0;
23268                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
23269             }
23270             GENLIST_DESCRIPTION_FLIP_ENABLED
23271          }
23272          part { name: "elm.text.1";
23273             clip_to: "disclip";
23274             type: TEXT;
23275             scale: 1;
23276             GENLIST_DESCRIPT_DEFAULT("elm.padding.left", "elm.text.1.right", "elm.padding.top", "elm.text.2");
23277                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
23278                fixed: 0 1;
23279                min: 0 60;
23280                max: -1 60;
23281                text {
23282                   font: "SLP:style=Roman";
23283                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
23284                   align: 0.0 0.5;
23285                   text_class: "list_item";
23286                }
23287             }
23288             description { state: "read" 0.0;
23289                inherit: "default" 0.0;
23290                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
23291             }
23292             description { state: "selected" 0.0;
23293                inherit: "default" 0.0;
23294                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
23295             }
23296             GENLIST_DESCRIPTION_FLIP_ENABLED
23297          }
23298          part { name: "elm.text.3";
23299             clip_to: "disclip";
23300             type: TEXT;
23301             scale: 1;
23302             GENLIST_DESCRIPT_DEFAULT("elm.padding.left", "elm.text.3.right", "elm.text.1", "elm.padding.bottom")
23303                color: GENLIST_TEXT_COLOR_NAME_TEXT;
23304                fixed: 1 1;
23305                align: 0.0 0.5;
23306                min: 0 48;
23307                text {
23308                   font: "SLP:style=Medium";
23309                   size: GENLIST_FONT_32_INC;
23310                   align: 0.0 0.5;
23311                   text_class: "slp_medium";
23312                }
23313             }
23314             GENLIST_DESCRIPTION_FLIP_ENABLED
23315          }
23316          GENLIST_PART_FLIP
23317          GENLIST_PART_DISCLIP
23318       }
23319       programs {
23320          // signal: elm,state,%s,active
23321          //   a "check" item named %s went active
23322          // signal: elm,state,%s,passive
23323          //   a "check" item named %s went passive
23324          // default is passive
23325          program { name: "go_active";
23326             signal: "elm,state,selected";
23327             source: "elm";
23328             action: STATE_SET "selected" 0.0;
23329             target: "bg_image";
23330             target: "elm.text.1";
23331             target: "elm.text.2";
23332             target: "elm.text.3";
23333          }
23334          program { name: "go_passive";
23335             signal: "elm,state,unselected";
23336             source: "elm";
23337             action: STATE_SET "default" 0.0;
23338             target: "bg_image";
23339             target: "elm.text.1";
23340             target: "elm.text.2";
23341             target: "elm.text.3";
23342             transition: LINEAR 0.1;
23343          }
23344          program { name: "go_read";
23345             signal: "elm,state,read";
23346             source: "elm";
23347             action: STATE_SET "read" 0.0;
23348             target: "elm.text.1";
23349          }
23350          program { name: "go_unread";
23351             signal: "elm,state,unread";
23352             source: "elm";
23353             action: STATE_SET "default" 0.0;
23354             target: "elm.text.1";
23355          }
23356       }
23357    }
23358 // 2.2.2.38 textblock
23359    group { name: "elm/genlist/item/4text.1icon.1.tb/default";
23360       alias: "elm/genlist/item_odd/4text.1icon.1.tb/default";
23361       alias: "elm/genlist/item_compress/4text.1icon.1.tb/default";
23362       alias: "elm/genlist/item_compress_odd/4text.1icon.1.tb/default";
23363       inherit: "elm/genlist/item/4text.1icon.1/default";
23364       parts {
23365          part { name: "elm.text.4";
23366             clip_to: "disclip";
23367             type: TEXTBLOCK;
23368             scale: 1;
23369             GENLIST_DESCRIPT_DOT_RT("elm.padding.right", "elm.padding.top")
23370                fixed: 1 1;
23371                min: GENLIST_ICON_MEDIUM_SIZE 60;
23372                max: GENLIST_ICON_MEDIUM_SIZE 60;
23373                text {
23374                   style: "genlist_style_list_bubble_text";
23375                   min: 1 1;
23376                   align: 0.5 0.5;
23377                }
23378             }
23379             GENLIST_DESCRIPTION_FLIP_ENABLED
23380          }
23381          part { name: "elm.text.2";
23382             clip_to: "disclip";
23383             type: TEXTBLOCK;
23384             scale: 1;
23385             GENLIST_DESCRIPT_DOT_RB("elm.padding.right", "elm.padding.bottom")
23386                fixed: 1 1;
23387                min: 0 48;
23388                max: 300 48;
23389                text {
23390                   style: "genlist_sub_textblock_style";
23391                   min: 1 0;
23392                   align: 0.5 0.5;
23393               }
23394             }
23395             description { state: "selected" 0.0;
23396                inherit: "default" 0.0;
23397                            // FIXME: color is not chaned by textblock
23398                            color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
23399                text.style: "genlist_sub_textblock_selected_style";
23400             }
23401             GENLIST_DESCRIPTION_FLIP_ENABLED
23402          }
23403          part { name: "elm.text.1";
23404             clip_to: "disclip";
23405             type: TEXTBLOCK;
23406             scale: 1;
23407             GENLIST_DESCRIPT_DEFAULT("elm.padding.left", "elm.text.1.right", "elm.padding.top", "elm.text.2");
23408                fixed: 0 1;
23409                min: 0 60;
23410                max: -1 60;
23411                text {
23412                   style: "genlist_default_textblock_style";
23413                   align: 0.0 0.5;
23414                }
23415             }
23416             description { state: "read" 0.0;
23417                inherit: "default" 0.0;
23418                            // FIXME: color is not chaned by textblock
23419                            color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
23420                text.style: "genlist_style_list_main_text_read";
23421             }
23422             description { state: "selected" 0.0;
23423                inherit: "default" 0.0;
23424                            // FIXME: color is not chaned by textblock
23425                            color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
23426                text.style: "genlist_default_textblock_selected_style";
23427             }
23428             GENLIST_DESCRIPTION_FLIP_ENABLED
23429          }
23430          part { name: "elm.text.3";
23431             clip_to: "disclip";
23432             type: TEXT;
23433             scale: 1;
23434             GENLIST_DESCRIPT_DEFAULT("elm.padding.left", "elm.text.3.right", "elm.text.1", "elm.padding.bottom")
23435                fixed: 1 1;
23436                align: 0.0 0.5;
23437                min: 0 48;
23438                text {
23439                   style: "genlist_style_name_text";
23440                   align: 0.0 0.5;
23441                }
23442             }
23443             GENLIST_DESCRIPTION_FLIP_ENABLED
23444          }
23445          GENLIST_PART_FLIP
23446          GENLIST_PART_DISCLIP
23447       }
23448    }
23449
23450 // 2.2.2.39
23451    group { name: "elm/genlist/item/4text.1icon.2/default";
23452       alias: "elm/genlist/item_odd/4text.1icon.2/default";
23453       alias: "elm/genlist/item_compress/4text.1icon.2/default";
23454       alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
23455       inherit: "elm/genlist/item/4text.1icon.1/default";
23456       parts {
23457          part { name: "elm.bubble";
23458             description { state: "default" 0.0;
23459                visible: 0;
23460             }
23461          }
23462          part { name: "elm.text.4";
23463             description { state: "default" 0.0;
23464                fixed: 1 1;
23465                max: -1 60;
23466                color: GENLIST_TEXT_COLOR_LIST_MESSAGE_TEXT;
23467                text {
23468                   font: GENLIST_TEXT_SIZE_LIST_MESSAGE_TEXT;
23469                   min: 1 0;
23470                   align: 0.5 0.5;
23471                }
23472             }
23473          }
23474       }
23475    }
23476 // 2.2.2.39 (TEXTBLOCK)
23477    group { name: "elm/genlist/item/4text.1icon.2.tb/default";
23478       alias: "elm/genlist/item_odd/4text.1icon.2.tb/default";
23479       alias: "elm/genlist/item_compress/4text.1icon.2.tb/default";
23480       alias: "elm/genlist/item_compress_odd/4text.1icon.2.tb/default";
23481       inherit: "elm/genlist/item/4text.1icon.1.tb/default";
23482
23483       parts {
23484          part { name: "elm.bubble";
23485             description { state: "default" 0.0;
23486                visible: 0;
23487             }
23488          }
23489          part { name: "elm.text.4";
23490             description { state: "default" 0.0;
23491                fixed: 1 1;
23492                max: -1 60;
23493                text {
23494                   style: "genlist_style_list_message_text";
23495                   min: 1 0;
23496                   align: 0.5 0.5;
23497                }
23498             }
23499          }
23500       }
23501    }
23502    // 2.2.2.40
23503    group { name: "elm/genlist/item/4text.1/default";
23504       alias: "elm/genlist/item_odd/4text.1/default";
23505       alias: "elm/genlist/item_compress/4text.1/default";
23506       alias: "elm/genlist/item_compress_odd/4text.1/default";
23507       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23508       data.item: "stacking" "above";
23509       data.item: "selectraise" "on";
23510       data.item: "flips" "elm.flip.content";
23511       images {
23512          image: "00_winset_list_bubble_bg.png" COMP;
23513       }
23514       parts {
23515          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23516          GENLIST_PART_BG_IMAGE
23517          GENLIST_PART_BOTTOM_LINE
23518          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
23519          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
23520          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23521          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23522
23523          part { name: "elm.text.1";
23524             clip_to: "disclip";
23525             type: TEXT;
23526             scale: 1;
23527             description { state: "default" 0.0;
23528                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
23529                fixed: 0 1;
23530                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23531                rel1 { relative: 1.0 1.0;
23532                   to_x: "elm.padding.left";
23533                   to_y: "elm.padding.top";
23534                }
23535                rel2 { relative: 0.0 1.0;
23536                   to_x: "elm.padding.text1.right";
23537                   to_y: "elm.padding.text1.right";
23538                }
23539                text {
23540                   font: "SLP:style=Roman";
23541                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
23542                   min: 0 1;
23543                   align: 0.0 0.5;
23544                   text_class: "list_item";
23545                }
23546             }
23547             description { state: "read" 0.0;
23548                inherit: "default" 0.0;
23549                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
23550             }
23551             description { state: "selected" 0.0;
23552                inherit: "default" 0.0;
23553                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
23554             }
23555             GENLIST_DESCRIPTION_FLIP_ENABLED
23556          }
23557          part { name: "elm.padding.text1.right";
23558             clip_to: "disclip";
23559             type: RECT;
23560             scale: 1;
23561             description { state: "default" 0.0;
23562                fixed: 1 1 ;
23563                align: 1.0 0.0;
23564                visible: 0;
23565                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23566                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23567                rel1 { relative: 0.0 1.0;
23568                   to_x: "elm.text.2";
23569                   to_y: "elm.padding.top";
23570                }
23571                rel2 { relative: 0.0 1.0;
23572                   to_x: "elm.text.2";
23573                   to_y: "elm.padding.top";
23574                }
23575             }
23576          }
23577          part { name: "elm.text.2";
23578             clip_to: "disclip";
23579             type: TEXT;
23580             scale: 1;
23581             description { state: "default" 0.0;
23582                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
23583                fixed: 0 1;
23584                align: 1.0 1.0;
23585                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23586                rel1 { relative: 0.0 1.0;
23587                   to_x: "elm.padding.right";
23588                   to_y: "elm.padding.bottom";
23589                }
23590                rel2 { relative: 0.0 1.0;
23591                  to_x: "elm.padding.right";
23592                  to_y: "elm.padding.bottom";
23593                }
23594                text {
23595                   font: "SLP:style=Medium";
23596                   size: GENLIST_FONT_32_INC;
23597                   min: 1 1;
23598                   align: 0.5 0.5;
23599                   text_class: "slp_medium";
23600               }
23601             }
23602             description { state: "selected" 0.0;
23603                inherit: "default" 0.0;
23604                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
23605             }
23606             GENLIST_DESCRIPTION_FLIP_ENABLED
23607          }
23608          part { name: "elm.bubble";
23609             type: IMAGE;
23610             description{ state: "default" 0.0;
23611                fixed: 0 1;
23612                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
23613                rel1 { relative: 0 0;
23614                   to_x: "elm.padding.bubble.text4.left";
23615                   to_y: "elm.padding.bubble.text4.left";
23616                }
23617                rel2 { relative: 1 1;
23618                   to_x: "elm.padding.bubble.text4.right";
23619                   to_y: "elm.padding.bubble.text4.right";
23620                }
23621                image {
23622                   normal: "00_winset_list_bubble_bg.png";
23623                   border:  6 6 0 0;
23624                }
23625             }
23626          }
23627          part { name: "elm.padding.bubble.text4.left";
23628             type: RECT;
23629             scale: 1;
23630             description { state: "default" 0.0;
23631                fixed: 1 1;
23632                align: 1 0;
23633                visible: 0;
23634                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23635                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23636                rel1 { relative: 0 1;
23637                   to_x: "elm.text.4";
23638                   to_y: "elm.padding.top";
23639                }
23640                rel2 { relative: 0 0;
23641                   to_x: "elm.text.4";
23642                   to_y: "elm.text.2";
23643                }
23644
23645             }
23646          }
23647          part { name: "elm.padding.bubble.text4.right";
23648             type: RECT;
23649             scale: 1;
23650             description { state: "default" 0.0;
23651                fixed: 1 1;
23652                align: 1 0;
23653                visible: 0;
23654                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23655                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
23656                rel1 { relative: 0 1;
23657                   to_x: "elm.padding.right";
23658                   to_y: "elm.padding.top";
23659                }
23660                rel2 { relative: 0 0;
23661                   to_x: "elm.padding.right";
23662                   to_y: "elm.text.2";
23663                }
23664             }
23665          }
23666          part { name: "elm.text.4";
23667             clip_to: "disclip";
23668             type: TEXT;
23669             scale: 1;
23670             description { state: "default" 0.0;
23671                color: GENLIST_TEXT_COLOR_LIST_BUBBLE_TEXT;
23672                fixed: 0 1;
23673                align: 1.0 0.0;
23674                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
23675                rel1 { relative: 0 1;
23676                   to_x: "elm.padding.bubble.text4.right";
23677                   to_y: "elm.padding.top";
23678                }
23679                rel2 { relative: 0 0;
23680                   to_x: "elm.padding.bubble.text4.right";
23681                   to_y: "elm.text.2";
23682                }
23683                text {
23684                   font: "SLP:style=Medium";
23685                   size: GENLIST_FONT_32_INC;
23686                   min: 1 1;
23687                   align: 0.5 0.5;
23688                   text_class: "slp_medium";
23689                }
23690             }
23691             GENLIST_DESCRIPTION_FLIP_ENABLED
23692          }
23693          part { name: "elm.padding.text3.right";
23694             clip_to: "disclip";
23695             type: RECT;
23696             scale: 1;
23697             description { state: "default" 0.0;
23698                fixed: 1 1;
23699                align: 1.0 0.0;
23700                visible: 0;
23701                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23702                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23703                rel1 { relative: 0 0;
23704                   to_x: "elm.padding.bubble.text4.left";
23705                   to_y: "elm.padding.bubble.text4.left";
23706                }
23707                rel2 { relative: 0 0;
23708                   to_x: "elm.padding.bubble.text4.left";
23709                   to_y: "elm.padding.bottom";
23710                }
23711             }
23712          }
23713          part { name: "elm.text.3";
23714             clip_to: "disclip";
23715             type: TEXT;
23716             scale: 1;
23717             description { state: "default" 0.0;
23718                color: GENLIST_TEXT_COLOR_NAME_TEXT;
23719                fixed: 0 1;
23720                align: 0.0 0.0;
23721                min: 0 GENLIST_SIZE_48_INC;
23722                rel1 { relative: 1 1;
23723                   to_x: "elm.padding.left";
23724                   to_y: "elm.text.1";
23725                }
23726                rel2 { relative: 0 1;
23727                   to_x: "elm.padding.text3.right";
23728                   to_y: "elm.padding.text3.right";
23729                }
23730                text {
23731                   font: "SLP:style=Medium";
23732                   size: GENLIST_FONT_32_INC;
23733                   min: 0 1;
23734                   align: 0.0 0.5;
23735                   text_class: "slp_medium";
23736                }
23737             }
23738             description { state: "selected" 0.0;
23739                inherit: "default" 0.0;
23740                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
23741             }
23742             GENLIST_DESCRIPTION_FLIP_ENABLED
23743          }
23744          GENLIST_PART_FLIP
23745          GENLIST_PART_DISCLIP
23746       }
23747       programs {
23748          // signal: elm,state,%s,active
23749          //   a "check" item named %s went active
23750          // signal: elm,state,%s,passive
23751          //   a "check" item named %s went passive
23752          // default is passive
23753          program { name: "go_active";
23754             signal: "elm,state,selected";
23755             source: "elm";
23756             action: STATE_SET "selected" 0.0;
23757             target: "bg_image";
23758             target: "elm.text.1";
23759             target: "elm.text.2";
23760          }
23761          program { name: "go_passive";
23762             signal: "elm,state,unselected";
23763             source: "elm";
23764             action: STATE_SET "default" 0.0;
23765             target: "bg_image";
23766             target: "elm.text.1";
23767             target: "elm.text.2";
23768             transition: LINEAR 0.1;
23769          }
23770          program { name: "go_read";
23771             signal: "elm,state,read";
23772             source: "elm";
23773             action: STATE_SET "read" 0.0;
23774             target: "elm.text.1";
23775          }
23776          program { name: "go_unread";
23777             signal: "elm,state,unread";
23778             source: "elm";
23779             action: STATE_SET "default" 0.0;
23780             target: "elm.text.1";
23781          }
23782       }
23783    }
23784    // 2.2.2.41
23785    group { name: "elm/genlist/item/4text.2/default";
23786       alias: "elm/genlist/item_odd/4text.2/default";
23787       alias: "elm/genlist/item_compress/4text.2/default";
23788       alias: "elm/genlist/item_compress_odd/4text.2/default";
23789       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
23790       data.item: "stacking" "above";
23791       data.item: "selectraise" "on";
23792       data.item: "flips" "elm.flip.content";
23793       parts {
23794          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
23795          GENLIST_PART_BG_IMAGE
23796          GENLIST_PART_BOTTOM_LINE
23797          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
23798          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
23799          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
23800          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
23801
23802          part { name: "elm.text.1";
23803             clip_to: "disclip";
23804             type: TEXT;
23805             scale: 1;
23806             description { state: "default" 0.0;
23807                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
23808                fixed: 0 1;
23809                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23810                rel1 { relative: 1.0 1.0;
23811                   to_x: "elm.padding.left";
23812                   to_y: "elm.padding.top";
23813                }
23814                rel2 { relative: 0.0 1.0;
23815                   to_x: "elm.padding.text1.right";
23816                   to_y: "elm.padding.text1.right";
23817                }
23818                text {
23819                   font: "SLP:style=Roman";
23820                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
23821                   min: 0 1;
23822                   align: 0.0 0.5;
23823                   text_class: "list_item";
23824                }
23825             }
23826             description { state: "read" 0.0;
23827                inherit: "default" 0.0;
23828                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
23829             }
23830             description { state: "selected" 0.0;
23831                inherit: "default" 0.0;
23832                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
23833             }
23834             GENLIST_DESCRIPTION_FLIP_ENABLED
23835          }
23836          part { name: "elm.padding.text1.right";
23837             clip_to: "disclip";
23838             type: RECT;
23839             scale: 1;
23840             description { state: "default" 0.0;
23841                fixed: 1 1 ;
23842                align: 1.0 0.0;
23843                visible: 0;
23844                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23845                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
23846                rel1 { relative: 0.0 1.0;
23847                   to_x: "elm.text.2";
23848                   to_y: "elm.padding.top";
23849                }
23850                rel2 { relative: 0.0 1.0;
23851                   to_x: "elm.text.2";
23852                   to_y: "elm.padding.top";
23853                }
23854             }
23855          }
23856          part { name: "elm.text.2";
23857             clip_to: "disclip";
23858             type: TEXT;
23859             scale: 1;
23860             description { state: "default" 0.0;
23861                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
23862                fixed: 0 1;
23863                align: 1.0 1.0;
23864                min: 0 GENLIST_SIZE_SLIDE_60_INC;
23865                rel1 { relative: 0.0 1.0;
23866                   to_x: "elm.padding.right";
23867                   to_y: "elm.padding.bottom";
23868                }
23869                rel2 { relative: 0.0 1.0;
23870                  to_x: "elm.padding.right";
23871                  to_y: "elm.padding.bottom";
23872                }
23873                text {
23874                   font: "SLP:style=Medium";
23875                   size: GENLIST_FONT_32_INC;
23876                   min: 1 1;
23877                   align: 0.5 0.5;
23878                   text_class: "slp_medium";
23879               }
23880             }
23881             description { state: "selected" 0.0;
23882                inherit: "default" 0.0;
23883                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
23884             }
23885             GENLIST_DESCRIPTION_FLIP_ENABLED
23886          }
23887          part { name: "elm.text.4";
23888             clip_to: "disclip";
23889             type: TEXT;
23890             scale: 1;
23891             description { state: "default" 0.0;
23892                color: GENLIST_TEXT_COLOR_LIST_MESSAGE_TEXT;
23893                fixed: 0 1;
23894                align: 1.0 0.0;
23895                min: 0 GENLIST_SIZE_48_INC;
23896                rel1 { relative: 0 1;
23897                   to_x: "elm.padding.right";
23898                   to_y: "elm.padding.top";
23899                }
23900                rel2 { relative: 0 0;
23901                   to_x: "elm.padding.right";
23902                   to_y: "elm.text.2";
23903                }
23904                text {
23905                   font: "SLP:style=Medium";
23906                   size: GENLIST_FONT_32_INC;
23907                   min: 1 1;
23908                   align: 0.5 0.5;
23909                   text_class: "slp_medium";
23910                }
23911             }
23912             GENLIST_DESCRIPTION_FLIP_ENABLED
23913          }
23914          part { name: "elm.padding.text3.right";
23915             clip_to: "disclip";
23916             type: RECT;
23917             scale: 1;
23918             description { state: "default" 0.0;
23919                fixed: 1 1;
23920                align: 1.0 0.0;
23921                visible: 0;
23922                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23923                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
23924                rel1 { relative: 0 0;
23925                   to_x: "elm.text.4";
23926                   to_y: "elm.text.4";
23927                }
23928                rel2 { relative: 0 0;
23929                   to_x: "elm.text.4";
23930                   to_y: "elm.padding.bottom";
23931                }
23932             }
23933          }
23934          part { name: "elm.text.3";
23935             clip_to: "disclip";
23936             type: TEXT;
23937             scale: 1;
23938             description { state: "default" 0.0;
23939                color: GENLIST_TEXT_COLOR_NAME_TEXT;
23940                fixed: 0 1;
23941                align: 0.0 0.0;
23942                min: 0 GENLIST_SIZE_48_INC;
23943                rel1 { relative: 1 1;
23944                   to_x: "elm.padding.left";
23945                   to_y: "elm.text.1";
23946                }
23947                rel2 { relative: 0 1;
23948                   to_x: "elm.padding.text3.right";
23949                   to_y: "elm.padding.text3.right";
23950                }
23951                text {
23952                   font: "SLP:style=Medium";
23953                   size: GENLIST_FONT_32_INC;
23954                   min: 0 1;
23955                   align: 0.0 0.5;
23956                   text_class: "slp_medium";
23957                }
23958             }
23959             description { state: "selected" 0.0;
23960                inherit: "default" 0.0;
23961                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
23962             }
23963             GENLIST_DESCRIPTION_FLIP_ENABLED
23964          }
23965          GENLIST_PART_FLIP
23966          GENLIST_PART_DISCLIP
23967       }
23968       programs {
23969          // signal: elm,state,%s,active
23970          //   a "check" item named %s went active
23971          // signal: elm,state,%s,passive
23972          //   a "check" item named %s went passive
23973          // default is passive
23974          program { name: "go_active";
23975             signal: "elm,state,selected";
23976             source: "elm";
23977             action: STATE_SET "selected" 0.0;
23978             target: "bg_image";
23979             target: "elm.text.1";
23980             target: "elm.text.2";
23981          }
23982          program { name: "go_passive";
23983             signal: "elm,state,unselected";
23984             source: "elm";
23985             action: STATE_SET "default" 0.0;
23986             target: "bg_image";
23987             target: "elm.text.1";
23988             target: "elm.text.2";
23989             transition: LINEAR 0.1;
23990          }
23991          program { name: "go_read";
23992             signal: "elm,state,read";
23993             source: "elm";
23994             action: STATE_SET "read" 0.0;
23995             target: "elm.text.1";
23996          }
23997          program { name: "go_unread";
23998             signal: "elm,state,unread";
23999             source: "elm";
24000             action: STATE_SET "default" 0.0;
24001             target: "elm.text.1";
24002          }
24003       }
24004    }
24005    // 2.2.2.42
24006    group { name: "elm/genlist/item/3text.1icon.3/default";
24007       alias: "elm/genlist/item_odd/3text.1icon.3/default";
24008       alias: "elm/genlist/item_compress/3text.1icon.3/default";
24009       alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
24010       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
24011       data.item: "contents" "elm.icon.1";
24012       data.item: "stacking" "above";
24013       data.item: "selectraise" "on";
24014       data.item: "flips" "elm.flip.content";
24015       parts {
24016          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24017          GENLIST_PART_BG_IMAGE
24018          GENLIST_PART_BOTTOM_LINE
24019          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24020          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24021          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24022          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24023
24024          part { name: "elm.text.1";
24025             clip_to: "disclip";
24026             type: TEXT;
24027             scale: 1;
24028             description { state: "default" 0.0;
24029                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
24030                fixed: 0 1;
24031                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24032                rel1 { relative: 1.0 1.0;
24033                   to_x: "elm.padding.left";
24034                   to_y: "elm.padding.top";
24035                }
24036                rel2 { relative: 0.0 1.0;
24037                   to_x: "elm.padding.text1.right";
24038                   to_y: "elm.padding.text1.right";
24039                }
24040                text {
24041                   font: "SLP:style=Roman";
24042                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
24043                   min: 0 1;
24044                   align: 0.0 0.5;
24045                   text_class: "list_item";
24046                }
24047             }
24048             description { state: "read" 0.0;
24049                inherit: "default" 0.0;
24050                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
24051             }
24052             description { state: "selected" 0.0;
24053                inherit: "default" 0.0;
24054                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
24055             }
24056             GENLIST_DESCRIPTION_FLIP_ENABLED
24057          }
24058          part { name: "elm.padding.text1.right";
24059             clip_to: "disclip";
24060             type: RECT;
24061             scale: 1;
24062             description { state: "default" 0.0;
24063                fixed: 1 1 ;
24064                align: 1.0 0.0;
24065                visible: 0;
24066                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24067                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24068                rel1 { relative: 0.0 1.0;
24069                   to_x: "elm.icon.1";
24070                   to_y: "elm.padding.top";
24071                }
24072                rel2 { relative: 0.0 1.0;
24073                   to_x: "elm.icon.1";
24074                   to_y: "elm.padding.top";
24075                }
24076             }
24077          }
24078          part { name: "elm.text.2";
24079             clip_to: "disclip";
24080             type: TEXT;
24081             scale: 1;
24082             description { state: "default" 0.0;
24083                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
24084                fixed: 0 1;
24085                align: 1.0 1.0;
24086                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24087                rel1 { relative: 0.0 1.0;
24088                   to_x: "elm.padding.right";
24089                   to_y: "elm.padding.bottom";
24090                }
24091                rel2 { relative: 0.0 1.0;
24092                  to_x: "elm.padding.right";
24093                  to_y: "elm.padding.bottom";
24094                }
24095                text {
24096                   font: "SLP:style=Medium";
24097                   size: GENLIST_FONT_32_INC;
24098                   min: 1 1;
24099                   align: 0.5 0.5;
24100                   text_class: "slp_medium";
24101               }
24102             }
24103             description { state: "selected" 0.0;
24104                inherit: "default" 0.0;
24105                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
24106             }
24107
24108             GENLIST_DESCRIPTION_FLIP_ENABLED
24109          }
24110          part { name: "elm.padding.icon1.right";
24111             clip_to: "disclip";
24112             type: RECT;
24113             scale: 1;
24114             description { state: "default" 0.0;
24115                fixed: 1 1;
24116                align: 1.0 0.0;
24117                visible: 0;
24118                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24119                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24120                rel1 { relative: 0 1;
24121                   to_x: "elm.padding.right";
24122                   to_y: "elm.padding.top";
24123                }
24124                rel2 { relative: 0 0;
24125                   to_x: "elm.padding.right";
24126                   to_y: "elm.text.2";
24127                }
24128             }
24129          }
24130          part { name: "elm.icon.1";
24131             clip_to: "disclip";
24132             type: SWALLOW;
24133             scale: 1;
24134             description { state: "default" 0.0;
24135                color: 0 255 255 255;
24136                fixed: 1 1;
24137                align: 1.0 0.0;
24138                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24139                max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24140                rel1 { relative: 0 0;
24141                   to_x: "elm.padding.icon1.right";
24142                   to_y: "elm.padding.icon1.right";
24143                }
24144                rel2 { relative: 0 1;
24145                   to_x: "elm.padding.icon1.right";
24146                   to_y: "elm.padding.icon1.right";
24147                }
24148             }
24149          }
24150          part { name: "elm.padding.text3.right";
24151             clip_to: "disclip";
24152             type: RECT;
24153             scale: 1;
24154             description { state: "default" 0.0;
24155                fixed: 1 1;
24156                align: 1.0 0.0;
24157                visible: 0;
24158                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24159                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24160                rel1 { relative: 0 0;
24161                   to_x: "elm.text.2";
24162                   to_y: "elm.padding.top";
24163                }
24164                rel2 { relative: 0 0;
24165                   to_x: "elm.text.2";
24166                   to_y: "elm.icon.1";
24167                }
24168             }
24169          }
24170          part { name: "elm.text.3";
24171             clip_to: "disclip";
24172             type: TEXT;
24173             scale: 1;
24174             description { state: "default" 0.0;
24175                color: GENLIST_TEXT_COLOR_NAME_TEXT;
24176                fixed: 0 1;
24177                align: 0.0 0.0;
24178                min: 0 GENLIST_SIZE_48_INC;
24179                rel1 { relative: 1 1;
24180                   to_x: "elm.padding.left";
24181                   to_y: "elm.text.1";
24182                }
24183                rel2 { relative: 0 1;
24184                   to_x: "elm.padding.text3.right";
24185                   to_y: "elm.padding.text3.right";
24186                }
24187                text {
24188                   font: "SLP:style=Medium";
24189                   size: GENLIST_FONT_32_INC;
24190                   min: 0 1;
24191                   align: 0.0 0.5;
24192                   text_class: "slp_medium";
24193                }
24194             }
24195             description { state: "selected" 0.0;
24196                inherit: "default" 0.0;
24197                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24198             }
24199             GENLIST_DESCRIPTION_FLIP_ENABLED
24200          }
24201          GENLIST_PART_FLIP
24202          GENLIST_PART_DISCLIP
24203       }
24204       programs {
24205          // signal: elm,state,%s,active
24206          //   a "check" item named %s went active
24207          // signal: elm,state,%s,passive
24208          //   a "check" item named %s went passive
24209          // default is passive
24210          program { name: "go_active";
24211             signal: "elm,state,selected";
24212             source: "elm";
24213             action: STATE_SET "selected" 0.0;
24214             target: "bg_image";
24215             target: "elm.text.1";
24216             target: "elm.text.2";
24217          }
24218          program { name: "go_passive";
24219             signal: "elm,state,unselected";
24220             source: "elm";
24221             action: STATE_SET "default" 0.0;
24222             target: "bg_image";
24223             target: "elm.text.1";
24224             target: "elm.text.2";
24225             transition: LINEAR 0.1;
24226          }
24227          program { name: "go_read";
24228             signal: "elm,state,read";
24229             source: "elm";
24230             action: STATE_SET "read" 0.0;
24231             target: "elm.text.1";
24232          }
24233          program { name: "go_unread";
24234             signal: "elm,state,unread";
24235             source: "elm";
24236             action: STATE_SET "default" 0.0;
24237             target: "elm.text.1";
24238          }
24239       }
24240    }
24241    // 2.2.2.44
24242    group { name: "elm/genlist/item/4text.1icon.3/default";
24243       alias: "elm/genlist/item_odd/4text.1icon.3/default";
24244       alias: "elm/genlist/item_compress/4text.1icon.3/default";
24245       alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
24246       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
24247       data.item: "stacking" "above";
24248       data.item: "selectraise" "on";
24249       data.item: "contents" "elm.icon.1";
24250       data.item: "flips" "elm.flip.content";
24251       images {
24252          image: "00_winset_list_bubble_bg.png" COMP;
24253       }
24254       parts {
24255          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24256          GENLIST_PART_BG_IMAGE
24257          GENLIST_PART_BOTTOM_LINE
24258          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24259          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24260          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24261          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24262          part { name: "elm.icon.1";
24263             clip_to: "disclip";
24264             type: SWALLOW;
24265             scale: 1;
24266             description { state: "default" 0.0;
24267                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
24268                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
24269                fixed: 1 1;
24270                rel1 {
24271                   relative: 1.0 0.0;
24272                   to_x: "elm.padding.left";
24273                }
24274                rel2 {
24275                   relative: 1.0 1.0;
24276                   to_x: "elm.padding.left";
24277                }
24278                align: 0.0 0.5;
24279             }
24280             GENLIST_DESCRIPTION_FLIP_ENABLED
24281          }
24282          part { name: "elm.text.1";
24283             clip_to: "disclip";
24284             type: TEXT;
24285             scale: 1;
24286             description { state: "default" 0.0;
24287                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
24288                fixed: 0 1;
24289                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24290                rel1 { relative: 1.0 1.0;
24291                   to_x: "elm.icon.1";
24292                   to_y: "elm.padding.top";
24293                }
24294                rel2 { relative: 0.0 1.0;
24295                   to_x: "elm.padding.text1.right";
24296                   to_y: "elm.padding.text1.right";
24297                }
24298                text {
24299                   font: "SLP:style=Roman";
24300                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
24301                   min: 0 1;
24302                   align: 0.0 0.5;
24303                   text_class: "list_item";
24304                }
24305             }
24306             description { state: "read" 0.0;
24307                inherit: "default" 0.0;
24308                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
24309             }
24310             description { state: "selected" 0.0;
24311                inherit: "default" 0.0;
24312                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
24313             }
24314             GENLIST_DESCRIPTION_FLIP_ENABLED
24315          }
24316          part { name: "elm.padding.text1.right";
24317             clip_to: "disclip";
24318             type: RECT;
24319             scale: 1;
24320             description { state: "default" 0.0;
24321                fixed: 1 1 ;
24322                align: 1.0 0.0;
24323                visible: 0;
24324                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24325                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24326                rel1 { relative: 0.0 1.0;
24327                   to_x: "elm.text.2";
24328                   to_y: "elm.padding.top";
24329                }
24330                rel2 { relative: 0.0 1.0;
24331                   to_x: "elm.text.2";
24332                   to_y: "elm.padding.top";
24333                }
24334             }
24335          }
24336          part { name: "elm.text.2";
24337             clip_to: "disclip";
24338             type: TEXT;
24339             scale: 1;
24340             description { state: "default" 0.0;
24341                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_DEFAULT;
24342                fixed: 0 1;
24343                align: 1.0 1.0;
24344                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24345                rel1 { relative: 0.0 1.0;
24346                   to_x: "elm.padding.right";
24347                   to_y: "elm.padding.bottom";
24348                }
24349                rel2 { relative: 0.0 1.0;
24350                  to_x: "elm.padding.right";
24351                  to_y: "elm.padding.bottom";
24352                }
24353                text {
24354                   font: "SLP:style=Medium";
24355                   size: GENLIST_FONT_32_INC;
24356                   min: 1 1;
24357                   align: 0.5 0.5;
24358                   text_class: "slp_medium";
24359                }
24360             }
24361             description { state: "selected" 0.0;
24362                inherit: "default" 0.0;
24363                color: GENLIST_TEXT_COLOR_LIST_SUB_TEXT_FOCUS;
24364             }
24365             GENLIST_DESCRIPTION_FLIP_ENABLED
24366          }
24367          part { name: "elm.bubble";
24368             type: IMAGE;
24369             description{ state: "default" 0.0;
24370                fixed: 0 1;
24371                min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
24372                rel1 { relative: 0 0;
24373                   to_x: "elm.padding.bubble.text4.left";
24374                   to_y: "elm.padding.bubble.text4.left";
24375                }
24376                rel2 { relative: 1 1;
24377                   to_x: "elm.padding.bubble.text4.right";
24378                   to_y: "elm.padding.bubble.text4.right";
24379                }
24380                image {
24381                   normal: "00_winset_list_bubble_bg.png";
24382                   border:  6 6 0 0;
24383                }
24384             }
24385          }
24386          part { name: "elm.padding.bubble.text4.left";
24387             type: RECT;
24388             scale: 1;
24389             description { state: "default" 0.0;
24390                fixed: 1 1;
24391                align: 1 0;
24392                visible: 0;
24393                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24394                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24395                rel1 { relative: 0 1;
24396                   to_x: "elm.text.4";
24397                   to_y: "elm.padding.top";
24398                }
24399                rel2 { relative: 0 0;
24400                   to_x: "elm.text.4";
24401                   to_y: "elm.text.2";
24402                }
24403
24404             }
24405          }
24406          part { name: "elm.padding.bubble.text4.right";
24407             type: RECT;
24408             scale: 1;
24409             description { state: "default" 0.0;
24410                fixed: 1 1;
24411                align: 1 0;
24412                visible: 0;
24413                min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24414                max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
24415                rel1 { relative: 0 1;
24416                   to_x: "elm.padding.right";
24417                   to_y: "elm.padding.top";
24418                }
24419                rel2 { relative: 0 0;
24420                   to_x: "elm.padding.right";
24421                   to_y: "elm.text.2";
24422                }
24423             }
24424          }
24425          part { name: "elm.text.4";
24426             clip_to: "disclip";
24427             type: TEXT;
24428             scale: 1;
24429             description { state: "default" 0.0;
24430                color: GENLIST_TEXT_COLOR_LIST_BUBBLE_TEXT;
24431                fixed: 0 1;
24432                align: 1.0 0.0;
24433                min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
24434                rel1 { relative: 0 1;
24435                   to_x: "elm.padding.bubble.text4.right";
24436                   to_y: "elm.padding.top";
24437                }
24438                rel2 { relative: 0 0;
24439                   to_x: "elm.padding.bubble.text4.right";
24440                   to_y: "elm.text.2";
24441                }
24442                text {
24443                   font: "SLP:style=Medium";
24444                   size: GENLIST_FONT_32_INC;
24445                   min: 1 1;
24446                   align: 0.5 0.5;
24447                   text_class: "slp_medium";
24448                }
24449             }
24450             GENLIST_DESCRIPTION_FLIP_ENABLED
24451          }
24452          part { name: "elm.padding.text3.right";
24453             clip_to: "disclip";
24454             type: RECT;
24455             scale: 1;
24456             description { state: "default" 0.0;
24457                fixed: 1 1;
24458                align: 1.0 0.0;
24459                visible: 0;
24460                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24461                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24462                rel1 { relative: 0 0;
24463                   to_x: "elm.padding.bubble.text4.left";
24464                   to_y: "elm.padding.bubble.text4.left";
24465                }
24466                rel2 { relative: 0 0;
24467                   to_x: "elm.padding.bubble.text4.left";
24468                   to_y: "elm.padding.bottom";
24469                }
24470             }
24471          }
24472          part { name: "elm.text.3";
24473             clip_to: "disclip";
24474             type: TEXT;
24475             scale: 1;
24476             description { state: "default" 0.0;
24477                color: GENLIST_TEXT_COLOR_NAME_TEXT;
24478                fixed: 0 1;
24479                align: 0.0 0.0;
24480                min: 0 GENLIST_SIZE_48_INC;
24481                rel1 { relative: 1 1;
24482                   to_x: "elm.icon.1";
24483                   to_y: "elm.text.1";
24484                }
24485                rel2 { relative: 0 1;
24486                   to_x: "elm.padding.text3.right";
24487                   to_y: "elm.padding.text3.right";
24488                }
24489                text {
24490                   font: "SLP:style=Medium";
24491                   size: GENLIST_FONT_32_INC;
24492                   min: 0 1;
24493                   align: 0.0 0.5;
24494                   text_class: "slp_medium";
24495                }
24496             }
24497             description { state: "selected" 0.0;
24498                inherit: "default" 0.0;
24499                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24500             }
24501             GENLIST_DESCRIPTION_FLIP_ENABLED
24502          }
24503          GENLIST_PART_FLIP
24504          GENLIST_PART_DISCLIP
24505       }
24506       programs {
24507          // signal: elm,state,%s,active
24508          //   a "check" item named %s went active
24509          // signal: elm,state,%s,passive
24510          //   a "check" item named %s went passive
24511          // default is passive
24512          program { name: "go_active";
24513             signal: "elm,state,selected";
24514             source: "elm";
24515             action: STATE_SET "selected" 0.0;
24516             target: "bg_image";
24517             target: "elm.text.1";
24518             target: "elm.text.2";
24519          }
24520          program { name: "go_passive";
24521             signal: "elm,state,unselected";
24522             source: "elm";
24523             action: STATE_SET "default" 0.0;
24524             target: "bg_image";
24525             target: "elm.text.1";
24526             target: "elm.text.2";
24527             transition: LINEAR 0.1;
24528          }
24529          program { name: "go_read";
24530             signal: "elm,state,read";
24531             source: "elm";
24532             action: STATE_SET "read" 0.0;
24533             target: "elm.text.1";
24534          }
24535          program { name: "go_unread";
24536             signal: "elm,state,unread";
24537             source: "elm";
24538             action: STATE_SET "default" 0.0;
24539             target: "elm.text.1";
24540          }
24541       }
24542    }
24543    // 2.2.2.43
24544    group { name: "elm/genlist/item/2text.4icon.1/default";
24545       alias: "elm/genlist/item_odd/2text.4icon.1/default";
24546       alias: "elm/genlist/item_compress/2text.4icon.1/default";
24547       alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
24548       data.item: "texts" "elm.text.1 elm.text.2";
24549       data.item: "stacking" "above";
24550       data.item: "selectraise" "on";
24551       data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
24552       data.item: "flips" "elm.flip.content";
24553       parts {
24554          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
24555          GENLIST_PART_BG_IMAGE
24556          GENLIST_PART_BOTTOM_LINE
24557          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
24558          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
24559          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24560          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24561          part { name: "elm.icon.1";
24562             clip_to: "disclip";
24563             type: SWALLOW;
24564             scale: 1;
24565             description { state: "default" 0.0;
24566                min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
24567                max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
24568                fixed: 1 1;
24569                rel1 {
24570                   relative: 0.0 1.0;
24571                   to_x: "elm.padding.right";
24572                   to_y: "elm.padding.top";
24573                }
24574                rel2 {
24575                   relative: 0.0 0.0;
24576                   to_x: "elm.padding.right";
24577                   to_y: "elm.padding.bottom";
24578                }
24579                align: 1.0 0.5;
24580             }
24581             GENLIST_DESCRIPTION_FLIP_ENABLED
24582          }
24583          part { name: "elm.padding.text1.right";
24584             clip_to: "disclip";
24585             type: RECT;
24586             scale: 1;
24587             description { state: "default" 0.0;
24588                fixed: 1 1 ;
24589                align: 1.0 0.0;
24590                visible: 0;
24591                min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24592                max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
24593                rel1 { relative: 0.0 1.0;
24594                   to_x: "elm.icon.1";
24595                   to_y: "elm.padding.top";
24596                }
24597                rel2 { relative: 0.0 1.0;
24598                   to_x: "elm.icon.1";
24599                   to_y: "elm.padding.top";
24600                }
24601             }
24602          }
24603          part { name: "elm.text.1";
24604             clip_to: "disclip";
24605             type: TEXT;
24606             scale: 1;
24607             description { state: "default" 0.0;
24608                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
24609                fixed: 0 1;
24610                min: 0 GENLIST_SIZE_SLIDE_60_INC;
24611                rel1 { relative: 1.0 1.0;
24612                   to_x: "elm.padding.left";
24613                   to_y: "elm.padding.top";
24614                }
24615                rel2 { relative: 0.0 1.0;
24616                   to_x: "elm.padding.text1.right";
24617                   to_y: "elm.padding.text1.right";
24618                }
24619                text {
24620                   font: "SLP:style=Roman";
24621                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
24622                   min: 0 1;
24623                   align: 0.0 0.5;
24624                   text_class: "list_item";
24625                }
24626             }
24627             description { state: "read" 0.0;
24628                inherit: "default" 0.0;
24629                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_READ;
24630             }
24631             description { state: "selected" 0.0;
24632                inherit: "default" 0.0;
24633                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_FOCUS;
24634             }
24635             GENLIST_DESCRIPTION_FLIP_ENABLED
24636          }
24637          part { name: "elm.padding.icon2.right";
24638             clip_to: "disclip";
24639             type: RECT;
24640             scale: 1;
24641             description { state: "default" 0.0;
24642                fixed: 1 1;
24643                align: 1.0 0.0;
24644                visible: 0;
24645                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24646                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24647                rel1 { relative: 0 1;
24648                   to_x: "elm.icon.1";
24649                   to_y: "elm.text.1";
24650                }
24651                rel2 { relative: 0 0;
24652                   to_x: "elm.icon.1";
24653                   to_y: "elm.padding.bottom";
24654                }
24655             }
24656          }
24657          part { name: "elm.icon.2";
24658             clip_to: "disclip";
24659             type: SWALLOW;
24660             scale: 1;
24661             description { state: "default" 0.0;
24662                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24663                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24664                fixed: 1 1;
24665                rel1 {
24666                   relative: 0.0 1.0;
24667                   to_x: "elm.padding.icon2.right";
24668                   to_y: "elm.text.1";
24669                }
24670                rel2 {
24671                   relative: 0.0 0.0;
24672                   to_x: "elm.padding.icon2.right";
24673                   to_y: "elm.padding.bottom";
24674                }
24675                align: 1.0 0.5;
24676             }
24677             GENLIST_DESCRIPTION_FLIP_ENABLED
24678          }
24679          part { name: "elm.padding.icon3.right";
24680             clip_to: "disclip";
24681             type: RECT;
24682             scale: 1;
24683             description { state: "default" 0.0;
24684                fixed: 1 1;
24685                align: 1.0 0.0;
24686                visible: 0;
24687                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24688                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24689                rel1 { relative: 0 1;
24690                   to_x: "elm.icon.2";
24691                   to_y: "elm.text.1";
24692                }
24693                rel2 { relative: 0 0;
24694                   to_x: "elm.icon.2";
24695                   to_y: "elm.padding.bottom";
24696                }
24697             }
24698          }
24699          part { name: "elm.icon.3";
24700             clip_to: "disclip";
24701             type: SWALLOW;
24702             scale: 1;
24703             description { state: "default" 0.0;
24704                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24705                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24706                fixed: 1 1;
24707                rel1 {
24708                   relative: 0.0 1.0;
24709                   to_x: "elm.padding.icon3.right";
24710                   to_y: "elm.text.1";
24711                }
24712                rel2 {
24713                   relative: 0.0 0.0;
24714                   to_x: "elm.padding.icon3.right";
24715                   to_y: "elm.padding.bottom";
24716                }
24717                align: 1.0 0.5;
24718             }
24719             GENLIST_DESCRIPTION_FLIP_ENABLED
24720          }
24721          part { name: "elm.padding.icon4.right";
24722             clip_to: "disclip";
24723             type: RECT;
24724             scale: 1;
24725             description { state: "default" 0.0;
24726                fixed: 1 1;
24727                align: 1.0 0.0;
24728                visible: 0;
24729                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24730                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24731                rel1 { relative: 0 1;
24732                   to_x: "elm.icon.3";
24733                   to_y: "elm.text.1";
24734                }
24735                rel2 { relative: 0 0;
24736                   to_x: "elm.icon.3";
24737                   to_y: "elm.padding.bottom";
24738                }
24739             }
24740          }
24741          part { name: "elm.icon.4";
24742             clip_to: "disclip";
24743             type: SWALLOW;
24744             scale: 1;
24745             description { state: "default" 0.0;
24746                min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24747                max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
24748                fixed: 1 1;
24749                rel1 {
24750                   relative: 0.0 1.0;
24751                   to_x: "elm.padding.icon4.right";
24752                   to_y: "elm.text.1";
24753                }
24754                rel2 {
24755                   relative: 0.0 0.0;
24756                   to_x: "elm.padding.icon4.right";
24757                   to_y: "elm.padding.bottom";
24758                }
24759                align: 1.0 0.5;
24760             }
24761             GENLIST_DESCRIPTION_FLIP_ENABLED
24762          }
24763          part { name: "elm.padding.text2.right";
24764             clip_to: "disclip";
24765             type: RECT;
24766             scale: 1;
24767             description { state: "default" 0.0;
24768                fixed: 1 1;
24769                align: 1.0 0.0;
24770                visible: 0;
24771                min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24772                max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
24773                rel1 { relative: 0 1;
24774                   to_x: "elm.icon.4";
24775                   to_y: "elm.text.1";
24776                }
24777                rel2 { relative: 0 0;
24778                   to_x: "elm.icon.4";
24779                   to_y: "elm.padding.bottom";
24780                }
24781             }
24782          }
24783          part { name: "elm.text.2";
24784             clip_to: "disclip";
24785             type: TEXT;
24786             scale: 1;
24787             description { state: "default" 0.0;
24788                color: GENLIST_TEXT_COLOR_NAME_TEXT;
24789                fixed: 0 1;
24790                align: 0.0 0.0;
24791                min: 0 GENLIST_SIZE_48_INC;
24792                rel1 { relative: 1 1;
24793                   to_x: "elm.padding.left";
24794                   to_y: "elm.text.1";
24795                }
24796                rel2 { relative: 0 1;
24797                   to_x: "elm.padding.text2.right";
24798                   to_y: "elm.padding.text2.right";
24799                }
24800                text {
24801                   font: "SLP:style=Medium";
24802                   size: GENLIST_FONT_32_INC;
24803                   min: 0 1;
24804                   align: 0.0 0.5;
24805                   text_class: "slp_medium";
24806                }
24807             }
24808             description { state: "selected" 0.0;
24809                inherit: "default" 0.0;
24810                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
24811             }
24812             GENLIST_DESCRIPTION_FLIP_ENABLED
24813          }
24814          GENLIST_PART_FLIP
24815          GENLIST_PART_DISCLIP
24816       }
24817       programs {
24818          // signal: elm,state,%s,active
24819          //   a "check" item named %s went active
24820          // signal: elm,state,%s,passive
24821          //   a "check" item named %s went passive
24822          // default is passive
24823          program { name: "go_active";
24824             signal: "elm,state,selected";
24825             source: "elm";
24826             action: STATE_SET "selected" 0.0;
24827             target: "bg_image";
24828             target: "elm.text.1";
24829          }
24830          program { name: "go_passive";
24831             signal: "elm,state,unselected";
24832             source: "elm";
24833             action: STATE_SET "default" 0.0;
24834             target: "bg_image";
24835             target: "elm.text.1";
24836             transition: LINEAR 0.1;
24837          }
24838          program { name: "go_read";
24839             signal: "elm,state,read";
24840             source: "elm";
24841             action: STATE_SET "read" 0.0;
24842             target: "elm.text.1";
24843          }
24844          program { name: "go_unread";
24845             signal: "elm,state,unread";
24846             source: "elm";
24847             action: STATE_SET "default" 0.0;
24848             target: "elm.text.1";
24849          }
24850       }
24851    }
24852
24853    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
24854       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
24855       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
24856       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
24857       alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
24858       alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
24859       alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
24860       alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
24861       alias: "elm/layout/dialogue/bg/2text.1icon.2";
24862       data.item: "stacking" "above";
24863       data.item: "selectraise" "on";
24864       data.item: "texts" "elm.text.1 elm.text.2";
24865       data.item: "contents" "elm.icon";
24866       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
24867       images {
24868           image: "00_list_thumbnail_bg.png" COMP;
24869       }
24870       parts {
24871          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
24872          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
24873          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
24874          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
24875          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
24876          part { name: "elm.icon.bg";
24877             scale: 1;
24878             description { state: "default" 0.0;
24879                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
24880                fixed: 1 1;
24881                align: 0.0 0.8;
24882                rel1 {
24883                   relative: 1.0 0.5;
24884                   to_x: "elm.padding.left";
24885                }
24886                rel2 {
24887                   relative: 1.0 0.5;
24888                   to_x: "elm.padding.left";
24889                }
24890                image {
24891                   normal: "00_list_thumbnail_bg.png";
24892                   border: 1 1 1 1;
24893                   border_scale: 1;
24894                   middle: NONE;
24895                }
24896             }
24897          }
24898          part { name: "elm.icon";
24899             type: SWALLOW;
24900             description { state: "default" 0.0;
24901                rel1.to: "elm.icon.bg";
24902                rel2.to: "elm.icon.bg";
24903             }
24904          }
24905          part { name: "elm.padding.icon.right";
24906             type: RECT;
24907             mouse_events: 0;
24908             scale: 1;
24909             description { state: "default" 0.0;
24910                min: GENLIST_PADDING_16_INC 0;
24911                fixed: 1 0;
24912                rel1 {
24913                    relative: 1.0 0.0;
24914                    to_x: "elm.icon.bg";
24915                }
24916                rel2.to_x: "elm.icon.bg";
24917                visible: 0;
24918                align: 0.0 0.5;
24919             }
24920          }
24921          part { name: "elm.padding.text.left";
24922             type: RECT;
24923             mouse_events: 0;
24924             scale: 1;
24925             description { state: "default" 0.0;
24926                min: GENLIST_PADDING_16_INC 0;
24927                fixed: 1 0;
24928                rel1 {
24929                    relative: 1.0 1.0;
24930                    to_x: "elm.padding.icon.right";
24931                    to_y: "elm.padding.top";
24932                }
24933                rel2.to_x: "elm.padding.icon.right";
24934                visible: 0;
24935                align: 1.0 0.5;
24936             }
24937          }
24938          part { name: "vertical_line";
24939             type: RECT;
24940             mouse_events: 0;
24941             description { state: "default" 0.0;
24942                min: 1 0;
24943                fixed: 1 0;
24944                color: GENLIST_PART_LIST_LINE_COLOR_INC;
24945                rel1 {
24946                   relative: 1.0 1.0;
24947                   to_x: "elm.padding.text.left";
24948                   to_y: "elm.padding.top";
24949                }
24950                rel2 {
24951                   relative: 1.0 0.0;
24952                   to_x: "elm.padding.text.left";
24953                   to_y: "elm.padding.bottom";
24954                }
24955                align: 0.0 0.5;
24956             }
24957          }
24958          part { name: "text_vertical_rect";
24959             type: RECT;
24960             mouse_events: 0;
24961             description { state: "default" 0.0;
24962                min: GENLIST_PADDING_16_INC 0;
24963                fixed: 1 0;
24964                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
24965                rel1 {
24966                   relative: 1.0 1.0;
24967                   to_x: "vertical_line";
24968                   to_y: "elm.padding.top";
24969                }
24970                rel2 {
24971                   relative: 1.0 0.0;
24972                   to_x: "elm.padding.text.left";
24973                   to_y: "elm.padding.bottom";
24974                }
24975                align: 0.0 0.5;
24976             }
24977          }
24978          part { name: "elm.padding.text.right";
24979             type: RECT;
24980             mouse_events: 0;
24981             scale: 1;
24982             description { state: "default" 0.0;
24983                min: GENLIST_PADDING_16_INC 0;
24984                fixed: 1 0;
24985                rel1 {
24986                    relative: 1.0 0.0;
24987                    to_x: "text_vertical_rect";
24988                }
24989                rel2.to_x: "text_vertical_rect";
24990                visible: 0;
24991                align: 0.0 0.5;
24992             }
24993          }
24994          part { name: "text_top_line";
24995             type: RECT;
24996             mouse_events: 0;
24997             description { state: "default" 0.0;
24998                min: 0 1;
24999                fixed: 0 1;
25000                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25001                rel1 {
25002                   relative: 1.0 0.0;
25003                   to_x: "text_vertical_rect";
25004                   to_y: "text_vertical_rect";
25005                }
25006                rel2 {
25007                   relative: 1.0 0.0;
25008                   to_y: "text_vertical_rect";
25009                }
25010                align: 0.0 0.0;
25011             }
25012          }
25013          part { name: "text_center_line";
25014             type: RECT;
25015             mouse_events: 0;
25016             description { state: "default" 0.0;
25017                min: 0 1;
25018                fixed: 0 1;
25019                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25020                rel1 {
25021                   relative: 1.0 0.5;
25022                   to_x: "text_vertical_rect";
25023                }
25024                rel2.relative: 1.0 0.5;
25025                align: 0.5 0.5;
25026             }
25027          }
25028          part { name: "text_bottom_line";
25029             type: RECT;
25030             mouse_events: 0;
25031             description { state: "default" 0.0;
25032                min: 0 1;
25033                fixed: 0 1;
25034                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25035                rel1 {
25036                   relative: 1.0 1.0;
25037                   to_x: "text_vertical_rect";
25038                   to_y: "text_vertical_rect";
25039                }
25040                rel2 {
25041                   relative: 1.0 1.0;
25042                   to_y: "text_vertical_rect";
25043                }
25044                align: 0.0 1.0;
25045             }
25046          }
25047          part { name: "elm.text.bg.1";
25048             clip_to: "disclip";
25049             type: RECT;
25050             mouse_events: 0;
25051             scale: 1;
25052             description { state: "default" 0.0;
25053                rel1 {
25054                   relative: 1.0 1.0;
25055                   to_x: "text_vertical_rect";
25056                   to_y: "text_top_line";
25057                }
25058                rel2 {
25059                   relative: 1.0 0.0;
25060                   to_x: "elm.padding.right";
25061                   to_y: "text_center_line";
25062                }
25063                color: GENLIST_PART_BG_COLOR_INC;
25064             }
25065          }
25066          part { name: "elm.text.1";
25067             type: TEXT;
25068             mouse_events: 0;
25069             scale: 1;
25070             description { state: "default" 0.0;
25071                min: 0 GENLIST_SIZE_54_INC;
25072                rel1 {
25073                   relative: 1.0 0.0;
25074                   to_x: "elm.padding.text.right";
25075                   to_y: "elm.text.bg.1";
25076                }
25077                rel2 {
25078                   relative: 0.0 1.0;
25079                   to_x: "elm.padding.right";
25080                   to_y: "elm.text.bg.1";
25081                }
25082                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
25083                text {
25084                   font: "SLP:style=Roman";
25085                   size: GENLIST_FONT_48_INC;
25086                   align: 0.0 0.5;
25087                   text_class: "list_item";
25088                }
25089             }
25090             GENLIST_DESCRIPTION_FLIP_ENABLED
25091          }
25092          part { name: "elm.flip.content.1";
25093             clip_to: "disclip";
25094             type: SWALLOW;
25095             description { state: "default" 0.0;
25096                visible: 0;
25097                fixed: 1 1;
25098                rel1.to: "elm.text.1";
25099                rel2.to: "elm.text.1";
25100             }
25101             description { state: "flip_enabled" 0.0;
25102                inherit: "default" 0.0;
25103                visible: 1;
25104             }
25105          }
25106          part { name: "elm.text.bg.2";
25107             clip_to: "disclip";
25108             type: RECT;
25109             mouse_events: 0;
25110             scale: 1;
25111             description { state: "default" 0.0;
25112                rel1 {
25113                   relative: 1.0 1.0;
25114                   to_x: "text_vertical_rect";
25115                   to_y: "text_center_line";
25116                }
25117                rel2 {
25118                   relative: 1.0 0.0;
25119                   to_x: "elm.padding.right";
25120                   to_y: "text_bottom_line";
25121                }
25122                color: GENLIST_PART_BG_COLOR_INC;
25123             }
25124          }
25125          part { name: "elm.text.2";
25126             clip_to: "disclip";
25127             type: TEXT;
25128             mouse_events: 0;
25129             scale: 1;
25130             description { state: "default" 0.0;
25131                min: 0 GENLIST_SIZE_54_INC;
25132                rel1 {
25133                   relative: 1.0 0.0;
25134                   to_x: "elm.padding.text.right";
25135                   to_y: "elm.text.bg.2";
25136                }
25137                rel2 {
25138                   relative: 0.0 1.0;
25139                   to_x: "elm.padding.right";
25140                   to_y: "elm.text.bg.2";
25141                }
25142                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
25143                text {
25144                   font: "SLP:style=Roman";
25145                   size: GENLIST_FONT_48_INC;
25146                   align: 0.0 0.5;
25147                   text_class: "slp_roman";
25148                }
25149             }
25150             GENLIST_DESCRIPTION_FLIP_ENABLED
25151          }
25152          part { name: "elm.flip.content.2";
25153             clip_to: "disclip";
25154             type: SWALLOW;
25155             description { state: "default" 0.0;
25156                visible: 0;
25157                fixed: 1 1;
25158                rel1.to: "elm.text.2";
25159                rel2.to: "elm.text.2";
25160             }
25161             description { state: "flip_enabled" 0.0;
25162                inherit: "default" 0.0;
25163                visible: 1;
25164             }
25165          }
25166          GENLIST_PART_DISCLIP
25167       }
25168       programs {
25169          // signal: elm,state,%s,active
25170          //   a "check" item named %s went active
25171          // signal: elm,state,%s,passive
25172          //   a "check" item named %s went passive
25173          // default is passive
25174          /*program { name: "go_active";
25175             signal: "elm,state,selected";
25176             source: "elm";
25177             action: STATE_SET "selected" 0.0;
25178             target: "elm.text";
25179             target: "elm.text.sub";
25180          }
25181          program { name: "go_passive";
25182             signal: "elm,state,unselected";
25183             source: "elm";
25184             action: STATE_SET "default" 0.0;
25185             target: "elm.text";
25186             target: "elm.text.sub";
25187             transition: LINEAR 0.1;
25188          }*/
25189          program { name: "go_disabled";
25190             signal: "elm,state,disabled";
25191             source: "elm";
25192             action: STATE_SET "disabled" 0.0;
25193             target: "disclip";
25194          }
25195          program { name: "go_enabled";
25196             signal: "elm,state,enabled";
25197             source: "elm";
25198             action: STATE_SET "default" 0.0;
25199             target: "disclip";
25200          }
25201          program { name: "flip_enabled";
25202             signal: "elm,state,flip,enabled";
25203             source: "elm";
25204             action: STATE_SET "flip_enabled" 0.0;
25205             target: "elm.text.1";
25206             target: "elm.text.2";
25207             target: "elm.flip.content.1";
25208             target: "elm.flip.content.2";
25209          }
25210          program { name: "flip_disabled";
25211             signal: "elm,state,flip,disabled";
25212             source: "elm";
25213             action: STATE_SET "default" 0.0;
25214             target: "elm.text.1";
25215             target: "elm.text.2";
25216             target: "elm.flip.content.1";
25217             target: "elm.flip.content.2";
25218          }
25219       }
25220    }
25221
25222 /* non-bottom-border-area version of 2text.1icon.2 */
25223    group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
25224       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
25225       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
25226       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
25227       alias: "elm/layout/dialogue/bg/2text.1icon.3";
25228       data.item: "stacking" "above";
25229       data.item: "selectraise" "on";
25230       data.item: "texts" "elm.text.1 elm.text.2";
25231       data.item: "contents" "elm.icon";
25232       data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
25233       images {
25234           image: "00_list_thumbnail_bg.png" COMP;
25235       }
25236       parts {
25237          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
25238          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
25239          GENLIST_PART_PADDING_BOTTOM( 0 )
25240          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
25241          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25242          part { name: "elm.icon.bg";
25243             scale: 1;
25244             description { state: "default" 0.0;
25245                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
25246                fixed: 1 1;
25247                align: 0.0 0.7;
25248                rel1 {
25249                   relative: 1.0 0.5;
25250                   to_x: "elm.padding.left";
25251                }
25252                rel2 {
25253                   relative: 1.0 0.5;
25254                   to_x: "elm.padding.left";
25255                }
25256                image {
25257                   normal: "00_list_thumbnail_bg.png";
25258                   border: 1 1 1 1;
25259                   border_scale: 1;
25260                   middle: NONE;
25261                }
25262             }
25263          }
25264          part { name: "elm.icon";
25265             type: SWALLOW;
25266             description { state: "default" 0.0;
25267                rel1.to: "elm.icon.bg";
25268                rel2.to: "elm.icon.bg";
25269             }
25270          }
25271          part { name: "elm.padding.icon.right";
25272             type: RECT;
25273             mouse_events: 0;
25274             scale: 1;
25275             description { state: "default" 0.0;
25276                min: GENLIST_PADDING_16_INC 0;
25277                fixed: 1 0;
25278                rel1 {
25279                    relative: 1.0 0.0;
25280                    to_x: "elm.icon.bg";
25281                }
25282                rel2.to_x: "elm.icon.bg";
25283                visible: 0;
25284                align: 0.0 0.5;
25285             }
25286          }
25287          part { name: "elm.padding.text.left";
25288             type: RECT;
25289             mouse_events: 0;
25290             scale: 1;
25291             description { state: "default" 0.0;
25292                min: GENLIST_PADDING_16_INC 0;
25293                fixed: 1 0;
25294                rel1 {
25295                    relative: 1.0 1.0;
25296                    to_x: "elm.padding.icon.right";
25297                    to_y: "elm.padding.top";
25298                }
25299                rel2.to_x: "elm.padding.icon.right";
25300                visible: 0;
25301                align: 1.0 0.5;
25302             }
25303          }
25304          part { name: "vertical_line";
25305             type: RECT;
25306             mouse_events: 0;
25307             description { state: "default" 0.0;
25308                visible: 0;
25309                rel1 {
25310                   relative: 1.0 1.0;
25311                   to_x: "elm.padding.text.left";
25312                   to_y: "elm.padding.top";
25313                }
25314                rel2 {
25315                   relative: 1.0 0.0;
25316                   to_x: "elm.padding.text.left";
25317                   to_y: "elm.padding.bottom";
25318                }
25319             }
25320          }
25321          part { name: "text_vertical_rect";
25322             type: RECT;
25323             mouse_events: 0;
25324             scale: 1;
25325             description { state: "default" 0.0;
25326                min: GENLIST_SIZE_16_INC 0;
25327                fixed: 1 0;
25328                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
25329                rel1 {
25330                   relative: 1.0 1.0;
25331                   to_x: "vertical_line";
25332                   to_y: "elm.padding.top";
25333                }
25334                rel2 {
25335                   relative: 1.0 0.0;
25336                   to_x: "elm.padding.text.left";
25337                   to_y: "elm.padding.bottom";
25338                }
25339                align: 0.0 0.5;
25340             }
25341          }
25342          part { name: "elm.padding.text.right";
25343             type: RECT;
25344             mouse_events: 0;
25345             scale: 1;
25346             description { state: "default" 0.0;
25347                min: GENLIST_PADDING_16_INC 0;
25348                fixed: 1 0;
25349                rel1 {
25350                    relative: 1.0 0.0;
25351                    to_x: "text_vertical_rect";
25352                }
25353                rel2.to_x: "text_vertical_rect";
25354                visible: 0;
25355                align: 0.0 0.5;
25356             }
25357          }
25358          part { name: "text_top_line";
25359             type: RECT;
25360             mouse_events: 0;
25361             description { state: "default" 0.0;
25362                min: 0 1;
25363                fixed: 0 1;
25364                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25365                rel1 {
25366                   relative: 1.0 0.0;
25367                   to_x: "text_vertical_rect";
25368                   to_y: "text_vertical_rect";
25369                }
25370                rel2 {
25371                   relative: 1.0 0.0;
25372                   to_y: "text_vertical_rect";
25373                }
25374                align: 0.0 0.0;
25375             }
25376          }
25377          part { name: "text_center_line";
25378             type: RECT;
25379             mouse_events: 0;
25380             description { state: "default" 0.0;
25381                min: 0 1;
25382                fixed: 0 1;
25383                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25384                rel1 {
25385                   relative: 1.0 0.56;
25386                   to_x: "text_vertical_rect";
25387                }
25388                rel2.relative: 1.0 0.56;
25389                align: 0.5 0.5;
25390             }
25391          }
25392          part { name: "text_bottom_line";
25393             type: RECT;
25394             mouse_events: 0;
25395             description { state: "default" 0.0;
25396                min: 0 1;
25397                fixed: 0 1;
25398                color: GENLIST_PART_LIST_LINE_COLOR_INC;
25399                rel1 {
25400                   relative: 1.0 1.0;
25401                   to_x: "text_vertical_rect";
25402                   to_y: "text_vertical_rect";
25403                }
25404                rel2 {
25405                   relative: 1.0 1.0;
25406                   to_y: "text_vertical_rect";
25407                }
25408                align: 0.0 1.0;
25409             }
25410          }
25411          part { name: "elm.text.bg.1";
25412             clip_to: "disclip";
25413             type: RECT;
25414             mouse_events: 0;
25415             scale: 1;
25416             description { state: "default" 0.0;
25417                rel1 {
25418                   relative: 1.0 1.0;
25419                   to_x: "text_vertical_rect";
25420                   to_y: "text_top_line";
25421                }
25422                rel2 {
25423                   relative: 1.0 0.0;
25424                   to_x: "elm.padding.right";
25425                   to_y: "text_center_line";
25426                }
25427                color: GENLIST_PART_BG_COLOR_INC;
25428             }
25429          }
25430          part { name: "elm.text.1";
25431             type: TEXT;
25432             mouse_events: 0;
25433             scale: 1;
25434             description { state: "default" 0.0;
25435                min: 0 GENLIST_SIZE_54_INC;
25436                rel1 {
25437                   relative: 1.0 0.0;
25438                   to_x: "elm.padding.text.right";
25439                   to_y: "elm.text.bg.1";
25440                }
25441                rel2 {
25442                   relative: 0.0 1.0;
25443                   to_x: "elm.padding.right";
25444                   to_y: "elm.text.bg.1";
25445                }
25446                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
25447                text {
25448                   font: "SLP:style=Roman";
25449                   size: GENLIST_FONT_48_INC;
25450                   align: 0.0 0.5;
25451                   text_class: "list_item";
25452                }
25453             }
25454             GENLIST_DESCRIPTION_FLIP_ENABLED
25455          }
25456          part { name: "elm.flip.content.1";
25457             type: SWALLOW;
25458             description { state: "default" 0.0;
25459                visible: 0;
25460                fixed: 1 1;
25461                rel1.to: "elm.text.1";
25462                rel2.to: "elm.text.1";
25463             }
25464             description { state: "flip_enabled" 0.0;
25465                inherit: "default" 0.0;
25466                visible: 1;
25467             }
25468          }
25469          part { name: "elm.text.bg.2";
25470             clip_to: "disclip";
25471             type: RECT;
25472             mouse_events: 0;
25473             scale: 1;
25474             description { state: "default" 0.0;
25475                rel1 {
25476                   relative: 1.0 1.0;
25477                   to_x: "text_vertical_rect";
25478                   to_y: "text_center_line";
25479                }
25480                rel2 {
25481                   relative: 1.0 0.0;
25482                   to_x: "elm.padding.right";
25483                   to_y: "text_bottom_line";
25484                }
25485                color: GENLIST_PART_BG_COLOR_INC;
25486             }
25487          }
25488          part { name: "elm.text.2";
25489             clip_to: "disclip";
25490             type: TEXT;
25491             mouse_events: 0;
25492             scale: 1;
25493             description { state: "default" 0.0;
25494                min: 0 GENLIST_SIZE_54_INC;
25495                rel1 {
25496                   relative: 1.0 0.0;
25497                   to_x: "elm.padding.text.right";
25498                   to_y: "elm.text.bg.2";
25499                }
25500                rel2 {
25501                   relative: 0.0 1.0;
25502                   to_x: "elm.padding.right";
25503                   to_y: "elm.text.bg.2";
25504                }
25505                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
25506                text {
25507                   font: "SLP:style=Roman";
25508                   size: GENLIST_FONT_48_INC;
25509                   text_class: "slp_roman";
25510                }
25511             }
25512             GENLIST_DESCRIPTION_FLIP_ENABLED
25513          }
25514          part { name: "elm.flip.content.2";
25515             type: SWALLOW;
25516             description { state: "default" 0.0;
25517                visible: 0;
25518                fixed: 1 1;
25519                rel1.to: "elm.text.2";
25520                rel2.to: "elm.text.2";
25521             }
25522             description { state: "flip_enabled" 0.0;
25523                inherit: "default" 0.0;
25524                visible: 1;
25525             }
25526          }
25527          GENLIST_PART_DISCLIP
25528       }
25529       programs {
25530          // signal: elm,state,%s,active
25531          //   a "check" item named %s went active
25532          // signal: elm,state,%s,passive
25533          //   a "check" item named %s went passive
25534          // default is passive
25535          /*program { name: "go_active";
25536             signal: "elm,state,selected";
25537             source: "elm";
25538             action: STATE_SET "selected" 0.0;
25539             target: "elm.text";
25540             target: "elm.text.sub";
25541          }
25542          program { name: "go_passive";
25543             signal: "elm,state,unselected";
25544             source: "elm";
25545             action: STATE_SET "default" 0.0;
25546             target: "elm.text";
25547             target: "elm.text.sub";
25548             transition: LINEAR 0.1;
25549          }*/
25550          program { name: "go_disabled";
25551             signal: "elm,state,disabled";
25552             source: "elm";
25553             action: STATE_SET "disabled" 0.0;
25554             target: "disclip";
25555          }
25556          program { name: "go_enabled";
25557             signal: "elm,state,enabled";
25558             source: "elm";
25559             action: STATE_SET "default" 0.0;
25560             target: "disclip";
25561          }
25562          program { name: "flip_enabled";
25563             signal: "elm,state,flip,enabled";
25564             source: "elm";
25565             action: STATE_SET "flip_enabled" 0.0;
25566             target: "elm.text.1";
25567             target: "elm.text.2";
25568             target: "elm.flip.content.1";
25569             target: "elm.flip.content.2";
25570          }
25571          program { name: "flip_disabled";
25572             signal: "elm,state,flip,disabled";
25573             source: "elm";
25574             action: STATE_SET "default" 0.0;
25575             target: "elm.text.1";
25576             target: "elm.text.2";
25577             target: "elm.flip.content.1";
25578             target: "elm.flip.content.2";
25579          }
25580       }
25581    }
25582
25583    ///////// will be removed /////////
25584    group { name: "elm/genlist/item/dialogue/1icon.2/default";
25585       alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
25586       alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
25587       alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
25588       alias: "elm/layout/dialogue/1icon.2";
25589       data.item: "stacking" "above";
25590       data.item: "selectraise" "on";
25591       data.item: "contents" "elm.icon";
25592
25593       parts {
25594          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
25595          GENLIST_PART_DIALOGUE_BG_IMAGE
25596          GENLIST_PART_BOTTOM_LINE
25597          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
25598          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25599          GENLIST_PART_DIALOGUE_ITEM
25600          GENLIST_PART_DIALOGUE_RIGHT_LINE
25601          part { name: "elm.icon";
25602             clip_to: "disclip";
25603             type: SWALLOW;
25604             scale: 1;
25605             description { state: "default" 0.0;
25606                rel1 {
25607                   relative: 1.0 0.0;
25608                   to_x: "elm.padding.left";
25609                }
25610                rel2 {
25611                   relative: 0.0 1.0;
25612                   to_x: "elm.padding.right";
25613                }
25614             }
25615          }
25616          GENLIST_PART_DISCLIP
25617       }
25618       programs {
25619          // signal: elm,state,%s,active
25620          //   a "check" item named %s went active
25621          // signal: elm,state,%s,passive
25622          //   a "check" item named %s went passive
25623          // default is passive
25624          /*program { name: "go_active";
25625             signal: "elm,state,selected";
25626             source: "elm";
25627             action: STATE_SET "selected" 0.0;
25628             target: "bg_image";
25629             target: "elm.text";
25630          }
25631          program { name: "go_passive";
25632             signal: "elm,state,unselected";
25633             source: "elm";
25634             action: STATE_SET "default" 0.0;
25635             target: "bg_image";
25636             target: "elm.text";
25637             transition: LINEAR 0.1;
25638          }*/
25639          program { name: "go_disabled";
25640             signal: "elm,state,disabled";
25641             source: "elm";
25642             action: STATE_SET "disabled" 0.0;
25643             target: "disclip";
25644          }
25645          program { name: "go_enabled";
25646             signal: "elm,state,enabled";
25647             source: "elm";
25648             action: STATE_SET "default" 0.0;
25649             target: "disclip";
25650          }
25651       }
25652    }
25653
25654    //////////////////////// will be removed //////////////////////////
25655    group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
25656       alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
25657       alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
25658       alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
25659       alias: "elm/genlist/item/dialogue.1icon.2text/default";
25660       alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
25661       alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
25662       alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
25663       alias: "elm/layout/dialogue/bg/2text.1icon";
25664       data.item: "stacking" "above";
25665       data.item: "selectraise" "on";
25666       data.item: "texts" "elm.text.1 elm.text.2";
25667       data.item: "contents" "elm.icon";
25668       images {
25669           image: "00_list_thumbnail_bg.png" COMP;
25670       }
25671       parts {
25672          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
25673          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
25674          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
25675          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
25676          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25677          part { name: "elm.icon.bg";
25678             scale: 1;
25679             description { state: "default" 0.0;
25680                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
25681                fixed: 1 1;
25682                align: 0.0 0.5;
25683                rel1 {
25684                   relative: 1.0 0.5;
25685                   to_x: "elm.padding.left";
25686                }
25687                rel2 {
25688                   relative: 1.0 0.5;
25689                   to_x: "elm.padding.left";
25690                }
25691                image {
25692                   normal: "00_list_thumbnail_bg.png";
25693                   border: 1 1 1 1;
25694                   border_scale: 1;
25695                   middle: NONE;
25696                }
25697             }
25698          }
25699          part { name: "elm.icon";
25700             type: SWALLOW;
25701             description { state: "default" 0.0;
25702                rel1.to: "elm.icon.bg";
25703                rel2.to: "elm.icon.bg";
25704             }
25705          }
25706          part { name: "elm.padding.icon.right";
25707             type: RECT;
25708             mouse_events: 0;
25709             scale: 1;
25710             description { state: "default" 0.0;
25711                min: GENLIST_PADDING_24_INC 0;
25712                fixed: 1 0;
25713                rel1 {
25714                    relative: 1.0 0.0;
25715                    to_x: "elm.icon.bg";
25716                }
25717                rel2.to_x: "elm.icon.bg";
25718                visible: 0;
25719                align: 0.0 0.5;
25720             }
25721          }
25722          part { name: "elm.text.1";
25723             clip_to: "disclip";
25724             type: TEXT;
25725             mouse_events: 0;
25726             scale: 1;
25727             description { state: "default" 0.0;
25728                min: 0 GENLIST_SIZE_54_INC;
25729                fixed: 0 1;
25730                align: 0 0;
25731                rel1 {
25732                   relative: 1.0 1.0;
25733                   to_x: "elm.padding.icon.right";
25734                   to_y: "elm.padding.top";
25735                }
25736                rel2 {
25737                   relative: 0.0 1.0;
25738                   to_x: "elm.padding.right";
25739                   to_y: "elm.padding.top";
25740                }
25741                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
25742                text {
25743                   font: "SLP:style=Roman";
25744                   size: GENLIST_FONT_48_INC;
25745                   align: 0.0 0.0;
25746                   text_class: "list_item";
25747                }
25748             }
25749          }
25750          part { name: "elm.text.2";
25751             clip_to: "disclip";
25752             type: TEXT;
25753             mouse_events: 0;
25754             scale: 1;
25755             description { state: "default" 0.0;
25756                rel1 {
25757                   relative: 1.0 1.0;
25758                   to_x: "elm.padding.icon.right";
25759                   to_y: "elm.text.1";
25760                }
25761                rel2 {
25762                   relative: 0.0 0.0;
25763                   to_x: "elm.padding.right";
25764                   to_y: "elm.padding.bottom";
25765                }
25766                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25767                text {
25768                   font: "SLP:style=Medium";
25769                   size: GENLIST_FONT_32_INC;
25770                   align: 0.0 1.0;
25771                   text_class: "slp_medium";
25772                }
25773             }
25774          }
25775          GENLIST_PART_DISCLIP
25776       }
25777       programs {
25778          // signal: elm,state,%s,active
25779          //   a "check" item named %s went active
25780          // signal: elm,state,%s,passive
25781          //   a "check" item named %s went passive
25782          // default is passive
25783          /*program { name: "go_active";
25784             signal: "elm,state,selected";
25785             source: "elm";
25786             action: STATE_SET "selected" 0.0;
25787             target: "elm.text";
25788             target: "elm.text.sub";
25789          }
25790          program { name: "go_passive";
25791             signal: "elm,state,unselected";
25792             source: "elm";
25793             action: STATE_SET "default" 0.0;
25794             target: "elm.text";
25795             target: "elm.text.sub";
25796             transition: LINEAR 0.1;
25797          }*/
25798          program { name: "go_disabled";
25799             signal: "elm,state,disabled";
25800             source: "elm";
25801             action: STATE_SET "disabled" 0.0;
25802             target: "disclip";
25803          }
25804          program { name: "go_enabled";
25805             signal: "elm,state,enabled";
25806             source: "elm";
25807             action: STATE_SET "default" 0.0;
25808             target: "disclip";
25809          }
25810       }
25811    }
25812
25813 // 4.3.2 (old)
25814    group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
25815       alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
25816       alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
25817       alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
25818       alias: "elm/layout/dialogue/bg/3text.1icon";
25819       data.item: "stacking" "above";
25820       data.item: "selectraise" "on";
25821       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
25822       data.item: "contents" "elm.icon";
25823       images {
25824           image: "00_list_thumbnail_bg.png" COMP;
25825       }
25826       parts {
25827          GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
25828          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
25829          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
25830          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
25831          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
25832          part { name: "elm.icon.bg";
25833             scale: 1;
25834             description { state: "default" 0.0;
25835                min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
25836                fixed: 1 1;
25837                align: 0.0 0.5;
25838                rel1 {
25839                   relative: 1.0 0.5;
25840                   to_x: "elm.padding.left";
25841                }
25842                rel2 {
25843                   relative: 1.0 0.5;
25844                   to_x: "elm.padding.left";
25845                }
25846                image {
25847                   normal: "00_list_thumbnail_bg.png";
25848                   border: 1 1 1 1;
25849                   border_scale: 1;
25850                   middle: NONE;
25851                }
25852             }
25853          }
25854          part { name: "elm.icon";
25855             type: SWALLOW;
25856             description { state: "default" 0.0;
25857                rel1.to: "elm.icon.bg";
25858                rel2.to: "elm.icon.bg";
25859             }
25860          }
25861          part { name: "elm.padding.icon.right";
25862             type: RECT;
25863             mouse_events: 0;
25864             scale: 1;
25865             description { state: "default" 0.0;
25866                min: GENLIST_PADDING_24_INC 0;
25867                fixed: 1 0;
25868                rel1 {
25869                    relative: 1.0 0.0;
25870                    to_x: "elm.icon.bg";
25871                }
25872                rel2.to_x: "elm.icon.bg";
25873                visible: 0;
25874                align: 0.0 0.5;
25875             }
25876          }
25877          part { name: "elm.text.1";
25878             clip_to: "disclip";
25879             type: TEXT;
25880             mouse_events: 0;
25881             scale: 1;
25882             description { state: "default" 0.0;
25883                min: 0 GENLIST_SIZE_54_INC;
25884                fixed: 0 1;
25885                align: 0 0;
25886                rel1 {
25887                   relative: 1.0 1.0;
25888                   to_x: "elm.padding.icon.right";
25889                   to_y: "elm.padding.top";
25890                }
25891                rel2 {
25892                   relative: 0.0 1.0;
25893                   to_x: "elm.padding.right";
25894                   to_y: "elm.padding.top";
25895                }
25896                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
25897                text {
25898                   font: "SLP:style=Roman";
25899                   size: GENLIST_FONT_48_INC;
25900                   align: 0.0 0.0;
25901                   text_class: "list_item";
25902                }
25903             }
25904          }
25905          part { name: "elm.text.2";
25906             clip_to: "disclip";
25907             type: TEXT;
25908             mouse_events: 0;
25909             scale: 1;
25910             description { state: "default" 0.0;
25911                rel1 {
25912                   relative: 1.0 1.0;
25913                   to_x: "elm.padding.icon.right";
25914                   to_y: "elm.text.1";
25915                }
25916                rel2 {
25917                   relative: 0.0 0.0;
25918                   to_x: "elm.padding.right";
25919                   to_y: "elm.text.3";
25920                }
25921                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25922                text {
25923                   font: "SLP:style=Medium";
25924                   size: GENLIST_FONT_32_INC;
25925                   align: 0.0 1.0;
25926                   text_class: "slp_medium";
25927                }
25928             }
25929          }
25930          part { name: "elm.text.3";
25931             clip_to: "disclip";
25932             type: TEXT;
25933             mouse_events: 0;
25934             scale: 1;
25935             description { state: "default" 0.0;
25936                min: 0 GENLIST_ICON_SMALL_SIZE;
25937                fixed: 0 1;
25938                align: 0 1;
25939                rel1 {
25940                   relative: 1.0 0.0;
25941                   to_x: "elm.padding.icon.right";
25942                   to_y: "elm.padding.bottom";
25943                }
25944                rel2 {
25945                   relative: 0.0 0.0;
25946                   to_x: "elm.padding.right";
25947                   to_y: "elm.padding.bottom";
25948                }
25949                color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
25950                text {
25951                   font: "SLP:style=Medium";
25952                   size: GENLIST_FONT_32_INC;
25953                   align: 0.0 1.0;
25954                   text_class: "slp_medium";
25955                }
25956             }
25957          }
25958          GENLIST_PART_DISCLIP
25959       }
25960       programs {
25961          // signal: elm,state,%s,active
25962          //   a "check" item named %s went active
25963          // signal: elm,state,%s,passive
25964          //   a "check" item named %s went passive
25965          // default is passive
25966          /*program { name: "go_active";
25967             signal: "elm,state,selected";
25968             source: "elm";
25969             action: STATE_SET "selected" 0.0;
25970             target: "elm.text";
25971             target: "elm.text.sub";
25972          }
25973          program { name: "go_passive";
25974             signal: "elm,state,unselected";
25975             source: "elm";
25976             action: STATE_SET "default" 0.0;
25977             target: "elm.text";
25978             target: "elm.text.sub";
25979             transition: LINEAR 0.1;
25980          }*/
25981          program { name: "go_disabled";
25982             signal: "elm,state,disabled";
25983             source: "elm";
25984             action: STATE_SET "disabled" 0.0;
25985             target: "disclip";
25986          }
25987          program { name: "go_enabled";
25988             signal: "elm,state,enabled";
25989             source: "elm";
25990             action: STATE_SET "default" 0.0;
25991             target: "disclip";
25992          }
25993       }
25994   }
25995
25996 ////////////////////////////////////////////////////////
25997 // Check that belows are used
25998    group { name: "elm/genlist/item/1icon/with_no_line/default";
25999       alias: "elm/genlist/item_odd/1icon/with_no_line/default";
26000       alias: "elm/genlist/item_compress/1icon/with_no_line/default";
26001       alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
26002       data.item: "stacking" "above";
26003       data.item: "selectraise" "on";
26004       data.item: "contents" "elm.icon";
26005       parts {
26006          part { name: "base";
26007             type: RECT;
26008             repeat_events: 1;
26009             scale: 1;
26010             description { state: "default" 0.0;
26011                color: GENLIST_PART_BG_COLOR_INC;
26012             }
26013          }
26014          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26015          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26016          part { name: "elm.icon";
26017             clip_to: "disclip";
26018             type: SWALLOW;
26019             description { state: "default" 0.0;
26020                rel1 {
26021                   relative: 1.0 0.0;
26022                   to_x: "elm.padding.left";
26023                }
26024                rel2 {
26025                   relative: 0.0 1.0;
26026                   to_x: "elm.padding.right";
26027                }
26028             }
26029          }
26030          GENLIST_PART_DISCLIP
26031       }
26032       programs {
26033          // signal: elm,state,%s,active
26034          //   a "check" item named %s went active
26035          // signal: elm,state,%s,passive
26036          //   a "check" item named %s went passive
26037          // default is passive
26038          program { name: "go_disabled";
26039             signal: "elm,state,disabled";
26040             source: "elm";
26041             action: STATE_SET "disabled" 0.0;
26042             target: "disclip";
26043          }
26044          program { name: "go_enabled";
26045             signal: "elm,state,enabled";
26046             source: "elm";
26047             action: STATE_SET "default" 0.0;
26048             target: "disclip";
26049          }
26050       }
26051    }
26052    group { name: "elm/genlist/item/1icon/default";
26053       alias: "elm/genlist/item_odd/1icon/default";
26054       alias: "elm/genlist/item_compress/1icon/default";
26055       alias: "elm/genlist/item_compress_odd/1icon/default";
26056       inherit: "elm/genlist/item/1icon/with_no_line/default";
26057       parts {
26058          part { name: "bottom_line";
26059             insert_after: "elm.padding.right";
26060             type: RECT;
26061             mouse_events: 0;
26062             description { state: "default" 0.0;
26063                min: 0 1;
26064                fixed: 0 1;
26065                visible: 1;
26066                color: GENLIST_PART_LIST_LINE_COLOR_INC;
26067                rel1 {
26068                   relative: 0.0 1.0;
26069                   offset: 0 -1;
26070                }
26071             }
26072          }
26073       }
26074    }
26075    group { name: "elm/genlist/item/1text.2/default";
26076       alias: "elm/genlist/item_odd/1text.2/default";
26077       alias: "elm/genlist/item_compress/1text.2/default";
26078       alias: "elm/genlist/item_compress_odd/1text.2/default";
26079       data.item: "stacking" "above";
26080       data.item: "selectraise" "on";
26081       data.item: "texts" "elm.text";
26082       data.item: "flips" "elm.flip.content";
26083       images {
26084          image: "00_list_bar_press_1x80.png" COMP;
26085       }
26086       parts {
26087          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
26088          GENLIST_PART_BG_IMAGE
26089          GENLIST_PART_BOTTOM_LINE
26090          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26091          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26092          part { name: "temp_center_line"; //temporary
26093             clip_to: "disclip";
26094             type: RECT;
26095             mouse_events: 0;
26096             scale: 1;
26097             description { state: "default" 0.0;
26098                rel1 {
26099                   relative: 0.0 0.5;
26100                   to: "base";
26101                }
26102                rel2 {
26103                   relative: 1.0 0.5;
26104                   to: "base";
26105                }
26106             }
26107          }
26108          part { name: "elm.text";
26109             clip_to: "disclip";
26110             type: TEXTBLOCK;
26111             mouse_events: 0;
26112             scale: 1;
26113             multiline: 0;
26114             description { state: "default" 0.0;
26115                fixed: 1 1;
26116                rel1 {
26117                   relative: 1.0 0.5;
26118                   to_x: "elm.padding.left";
26119                   to_y: "temp_center_line";
26120                }
26121                rel2 {
26122                   relative: 0.0 0.5;
26123                   to_x: "elm.padding.right";
26124                   to_y: "temp_center_line";
26125                }
26126                align: 0.0 0.5;
26127                text {
26128                   style: "genlist_default_textblock_style";
26129                   min: 0 1;
26130                   align: 0.0 0.5;
26131                }
26132             }
26133             description { state: "selected" 0.0;
26134                inherit: "default" 0.0;
26135                text.style: "genlist_default_textblock_selected_style";
26136             }
26137             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
26138             GENLIST_DESCRIPTION_FLIP_ENABLED
26139          }
26140          GENLIST_PART_FLIP
26141          GENLIST_PART_DISCLIP
26142       }
26143       programs {
26144          // signal: elm,state,%s,active
26145          //   a "check" item named %s went active
26146          // signal: elm,state,%s,passive
26147          //   a "check" item named %s went passive
26148          // default is passive
26149          program { name: "go_active";
26150             signal: "elm,state,selected";
26151             source: "elm";
26152             action: STATE_SET "selected" 0.0;
26153             GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
26154             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
26155          }
26156          program { name: "go_passive";
26157             signal: "elm,state,unselected";
26158             source: "elm";
26159             action: STATE_SET "default" 0.0;
26160             target: "bg_image";
26161             target: "elm.text";
26162             transition: LINEAR 0.1;
26163          }
26164          program { name: "go_disabled";
26165             signal: "elm,state,disabled";
26166             source: "elm";
26167             action: STATE_SET "disabled" 0.0;
26168             target: "disclip";
26169          }
26170          program { name: "go_enabled";
26171             signal: "elm,state,enabled";
26172             source: "elm";
26173             action: STATE_SET "default" 0.0;
26174             target: "disclip";
26175          }
26176          //GENLIST_PROGRAM_FLIP_1TEXT
26177          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
26178       }
26179    }
26180
26181 // 3.1.17
26182    group { name: "elm/genlist/item/1text.2icon.4/default";
26183       alias: "elm/genlist/item_odd/1text.2icon.4/default";
26184       alias: "elm/genlist/item_compress/1text.2icon.4/default";
26185       alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
26186       data.item: "stacking" "above";
26187       data.item: "selectraise" "on";
26188       data.item: "texts" "elm.text";
26189       data.item: "contents" "elm.icon.1 elm.icon.2";
26190       data.item: "flips" "elm.flip.content";
26191       images {
26192          image: "00_list_bar_press_1x80.png" COMP;
26193       }
26194       parts {
26195          GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
26196          GENLIST_PART_BG_IMAGE
26197          GENLIST_PART_BOTTOM_LINE
26198          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
26199          GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
26200          part { name: "elm.icon.1";
26201             clip_to: "disclip";
26202             type: SWALLOW;
26203             scale: 1;
26204             description { state: "default" 0.0;
26205                min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
26206                max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
26207                fixed: 1 1;
26208                rel1 {
26209                   relative: 1.0 0.0;
26210                   to_x: "elm.padding.left";
26211                }
26212                rel2.to_x: "elm.padding.left";
26213                align: 0.0 0.5;
26214             }
26215             GENLIST_DESCRIPTION_FLIP_ENABLED
26216          }
26217          part { name: "elm.padding.icon1.right";
26218             clip_to: "disclip";
26219             type: RECT;
26220             scale: 1;
26221             description { state: "default" 0.0;
26222                min: GENLIST_PADDING_16_INC 0;
26223                fixed: 1 0;
26224                rel1 {
26225                   relative: 1.0 0.0;
26226                   to_x: "elm.icon.1";
26227                }
26228                rel2.to_x: "elm.icon.1";
26229                visible: 0;
26230             }
26231          }
26232          part { name: "elm.icon.2";
26233             clip_to: "disclip";
26234             type: SWALLOW;
26235             scale: 1;
26236             description { state: "default" 0.0;
26237                min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
26238                max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
26239                fixed: 1 1;
26240                rel1 {
26241                   relative: 0.0 0.0;
26242                   to_x: "elm.padding.right";
26243                }
26244                rel2 {
26245                   relative: 0.0 1.0;
26246                   to_x: "elm.padding.right";
26247                }
26248                align: 1.0 0.5;
26249             }
26250             GENLIST_DESCRIPTION_FLIP_ENABLED
26251          }
26252          part { name: "elm.padding.icon2.left";
26253             clip_to: "disclip";
26254             type: RECT;
26255             scale: 1;
26256             description { state: "default" 0.0;
26257                min: GENLIST_PADDING_16_INC 0;
26258                fixed: 1 0;
26259                rel1.to_x: "elm.icon.2";
26260                rel2 {
26261                   relative: 0.0 1.0;
26262                   to_x: "elm.icon.2";
26263                }
26264                align: 1.0 0.0;
26265                visible: 0;
26266             }
26267          }
26268          part { name: "elm.text";
26269             clip_to: "disclip";
26270             type: TEXT;
26271             mouse_events: 0;
26272             scale: 1;
26273             description { state: "default" 0.0;
26274                rel1 {
26275                   relative: 1.0 0.0;
26276                   to_x: "elm.padding.icon1.right";
26277                }
26278                rel2 {
26279                   relative: 0.0 1.0;
26280                   to_x: "elm.padding.icon2.left";
26281                }
26282                align: 0.0 0.5;
26283                color: GENLIST_TEXT_COLOR_LIST_MAIN_TEXT_UNREAD;
26284                text {
26285                   font: "SLP:style=Roman";
26286                   size: GENLIST_TEXT_SIZE_LIST_MAIN_TEXT;
26287                   min: 0 1;
26288                   align: 0.0 0.5;
26289                   text_class: "list_item";
26290                }
26291             }
26292             description { state: "selected" 0.0;
26293                inherit: "default" 0.0;
26294                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
26295             }
26296             GENLIST_DESCRIPTION_FLIP_ENABLED
26297          }
26298          GENLIST_PART_FLIP
26299          GENLIST_PART_DISCLIP
26300       }
26301       programs {
26302          program { name: "go_active";
26303             signal: "elm,state,selected";
26304             source: "elm";
26305             action: STATE_SET "selected" 0.0;
26306             target: "bg_image";
26307             target: "elm.text";
26308             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
26309          }
26310          program { name: "go_passive";
26311             signal: "elm,state,unselected";
26312             source: "elm";
26313             action: STATE_SET "default" 0.0;
26314             target: "bg_image";
26315             target: "elm.text";
26316             transition: LINEAR 0.1;
26317          }
26318          program { name: "go_disabled";
26319             signal: "elm,state,disabled";
26320             source: "elm";
26321             action: STATE_SET "disabled" 0.0;
26322             target: "disclip";
26323          }
26324          program { name: "go_enabled";
26325             signal: "elm,state,enabled";
26326             source: "elm";
26327             action: STATE_SET "default" 0.0;
26328             target: "disclip";
26329          }
26330          GENLIST_PROGRAM_FLIP_1TEXT_2ICON
26331          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
26332       }
26333    }
26334